﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #676a6c;
    font-size: 13px;
}

.col-md-12.container-highlight {
    font-size: 11px;
}

.form-control {
    font-size: 11px;
}

.panel-title {
    font-size: 12px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1666px) {
    body {
        font-size: 15px;
    }

    .col-md-12.container-highlight {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .panel-title {
        font-size: 15px;
    }

    .btn {
        font-size: 14px;
    }
}



.h2, h2 {
    font-size: 30px;
}

.btn-list-control {
    margin-top: 7px;
    width: 100%;
}

input + label {
    /* Locate checkbox labels and center*/
    vertical-align: middle;
    margin-left: 0.5rem;
}


.no-header {
    display: none;
}

.no-highlight {
    border-top: none;
}

.page-offset {
    margin-top: 48px;
}

.textSearch {
    background-image: url('../images/searchicon.png');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 32px;
}

.progress-container {
    z-index: 9999;
    background-color: transparent;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position the div in center */
    position: absolute; /* Center to page*/
    position: fixed; /* Center to screen */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


footer {
    margin-left: 0;
}

.btn-tool {
    background-color: transparent;
    border-color: transparent;
}

.btn-tool-icon {
    color: #005999;
}

.no-margin {
    margin: 0px;
}

div.menu_section > h3 {
    font-size: 110%;
    padding-left: 15px;
    text-transform: none;
}

div.profile {
    height: 100px;
    background-image: url("../images/header-profile.png");
}

div.navbar-text {
    margin: 16px 0px 14px 0px;
    font-size: 18px;
}

top_nav .navbar-right {
    width: 30%;
}

.nav_menu {
    color: #888888;
    color: #333;
    font-weight: normal;
}

.toggle a i {
    background-color: #1ab394;
    border-color: #1ab394;
    padding: 7px 12px 7px 12px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
}

.page-header {
    color: black;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 10px 20px 10px;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
    border-bottom: 1px solid #384857;
}

.tab-underline > li.active > a, .tab-underline > li.active > a:focus, .tab-underline > li.active > a:hover {
    border: none;
    border-bottom: 2px solid green;
}

.tab-pane {
    margin-top: 20px;
}

.container-highlight {
    background-color: #ffffff;
    color: #676a6c;
    /**
  padding: 15px 20px 20px 20px;
  border-top: 2px solid #e7eaec;
  **/
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px;
}

.clubname {
    margin-bottom: 3px;
}

.nav_path {
    color: #eca11f;
    font-weight: 400;
    font-size: small;
    margin-top: 20px;
    margin-bottom: 0px;
}

.table thead tr th {
    font-size: inherit;
}

.table tbody tr th {
    border-bottom-width: 2px;
    border-top-width: 0px;
}

.table-hover tbody tr:hover td {
    background-color: #f5f5f5;
}

.table-hover tbody tr:hover th {
    background-color: #ffffff;
}

table {
    border-bottom: 1px solid #ddd;
}

    table thead {
        background-color: #e7e7e7;
        color: #666;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        background-image: linear-gradient(white, #e7e7e7);
    }


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border: none;
}

.modal-header {
    background-color: white;
    color: #555;
    margin-bottom: 20px;
    padding: 30px 15px;
    letter-spacing: 0.01em;
}

.modal-header-dark {
    background-color: #28496f;
    color: #eee;
}

.modal-header-light {
    background-color: #f9f9f9;
    color: #555;
}

.modal-footer {
    background-color: #f5f5f5;
}

.genesys-modal-background {
    background-color: black;
    opacity: .5;
}

.genesys-modal-header {
    padding: 20px 15px;
    background-color: #404d5a;
    background: linear-gradient(to left, #8bb6c9, #466d7a, #194d62);
    color: white;
    margin-bottom: 0;
}



input[type="date"] {
    /*
            position: relative;
            padding: 10px;
            */
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    input[type="date"]::-webkit-inner-spin-button {
        color: transparent;
        background: none;
        z-index: 1;
        display: none;
    }

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        font-family: 'FontAwesome';
        content: '\f073';
        /* This is the calendar icon in FontAwesome */
        width: 15px;
        height: 20px;
        position: absolute;
        top: 0px;
        right: 6px;
        color: #999;
        color: #555;
    }


/* style sheet for tab*/
.ajax__tab_header {
    border-bottom: 1px solid #ddd;
}

.ajax__tab_active {
    border-bottom: 2px solid green;
}

.ajax__tab_outer {
    padding: 0 15px;
}

.ajax__tab_tab {
    padding-bottom: 7px;
}

.ajax__tab_active .ajax__tab_tab {
}

.tab-style .ajax__tab_active .ajax__tab_tab:hover {
}

.tab-style .ajax__tab_tab {
}

    .tab-style .ajax__tab_tab:hover {
    }

.tab-style .ajax__tab_active .ajax__tab_tab, .tab-style .ajax__tab_tab, .tab-style .ajax__tab_header .ajax__tab_tab {
}

.tab-style .ajax__tab_body {
}

/* style for accordian */
.panel-body {
    background-color: white;
}

.panel-heading .accordian-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    margin-right: 10px;
}

.panel-heading .accordian-toggle.collapsed:after {
    content: "\e080";
    float: left;
}


/* hole background styles */
.holeEagle {
    width: 20px;
    background-color: gold !important;
    font-weight: bold;
}

.holeBirdie {
    width: 20px;
    background-color: #cbf58f !important;
    font-weight: bold;
}

.holePar {
    width: 20px;
    background-color: white !important;
    font-weight: bold;
}

.holeBogey {
    width: 20px;
    background-color: beige !important;
    font-weight: bold;
}

.holeDouble {
    width: 20px;
    background-color: khaki !important;
    font-weight: bold;
}

.holeTriple {
    width: 20px;
    background-color: darkkhaki !important;
    font-weight: bold;
}

.holeIC {
    width: 20px;
    background-color: crimson !important;
    background-color: #69663b !important;
    color: white;
    font-weight: bold;
}

/* Dropdown - Bootstrap modifications */

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #D9DEE4;
}

.dropdown-menu > li > a {
    padding: 3px 20px 3px 0;
}

.dropdown-icon {
    position: relative;
    left: 10px;
    width: 30px;
}

.dropdown-caret {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 10px;
    opacity: .75;
}

/* Help menu */

.help_menu_section {
    margin-bottom: 35px;
}

    .help_menu_section h3 {
        padding-left: 23px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px #000;
    }

    .help_menu_section > ul {
        margin-top: 10px;
    }

.help_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA;
}

.help_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav.help-menu > li {
    position: relative;
    display: block;
    cursor: pointer;
}

    .nav.help-menu > li > a {
        text-decoration: none;
        margin-bottom: 6px;
    }

        .nav.help-menu > li > a:hover {
            background-color: #fafafa;
        }

.nav.help_child_menu {
    display: none;
    transition: ease-in-out 1s;
}

    .nav.help_child_menu li:hover {
        background-color: #fafafa;
    }

    .nav.help_child_menu li.active {
        color: black;
        bbackground-color: #fafafa;
    }

    .nav.help_child_menu li {
        padding-left: 36px;
    }

.nav-md ul.nav.help_child_menu li:before {
    background: #eee;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.nav-md ul.nav.help_child_menu li:after {
    border-left: 1px solid #eee;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav.help-menu > li > a, .nav.help_child_menu > li > a {
    color: #5A738E;
    font-weight: 500;
}

/*.nav.help-menu > li.current-page, .nav.help-menu > li.active {
  border-right: 5px solid #1ABB9C;
  border-right: 5px solid #ddd;
}*/

.nav.help-menu > li.active > a span.fa {
    text-align: right !important;
    margin-right: 8px;
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.05);
}

.nav li li li.current-page {
    background: none;
}

.nav li li.current-page a {
    color: #fff;
}

.nav.help-menu > li.active > a {
    background-color: #4e6e8e;
    color: white;
}

.nav.help-menu > li.active > ul {
    display: block;
}

.profile_text {
    border-radius: 50%;
    font-weight: bold;
    display: table;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
}

.profile_text p {
    vertical-align: middle;
    display: table-cell;
}


.switch {
  position: relative;
  display: inline-block;
  width: 2.3rem;
  height: 1.3rem;
  vertical-align: middle;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.15rem;
  bottom: 0.15rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #676a6c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #676a6c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 1.3rem;
}

.slider.round:before {
  border-radius: 50%;
}


.help_menu_container {
    margin-top: 0;
    height: 100vh;
    padding: 10px 0;
    border-right: 1px solid #ddd;
}

.help_container {
}

.help_chapter {
    padding: 20px 0;
}

.help_chapter_section h2 {
    color: orange;
}

.help_chapter_section {
    padding: 20px 0;
}

    .help_chapter_section h3 {
        color: darkorange;
    }

#help_backtotop {
    display: none;
    position: fixed;
    right: 40%;
    bottom: 0;
    padding: 10px 50px;
    background-color: black;
    color: white;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    opacity: .5;
    z-index: 99999;
}

    #help_backtotop:hover {
        background-color: red;
        opacity: 1;
    }
