@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Montserrat:200,400,500,600,700";
@import "//fonts.googleapis.com/css?family=Lato:400,600";

.homepage-inner-content #advert {
    font-family: 'Montserrat';
    font-weight: 400;
}

* {
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    -webkit-text-size-adjust: none;
    color: #283136;
    font-size: 16px;
    line-height: 26px;
    min-width:320px;
}

body {
}

html {
    background-color:#ffffff;
}

.loading_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99998;
}

.loading {
    z-index:99999;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    border: 6px solid #A9B6C7; /* Light grey */
    border-top: 6px solid #f26b3a; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.small_font {
    font-size: 12px;
    line-height: 16px;
}
body, form, .roster, .event_date, .event_title {
    font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.cms h1, .strong_link{
    font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 600;
}

h2, h3, h4, #nav {
    font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 600;
}

h1 {
    font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 500;
}


#sub_nav {
    font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 400;
}

.form_footer{
    font-weight: 400;
}
form legend, .label, label_left {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.button, .button-secondary, .button_bottom_right{
    font-weight: 400;
}

#wrap{
    visibility:hidden;
    min-height:100vh;
    position: relative;
    min-width: 300px;
}

img {
    border:0px;
}

hr{
    height: 1px;
    border: 0;
    border-top: 1px solid #A9B6C7;
    margin: 20px 0 20px auto;
}

h1{
    color: #f26b3a;
    font-size: 24px !important;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0px 0px 30px 0px !important;
}

h2{
    color:#f26b3a;
    font-size: 20px !important;
    line-height: 44px;
    display:inline;
}

h3{
    color:#485961;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 40px;
}

h4{
    color:#485961;
    font-size: 16px !important;
    line-height: 40px;
}

a, a:link, a:visited, .link{
    color:#f26b3a;
    text-decoration:none;
    cursor:pointer;
}

a:hover, .cms a:hover, .event_title a:hover{
    color: #A9B6C7;
    text-decoration:none;
}

.strong_link {
    color:#f26b3a;
    text-transform:uppercase;
    font-size: 12px !important;
}

/*=====================
    CALENDAR/CMS CLASSES
======================*/
.cms p {
    font-size: 14px;
    line-height: 20px;
}

.cms h2{
    display: block;
    line-height: unset;
    padding-top:10px;
    padding-bottom:10px;
}


.cms ul, .cms ol, .ul, .ol {
    list-style-position: inside;
    margin-top: 4px !important;
    padding-bottom: 10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.cms ul, .cms ol {
    margin-left: 15px;
}
.cms ul, .ul {
    list-style: disc;
}
.cms ol, .ol{
    list-style: decimal;
}

.cms hr {
    border-top:solid 1px #A9B6C7;
    margin:10px 0 12px 0 ;
}

.cms a, .event_title a{
    font-size: 16px;
    color: #f26b3a;
}

.cms img {
    max-width: 100%;
    height: auto;
}

.event_date{
    color:#485961;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px;
}

.event p, .event div{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0px 6px 0px;
}

.event_registered_box{
    padding: 10px;
    border:solid 1px #A9B6C7;
}
.event_not_registered_box {
    padding: 10px;
    background-color: #eff5fc;
    border:solid 1px #A9B6C7;
}
.event_registration_info {
    display:flex;
    justify-content:space-between
}

.event_register_button{
    width:180px;
}
.event_un_register_button {
    background-color: #eff5fc;
    border:solid 1px #A9B6C7;
}
.event_closed_button {
    text-align:center;
    color: #485961 !important;
    background: #eff5fc !important;
    border:solid 1px #485961 !important;
}

.event_button_wrapper {
}

.event_registration_roster {
    margin:4px 0 4px 0;
    padding:0 5px 0 5px;
    display: flex;
    flex-wrap: wrap;
    width: 640px;
    max-width: 100%
}
.event_registration_roster .player {
    padding-right:20px;
    flex-basis: 210px;
    white-space:nowrap;
}

.divider {
    border-top:solid 1px #f26b3a;
    margin:10px 0 8px 0 ;
}

.inline-left {
  float: left;
  padding: 5px;
  padding-left: 0;
  padding-right: 20px;
}
.inline-right {
  float: right;
  padding: 5px;
  padding-right: 0;
  padding-left: 10px;
}


/*=====================
    BANNER CLASSES
======================*/


/* ie < 9 */
#banner {
    position:relative;
    width:100%;
    min-height:400px;
    overflow:hidden;
    border-top:1px solid #A9B6C7;
    border-bottom:1px solid #A9B6C7;
}
/* end ie < 9 */


#banner_images{
    -webkit-backface-visibility: hidden;
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
}

#banner_images img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:50%;
    height:auto;
    /*min-width:960px !important;*/
    filter:inherit;
}

#banner_images li {
    -webkit-backface-visibility: hidden;
    display: none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


#banner_images li:first-child {
  display: block;
  float: left;
}


#toplogo {
    /*margin-top: 4px;*/
    position:relative;
    float:left;
    /*margin-left: 14px;*/
    /*padding-bottom: 6px;*/
}



#toplogo {
    background:url('../images/logo_white.png') no-repeat left top;
    width:220px;
    height:49px;
}


/*=====================
    NAVIGATION CLASSES
======================*/
#nav_bar {
    background-color: rgba(0,0,0,1);
    border-bottom:3px solid #57C241;
    padding: 0;
    height: 56px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index:100;
    margin: 0;
}
#nav_bar_spacer {
    height: 56px; /*space to takeup because nav_bar is in fixed postion and doesnt push content down*/
}

#nav_container {
    position:relative;
    padding-top: 6px;
    height: 45px;
    z-index: 10;
}

#nav {
    position:relative;
    margin: auto;
    text-transform: uppercase;
    float:right;
    padding-right:20px;
}

#nav li {
    display:inline-block;
    margin:6px 12px 2px 2px;
    vertical-align:middle;
}

#nav a {
    color:#eff5fc;
    text-decoration:none;
    padding-bottom: 4px;
    cursor:pointer;
    font-size: 14px;
    word-spacing: -1px;
}


#nav a:hover, .dropdown_menu ul li a:hover {
    color: #f26b3a;
}

#nav .active, #nav a.active {
    color:#f26b3a;
    border-bottom:1px solid #f26b3a;
    font-weight: 600;
}

#nav .no_underline a{
    border-bottom:none;
}

.dropdown_menu_list{
    position:absolute;
    float:left;
    top:50px;
    right:0;
    padding: 0;
    width:160px;
    background:#485961;
    display:none;
    z-index:101;
    border:2px solid #A9B6C7;
    max-height: calc(100vh - 52px);
    overflow:auto;
}

.dropdown_menu li {
    margin: 0 !important;
    width: 100%;
}
.dropdown_menu li a{
    padding: 4px 8px 4px 10px;
    margin: 0 !important;
    float: none !important;
    background:#485961;
    border:2px solid #283136;
    width: 100%;
    display: block;
}
.dropdown_menu .active {
    border:2px solid #283136 !important;
}
.dropdown_menu li a:hover {
    color:#57C241!important;
    background:#191E21!important;
}

.nav_menu_responsive {
    display: none !important;
    overflow: auto;
}

#sub_nav {
    width:250px;
    padding:0;
    margin:0;
    display: inline;
    float:left;
}

#sub_nav a{
    border:1px solid #A9B6C7;
    color: #283136;
    background-color:#eff5fc;

    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 6px 3px 6px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-decoration:none;
}

#sub_nav .active, #sub_nav a:hover {
    background-color:#f26b3a;
    color:#ffffff;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

#sub_nav_content {
    min-height: 100%;
    float: right;
    width: calc( 100% - 300px);
}

/*=====================
    CONTENT CLASSES
======================*/
#content, #content_narrow {
    position:relative;
    width:100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#content p, #bulletins p, .cms p {
    margin:0 0 16px 0;
}

.table_border table {
    border-width: 0 0 1px 1px;
    border-style: solid
}

.table_border td{
    font-size: 14px;
    padding: 1px 4px 0 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.table_border th{
    font-size: 16px;
    padding: 0 4px 0 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.mobile_show {
    display: none;
}
/*=====================
    TEAM BOX CLASSES
======================*/
.team_box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team_box{
    border:solid 1px #485961;
    background-color: #eff5fc;
    line-height:20px;
    padding:6px;
    margin:10px 5px 0 5px;
    white-space: nowrap;
    width:300px;
    max-width:300px;
    flex-grow:1;
}
.team_box .team_label {
    font-weight: bold;
    font-size: 16px;
    padding-bottom:6px;
}
.team_box .team_label > div:first-child {
    float:left;
}
.team_box .team_label > div:nth-child(2) {
    float:right;
}

.team_box .team_player {
    font-size: 16px;
}
.team_box .team_player > div:first-child {
    float:left;
}
.team_box .team_player > div:nth-child(2) {
    float:right;
}

.team_box .team_footer{
    font-size:13px;
    font-style:italic;
    padding-top:3px;

}
.team_box div:after {
    content:'';
    clear:both;
    display:block;
}

.team_box input[type=checkbox]:checked + label {
    color: #f26b3a;
    font-weight: bold;
}

.username_highlight{
    font-weight: bold !important;
    background: #eff5fc !important;
}

/*=====================
    LAYOUT CLASSES
======================*/

.border {
    border:solid 1px #485961;
}
.border_light {
    border:solid 1px #A9B6C7;
}
.big_padding {
    padding:40px;
}
.shaded_box {
    background-color: #283136;
    color: #ffffff !important;
}

.shaded_box h2, .shaded_box .event_date {
    color: #ffffff;
}

.shaded_box a{
    color: #57C241;
}

.shaded_box_light {
    background-color: #eff5fc;
    border:solid 1px #485961;
}
.margin_pad {
    max-width:960px;
    width:96%;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
}

.margin_pad_minimal {
    width:96%;
    xpadding:0 2%;
    margin:0 auto;
}
.margin_pad_color {
    background-color: #DEEAEA;
}

.grid_heading{
    border-top:1px solid #f26b3a;
    margin-top: 20px;
    padding: 16px 0 0 0;
}

.grid_full{
    width:100%;
}

.grid_full_narrow{
    max-width:680px;
    width:96%;
    margin: 0 auto;
}

.grid_13rd_center{
    width:258px;
    height:200px;
    padding: 40px 24px 10px 24px;
    float:left;
    text-align:center;
}

.grid_13rd_left{
    width:30%;
    margin-right:1%;
    float:left;
}

.grid_23rd_right{
    width:65%;
    margin-left: 2%;
    float:right;
}

.grid_23rd_left{
    width:60%;
    margin-right:2%;
    float:left;
}

.grid_13rd_right{
    width:34%;
    margin-left:1%;
    float:right;
}

.narrow_viewport_only {
    display:none
}

/*=====================
    BIO CLASSES
======================*/

.bio_container {
    border: 1px solid #000000;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.bio_image {
    display: block;
    float: left;
    padding-top: 24px;
    padding-left: 10px;
/*    margin-right: 10px; */
}

.bio_copy {
    margin-left: 170px;
    font-size: 14px;
    padding: 10px;
}


/*=====================
    WEATHER CLASSES
======================*/

.weather_current{
    list-style: none;
    text-align:left;
    padding-right: 8px;
    padding-top: 6px;
}

.weather_current .temp{
    top: -20px;
    padding-top:10px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 36px
}

.weather_current .summary{
    font-size: 16px;
    font-weight: 600;
    text-align:center;
    line-height: 26px;
    margin-top: 0;

}
.weather_current .wind{
    font-size: 14px;
    text-align:center;
    padding-top: 2px;
    line-height: 14px;
}

.weather_forecast{
    margin-bottom: 12px;
    height: 155px;
    overflow-y: hidden;
}
.weather_col{
    width: 72px;
    height: 136px;
    float: left;
    list-style: none;
    font-size: 11px;
    text-align:center;
}
.weather_col .day{
    font-size: 16px;
    height: 24px;
}

.weather_col .summary{
    line-height: 15px;
}


.weather_row{
    font-size: 12px;
    text-align:center;
    display: table;
    padding-bottom: 5px;
}
.weather_row .overview{
    display:table-cell;
    padding: 0 10px 10px 8px
}

.weather_row .day{
    padding: 4px 0 6px 0;
    font-size: 18px;
    height: 28px;
    width: 90px;
}
.weather_row .summary{
    line-height: 15px;
    width: 90px;
}

.weather_row .details{
    font-size: 15px;
	line-height: 20px;
    text-align:left;
    padding-left: 20px;
}


/*=====================
    COURSE OVERVIEW CLASSES
======================*/
#hole_select {
    margin: 0 0 14px;
    overflow: hidden;
}

#hole_select div {
    display:inline-block;
}

#hole_select a{
    width: 33px;
    height: 31px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #A9B6C7;
    color: #A9B6C7;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    border-right: none;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

#hole_select a:last-child {
    border-right: 1px solid #A9B6C7;
}

#hole_select a:hover, #hole_select  a.active, #hole_select .active {
    background: #f26b3a;
    color: #fff;
}
#hole_select a:hover {
    color: #485961;
}

#hole_image {
   float:left;
   margin:0 8px 0 0;
   width: 120px;
}
#hole_image img{
    width: 120px;
}

#hole_video {
    position: relative;
    padding-bottom: 42%;
    height: 0;
    overflow: hidden;
    margin-bottom:30px;
}

#hole_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#google_map {
    float:left;
    margin-left:0px;
    width:100vw;
    height:100vw;
    max-width: 370px;
    max-height: 370px;
}

#radar {
    float:left;
    margin-left:0px;
    width:100%;
    height:calc(100vh - 230px);
}
.golf_tips p{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 14px 0px !important;
}

.golf_tips h4{
    color:#485961;
    line-height: 26px;
}


/*=====================
    INPUT FORM CLASSES
======================*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

.form {
    margin-bottom: 5px;
    padding:10px 8px 10px 8px;
    max-width: 480px;
    float:left;
}

.form, .form_shadowbox {
    border: 1px solid #A9B6C7;
    border-radius: 4px;
}

.form_footer{
    margin: 15px 0 0 161px;
    font-size: 15px;
    line-height: 5px;
}

.notification {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    color: #888;
    padding-bottom: 10px;
    border-bottom:solid 1px #A9B6C7;
}

.error{
    border: 1px solid #f26b3a;
    color: #f26b3a;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
}

.field, .input_spacer {
    font-size: 15px;
    line-height: 20px;
    height: 44px;
}

.password-field-icon {
    float: right;
    margin-left: -22px;
    margin-top: 9px;
    position: relative;
    z-index: 2;
}

.label_left {
    float: left;
    margin-right:10px;
    margin-top: 7px;
    text-align: right;
    width: 150px;
    font-weight: bold;
}

.checkbox, .radio {
    height: 18px;
    width: 16px;
    margin: 4px 4px 6px 4px;
    vertical-align: middle;
}

.input, .select, .textarea {
    padding: 5px;
    border: 1px solid #dadada;
    color: #333333;
    width: 280px;
    font-size: 16px;
}

.input, .select{
    height: 34px;
}


input:focus, select:focus, textarea:focus {
  border-bottom-color:#57C241;
  border-bottom-width: 2px;
}

form legend.required:after, .label.required:after, .label_left.required:after {
  content: ' *';
  color: red;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  border-bottom-color:#f26b3a;
  border-bottom-width: 2px;
}

input[readonly], textarea[readonly], readonly {
    background-color:#eff5fc;
    color:#191E21;
    border-color:#eff5fc;
}

.invalid_input{
    color: #f26b3a;
    display: block;
}

.button, .button-secondary, .button_bottom_right, .button_inactive:hover{
    min-width: 100px;
    height:36px;
    cursor:pointer;
    color: #eff5fc;
    text-align: center;
    background: #f26b3a;

    font-size: 18px;
    padding: 5px 10px 5px 10px;
    border: 0;
    border-radius: 4px;
    -webkit-appearance: none;
    display: inline-block;
}

.button-secondary {
    background: rgb(110, 120, 129)
}
.button, .button-secondary, .button_bottom_right {
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.button_inactive, .button_disabled {
    border: 1px solid #A9B6C7 !important;
    background-color: #eff5fc;
    color: #485961;
    font-weight: 400 ;
}


.button_bottom_right{
    float:right;
    margin-left:24px;
    margin-right:unset;
}

.button:hover, .button_bottom_right:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));

}
.button-secondary:hover{
    background-color: #6e7881
}
.button_grey {
    background: #A9B6C7;
    color: #191E21;
}
.button_short {
    height: 29px;
    line-height:initial;
    vertical-align: top;
    font-size: 15px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    z-index:11000
}
.autocomplete-suggestion {
    padding: 10px 5px; font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #f26b3a;
}

.click_filter {
    margin: 0 0 10px;
    overflow: hidden;
}

.click_filter a {
    width: 35px;
    height: 26px;
    float: left;
    color: #485961;
    cursor: pointer;
    border: 1px solid #A9B6C7;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    border-right: none;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.click_filter a:last-child {
    border-right: 1px solid #A9B6C7;
}

.click_filter a:last-child {
    width: 50px;
}

.click_filter a:hover, .click_filter a.active, .click_filter .active {
    background: #f26b3a;
    color: #fff;
}
.click_filter a:hover {
    background: #f26b3a;
    color: #191E21 !important;
}


/*=====================
    FOOTER CLASSES
======================*/

#footer{
    background-color:#191E21;
    color:#A9B6C7;
    font-size: 12px;
    height: 62px;
    bottom:0;
    width: 100%;
    min-width: 320px;
    position: absolute;
    z-index:99;
}
#footer_content{
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
}

#footer a{
    color:#A9B6C7;
    text-decoration:none;
}
#footer-copyright{
    font-size:14px;
    line-height: 16px;
    text-align:left;
    float:none;
    vertical-align: baseline;
    padding:8px 0 0 0;
}
#footer-social-icons{
    display:block;
    float:right;
    margin-left:10px;
    margin-top:14px;
    vertical-align: baseline;
}
#footer-social-icons img{
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

.tipso_style {
    border-bottom: none !important;
}
.tipso_bubble {
    z-index:99999 !important;
}

.member_home_page_right_column {
    height: calc(100vh - 110px);
    padding:10px;
    margin:auto;
    margin-bottom: 20px;
}
.member_home_page_right_column::-webkit-scrollbar {
    width: 5px;
}

.member_home_page_right_column .calendar_list_view{
    height: calc(100vh - 252px);
    overflow:auto;
}

.mobile_calendar_list_view {
    height: calc(100vh - 290px);
    overflow:auto;
}



/*=====================
    FONT AWESOME
======================*/

.fa-trash-alt {
    color:#f26b3a;;
    font-size:24px;
}

.fa-edit, .fa-upload, .fa-download {
    color:#57C241;;
    font-size:24px;
}

.fa-envelope {
    color:#f26b3a;;
    font-size:16px;
}

/*=====================
    add2Calendar OVERRIDES
======================*/
.a2cldr.active .a2cldr-list {
    position: absolute;
}

.a2cldr {
    display: inline !important;
}

.a2cldr-list {
    -webkit-padding-start:0 !important;
    width:220px;
    margin-top:0 !important;
    margin-left:0 !important;
    padding-right:0 !important;
}

.a2cldr .a2cldr-btn {
  width: inherit !important;
  height: inherit !important;
  padding: inherit !important;
}

.a2cldr-item a {
    padding-left: 40px !important;
    text-decoration: none !important;
    width:100%;
}

.a2cldr-item:hover {
    color: #032c53;
    background-color: #fafafa;
}

.a2cldr-google .icon-google {
    background: url(/images/icons/calendar/icon-google-t5.svg) 10px 50% no-repeat;
    background-size: 22px 100%;
}
.a2cldr-ical .icon-ical {
    background: url(/images/icons/calendar/icon-apple-t5.svg) 10px 50% no-repeat;
    background-size: 22px 100%;
}
.a2cldr-yahoo .icon-yahoo {
    background: url(/images/icons/calendar/icon-yahoo-t5.svg) 10px 50% no-repeat;
    background-size: 22px 100%;
}
.a2cldr-outlook .icon-outlook {
    background: url(/images/icons/calendar/icon-outlook-t5.svg) 10px 50% no-repeat;
    background-size: 22px 100%;
}
.a2cldr-outlook-online .icon-outlook-online {
    background: url(/images/icons/calendar/icon-outlookcom-t5.svg) 10px 50% no-repeat;
    background-size: 22px 100%;
}

.calendar-title {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #ffffff;
    z-index: 9998;
    background-color: #A9B6C7;
    line-height: 30px;

}

.calendar-close {
    background:url('/images/icons/close.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    display: block;

    width: 30px;
    height: 30px;
    right: 0;
    top: 0;

    cursor: pointer;
    z-index:9998;
}


/*=====================
    DHTMLX SCHEDULE OVERRIDES
======================*/

#ical_popup {
    border:1px solid #485961;
    min-height:400px;
}
#schedule {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 14px !important;
    border:1px solid #A9B6C7 !important;
}

.dhx_cal_data table {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}


.dhx_cal_event_clear {
    /*color: *//* !important;*/
}
.dhx_delete_btn_set, .dhx_save_btn_set, .dhx_cal_event_line, .dhx_qi_big_icon, .dhx_cal_event .dhx_title, .dhx_cal_event .dhx_cal_qi_title, .dhx_body, .dhx_footer, .dhtmlx_popup_button.dhtmlx_ok_button div {
    /*background-color: *//* !important;*/
}

.dhx_delete_btn_set, .dhx_save_btn_set,  .dhx_qi_big_icon, .dhx_cal_event .dhx_title, .dhx_cal_event .dhx_cal_qi_title, .dhx_body, .dhx_footer, .dhtmlx_popup_button.dhtmlx_ok_button div {
    background-color: #f26b3a !important;
    color: #ffffff !important;
}

.dhtmlx_popup_button.dhtmlx_ok_button, .dhtmlx_popup_button.dhtmlx_ok_button div, .dhx_delete_btn_set{
    border-top-color: #f26b3a !important;
    border-right-color: #f26b3a !important;
    border-bottom-color: #f26b3a !important;
    border-left-color: #f26b3a !important;
}

.dhx_cal_tab.active, .dhx_cal_quick_info  {
    background-color: #ffffff !important;
}

.dhx_cal_light {
    line-height:16px !important;
}

.dhx_now .dhx_month_body, .dhx_now .dhx_month_head {
    background-color: #dddddd !important;
}

.dhtmlxcalendar_material {
    z-index:10000  !important;
}

.calendar_sch_control {
    text-align: center;
    padding-top: 10px;
}
.calendar_filters_wrapper span {
    font-weight: bold;
    padding-right: 5px;
    color: rgba(0,0,0,0.7);
}
.calendar_filters_wrapper label {
    padding-right: 20px;
}

/*=====================
    SWEET ALERT OVERRIDES
======================*/
.swal2-container {
  z-index: 19999 !important;
}
.swal2-actions .swal2-cancel , .swal2-actions .swal2-deny, .swal2-actions .swal2-confirm {
    min-width: 120px;
}


/*=====================
    MY GOLF LIFE CLASSES
======================*/
.my-golf-life-box {
    border:solid 1px #A9B6C7;
    padding:40px;
    max-width:526px;
}

.my-golf-life-events {
    display: flex;
    flex-direction:column;
    width: 100%;
}
.my-golf-life-events > div {
    background-color: #eff5fc;
    border:1px solid #485961;
    border-width: 1px 1px 0px 1px;
    padding: 3px 5px 3px 5px;
}
.my-golf-life-events > div:last-child {
    border-bottom-width: 1px;
}
.my-golf-live-scoring-history {
    float:left;
    padding-right:30px;
}

/*=====================
    MISC CLASSES
======================*/
.scorecard {
    height:auto;
    max-width:100%;
}

.un-clickable {
    /*pointer-events: none;*/
    cursor: default;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-touch-callout : none
	-moz-user-select: none;
	-o-user-select: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}

.ellipsis {
    display:block;
    width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no_select {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

.clear{
    clear:both;
}

.clearfix:after, .margin_pad:after, .grid_full:after{
    content:'';
    clear:both;
    display:block;
}

.printonly {
    display:none !important;
}

::-webkit-scrollbar {
    height: 9px;
    width: 9px;
    background: #eff5fc}

::-webkit-scrollbar-thumb {
    background: #A9B6C7}

.expandable_image {
    position: relative;
}

.expand_icon {
    color: #485961;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 4px;
    font-size:30px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.expand_icon:hover {
    color: #f26b3a;
}

#dev_warning {
    color:#57C241;
    background-color:#fff;
    font-weight: 600;
    font-size: 24px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index:999;
    padding: 10px;
    background-color: rgba(0, 0, 0, 1);
}

.hide {
    visibility: hidden;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container {
    vertical-align: unset !important;
    padding-top: 1px;
    background-color: #FFFFFF;
}
.select2-dropdown {
    max-height: 400px;
    overflow-x: scroll;
}
.select2-dropdown.increasedzindexclass {
    z-index: 9999;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dadada !important;
    border-radius: unset !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 12px !important;
    padding-top: 9px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 15px !important;
    display: inline-block;
    border: unset !important;
    border-right: 0.1em solid black !important;
    border-bottom: 0.1em solid black !important;
    width: 6px !important;
    height: 6px !important;
    transform: rotate(45deg);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: unset !important;
}
.select2-selection__arrow {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.select2-results__option {
    padding: 1px 6px 1px 6px !important;
}