                                                                                                              
                                                                                                                         

                        /* General
Primary - 009cda (009cda)
Secondary - 00ab67 (00ab67)
Tertiary - 0088cc
Quartenary - 0088cc
*/



#bodyContent,
.FontColor {
     font-family: "Open Sans", Arial, sans-serif;
     color: #647A40;
     font-weight: normal;
     letter-spacing: 2px;
}
.BackgroundColor {
     background: #fff !important;
}
/* Header */

.navbar {
     background: #eee !important;
     border-bottom: 5px solid #000;
     padding-bottom: 8px !important;
}
.topbar {

     background-repeat: no-repeat !important;
     margin: 0px 0 0 0px;
     padding: 5px;
}
/* Day of Week Navigation */

.DayofWeekSelectedColor {
     background-color: #647A40 !important; } .TabSelectedFontColor {
     color: #fff !important;
}
.DayofWeekNotSelectedColor {
     background-color: #eee !important;
     color: #777 !important;
}
.TabNotSelectedFontColor {
     color: #777 !important;
}
.MainNavigationColor {
     background-color: #647A40 !important;
     border-color: #fff !important;
}
/* Tee Times */

div.teetime {
     padding: 10px !important;

}
h3.timeDisplay {
     background-color: #647A40 !important;
     border-radius: 4px 4px 0 0 !important;
     font-size: 1.3em !important;
     font-weight: 400 !important;
     margin: -20px -20px 10px !important;
     padding: padding: 20px 10px 54px !important;
}
.timeDisplay span, .timeDisplay-disc span, .auction-grid a.teetime .timeDisplay-disc span, .teetime-special a.special .timeDisplay-disc span {
     background: #fff !important;
     border: 1px solid #FFF !important;
     border-radius: 50px !important;
     box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset !important;
     color: #000 !important;
     display: block !important;
     font: 700 25px/100px Arial !important;
     margin: 10px auto !important;
     padding: 0px;
}
a.teetime,
.auction-grid a.teetime, .teetime-special a.special{
     background: #fff !important;
     /*border: 5px solid #eee;*/
     color: #777;
     /*height: 20%;*/
}
.default-grid a:hover {
     color: #777;
}
.btn-default:hover {
     border: none !important;
}
.default-grid a:hover h3.timeDisplay {
     background-color: #bbb !important;
}

.hole-icon{
     display: none !important;
     color: #fff;
}

/* Modal - select a tee time */
.modal-body .col-sm-6 {width: 100%; padding-top: 0px !important;}

/* Mobile Tweak */
.teetime .divBoxText .col-xs-6  {width: 100%}

/* Specials & Discounts*/

.auction-grid h3.timeDisplay-disc, .auction-grid a.teetime h3.timeDisplay-disc, .teetime-special a.special h3.timeDisplay-disc{
     background-color: #CF5300 !important;
     border-radius:4px 4px 0 0 !important;
     font-size: 1.3em !important;
     font-weight: 400 !important;
     margin: -20px -20px 10px !important;
     padding: 20px 10px 54px !important;
     font-align: center !important;
}

h3 {
     font-size: 22px !important;
}

.auction-grid, .priceDiv, div.player p {
     text-align: center !important;
}

.descText-disc {
     font-size: 16px;
     padding: 0 !important;
     margin-top: -50px;
}

.special {
                 height: 285px
}

/*  Removing the display of the scratched out former price in Discount Daily Deals .discountPrice > div > span .tee-price > div > div > span These two target the cart price in the special top header and in the main section of online tee times.

.discountPrice > h3 > span
.tee-price > div > h3 > span
These two target the greens fee price in both top header and main section.
*/

.discountPrice > div > span,
.discountPrice > h3 > span,
.tee-price > div > div > span,
.tee-price > div > h3 > span {
     display: none;
}

/* Search Bars and Filters */

.btn-primary {
     background-color: #647A40 !important; } .SearchFieldColor, .panel-heading, .panel-footer {
     background: #bbb !important;
}
.SearchFieldColor .form-group {
     border: 3px solid #bbb !important;
     background-color: #00ab67 !important;
     padding: 10px;
}
a.list-group-item,
button.list-group-item {
     color: #d2d2d2;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
     color: #fff;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
     background-color: #00ab67 !important; } .divSelectedPlayerAndHole h2.FontColor {
     font-size: 8px;
     color: #647A40 !important;
}

.divSelectedPlayerAndHole div b{
    font-size: 15px;
}

.divSelectedPlayerAndHole div {
    padding: 0px !important;
}


a.todayNotes {
     visibility: hidden !important;
     position: relative  !important;
}

a.todayNotes:after {
     visibility: visible  !important;
     position: relative  !important;
     top: -10px !important;
     left: -7% !important;
     content: "Read Announcement"  !important; }

.todayNotes {
`color: #000000 !important;
     background-color: #FFFDE0  !important;
     border: solid 1px #F5DE83  !important;
     padding: 10px  !important;
     font-family: tahoma, chicago, sans-serif  !important;
     padding: 1em  !important;
     text-align: center  !important;
     margin: 1em 0  !important;
     font-size: 1.3em  !important;
     clear: both  !important;
}


@media (min-width: 1000px) and (max-width: 10000px) {
div.teetime  { width: 50%;}
}
 h3.timeDiv.timeDisplay-disc {
    padding-bottom: 30px;
    padding-top: 1px;
}          

@media (min-width: 768px)
{
	div.teetime {
		width: 33%;
	}

	.teetime div:nth-child(4), div:nth-child(5) {
		font-size: small;
	}
        #divSelectPlayersAndHole div.teetime {
               width: 100%;
        }


}
           

           

           

           

           

           

           

           

           

           

           

           

           

           

           

           

           

           







