body {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    
}
.page-wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#footer{
    margin-top: auto;
    
}

.table-wrapper {
    min-width: 1000px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {        
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn-group {
    float: right;
}
.table-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}	
table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}
table.table td a:hover {
    color: #2196F3;
}
table.table td a.edit {
    color: #000;
}
table.table td a.delete {
    color: #F44336;
}
table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
    background: #03A9F4;
}
.pagination li.active a:hover {        
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}    
/* Custom checkbox */
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] {    
    opacity: 0;
    position: absolute;
    margin: 5px 0 0 3px;
    z-index: 9;
}
.custom-checkbox label:before{
    width: 18px;
    height: 18px;
}
.custom-checkbox label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    background: white;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
    border-color: #03A9F4;
    background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
    color: #b8b8b8;
    cursor: auto;
    box-shadow: none;
    background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
    max-width: 400px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px 30px;
}
.modal .modal-content {
    border-radius: 3px;
}
.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}
.modal .modal-title {
    display: inline-block;
}
.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}
.modal textarea.form-control {
    resize: vertical;
}
.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}	
.modal form label {
    font-weight: normal;
}	



body{
    font-family: 'Open Sans', sans-serif !important;
    margin:0;
    padding: 0;
}


.mainNav a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.mainNav li{
    border-bottom: 1px #efefef solid;
    padding: 15px 0;
    list-style: none;
}
.mainNav li:hover{
    background: #efefef;
}

.navSecondLevel{
    width:100%;
    border-bottom: 2px solid #efefef;
}
.navSecondLevel li{
    list-style: none;
    display: inline-block;
    padding: 15px;
}

.navSecondLevel li a{
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
}

.listHalls li{
    list-style: none;
    padding: 5px 0;
    margin: 5px 0;
    background: #efefef;
}

.listHalls li:hover{
    background: #101010;
}

.listHalls li:hover > a{
    color: #efefef
}

.listHalls li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #101010;
}
.alert{
    margin-top:0 !important;
}

.form-group{
    margin: 10px 0;
}

.text-right_{
    text-align: right !important;
}
.bookingError{
    position: absolute;
    top: 0px;
    left: 15px; right: 15px;
}

#moreDetails{
    display: none;
}
.viewBookings{
    cursor: pointer;
}
.reservered{
    display: none;
}
/* .patronageField{
    display: none;
} */

/* Style Area for Booking a Hotel
In Users View */
#patronageField {display: none;} #patronageCheck:checked ~ #patronageField {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#vipsFieldBox {display: none;} #vipsCheck:checked ~ #vipsFieldBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#guestSpeakerBox {display: none;} #guestSpeakerCheck:checked ~ #guestSpeakerBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#newsPaperBox {display: none;} #newsPaperCheck:checked ~ #newsPaperBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;;}
#bahrainTvBox {display: none;} #bahrainTvCheck:checked ~ #bahrainTvBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#invitationCardBox {display: none;} #invitationCardCheck:checked ~ #invitationCardBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#smsBox {display: none;} #smsCheck:checked ~ #smsBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#seatingBox {display: none;} #seatingCheck:checked ~ #seatingBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#cateringBox {display: none;} #cateringCheck:checked ~ #cateringBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#signageBox {display: none;} #signageCheck:checked ~ #signageBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#giftsBox {display: none;} #giftsCheck:checked ~ #giftsBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#carpetBox {display: none;} #carpetCheck:checked ~ #carpetBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#flowerBox {display: none;} #flowerCheck:checked ~ #flowerBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#setupStageBox {display: none;} #setupStageCheck:checked ~ #setupStageBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#lightingBox {display: none;} #lightingCheck:checked ~ #lightingBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#tourBox {display: none;} #tourCheck:checked ~ #tourBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#screenBox {display: none;} #screenCheck:checked ~ #screenBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#audioBox {display: none;} #audioCheck:checked ~ #audioBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#microphoneBox {display: none;} #microphoneCheck:checked ~ #microphoneBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#laptopBox {display: none;} #laptopCheck:checked ~ #laptopBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#musicBox {display: none;} #musicCheck:checked ~ #musicBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#streamBox {display: none;} #streamCheck:checked ~ #streamBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#photographyBox {display: none;} #photographyCheck:checked ~ #photographyBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#socialMediaBox {display: none;} #socialMediaCheck:checked ~ #socialMediaBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}
#nurseBox {display: none;} #nurseCheck:checked ~ #nurseBox {display: block;position: absolute;left: 60px;width: 250px;top: -11px;}




.width-100{width:100%;}.width-50{width:50%}
.float-left{float:left;}.float-right{float:right;}
.border-dotted{border: 1px dotted #efefef}
.hidden{display:none}
.color-red{color:red;}


ul{
    margin: 0 !important;
    padding: 0 !important;
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

.dataTables_length{
    text-align: left;
}
.modal-open .page-wrapper{
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none !important;
}


/* Css Switch */
 /* The switch - the box around the slider */
 .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  } 

  .card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }
  .header{
    border-bottom: none !important;
  }

  .form-check-input{
    position: relative !important;
  }

  