/*/////////////////////////////////////////////////////////////////*/ 

/* 
    Document   : style
    Created on : Aug 21, 2013, 7:09:02 PM
    Author     : Student
    Description:
        Purpose of the stylesheet follows.
*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}

.PoppinsBolder{
    font-family: 'Poppins-Bold', sans-serif;
    font-weight:normal;
}

/*/////////////////////////////////////////////////////////////////*/

* {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Poppins-Regular', sans-serif;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #1782dd #111111;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #111111;
}
*::-webkit-scrollbar-thumb {
  background-color: #1782dd;
  border-radius:16px;
  border: 1px solid #111111;
}

.bookingPage *{
    font-family: 'Poppins-Regular', sans-serif;
    font-size:15px;
}

.bookingPage b{
    font-family: 'Poppins-Bold', sans-serif;
}

html, body, #map_canvas { 
	margin: 0;
	padding: 0;
    height:100%;
    box-sizing: border-box;
}

.bannerImgContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.header-top .bannerText {
    position: relative;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 24px 15px;
}

.header-middle .bannerText {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

.bookingPage .header-top .bannerText {
    position: relative;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 32px 15px;
}

#toggleFullscreen:before {
	font: 20px/1 FontAwesome;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	transition:0s ease-in-out all;
}

#toggleFullscreen:hover {
	background:#d1d1d1;
}

.bookingPage .header-top .bannerText label{
    margin-bottom:0;
    font-family: Lato-Bold;
    font-size: 13px;
}

.bookingPage .calendarInput{
    margin-right: 10px;
    margin-top: -27px;
}

#banner {
    display: block;
    width: 960px;
    height: 150px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

.downArrowContainer{
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    z-index:31;
    width: 100%;
}

.downArrow{
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    width:50px;
    height:50px;
    transform:rotate(45deg);
    margin: auto;
    cursor: pointer;
}

.downArrow span{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    box-sizing:border-box;
    border:none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-right-color: #ca4000;
    border-bottom-color: #ca4000;
    animation:animate 1.6s linear infinite;
}

.downArrow:focus span,.downArrow:hover span{
    border-right-color: #444;
    border-bottom-color: #444;
}

.downArrow span:nth-child(1){
    top:-30px;
    left:-30px;
    animation-delay:0s;
}

.downArrow span:nth-child(2){
    top:-15px;
    left:-15px;
    animation-delay:0.32s;
}

.downArrow span:nth-child(3){
    top:0px;
    left:0px;
    animation-delay:0.64s;
}

.downArrow span:nth-child(4){
    top:15px;
    left:15px;
    animation-delay:0.96s;
}

.downArrow span:nth-child(5){
    top:30px;
    left:30px;
    animation-delay:1.28s;
}

@keyframes animate{
    0%{
        
        border-right-color: #ca4000;
        border-bottom-color: #ca4000;
        transform:translate(0px,0px)
    }

    20%{
        border-right-color: #222;
        border-bottom-color: #222;
        transform:translate(15px,15px)
    }

    20.1, 100%{
        border-right-color: #222;
        border-bottom-color: #222;
    }
}

body {
    margin-top: 0;
    min-height:100vh;
    height:100%;
}

a {
	cursor:pointer;
}

.row.mobile-no-padding p {
    text-align:justify;
}

span[onclick] {
	cursor:pointer;
}

.navbar-inverse {
    background-color: #1782dd !important;
}

#navBar li a {
	color: #fff;
}

.dropdown-menu>li>a {
    padding: 8px 15px 8px 25px!important;
}

.navbar-inverse {
	border-width: 0 !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #095a9f !important;
}

#navBar li a:hover {
	background-color: #003562 !important;
}

#navBar ul li {
	padding:0;
	position: relative;
}

#navBar .dropdown-menu {
	background-color: #095a9f;
	display:block;
	position: relative;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height:0 !important;
	transition:0.3s all ease;
	padding: 0;
	border-radius: 0;
}

#navBar .open>.dropdown-menu {
	display:block;
	max-height:100% !important;
}

#header-top .navbar-header .navbar-toggle:focus,
#header-top .navbar-header .navbar-toggle:hover {
    background-color: transparent !Important;
}

#header-top .navbar-header .navbar-toggle {
    border: none;
    padding: 26px 10px;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
}

#header-top .navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

#header-top .navbar-header .navbar-toggle .icon-bar {
    background-color: #e2e2e2 !Important;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

#header-top .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #ca4000 !Important;
}

#header-top .navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 2% 0%;
}

#header-top .navbar-toggle span:nth-child(3) {
    opacity: 0;
}

#header-top .navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 3% 97%;
}

#header-top .navbar-toggle.collapsed span:nth-child(2),
#header-top .navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

#header-top .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

#header-top .navbar-header .navbar-nav>.active>a, 
#header-top .navbar-header .navbar-nav>.active>a:focus, 
#header-top .navbar-header .navbar-nav>.active>a:hover {
    color: #777;
    background-color: transparent !important;
}

#header-top .navbar-header .navbar-nav>li>a:focus, 
#header-top .navbar-header .navbar-nav>li>a:hover {
    color: #777;
    background-color: transparent;
}

#header-top .navbar-collapse, 
#header-top .navbar-form {
    border-top: 2px solid !important;
    border-color: #003562 !important;
}

#header-top .container{
      width: 100%;
      padding-left: 0;
      padding-right: 0;
}

#header-top .navbar-header {
    float: none !important;
    margin-right:0;
    margin-left:0;
}

.bookingPage #header-top .navbar-header{
    margin-right: 0;
    margin-left: 0;
}

#header-top .navbar-toggle {
    display: block !important;
}

#header-top .navbar-collapse.collapse {
    display: none!important;
}

#header-top .navbar-nav {
    float: none!important;
    margin: 7.5px 0 !important;
}

.navbar-nav {
    margin: 0 -15px !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #003562 !important;
}

#header-top .navbar-nav>li {
    float: none;
    position: relative;
    display: block;
    padding-left: 0;
}

#header-top .navbar-collapse.collapse.in{
    display:block !important;
}

#header-top .container>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#header-top  .navbar-nav>li>a,
#header-top  .navbar-nav>li>p {
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 15px 30px;
    color: #e2e2e2;
    font-size: 15px;
    margin:0;
    cursor:pointer;
    transition: 0.3s ease-in-out all;
}

#header-top .navbar-nav>li>a:hover,
#header-top .navbar-nav>li>a:focus,
#header-top  .navbar-nav>li>p:hover,
#header-top  .navbar-nav>li>p:focus {
  color: #777777;
}

.hideInfo {
    display:none;
}

.slick-slide {
    text-align: center;
}

.slickFront {
	position: absolute;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 20;
}

.slickSlide {
    position: relative;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #953509;
    z-index: 20;
}

.rounded_images {
    display: inline-block;
    height: 100%;
    border-radius: 10px;
    /* margin-right: 75px; */
    /* background-color:#ffffff; */
    /* -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1); */
    /* -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1); */
    /* box-shadow: 0px 3px 35px 10px rgba(23, 23, 23, 0.48); */
    text-align: center;
    background-color: #953509;
}

.rounded_images_left {
    display: inline-block;
    width: 185px;
    height: 136px;
    float: left;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
    text-align: center;
}

.rounded_images_right {
    width: 185px;
    height: 136px;
    float: right;
    border-radius: 10px;
    margin-left: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
    text-align: center;
}

.slick-slide img {
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.slick-track {
    padding: 0;
    width: 100%;
    background-color: white;
}

.slickSlide .slick-track {
    padding: 0;
    width: 100%;
    background-color: #953509;
}

.slick_gallery .slick-slide {
    width: auto;
    height: 80vh;
}

.square_images img {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 500px;
}

.slick_gallery {
    width: 100%;
    padding: 0 30px;
}

.slick-prev:before, .slick-next:before {
    color: #1782dd !Important;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 30px !important;
}

.slick-next {
    right: 5px !important;
}

.slick-prev {
    left: 5px !Important;
}

.slick-prev:before, .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome !Important;
    font-size: 35px !Important;
    opacity: .4 !Important;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1 !Important;
}

.slick-prev:before {
    content: "\f104" !Important;
}

.slick-next:before {
    content: "\f105" !important;
}

nav a {
    color: black;
    text-decoration: none;
}

#pageContent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 400px;
    background-color: white;
}

.body {
    display:block;
    min-height: 100%;
    margin-bottom:0;
}

.footer_spacer {
    display:none;
    height:50px;
    clear: both;
}

.footer {
    /* display: table; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    background-color: #111111;
    /* vertical-align: middle; */
    /* width: 100%; */
    /*! position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    vertical-align:middle;
    margin-bottom: -50px;
}

.footer p {
    /* display: table-cell; */
    color: #ffffff;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 15px 0;
}

body {
    min-height:100%;
    position:relative;
    padding-bottom: 50px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
}

h1 {
    font-size: 15px
}

h2 {
    font-size: 13px
}

a {
    color: #548dc4;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

html img {
    border: 0;
    margin-bottom:0;
}

.timeSlots {
    display:inline-block;
	font-size:16px;
	background: rgba(0,0,0,0.1);
    border:2px solid  rgba(196,63,0,0);
    text-align:center;
    width:15.5%;
    margin: 12px 8.9%;
    transition:0.2s all ease-in-out;
    padding:8px 0;
	cursor:pointer;
}

.timeSlots:hover, .timeSlots:focus, .timeSlots:active {
    border:2px solid rgba(206,66,0,1);
}

.timeSlots.selected {
    border:2px solid rgba(0,0,0,1);
}

.jqx-window.jqx-widget-content {
	top: 80px !important;
	bottom: 80px !important;
	max-height: calc(100dvh - 160px) !important;
}

.jqx-window-content.jqx-widget-content.jqx-rc-b {
	overflow-y: auto;
}

.jqx-window-modal {
	position: fixed !important;
	max-height:100%;
}

input.invalid {
    background: #003562;
    color: #FDFDFD
}

input.filterdefined {
    background: rgb(255,199,175);
}

td.number {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap
}

td.boolean {
    text-align: center
}

th.boolean {
    text-align: center
}

table.testgrid {
    border-collapse: collapse;
    border: 1px solid #ccc1bb;
    width: 100%
}

table.testgrid tr {
    border-bottom: 1px solid #DDD
}

table.testgrid tr:hover {
    background-color: #888888;
    color: white
}

table.testgrid tr:hover a {
    color: white
}

table.testgrid th {
    background: #E5E5E5;
    border: 1px solid #D5D5D5;
    color: #555;
    text-align: left;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap
}

table.testgrid td {
    padding: 5px;
    border: 1px solid #E0E0E0
}

table.testgrid i {
    font-size: 1.5em;
    cursor: pointer
}

table.testgrid img.icon {
    width: 16px;
    cursor: pointer
}

#wrap {
    margin: 10px
}

#paginator {
    margin: 10px 0;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 5px
}

#paginator a {
    color: #003562;
    text-decoration: none;
    line-height: 40px;
    padding: 4px 8px
}

#paginator a:hover {
    color: #000
}

#paginator:active,#paginator #currentpageindex {
    background-color: #003562;
    color: #fff;
    border-radius: 5px
}

#paginator:focus {
    outline: 1px
}

#paginator span#currentpageindex {
    padding: 4px 8px
}

.pagination>li>a{
    transition:all ease-in-out 0.3s;
}

.pagination>li>a{
    background-color: #ffffff !important;
    border-color:#ffffff !important;
    color:#003562 !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #003562 !important;
    border-color:#003562 !important;
    color:#ffffff !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #003562 !important;
    border-color: #ffffff !important;
    color:#ffffff !important;
}

.pagination>li.disabled>a, .pagination>li.disabled>a:hover, .pagination>li.disabled>a:focus {
    background-color: #d1d1d1 !important;
    border-color:#ffffff !important;
    color: #868686 !important;
}

#filter {
    width: 250px;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 1.1em
}

#addform {
    position: fixed;
    background-color: #f6f6f6;
    box-shadow: 3px 3px 3px #636363;
    display: none;
    width: 400px;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 1000;
    border: 1px solid #e1e1e1
}

#addform .row {
    margin: 10px 0 20px 0
}

#addform .row.tright {
    text-align: right
}

#addform .row input {
    width: 380px;
    padding: 5px 9px;
    border: solid 1px #e1d1d1;
    outline: 0
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #f1f1f1;
    border-color: #cccccc;
    transition: background-color 0.5s
}

.button:hover,.button:focus,.button:active,.button:active {
    color: #333333;
    background-color: #cac9cb;
    border-color: #adadad;
    text-decoration: none
}

.button i.fa {
    margin-right: 5px
}

.button.delete {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.button.delete:hover,.button.delete:focus,.button.delete:active,.button.delete.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925
}

.button.add,.button.green {
    color: #ffffff;
    background-color: #6ccb63;
    border-color: #5db056
}

.button.add:hover,.button.add:focus,.button.add:active,.button.add.active,.button.green:hover,.button.green:focus,.button.green:active,.button.green.active {
    color: #ffffff;
    background-color: #5aad55;
    border-color: #5db056
}

i.fa.red {
    color: #d2322d
}

#message {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 100000;
    width: 100%;
    padding: 0
}

#message .notification {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px 0px;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
    float: none;
    margin: 0;
    border-radius: 0
}

#message .notification.success {
    background-color: #6ccb63
}

#message .notification.error {
    background-color: #d9534f
}

/*# sourceMappingURL=style.css.map */

.navbar-default.header-top {
    background-color: black;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    display: table;
    overflow: visible;
    z-index: 10 !important;
    border-bottom:0px solid;
    border-color: transparent;
}

.header-top img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

.header-top .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 69px;
    border: 0;
    padding: 8px 15px 8px 0 !important;
    text-align: center;
    margin: auto auto auto 15px;
}

.header-top .logo {
    max-width: 300px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 10px 0;
    display: inline-block;
    float: left;
}

.header-top .logo_H {
    max-width: 300px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 10px 0;
    display: inline-block;
    float: left;
}

.header-top .logo h3 {
    position: absolute;
    line-height: 52px;
    right: 5.28125em;
}

.header-top .dropdown {
    display: none;
    padding-top: 0.66015625em;
}

.outter .header-top {
    text-align: center;
    position: absolute;
}

.header-middle {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%;
    display: table;
    overflow: visible;
    z-index: 31;
}

.header-middle img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

.header-middle .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height:100%;
    border: 0;
    padding: 0 25px !important;
    text-align: center;
}

.header-middle .wrapper {
    background-color: rgba(0, 0, 0, 0.94);
    text-align: center;
    padding: 10px 0 11px;
}

.header-middle .logo {
    max-width:375px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 0 auto;
    /* display: inline-block; */
    
}

.header-middle .logo h3 {
    position: absolute;
    line-height: 52px;
    right: 5.28125em;
}

.header-middle .dropdown {
    display: none;
    padding-top: 0.66015625em;
}

.outter .header-middle {
    text-align: center;
    position: absolute;
}

#choices, #txtDateClass, #txtDatePT, #txtDateNA {
 padding: 6px 12px;
}

#contactMeSection {
    padding: 30px 0 120px;
    background-color: #242d3c;
}

#contactMeSection, #contactMeSection p, #contactMeSection span, #contactMeSection a, #contactMeSection a:hover {
    color:#e2e2e2;
}

#contactMeSection p, #contactMeSection span, #contactMeSection .fas, #contactMeSection .fab {
    display: inline;
}

#contactMeSection .contact-me .bgrid {
    padding: 0;
}

#contactMeSection .headingDiv {
	width:auto;
	padding:0;
}

hr {
    width:100%;
    transition: .5s ease-in-out all;
}

.page-header {
    /* background-color: #953509; */
    padding: 20px 0 !important;
    margin: 0 !important;
    text-align: center;
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #fff;
    background-color: rgba(255,255,255,0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

#LoginFormBody .page-header{
    border-bottom:0;
}

.page-header .logo {
    max-width:375px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 0 auto;
}

.page-header .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height:84px;
    border: 0;
    padding: 0 25px !important;
    text-align: center;
}

.page-header h1 {
    color: #1d1d1d;
}

.page-header h2 {
    color: #e2e2e2;
}

#frmLogin {
    text-align: center;
    /* margin-top: 30px; */
    max-width:700px;
    margin:40px auto;
}

#frmLogin fieldset{
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 5px;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    padding: 10px !Important;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#mbmcpebul_table ul li a {
    text-align:center !Important;
}

#mbmcpebul_table.css_menu li:hover > ul {
  width: 100%;
  margin: auto;
}

.col-sm-11 {
    margin:auto !important;
    float:none !Important;
}

.dropdown-toggle::after {
    display:none !important;
}

.theme-light #mbmcpebul_wrapper {
    width:100% !Important;
    text-align:center;
    height: auto !important;
    margin-bottom:15px;
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.theme-light #mbmcpebul_wrapper *{
    transition: all ease-in-out 0.3s;
}

.theme-light #mbmcpebul_wrapper li {
    margin:0 !important;
}

.theme-light #mbmcpebul_table li:hover div.gradient_button, 
.theme-light #mbmcpebul_table li:focus div.gradient_button, 
.theme-light #mbmcpebul_table li.expanded div.gradient_button, 
.theme-light #mbmcpebul_table li.itemhot div.gradient_button 
.theme-light #mbmcpebul_table ul.gradient_menu,
.theme-light #mbmcpebul_table ul li:hover, 
.theme-light #mbmcpebul_table ul li.subexpanded, 
.theme-light #mbmcpebul_table ul li.subitemhot{
    background-color: transparent;
    background-image:none;
}

.theme-light #mbmcpebul_table li:hover div.buttonbg a,
.theme-light #mbmcpebul_table li:focus div.buttonbg a,
.theme-light #mbmcpebul_table li.expanded a.topitem,
.theme-light #mbmcpebul_table li.active a.topitem,
.theme-light #mbmcpebul_table li.itemhot a.topitem,
.theme-light #mbmcpebul_table li a:hover{
    color: #1782dd;
}

.theme-light #mbmcpebul_table ul.gradient_menu {
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.theme-light #mbmcpebul_table ul{
    border-radius:0;
}

.theme-light #mbmcpebul_wrapper li div {
    height: 50px !Important;
}

.btn-primary {
    color: #fff;
    background-color: #1782dd !important;
    border-color: #1782dd !important;
    padding: 6px 20px !important;
    margin:0 3px;
    border-radius: 3px !important;
    white-space: normal;
    border: 0;
    cursor:pointer;
}

.btn {
    border: 0 !important;
    -webkit-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 !important;
}

.theme-light .btn.active,
.theme-light .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

#bookingSchedulerDiv .row {
	width:100%;
}

#btn_book {
    text-align:center;
    width:120px;
    line-height:30px;
    font-size:16px;
    margin:10px auto 0;
}

input[type="submit"], #btn_book {
    color: #fff;
    background-color: #1782dd !important;
    padding: 6px 20px !important;
    border-radius: 3px !important;
    white-space: normal;
    -webkit-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    border: 0;
    cursor:pointer;
	text-transform:uppercase;
}

input[type="submit"]:hover, .btn-primary:hover, #btn_book:hover {
    background-color: #003562 ! Important;
    border-color:#003562;
}

#btn_book_now_top {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: initial;
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid #003562 !important;
    text-shadow: 0px 1px 3px #323232;
    margin: 0;
	text-transform:uppercase;
}

#btn_book_now_middle {
    font-family: 'Work Sans', sans-serif;
    font-size: 27px;
    font-weight:600;
    text-transform: initial;
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid #003562 !important;
    margin: 0;
    border-radius: 8px !important;
	text-transform:uppercase;
}

#btn_book_now_top:hover, #btn_book_now_middle:hover {
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid transparent !important;
}

.ChatFbBg{
    position:fixed;
    bottom:20px;
    right:15px;
    height:60px;
    width:60px;
    display:table;
    background-color: transparent;
    border: 2px solid rgba(206,66,0,1);
    border-radius:100%;
    text-align:center;
    z-index:9999;
    text-decoration:none;
    cursor:pointer;
    transition:0.2s ease-in-out;
    text-shadow: 0px 1px 3px #000000;
    background-color: rgba(0, 0, 0, 0.56) !Important;
}

.ChatFbBg:hover, .ChatFbBg:focus{
    text-decoration:none;
    border-color:rgba(197,63,0,0);
}

.ChatFbBg .fa-comment-dots {
    display:table-cell;
    vertical-align:middle;
    font-size: 38px;
    color: #e2e2e2;
    will-change: font-size;
    transition:0.2s ease-in-out;
}

.ChatFbBg:hover .fa-comment-dots, .ChatFbBg:focus .fa-comment-dots {
    font-size: 42px;
}

.headingDiv{
    margin-top: 80px;
}

#aboutMeSection {
    background: #12151B;
    padding-top: 120px;
    padding-bottom: 90px;
}

#ourServicesSection{
    background: #08090c;
    padding-bottom: 90px;
}

#latestNewsSection{
    background: #12151b;
    padding-bottom: 90px;
}

.LatestNewsRow{
    margin:0 auto;
    width: 80%;
}

.LatestNewsRow img{
    max-width: 220px;
    width: 100%;
}

#classesSection{
    background: #08090c;
    padding-bottom: 90px;
}

#aboutMeSection p, #ourServicesSection p, #latestNewsSection p, #classesSection p {
    font-size: 16px;
    font-weight: 300;
    color:#8e8e8e;
    margin-top:15px;
}

#aboutMeSection .about-me .bgrid, #ourServicesSection .about-me .bgrid, #latestNewsSection .about-me .bgrid,
#aboutMeSection .service-list .bgrid, #ourServicesSection .service-list .bgrid, #latestNewsSection .service-list .bgrid {
    padding: 40px 18px 20px;
}

#aboutMeSection .about-me p, #ourServicesSection .about-me p, #latestNewsSection .about-me p {
    vertical-align:middle;
}

#aboutMeSection .bgrid .icon, #ourServicesSection .bgrid .icon, #latestNewsSection .bgrid .icon {
    display:block;
    width:100%;
    text-align:center;
}

#aboutMeSection .headingDiv, #ourServicesSection .headingDiv, #latestNewsSection .headingDiv, #classesSection .headingDiv {
	width:auto;
	padding:0;
}

#aboutMeSection .row, #contactMeSection .row, #ourServicesSection .row, #latestNewsSection .row, #classesSection .row{
    margin-right:auto !Important;
    margin-left:auto !Important;
}

.section-head h1 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #e2e2e2;
    margin-bottom: 30px;
    margin-top: 18px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif;
}

#aboutMeSection .fas, #aboutMeSection .far, #ourServicesSection .fas, #ourServicesSection .far, #latestNewsSection .fas, #latestNewsSection .far {
    font-size: 50px;
    text-align: center;
    margin:auto;
    color: #dadada;
}

#aboutMeSection h3, #ourServicesSection h3, #latestNewsSection h3{
    color:#003562;
    font-size: 24px;
    font-weight: 600;
    text-align:center;
}

#aboutMeSection .container, #contactMeSection .container, #ourServicesSection .container, #latestNewsSection .container, #classesSection .container {
    width:auto !important;
}

#contactMeSection h3 {
    color:#003562;
    font-size: 24px;
    font-weight: 600;
    text-align:center;
}

.headingDiv > h1 + hr{
    border-top: solid #003562;
    border-width: 2px 0 0;
    margin: 0 0 20px;
    height: 0;
    clear: both;
    text-align: left;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#contactMeSection .row.mobile-no-padding{
    margin-top:15px;
}

.headingDiv{
    text-align:left;
}

.headingDiv:hover > h1 + hr {
    width:130%;
    border-color: #e2e2e2;
}

.ui-datepicker{
    padding:0;
}

.ui-datepicker, .ui-datepicker * {
    font-weight: normal !important;
}

.ui-widget-header{
    border: 0;
    background: #090909;
    color: #ffffff;
    border-bottom: solid 15px #1782dd;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.ui-datepicker-calendar{
    padding:2px !Important;
    border:2px solid #eeeeee !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1782dd;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
	border: 1px solid #090909;
	background: #090909;
	color: #ffffff;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus{
    border: 0;
	background: transparent;
	color: #c94205;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c94205;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #1782dd;
	background: #1782dd;
	color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb4a00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fa904f;
	background: #ffffff;
	color: #eb4a00;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(../jqwidgets/styles/images/sunny/ui-icons_0c82ec_256x240.png);
}

#filterUpcomingPT, #filterUpcomingClasses {
    position: absolute;
    top: 34px;
    left: 0;
    background-color: #fff;
    z-index: -1;
    max-height:190px;
    overflow: overlay;
    padding:15px;
    border-radius:4px;
    opacity: 0;
    transform: scaleY(.8);
    transition: all .2s;
    box-shadow: 0 2px 5px 0 rgb(0,0,0,0.16), 0 2px 10px 0 rgb(0,0,0,0.12);
	display:none;
}

#filterUpcomingPT.show, #filterUpcomingClasses.show {
    transform: scaleY(1);
    opacity: 1;
	z-index: 999999;
}

input[type=checkbox] {
    vertical-align: top;
    border-radius: 0.25rem;
    margin-right: 10px;
    position: relative;
    width: 1.125em;
    height: 1.125em;
    background-color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 2px solid rgba(0,0,0,.25);
    border-radius:7px;
}

.checkboxLabel50 input[type=checkbox] {
    margin-right: 10px;
    margin-top: 2px;
}

.checkboxLabel50 {
    display: inline-block;
    padding: 10px !important;
    cursor: pointer;
    width: 150px;
    text-align: left;
}

.checkboxLabelContainer {
	margin:	auto;
	width: 100%;
	text-align: center;
}

.checkboxLabelRight {
	margin: 2px 6px;
}

#filterUpcomingPT label, #filterUpcomingClasses label {
    display: block;
    font-size: 16px;
}

.multiselect {
    width:100%;
    display: block;
    position: relative;
}

.selectBox {
    width: auto;
    cursor: pointer;
    display: table;
    height: 34px;
    padding: 0 12px 0 0 ;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
}

.selectBox:after {
    font-family:"Font Awesome\ 5 Free";
    font-weight:900;
    font-size:12px;
    content:"\f078";
    display:block;
    position: absolute;
    top:8px;
    right:4px;
    cursor:pointer;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

#selectBoxText {
    width: 100%;
    cursor: pointer;
    display: block;
    height: 34px;
    padding: 6px 12px;
    display:table-cell
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

.timeSlotsSpan {
    min-width: 85px;
    display: table;
}

.timeSlotsSpan:after {
    content: "";
    clear:both;
    float:none;
}

.timeSlotsSpan button {
    float:right;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

@media(max-width:390px) {
    .checkboxLabel50 {
        width: 110px;
    }
}

@media (max-width:540px){
	.jqx-window.jqx-widget-content {
		overflow-x: auto;
		width: 100% !important;
	}
}

@media(max-width: 600px) {
    .logos {
        display:none;
    }
}

@media (min-width:768px) and (max-width:1000px){
    #contactMeSection .container {
        width:auto !important;
    }
}

.bootgrid-table th:active,.bootgrid-table th:hover {
    background: #dedede !Important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
	margin-bottom: 5px;
}

div[id*="chart-container"] {
    text-align:center;
    width:100%;
    overflow-x: auto;
}

.form-group {
    max-width:800px;
    margin:auto;
}

.form-group.clearfix {
	margin:20px auto;
}

.bookingPage .form-group{
    max-width:100%;
}

#mbmcpebul_table {
    margin:0 !Important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding:5px !important;
}

.table-hover>tbody>tr:hover {
    background-color:#bfd8e6 !Important;
}

.table-hover>tbody>tr:hover td {
    border-top:1px solid #9bb2bf !important;
    border-bottom:1px solid #9bb2bf !important;
}

.table-hover>tbody>tr:last-child:hover td {
    border-bottom:0 !important;
}

.modal-content {
    position:relative;
    display:block !Important;
}

#ClientPackages_grid .fa-angle-up, #ClientPackages_grid .fa-angle-down {
	color:#1782dd;
	font-size:19px;
	float:right;
	cursor:pointer;
	padding:8px;
}

.modal-title {
    display:inline-block;
    color: white;
    font-size: 24px;
    line-height: 1.5 !important;
}

.modal-header, .modal-header:before {
    display:block !Important;
    position:relative !important;
}

.clearFix {
	clear:both;
	float:none;
	display:table;
}

.close {
    display:inline-block !Important;
	top:0;
    right:0;
    float:right !important;
    position:absolute !important;
    padding: 8px 16px !important;
    height:50px;
    border-top-right-radius: 4px;
    background: #000;
    border: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.w3-red, .w3-hover-red:hover, .close:hover {
	color: #fff!important;
    background-color: #f44336!important;
}

.bookingPage {
  /* overflow-y: auto; */
}

.bookingPage .logos {
    display:none;
}

.bookingPage #mbmcpebul_table div {
    width:auto !important;
}

.bookingPage #mbmcpebul_table {
    width:auto !important;
}

.bookingPage #mbmcpebul_wrapper {
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.bookingPage .footer {
  background-color: #003562;
}

.bookingPage .modal-content .modal-header {
  text-align:center;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  width: 100%;
  background: inherit repeat scroll 0% 0% rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-bottom: solid 15px #1782dd;
}

.bookingPage #delete_modal, .bookingPage #package_model {
    padding:15px !important;
}

.bookingPage .modal-dialog.modal-content .modal-header {
  z-index: 0;
  background-color: transparent;
  width: 100%;
  background: transparent;
}

.modal-footer {
    border-top: 1px solid #d5d5d5 !important;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

#upBookClassRow .modal-body, #mypackagesRow .modal-body{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

#bookingCancellation.modal-body {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.noServiceSelected #bookClassRow .modal-footer {
	border-top: 0 !important;
	padding-top:0;
} 

.noServiceSelected #divPackages.form-group, .noServiceSelected #divServices {
	margin-bottom:0;
} 

.noServiceSelected #bookClassRow #frm_booking_body {
    padding-bottom:0;
}

.modal-content > .w3-center, .modal-header{
    background: #000;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding: 0px !important;
    text-align: center;
    margin: auto;
}

.modal-header {
	padding: 15px !important;
	border-bottom: 1px solid #e5e5e5;
}

.modal-dialog .w3-section {
    padding:15px;
}

.w3-center .w3-closebtn{
    color: #ffffff;
    border-top-right-radius: 4px;
    background: #000;
    border:0;
    z-index: 1;
}

.modal-footer .w3-center{
    background: transparent;
}

.bookingPage .modal-header h4, .modal-header h1 {
  color:white;
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 1.5;
}

.btn-danger, .w3-indigo, .w3-btn.w3-indigo {
	background-color: #ff0300 !important;
	background-image: none;
	margin:0;
}

.btn-danger:hover, .w3-indigo:hover, .w3-btn.w3-indigo:hover,
.btn-danger:focus, .w3-indigo:focus, .w3-btn.w3-indigo:focus {	
	background-color: #003562 !important;
	background-image: none;
}

.bookingPage .btn-primary {
  background-color: #003562;
}

.bookingPage .btn-primary:hover {
  background-color: #003562;
}

.bookingPage .modal-dialog {
  margin: auto !Important;
  vertical-align: middle;
  width: 100% !important;
}

.modal-dialog .table tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  .bookingPage .modal-dialog {
    max-width: 770px !important;
  }

    #bookClass > .col-lg-6:first-child {
        padding-left:0;
        padding-right:0;
    }
}

.bookingPage .header-top .logo img {
  font-size: 15px;
}

.bookingPage #mbmcpebul_table li:hover div.gradient_button {
  background-color: #da5d24  !Important;
  background-image: -moz-linear-gradient(top, rgb(168,154,148) 0%, rgb(78,67,61) 55%, rgb(189,65,9) 100%);
  background-image: -webkit-linear-gradient(top, rgb(168,154,148) 0%, rgb(78,67,61) 55%, rgb(189,65,9) 100%);
  background-image: linear-gradient(top, rgb(168,154,148) 0%, rgb(78,67,61) 55%, rgb(189,65,9) 100%);
  background-size: 100% 100%;
}

.bookingPage .modal-content {
  /* display:table-cell; */
  margin:auto;
  vertical-align:middle;
  background-color: transparent !important;
}

#frm_booking {
  /* background-color:#fff; */
  /* margin-bottom:10px; */
}

.bookingPage #fullScreenToggle {
  display:none;
}

.bookingPage, .bookingPage .body {
  padding-bottom:0;
  margin-bottom:0;
  /* height: 100%; */
  /* position: static; */
}

.form-control {
	font-weight: 300;
}

select.form-control {
  cursor:pointer;
}

#fullscreenOptions {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  vertical-align:middle;
  text-align:center;
  display:table;
  width:100%;
}

.bookingPage #bodyID_inner, .bookingPage #header_top {
  opacity:0;
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}

#fullscreenOptions button {
  color:white;
  font-size:3.5rem;
  width: 100%;
  height: 33.3333vh;
  border-radius: 0 !Important;
  white-space: normal;
}

.fifty_height {
  height: 50vh !important;
}

#fullscreenOptions table {
  margin:auto;
  text-align:center;
  height:auto;
}

#fullscreenOptions {
  opacity:0.8;
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}

table, tbody, tr, td {
  padding:0 !Important;
  margin:0 !Important;
  border-collapse: collapse !important;
}

.bookingPage .btn-primary, .bookingPage .btn-primary:focus,
.bookingPage .btn-primary:active,
.bookingPage .btn-danger, .bookingPage .btn-danger:focus,
.bookingPage .btn-danger:active {
  border: none !important;
  outline:none !Important;
}

#btn_back_choice {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 35px 5px;
	text-transform:uppercase;
}

#btn_back_choice:hover {
  color: #003562 !important;
}

#bookClass, #cancelClass {
  opacity:0.9;
  /* position:absolute; */
  /* left:0; */
  /* right:0; */
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}

.command-edit, .command-delete, .command-start, .command-stop, .command-restart, .command-refresh {
	font-size: 15px !important;
	margin-right:10px;	
}

.command-delete
 {
	margin-left:10px;	
}

.bookingPage #mbmcpebul_wrapper li div {
  height:36px !Important;
}

.bookingPage #mbmcpebul_table li a {
  line-height:6px !important;
}

.bookingPage .modal-footer .btn-primary {
  background-color: #1782dd  !Important;
}

.bookingPage .modal-footer .btn-primary:hover {
  background-color: #003562  !Important;
}

.bookingPage input[type="submit"]{
    font-family: Lato-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
	text-transform: uppercase;
}

.bookingPage .modal-body, .bookingPage .modal-footer{
    background-color: #ffffff;
}

.bookingPage .modal-body:empty {
    display:none;
}

#fullScreenToggle	
 {
    position:absolute;
    color:white;
    top: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    cursor:pointer;
    border: 1px solid #333;
    border-radius: 4px;
    height: 35px;
    font-size: 16px;
}

#fullScreenToggle:hover {
	background-color: #333;
}

#mbmcpebul_table #fullScreenToggle {
	font-size: 20px;
	position:static;
	display:block;
	color:white;
	padding:0;
	margin: 0 auto;
	padding: 14px 0;
	cursor:pointer;
	width: 107px;
	height: 48px;
	text-align: center;
}

#mbmcpebul_table #fullScreenToggle:hover i {
    color: #1782dd;
}

#productsList .modal-dialog {
    margin-top:0 !Important;
}

.footer div p {
    vertical-align: middle !Important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer label {
    margin:0;
    font-weight:normal;
    font-size: 15px;
}

#ClientNameLabel {
    position: absolute;
    right:30px;
    top:50px;
}

#contactMeSection {
    text-align:center;
}

#contactMeSection .fas {
    margin-right: 5px;
    display: inline-block;
}
	
#contactMeSection .fas, .faceBk {
    margin: 30px 0px 8px 0;
}

#contactMeSection .fa-map-marker-alt {
    padding-top: 80px;
    margin: 0 7px 0 2px;
}

#contactMeSection p, #contactMeSection span, #contactMeSection .fas, .faceBk {
    display:block;
}

#contactMeSection .col-xs-12.col-sm-6.col-lg-6 {
    padding-left:0;
    padding-right:0;
    padding:0;
}

.faceBk {
    margin-left: auto;
    margin-right: auto;
}

#times {
	margin: 10px 0 0;
}

#tempBookings .modal-title, #bookClassRow .modal-title {
    margin: 0 63px;
    overflow: hidden;
}

.footer .row{
    width:100%;
    max-width: 100%;
}

.table-layout-auto, .bootgrid-table.table-layout-auto{
    table-layout:auto;
}

.table-layout-auto + .bootgrid-footer {
    min-width:273px;
}

#classesAvailZabbar {
    color:#e2e2e2;
}

#classesAvailZabbar #frm_upBook{
    max-width:780px;
    margin: 0 auto;
}

#classesAvailZabbar_grid {
    table-layout:auto;
}

#classesAvailZabbar thead>tr>th {
    padding-top: 25px !important;
}

#classesAvailZabbar th {
    color:#e2e2e2;
    border-bottom-color:#003562;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
}

#classesAvailZabbar .modal-header {
    border-bottom:2px solid #003562;
}

#classesAvailZabbar td {
    color:#e2e2e2;
    letter-spacing: 0.5px;
    border-top-color: #003562;
}

#classesAvailZabbar .modal-content {
    background-color:transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#classesAvailZabbar_grid tr>th, #classesAvailZabbar_grid tr>td {
    width:50%;
    text-align: center;
}

#latestNewsSection .service-list .bgrid:nth-child(even){
    padding: 40px 0px 0px;
    float: left;
    height: auto;
    width: 30%;
}

#latestNewsSection .service-list .bgrid:nth-child(odd){
    padding: 15px 0px 0px 30px;
    float: right;
    height: auto;
    width: 70%;
}

.newsTimestamp{
    display: inline-block;
    color: #e2e2e2;
    margin-left: 30%;
    padding-left: 30px;
    font-size: 13px;
}

@media (max-width:1199px){
    .bookingPage #tempBookings .row, .bookingPage #bookClass .row,
    .bookingPage  #upcomingBookings .row, .bookingPage #mypackages .row,
    .bookingPage #changePassword .row {
        margin-top:10px;
        padding-left:0;
        padding-right:0;
    }
    
	#weight2, #weight3 {
		display:none
	}
}

@media (max-width: 768px) {
    #header_logo_section {
        height:120px;
    }
    
    #ClientNameLabel {
        position: relative;
        right:unset;
        top:18px;
    }
    
    #bookClass .col-lg-6, #upcomingBookings .col-lg-6 {
        padding-right:0 !important;
        padding-left:0 !important;
    }

    #contactMeSection {
        text-align:center;
    }

    .clear-pulls-mobile, .pull-right.clear-pulls-mobile, .pull-left.clear-pulls-mobile {
        clear:both !important;
        float:none !important;
    }

    .text-center-mobile {
        margin:auto;
    }

    #aboutMeSection .about-me .bgrid:nth-child(odd), #ourServicesSection .about-me .bgrid:nth-child(odd), 
    #latestNewsSection .about-me .bgrid:nth-child(odd), #aboutMeSection .service-list .bgrid:nth-child(odd), 
    #ourServicesSection .service-list .bgrid:nth-child(odd) {
        padding: 40px 18px 0px;
        float:none;
        height: auto;
    }

    #aboutMeSection .about-me .bgrid:nth-child(even), #ourServicesSection .about-me .bgrid:nth-child(even), 
    #latestNewsSection .about-me .bgrid:nth-child(even), #aboutMeSection .service-list .bgrid:nth-child(even), 
    #ourServicesSection .service-list .bgrid:nth-child(even) {
        padding: 15px 18px 0px;
        float:none;
        height: auto;
    }

    .LatestNewsRow {
        width: 100%;
    }

    #latestNewsSection .service-list .bgrid:nth-child(even) {
        width: 30%;
    }
    
    #latestNewsSection .service-list .bgrid:nth-child(odd) {
        padding: 15px 0px 0px 18px;
        width: 70%;
    }

    .newsTimestamp {
		margin-left:0;
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .MobileOff {
        display:none !Important;
    }
	.StudentRecordSheet .control-label {
		display:block;
		width:100%;
	}
	
	.controls-container button {
		width:100%;
		margin: 5px 0 5px !important;
	}

	.buttonMargin {
		margin-bottom:30px;
	}
	
	.StudentRecordSheet .buttonMargin + div {
		margin-top:15px;
	}
}

@media (max-width:99999px) {
	#navBar .navbar-collapse {
		position:absolute;
		top:50px;
		background-color: #1782dd;
		width: 100%;
	}
	
	.navbar-nav .dropdown-menu {
		display: none;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.dropdown-menu>li>a {
		padding: 8px 15px 8px 25px !important;
	}
	
	.dropdown .dropdown-menu {
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  max-height: 0;
	  display: block;
	  overflow: hidden;
	  opacity: 1;
	  visibility: hidden;
	}

	.dropdown.open .dropdown-menu {
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  max-height: none;
	  display: block;
	  opacity: 1;
	  visibility: visible;
	}
	
	.navbar-static-top {
		/*z-index: 8999 !important;*/
	}
}

@media (min-width:768px) {
    .modal-dialog {
        width: auto !important;
        max-width: 730px !important;
    }
}

@media(min-width:992px){
	.modal-dialog {a
        width: auto !important;
        max-width: 940px !important;
    }
	
    .footer #welcomeMsg.col-sm-4 {
	    float:left;
	}
	
	.footer #copyright.col-sm-4{
		float:left;
	}
	
	.footer #timeMsg.col-sm-4{
	    float:right;
	}
}

@media(min-width:576px) and (max-width:991px){
	.footer #welcomeMsg.col-sm-4{
	    width: 45%;
	    float:left;
	}
	
	.footer #copyright.col-sm-4{
		width: 100%;
		float:right;
	}
	
	.footer #timeMsg.col-sm-4{
	    width: 55%;
	    float:right;
	}
}

@media(min-width:577px){
    .display-xxs {
        display:none;
    }

    .margin-left-30-after-xxs{
        margin-left:30px;
    }
			
	.display-block-xs{
		display:block;
	}
}

@media(max-width:576px) {
    #welcomeMsg p {
        text-align:center !Important;
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    #copyright p {
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    #timeMsg p {
        text-align:center !important;
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    .display-xxs {
        display:block;
    }
	
	.word-break-xxs{
		word-break: break-all;
	}

    #latestNewsSection .service-list .bgrid:nth-child(even) {
        width: 100%;
        text-align:center;
        padding: 15px 0px;
    }
    
    #latestNewsSection .service-list .bgrid:nth-child(odd) {
        padding: 40px 0px 0px;
        width: 100%;
    }

    .newsTimestamp {
        margin-left:0;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
		
	.display-block-xs{
		display:none;
	}
	
	.display-none-576{
		display:none;
	}
}   

#weight, #weight1, #weight2, #weight3 {
    right: 6px;
    top: 0;
    position:absolute !important;
    width: 60px;
}

#weight img, #weight1 img, #weight2 img, #weight3 img{
    font-weight: 700;
    color: white;
    display: block;
    text-align: center;
    height: 40px;
    margin: 12px 0 0 0;
    float: left;
}

#weight label, #weight1 label, #weight2 label, #weight3 label{
    margin-top: 7px;
    color: white;
    display: block;
    text-align: right;
}

@media (max-width:420px) {
    #weight1, #weight3 {
        right: 12px;
        width:auto;
    }

    #weight1 img, #weight3 img{
		height:35px;
        margin: 0 0 5px 0;
    }

    #weight1 label, #weight3 label {
        margin-bottom: 0;
    }
}

@media (max-width:370px) {
    
    #weight1 img{
        margin: 0 0 0 0;
    }
    
    #tempBookings .modal-title, #bookClassRow .modal-title {
        margin: 0 78px 0 0;
    }
}

#productsList select.form-control {
  height:34px !important;
}

.filter_item_list {
  list-style-type: none;
  margin: 10px auto 0;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  display: table;
  width: auto;
}

.filter_item_list li {
  list-style: none;
  margin: 0px 1px 1px 0px;
  padding: 0;
  float: left;
  display: table-cell;
  width: 100%;
  text-align: center;
}

@media (max-width:991px) {
  #productsList {
    margin-top:20px;
  }
}

#loginForm{
    padding:0 15px;
}

#LoginFormBody .body {
    background-color: rgba(00, 0, 0, 0.45);
}

#loginForm .row {
    margin-left:auto !important;
    margin-right:auto !important;
}

#loginForm legend{
    color: #ffffff;
    border-bottom:0;
    text-align:center;
    border-radius: 5px 5px 0 0;
    background-color: #c34409;
    width: 100%;
    background: inherit repeat scroll 0% 0% rgb(255,80,0);
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    border-bottom: solid 15px #1782dd;
}

#loginForm label{
    /* color: #ffffff; */
    font-family: 'Poppins-Regular', sans-serif;
    font-weight:normal;
    font-size:17px;
    margin-top: 4px;
}

#loginForm .form-control {
	margin-bottom: 7px;
}

#captcha1, #captcha2 {
  margin:auto;
  display:table;
}

.g-recaptcha {
  display:none !important;
}

#bookClassRow, #cancelClassRow {
  margin:0;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 31;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:991px) {
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#aboutMeSection .row, #contactMeSection .row, 
	#ourServicesSection .row, #latestNewsSection .row,
	#classesSection .row {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

#upcomingBookings_grid {
    display: table;
    width : 100%;
    position: relative;
}

#frm_upBook .form-group {
    overflow-y: auto;
}

.loader {
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    width: 90px;
    height: 90px;
    border: 3px solid rgba(209,67,0,0.19);
    border-top-color: #1782dd;
    border-radius: 50%;
    top: 50%;
    z-index:9999;
    position: absolute;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.overlay {
    background-color: #08090c;
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.overlayIntro {
    background-color: #08090c;
    opacity: 1;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header-top .logo_H {
    display:none;
}

.faceBk {
	display: table;
	width:40px;
	height:40px;
	border: #465267 2px solid;
	vertical-align: middle;
	text-align: center;
    transition: 0.3s ease-in-out all;
}

#contactMeSection .fa-facebook-f {
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
	color: #e2e2e2;
	text-shadow: 0px 1px 3px #000000;
}

.faceBk:hover, .faceBk:focus {
	text-decoration: none;
	border-color: #e2e2e2;
}

#contactMeSection .faceBk:hover .fa-facebook-f, #contactMeSection .faceBk:focus .fa-facebook-f {
    color: #ffffff;
}

.controls-container {
    text-align:center;
}

.controls-container button{
    margin:5px;
}

.noscroll { 
  overflow: hidden;
}

#viewRooms {
	margin-bottom:15px;
}

#iframeScheduler.fullSize {
	position: fixed;
	inset: 0;
	display: block;
	width: 100vw;
	min-height: 100dvh;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	z-index: 99999;
}

#iframeScheduler.fullHeight {
	height: calc(100dvh - 50px) !important;
	max-height: none !important;
}

@media (max-width:545px) {
    .header-top .logo_H {
        display:inline-block;
    }

    .logo_H img {
      height: 66px;
      width: auto;
      padding: 10px 15px 10px 0 !important;
      margin: auto auto auto 15px;
    }

    .header-top .logo {
        display:none;
    }
}

@media (min-width:769px) {
    #aboutMeSection .service-list .bgrid.picture, #ourServicesSection .service-list .bgrid.picture, #latestNewsSection .service-list .bgrid.picture {
        float: left;
    }
    
    #aboutMeSection .service-list .bgrid.paragraph, #ourServicesSection .service-list .bgrid.paragraph, #latestNewsSection .service-list .bgrid.paragraph {
        float: right;
    }

    #ourServicesSection .service-list .bgrid.picture::after, #ourServicesSection .service-list .bgrid.paragraph::after {
        content:"";
        display:block;
        clear:both;
    }

    #contactMeSection .fa-map-marker-alt {
        margin-top: 13px;
        padding-top: 0;
    }
}

@media(max-width: 420px){
    #weight {
        display:none
    }
    #weight2{
        display:block
    }
    #weight1{
        display:block
    }
    #weight3{
        display:block
    }

    @media(max-width: 1199px){
        #weight2{
            display:none
        }
    }
}

@media(min-width: 421px){

    #weight {
        display:block
    }
    #weight2{
        display:block
     }
    #weight1{
        display:none
    }
    #weight3{
        display:none
    }

    @media(min-width: 1200px) {
        #weight2{
            display:none
        }
    }
}

#tempBookings_grid [data-column-id='Class'],#tempBookings_grid [data-column-id='PTName'], #upcomingBookings_grid [data-column-id='Class'], #upcomingBookings_grid [data-column-id='PT']{
	display:none !important;
}

.modal-dialog.modal-content {
	margin:auto;
}

.jqx-scheduler-time-column, .jqx-scheduler-toolbar {
    background: #000 !important;
    color: #bdbdbd !important;
}

.jqx-window-header.jqx-widget-header {
	background:#000 !important;
	color:#eee !important;
	font-weight: 400;
}

.jqx-widget-header {
	background: #000 !important;
}

.jqx-fill-state-normal {
	color: #000 !important;
}

.jqx-scheduler-edit-dialog-label {
	font-weight: 400;
    font-size: 15px;
}

.jqx-scheduler-time-column {
	background: #222 !important;
	color: #fff !important;
}

.jqx-grid-column-header {
	background: #000 !important;
	color: #fff !important;
}

.jqx-grid-cell-hover {
	background: #000 !important;
}

.jqx-scheduler-cell-hover, .jqx-scheduler-cell-focus {
	background: #ff8e5a !important;
	border-color: #ccc !important;
}

.jqx-scrollbar-thumb-state-normal {
	background: #454545 !important;
}

.jqx-cell.jqx-fill-state-pressed, .jqx-button.jqx-fill-state-pressed, .jqx-calendar-cell.jqx-fill-state-hover, .jqx-scrollbar-thumb-state-pressed {
	background: #1782dd !important;
	color: #fff !important;
}

.jqx-scrollbar-state-normal {
	border: 0 !important;
}

.jqx-tabs-title-selected-top.jqx-tabs-title {
	background: #fff !important;
	opacity:1;
}

.jqx-tabs-title {
	background: #fff !important;
	cursor: pointer !important;
}

.jqx-tabs-title.jqx-tabs-title-disable {
	cursor:default !important;
}

.jqx-tabs-title.jqx-tabs-title-disable.jqx-fill-state-pressed {
	cursor: pointer !important;
}

.jqx-tabs {
	border:0;
}

textarea, .jqx-widget textarea {
	resize:vertical;
}

.jqx-widget textarea[resizable="off"] {
	resize:none;
}

.jqx-window .jqx-icon-close:hover {
	filter: brightness(2);
}

.ui-datepicker-month, .ui-datepicker-year {
	color: black;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form  {
    border-color: #7daed7 !important;
}

.modal {
    /*z-index: 9999 !important;*/
    overflow: auto !important;
}

.calendarInput {
	margin-right: 12px !Important;
}

.StudentRecordSheet output {
	display:inline-block;
	margin-left:7px;
	font-size:24px;
}

input[type="range"] {
  margin:14px 0 8px;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 15px;
  background: #d6d6d6;
  border: 1px solid #adadad;
  outline: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 70px;
  height: 25px;
  border-radius: 8px;
  background: #1782dd;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 70px;
  height: 25px;
  border-radius: 8px;
  background: #1782dd;
  cursor: pointer;
}

#divCarSheet .form-group, #divMotorcycleSheet .form-group, #divTruckSheet .form-group {
	margin: 20px 0;
	max-width:100%;
	width:100%;
}

.rs-scale{ 
	display: flex;
	flex-direction: row; 
}

.jq-toast-wrap {
	z-index:99999 !important;
}

.pdfDocument {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	margin: auto;
}

#edit_model .modal-dialog.documents, #divTestDocuments .modal-dialog.documents {
	max-width:calc(100% - 14px) !important;
}

#Documents_grid table, #Documents_grid tr, #Documents_grid td, 
#TestDocuments_grid table, #TestDocuments_grid tr, #TestDocuments_grid td  {
	display: inline-block;
	position: relative;
}

#Documents_grid tr, #TestDocuments_grid tr {
	overflow:hidden;
	text-align:center;
	width: 280px;
	max-width:280px;
	max-height: 340px;
}

#Documents_grid img, #TestDocuments_grid img {
	display: block;
	width: auto;
	margin:auto;
	text-align:center;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

.pdfDocument i {
	font-size: 50px;
	display: block;
	position: relative;
	top: 30%;
}

.pdfDocument span {
	font-size: 24px;
	display:block;
	position: relative;
	top: 30%;
}

#clientRecordSheetsImg_modal .modal-header {
	height: 51px;
}

#clientRecordSheetsImg_modal .modal-header .close {
	margin-top:0;
}

#edit_model .modal-dialog .table tr td {
	padding: 0 !important;
	height: 330px;
	width: 100%;
	cursor:pointer;
}

#divTestDocuments tr td {
	padding: 0 !important;
	height: 330px;
	width: 100%;
}

.cardDocuments {
	background-color:transparent !important;
	margin:7px !important;
	background: #ffffff;
	border: #e3e3e3 1px solid !important;
	border-radius:10px;
	box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.1);
}

.cardDocuments td {
    cursor: pointer;
}

#divTestDocuments .modal-dialog .table tr {
	background-color:transparent !important;
	margin:7px !important;
	background: #ffffff;
	border: #e3e3e3 1px solid !important;
	border-radius:10px;
	box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.1);
}

#edit_model .modal-dialog .table td, #divTestDocuments .modal-dialog .table td {
	border: 0 !important;
	cursor:pointer;
}

#Documents_grid tbody, #TestDocuments_grid tbody {
	text-align:center;
}

.DescriptionAndButtons {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:#efefef;
	padding: 0;
	z-index: 3;
}

.DescriptionAndButtons p {
	margin: 10px 0 3px;
}

.DescriptionAndButtons p:empty {
	margin: 0;
}

.DescriptionAndButtons button {
	padding: 10px 20px;
	margin:auto;
	text-align:center;
}

.cardDocuments .DescriptionAndButtons {
	padding: 0;
}

.cardDocuments .DescriptionAndButtons button {
	width:50%;
	height:100%;
	height: 40px;
}

#clientRecordSheetsImg_modal {
	margin:auto;
	text-align:center;
}

td .overlayImgHoverDiv {
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background: rgba(255,255,255,0);
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

td:hover .overlayImgHoverDiv {
	background: rgba(255,255,255,0.6);
}

#clientRecordSheets_model .modal-body {
	overflow-x:auto;
}

.tableButtonDesign td button {
	padding: 10px 20px;
	margin: auto;
	text-align: center;
	background:transparent;
}
.tableButtonDesign td button span {
	top:3px;
}

.table.tableButtonDesign>tbody>tr>td {
	vertical-align:middle;
	border:0 !important;
}

input[type="file"].form-control {
	height:auto;
	cursor: pointer;
}

input[type="file"], input[type="checkbox"] {
	cursor: pointer;
}

.buttonMargin {
	padding:0 !important;
	margin:0 !important;
}

.buttonMargin .controls-container {
	padding: 19px 0 !important;
}

.controls-container button {
	min-width:110px;
}

.StudentRecordSheet .controls-container {
	margin:19px 0;
}

.StudentRecordSheet .buttonMargin + div {
	padding: 15px 15px 0 15px  !important;
}
	
.StudentRecordSheet .buttonMargin + div button:first-child {
	margin-top: 0;
}

.tableButtonDesign th {
	border-bottom:0 !important;
}

.table.tableButtonDesign.tableRowDesign>tbody>tr>td {
	border-top:1px solid #ddd !important;
}

#btn_scroll_top {
	width: 50%;
	height: 5rem;
	margin: 10px auto 0 auto;
	display: block;
}