section .inner {
    max-width: 1300px;
    
    margin: 0 15px;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px;
}
table.table.table-bordered {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100% !important;
    display: block;
}
label {
    color: #3c3b3b;
    font-weight: 500;
    font-size: 12px;
    /* margin: 0 !important; */
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    background-color: #3a3e92;
    color: #ffffff !important;
        border-radius: 5px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    background-color: aliceblue !important;
}
input[type="checkbox"], input[type="radio"] {
   appearance: auto;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 4;
      width: 100%;
    z-index: -1;
    background-color: aliceblue !important;
}
select {
    width: 50%;
    border: 1px solid #c1bdbd;
    border-radius: 5px;
}
select:hover {
    border: 1px solid;
    box-shadow: 0px 0px 0px 0px;
    background: white;
}
table thead {
    border-bottom: solid 1px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    font-size: 11px;
    color: #252121;
    font-weight: 500;
}
.table td, .table th{
    padding: .45rem;
    line-height: 1;
    vertical-align: middle;
}
.table thead th {
    vertical-align: top;
   
}
.table th {
     color: #252121;
     font-weight: 500;
}
th.d1 {
    background-color:#fffd38;
}
td.d1 {
    background-color: #fffd38 !important;
}
th.d2 {
    background-color: #cdfd34;
}
td.d2 {
    background-color: #cdfd34;
}
th.du {
    background-color:#ccca2a;
}
td.du {
    background-color: #ccca2a;
}
th.day {
    background-color: white;
}
th.date {
    background-color: white;
}
td.date {
    background-color: white;
}
td.ue {
    background-color: #cb9821 !important;
}
th.ue {
    background-color:#cb9821 !important;
}
td.me {
    background-color: #ca661a !important;
}
th.me {
    background-color:#ca661a !important;
}
th.wl {
    background-color: #ca3415 !important;
}
td.wl {
    background-color: #ca3415 !important;
}
th.wl1, td.wl1 {
    background: #de4626;
}
th.wl2, td.wl2 {
    background: #de4626de;
}
th.wl3 ,td.wl3 {
    background: #e25e42d1;
}
.paging-nav {
    text-align: center;
    padding-top: 20px;
}
.paging-nav a:hover, .paging-nav a.active{
    background: #3a3e92;
    color: white;
    border: 1px solid white;
}
.paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: white;
    color: black;
    border-radius: 3px;
    border: 1px solid;
}
.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

.paging-nav,
#tableData {
  width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.paging-nav .selected-page {
    background: #353591 !important;
    font-weight: bold;
    color: white;
}
.check_room {
    padding: 0 !important;
    position: relative;
}
.check_room input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.check_room .room {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.check_room input:checked ~ .room {
    background: #1ea83c !important;
}
.disabled{
    padding: 0 !important;
    position: relative;
}
.disabled input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.disabled .room_disabled {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
#one {
    padding: 3em 0 4em 0;
}
.disable_text{
    padding-top: .7em;
    text-align: center !important;
    margin-bottom: 0;
}

ul.childmenu{
    display:none;
    position: absolute;
    background: #fff;
    padding: 5px;
  min-width: 240px;
    left: 0;

}
.p-menu:hover > ul.childmenu{
    display:block;
}

   
ul.childmenu li{
     display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    line-height: 30px;
    text-align: left;
    list-style: none;
    }
 
.p-menu {
    position: relative;
}