body {
    background: #fff;
	font-family: Verdana, sans-serif !important;
    }
#changePassword {
    height: 340px;
}
.newPassInst {
    text-align: center;
    color: #fff;
    font-size: 9px;
    background-color: #008080;
}
.centerJustify {
    text-align: center !important;
}
.whosCards {
    color: #008080;
    font-weight: bold;
}
.panelTabs .tab-pane {
   border: solid 1px teal;
}
.panel-default {
    border-color: #000;
}
#panelTabs li.active a {
    background-color: #000;
    color: #fff ;
    font-weight: bold;
}
#panelTabs li a{
    background-color: #008080;
    color: #fff;
}
.nav-pills > li.active > a {
	background-color: #008080 !important;
}
.no-gutter {
    padding: 5px;
}
.no-name {
    background-color: white ;
}
.teeTimeFooter {
    text-align: center;
}
.panel-heading {
    padding: 1px;
}
.panel-heading h2 {
    font-size: 25px;
    font-weight: bold;
}
.panel {
    margin-bottom: 0px;
}
.panel-body {
    overflow: hidden;
}
.playerNameDisplay input{
    font-size: 10px;
    padding: 0px;
}
.playerNameDisplay input:disabled {
    color: #154747;
    font-size: 10px;
}
.playerNameDetail {
    width: 100%;
}
.myPlayer {
    background-color: #008080 !important ;
    color: #fff !important;
}
.reservationBody {
    height: 5em;
}
.reservation {
    background-color: darkseagreen;
}
.dinning {
    background-color: coral
}
.dinningEastwynd {
    background-color: crimson;
}
.teeTime {
    background-color: #008888;
}
.teeTimeScarlet {
    background-color: #ff2400 ;
}
#tabMenuDropdown a{
	text-align: left !important;
	color: #ffffff !important;
	background-color: #154747 !important;
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	width: 130px;
}
.w3-dropdown-content {
	min-width: 0px !important;
}
.w3-dropdown-content a{
		padding:8px 8px;
		display:block

}
.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}
.tai-teal {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #154747 !important;
	border-radius: 10px 10px 10px 10px;
	margin-left: 5px;
}
.bold{
	font-weight: bold;
}
.w3-btn {
	color: #ffffff;
	background: #008080;
	border-radius: 10px 10px 10px 10px;
	margin: 0 0 0 5px;
}
.w3-btn:hover {
	box-shadow: none;
}
.w3-border-bottom {
	border-bottom: 3px solid #008080 !important;
}
.w3-border-top {
	border-top: 3px solid #008080 !important;
}
.w3-border{
	border: none !important;
}
.ui-datepicker {
	background-color: #00c0c0;
}
.ui-datepicker-header {
	background-color: #00c0c0;
}
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);
}
.datepicker{
	color: rgb(125, 125, 125);
}
select{
	border-radius: 10px 0px 0px 10px;
	border-style: solid;
	background-color: rgb(225, 225, 225);
	border-color: transparent;
	border-width: 3px;
}
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;
}
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;
}
button:disabled, input:disabled, select:disabled, .disabled {
	color: rgb(125, 125, 125);
	border-color: transparent;
}
button, input{
	background-color: rgb(225, 225, 225);
	border-color: transparent;
}
#dateSelected {
	color: rgb(150, 150, 150);
}
.chkbox { 
	padding-left: 10px;
}
input[type=checkbox] {
		/* transform: scale(1.5); */
}
.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;
}
.w3-responsive{
	/*overflow-y: auto;*/
}
.fixedHeightData{
	width: 100%;
	height: {{ ::dimensions.fixedHeight }};
}
.flexHeightData{
	width: 100%;
}
div.reminder{
/*
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
*/
}
p.reminder{
	text-align: center;
}
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
}
.header{
	font-size:60%
}
.cc label {
	width:100%;
	height:100%;
	display:block;
	background-color: rgb(235, 235, 235);
	border-radius: 10px;
}
#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
}
.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%;
    }
.modalEditName {
    text-align: center;
}
.previous, .next{
	margin-bottom: -2px;
}
.cover {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.close{
	width: 12px;
	height: 14px;
    padding-right: 30px !important;
}
.note{
	font-size: 120%;
	color: red;
	font-weight: bold;
}
.invalid{
	border-color: red;
}

.line-height-s{
	line-height:0.7;
}
img {
	vertical-align: baseline !important;
}
.showOptionsClass{
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}
.showOptionsClass select {
    font-size: 10px;
}
.slots {
    border-top: 1px solid black;
}
.teeTimeCourse {
    color: #008080;
    font-size: 20px;
}
.panelTeeTimeMemo {
    width: 90%;
    min-height: 100px;
}
.teeTimeDetailModal {
    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 {
    transform: translate(-50%, -50%) scale(1);
}
.teeTimeDetailModal-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid black;
}
.teeTimeDetailModal-title {
    font-size: 1.25rem;
    font-weight: bold;
    align-self: flex-start;
}
.teeTimeDetailModal-secondary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.teeTimeDetailModal-closeContainer {
    align-self: flex-end;
}
.teeTimeDetailModal-close {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
}
.teeTimeDetailModal-body, .teeTimeDetailModal-footer {
    padding: 10px 15px;
    text-align: center;
}
#teeTimeDetailModal-overlay, #loginPanelModal-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{
    display: flex;
    pointer-events: all;
}
.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
}
.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;
}
.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;
}
.confirm-message {
    margin: 0;
    padding: 0;
    color: #ff6666;
}
