html { 
    height:100%;
}

body{
	font-family: 'Palanquin', sans-serif;
	background-color: #e8f4f8;
	margin: 0px;
	height: 100vh;
	min-height:100%;
	display: flex;
	flex-direction: column;
}

#content{
	flex-grow: 1;
}

#banner{
	position: relative;
	top: 0;
	z-index: 9999;
}

.dropdown-menu{
	background-color: #3476b3;
}



.record_action_button{
	/*background-color: rgb(170, 115, 93);*/
    text-align: center;
    font-weight: bold;
    padding: 10px 4px;
	border-radius: 6px;
	text-decoration: none;
	width: 40px;
}


.record_action_button a{
	color: white;
	font-size: medium;
	text-decoration: none;
	/*background-color: rgb(170, 115, 93);*/
	background-color: #d75e02;
    text-align: center;
    font-weight: normal;
    padding: 10px 4px;
	border-radius: 6px;
	
}


#AppHeadingText {
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	color:#8c9b6c;
	display: flex;
	align-items: center;
    justify-content: space-evenly;
	width: 100%;
	margin: auto;
}

#second_logo{
	display: none;
}

@media (min-width: 768px){
	#AppHeadingText {
		/* padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px; */
		text-align: center;
	}
	#second_logo{
		display: block;
	}
}


h1, h2{
    font-style: normal;
    text-align: left;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#3476b3; 
}
h1 {
    font-size: 1.5em;
    font-weight: 600;
  }

h2 {
	font-size: 1.3750em;
	font-weight: 500;
	letter-spacing: 1.4px;
	padding: 25px 20px 25px 20px;
	font-weight: bold;
}

h2.login_h2{
    color: #d85E01;
	font-weight: 700;
	padding: 0px 20px 20px 40px!important;
	text-align: center;
}

h3{
	font-size: 1em;
	font-weight: bold;
	columns: #333333;
	font-style: normal;
    text-align: left;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Style description | Member registration */
.h3-description{
	font-size: 1em;
	letter-spacing: 1.4px;
	line-height: 1.4em;
	text-align: center;
}

h4{
	font-size: 0.9em;
	color:#e32;
}

p{
	color: #f1f1f1;
}

.p-form {
color:  #333333;
text-align:left;
}

label{
	/* 222222 */
	font-size: 1em;
    font-weight: bold;
	color: #333333;
	/* display: contents!important; */
	display: inline-block!important;
}

#welcome h2{
	text-align: center;
}

.simple_text p{
	color: black;
	text-align: center;
	width: auto;
	margin: auto;
}


p.information_text {
	color: black!important;
	text-align: left;
	/* text-justify:newspaper; */
	text-align: justify;
	width: auto;
	margin: auto;
}

#MenuButtons {
	background-color: #002d45;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px){
	#MenuButtons {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 40px;
		padding-right: 40px;
	}	
}

/**/
@media (max-width: 768px){
	/*Style Logo for Login */
	.img-thumbnail{
		/* max-width: 0%; */
		display:none;
		border: none;
		background-color:  #e8f4f8;;
	}

	/*Max size height for table*/
	.table-wrapper {
		max-height: 450px;
		overflow: auto;
		display:inline-block;

	}


	
/* .simple_content{
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	max-width: 600;
} */

}

.flex_left{
	display: flex;
	align-items: center;
	justify-items: flex-start;
}

.flex_right{
	display: flex;
	align-items: center;
	justify-items: flex-end;
}


#MenuButtons a {
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/* text-transform: capitalize; */
	padding-right: 10px;
	padding-left: 10px;
}




#button-upload {
    background-color: #d75e02;
	border-radius: 5px;
	padding: 4px;
}

#button-logout{
	border-radius: 5px;
	padding: 4px;
    color: #f1f1f1;
	border: 2px solid #f1f1f1;
}

.frame {
	width: 100%;
	height: 100%;
	border: 0;
	border: none;
  }

/*Style Register heading*/
.simple_head {
	padding: 25px 20px 35px 40px;
	margin: auto;
    text-align: center;
}


/*Style Form-Register form*/
.simple_form {
	margin: auto;
	width: auto;  /*max-content*/
	text-align: left;
}

.simple_content{
	/* margin-left: 0.5em;
	margin-right: 0.5em; */
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	max-width: 600;
}


/*Style Form question-Register form*/
.simple_form_questions {
	margin: auto;
	width: max-content;
	padding-top: 20px;
}

.simple_form input, .simple_form select, .simple_form textarea{
	width: 100%;
	font-family: "Lato";
	font-size: 1.0625em;
}

.simple_form input[type=checkbox]{
	width: unset;
}

.simple_form input[type=radio]{
	width: unset;
}


.simple_form #submit, .simple_button, .login_form #submit{
	/* font-family: 'Montserrat', sans-serif;	 */
	background-color: #3476b3;
	color: white;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 4px;
}



.simple_table{
	padding-left: 40px;
}


.complex_form input, .complex_form select, .complex_form textarea{
	width: 600px;
	max-width: 90%px;
	font-size: 14px;
}

.complex_form textarea{
	height: 10em;
}



.new_user_button{
	width: 200px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

.new_user_button a{
	padding-left: 10px;
	padding-right: 10px;
}

.simple_form ul {
	list-style: none;
}

.simple_form ul li input{
	width: 30px;
}

.login_head {
	text-align: center;
	padding: 25px 20px 25px 40px;
}

.login_form {
	text-align: center;
	font-size: 1.0625em;
}


label {
	display: inline-block;
	/* width: max-content; */
	text-align: left;
}​

label[for="remember"] {
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	color: #888;
}

label[for="remember"]:hover {
	color: #555;
	background-color: #eee;
}

label[for="remember"]:checked {
	background-color: #3db864;
}

.required label::after{
/* input:required ~ label::after { */
	content:" *"; 
	color: #e32;
	position: absolute; 
	margin: -8px 0px 0px 0px;
	font-size: xx-large; 
	padding: 0 5px 0 0;
}

#FlashMessages {
	text-align: center;	
	padding-top: 30px;
}

.flashes {
	text-align: center;	
	padding-top: 30px;
}

#FlashMessages ul{
	padding: 0;
}

#FlashMessages li{
	list-style: none;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
}

tr:nth-child(odd){
	/*background-color: #e8d2a0aa;*/
	background-color: #ffae19;
	
}

tr:nth-child(even){
	/*background-color: #e8d2a055;*/
	background-color: #ffd37b;
}



#loadIndicator{
  position: absolute;
  top: 45%;
  left: 47.5%;
  pointer-events: none;
}

.invisible{
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
}

.centre_screen{
	position: absolute;
	width: 	auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #602020 !important;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
  
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
} */

/*Style Button-filter */
  ul.dropdown-menu.show{
	background-color: #002d45;
  }

/*Style Register Form-space breading*/
div#member_questions.simple_form_question{
	padding-top: 10px;
}

.btn-primary{
	background-color: #3476b3;
	border-color: #3476b3;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #d75e02;
	border-color: #d75e02;
}


.member_questions{
	padding-bottom: 0.5em;
	display: flex;
	/* align-items: center; */
}

.member_questions input, .required input{
	margin-right: 0.5em;
	margin-top: 0.35em;
}


@media (hover: hover) {
	.record_action_button a:hover{
		text-decoration: underline;
	}

	#MenuButtons a:hover {
		text-decoration: underline;
		color: #002d45;
		background-color: #d85E01;
	}

	.simple_form #submit:hover{
		/*background-color: #bb9c57;*/
		background-color: #d85E01;
		cursor: pointer;
		border-radius: 4px;
	}
}

/*Style Table | Admin*/
.table td, table th {
	border-top: 0px;
}

/* .table-success, .table-success>td, .table-success>th {
	background-color: #d8905f;
} */

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th{
	border-color: #d8905f;
}

.table td, .table th{
	vertical-align: middle;
	border-top: 0px;
	white-space: nowrap;
}

/*Max size height for table*/
.table-wrapper {
	max-height: 600px;
	overflow: auto;
	display:inline-block;

}


.field-icon {
	float: right;
	margin-top: -24px;
	margin-right: 5px;
	position: relative;
	z-index: 2;
}
  

  
/* SASS workaround */
.booked_cell .date_option {
    width: 100% !important;
}

.booked_cell {
    padding-left: 5px;
    padding-right: 5px;
}

.booked_cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
	background-color: #f8f8f8;
	text-align: center;
  }
  
  .booked_cell .booking_label {
	font-weight: bold;
	margin-bottom: 0px;
  }
  
  .booked_cell .booked_cell_controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
  }
  
  .booked_cell .booked_cell_controls .button {
	padding: 5px 10px;
	margin: 0 5px;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #ccc;
	background-color: #eee;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
  }
  
  .booked_cell .booked_cell_controls .button:hover {
	background-color: #ddd;
  }

  .booked_cell .booked_cell_controls .cancel_button {
	background-color: #ff6961; /* red */
	color: #fff;
  }
  
  .booked_cell .booked_cell_controls .zoom_to_button {
	background-color: #77dd77; /* green */
	color: #fff;
  }

form.simple_form input[type="text"], 
form.simple_form input[type="password"], 
form.simple_form input[type="tel"] {
    height: 30px;
    padding: 5px 10px;
    border: solid 0.25px #ddd;
    color: #6f7375;
}

select {
    height: 40px;
    padding: 5px;
    border: solid 0.25px #ddd;
    color: #6f7375;
}

textarea {
    height: 100px;
    padding: 5px 10px;
    border: solid 0.25px #ddd;
    color: #6f7375;
}

form.simple_form input[type="submit"] {
    padding: 10px 30px !important;
    border-radius: 5px;
    border: solid 0.25px #ddd;
    font-size: 15px;
}

.required label::after {
    font-size: small;
    padding: 10px 5px 0 5px !important;
}

#existing-email-container {
	display: none;
}

.password-text {
	color: #3676b3;
}

span#phone-field label::after {
    content: "" !important;
}