/* 
    Document   : style
    Created on : Aug 21, 2013, 7:09:02 PM
    Author     : Student
    Description:
        Purpose of the stylesheet follows.
*/
html {
    height:100%;
    box-sizing: border-box;
}

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

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

nav {
    display: block;
    background-color: lightgray;
    width: 960px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.navButton {
    display: block;
    float: left;
    margin-left: 10px;
    width: auto;
    height: 50px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: darkorange;
    text-align: center;
    line-height: 3em;
    font-family: "Verdana","Aerial","Helvetica", sans-serif;
    font-size: 11pt;
}

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

.navButton:hover {
    background-color: lightsalmon;
    cursor: pointer;
}

#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:-50px;
}

.footer_spacer{
    display:block;
    height:100px;
    clear: both;
}

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

.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
}

img {
    border: 0
}

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

input.filterdefined {
    background: #ffecb0
}

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 #CCB;
    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: #0078cc;
    text-decoration: none;
    line-height: 40px;
    padding: 4px 8px
}

#paginator a:hover {
    color: #000
}

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

#paginator:focus {
    outline: 1px
}

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

#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 #e1d1e1;
    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 */
.header-top {
    background-color: black;
}

.header-top .logo {
    position: relative;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    zoom: 1; }

.header-top .logo img {
    height: 6em;
    top: 40px;
    padding: 0 25px !important;
    text-align: center;
    margin: auto;
}

.header-top .logo {
    position: relative;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    zoom: 1; padding: 14px 0;
    margin: auto;
    text-align: center;
}

.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;
}

.page-header {
    background-color: #e1e242;
    padding: 20px 0 !important;
    margin: 0 !important;
    text-align: center;
}

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

#frmLogin {
    text-align: center;
    /* margin-top: 30px; */
}

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;
}

#mbmcpebul_wrapper{
    width:100% !Important;
    text-align:center;
    height: auto !important;
    margin-bottom:15px;
}

#mbmcpebul_wrapper li{
    margin:0 !important;
}

#mbmcpebul_wrapper li div{
    height: 50px !Important;
}


.btn-primary {
    color: #fff;
    background-color: #186993 !important;
    border-color: #186993 !important;
    padding: 6px 20px !important;
    margin:0 3px;
    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;
}

.btn{
    border: 0 !important;
}

input[type="submit"] {
    color: #fff;
    background-color: #186993 !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;
}

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

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

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

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

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

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

#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;
}

.modal-title{
    display:inline-block;
}

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

.close{
    display:inline-block !Important;
    right:15px;
    float:right !important;
    position:absolute !important;
}

.bookingPage{
  overflow-y: auto;
}

.bookingPage .logos{
    display:none;
}

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

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

.bookingPage .header-top{
  background-color: #5016bb !Important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
}

.bookingPage #mbmcpebul_wrapper {
    background-color: #5b5b5b !Important;
    background-image: -moz-linear-gradient(top, #5b5b5b 0%, #5b5b5b 100%) !Important;
    background-image: -webkit-linear-gradient(top, #5b5b5b 0%, #5b5b5b 100%) !Important;
    background-image: linear-gradient(top, #5b5b5b 0%, #5b5b5b 100%) !Important;
    background-size: 100% 100%;
    opacity:0.9;
}

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

.bookingPage .modal-header{
  text-align:center;
  border-radius: 5px 5px 0 0;
  background-color:#5016bb !important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-size: 100% 100%;
}

.bookingPage .modal-header h4{
  color:white;
}

.bookingPage .btn-primary{
  background-color: #0358bc;
  background-image: -moz-linear-gradient(top, #18c5e3 0%, #0074ff 50%, #0455b5 100%) ;
  background-image: -webkit-linear-gradient(top, #18c5e3 0%, #0074ff 50%, #0455b5 100%);
  background-image: linear-gradient(top, #18c5e3 0%, #0074ff 50%, #0455b5 100%);
  background-size: 100% 100%;
  margin:0;
}

.bookingPage .btn-primary:hover{
  background-color: #18c5e3;
  background-image: -moz-linear-gradient(top, #18c5e3 0%, #0074ff 50%, #0455b5 100%);
  background-image: -webkit-linear-gradient(top, #16aac3 0%, #005fd0 50%, #04428c 100%);
  background-image: linear-gradient(top, #18c5e3 0%, #0074ff 50%, #0455b5 100%);
}

#btn_cancel_booking.btn-primary{
  opacity:0.8;
  background-color: #ff7f00 !Important;
  background-image: -moz-linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
}

#btn_cancel_booking.btn-primary:hover{
  opacity:0.8;
  background-color: #a1ff00 !Important;
  background-image: -moz-linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(255, 235, 59, 0.6) 0%, rgba(255, 176, 7, 0.9) 50%, rgba(219, 255, 7, 0.6) 100%);
}

#fullscreenOptions #btn_book_now{
  opacity:0.8;
  background-color: #5016bb !Important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
}

#fullscreenOptions #btn_book_now:hover{
  background-color:#ff0076 !important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.6) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.6) 100%);
}

#fullscreenOptions #btn_boogie_bounce{
  opacity:0.8;
  background-color: #16bb1f !Important;
  background-image: -moz-linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
}

#fullscreenOptions #btn_boogie_bounce:hover{
  opacity:0.8;
  background-color: #0017ff !Important;
  background-image: -moz-linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
  background-image: linear-gradient(top left, rgba(22, 187, 163, 0.6) 0%, rgba(0, 225, 5, 0.9) 50%, rgba(22, 187, 163, 0.6) 100%);
}


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

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

.bookingPage .header-top .logo img {
  height:5em;
}

.bookingPage #mbmcpebul_table li:hover div.gradient_button{
  background-color: #6223d6  !Important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-size: 100% 100%;
}

.bookingPage .modal-content{
  /* display:table-cell; */
  margin:auto;
  vertical-align:middle;
}

.bookingPage #fullScreenToggle{
  display:none;
}

.bookingPage, .bookingPage .body{
  padding-bottom:0;
  margin-bottom:0;
}

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;
}

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

#fullscreenOptions{
  opacity:1;
  -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;
}

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{
  border: none !important;
  outline:none !Important;
}

#btn_back_choice{
  cursor:pointer;
  position: absolute;
  top: 102px;
  left: 20px;
}

#btn_back_choice:hover{
  color: #9a6ad4 !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
{
	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: #5016bb !Important;
  border-color: transparent !important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
}

.bookingPage .modal-footer .btn-primary:hover{
  background-color: #8040f7 !Important;
  border-color: transparent !important;
  background-image: -moz-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: -webkit-linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
  background-image: linear-gradient(top left, rgba(214, 0, 255, 0.2) 0%, rgba(51, 0, 179, 0.9) 50%, rgba(214, 0, 255, 0.2) 100%);
}

#fullScreenToggle	
{
    position:absolute;
    color:white;
    top: 18px;
    right: 20px;
    padding:15px;
    margin:-15px;
    cursor:pointer;
}

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


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

.footer label{
    margin:0;
}

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

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

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

#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;
}

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

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

.bookingPage #btn_back_choice{
  /* top:5px; */
}

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

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

#bookClassRow, #cancelClassRow{
  margin:0;
}