﻿/* Login Css Start */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.card .button-container button:before, .login.container.active .card.alt .toggle:before {
    content: '';
}

uploader {
    width: 100%;
    position: relative;
    display: table;
}

.card.alt .toggle:before, body {
    -moz-osx-font-smoothing: grayscale;
}
.ui-timepicker a {
    transition:none!important;
}
a {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease,
}

.textOverflow {
    display: inline-block;
    max-width: 229px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

table.dataTable tbody .tRight, table.dataTable thead .tRight {
    text-align: right !important;
}

table.dataTable tbody .tCenter, table.dataTable thead .tCenter {
    text-align: center !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    text-align: left !important;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    background: #e9e9e9;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    padding: 70px 23px 50px 23px !important;
}

.stayPayDropdown .form-group {
    float: left;
    padding-right: 10px;
    margin-bottom: 0 !important;
}

.stayPayDropdown .btn {
    padding: 0px 6px;
}

.pontevntnone {
    pointer-events: none;
}

.promtnloadpage .dropdown-menu {
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 397px !important;
    overflow: auto !important;
}

.ui-timepicker-standard {
    z-index: 2 !important;
}

.crsrntslwd {
    cursor: not-allowed;
}

.rateLoadWrapper table td input {
    min-height: 28px;
}

.rateLoadWrapper .toggle.btn {
    min-height: 31px;
}

.rateLoadWrapper .btn-default .btn, .rateLoadWrapper .btn-primary .btn {
    padding: 4px 12px;
}

.childPolicyMain .toggle.btn-xs {
    min-width: 59px;
}

.mr-10 {
    margin-right: 10px !important;
}

.ui-timepicker {
    text-align: left !important;
    width: 122px !important;
}

.mandtoryTabel td input {
    border-right: 3px solid red !important;
}

.mandtoryTabel .withoutMandtory input {
    border-right: none !important;
}

.termsAndConditionEditor, .InclusionEditor, .childPolicyFtill, .childPolicyRates {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}
/*input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
/* Boostrap Select Start */
.bootstrap-select {
    width: 100%
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 34px
    }

        .bootstrap-select > .btn.btn-default, .bootstrap-select > .btn.btn-default.disabled {
            background-color: #fff;
            border-color: #ddd
        }

            .bootstrap-select > .btn.btn-default:active, .btn-group.open .bootstrap-select > .btn.btn-default {
                border-color: #ddd
            }

    .bootstrap-select.form-control {
        padding: 0;
        border: 0
    }

        .bootstrap-select.form-control:not([class*="col-"]) {
            width: 100%
        }

    .bootstrap-select .popover-title {
        font-size: 11px;
        line-height: 1.82;
        margin: 7px 0;
        padding: 7px 12px
    }

    .bootstrap-select[class*=border-] .btn, .bootstrap-select[class*=border-] .dropdown-menu {
        border-color: inherit
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select.btn-group.bs-container {
        position: absolute
    }

    .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
        float: none;
        display: inline-block;
        margin-left: 0
    }

        .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
            float: right
        }

    .bootstrap-select.btn-group > .disabled {
        cursor: not-allowed
    }

        .bootstrap-select.btn-group > .disabled:focus {
            outline: 0
        }

    .bootstrap-select.btn-group .btn .filter-option {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis
    }

        .bootstrap-select.btn-group .btn .filter-option > i, .bootstrap-select.btn-group .dropdown-menu > li > a [class*=icon-] {
            margin-right: 7px;
            float: left;
            margin-top: 2px;
            top: 0
        }

    .bootstrap-select.btn-group[class*="col-"] .btn {
        width: 100%
    }

    .bootstrap-select.btn-group .btn-lg > .caret {
        right: 15px
    }

    .bootstrap-select.btn-group .btn-sm > .caret {
        right: 11px
    }

    .bootstrap-select.btn-group .btn-xs > .caret {
        right: 10px
    }

    .bootstrap-select.btn-group .dropdown-menu {
        min-width: 100%;
        width: 100%;
    }

        .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            right: 12px;
            margin-right: 0;
            color: #fff;
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a .text {
            display: inline-block
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a > .label, .bootstrap-select.btn-group .dropdown-menu > li > a > .badge {
            float: none
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a.special-class, .bootstrap-select.btn-group .dropdown-menu > li > a.special-class:hover {
            font-weight: 700;
            color: #fff;
            background: #F44336;
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }

        .bootstrap-select.btn-group .dropdown-menu > li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu > li small {
            padding-left: 10px
        }

        .bootstrap-select.btn-group .dropdown-menu > .active > a small {
            color: #fff
        }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            position: static;
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bootstrap-select.btn-group .dropdown-menu .notify {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 7px 12px;
            background-color: #f8f8f8;
            border-top: 1px solid #ddd;
            pointer-events: none
        }

    .bootstrap-select.btn-group .dropdown-header ~ li > a {
        padding-left: 24px
    }

    .bootstrap-select.btn-group .no-results {
        padding: 7px 12px;
        background: #f8f8f8;
        margin-bottom: -7px;
        border-top: 1px solid #ddd
    }

    .bootstrap-select.btn-group.fit-width .btn .filter-option, .bootstrap-select.btn-group.fit-width .btn .caret {
        position: static
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu > li a .text {
        margin-right: 40px
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu > li.active a .check-mark {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .bootstrap-select > .btn, .bootstrap-select > .btn.disabled {
        background: #fff;
        border-color: #ddd;
        color: #333;
    }
/* Boostrap Select End */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    color: #333;
}

/* DATATABLE CSS Start */
.emptybody.datatable-scroll-wrap table {
    height: 100%;
    background: #eee;
    pointer-events: none;
}

.emptybody.datatable-scroll-wrap .dataTables_scrollBody table td {
    border: none;
}

.datatable-wrap .dataTables_wrapper .datatable-header {
    text-align: left;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.datatable-wrap .dataTables_wrapper .datatable-footer {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 100%;
    max-height: 47px;
    padding: 20px;
}

.datatable-wrap .dataTables_wrapper .datatable-header > div {
    padding: 0px;
    margin-right: 10px;
}

    .datatable-wrap .dataTables_wrapper .datatable-header > div:last-child {
        margin-right: 0px;
    }

.datatable-wrap {
    position: relative;
    height: inherit;
}

    .datatable-wrap .pagination {
        margin: 0px;
    }

.dthdrright {
    float: right;
}

    .dthdrright .dt-buttons {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: 10px;
    }

        .dthdrright .dt-buttons:last-child {
            margin-right: 0px;
        }

.dataTables_wrapper {
    position: relative;
    height: inherit;
    padding-top: 50px;
    padding-bottom: 40px;
}

.datatable-wrap .dataTables_wrapper .row:first-of-type .col-sm-6:first-of-type .dataTables_length {
    float: left !important
}

.datatable-wrap .dataTables_wrapper .row:first-of-type .col-sm-6 {
    padding-top: 4px;
}

.dataTables_wrapper .datatable-scroll-wrap {
    height: inherit;
}

.dataTables_wrapper .dataTables_scroll {
    height: inherit;
    padding-top: 38px;
    padding-bottom: 35px;
    position: relative;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
    text-align: left;
    width: 100%;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 44px;
}

    .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
        padding-bottom: 17px;
        overflow-y: hidden !important;
        overflow-x: scroll !important;
        width: 100% !important;
        border-bottom: 1px solid #ddd;
    }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: inherit;
    overflow: auto !important
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollFoot {
    text-align: left;
    width: 100%;
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
}

    .dataTables_wrapper .dataTables_scroll .dataTables_scrollFoot .dataTables_scrollFootInner {
        padding-bottom: 17px;
        overflow-y: hidden !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

.datatable-wrap .dataTables_wrapper .dataTables_filter, .datatable-wrap .dataTables_wrapper .dataTables_length {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dataTables_scrollBody label + input, .dataTables_scrollBody label + select, .dataTables_scrollBody input, .dataTables_scrollBody label + textarea, .dataTables_scrollBody label + span, .dataTables_scrollBody label + div {
    width: 100% !important;
}

.statsave {
    padding-top: 26px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollFoot, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollHead {
    width: 100% !important
}

table.dataTable tfoot th input, table.dataTable tfoot td input {
    width: 100% !important;
    padding-left: 5px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px solid #000 !important
}

table.dataTable tfoot tr {
    background: #fff;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.btnEditrow, .btnDeleterow {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 0px 3px;
    cursor: pointer;
}

.center {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: left !important;
}

div.dataTables_wrapper div.dataTables_info {
    float: right !important
}

.datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button a, .datatable-wrap .dataTables_wrapper .dataTables_paginate span.ellipsis {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    border: 0 solid transparent !important;
    position: relative;
    margin-left: 0;
    background: #fff;
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 12px rgba(0,0,0,.3);
    margin-right: -4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    margin: 0px !important;
}

.dtbl-fixed .datatable-scroll-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    color: #fff;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding-right: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: white !important;
    border: 1px solid transparent !important;
    background-color: #585858;
    background: transparent !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover a, .dataTables_wrapper .dataTables_paginate .paginate_button:focus a {
        background: #f5f5f5;
        box-shadow: inset 0 0 2px rgba(0,0,0,.5);
        -ms-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
        -o-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover a, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus a {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    color: #ddd;
}

table.Booking_list thead tr th {
    min-width: 100px;
    max-width: 100px;
}

    table.Booking_list thead tr th:last-child, table.Booking_list thead tr th:nth-child(7) {
        width: 40px !important;
        max-width: 40px !important;
        min-width: 40px !important
    }

    table.Booking_list thead tr th:first-child, table.Booking_list thead tr th:nth-child(2), table.Booking_list thead tr th:nth-child(9), table.Booking_list thead tr th:nth-child(11) {
        width: 80px !important;
        max-width: 80px !important;
        min-width: 80px !important
    }

    table.Booking_list thead tr th:nth-child(10) {
        width: 110px !important;
        max-width: 110px !important;
        min-width: 110px !important
    }

    table.Booking_list thead tr th:nth-child(8) {
        width: 250px !important;
        max-width: 250px !important;
        min-width: 250px !important
    }

div.dataTables_wrapper div.dataTables_filter {
    margin-left: 0px !important
}

table.dataTable tbody tr.AddedTR {
    background: #eee;
}

    table.dataTable tbody tr.AddedTR td {
        padding: 20px;
    }

.dataTables_scrollBody .panel-heading {
    padding: 0px;
    margin-bottom: 5px;
}

.dtbl-fixed.srch-fetr {
    padding-left: 0px;
    padding-right: 0px
}

    .dtbl-fixed.srch-fetr .fw-title.row {
        margin-left: 0px;
        margin-right: 0px;
    }

.toggle.btn {
    border-radius: 4px;
}

.datatable-wrap table tbody tr:hover {
    background-color: #EEE !important;
}


.customTable td, .customTable th {
    border: 1px solid grey;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
}

.chkbackground {
    width: 228.889px;
    border: 0px !important;
}

input.typehead {
    background: url('Img/icon-suggestion-dark.png') no-repeat right 5px center #fff;
    background-size: 16px !important;
    padding-right: 20px !important;
    cursor: pointer;
}

    input.typehead.error {
        background: url('Img/icon-suggestion-dark.png') no-repeat right 0px center #ffeaea;
        background-size: 16px !important;
        padding-right: 20px !important;
        cursor: pointer;
    }

.fullPageContent {
    width: 100%;
}


.mt-4 {
    margin-top: 4px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
@media(max-width:1500px){
    .horizontalscroll {
        overflow: auto;
        height: 68vh;
    }
}
@media(min-width:1500px) {
    .horizontalscroll {
        overflow: auto;
        height: 75vh;
    }
}
.approveWrapper .dataTables_scrollFoot table.dataTable tfoot th, .approveWrapper .dataTables_scrollFoot table.dataTable tfoot td {
    padding: 3px;
    border-right: 1px solid #ddd !important;
}

.dataTables_scrollFoot table.dataTable tfoot .protabBorder th, .dataTables_scrollFoot table.dataTable tfoot .protabBorder td {
    padding: 0px 4px !important;
}

.allotWrapper td, .allotWrapper th {
    border: 1px solid grey;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
}

/*.protabBorder:hover td {
    background-color: #000;
}*/

.dataTables_scrollFoot .table .protabBorder input[type="text"] {
    background-color: #fff !important;
}

td {
    border-right: 10px solid transparent;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

​
.customTable table th {
    text-align: center;
}

.datatable-wrap .dataTables_scrollBody table th {
    padding: 0px !important;
}

    .datatable-wrap .dataTables_scrollBody table th:after {
        display: none !important;
    }
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

div.datatable-wrap table th.sorting:after,
div.datatable-wrap table th.sorting_asc:after,
div.datatable-wrap table th.sorting_desc:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    margin-left: 3px;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /*content: "arrow_back";*/
    -webkit-transform: rotate(90deg);
    opacity: .2;
    vertical-align: middle;
}

div.datatable-wrap table th.sorting:hover:after,
div.datatable-wrap table th.sorting_asc:after,
div.datatable-wrap table th.sorting_desc:after {
    opacity: 1;
}

div.datatable-wrap table th.sorting_desc:after {
    /*content: "arrow_forward";*/
}

.datatable-wrap table.dataTable thead tr {
    border-bottom: 1px solid #ddd;
}
/* Booking List CSS End */
/*input:autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}*/
.pen-title {
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    height: 97px;
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .pen-title span {
        font-size: 12px;
    }

        .pen-title span .fa {
            color: #ed2553;
        }

        .pen-title span a {
            color: #ed2553;
            font-weight: 600;
            text-decoration: none;
        }

#codepen, #portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #363636;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    text-align: center;
}

.login.container.active .card.alt {
    border-radius: 5px;
    padding: 0px 0 20px;
}

#codepen i, #portfolio i {
    line-height: 56px;
}

#codepen:hover, #portfolio:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.login.container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 100px;
}

.img-holder {
    position: relative;
    max-width: 430px;
    width: 100%;
    height: 100%;
    background: #339999;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    margin: 0px auto;
    z-index: 2;
}

    .img-holder img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.login.container.active .card:first-child {
    background: #f2f2f2;
    margin: 0 15px;
}

.login.container.active .card:nth-child(2) {
    background: #fafafa;
    margin: 0 10px;
}

.login.container.active .card.alt {
    top: 20px;
    right: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    overflow: hidden;
}

    .login.container.active .card.alt .toggle {
        position: absolute;
        top: 40px;
        right: -70px;
        box-shadow: none;
        -webkit-transform: scale(19);
        transform: scale(19);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,
    }

    .login.container.active .card.alt .button-container, .login.container.active .card.alt .input-container, .login.container.active .card.alt .title {
        left: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .login.container.active .card.alt .title {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .login.container.active .card.alt .input-container {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

        .login.container.active .card.alt .input-container:nth-child(2) {
            -webkit-transition-delay: .5s;
            transition-delay: .5s;
        }

        .login.container.active .card.alt .input-container:nth-child(3) {
            -webkit-transition-delay: .6s;
            transition-delay: .6s;
        }

    .login.container.active .card.alt .button-container {
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
    }

.card {
    position: relative;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 20px 0px 30px 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
}

    .card:after {
        height: 5px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        content: "";
    }

.card, .img-holder, .button-container {
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

    .card .title {
        position: relative;
        z-index: 1;
        border-left: 5px solid #0089d0;
        margin: 0 0 35px;
        padding: 15px;
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        background: #0089d0;
        text-align: center;
    }

    .card .input-container {
        position: relative;
        margin: 0 60px 40px 60px;
    }

.captcha_login {
    text-align: -webkit-center;
    margin: 0 60px 22px 60px;
}

.card .input-container input {
    outline: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 60px;
    border: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #bdb9b9;
    background: #fff;
    padding-left: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

    .card .input-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 18px;
    }

    .card .input-container input::-moz-placeholder { /* Firefox 19+ */
        font-size: 18px;
    }

    .card .input-container input:-ms-input-placeholder { /* IE 10+ */
        font-size: 18px;
    }

    .card .input-container input:-moz-placeholder { /* Firefox 18- */
        font-size: 18px;
    }

    .card .input-container input:focus ~ label {
        color: #9d9d9d;
        -webkit-transform: translate(-12%,-50%) scale(.75);
        LINE-HEIGHT: 20px;
        height: 20px;
        transform: translate(-12%,-50%) scale(.75);
        top: 12px;
    }

    .card .input-container input:focus ~ .bar:after, .card .input-container input:focus ~ .bar:before {
        width: 50%;
    }

    .card .input-container input:valid ~ label {
        color: #9d9d9d;
        -webkit-transform: translate(-12%,-50%) scale(.75);
        transform: translate(-12%,-50%) scale(.75);
        background-color: transparent;
    }

.card .input-container label {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: 9999;
    background-color: white;
    height: 44px;
    display: none;
}

.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
    display: none;
}

    .card .input-container .bar:after, .card .input-container .bar:before {
        content: '';
        position: absolute;
        background: #0089d0;
        width: 0;
        height: 2px;
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

    .card .input-container .bar:before {
        left: 50%;
    }

    .card .input-container .bar:after {
        right: 50%;
    }

.card .button-container {
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 184px;
}

.button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #42AB9E;
    width: 184px;
    border: 0px solid #42AB9E;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
}

.theme-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button {
    z-index: 1;
}

    .button:after, .theme-btn:after {
        height: 100%;
        left: -100%;
        top: 0;
        transform: skew(50deg);
        -webkit-transform: skew(50deg);
        -moz-transform: skew(50deg);
        -ms-transform: skew(50deg);
        -o-transform: skew(50deg);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        width: 0;
        content: "";
        z-index: 0;
        background: rgba(255,255,255,.15);
        position: absolute;
    }

    .button:hover:after, .button:focus:after, .theme-btn:hover:after, .theme-btn:focus:after {
        height: 100%;
        width: 200%;
    }

    .button:hover, .button:focus {
        color: #fff;
    }

.modal-dialog {
    z-index: 99;
}
/* Global Css Start */
legend, .weekDays-selector input[type=checkbox] + label {
    font-size: 14px;
}

.weekDays-selector {
    white-space: nowrap;
}
.clr-dark {
    color: #333 !important;
}

.room-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.15);
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(min-width:1500px){
    .railTicketdtl .room-inner {
        max-height: 45vh;
        overflow: auto;
    }
}
@media(min-width:1279px) {
    .railTicketdtl .room-inner {
        max-height: 45vh;
        overflow:auto;
    }
}
.railTicketdtl .room-inner > div:first-child {
    border-top: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.opacity0 {
    opacity: 0;
}

.room-inner h2, .room-inner h1, .room-inner h3, .room-inner h4, .room-inner h5, .room-inner h6 {
    padding: 0;
}

.room-inner h3 {
    line-height: 20px;
}

.room-inner > .row + .row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

.room-inner i {
    color: #aaa;
}

.overflowTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .col-lg-auto {
        width: auto;
    }
}

    #nav.nav.navbar-nav li:before, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: #f5f5f5;
    }

.dropdown-menu > .active > a, .btn-danger.active:hover, .btn-success.active:hover, .btn-primary:hover, .dropdown-menu > .active > a:focus, .btn-success, .btn-success:hover, .btn-success:focus .dropdown-menu > .active > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, legend, .btn-primary:active:hover, .btn-primary.active, .btn.active, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, .btn-primary, .btn-success, .btn-success:hover, .pull-right .btn, .bg-teal-500, .btn.active, .ui-datepicker-calendar .ui-state-active, .dropzone a.dz-remove, .dropzone-previews a.dz-remove {
    background: #3d4247!important;
}
    .btn-danger.active:hover, .btn-success.active:hover, .btn-primary:hover {
        border-color: #3d4247!important;
    }
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    background: #3d4247 !important;
    color: #fff !important;
}
    .gbcg {
        background: #f5f5f5;
    }

    .clr-theme {
        color: #333 !important;
    }

    .pull-right .btn, .bg-teal-500, .btn.active, .ui-datepicker-calendar .ui-state-active, .btn.active.focus, .btn-success, .btn-success:hover {
        color: #fff;
        border: 1px solid #333;
    }

        .jsDatatable th, .weekDays-selector input[type=checkbox]:checked + label, table th, .daterangepicker th.next.available:hover, .daterangepicker th.prev.available:hover, .daterangepicker th.next.available:focus, .daterangepicker th.prev.available:focus {
            background: #333;
            color: #fff;
        }
.bg-teal-500:hover, .btn:hover, .btn-default:hover {
    background: #333!important;
    opacity: .7;
    color: #fff;
}
.dataTable th {
    background: #fff;
    color: #333;
    font-weight: normal;
}


    .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-trigger {
        color: #333;
    }
.calendar-table table th {
    background: #fff !important;
    color: #333!important;
}
.img-holder, .daterangepicker td.active, .daterangepicker td.active:hover, .button, .card:after, footer, .theme-btn, .theme-btn:hover, .theme-btn:focus, .theme-btn:active, .datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    background: #3d4247 !important;
}

.btn-primary {
    border-color: #3d4247 !important;
}

.xtab td, .xtab th {
    border: 1px solid #808080;
    border-collapse: collapse;
}

    .dataTable th.sorting:after {
        color: #fff !important;
        opacity: 1 !important;
    }

    .thlastChild {
        text-align: center;
        padding-left: 27px !important;
    }

    .m-0-auto {
        margin: 0 auto !important;
    }

    .xtab th {
        font-weight: 400;
        text-align: center;
        padding: 6px;
        text-transform: capitalize;
        position: relative;
    }

    td, th {
        display: table-cell;
        vertical-align: top;
    }

    .fa-22 {
        font-size: 22px;
    }

    .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
    .tt-hint {
        width: 100%;
        height: 30px;
        padding: 8px 12px;
        font-size: 24px;
        line-height: 30px;
        border: 2px solid #ccc;
        border-radius: 8px;
        outline: none;
    }

    .tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .tt-hint {
        color: #999;
    }

    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
        width: 100%;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .TCIItem input {
        height: 28px;
    }

    #tb_CancPolicy input:focus {
        outline: 0;
        box-shadow: none;
    }

    .tt-suggestion {
        padding: 3px 12px;
        font-size: 14px;
        line-height: 24px;
        text-align: left !important;
    }

        .tt-suggestion:hover {
            background: #f5f5f5;
            cursor: pointer;
        }

        .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
            color: #fff;
            background-color: #0097cf;
        }

        .tt-suggestion p {
            margin: 0;
        }

    .ckLegend {
        max-width: max-content;
        padding: 4px 25px;
    }

    table td input {
        width: 100%;
    }

    body .cke_skin_kama .cke_wrapper {
        background: #f5f5f5 !important;
    }

    .mt-5 {
        margin-top: 50px;
    }

    .d-block {
        display: block;
    }

    .cntrlbtns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    #AddRow input[type="text"] {
        background: #fff;
    }

    .calenderlabels {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        top: 25px;
    }

        .calenderlabels > * {
            position: relative;
            padding-left: 30px;
        }

            .calenderlabels > *:before {
                content: "";
                position: absolute;
                left: 0px;
                top: 0px;
                display: block;
                width: 25px;
                height: 15px;
                color: #333;
                border-radius: 20px;
            }

    .calenderalccon {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 5px;
    }

        .calenderalccon > div:first-child {
            text-align: left;
        }

        .calenderalccon > div span {
            font-weight: 600;
            color: #fff;
            border-radius: 15px;
            padding: 2px 4px;
            min-width: 25px;
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

    .allocationcolor:before {
        background: green;
    }

    .consumptioncolor:before {
        background: orange;
    }

    .dataTables_scrollFoot .table input[type="text"] {
        background: transparent;
        border-color: transparent;
    }

    .transinputTable input[type="text"] {
        width: 100%;
        border: none;
        background: transparent;
        padding-left: 12px !important;
        padding-right: 12px !important;
        min-width: 70px;
        min-height: 30px;
    }

    .btn-toggle .btn-group-lg > .btn, .btn-lg {
        padding: 4px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

        .btn-toggle .btn-group-lg > .btn, .btn-lg:hover {
            box-shadow: none;
            outline: 0;
        }

        .btn-toggle .btn-group-lg > .btn, .btn-lg:focus {
            box-shadow: none !important;
            outline: 0 !important;
        }

    .transinputTable input[type="text"]:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

    .table-bordered th {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .transinputTable .btn.dropdown-toggle {
        width: 100%;
        border: none;
        background: transparent;
        border-radius: 0px;
    }

    .height-400 {
        min-height: 400px;
    }

    input.typehead {
        background: url(../../images/icon-suggestion-dark.png) no-repeat right 5px center #fff !important;
        background-size: 16px !important;
        padding-right: 20px !important;
        cursor: pointer;
    }

    .promtnloadpage .auto-table tbody tr td:first-child, .promtnloadpage .auto-table thead tr:first-child th:first-child {
        width: 2% !important;
        text-align: center;
    }

    .auto-table .btn-group, .btn-group-vertical {
        margin-bottom: 3px;
        margin-top: 2px;
    }

    .transinputTable td {
        background: #fff;
    }

    .dt-buttons {
        float: right;
        display: inline-block;
    }

    .mob-vis {
        display: none;
    }

    .fa.fa-minus-circle {
        cursor: pointer
    }

    .tab-content, {
        margin-bottom: 15px;
    }

    .float_right {
        float: right
    }

    .float-right {
        float: right
    }

    .padding-top-10 {
        padding-top: 10px;
    }

    .pull-right {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        width: 30%;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }

        .ui-datepicker .ui-datepicker-title select.ui-datepicker-month option, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year option {
            font-weight: normal;
            display: block;
            white-space: pre;
            min-height: 1.2em;
            padding: 0px 2px 1px;
            padding: 2px;
        }

    .ui-datepicker .ui-datepicker-title select {
        outline: 0;
        height: 30px;
        border-color: #ddd;
    }

    .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-trigger {
        position: relative;
        text-transform: none;
        text-shadow: none;
    }

    .ui-datepicker-trigger {
        cursor: pointer;
    }

    .ui-datepicker-prev span, .ui-datepicker-next span {
        position: relative;
        display: none
    }

    .ui-datepicker-prev:before, .ui-datepicker-next:before, .ui-datepicker-trigger:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: inherit;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .ui-datepicker-trigger {
        width: 20px;
        height: 20px;
        background-size: contain;
        right: 14px;
        bottom: 6px;
        top: auto;
        position: absolute;
    }

    .ui-datepicker-prev:before {
        content: "\f053";
    }

    .ui-datepicker-next:before {
        content: "\f054";
    }

    .ui-datepicker-trigger:before {
        content: "\f073";
        top: 0px;
    }

    .ui-datepicker-prev:before, .ui-datepicker-next:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        line-height: inherit;
        padding: 0px;
        line-height: 15px;
    }

    .s2c {
        width: 100%;
        max-height: 100px !important;
        padding: 0px !important;
        overflow: auto;
    }

    .imgLogo {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        overflow: hidden;
        border: 2px solid #fff;
        box-shadow: 0px 0px 2px rgba(0,0,0,.5);
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .imgLogo img {
            max-width: none;
            width: 100%;
            height: auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            position: absolute
        }

    img {
        max-width: 100%;
    }

    .rightalign {
        text-align: right;
    }

    .error {
        background-color: #ffeaea !important;
    }

    .toggle.btn-sm {
        min-width: 76px;
        min-height: 30px;
    }

    .no-padding {
        padding: 0px;
    }

    .page-wrap.bigTitle {
        padding-top: 70px;
    }

        .page-wrap.bigTitle > .fw-title {
            margin-top: -70px;
        }

        .page-wrap.bigTitle > div > .title {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .marBot15 {
        margin-bottom: 15px;
    }

    .select2-container-multi {
        height: 60px;
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-top: 1px solid #ddd;
    }

    .dataTables_scrollHead table.dataTable thead th, .dataTables_scrollHead table.dataTable thead td {
        padding: 8px 10px;
        border-top: 1px solid #ddd !important;
        border-bottom: none !important;
    }

    .mb-2 {
        margin-bottom: 10px !important;
    }

    table.dataTable .center {
        text-align: left;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 3px 10px !important;
    }

    .text-center {
        text-align: center !important;
    }

    td.center {
        text-align: center !important;
    }


    .dataTables_scrollFoot table.dataTable tfoot th, .dataTables_scrollFoot table.dataTable tfoot td {
        padding: 3px;
    }

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        color: #fff;
    }

    .dataTables_scroll .table-bordered {
        border-top: none;
        border-color: transparent !important;
    }

    .dataTables_scroll .dataTables_scrollFoot .table-bordered {
        border: none !important;
    }

    .dataTables_scroll .dataTables_scrollBody .table-bordered {
        border-bottom: none !important;
    }

    table.dataTable, table.dataTable th, table.dataTable td {
        box-sizing: border-box !important;
    }

        table.dataTable th, table.dataTable td {
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-left-color: transparent !important;
        }

        table.dataTable tbody th, table.dataTable tbody td {
            padding-right: 10px !important
        }
    /* Global Css End */
    /* UI Datepicker Start */
    .ui-datepicker {
        min-width: 270px;
        background-color: #fff;
        padding: 14px;
        display: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        z-index: 190 !important;
        width: 284px;
        padding: 5px !important;
        height: auto;
        margin: 5px auto 0;
        font: 9pt Arial,sans-serif;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    }

        .ui-datepicker a {
            text-decoration: none
        }

        .ui-datepicker table {
            width: 100%
        }

    .ui-datepicker-header {
        /*color: #e0e0e0;*/
        font-weight: 700;
        -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 2);
        -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
        box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
        /*text-shadow: 1px -1px 0 #000;*/
        filter: dropshadow(color=#000, offx=1, offy=-1);
        line-height: 30px
    }

    .ui-datepicker-title {
        text-align: center
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        background-repeat: no-repeat;
        line-height: 600%;
        overflow: hidden
    }

    .ui-datepicker-prev {
        float: left;
        background-position: center -30px
    }

    .ui-datepicker-next {
        float: right;
        background-position: center 0
    }

    .ui-datepicker thead {
        border-bottom: 1px solid #bbb
    }

    .ui-datepicker th {
        text-transform: uppercase;
        font-size: 8pt;
        padding: 0 !important;
        color: #fff !important;
        text-shadow: 1px 0 0 #fff;
        filter: dropshadow(color=#fff, offx=1, offy=0);
        font-weight: normal;
        text-align: center;
    }

    .ui-datepicker table td span,
    .ui-datepicker table td a {
        padding: 0 !important
    }

    .ui-datepicker tbody td {
        padding: 0;
        border-right: 1px solid #bbb;
        width: 30px;
        text-align: center;
    }

        .ui-datepicker tbody td:last-child {
            border-right: 0
        }

    .ui-datepicker tbody tr {
        border-bottom: 1px solid #bbb
    }

        .ui-datepicker tbody tr:last-child {
            border-bottom: 0
        }

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: inline-block;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #666;
        filter: dropshadow(color=#fff, offx=1, offy=1)
    }

    .ui-datepicker-calendar .ui-state-default {
        background: #ededed;
        background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
        background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
        background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
        background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
        background: linear-gradient(top, #ededed 0%, #dedede 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
        -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
        -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
        box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5)
    }


        .ui-datepicker-calendar .ui-state-hover {
            background: #f7f7f7
        }

    .ui-datepicker-calendar .ui-state-active {
        -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
        color: #e0e0e0;
        text-shadow: 0 1px 0 #4d7a85;
        filter: dropshadow(color=#4d7a85, offx=0, offy=1);
        border: 1px solid #55838f;
        position: relative;
        margin: -1px
    }

    .ui-datepicker-unselectable .ui-state-default {
        background: #f4f4f4;
        color: #b4b3b3
    }


    .ui-datepicker-calendar td,
    .ui-datepicker-calendar th {
        line-height: 18px !important
    }
    /* UI Datepicker End */
    .card .button-container button span {
        position: relative;
        z-index: 1;
        color: #fff;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .theme-btn, .theme-btn:hover, .theme-btn:focus {
        color: #fff;
    }

    .card .footer {
        margin: 12px 0 7px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        font-weight: normal !important;
    }

        .card .footer a {
            color: inherit;
            text-decoration: none;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            opacity: .7;
        }

            .card .footer a:hover {
                opacity: 1;
            }

    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: inherit;
        vertical-align: middle;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    .childPolicyRates {
        width: 40% !important;
    }

    body {
        line-height: 1;
    }

    html, body {
        height: 100%;
        width: 100%;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

        blockquote:after, blockquote:before, q:after, q:before {
            content: '';
            content: none;
        }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .sweet-alert h2 {
        color: #666 !important;
        font-size: 26px !important;
        margin: 0 !important;
    }


    a.back-to-top {
        display: none;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        position: fixed;
        z-index: 999;
        right: 20px;
        bottom: 20px;
        background: #a93911 url("../../images/up-arrow.png") no-repeat center 43%;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        /*background-image: url('../../images/up-arrow.png');*/
    }

    a:hover.back-to-top {
        background-color: rgba(2, 2, 2, 0.68);
        /*background-color: #000;*/ border: 2px solid #a93911;
    }

    .large-header {
        position: absolute;
        width: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        z-index: 1;
    }

        .large-header:before {
            content: "";
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: -1;
            position: absolute;
        }

    .upsss {
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    .login-body canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    body.login-body {
        overflow: hidden;
        padding-top: 35px !important
    }

    .kstmChkbox77 .toggle.btn-sm {
        min-width: 77px;
    }

.page-wrap > div > .title {
    font-size: 26px;
    position: relative;
    padding: 10px 30px 10px 15px;
}

    .toggle-group .btn.active {
        color: #fff;
    }

    .bootstrap-select .btn-group {
        display: table;
        width: 100%;
        padding: 0px 5px 5px 5px;
    }

        .bootstrap-select .btn-group .btn {
            display: table-cell;
            vertical-align: middle;
            float: none;
            width: 50%;
        }

    .chart-wrap > .row > [class*="col-"]:nth-child(1n) .chart-box {
        border-color: #37bd9c;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(2n) .chart-box {
        border-color: #8ac257;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(3n) .chart-box {
        border-color: #3dc1f4;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(4n) .chart-box {
        border-color: #0077cc;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(5n) .chart-box {
        border-color: #ec5f67;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(6n) .chart-box {
        border-color: #37bd9c;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(7n) .chart-box {
        border-color: #3dc1f4;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(8n) .chart-box {
        border-color: #8ac257;
    }

    .chart-wrap > .row > [class*="col-"]:nth-child(9n) .chart-box {
        border-color: #f6bb43;
    }
    /*table.dataTable tbody tr.even {background-color:#f5f5f5;}*/
    /* Datatable material start */

    /* Single screen Dashboard start */
    .dashchartttl {
        font-size: 1.17em;
        margin-top: -5px;
        margin-bottom: 5px;
        white-space: nowrap;
        padding-top: 0px;
    }

    .height1 .chart-box {
        height: 550px;
    }

    .height2 .chart-box {
        height: 290px;
    }

    .height1 .doublechart .chart-box {
        height: 265px;
    }

    .bigchart .chart-box .chartjs-render-monitor {
        height: 96% !important;
    }

    @media (max-width: 1500px) {
        .height1 .chart-box {
            height: 420px;
        }

        .height2 .chart-box {
            height: 220px;
        }

        .height1 .doublechart .chart-box {
            height: 200px;
        }

        .bigchart .chart-box .chartjs-render-monitor {
            height: 95% !important;
        }
    }

    @media (max-width: 1200px) {
        .height1 .chart-box {
            height: auto;
        }

        .height2 .chart-box {
            height: auto;
        }

        .height1 .doublechart .chart-box {
            height: auto;
        }

        .height1 .doublechart {
            width: 66.66666667%;
        }

        .height1 .bigchart, .height2 [class*="col-"] {
            width: 33.33333333%;
        }

        .height1 .doublechart [class*="col-"] {
            width: 50%;
            float: left;
        }

        .height1 .bigchart + .doublechart, .height2 [class*="col-"] [class*="col-"] {
            width: 100%
        }
    }

    @media (max-width: 992px) {
        .height1 .doublechart {
            width: 100%;
        }

        .height1 .bigchart, .height2 [class*="col-"] {
            width: 50%;
            float: left;
        }

        .height1 .bigchart {
            width: 100%
        }
    }

    @media (max-width: 576px) {
        .height1 .bigchart, .height2 [class*="col-"], .height1 .doublechart [class*="col-"] {
            width: 100%;
            float: none;
        }
    }
    /* Single screen Dashboard end */
    .main-title .thin {
        font-weight: 200;
    }

    @media only screen and (max-width : 768px) {
        .demo-1 .main-title {
            font-size: 3em;
        }
    }

    input::-webkit-input-placeholder {
        font-size: 19px;
        font-weight: 300;
    }

    ::-ms-reveal,
    ::-ms-clear {
        display: none !important;
    }

    .hideShowPassword-toggle {
        background-color: transparent;
        /*background-image: url('../images/wink.png'); 
    background-image: url('../images/wink.svg'), none;*/
        background-image: url('../../images/wink.png');
        background-image: url('../../images/wink.svg'), none;
        background-position: 0 center;
        background-repeat: no-repeat;
        border: 2px solid transparent;
        border-radius: 0.25em;
        cursor: pointer;
        font-size: 100%;
        height: 44px;
        margin: 0;
        max-height: 100%;
        padding: 0;
        overflow: 'hidden';
        text-indent: -999em;
        width: 46px;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .hideShowPassword-toggle-hide {
        background-position: -44px center;
    }

    .hideShowPassword-toggle:hover,
    .hideShowPassword-toggle:focus {
        border-color: #0088cc;
        outline: transparent;
    }

    button.hideShowPassword-toggle.hideShowPassword-toggle-show, button.hideShowPassword-toggle.hideShowPassword-toggle-hide {
        Z-INDEX: 99;
        margin-right: 10px;
    }


    /* Login Css End */
    /* Ripple Start */
    .ink {
        display: block;
        position: absolute;
        background: hsl(180, 40%, 80%);
        border-radius: 100%;
        transform: scale(0);
        z-index: 2;
        cursor: pointer;
    }
        /*animation effect*/
        .ink.animate {
            animation: ripple 0.65s linear;
            -webkit-animation: ripple 0.65s linear;
            -moz-animation: ripple 0.65s linear;
            -ms-animation: ripple 0.65s linear;
            -o-animation: ripple 0.65s linear;
        }

    @keyframes ripple {
        /*scale the element to 250% to safely cover the entire link and fade it out*/
        100% {
            opacity: 0;
            transform: scale(2.5);
        }
    }
    /* Ripple End */
    /* Header Start */
    .container {
        width: 100%;
    }

    .signis-wrap {
        height: inherit;
        overflow: hidden;
        width: 100%;
    }

    .page-wrap {
        padding-bottom: 10px;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        position: relative;
        height: inherit;
        padding-top: 42px;
    }

        .page-wrap > .fw-title {
            margin-top: -42px;
        }

    .chart-box {
        background: #ffffff;
        margin-bottom: 15px;
        position: relative;
        padding: 20px;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 0px 25px rgba(0,0,0,.08);
    }

    .navbar-default {
        background-color: #fefefe;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
        box-shadow: 0 0 30px rgba(0,0,0,.2);
        padding: 0px 20px;
    }

    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
/*
    .chart-wrap canvas {
        width: 100% !important;
        height: auto !important;
    }*/

    .chart-wrap {
        overflow: auto;
        height: inherit
    }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,.05);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,.05);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,.05);
}
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .no-padding {
        padding: 0 !important;
    }

    .H8inherit {
        min-height: inherit;
    }

    .signis-wrap > .mCustomScrollBox, .signis-wrap > .mCustomScrollBox > .mCSB_container {
        height: inherit;
    }

    .no-btm-mrgn {
        margin-bottom: 0px !important
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

    .clear {
        width: 100%;
        height: 1px;
        opacity: 0;
        clear: both;
    }

    .nav > li > a {
        position: inherit;
        display: block;
        padding: 15px 15px;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.5;
        border-radius: 14px 14px 0 0;
    }

    .logo_main {
        max-width: 286px;
        margin-top: 0px;
        height: 50px;
        padding: 8px 15px 8px 0;
    }

    .navbar-brand {
        min-width: 164px;
    }

    .nav.navbar-nav li {
        position: relative;
    }


        .nav.navbar-nav li a, .nav.navbar-nav li a:hover {
            transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            -ms-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
        }
    /* Header End */
    /* footer Start */
    footer {
        padding: 10px 30px;
        color: #333;
        overflow: hidden;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

        footer a {
            color: #fff;
            padding: 5px;
            text-transform: uppercase;
            opacity: .5;
        }

            footer a:hover, footer a:focus {
                color: #fff;
                opacity: 1;
            }

    .footer-left {
        float: left;
    }

    .footer-right {
        float: right;
    }

    footer ul li {
        display: inline-block;
    }
    /* footer End */

    /* Partner page Design Start */
    .signis-wrap > .mCustomScrollBox > .mCSB_scrollTools {
        right: -5px;
    }

    .clear {
        width: 100%;
        clear: both;
        overflow: hidden;
        height: 0px;
    }

    .theme-btn {
        -webkit-animation: buttonFadeInUp 1s ease;
        animation: buttonFadeInUp 1s ease;
        -moz-animation: buttonFadeInUp 1s ease;
        -ms-animation: buttonFadeInUp 1s ease;
        -o-animation: buttonFadeInUp 1s ease;
        overflow: hidden;
        position: relative;
    }

    .fw-title {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6pxx;
        -ms-border-radius: 6px;
        padding: 0px;
    }

        .fw-title .title {
            font-size: 26px;
            position: relative;
            padding: 10px 15px;
            padding-left: 10px;
            padding-right: 10px;
            color: #333;
            position: relative;
            border-radius: 6px 6px 0px 0px;
            -webkit-border-radius: 6px 6px 0px 0px;
            -moz-border-radius: 6px 6px 0px 0px;
            -ms-border-radius: 6px 6px 0px 0px;
            -o-border-radius: 6px 6px 0px 0px;
            border-bottom: 1px solid #ddd;
        }

    .form-wrap.fw-title {
        margin-bottom: 15px;
    }

    label {
        font-size: 16px;
        margin-bottom: 4px;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
        color: #ccc;
        font-size: 14px;
        text-transform: capitalize;
    }

    input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        color: #ccc;
        font-size: 14px;
        text-transform: capitalize;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
        color: #ccc;
        font-size: 14px;
        text-transform: capitalize;
    }

    input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
        color: #ccc;
        font-size: 14px;
        text-transform: capitalize;
    }

    select[multiple] {
        display: none
    }

    .dropdown-menu li {
        position: relative;
    }

    #btnpanel {
        text-align: center;
        width: 100%;
    }

        #btnpanel img {
            width: 50px !important;
            height: 50px;
            margin-bottom: 10px;
            margin-top: 10px
        }

    .form-wrap.shadow {
        box-shadow: 0px 2px 2px #aaa;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .form-wrap {
        min-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #333333;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .fw-title h1, .fw-title h2, .fw-title h3 {
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .fw-title * {
        z-index: 3;
    }

    .select2-container--default .select2-results__option--highlighted {
        background: #029797 !important;
        position: relative;
    }

    .select2-container--default:after {
        content: "\f00c";
        color: #fff;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -6px;
        font-family: FontAwesome;
        display: none;
        font-size: 10px;
    }

    .select2-results__option--highlighted:after {
        display: block;
    }

    .page-content {
        height: 99%;
        padding: 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dtbl-fixed.srch-fetr .page-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bg-primary {
        background: rgba(255, 255, 255, 0.8);
    }

    /* Partner page Design End */

    /* Availability Calender Start */

    /*--------------availiby   calander----------------------------*/
    .availability-calendar-toolbar {
        padding-bottom: 15px;
        font-size: 1.4em;
        font-weight: bold;
        padding-top: 12px;
        float: right;
    }

    .availability-calendar th {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .availability-calendar-toolbar .month-wrap {
        float: right;
        width: 22%;
        font-size: 16px;
        text-align: right;
    }

    .availability-calendar-toolbar .calcheckbx {
        float: left;
        width: 60%;
    }

    .avai_htl_name {
        padding-bottom: 15px; /*border-bottom:1px solid #ddd;*/
    }

        .avai_htl_name h4, .avai_htl_room {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            color: #000;
        }

    .clr_indication ul li:nth-child(1) > p {
        background-color: #d3d3d3
    }

    .clr_indication ul li:nth-child(2) > p {
        background-color: #228B22
    }

    .clr_indication ul li:nth-child(3) > p {
        background-color: #fcc04f
    }

    .clr_indication ul li:nth-child(4) > p {
        background-color: #f35959
    }

    .clr_indication ul li:nth-child(5) > p {
        background-color: #006400;
        border-radius: 20%
    }

    .clr_indication ul li:nth-child(6) > p {
        margin-right: 5px
    }

    .txt_alt_bold {
        font-weight: 700;
        font-size: 12.5px
    }

    .clr_indication ul li > p {
        width: 20px;
        float: left;
        text-align: center;
        border-radius: 2px;
        background-color: #d3d3d3;
        height: 20px;
        margin-right: 4px;
    }

    .clr_indication ul {
        list-style: none;
        font-size: 14px;
        font-family: Roboto,"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        margin-right: 4px;
        padding: 0;
    }

        .clr_indication ul li {
            float: left;
            margin-right: 8px;
            line-height: 23px;
            font-size: 12px;
            font-family: Roboto,"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
            -webkit-font-smoothing: antialiased;
        }


    .availability-calendar-toolbar input {
        background: #ffffff;
        border: 1px solid #BBB;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        outline: 0;
        padding: 10px;
    }

        .availability-calendar-toolbar input:first-child {
            /*margin-right: 5px;
	padding: 8px 14px;*/
            border-radius: 6px 0px 0px 6px;
        }

        /*.availability-calendar-toolbar input:nth-child(2) {border-radius: 6px 0 0 6px}*/

        .availability-calendar-toolbar input:last-child {
            /*margin-left: -1px;*/
            border-radius: 0 6px 6px 0;
        }

        .availability-calendar-toolbar input:hover {
            background: #f5f5f5;
        }

        .availability-calendar-toolbar input:active {
            background: #f5f5f5;
        }


    /**
 * Calendar table and cells
 */
    .availability-calendar {
        width: 100%;
        background: #FFF;
        table-layout: fixed;
        border-collapse: collapse;
    }

        .availability-calendar th, .availability-calendar td {
            border: 1px solid #DDD;
            padding: 5px;
        }

        .availability-calendar .avail_quant {
            position: absolute;
            bottom: 0px;
        }

        .availability-calendar td {
            height: 90px;
            position: relative;
            vertical-align: top;
            text-align: right;
        }

        .availability-calendar .na {
            background-color: lightgrey;
        }

        .availability-calendar .fs {
            background-color: forestgreen;
            color: white;
        }

        .availability-calendar .rq {
            background-color: #fcc04f;
        }

        .availability-calendar .bo {
            background-color: #f35959;
            color: white
        }

        .availability-calendar .ok {
            background-color: #005c00;
            color: white;
        }

        .availability-calendar .avail_serv span,
        .availability-calendar .avail_avail span,
        .availability-calendar .avail_pric span,
        .availability-calendar .avail_quant span {
            font-weight: 500;
            padding-left: 2px;
        }

        .availability-calendar .avail_serv,
        .availability-calendar .avail_avail,
        .availability-calendar .avail_pric,
        .availability-calendar .avail_quant {
            font-size: 12px;
            font-weight: bold;
            width: 100%;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .clr_indication {
        /*float: left;*/
        width: 75%;
        padding-top: 45px;
    }

    .availability-calendar .ex-month {
        opacity: 0.4
    }

    .availability-calendar .unavailable {
        position: relative
    }

        .availability-calendar .unavailable div {
            position: absolute;
            top: 40%;
            left: 0;
            right: -1px;
            height: 30px;
            background: #F88;
            border-top: 1px solid #A33;
            border-bottom: 1px solid #A33;
        }

    .avail_select {
        float: left
    }

    .availability-calendar .unavailable:last-child div {
        right: 0
    }

    .availability-calendar .unavailable .first {
        left: 51%;
        border-radius: 6px 0 0 6px;
        border-left: 1px solid #A33;
    }

    .availability-calendar .unavailable .last {
        right: 51%;
        border-radius: 0 6px 6px 0;
        border-right: 1px solid #A33;
    }

    [class*="cal-cell"] {
        float: left;
        margin-left: 0;
        min-height: 1px;
    }

    .cal-row-fluid {
        width: 100%;
        *zoom: 1;
    }

        .cal-row-fluid:before,
        .cal-row-fluid:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .cal-row-fluid:after {
            clear: both;
        }

        .cal-row-fluid [class*="cal-cell"] {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            margin-left: 0%;
            *margin-left: -0.05213764337851929%;
        }

            .cal-row-fluid [class*="cal-cell"]:first-child {
                margin-left: 0;
            }

        .cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
            margin-left: 0%;
        }

        .cal-row-fluid .cal-cell7 {
            width: 100%;
            *width: 99.94669509594883%;
        }

        .cal-row-fluid .cal-cell6 {
            width: 85.71428571428571%;
            *width: 85.66098081023453%;
        }

        .cal-row-fluid .cal-cell5 {
            width: 71.42857142857142%;
            *width: 71.37526652452024%;
        }

        .cal-row-fluid .cal-cell4 {
            width: 57.14285714285714%;
            *width: 57.089552238805965%;
        }

        .cal-row-fluid .cal-cell3 {
            width: 42.857142857142854%;
            *width: 42.80383795309168%;
        }

        .cal-row-fluid .cal-cell2 {
            width: 28.57142857142857%;
            *width: 28.518123667377395%;
        }

        .cal-row-fluid .cal-cell1 {
            width: 14.285714285714285%;
            *width: 14.232409381663112%;
        }

        .cal-week-box .cal-offset7,
        .cal-row-fluid .cal-offset7,
        .cal-row-fluid .cal-offset7:first-child {
            margin-left: 100%;
            *margin-left: 99.89339019189765%;
        }

        .cal-week-box .cal-offset6,
        .cal-row-fluid .cal-offset6,
        .cal-row-fluid .cal-offset6:first-child {
            margin-left: 85.71428571428571%;
            *margin-left: 85.60767590618336%;
        }

        .cal-week-box .cal-offset5,
        .cal-row-fluid .cal-offset5,
        .cal-row-fluid .cal-offset5:first-child {
            margin-left: 71.42857142857142%;
            *margin-left: 71.32196162046907%;
        }

        .cal-week-box .cal-offset4,
        .cal-row-fluid .cal-offset4,
        .cal-row-fluid .cal-offset4:first-child {
            margin-left: 57.14285714285714%;
            *margin-left: 57.03624733475479%;
        }

        .cal-week-box .cal-offset3,
        .cal-row-fluid .cal-offset3,
        .cal-row-fluid .cal-offset3:first-child {
            margin-left: 42.857142857142854%;
            *margin-left: 42.750533049040506%;
        }

        .cal-week-box .cal-offset2,
        .cal-row-fluid .cal-offset2,
        .cal-row-fluid .cal-offset2:first-child {
            margin-left: 28.57142857142857%;
            *margin-left: 28.46481876332622%;
        }

        .cal-week-box .cal-offset1,
        .cal-row-fluid .cal-offset1,
        .cal-row-fluid .cal-offset1:first-child {
            margin-left: 14.285714285714285%;
            *margin-left: 14.17910447761194%;
        }

        .cal-row-fluid .cal-cell1 {
            width: 14.285714285714285%;
            *width: 14.233576642335766%;
        }

        [class*="cal-cell"].hide,
        .cal-row-fluid [class*="cal-cell"].hide {
            display: none;
        }

        [class*="cal-cell"].pull-right,
        .cal-row-fluid [class*="cal-cell"].pull-right {
            float: right;
        }

    .cal-row-head [class*="cal-cell"]:first-child,
    .cal-row-head [class*="cal-cell"] {
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cal-events-num {
        margin-top: 20px;
    }

    .cal-month-day {
        position: relative;
        display: block;
        width: 100%;
    }

    #cal-week-box {
        position: absolute;
        width: 70px;
        left: -71px;
        top: -1px;
        padding: 8px 5px;
        cursor: pointer;
    }

    #cal-day-tick {
        position: absolute;
        right: 50%;
        bottom: -21px;
        padding: 0px 5px;
        cursor: pointer;
        z-index: 5;
        text-align: center;
        width: 26px;
        margin-right: -17px;
    }

    .cal-year-box #cal-day-tick {
        margin-right: -7px;
    }

    #cal-slide-box {
        position: relative;
    }

    #cal-slide-tick {
        position: absolute;
        width: 16px;
        margin-left: -7px;
        height: 9px;
        top: -1px;
        z-index: 1;
    }

        #cal-slide-tick.tick-month1 {
            left: 12.5%;
        }

        #cal-slide-tick.tick-month2 {
            left: 37.5%;
        }

        #cal-slide-tick.tick-month3 {
            left: 62.5%;
        }

        #cal-slide-tick.tick-month4 {
            left: 87.5%;
        }

        #cal-slide-tick.tick-day1 {
            left: 7.14285714285715%;
        }

        #cal-slide-tick.tick-day2 {
            left: 21.42857142857143%;
        }

        #cal-slide-tick.tick-day3 {
            left: 35.71428571428572%;
        }

        #cal-slide-tick.tick-day4 {
            left: 50%;
        }

        #cal-slide-tick.tick-day5 {
            left: 64.2857142857143%;
        }

        #cal-slide-tick.tick-day6 {
            left: 78.57142857142859%;
        }

        #cal-slide-tick.tick-day7 {
            left: 92.85714285714285%;
        }

    .events-list {
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    #cal-slide-content ul.unstyled {
        margin-bottom: 0;
    }

    .cal-week-box {
        position: relative;
    }

        .cal-week-box [data-event-class] {
            white-space: nowrap;
            height: 30px;
            margin: 1px 1px;
            line-height: 30px;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-left: 10px;
        }

        .cal-week-box .cal-column {
            position: absolute;
            height: 100%;
            z-index: -1;
        }

        .cal-week-box .arrow-before,
        .cal-week-box .arrow-after {
            position: relative;
        }

            .cal-week-box .arrow-after:after {
                content: "";
                position: absolute;
                top: 0px;
                width: 0;
                height: 0;
                right: 0;
                border-top: 15px solid #ffffff;
                border-left: 8px solid;
                border-bottom: 15px solid #FFFFFF;
            }

            .cal-week-box .arrow-before:before {
                content: "";
                position: absolute;
                top: 0px;
                width: 0;
                height: 0;
                left: 1px;
                border-top: 15px solid transparent;
                border-left: 8px solid #FFFFFF;
                border-bottom: 15px solid transparent;
            }

    #cal-day-box {
        text-wrap: none;
    }

        #cal-day-box .cal-day-hour-part {
            height: 30px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border-bottom: thin dashed #e1e1e1;
        }

        #cal-day-box .cal-day-hour .day-highlight {
            height: 30px;
        }

        #cal-day-box .cal-hours {
            font-weight: bolder;
        }

        #cal-day-box .cal-day-hour:nth-child(odd) {
            background-color: #fafafa;
        }

        #cal-day-box #cal-day-panel {
            position: relative;
            padding-left: 60px;
        }

        #cal-day-box #cal-day-panel-hour {
            position: absolute;
            width: 100%;
            margin-left: -60px;
        }

        #cal-day-box .day-event {
            position: relative;
            max-width: 200px;
            overflow: hidden;
        }

        #cal-day-box .day-highlight {
            line-height: 30px;
            padding-left: 8px;
            padding-right: 8px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid #c3c3c3;
            margin: 1px 1px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #cal-day-box .day-highlight.dh-event-important {
                border: 1px solid #ad2121;
            }

            #cal-day-box .day-highlight.dh-event-warning {
                border: 1px solid #e3bc08;
            }

            #cal-day-box .day-highlight.dh-event-info {
                border: 1px solid #1e90ff;
            }

            #cal-day-box .day-highlight.dh-event-inverse {
                border: 1px solid #1b1b1b;
            }

            #cal-day-box .day-highlight.dh-event-success {
                border: 1px solid #006400;
            }

            #cal-day-box .day-highlight.dh-event-special {
                background-color: #ffe6ff;
                border: 1px solid #800080;
            }

    .event {
        display: block;
        background-color: #c3c3c3;
        width: 12px;
        height: 12px;
        margin-right: 2px;
        margin-bottom: 2px;
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        border: 1px solid #ffffff;
    }

    .event-block {
        display: block;
        background-color: #c3c3c3;
        width: 20px;
        height: 100%;
    }

    .cal-event-list .event.pull-left {
        margin-top: 3px;
    }

    .event-important {
        background-color: #ad2121;
    }

    .event-info {
        background-color: #1e90ff;
    }

    .event-warning {
        background-color: #e3bc08;
    }

    .event-inverse {
        background-color: #1b1b1b;
    }

    .event-success {
        background-color: #006400;
    }

    .event-special {
        background-color: #800080;
    }

    .day-highlight:hover,
    .day-highlight {
        background-color: #dddddd;
    }

        .day-highlight.dh-event-important:hover,
        .day-highlight.dh-event-important {
            background-color: #fae3e3;
        }

        .day-highlight.dh-event-warning:hover,
        .day-highlight.dh-event-warning {
            background-color: #fdf1ba;
        }

        .day-highlight.dh-event-info:hover,
        .day-highlight.dh-event-info {
            background-color: #d1e8ff;
        }

        .day-highlight.dh-event-inverse:hover,
        .day-highlight.dh-event-inverse {
            background-color: #c1c1c1;
        }

        .day-highlight.dh-event-success:hover,
        .day-highlight.dh-event-success {
            background-color: #caffca;
        }

        .day-highlight.dh-event-special:hover,
        .day-highlight.dh-event-special {
            background-color: #ffe6ff;
        }

    .cal-row-head [class*="cal-cell"]:first-child,
    .cal-row-head [class*="cal-cell"] {
        font-weight: bolder;
        text-align: center;
        border: 0px solid;
        padding: 5px 0;
    }

        .cal-row-head [class*="cal-cell"] small {
            font-weight: normal;
        }

    .cal-year-box .row-fluid:hover,
    .cal-row-fluid:hover {
        background-color: #fafafa;
    }

    .cal-month-day {
        height: 100px;
    }

    [class*="cal-cell"]:hover {
        background-color: #ededed;
    }

    .cal-year-box [class*="span"],
    .cal-month-box [class*="cal-cell"] {
        min-height: 100px;
        border-right: 1px solid #e1e1e1;
        position: relative;
    }

    .cal-year-box [class*="span"] {
        min-height: 60px;
    }

    .cal-year-box .row-fluid [class*="span"]:last-child,
    .cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
        border-right: 0px;
    }

    .cal-year-box .row-fluid,
    .cal-month-box .cal-row-fluid {
        border-bottom: 1px solid #e1e1e1;
        margin-left: 0px;
        margin-right: 0px;
    }

        .cal-year-box .row-fluid:last-child,
        .cal-month-box .cal-row-fluid:last-child {
            border-bottom: 0px;
        }

    .cal-month-box,
    .cal-year-box,
    .cal-week-box {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        border-radius: 2px;
    }

    span[data-cal-date] {
        font-size: 1.2em;
        font-weight: normal;
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        margin-top: 15px;
        margin-right: 15px;
    }

        span[data-cal-date]:hover {
            opacity: 1;
        }

    .cal-day-outmonth span[data-cal-date] {
        opacity: 0.1;
        cursor: default;
    }

    .cal-day-today {
        background-color: #e8fde7;
    }

        .cal-day-today span[data-cal-date] {
            color: darkgreen;
        }

    .cal-month-box .cal-day-today span[data-cal-date] {
        font-size: 1.9em;
    }

    .cal-day-holiday span[data-cal-date] {
        color: #800080;
    }

    .cal-day-weekend span[data-cal-date] {
        color: darkred;
    }

    #cal-week-box {
        border: 1px solid #e1e1e1;
        border-right: 0px;
        border-radius: 5px 0 0 5px;
        background-color: #fafafa;
        text-align: right;
    }

    #cal-day-tick {
        border: 1px solid #e1e1e1;
        border-top: 0px solid;
        border-radius: 0 0 5px 5px;
        background-color: #ededed;
        text-align: center;
    }

    #cal-slide-box {
        border-top: 0px solid #8c8c8c;
    }

    #cal-slide-content {
        padding: 20px;
        color: #ffffff;
        background-image: url("../img/dark_wood.png");
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    }

    #cal-slide-tick {
        background-image: url("../img/tick.png?2");
    }

    #cal-slide-content:hover {
        background-color: transparent;
    }

    #cal-slide-content a.event-item {
        color: #ffffff;
        font-weight: normal;
        line-height: 22px;
    }

    .events-list {
        max-height: 47px;
        padding-left: 5px;
    }

    .cal-column {
        border-left: 1px solid #e1e1e1;
    }

    a.cal-event-week {
        text-decoration: none;
        color: #151515;
    }

    .badge-important {
        background-color: #b94a48;
    }
    /*--------------availiby   calander----------------------------*/
    /*.cart_open{ display:block;}
.cart_close{ display:none !important;}*/

    .cart_box {
        padding: 6px 10px;
        margin: 10px;
        /*background-color: #dcd6d6;*/
        font-size: 12px;
        border-radius: 4px;
        /*border-left: 4px solid #1677c5;*/ -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        width: 96%;
        transition: all 0.3s linear;
    }
        /*.cart_box:hover{ border-left: 4px solid #163854; }*/
        .cart_box:hover:before {
            background-color: #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        }

        .cart_box:before {
            position: absolute;
            content: '';
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fafafa;
            border-left: 4px solid #076cbd;
            transition: all 0.3s linear;
        }

        .cart_box:hover:after {
            height: 100%;
        }

        .cart_box:after {
            position: absolute;
            z-index: 2;
            content: '';
            width: 5px;
            top: 0;
            left: 0;
            height: 0;
            background-color: #242c42;
            transition: all 0.5s ease;
        }

        .cart_box.blue {
            background-color: rgba(7, 108, 189, 0.32);
        }

        .cart_box.cart_boxa.yellow {
            background-color: rgba(255, 149, 0, 0.38);
        }

        .cart_box.cart_boxb.red {
            background-color: rgba(255, 44, 85, 0.38);
        }

        .cart_box.cart_boxb.green {
            background-color: rgba(76, 217, 100, 0.38);
        }

    .blue {
        background-color: rgba(7, 108, 189, 0.32);
    }

    .yellow {
        background-color: rgba(255, 149, 0, 0.38);
    }

    .red {
        background-color: rgba(255, 44, 85, 0.38);
    }

    .green {
        background-color: rgba(76, 217, 100, 0.38);
    }

    .underlined-example:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    img.cart_hotel_img {
        width: 100%;
        float: left;
        display: inline-block;
        max-width: 100%;
        height: 142px;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .cart_topa {
        width: 55%;
        float: left;
        position: relative;
    }

    .cart_topb {
        width: 45%;
        float: left;
        margin: 26px 0;
        padding: 4px;
        text-transform: capitalize;
        position: relative;
    }

    .cart_dura span, .cart_lang span {
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px;
    }

    .cart_price span {
        font-size: 14px;
        font-weight: bold;
    }

    .cart_time_pax span {
        font-size: 13px;
    }

    .cart_name {
        font-size: 12px;
        padding: 6px 0;
        white-space: nowrap;
        width: 29em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart_price {
        width: 55%;
        float: right;
        text-align: right;
    }

    .cart_time_pax {
        width: 45%;
        float: left;
    }

    a.panel-cart-action.btn.btn-black.sserf.btn-block.btn-lg {
        BACKGROUND-COLOR: WHITE;
    }

    .cart_close {
        position: absolute;
        z-index: 99;
        top: -26px;
        right: 0;
        font-size: 18px;
        cursor: pointer;
        color: #3e3434;
        width: 15px;
    }

    .closea {
        left: 0 !important;
    }

    .cart_swap {
        position: absolute;
        z-index: 99;
        top: -23px;
        right: 24px;
        font-size: 18px;
        cursor: pointer;
        color: #3e3434;
        width: 15px;
        height: 18px;
        background-image: url('../../images/swap-icon.svg');
        background-size: 100%;
    }

    .swapa {
        left: 22px !important;
        top: -27px;
    }

    .cart_boxa:before {
        border-left: 4px solid #ff9500;
    }

    .cart_boxb:before {
        border-left: 4px solid #ff2c55;
    }

    .cart_boxc:before {
        border-left: 4px solid #4cd964;
    }

    .cart_boxd:before {
        border-left: 4px solid #b45516;
    }

    .cart_boxe:before {
        border-left: 4px solid #ff3b30;
    }

    .cart_boxf:before {
        border-left: 4px solid #8d8e8f;
    }

    .cart_boxg:before {
        border-left: 4px solid #007aff;
    }

    .cart_boxh:before {
        border-left: 4px solid #663B00;
    }

    .cart_boxi:before {
        border-left: 4px solid #5856d6;
    }

    .cart_boxj:before {
        border-left: 4px solid #32aadc;
    }

    .cart_boxk:before {
        border-left: 4px solid #9514a4;
    }

    .cart_boxl:before {
        border-left: 4px solid #1fa67a;
    }

    .cart_boxm:before {
        border-left: 4px solid #4CAF50;
    }

    .cart_boxn:before {
        border-left: 4px solid #248f8a;
    }

    .toggle.btn-sm {
        width: 50px !important;
        height: 30px !important;
    }
    /*--------------availibility calander Close----------------------------*/
    /* Contract page Css Start */
    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    legend {
        color: #fff;
        border-top-left-radius: 8px;
        padding: 4px 14px;
        border-bottom-right-radius: 8px;
        box-sizing: border-box;
        font-weight: 500;
        margin-left: -9px;
        width: auto;
        line-height: inherit
    }

    .btnAddGroupConfig {
        padding: 5px;
        background-color: #fff;
        border-radius: 50%;
        height: 26px;
        width: 26px;
        border: 1px solid #828a8b;
        line-height: 4px;
        cursor: pointer;
        margin-left: 4px;
        margin-right: -10px;
        color: grey;
        position: relative;
    }

    .mandatory {
        border-right: 3px solid red !important;
    }

    .select2-container .select2-selection--single {
        cursor: pointer;
        outline: 0;
        display: block;
        height: 32px;
        padding: 7px 0;
        position: relative;
        border: 1px solid transparent;
        white-space: nowrap;
        border-radius: 3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
        border-color: #ddd;
    }

    .weekDays-selector input[type=checkbox] + label {
        display: inline-block;
        border-radius: 2px;
        background: #ddd;
        height: 20px;
        width: 18px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        margin-top: 4px;
    }

    .weekDays-selector input[type=checkbox]:checked + label {
        color: #ffffff;
    }

    .weekDays-selector input {
        display: none !important;
    }

        .weekDays-selector input[type=checkbox]:checked + label:hover {
            background: #fff;
            color: #3d4247;
        }

    .caret, label {
        font-weight: 400;
    }

    .tt-dropdown-menu {
        width: 100%;
        margin-top: 1px;
        min-width: 180px;
        padding: 7px 0;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        max-height: 200px;
        overflow-y: auto;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        color: #000;
        text-rendering: auto;
        font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .deletesrv .icon_crosspro1 {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        line-height: 20px;
        cursor: pointer;
        border: 1px solid #000;
        color: red;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .uploader {
        width: 100%;
        position: relative;
        display: table;
    }

    fieldset {
        margin-top: 6px;
        margin-bottom: 6px;
        border-radius: 6px;
    }

    .minfullwidth {
        min-width: 100%;
    }

    .uploader input[type=file] {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 36px;
        border: 0;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .uploader .filename {
        color: #999;
        height: 36px;
        padding: 7px 12px;
        cursor: pointer;
        width: 100%;
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: default;
        border: 1px solid #ddd !important;
        border-right: 0;
        background-color: #fff;
        text-align: left;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .uploader .action {
        display: table-cell;
        cursor: pointer;
        z-index: 1;
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .dropdown-menu {
        min-width: 180px;
        padding: 7px 0;
        color: #333;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 13px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .crlo4 button.btn.dropdown-toggle.btn-default {
        height: 24px;
        border: 0;
        line-height: 15px;
        padding: 6px 23px 10px 6px;
    }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

    table th {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
    }

    .crlo8 td:nth-child(5), .crlo8 td:nth-child(6), .crlo8 td:nth-child(7), .crlo8 td:nth-child(8), .crlo8 td:nth-child(9), .crlo8 th:nth-child(5), .crlo8 th:nth-child(6), .crlo8 th:nth-child(7), .crlo8 th:nth-child(8), .crlo8 th:nth-child(9) {
        width: 13.8%;
        padding: 0;
    }

    .full-width {
        width: 100%;
    }

    table {
        width: 100%;
    }

    .crlo8 td:nth-child(1),
    .crlo8 th:nth-child(1) {
        width: 3%;
        padding: 0
    }

    .crlo8 td:nth-child(2),
    .crlo8 td:nth-child(3),
    .crlo8 th:nth-child(2),
    .crlo8 th:nth-child(3) {
        width: 6%;
        padding: 0
    }

    .crlo8 td:nth-child(4),
    .crlo8 th:nth-child(4) {
        width: 16%;
        padding: 0
    }

    .crlo8 td:nth-child(5),
    .crlo8 td:nth-child(6),
    .crlo8 td:nth-child(7),
    .crlo8 td:nth-child(8),
    .crlo8 td:nth-child(9),
    .crlo8 th:nth-child(5),
    .crlo8 th:nth-child(6),
    .crlo8 th:nth-child(7),
    .crlo8 th:nth-child(8),
    .crlo8 th:nth-child(9) {
        width: 13.8%;
        padding: 0
    }

    .crlo8 input {
        width: 100%
    }

    .crlo8 button.btn.dropdown-toggle.btn-default {
        height: 24px;
        border: 0;
        line-height: 15px;
        padding: 6px 23px 10px 6px
    }

    .crlo4 td:nth-child(1),
    .crlo4 th:nth-child(1) {
        width: 3%;
        padding: 0
    }

    .crlo4 td:nth-child(2),
    .crlo4 td:nth-child(3),
    .crlo4 td:nth-child(4),
    .crlo4 th:nth-child(2),
    .crlo4 th:nth-child(3),
    .crlo4 th:nth-child(4) {
        width: 32.33333333333333%;
        padding: 0
    }

    .crlo4 input {
        width: 100%
    }

    .crlo4 button.btn.dropdown-toggle.btn-default {
        height: 24px;
        border: 0;
        line-height: 15px;
        padding: 6px 23px 10px 6px
    }

    .crlo5 td:nth-child(1),
    .crlo5 th:nth-child(1) {
        width: 10%;
        padding: 0
    }

    .crlo5 td:nth-child(2),
    .crlo5 td:nth-child(3),
    .crlo5 td:nth-child(4),
    .crlo5 th:nth-child(2),
    .crlo5 th:nth-child(3),
    .crlo5 th:nth-child(4) {
        width: 30%;
        padding: 0
    }

    .crlo5 input {
        width: 100%
    }

    .text-danger-400 {
        color: red;
    }

    .btn-flat:hover, .btn-rounded:hover, .btn-icon:hover, .btn-xs:hover {
        cursor: pointer;
    }
    /* Contract page Css End */
    /* Availablility Calender Css */
    .availCalWrap {
        border-bottom: 1px solid #ddd;
    }
    /* Profile Dropzone Start */
    /* Dropzone Css Start */
    .dropzone,
    .dropzone *,
    .dropzone-previews,
    .dropzone-previews * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .dropzone .dz-default.dz-message:before {
            content: "\f093" !important;
            font-family: FontAwesome !important;
            font-size: 100px;
        }

    .dropzone {
        position: relative;
        border: 1px solid rgba(0,0,0,0.08);
        padding: 1em;
    }

        .dropzone.dz-clickable {
            cursor: pointer;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

            .dropzone.dz-clickable .dz-message,
            .dropzone.dz-clickable .dz-message span {
                cursor: pointer;
            }

            .dropzone.dz-clickable * {
                cursor: default;
            }

        .dropzone .dz-message {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .dropzone.dz-drag-hover {
            border-color: rgba(0,0,0,0.15);
            background: rgba(0,0,0,0.04);
        }

        .dropzone.dz-started .dz-message {
            display: none;
        }

        .dropzone .dz-preview,
        .dropzone-previews .dz-preview {
            background: rgba(255,255,255,0.8);
            position: relative;
            display: inline-block;
            margin: 0px 5px 0px 0px;
            vertical-align: top;
            border: 1px solid #acacac;
            padding: 6px 6px 6px 6px;
        }

            .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
            .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
                display: none;
            }

            .dropzone .dz-preview .dz-details,
            .dropzone-previews .dz-preview .dz-details {
                width: 100px;
                height: 30px;
                position: relative;
                background: #ebebeb;
                padding: 5px;
                margin-bottom: 6px;
            }

                .dropzone .dz-preview .dz-details .dz-filename,
                .dropzone-previews .dz-preview .dz-details .dz-filename {
                    overflow: hidden;
                    height: 100%;
                    font-size: 11px;
                }

                .dropzone .dz-preview .dz-details img,
                .dropzone-previews .dz-preview .dz-details img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100px;
                    height: 100px;
                }

                .dropzone .dz-preview .dz-details .dz-size,
                .dropzone-previews .dz-preview .dz-details .dz-size {
                    position: absolute;
                    bottom: -36px;
                    left: 3px;
                    height: 36px;
                    line-height: 36px;
                    font-size: 11px;
                }

            .dropzone .dz-preview.dz-error .dz-error-mark,
            .dropzone-previews .dz-preview.dz-error .dz-error-mark {
                display: block;
            }

            .dropzone .dz-preview.dz-success .dz-success-mark,
            .dropzone-previews .dz-preview.dz-success .dz-success-mark {
                display: block;
            }

            .dropzone .dz-preview:hover .dz-details img,
            .dropzone-previews .dz-preview:hover .dz-details img {
                display: none;
            }

            .dropzone .dz-preview .dz-success-mark,
            .dropzone-previews .dz-preview .dz-success-mark,
            .dropzone .dz-preview .dz-error-mark,
            .dropzone-previews .dz-preview .dz-error-mark {
                display: none;
                position: absolute;
                width: 15px;
                height: 15px;
                font-size: 30px;
                text-align: center;
                right: 8px;
                top: 88px;
                bottom: auto;
                border-radius: 8px 0px 0px 0px;
            }

            .dropzone .dz-preview .dz-success-mark,
            .dropzone-previews .dz-preview .dz-success-mark {
                color: transparent;
            }

            .dropzone .dz-preview .dz-error-mark,
            .dropzone-previews .dz-preview .dz-error-mark {
                color: transparent;
            }

            .dropzone .dz-preview .dz-progress,
            .dropzone-previews .dz-preview .dz-progress {
                position: absolute;
                top: 100px;
                left: 6px;
                right: 6px;
                height: 6px;
                background: #d7d7d7;
                display: none;
            }

                .dropzone .dz-preview .dz-progress .dz-upload,
                .dropzone-previews .dz-preview .dz-progress .dz-upload {
                    display: block;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 0%;
                    background-color: #8cc657;
                }

            .dropzone .dz-preview.dz-processing .dz-progress,
            .dropzone-previews .dz-preview.dz-processing .dz-progress {
                display: block;
            }

            .dropzone .dz-preview .dz-error-message,
            .dropzone-previews .dz-preview .dz-error-message {
                display: none;
                position: absolute;
                top: -5px;
                left: -20px;
                background: rgba(245,245,245,0.8);
                padding: 8px 10px;
                color: #800;
                min-width: 140px;
                max-width: 500px;
                z-index: 500;
            }

            .dropzone .dz-preview:hover.dz-error .dz-error-message,
            .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
                display: block;
            }

    .dropzone {
        min-height: 197px;
        -webkit-border-radius: 3px;
        border-radius: 0px 10px 10px 0px;
        padding: 10px;
        border: 1px solid #07c;
    }

        .dropzone .dz-default.dz-message {
            opacity: .3;
            -ms-filter: none;
            filter: none;
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
            /*background-image: url("../images/spritemap.png");*/
            background-repeat: no-repeat;
            background-position: 0 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
        }

        .dropzone a.dz-remove, .dropzone-previews a.dz-remove {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #eee;
            text-decoration: none;
            display: block;
            padding: 4px 5px;
            text-align: center;
            color: #aaa;
            margin-top: 0px !important;
            float: right;
            width: 25px !important;
            height: 25px !important;
            border-radius: 25px !important;
            line-height: 12px !important;
            font-size: 16px;
            color: #fff !important;
            cursor: pointer;
        }

    .dtl-img-load {
        position: relative;
        padding: 0px;
    }

        .dtl-img-load h5 {
            position: absolute;
            top: 66%;
            left: 13px;
            margin-top: -15px;
            color: #333;
            font-size: 20px;
            color: #fff;
        }

            .dtl-img-load h5 .fa {
                font-size: 60px;
                top: -67px;
                left: 38px;
                position: absolute;
            }

    .dz-image {
        width: 100px;
        height: 100px;
        position: relative;
        overflow: hidden;
    }

        .dz-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            width: auto;
            min-height: 100%;
            height: auto;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            max-width: none;
        }

    .dz-filename {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dropzone .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-success-mark span, .dropzone .dz-preview .dz-error-mark svg, .dropzone-previews .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg, .dropzone-previews .dz-preview .dz-success-mark svg {
        display: block;
        width: 15px;
        height: 15px;
    }

    .upload-view-img #dvimage {
        width: 50%;
        float: right;
        overflow-x: auto;
        overflow-y: hidden;
        min-height: 197px;
        white-space: nowrap;
        padding: 10px;
        border-radius: 0px 10px 10px 0px;
        position: relative;
    }

        .upload-view-img #dvimage .anchr-wrap {
            overflow: hidden;
            display: block;
            width: 100%;
            height: 130px;
            position: relative;
        }

        .upload-view-img #dvimage img {
            width: auto;
            max-width: none;
            height: 100%;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

        .upload-view-img #dvimage a {
            -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
            box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
            width: 114px;
            overflow: hidden;
            height: 175px;
            background: rgba(255,255,255,0.8);
            position: relative;
            display: inline-block;
            margin: 0px 5px 0px 0px;
            vertical-align: top;
            border: 1px solid #acacac;
            padding: 6px 6px 6px 6px;
        }

        .upload-view-img #dvimage span.dz-remove {
            position: absolute;
            right: 6px;
            bottom: 8px;
            background-image: -webkit-linear-gradient(top, #fafafa, #eee);
            background-image: -moz-linear-gradient(top, #fafafa, #eee);
            background-image: -o-linear-gradient(top, #fafafa, #eee);
            background-image: -ms-linear-gradient(top, #fafafa, #eee);
            background-image: linear-gradient(to bottom, #fafafa, #eee);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #eee;
            text-decoration: none;
            display: block;
            padding: 5px;
            text-align: center;
            color: #aaa;
            margin-top: 0px !important;
            float: right;
            width: 25px !important;
            height: 25px !important;
            border-radius: 25px !important;
            line-height: 12px !important;
            font-size: 16px;
            color: #fff !important;
            background: #f7352b;
        }

    .upload-view-img #dZUpload {
        width: 50%;
        float: left;
        margin-left: 0px;
        border-radius: 0px;
        border: none;
        border-right: 1px dashed #0ebcf2;
    }

    .dtl-img-load.upload-view-img {
        border-radius: 10px;
        padding-right: 0px;
        border: 1px solid #ddd;
    }

    .upload-view-img:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 49px;
        bottom: 0;
        width: 50%;
        z-index: -1;
        background: #0ebcf2;
        opacity: .2;
    }

    .upload-view-img .title {
        margin-bottom: 0px;
    }
    /* Profile Dropzon End */


    .deletesrv i {
        right: 0;
        z-index: 10;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .deletesrv {
        float: right !important;
        top: -10px;
    }

        .deletesrv i::before {
            content: "\f00d";
            top: 50%;
            position: absolute;
            text-align: center;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    /*09/07/2019*/

/*08/Dec/2025*/

.headerAllotment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border: 0px;
    border-bottom: 1px solid #dadada;
    flex-wrap:wrap;
    gap:10px;
}

    .headerAllotment .title {
        padding: 0px !important;
        border: 0px;
    }

    .headerAllotment .uploaddownload a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #3d4247 !important;
        padding: 5px 15px !important;
        border-radius: 5px;
        font-size: 14px !important;
    }

        .headerAllotment .uploaddownload a span {
            display: flex;
        }

    .headerAllotment .uploaddownload {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.custom-file-upload {
    cursor: pointer;
    background: #f0fbfe;
    transition: all 0.3s ease;
    padding: 30px;
    border: 2px dashed #a7d7dd;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

    .custom-file-upload:hover {
        background: #f0fbfe;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.file-text {
    font-weight: 500;
    color: #9acbd2;
    font-size: 14px;
}

.custom-file-upload i {
    transition: transform 0.3s ease;
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.custom-file-upload:hover i {
    transform: scale(1.1);
    color: #0d6efd;
}

.file-selected {
    border-color: #28a745;
    background: #e7f1ff;
}

    .file-selected i {
        color: #28a745;
    }

#file-upload {
    display: none;
}

.file_upload_section {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px 15px;
}

.file_upload_text_container {
    display: flex;
    justify-content: space-between;
}

.file_upload_heading {
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.skill-wrapper {
    display: grid;
    grid-template-columns: 1fr 20px;
    gap: 5px;
    margin-top: 3px;
    align-items: center;
}

    .skill-wrapper span {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: Inconsolata,monospace;
        margin-bottom: 10px;
    }

    .skill-wrapper .progress {
        margin-bottom: 0px !important;
        height: 8px;
    }

.progress-bar {
    background: #3d4247;
}

.progressbar-active {
    animation-name: progress;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.file_upload_container {
    padding-bottom: 80px;
}

.progressbar_text {
    margin-bottom: 0px !important;
}

.upload_excel_txt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.upload_excel_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f6f6;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.modal_btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .modal_btn .theme-btn {
        padding-top: 9px;
        padding-bottom: 9px;
    }

.cancel_btn {
    background: transparent !important;
    color: #3d4247 !important;
    border: 1px solid #dadada !important;
    font-weight: 600;
}

    .cancel_btn.active,
    .cancel_btn:hover {
        background: transparent !important;
        color: #3d4247 !important;
    }

.uploadmodal .modal-title {
    font-size: 18px;
    padding: 0px;
    font-weight: 600;
}

.uploadmodal .modal-header .close {
    width: 20px;
    margin: 0px;
    opacity: 1;
}

.excel_upload_svg svg path {
    color: #3d4247;
}

.uploadmodal .modal-dialog {
    width: 400px;
    max-width: 100%;
}

.file_upload_subheading {
    font-size: 12px;
}

@media(max-width:768px) {
    .gbcg {
        padding-bottom: 70px !important;
    }
    #uploadmodal .modal-dialog {
        width: 100%;
        margin: 0px;
    }
    .modal_btn{
        gap:10px;
    }
}
/*08/Dec/2025*/