body {
    background: #fff;

}
.bold{
	font-weight: bold;
}
btnDiv {float:left;display: none;  border-bottom: 3px solid #008080 ;}
.centerJustify {
    text-align: center !important;
}
.buddyInnerDiv {
	position:relative;
	left: -30px;
	padding-top: 5px;
	font-size: 10px;
}
button, input {
	background-color: rgb(225, 225, 225);
	border-color: transparent;
}
button, input, select, .ui-datepicker-current, .ui-datepicker-close{
	border-radius: 10px;
	border-style: solid;
	border-color: rgb(225, 225, 225);
	border-width: 3px;
}
button.action:not([disabled]), input[type="button"].action:not([disabled]){
	color: white;
	background-color: #008080;
	border-color: rgb(225, 225, 225);
}
button:disabled, input:disabled, select:disabled, .disabled {
	color: rgb(125, 125, 125);
	border-color: transparent;
}
button:focus, input:focus, select:focus, div.w3-dropdown-content:focus, textarea:focus{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 255, 1), 0 0 25x 1px hsla(210, 95%, 65%, 1) !important;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 255, 1), 0 0 25px 1px hsla(210, 95%, 65%, 1) !important;
	box-shadow: 0 0 10px rgba(0, 0, 255, 1), 0 0 25px 1px hsla(210, 95%, 65%, 1) !important;
}
.cc label {
	width:100%;
	height:100%;
	display:block;
	background-color: rgb(235, 235, 235);
	border-radius: 10px;
	text-align: center;
}
#ccRecurringDiv,  .achMaintain { 
    padding-bottom: 10px;
    border-bottom: 2px solid;
	margin-top: 5px;
}
#ccMaintain, .ccMaintain  { padding-top: 10px; padding-bottom:  5px; border-bottom: 2px solid;}
#ccRecurringMessage,   .achMaintainMessage, #requestTabMessage {  display:none;margin: auto; background-color: #008080; color: white;  text-align: center; width: 20%; }
#changePassword {
    height: 340px;
}
.chkbox { 
	padding-left: 10px;
}
.close{
	width: 12px;
	height: 14px;
    padding-right: 30px !important;
}
.confirm-message {
    margin: 0;
    padding: 0;
    color: #ff6666;
}
.courtTime {
    background-color: #008888;
}
.courtTimeCourt1 {
    background-color: #00ffff;
}
.courtTimeCourt2{
    background-color: rgb(201, 35, 224);
}
.courtTimeCourt3 {
    background-color: rgb(249, 240, 255) ;
}
.courtTimeNumber {
    display: none;
}
.cover {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.datepicker{
	color: rgb(125, 125, 125);
}
#dateSelected {
	color: rgb(150, 150, 150);
}
.dining {
    background-color: coral
}
.dinning {
	background-color: coral
}
#displayLocationDiv {
     display:inline-block;
    padding:15px 0 5px 0;
    margin: 0 15px 0 0;
}
#displayWeatherDiv {
    display: none;
    padding: 15px 0 5px 0;
    margin: 0 15px 0 0
}
.errorMessage {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 25x 1px hsla(0, 95%, 65%, 1) !important;
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 25px 1px hsla(0, 95%, 65%, 1) !important;
	box-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 25px 1px hsla(0, 95%, 65%, 1) !important;
	padding: 5px;
    border-radius: 10px;
}
.fakeButton {
	color: #fff;
	background: #008080;
	border-radius: 10px;
	padding: 8px 16px;
	margin: 10px;
}
.fakeButton:hover {
	color: rgb(150, 150, 150) ;
	text-decoration: none;
}
.fixedHeightData{
	width: 100%;
	height: {{ ::dimensions.fixedHeight }};
}
.flexHeightData{
	width: 100%;
}
.header{
	font-size:60%
}
hr { 
	display: block;
	margin-top: .5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: teal;
	color: teal
}
#jellybeanDiv {
   display: inline-block; 
}
img {
	vertical-align: baseline !important;
}
.inPlaceHeader{
	color: white;
	font-weight: bold;
	background-color: teal;
	border-radius: 10px 10px 0 0;
}
.inPlaceHeaderModal{
    color: white;
    font-weight: bold;
    background-color: teal;
    border-radius: 10px 10px 0 0;
    text-align: center;
     margin-bottom: 10 px;
    width: 100%;
}
/* to remove scroll bars from number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="button"]:hover:not([disabled]), button:hover:hover:not([disabled]), .ui-datepicker-current:hover, .ui-datepicker-close:hover{
	border-color: #008080;
	border-width: 3px;
}
.invalid{
	border-color: red;
}
.line-height-s{
	line-height:0.7;
}
#loadingPanel_1 {
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	background-image: url("loading_100.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	z-index: 75
}
#loadingPanel_2 {
	width : 100%;
	height : 75%;
	position : absolute;
	top : 100%;
	left : 0;
	background-image: url("loading_100.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	z-index: 75
}
#loadingPanel_3 {
	width : 100%;
	height : 75%;
	position : absolute;
	top : 175%;
	left : 0;
	background-image: url("loading_100.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	z-index: 75
}
.loginPanelModalDetail {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -45%) scale(1);
    transition: 200ms ease-in-out;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 50;
    background-color: white;
/*    width: 320px;*/
    max-width: 80%;
    display: none;
}
#logoArea {
	 float:left;
}
#logoImage {
	width: 60%;
	height: 60%;
}
.modalEditName {
    text-align: center;
}
.modalLoadingPanel {
       width : 100%
        ; height : 100%
        ; position : fixed
        ; top : 0
        ; left : 0
        ; background-image: url("loading_100.gif")
        ; background-repeat: no-repeat
        ; background-position: center
        ; display: none
        ; z-index: 75
}
.myPlayer {
    background-color: #008080 !important ;
    color: #fff !important;
}
.nav-pills > li.active > a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #008080 ;
}
.newPassInst {
    text-align: center;
    color: #fff;
    font-size: 9px;
    background-color: #008080;
}
.no-gutter {
    padding: 5px;
}
.no-name {
    background-color: white ;
}
.note{
	font-size: 120%;
	color: red;
	font-weight: bold;
}
p.reminder{
	text-align: center;
}
.panel {
    margin-bottom: 0px;
}
.panel-default {
    border-color: #000;
}
.panel-heading {
    padding: 1px;
}
.panel-heading h2 {
    font-size: 25px;
    font-weight: bold;
}
.panel-body {
    overflow: hidden;
}
.panelTabs .tab-pane {
   border: solid 1px teal;
}
#panelTabs li.active a {
    background-color: #000;
    color: #fff ;
    font-weight: bold;
}
#panelTabs li a{
    background-color: #008080;
    color: #fff;
}
.panelTeeTimeMemo {
    width: 90%;
    min-height: 100px;
}
.playerNameDetail {
    width: 100%;
}
.playerNameDisplay input{
    font-size: 10px;
    padding: 0px;
}
.playerNameDisplay input:disabled {
    color: #154747;
    font-size: 10px;
}
.previous, .next{
	margin-bottom: -2px;
}
.requestItemDetail{
    text-align: left
}
.requestTabMemo {
    width: 50%;
    height: 75px;
}
.reservation_notusing {
    background-color: darkseagreen;
}
.reservationBody {
    height: 10em;
}
#RmLinkButton:focus, #RmLinkButton:hover{
    color: #ffffff  ;
}
.rowHeader {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}
select{
	border-radius: 10px 0px 0px 10px;
	border-style: solid;
	background-color: rgb(225, 225, 225);
	border-color: transparent;
	border-width: 3px;
}
.sectionHeader {
    font-weight: 900;
    font-size: 20px;
    letter-spacing:  1.25px;
}
.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}
.showOptionsClass{
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}
.showOptionsClass select {
    font-size: 10px;
}
.slots {
    border-top: 1px solid black;
}
#TableReservations {
	text-align: center;
}
#tableReservationsBody {
    text-align: left;
    width: 50%;
    margin: 0 auto;
}
#tabMenuDropdown a{
	text-align: left !important;
	color: #ffffff !important;
	background-color: #154747 !important;
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	width: 130px;
}
.tai-teal {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #154747 !important;
	border-radius: 10px 10px 10px 10px;
	margin-left: 5px;
}
td { padding-bottom: 2px !important;}
.teeTime {
    background-color: #008888;
}
.teeTimeCourse, .courtTimeCource {
    color: #008080;
    font-size: 20px;
}
.teeTimeDetailModal, .courtTimeDetailModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 50;
    background-color: white;
    width: 500px;
    max-width: 80%;
}
.teeTimeDetailModal.active, .courtTimeDetailModal.active {
    transform: translate(-50%, -50%) scale(1);
}
.teeTimeDetailModal-header, .courtTimeDetailModal-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid black;
}
.teeTimeDetailModal-title, .courtTimeDetailModal-title {
    font-size: 1.25rem;
    font-weight: bold;
    align-self: flex-start;
}
.teeTimeDetailModal-secondary, .courtTimeDetailModal-secondary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.teeTimeDetailModal-closeContainer, .courtTimeDetailModal-closeContainer {
    align-self: flex-end;
}
.teeTimeDetailModal-close, .courtTimeDetailModal-close {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
}
.teeTimeDetailModal-body, .teeTimeDetailModal-footer, .courtTimeDetailModal-body, .courtTimeDetailModal-footer {
    padding: 10px 15px;
    text-align: center;
}
#teeTimeDetailModal-overlay, #loginPanelModal-overlay, #courtTimeDetailModal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    transition: 200ms ease-in-out;
    width: 100%;
    height: 600%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    pointer-events: none;
}
#teeTimeDetailModal-overlay.active, #loginPanelModal-overlay.active, #courtTimeDetailModal-overlay.active {
    display: flex;
    pointer-events: all;
}
.teeTimeFooter, .courtTimeFooter {
    text-align: center;
}
.teeTimeScarlet {
    background-color: #ff2400 ;
}
.tooltip {
    position: relative;
    display: inline-block !important;
    font-family: Verdana, sans-serif !important;
    boarder-bottom: 1px dotted black;
}
.tooltip .top {
    border-radius: 8px;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}
.tooltip-inner {
    background-color: #008080 !important;
    color: white !important;
}
.tooltip-arrow {
    border-top-color: #008080 !important;
}
.ui-datepicker {
	background-color: #00c0c0;
}
.ui-datepicker-header {
	background-color: #00c0c0;
}
.w3-border{
	border: none !important;
}
.w3-btn {
	color: #ffffff;
	background: #008080;
	border-radius: 10px 10px 10px 10px;
	margin: 0 0 1px 5px;
}
.w3-btn:hover {
	box-shadow: none;
}
.w3-dropdown-content {
	min-width: 0px !important;
}
.w3-dropdown-content a{
		padding:8px 8px;
		display:block

}
#wrapper {
    overflow: auto;
}
.whosCards {
    color: #008080;
    font-weight: bold;
}