body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Verdana', sans-serif;
}

.required{
    color:red;
}

.panel-title-subtext{
  font-size: 12px;
  color: #060606;
}

.panel-title{
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control{
    background: url('/img/details_close.png') no-repeat center center;
}

#CompanyCorrespondenceTable_filter{
	display: none
}


.ViewCompanyInfoTitle{
	font-weight:bold;
	float:left;
	width:65px;
}

.NoteCorrTableDisplay{
	width: 90%;
	background-color: rgb(235, 235, 228) !important;
	border: 1px solid #000;
	resize: none;
	float:left;
	padding-left: 4px;
}

.loadertext{
  text-align: center;
    display: inherit;
}

.navbar-brand{
  padding-top: 2px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}


/*Max the search box massive on the learner booking select learner table*/

#LearnersTable_filter,#LearnersTable_filter > label,#CoursesTable_filter,#CoursesTable_filter > label,#BookingsTable_filter,#BookingsTable_filter > label,#CompaniesTable_filter,#CompaniesTable_filter > label{
	width:100%;
}

#LearnersTable_filter > label > input,#CoursesTable_filter > label > input,#BookingsTable_filter > label > input,#CompaniesTable_filter > label > input{
	width:90%;
}

.CompanyBookingLearnerSelectFormGroup{
  width:100% !important;
}

.CompanyBookingLearnerSelectFormControl{
  width:95% !important;
}


.UpcomingCoursesTableWrapper{
  max-height:300px
}

.tableform {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
}

.tableform.disabled {
    background-color: rgb(235, 235, 228) !important;
}

.HiddenInformation {
    display: none !important;
}


.fc-event{
  border: 1px solid rgb(28, 118, 125);
  background-color: rgb(46,167,177);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: rgba(0,0,0,0.1);
  color: #f6f6f6;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  color: #000000 !important;
  font-size:18px;
}

.social .fa {
  margin-left:5px;
  margin-right:5px;
  font-size:20px;
  color:black;
}
.mainsection {
    /*background: url('../img/home-banner.png'); !* linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), *!*/

    background-image:
            linear-gradient(
                    rgba(0, 0, 0, 0.1),
                    rgba(0, 0, 0, 0.1)
            ),
            url('../img/home-banner.png');

    padding-top: 100px;
    max-width: 1900px;
    max-height: 624px;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center top; */
    margin: auto;
}
.text-white {
  color:white !important;
}
.text-black {
  color:black !important;
}
.btn-nice{
  border-radius: 50px;
  border: 2px solid white;
  color: white;
  padding: 4px 16px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}
.btn-nice:hover {
    color: black;
    background-color:white;
    text-decoration: none;
}
.homeBannerMargin {
    margin-bottom: 10%;
    margin-top:2%;
}
.logo-default{
  height: 105px !important;
  /*width: 240px !important;*/
}

.social-feed {
  width:320px;
  height:460px;
}
.route-map{
  width:640px;
  height: 570px;
  margin-right:5px;
}
.page-footer {
  background-color: #1f1f1f;
}
span .required{
  color:red;
}
@media (min-width: 700px) {
  .email-default {
    display: inline !important;
    width: 65% !important;
  }
}
@media (max-width: 700px) {
  .logo-default {
     height: 75px !important;
     /*width: 160px !important;*/
  }
  .social-feed{
    width: 300px;
    height: 475px;
  }
  .route-map{
    width: 280px;
    height: 460px;
  }
  .contactimage{
    width:300px!important;
  }
  .mailinglist-submit{
    margin-top:10px;
  }
}
.scrollBar{
  height:800px;
  overflow-y:scroll;
}
.swimbooking ul{
  list-style: none;
  margin-left:-40px;
}
.swimbooking {
  border-bottom: 1px solid transparent;
  border-color: #d3e0e9;
}
/*Gallery CSS */

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}




/* End of Gallery Css*/




.ViewCompanyInfoTitle{
	font-weight:bold;
	float:left;
	width:465px;
}

.NoteCorrTableDisplay{
	/*width: 90%;
	background-color: rgb(235, 235, 228) !important;
	border-radius: 1em;
	border: 1px solid #000;
	outline: none;
	resize: none;
	float:left;
	padding-left: 4px;*/
}

.fc-unthemed .fc-today {
    background: #ffd000;
}

.fc-nonbusiness {
    opacity: .7;
}

.fc-bgevent {
    opacity: .7;
}

.pricing-rule-text {
    padding-top: 0.6%;
}


.rangeslider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.9;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rangeslider:hover {
    opacity: 1;
}

.rangeslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: rgb(0,102,203);
    cursor: pointer;
}

.rangeslider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: rgb(0,102,203);
    cursor: pointer;
}
