/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=cyrillic,cyrillic-ext,latin,greek-ext,greek,latin-ext,vietnamese");

a:focus,
a:hover {
    color: #ff2e2c;
}

/*Pre loader start */
#frm_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.49);
    z-index: 2000;
}

#frm_overlay .overay_inr {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #111;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 4px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 35px;
    height: 35px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Pre loader end */
/*Manadatory*/
.req:after {
    content: "*";
    color: #F94B4B;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
    /* font-weight: bold; */
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F4F4F7;
    /*font-family: "Open Sans";*/
    /* font-family: 'Philosopher', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    /* background: url(../img/slider/4.png) repeat #F4F4F7; */
}

#bdy_bg {
    /* background: url(../img/gallery/gallery-2.jpg) no-repeat #fff center center; */
    background: url(../img/loginbackground.jpg) no-repeat #fff center top;
    /* position: relative; */
    background-size: cover;
}

#bdy_bg:after {
    content: "";
    background-color: rgb(4 4 4 / 0%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/opensansreg.ttf) format("truetype");
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

label {
    color: #000000;
    font-weight: normal;
}

.modal-content label {
    font-weight: 100;
}

textarea {
    resize: vertical;
}

.row {
    margin-bottom: 0;
}

.ful_wdth {
    width: 100%;
    float: left;
}

.half_wdth {
    width: 50%;
    float: left;
}

a {
    color: #373b5f;
}

a,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505458;
}

a:hover,
.hvr,
.hvr:hover,
.navbar-nav>li a i,
.table-striped>tbody>tr:hover,
.table-striped>tbody>tr {
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.bdr_rdius {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.img-cirle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn-default {
    color: #fff;
    border: none;
    background-color: #2c8cca;
}

.btn-default:hover {
    color: #fff;
    background-color: #1C5579;
}

.ful_wdth {
    width: 100% !important;
    float: left !important;
}

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

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

.panel-primary {
    border-color: transparent;
}

.panel-body {
    padding: 5px 5px 0 5px;
}

.table {
    margin-bottom: 0px;
    font-size: 14px;
}

.btn-sm-none {
    background-color: #f7a40f;
    color: #fff;
    border-color: transparent;
}

.btn-sm {
    background-color: #373b5f;
    color: #fff;
    text-transform: uppercase;
    border-color: transparent;
}

.btn-sm.cam {
    background-color: #373b5f !important;
    color: #fff;
    text-transform: lowercase !important;
    border-color: transparent;
}

.btn-sm:hover,
.btn-sm:focus {
    background-color: #505786;
    color: #fff;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    color: #565656;
    padding: 8px 10px;
    height: 34px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

select.form-control {
    padding: 0 10px;
}

#login_frm {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 5px 5px 0;
    /* margin: 100px auto 0; */
    /* max-width: 310px; */
    /* min-width: 240px; */
    /* margin-bottom: 10px; */
    border-left: 1px solid rgba(54, 64, 74, 0.1);
    padding: 20px 16px;
    padding-top: 0px;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
    /* box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.49); */
}

#login_frm form {
    margin-bottom: 0;
}

#forgot_btn {
    cursor: pointer;
    margin-top: 6px;
    float: left;
    font-size: 15px;
}

.log_logo figure a {
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
}

.log_logo figure a img {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    /* border-bottom: 1px solid #d4d4d4; */
}

.log_logo .lnk {
    text-align: center;
    display: block;
}

.web_lnk {
    text-align: center;
    padding: 10px 0;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    margin-top: 0;
    border-bottom-right-radius: 5px;
}

.web_lnk a {
    font-size: 14px;
}

#login_frm .frm {
    /* border-top: 1px solid rgba(212, 212, 212, 0.48); */
    /* margin-bottom: 11px; */
    padding: 13px 0;
    background-color: #ffffff;

    border-radius: 0 0 5px 5px;
}

#login_frm h1 {
    font: 18px/32px "Playball", cursive;
    color: #f7a40f;
    margin-left: 0;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: Lexia Ad;
    font-weight: normal;
    letter-spacing: 2px;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    /*opacity: 0;*/
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked+label::before {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
}

.checkbox-custom input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #253460;
    border-color: #253460;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #f05050;
    border-color: #f05050;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #34d3eb;
    border-color: #34d3eb;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #ffbd4a;
    border-color: #ffbd4a;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #81c868;
    border-color: #81c868;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked+label::before {
    background-color: #fb6d9d;
    border-color: #fb6d9d;
}

.checkbox-pink input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

/* Radios */
.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
    outline-offset: -2px;
    outline: thin dotted;
}

.radio input[type="radio"]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"]+label::after {
    background-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked+label::before {
    border-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked+label::after {
    background-color: #5fbeaa;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #5d9cec;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #f05050;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #f05050;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #f05050;
}

.radio-info input[type="radio"]+label::after {
    background-color: #34d3eb;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #34d3eb;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #34d3eb;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #ffbd4a;
}

.radio-success input[type="radio"]+label::after {
    background-color: #81c868;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #81c868;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #81c868;
}

.radio-purple input[type="radio"]+label::after {
    background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #7266ba;
}

.radio-pink input[type="radio"]+label::after {
    background-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked+label::before {
    border-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked+label::after {
    background-color: #fb6d9d;
}

#login_frm .checkbox {
    margin: 0;
}

.btm_lnk a {
    color: #5d2f3a;
    margin: 0 7px;
    cursor: pointer;
    font-weight: bold;
}

.btm_lnk a:hover {
    color: #F84308;
}

header {
    /* position: relative; */
    z-index: 999;
    background-color: #e0e0e0;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2cfcf;
}

header a.logo {
    display: block;
    float: left;
    margin-left: 21px;
    background-color: white;
    border-radius: 0px;
    margin-top: 8px;
    width: 100%;
}


header .top_rgt {
    margin-right: 20px;
    margin-top: 14px;
}

header .top_rgt img {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    float: left;
    margin-right: 10px;
}

header .top_rgt p {
    float: left;
    color: #373b5f;
    margin-left: 5px;
}

header .top_rgt p a {
    /*display: block;*/
    /* color: #151515; */
}

header .top_rgt p a:hover {
    color: #151515;
}

section.bdy_lft {
    width: 220px;
    float: left;
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    z-index: 99;
    padding-top: 0;
    /* padding: 0 12px; */
    box-shadow: 0px -1px 0px 1px rgba(93, 93, 93, 0.25);
    background-color: #373b5f;
    overflow: hidden;
    overflow-y: auto;
}

section.bdy_lft.toggle_mnu {
    margin-left: -220px;
}

.bdy_lft figure {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(95, 52, 64, 0.08);
    float: left;
    width: 100%;
    height: 100px;
    margin: 0;
    background-color: #fff;
    position: relative;
}

.bdy_lft figure a.logo img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px 5px;
    border-radius: 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.bdy_lft .logo {
    text-align: center;
    width: 100%;
    /* margin-bottom: 18px; */
}


.bdy_lft .navbar-collapse {
    padding: 0;
}

.bdy_lft .navbar-collapse ul {
    /* background-color: #f8f8f8; */
    padding: 0 8px;
}

.bdy_lft .navbar-nav {
    margin-top: 10px;
}

.bdy_lft .navbar-collapse ul .dropdown-menu {
    width: 100%;
    padding: 0;
    border-top: none;
    position: relative;
    margin-bottom: 10px;
    /* background-color: #313131; */
}

.bdy_lft .dropdown-menu li {
    /* padding: 10px 15px; */
    border-bottom: 1px solid rgba(95, 52, 64, 0.12);
}

.bdy_lft .dropdown-menu li a {
    padding: 0;
    font-size: 12px;
    padding: 12px 15px;
    color: #000000;
}

.bdy_lft .dropdown-menu li a.menu_active {
    background-color: #373b5f !important;
}

.navbar-nav>li {
    float: left;
    width: 100%;
    /* background-color: rgba(234, 234, 234, 0.37); */
}

.navbar-nav>li.dropdown.open a {
    /* background-color: #4a4a4a; */
    /* color: #fff; */
}

.bdy_lft .dropdown-menu li a.menu_active .round-block {
    background-color: #2196F3;
}

.navbar-nav>li {
    margin-bottom: 5px;
}

.navbar-nav>li>a {
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(95, 52, 64, 0.12);
    line-height: 16px;
    padding-left: 10px;
    position: relative;
}

.navbar-nav>li>a .caret {
    position: absolute;
    right: 10px;
    border-width: 5px;
    top: 16px;
}

.navbar-nav>li>a i,
.bdy_lft .dropdown-menu li a i {
    font-size: 14px;
    text-align: left;
    float: left;
    /* color: rgba(255, 255, 255, 0.77); */
    margin-right: 0px;
}

.navbar-nav>li>a p,
.bdy_lft .dropdown-menu li a p {
    float: left;
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -2px;
}

.navbar-nav>li>a:hover,
.navbar-nav li.dropdown a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active,
.navbar-nav li.dropdown a:focus,
.navbar-nav li.dropdown a:active {
    background-color: #505786;
    color: #fff;
    border-color: transparent;
}

.navbar-nav>li>a:hover i,
.menu_active i {
    color: #fff;
}

.menu_active {
    background-color: #1e2033 !important;
    color: #fff !important;
}

.menu_active i {
    color: #f5f4f4 !important;
}

.bdy_rgt {
    width: calc(100% - 220px);
    float: right;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: -1;
    /*    overflow: hidden;
        overflow-y: auto;*/
    padding: 0;
}

.bdy_rgt.full {
    width: 100%;
}

.bdy_rgt .panel-heading {
    margin: 0;
    background-color: #603440;
    padding: 9px 0 8px 12px;
    /* padding: 9px 0 0px 12px; */
    border: 1px solid #d1d1d1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    /*margin-bottom: 10px;*/
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.bdy_rgt .panel-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #131313;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.cnt_inr {
    background-color: #fff;
    border: 1px solid rgb(208, 208, 208);
    padding: 10px;
    padding-top: 7px;
    margin-bottom: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
}

.cnt_inr_checkin {
    background-color: #fff;
    border: 1px solid rgb(208, 208, 208);
    padding: 10px;
    padding-top: 7px;
    margin-bottom: 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
}

.btn_style a {
    background-color: #373b5f;
    padding: 6px 8px;
    /* padding: 13px 13px; */
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
}

.btn_style a:hover {
    background-color: #505786;
}

.table th.edit,
.table th.del,
.table td.edit,
.table td.del {
    text-align: center;
    width: 50px;
}

.table td i {
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 3px;
}

#fltr_btn_pnel fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 3px double rgba(197, 197, 197, 0.95);
    margin-bottom: 10px;
    padding-bottom: 3px;
}

#fltr_btn_pnel fieldset form {
    display: block;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

#fltr_btn_pnel legend {
    display: initial;
    width: inherit;
    border: none;
    background-color: #505786;
    color: #fff;
    padding: 3px 12px;
    font-size: 14px;
    margin-bottom: 0px;
}

table.focus-on tbody tr.focused th,
table.focus-on tbody tr.focused td {
    background-color: rgba(54, 64, 74, 0.17);
}

.table-striped>tbody>tr:hover {
    background-color: #DCDCDC;
}

.datepicker {
    z-index: 9999 !important;
}

/* Modal Style */
.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #373b5f;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 16px;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.red {
    color: red;
}

label.error {
    color: #F44336;
    font-size: 12px;
}

.form-control.error {
    /* color: #555; */
}

th>a:after {
    content: " \f0dc";
    font-family: FontAwesome;
}

th>a.asc:after {
    content: " \f0dd";
    font-family: FontAwesome;
}

th>a.desc:after {
    content: " \f0de";
    font-family: FontAwesome;
}

/* pagination */
.PaginationClass {
    float: left;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.PaginationClass li {
    float: left;
    /* margin-right:1%; */
    font-size: 13px;
}

.pagination-lg>li:first-child>a i,
.pagination-lg>li:last-child>a i {
    font-size: 22px;
    font-weight: bold;
}

.pagination-lg>li>a {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

#pagination_actv,
.pagination-lg>li>a:hover {
    background: #e0e0e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%, #f6f6f6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
    transform: scale(0.75, 0.75);
    -moz-transform: scale(0.75, 0.75);
    -o-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
}

.pagination-lg>li:last-child>a:hover,
.pagination-lg>li:first-child>a:hover {
    transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
}

.product-row-image {
    width: 100px;
}

.quotation_list .rate {
    width: 67px;
}

.quotation_list .qty-td,
.qty-td {
    width: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.round-block {
    position: absolute;
    top: 8px;
    background: red;
    color: white;
    width: 25px;
    right: 5px;
    border-radius: 50%;
    height: 25px;
    text-align: center;
    line-height: 24px;
    padding: 0;
}

.filter-text {
    margin-top: 5px !important;
    font-weight: 700;
    font-size: 15px;
}

.modal form {
    margin-bottom: 0;
}

footer {
    text-align: center;
    padding: 8px 0;
    background-color: #e8e8e8;
    position: fixed;
    bottom: 0;
    z-index: 9;
    font-size: 12px;
}

footer p {
    margin-bottom: 0;
}

footer a {
    font-weight: bold;
}

.dropdown-hgt {
    /*height: 38px;*/
}

.fltr_btns {
    margin-bottom: 10px;
}

.fltr_btns .clr_btnn {
    margin-right: 10px;
}

.modal-content {
    /* border: none;
    box-shadow: none; */
    display: block;
    width: 100%;
    float: left;
}

.pagination {
    margin: 0;
}

.table thead {
    background-color: #e0e7ea;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/*#fltr_btn_pnel {
    display: none;
}*/

.cust_clmn1 {
    width: 15%;
}

.cust_clmn2 {
    width: 20%;
}

.cust_clmn3 {
    width: 26%;
}

.cust_clmn4 {
    width: 17%;
}

.cust_clmn5 {
    width: 20%;
}

.testi_clumn1 {
    width: 12%;
}

.testi_clumn2 {
    width: 10%;
}

.testi_clumn3 {
    width: 15%;
}

.testi_clumn4 {
    width: 45%;
}

.testi_clumn5 {
    width: 13%;
}

.modal-footer {
    padding: 9px 15px;
    display: block;
    width: 100%;
    float: left;
}

.modal-footer .btn {
    padding: 5px 10px;
}

.ukz {
    position: fixed;
    width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.is-tax-0 {
    padding-left: 10px;
}


.contnt_inr {
    padding: 0 10px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.moble_logo {
    display: block;
    position: relative;
    width: 100px;
    height: 55px;
    margin: 0;
    padding: 0;
    float: left;

}

.moble_logo a img {
    position: absolute;
    margin: auto;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: auto;
    padding-top: 8px !important;
    background: #f4f4f7;
    ;
    /* max-width: 100%;
    max-height: 100%; */
    padding: 5px;

}

#menu_icn {
    display: block;
    font-size: 22px;
    padding: 18px 10px 0 19px;
    cursor: pointer;
    color: #292c48;
}

section.bdy_lft,
.bdy_rgt,
header a.logo img,
.bdy_lft .navbar-collapse ul .dropdown-menu {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.pop_inr {
    width: 100%;
    padding: 10px;
    display: inline-block;
    padding-bottom: 0;
}

.frm_bm_nne form {
    margin-bottom: 0;
}

.frm_bm_nne select.form-control {
    text-transform: capitalize;
}

#rm_bok_page .row_one .cnt_inr {
    margin-bottom: 10px;
}

#choose_room form,
#chose_room form,
#book_here form {
    margin-bottom: 0;
}

#choose_room .cnt_inr {
    margin-bottom: 10px;
}

#choose_room .nav-tabs {
    text-transform: capitalize;
}

#choose_room .nav-tabs li.active a {
    background-color: #ff1100;
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
    border: none;
}

#fogrt_popup.modal-dialog {
    width: 380px;
}

#custm_info_addrs textarea.form-control,
#custm_info_addrs1 textarea.form-control {
    height: 172px;
}

.navbar-nav>li.sub_actve>a,
.navbar-nav>li.sub_actve>a:focus {
    background-color: #373b5f;
    color: #fff;
}

.sub_actve .dropdown-menu {
    display: block;
}

.chse_rm form,
.display_flex {
    display: flex;
}

.chse_rm .label {
    float: left;
    padding: 10px;
    margin-bottom: 0;
}

.input-group .form-control.dt_frm {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group .form-control.to_frm {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (min-width: 320px) and (max-width:1000px) {
    .bdy_rgt {
        width: 100%;
    }

    section.bdy_lft {
        margin-left: -229px;
    }

    section.bdy_lft.toggle_mnu {
        margin-left: 0;
    }

    .bdy_rgt.full {
        width: calc(100% - 220px);
    }

    .bdy_lft .navbar-collapse ul {
        margin: 0;
    }
}

#dashbrd_pge #fltr_btn_pnel fieldset {
    margin: 0;
    background-color: #f8f8f8;
}

#dashbrd_pge .rms_lst {
    padding-top: 5px;
}

#dashbrd_pge .rms_lst+.col-lg-6 {
    padding-left: 15px;
}

#dashbrd_pge .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom: 13px;
    display: block;
}

#dashbrd_pge .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 0.8em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    /* background-color: white; */
    padding-top: 8px;
    display: block;
    text-align: left;
    border-radius: 0px;
}

#dashbrd_pge .card-title {
    white-space: pre-wrap;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    display: none;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin-top: 0;
    color: #fff;
}

.card-text {
    clear: both;
    margin-top: .5em;
    /* color: rgba(0, 0, 0, .68); */
}

.card-footer {
    text-align: left;
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 10px 11px;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #ffffff;
}

.card-footer small {
    color: #111;
    font-size: 16px;
}

.card-footer .btn {
    padding: 4px 7px;
    margin-top: -4px;
    font-size: 12px;
    /* background-color: transparent; */
    /* color: #313131; */
    /* border-color: #d6d6d6; */
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -26px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    background-color: #f7a40f;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-weight: bold;
    border: 5px solid #fff;
    font-size: 17px;
    display: none;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline~.card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    /* color: rgba(86, 86, 86, 0.84) */
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

#rprt_graph .cnt_inr {
    margin-bottom: 0;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 4px;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.select2-container {
    width: 100% !important;
}

.tax_radio {
    float: left;
    width: 40%;
    margin-top: 6px;
}

.tax_radio label {
    margin-right: 10px;
}

.tax_radio input[type="radio"] {
    margin-right: 7px;
}

#rtax {
    width: 56%;
    float: right;
}

.hide_div {
    display: none;
}

.pop_inr_head {
    font-size: 16px;
    color: #111;
    background-color: #f5f5f5;
    padding: 11px;
    margin-bottom: 0;
}

label[for=is-extra-1] {
    padding-right: 10px;
}

label[for=is-discount-1] {
    padding-right: 10px;
}

.marleft5 {
    margin-left: 5px;
}

input[type=number] {
    text-align: right;
}

input[type=number]::-webkit-input-placeholder {
    text-align: left;
}

.remove_spin::-webkit-inner-spin-button,
.remove_spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}

#register-model {
    display: block;
}

.hide-input {
    outline: none;
    border: 0px;
    color: white;
    width: 0;
    height: 0;
}

div.message.error {
    color: #F44336;
}

div.message.success {
    color: #5cb85c;
}

.rel {
    position: relative;
}

.dash_rom_hgt {
    /*height: 164px;*/
}

.dash_rom_hgt .stus_txt {
    display: block;
    padding: 10px;
    top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.dash_rom_hgt button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-color: #fff;
}

.bootstrap-timepicker-widget table td input {
    width: 39px;
    font-size: 20px;
    height: 35px;
    margin: 0;
    text-align: center;
}

.img-thumbnail:empty {
    /*    padding: 0;
    border: none;*/
}

.mobile_input::-webkit-inner-spin-button,
.mobile_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.log_frm {
    position: absolute;
    z-index: 9;
    /* margin-top: 90px; */
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -240px
}

.log_frm .wbc_section a {
    display: inline-block;
}

.log_page_style {
    background-color: #fefefe;
    border-radius: 5px;
    box-shadow: 0px 2px 30px #ccc6;
    border: 1px solid #e6e6e6;
}

.wbc_section {
    background-color: #ffffff;
    text-align: center;
    /* padding: 54px 0; */
    /* padding-bottom: 86px; */
    border-radius: 5px 0 0 5px;
    /* height: 373px; */
}

.wbc_section span {
    background-color: #fff;
    margin-top: 12px;
    display: block;
}

.wbc_section span a {
    font-size: 18px;
}

.wbc_section img {
    width: 95%;
    margin-top: 70px;
}

.wbc_section span font {
    font-size: 14px;
    display: block;
}

.top_wbc img {
    width: 54px;
    margin-top: 2px;
    margin-right: 13px;
}

.line_style {
    margin-top: 7px;
    margin-bottom: 9px;
}

.m_t_0 {
    margin-top: 0;
}

.m_t_10 {
    margin-top: 10px;
}

.m_t_15 {
    margin-top: 15px;
}

.m_l_5 {
    margin-left: 5px;
}

.m_l_10 {
    margin-left: 10px;
}

.m_l_15 {
    margin-left: 15px;
}

.top_ur_nme {
    margin-top: -3px;
    text-transform: capitalize;
}

input[type=file].form-control {
    padding: 5px 5px;
}

#slctroom_wrapper .bottom #slctroom_length,
#chkntbl_wrapper .bottom #chkntbl_length {
    margin: 10px 0px 0px 10px;
}

.m_b_5 {
    margin-bottom: 5px !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_r_10 {
    margin-right: 10px;
}

#choose_room .panel-heading {
    padding-right: 12px;
}

.h_w_85 {
    width: 85%;
}

.h_w_75 {
    width: 75%;
}

.w_25 {
    width: 25%;
}

.w_20 {
    width: 20%;
}

.w_22 {
    width: 22%;
}

.p_a {
    position: absolute;
}

.p_r {
    position: relative;
}

.normalFont {
    text-transform: none !important;
}

.normalFont i {
    font-size: 10px;
}

.rm_details td {
    padding: 14px !important;
}


/*data table css change :*/
.dataTables_length {
    float: right !important;
    margin-top: 5px;
}

.dataTables_info {
    margin-top: -40px;
}

/*customer image*/
.cust_img .thumbnail,
.cust_proof .thumbnail {
    padding: 0;
    /* border: 0; */
    margin-top: 10px;
}

/*//bindroom*/
#bindroom_filter {
    padding: 10px;
}

/*extraamount*/
.removetd {
    vertical-align: middle !important;
}

.removeexrw i {
    color: #000 !important;
}

/*fit-content*/
.d_b_f_c {
    display: block;
    width: fit-content;
}

/*Pagination*/
.PaginationClass .entries {
    margin-left: 5px;
}

/* Model Scroll auto */
.modal {
    overflow-y: auto;
}

/*Switch for Company info*/
#cinfo .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#cinfo .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cinfo .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#cinfo .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#cinfo input:checked+.slider {
    background-color: #100f0f;
    box-shadow: 1px 3px 3px 1px #607d8b;
}

#cinfo input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

#cinfo input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#cinfo .slider.round {
    border-radius: 34px;
}

#cinfo .slider.round:before {
    border-radius: 50%;
}

/*Switch for Company info*/

/*bootstrap toggle*/
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

/*.toggle input[type=checkbox]{display:none}*/
.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    background-color: #fff;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

/*bootstrap toggle*/


.wbc_section img {
    margin-top: 10px;
}

a.copy_right_t {
    font-size: 12px;
}

a.copy_right_t:hover {
    color: #1C5579;
    font-weight: 600;
}

.checkbox_w_re input[type=checkbox] {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    padding: 10px;
}

.checkbox_w_re {
    margin-bottom: 0px;
}

.checkbox_w_re label {
    font-size: 15px;
    margin-bottom: 0px;
    color: #707070;
}

.btn-sm.login {
    text-transform: capitalize;
    /* background-color: #149e1d; */
    background-color: #373b60;
    font-size: 15px;
}

.dorm_text {
    border-top: 1px solid rgba(143, 139, 139, .28);
    border-bottom: 1px solid rgba(143, 139, 139, .28);
    padding: 5px;
    font-size: 17px;
    color: #373a5f;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.logo_cls {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px;
}

.form-control.disabled {
    background-color: #eee;
    opacity: 1;
    pointer-events: none;
}

.form-group.lg_he_in .form-control {
    height: 38px;

}

.form-group.lg_he_in {
    margin-bottom: 15px;
}

.noa-danger {
    color: #ff0b07;
}

/* .booking_start_date {
    padding: 8px 4px;
}
.booking_end_date {
    padding: 8px 4px;
}

.addon{
    padding: 8px 4px;
} */
.input-daterange .bootstrap-datetimepicker-widget.timepicker-sbs {
    padding: 20px !important;
}

@media (min-width: 1200px) {
    .container.login {
        width: 970px;
    }
}

@media only screen and (min-width: 991px) {
    .row.log_frm.lg_in {
        /* position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto; */
    }
}

.editor-text {
    box-sizing: border-box;
    line-height: 1.42;
    height: 39%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    border: 1px solid #c5c5c5;
    background: #eeeeee;
}

#edittextarea {
    max-height: 50%;
}



.dtp-btn-cancel {
    background: #ef0e0e;
    color: white;
    margin-right: 5%;
}

.dtp-btn-ok {
    background: #8bc34a;
    color: white;
}



.radio-label {
    margin-left: 2%;
}

.showHeader {
    text-align: center;
    margin-top: 2%;
    position: absolute;
    right: 5%;
    /* color: white; */
}

.isLabel,
.isAuto {
    background: black;
    color: aliceblue;
    padding: 2%;
    border-radius: 6px;
    font-size: 10px;
}

/* new */
.bookcard {
    margin-top: 3%;
    margin-bottom: 3%;
    border: 2px solid #6c63ff;
    padding: 2%;
    /* margin-left: -5%; */
    border-radius: 10px;
}

.bookcard-right {
    margin-top: 5%;
    margin-bottom: 5%;
    border: 2px solid #6c63ff;
    padding: 2%;
    margin-right: -25%;
    border-radius: 10px;
}

.formCard {
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 0%;
}

.btn-blue {
    background: #6c63ff;
    color: white;
}

.close-icon {
    border: 1px solid red;
    padding: 2px;
    border-radius: 4px;
    background: red;
    color: antiquewhite;
}

.edit-icon {
    border: 1px solid #8bc34a;
    padding: 2px;
    border-radius: 4px;
    background: #8bc34a;
    color: white;
}


.flex_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #8bc34a;
    height: 1px;
    margin-top: 20%;
  } */

.img-center {
    width: auto;
    height: 25%;
    margin: auto;
}


.daterangepicker .drp-calendar {
    max-width: unset !important;
}

.ui-menu.ui-widget.ui-autocomplete.ui-front {
    z-index: 9999 !important;
}

/* Advance Booking Form Design */

.advance_book_head {
    position: relative;
}

.hide {
    display: none;
}

#material-tabs {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
}

#material-tabs>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 22px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #424f5a;
    text-align: center;
    border-left: 1px solid #d1d1d1;

}

#material-tabs>a.active {
    font-weight: 700;
    outline: none;
}

#material-tabs>a:not(.active):hover {
    background-color: inherit;
    color: #7c848a;
}

@media only screen and (max-width: 520px) {
    .nav-tabs#material-tabs>li>a {
        font-size: 11px;
    }
}

.yellow-bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 3px;
    background: #458CFF;
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

#tab1-tab.active~span.yellow-bar {
    left: 0;
    width: 160px;
}

#tab2-tab.active~span.yellow-bar {
    /* left: 165px;
    width: 82px; */
    left: 178px;
    width: 180px;
}

#tab3-tab.active~span.yellow-bar {
    left: 253px;
    width: 135px;
}

#tab4-tab.active~span.yellow-bar {
    left: 392px;
    width: 163px;
}

.allow_extra_add {
    margin-top: 2%;
    background: cornsilk;
    width: 48%;
    margin-left: 2%;
}

.allow_extra {
    background: cornsilk;
    width: 24%;
    margin-left: 1%;
    margin-top: 1%;
}

.ino_change {
    margin-left: 10%;
}
.section_change {
    margin-left: 10%;
}

label[for=ino-change-2], label[for=cout-time-change-2],label[for=generate-inv-no-2],label[for=section-change-2]  {
    font-weight: normal;
    margin-left: 30px;
}

label[for=ino-change-1] {
    font-size: 14px;
    color: #000;
   
}
label[for=ino-change-2] {
    font-size: 14px;
    color: #000;
   
}
.dis{
    margin-left: -100px;
    margin-top: 18px;
}
.dis1{
    margin-top: 18px;   
    margin-left: -25px;
}
#invoice1{
    float: left;
    text-align: left;
}
.switches-container {
    width: 20rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #373b5f;
    line-height: 4rem;
    border-radius: 3rem;
    margin-left: auto;
    /* margin-right: 30px; */
    margin-right: 5%;
}
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: White;
    
}
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: white;
    height: 100%;
}
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #373b5f;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
