﻿body {
    font-family: 'Roboto', sans-serif;
}

a, a:hover, .btn-sm, .btn-sm:hover, .btn-sm:visited, .edt_fa, .edt_del,
.edt_fa:hover, .edt_fa:focus, .edt_fa:active,
.edt_del:hover, .edt_del:focus, .edt_del:active,
.btn-primary:hover, .btn-primary, .card-box, .card-box:hover, .card-box:hover.widget-two-icon, .widget-two-icon,
.loader_image img {
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.rel {
    position: relative;
}

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"], .login_content form select {
    margin: 0;
    height: 38px;
}

.login {
    background-image: none;
    background: #fff;
    background: url(../images/form-bg.png) repeat;
}

#fltr_btn {
    display: block;
}

    #fltr_btn i {
        margin-right: 0;
    }

fieldset.fltr_sec {
    display: none;
    padding: 9px 0 4px 0;
    border: 1px rgba(0, 0, 0, 0.24);
    margin: 10px 0px 10px 0px;
    float: left;
    width: 100%;
    /*    display: none;*/
    background-color: #fff;
    /* border-radius: 5px; */
    border-style: solid;
    border-image-outset: 25px;
    margin-top: 0px;
}

fieldset.wallet_slet {
    display: block;
    padding: 9px 0 4px 0;
    border: 1px rgba(0, 0, 0, 0.24);
    margin: 10px 0px 10px 0px;
    float: left;
    width: 40%;
    /*    display: none;*/
    background-color: #fff;
    /* border-radius: 5px; */
    border-style: solid;
    border-image-outset: 25px;
    margin-top: 0px;
}

    fieldset.wallet_slet legend {
        width: initial;
        border: 0px solid silver;
        padding: 1px 8px;
        font-size: 15px;
        background-color: #444446;
        color: #fff;
        margin-bottom: 0px;
        margin-left: 15px;
    }

fieldset.fltr_sec legend {
    width: initial;
    border: 0px solid silver;
    padding: 1px 8px;
    font-size: 15px;
    background-color: #444446;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 15px;
}

.mrgt_spce {
    margin-right: 8px;
}

.btn-sm {
    background-color: #013434;
    color: #fff !important;
}

    .btn-sm:hover {
        background-color: #000000;
        color: #fff;
    }

label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
}

.filter_frm {
    padding: 0 15px;
}

.required {
    color: #E85445;
    margin-left: 3px;
}

textarea.form-control {
    resize: vertical;
}

.documentblock {
    float: right;
    margin-top: -39px;
}

.documentverify {
    margin-right: 97px;
}

.table {
    margin-bottom: 10px;
}

.edt_icon {
    width: 50px;
}

.del_icon {
    width: 50px;
}

.edt_fa, .edt_del {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

    .edt_fa i {
        color: #044c4c;
    }

    .edt_del i {
        color: #044c4c;
    }

/*.edt_fa:hover, .edt_del:hover {
       -webkit-animation-name: hvr-hang-sink, hvr-hang;
        animation-name: hvr-hang-sink, hvr-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }*/
/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.pagination {
    margin: 0;
    float: right;
}

    .pagination > li > a, .pagination > li > span {
        padding: 2px 8px;
        font-size: 12px;
    }

.btn-primary {
    color: #fff;
    background-color: #044c4c;
    border-color: #044c4c;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }

.tble_srch {
    margin-bottom: 5px;
}

    .tble_srch label {
        padding-top: 7px;
        margin-right: 8px;
        display: inline;
        width: auto;
        float: right;
    }

    .tble_srch .form-control {
        width: auto;
        float: right;
        height: 34px;
        padding: 5px 8px;
    }

table tr.headings th {
    font-size: 14px;
    background-color: #dedede;
    color: #044c4c;
    vertical-align: middle;
    text-align: center;
    background-color: #8b8b8c;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.ownsuppliertable{
    height:550px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 10px 8px;
    font-size: 14px;
    vertical-align: top;
}

td .btn {
    padding: 5px 6px;
    padding-bottom: 6px;
}

td span.btn {
    font-size: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #044c4c;
    border-color: #044c4c;
}

.field-validation-error {
    color: #FF5722;
    font-size: 12px;
    /* position: absolute; */
    /* left: 15px; */
    /* bottom: -15px; */
    /* margin-top: -5px; */
    float: left;
    width: 100%;
    text-align: left;
    text-shadow: none;
    /*margin-bottom: 10px;*/
}

.req {
    position: relative;
    /* border-bottom: solid; */
}

    .req:after {
        position: absolute;
        content: "*";
        color: #FF5722;
        top: 0;
        margin-left: 4px;
        font-size: 12px;
        font-weight: normal;
    }

.m_r_0 {
    margin-right: 0 !important;
}

table tr.headings th a {
    color: #044c4c;
    position: relative;
}
/*Sorting Icon*/
.sort, .sort-off, .sort-desc, .sort-asc {
    width: 100%;
    float: left;
}

    .sort-off:before {
        content: "\f0dc";
        color: #ee2d24;
        font-size: 12px !important;
        position: absolute;
        top: 4px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
    }

    .sort-desc:before {
        content: "\f161";
        color: #ee2d24;
        font-size: 12px !important;
        position: absolute;
        top: 4px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
    }

    .sort-asc:before {
        content: "\f160";
        color: #ffba34;
        font-size: 12px !important;
        position: absolute;
        top: 4px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
    }

.dataTables_info b {
    float: left;
}

.dataTables_info .form-control {
    width: 50px;
    padding: 0;
    float: left;
    margin-left: 5px;
    height: auto;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #111;
    border-radius: 0px;
}

.nav.side-menu > li.active > a {
    color: #fff;
}

.login_form .btn-primary {
    width: 110px;
    margin-bottom: 5px;
}

.login_wrapper {
    max-width: initial;
    width: 336px;
}

.change_link {
    margin: 0;
}

.login_content h1 {
    /* background-color: #101010; */
    color: #ee2d24;
    text-shadow: none;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: -13px;
}

    .login_content h1:before, .login_content h1:after {
        content: none;
    }
/*
.registration_form, .login_form {
box-shadow: 4px 5px rgba(191, 185, 185, 0.55);
    -webkit-box-shadow: 4px 5px rgba(191, 185, 185, 0.55);
    -moz-box-shadow: 4px 5px rgba(191, 185, 185, 0.55);
    -ms-box-shadow: 4px 5px rgba(191, 185, 185, 0.55);
    -o-box-shadow: 4px 5px rgba(191, 185, 185, 0.55);
}
*/
.login_form img {
    width: 150px;
    margin-bottom: 20px;
}

.login_form label {
    color: #797979;
    font-weight: normal;
}

.login_content form div a {
    margin: 0 !important;
    padding: 0;
    color: #4a90e2;
}

.profile-table .icon {
    font-size: 29px;
    /* margin: 0 -5px; */
    width: 10px;
    padding: 0px 5px;
    /*color: #ccc;*/
    padding-top: 4px;
}

    .profile-table .icon i {
        margin-left: 8px;
    }

.profile-table tr td {
    border: none !important;
}

.profile-table {
    border: none !important;
}

    .profile-table tr:hover {
        background-color: none !important;
    }

#preferred #search-form input, #preferred #search-form select {
    /* float: left; */
    width: 100%;
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

#contractor #search-form input, #contractor #search-form select {
    /* float: left; */
    width: 100%;
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.address_field {
    margin-bottom: 12px;
}

.doc_no {
    width: 10px;
    text-align: center;
}
/*.doc_docs {
    width: 80%;
}*/
.doc_file {
    width: 10px;
    text-align: center;
}

fieldset.fld_set {
    padding: 9px 0 4px 0;
    border: 1px rgba(0, 0, 0, 0.09);
    margin: 10px 0px 10px 0px;
    float: left;
    width: 100%;
    /* display: none; */
    background-color: rgba(243, 243, 243, 0.2);
    /* border-radius: 5px; */
    border-style: inset;
    /* border-image-outset: 25px; */
    margin-top: 0px;
    padding-bottom: 0;
    position: relative;
}

.table_ad_btn {
    padding: 2px 7px;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 12px;
}

    .table_ad_btn a {
        color: #fff;
        font-weight: normal;
        font-size: 12px;
    }

fieldset.fld_set legend {
    width: initial;
    border: 0px solid silver;
    padding: 3px 11px;
    font-size: 14px;
    background-color: #303640;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 15px;
    text-transform: capitalize;
}

    fieldset.fld_set legend i {
        font-size: 11px;
        font-weight: normal;
        margin-left: -3px;
        margin-right: 5px;
    }

.readonly_bgclr {
    background-color: #fff !important;
}

.view_img {
    height: 157px !important;
}



/*************** Preferred user  ***************************/
.property-box {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: 1px solid rgba(177, 174, 174, 0.55);
    border-radius: 2px;
}

.property-box-image {
    background-color: rgba(0, 0, 0, 0.12);
    min-height: 150px;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 3px 3px 0 0;
}

    .property-box-image:before {
        color: rgba(0, 0, 0, 0.2);
        content: "";
        display: block;
        font-family: 'FontAwesome';
        font-size: 50px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }

    .property-box-image img {
        position: relative;
        z-index: 3;
        /*width: 90%; changed by bala 20OCT2018*/
        width: 50%;
        margin: 5%;
        background-color: white;
    }

.property-box-image {
    /*webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;*/
}

.property-box-content h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.type-container .label {
    background-color: #2196F3;
}

.property-box-excerpt {
    background-color: rgba(92, 97, 101, 0.7);
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 16px;
    top: 0px;
    transition: opacity .15s linear;
    right: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
}


.property-box-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px 16px;
    background-color: rgb(251, 251, 251);
    /* border: 1px solid #b1aeae; */
    /* border-top: none; */
    border-radius: 0 0 3px 3px;
}

.property-box-price {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin-left: 4px;
    background-color: #4CAF50;
    border-radius: 3px;
    padding: 3px 10px;
}

.property-box-view {
    color: #fff;
    float: right;
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 4px;
    background-color: #040404;
    border-radius: 3px;
    padding: 3px 10px;
}

.property-box-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.property-box-image:hover .property-box-excerpt {
    opacity: 1;
}

.type-container {
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 3;
}

.property-box-bottom a:hover, .property-box-bottom a:visited {
    color: #fff;
}

.property-box:hover {
    webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

select.form-control {
    padding-left: 7px;
}

.profile {
    margin: 0;
}

.info_istus {
    padding: 3px 8px;
    cursor: default;
}

    .info_istus:hover {
        background: #26B99A;
    }
/* Profile sidebar */
.profile-sidebar {
    padding: 0px 0 0px 0;
    background: #fff;
}

.profile-usermenu {
    margin-top: 0;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #303640;
            font-size: 14px;
            font-weight: 400;
        }

            .profile-usermenu ul li a i {
                margin-right: 8px;
                font-size: 14px;
            }

            .profile-usermenu ul li a:hover {
                background-color: #fff3f2;
                color: #303740;
            }

        .profile-usermenu ul li.active {
            border-bottom: none;
        }

            .profile-usermenu ul li.active a {
                color: #044c4c;
                background-color: #cbcbcb;
                border-left: 2px solid #044c4c;
                margin-left: -2px;
            }


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    /* background-color: rgba(214, 224, 226, 0.2); */
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .card .card-heading {
        padding: 0 20px;
        margin: 0;
    }



    .card.hovercard {
        position: relative;
        padding-top: 0;
        overflow: hidden;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .card.hovercard .cardheader .img {
            height: auto;
            width: 100%;
            opacity: 0.3;
            z-index: -500;
        }

        .card.hovercard .avatar {
            top: -49%;
            text-align: center;
            position: absolute;
            margin: 50% 0 0 50%;
        }

        .card.hovercard .header_sect {
            top: -49%;
            left: -12% !important;
            position: absolute;
            margin: 50% 0 0 50%;
        }

.head_sect {
    position: relative;
    font-size: 35px;
    left: -50% !important;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 20px #000;
}

.content_div {
    position: relative;
    left: -50% !important;
}

.content_head {
    position: relative;
    left: -50% !important;
}

.content_text {
    position: relative;
    left: -50% !important;
}

.content_text {
    text-shadow: -1px 4px 20px #000;
    color: white;
    font-weight: 900;
}

    .content_text a {
        font-weight: 900;
        color: white;
        margin: 5px;
    }

    .content_text .title {
        font-size: 20px;
    }

    .content_text p {
        font-size: 22px;
    }

.heading_text {
    text-shadow: 2px 2px 20px #fff;
    color: #044c4c;
    font-weight: 900;
    font-size: 18px;
    font-weight: 900;
}

.card.hovercard .avatar img {
    width: 38%;
    max-width: 38%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 1px;
    border: 5px solid rgba(255,255,255,0.5);
    z-index: 9000;
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

    .card.hovercard .info .title {
        margin-bottom: 4px;
        top: -50px;
        left: -50px;
        font-size: 24px;
        line-height: 1;
        color: #fff;
        vertical-align: middle;
    }


    .card.hovercard .info .desc {
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        text-shadow: 2px 2px 20px #000;
        text-overflow: ellipsis;
    }

        .card.hovercard .info .desc a {
            color: #000;
            text-shadow: 2px 2px 20px #000;
        }


.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}


.prop_head {
    width: 150px;
    background-color: #8b8b8c;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.reg_row {
    width: 180px;
    background-color: #8b8b8c;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}


.table-user-information tr th {
    border: none !important;
}

.table-user-information {
    border: none !important;
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #cacaca;
}

    .form-control:focus {
        box-shadow: 0 0 4px rgba(3, 169, 244, 0.5);
        border-color: #23bbff;
    }

.tble_white {
    background-color: white;
}

input[type="file"] {
    padding: 4px;
    font-size: 12px;
    padding-top: 6px;
}

.login_form {
    background-color: white;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 20px;
}

.login_content {
    padding-top: 0;
    width: 100%;
    min-width: auto;
}


.pane_head {
    border-radius: 0 !important;
}

.pane {
    border-top: 0.5px solid #044c4c;
}

.lgnd_sect .top_search {
    margin: 5px 0;
    margin-left: 5px;
}

.compny_info.top_search a i {
    margin-right: 5px;
}

.rate_card_type {
    width: 30%;
}

.Atr_rate_card_type {
    width: 60%;
}

.m_b_0 {
    margin-bottom: 0 !important;
}

.jo_clumn1 {
    width: 13%;
}

.jo_clumn2 {
    width: 10%;
}

.jo_clumn3 {
    width: 10%;
}

.jo_clumn4 {
    width: 10%;
}

.jo_clumn5 {
    width: 10%;
}

.jo_clumn6 {
    width: 25%;
}

.jo_clumn7 {
    width: 13%;
}

.jo_clumn8 {
    width: 7%;
}

.action_btn .btn {
    font-size: 13px;
    margin: 0;
    cursor: default;
    margin-bottom: 5px;
}

.mmbrs_lst span {
    background-color: #FFEB3B;
    padding: 4px 11px;
    border-radius: 4px;
    border: 1px solid #dccd40;
}

#job_orderss td {
    vertical-align: middle;
}

.date_sect {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c1c0c0;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding: 4px 8px;
    margin-bottom: -2px;
    z-index: 9;
    color: #303840;
    padding-bottom: 8px;
}

    .date_sect .datee {
        margin-top: 2px;
        margin-left: 0;
        font-weight: bold;
    }

    .date_sect .ad_jobs {
        padding: 0px 5px;
        margin-top: 3px;
    }

.disply_inline label {
    display: inline;
    margin-right: 10px;
}

    .disply_inline label:last-child {
        margin-right: 0;
    }

.rest_column1 {
    width: 10%;
}

.rest_column2 {
    width: 252px;
}

.rest_column3 {
    width: 260px;
}

.rest_column4 {
    width: 57px;
}

.rest_column5 {
    width: 6%;
}

.rest_column6 {
    width: 250px;
}

.rest_column7 {
    width: 15%;
}

.rest_column8 {
    width: 8%;
}

.tg_time {
    width: 90px;
}

.tg_attraction {
    width: 565px; /*chaged by a*/
}

.tg_sendto {
    width: 248px;
}

.tg_amount {
    width: 85px;
}

.tg_column5 {
    width: 25%;
}

.tg_column6 {
    width: 22%;
}

.trns_wdth {
    width: 228px !important;
}

.trsnpt_column1 {
    width: 10%;
}

.trsnpt_column2 {
    width: 150px;
}

.trsnpt_column3 {
    width: 150px;
}

.trsnpt_column4 {
    width: 157px;
}

.trsnpt_column5 {
    width: 119px;
}

.trsnpt_column6 {
    width: 5%;
}

.trsnpt_column7 {
    width: 5%;
}

.trsnpt_column8 {
    width: 93px;
}

.trsnpt_column9 {
    width: 93px;
}

.nav-md .container.body .right_col {
    background: url(../images/form-bg.png) repeat;
}

.scl_td_wdth {
    width: 21%;
}

.profle_vew hr {
    margin: 10px 0;
}

.profle_vew h2 {
    font-size: 24px;
}

.profle_vew div p:last-child {
    margin-bottom: 0;
}

.text_readonly {
}

.packg_hd {
    background-color: #6b6b6b;
    font-size: 16px;
    padding: 5px 12px;
    color: #fff;
    float: left;
    border-radius: 5px 5px 0 0;
    /* margin-bottom: 5px; */
}

.jo_time {
    background-color: #4a6ac3;
    font-size: 16px;
    padding: 5px 12px;
    color: #fff;
    float: left;
    border-radius: 5px 5px 0 0;
    /* margin-bottom: 5px; */
}
.jo_paymenttype {
    background-color: #4a6ac3;
    font-size: 16px;
    padding: 5px 12px;
    color: #fff;
    float: left;
    border-radius: 5px 5px 0 0;
     margin-right: 150px; 
}


fieldset.fld_set legend.packg_hd i {
    font-size: 13px;
}

#intrny_iinfo, #intrny_iinfo.table-striped > tbody > tr:nth-of-type(odd),
#intrny_view .table-striped > tbody > tr:nth-of-type(odd), #intrny_view .table {
    background-color: rgba(204, 204, 204, 0.07);
}

    #intrny_iinfo b.ttle {
        display: block;
        font-size: 16px;
        margin-top: -3px;
    }

    #intrny_iinfo p.cintry_txt {
        margin: 0;
        margin-top: 2px;
        font-size: 13px;
    }

    #intrny_iinfo .mls_prfrd .label {
        font-size: 12px;
        font-weight: 500;
    }

.int_inr_head {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 0;
    text-align: left;
}

.bg_white {
    background-color: #fff !important;
}

#intrny_view table tr.headings th {
    /* font-weight: 500; */
    background-color: #8b8b8c;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    /* border: 1px solid #c1c0c0; */
    /* border-bottom: none; */
    color: #111;
}

#intrny_view fieldset.fld_set legend {
    text-align: left;
    background-color: #ee2d24;
}

.no-display {
    border: none;
    user-select: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    pointer-events: none;
}

.table tbody tr td:hover tr,
.table tbody tr td:hover,
.table tbody tr:hover td {
    background-color: transparent !important;
    border-color: inherit !important;
}

/*.modal-header {
    background-color: #ee2d24;
}

    .modal-header .close {
        opacity: 1;
        text-shadow: none;
    }

.bootstrap-dialog-title {
    color: #fff;
}*/

.radio-inline {
    width: auto;
    margin-bottom: 10px;
}

.non_border {
    border: none !important;
}

cldr_body {
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

#calendar {
    /*max-width: 900px;
    margin: 0 auto;*/
}

    #calendar .fc-scroller {
        height: auto !important;
    }

    #calendar table {
        font-size: 13px;
    }

.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: block !important;
}

/*Popup Styles*/
.pop_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(17, 17, 17, 0.58);
    z-index: 9;
}

.popup_iner {
    position: relative;
    width: 790px;
    background-color: #fff;
    left: 30%;
    top: 0;
    z-index: 999;
    margin: 1% auto;
}

#pop_tble b.tle {
    display: block;
    margin-bottom: 4px;
}

    #pop_tble b.tle:first-letter {
        text-transform: capitalize;
    }

#pop_tble .pp_txt {
    display: block;
}

.pp_tme {
    margin-left: 10px;
    margin-top: 4px;
    float: left;
    font-size: 16px;
}

#pop_tble td .btn {
    padding: 5px 10px;
    font-size: 12px;
}

#pop_tble .price_tag {
    background-color: #F44336;
    width: 72px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    float: left;
}

#pop_tble tr td {
    padding: 8px 8px;
    /* padding-top: 4px; */
    border-color: rgba(125, 125, 125, 0.25);
}

    #pop_tble tr:hover, #pop_tble tr td:hover {
        border-color: rgba(125, 125, 125, 0.25) !important;
    }

#viewpopup .modal-header {
    background-color: #111;
    padding: 9px 12px;
}

#viewpopup .modal-body {
    padding: 10px;
}

#viewpopup .modal-title {
    color: #fff;
    font-size: 16px;
}

#viewpopup .modal-header .close {
    margin-top: -2px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

#viewpopup .modal-footer {
    border-top: 1px solid #d6d6d6;
    padding: 12px 15px;
    background-color: #f5f5f5;
}

/*Jo popup design added by bala {start}*/

#viewjopopup .modal-header {
    background-color: #111;
    padding: 9px 12px;
}

#viewjopopup .modal-body {
    padding: 10px;
}

#viewjopopup .modal-title {
    color: #fff;
    font-size: 16px;
}

#viewjopopup .modal-header .close {
    margin-top: -2px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

#viewjopopup .modal-footer {
    border-top: 1px solid #d6d6d6;
    padding: 12px 15px;
    background-color: #f5f5f5;
}

#viewjopopup .width60perc {
    width: 60%;
}
/*Jo popup design added by bala {end}*/
#viewpopup1 .modal-header {
    background-color: #111;
    padding: 9px 12px;
}

#viewpopup1 .modal-body {
    padding: 10px;
}

#viewpopup1 .modal-title {
    color: #fff;
    font-size: 16px;
}

#viewpopup1 .modal-header .close {
    margin-top: -2px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

#viewpopup1 .modal-footer {
    border-top: 1px solid #d6d6d6;
    padding: 12px 15px;
    background-color: #f5f5f5;
}

.custom_width {
    width: 80% !important;
}

#assigntopopup .modal-header {
    background-color: #111;
    padding: 9px 12px;
}

#assigntopopup .modal-body {
    padding: 10px;
}

#assigntopopup .modal-title {
    color: #fff;
    font-size: 16px;
}

#assigntopopup .modal-header .close {
    margin-top: -2px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

#assigntopopup .modal-footer {
    border-top: 1px solid #d6d6d6;
    padding: 12px 15px;
    background-color: #f5f5f5;
}

.assignto_popup_width {
    width: 50% !important;
}


#pop_tble .tme {
    width: 10%;
}

#pop_tble .stus {
    width: 10%;
}

#pop_tble .job_time {
    width: 24%;
}

#pop_tble .job_stus {
    width: 3%;
}

#pop_tble .job_sendto {
    /*width: 24%;*/
}

#pop_tble .amnt {
    width: 12%;
}

.multiselect-container {
    width: 100%;
    border: 1px solid #c8c9ca;
    border-top: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.35);
}

.multiselect-clear-filter {
    color: #fff;
    background-color: #000000;
}

    .multiselect-clear-filter .glyphicon {
        position: relative;
        top: 3px;
    }

.multiselect-container > li > a > label {
    padding: 8px 20px 8px 32px;
    font-size: 13px;
    text-transform: capitalize;
    /* border-bottom: 1px solid #e6e6e6; */
    /*  */
}

.multiselect-container .input-group {
    margin-bottom: 0;
}

.multiselect-container > li {
    border-bottom: 1px solid #e6e6e6;
}

    .multiselect-container > li:last-child {
        border-bottom: none;
    }

    .multiselect-container > li:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .multiselect-container > li:nth-child(even) {
        background-color: #fbfbfb;
    }

.multiselect-item.filter {
    border-bottom: none;
}

.multiselect-group label {
    padding: 6px 20px 6px 20px !important;
}


.Jcancel-JO {
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
}

.Jcancel-td {
    cursor: not-allowed;
}

.Jallow-cancel .Jcancel-JO {
    pointer-events: auto;
    user-select: all;
    cursor: pointer;
}

.Jallow-cancel .Jcancel-td {
    cursor: default;
}


.Jresend-JO {
    pointer-events: none;
    user-select: none;
    opacity: 0;
}


.Jallow-resend .Jresend-JO {
    pointer-events: auto;
    user-select: all;
    cursor: pointer;
    opacity: 1;
}

.Jconfirmed .Jaccept-list {
    border: none;
    user-select: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    pointer-events: none;
    opacity: 1;
}


.Jconfirm-JO, .Jaccept-list {
    pointer-events: none;
    user-select: none;
    opacity: 0;
}


.Jallow-confirm .Jconfirm-JO, .Jallow-confirm .Jaccept-list {
    pointer-events: auto;
    user-select: all;
    cursor: pointer;
    opacity: 1;
}

.Jallow-resend .field-validation-error {
    display: none;
}
/*Preloader*/
.prdlr_ovlry {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 85%, 0.79);
    z-index: 99;
    text-align: center;
    display: none;
}

.loader_image {
    position: relative;
}

    .loader_image img {
        position: absolute;
    }

.loader_image {
    position: relative;
    background-color: white;
    width: 160px;
    z-index: 999;
    margin: 0 auto;
    margin-top: 11%;
}

    .loader_image .load_thumb {
    }

    .loader_image .fingure3 {
        left: 125px;
        top: 42px;
    }

    .loader_image .fingure2 {
        left: 133px;
        top: 63px;
    }

    .loader_image .fingure1 {
        left: 141px;
        top: 85px;
    }

    .loader_image .left_eye {
        left: 126px;
        top: -3px;
    }

    .loader_image .right_eye {
        right: 8px;
        top: 3px;
    }

    .loader_image .mouth {
        right: 14px;
        top: 9px;
    }

.ml3 {
    font-weight: 100;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

.ivce_outline {
    padding: 10px 9px;
    background-color: #ffffff;
    border: 3px double #d4d4d4;
    /* box-shadow: inset 0 0 9px 0px rgba(0, 0, 0, 0.2); */
}

.invce_lst {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    /* outline: 1px solid #dadada; */
    width: 100%;
    float: left;
}

    .invce_lst li {
        display: block;
        /* background-color: rgba(243, 243, 243, 0.25); */
        /* padding: 6px 10px; */
        width: 100%;
        float: left;
        margin-bottom: 4px;
    }

        .invce_lst li.ttlee {
            background-color: #5a5a5a;
            padding-right: 0;
            margin-bottom: 2px;
            color: white;
        }

        .invce_lst li:nth-child(even) {
            /* background-color: rgba(214, 214, 214, 0.22); */
        }

        .invce_lst li strong {
            display: block;
            font-size: 18px;
            /* margin-bottom: 14px; */
        }

        .invce_lst li b {
            /* width: 125px; */
            float: left;
            position: relative;
            display: block;
            width: 100%;
        }

            .invce_lst li b:after {
                position: absolute;
                content: none;
                right: 5px;
            }

        .invce_lst li p {
            font-size: 14px;
            margin: 0;
            float: left;
            /* width: 55%; */
            text-align: left;
            display: block;
        }

#invct_dtls td {
    padding: 8px 12px;
    background-color: #f6f6f6;
}

    #invct_dtls td:nth-child(even) {
        background-color: rgb(252, 252, 252);
    }

    #invct_dtls td b {
        font-size: 14px;
        display: block;
        margin-bottom: 7px;
    }

    #invct_dtls td p {
        margin-bottom: 0;
        font-size: 15px;
    }

#invct_dtls_amnt .column1 {
    width: 5%;
}

#invct_dtls_amnt .column2 {
    width: 24%;
}

#invct_dtls_amnt .column3 {
    width: 12%;
}

#invct_dtls_amnt .column4 {
    width: 34%;
}

.wizard > div.wizard-inner {
    position: relative;
    background-color: white;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    display: inline-block;
    background: #000;
    border: 0;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    z-index: 99;
    position: relative;
    margin-right: 13px;
    margin-left: 13px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #ee2d24;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #fff;
    background: #ee2d24;
}

.wizard .nav-tabs > li {
    display: inline-block;
    float: none;
}

    .wizard .nav-tabs > li a {
        margin: 20px auto;
        padding: 0;
        /* margin-right: 6px; */
        border: none;
    }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.tab-content {
    padding: 0 10px;
    padding-top: 10px;
}

.wizard .tab-pane {
    position: relative;
    /* padding-top: 10px; */
    /* display: inline-block; */
}

    .wizard .tab-pane fieldset.fld_set {
        background-color: #fff;
        border: 3px double rgba(93, 93, 93, 0.21);
    }

.wizard {
    text-align: center;
    margin: 0 auto;
    background-color: rgba(177, 177, 177, 0.28);
    border: 1px solid #ddd;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        display: inline-block;
        border: none;
        padding-right: 0;
        margin =le:;
        padding-left: 30px;
    }

        .wizard .nav-tabs:after {
            position: absolute;
            background: transparent;
            content: "";
            height: 2px;
            width: 100%;
            top: 50%;
            border-bottom: 2px solid #e0e0e0;
            left: 0;
        }

.round_icon {
    width: 90px;
    margin: 0 !important;
    height: 33px;
}

    .round_icon span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #e0e0e0;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 14px;
        top: 0;
        background-color: #2196F3;
        color: #fff;
    }

.li_Last {
    margin-left: 45px;
}

    .li_Last i {
        font-size: 20px;
    }

.li_frst i {
    font-size: 20px;
    transform: rotate(80deg);
}

/*#jo_prdrs_lst_pge .column1 {
    width: 50px;
}

#jo_prdrs_lst_pge .column2 {
    width: 50px;
}

#jo_prdrs_lst_pge .column3 {
    width: 50px;
}

#jo_prdrs_lst_pge .column4 {
    width: 50px;
}

#jo_prdrs_lst_pge .column5 {
    width: 50px;
}

#jo_prdrs_lst_pge .column6 {
    width: 50px;
}
#jo_prdrs_lst_pge .column7 {
    width: 50px;
}
#jo_prdrs_lst_pge .column9 {
    width: 50px;
}
#jo_prdrs_lst_pge .column10 {
    width: 50px;
}
#jo_prdrs_lst_pge .column11 {
    width: 50px;
}*/

#jo_prdrs_lst_pge .column1 {
    width: 8%;
}

#jo_prdrs_lst_pge .column2 {
    width: 12%;
}

#jo_prdrs_lst_pge .column3 {
    width: 10%;
}

#jo_prdrs_lst_pge .column4 {
    width: 8%;
}

#jo_prdrs_lst_pge .column5 {
    width: 6%;
}

#jo_prdrs_lst_pge .column6 {
    width: 0;
}

#jo_prdrs_lst_pge .column7 {
    width: 10%;
}

#jo_prdrs_lst_pge .column8 {
    width: 10%;
}

#jo_prdrs_lst_pge .column9 {
    width: 4%;
}

#jo_prdrs_lst_pge .column10 {
    width: 6%;
}

/**Revenue Report Grid**/
.cmp_hd_wdth {
    width: 40% !important;
}

.comp_hd_wdth {
    width: 25% !important;
}

.othrs_hd_wdth {
    width: 20% !important;
}

.oths_hd_width {
    width: 15% !important;
}

.others_hd_wdth {
    width: 10% !important;
}

.rev_tot_bckg {
    background: #f1f1f1 !important;
}
/*For TourList View*/
.task-list {
}

    .task-list .task-cards {
        padding: 25px 5px 5px 5px;
        font-size: 16px;
        margin: 10px 0px;
        border: 1px solid #d6d6d6;
        background-color: #fff;
    }

        .task-list .task-cards .title {
            font-size: 16px;
            font-family: "Roboto", sans-serif;
            margin-bottom: 4px;
        }

        .task-list .task-cards .reference-url {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .task-list .task-cards .value {
            font-size: 15px;
        }


        .task-list .task-cards.selected {
            background: #ffd504 !important;
            box-shadow: 0 5px 4.7px 0.3px rgba(0, 0, 0, 0.15);
            border: none;
        }

.packano {
    font-size: 10px;
    font-style: normal;
}

.colors {
    color: black;
    font-size: 10px;
}


.task-list .task-cards:hover {
    box-shadow: 0 5px 4.7px 0.3px rgba(0, 0, 0, 0.15);
}


.task-list .task-cards hr {
    margin-top: 2px !important;
    margin-bottom: 7px !important;
}

/*.task-list .selected .title, .task-list .selected .reference-url, .task-list .selected .reference-url a, .task-list .selected .value {
        color: #fff;
    }*/

.fc-event-container .fc-event {
    padding: 4px 8px;
    border-color: #b9b7b7;
    font-size: 12px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    margin: 2px 4px;
}

.fc-day-grid-event .fc-time {
    display: block;
    margin-bottom: 1px;
}

.fc-event-container .fc-event:hover {
    color: #ee2d24;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 0px solid #d8d8d8;
}

.fc tbody .fc-row .fc-content-skeleton {
}

    .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
        padding-bottom: 4px !important;
    }

.fc-widget-header span {
    padding: 6px 5px;
    display: block;
    font-size: 16px;
    background-color: rgba(232, 232, 232, 0.46);
    color: #232323;
}

.fc .fc-row .fc-content-skeleton td {
    border-color: inherit;
}

.colors {
    background-color: #f04236;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

#jo_order_list .card {
    padding: 0;
    display: block;
    background-color: transparent;
    margin: 0;
}


.ordlr_lst_prtl_pge, #preferred-search {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}

    .ordlr_lst_prtl_pge.scrol_nne {
        overflow: inherit;
    }

.ordr_lst_link {
    display: block;
    color: #111;
    padding: 0;
    border: 1px solid #d2d2d2;
    background-color: white;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-radius: 3px;
}

    .ordr_lst_link:last-child {
        margin-bottom: 0;
    }

    .ordr_lst_link.selected {
        border-color: #cec572;
        position: relative;
        z-index: 99;
        background-color: #fff8b6;
    }

        .ordr_lst_link.selected .jo_count {
            background-color: #d83a2f;
        }

        .ordr_lst_link.selected:after {
            position: absolute;
            /*                content: "\f058";*/
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #8BC34A;
            top: 33%;
            right: 16px;
        }

        .ordr_lst_link.selected .row_frst {
            border-bottom: 1px solid #e2d875;
        }

        .ordr_lst_link.selected .ordr_fotr {
            background-color: #fbf085;
        }

.row_frst {
    display: block;
    height: 70px;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
}

.jo_count {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 5px 10px;
    background-color: #d83a2f;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
}

.avtr {
    float: left;
}

    .avtr img {
        width: 50px;
        border-radius: 50%;
    }

.ord_lst_detl {
    display: block;
}

    .ord_lst_detl p {
        display: block;
        padding-left: 63px;
        font-size: 13px;
        margin-top: 5px;
        text-align: left;
    }

        .ord_lst_detl p b {
            display: block;
            margin-bottom: 4px;
        }

.ordr_fotr {
    display: flow-root;
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding: 6px 14px;
    border-radius: 0 0 3px 3px;
}

.trvlr_cunt {
    float: left;
}

    .trvlr_cunt p {
        display: block;
        margin: 0;
    }

        .trvlr_cunt p b {
            display: block;
        }

.trvl_dte {
    float: right;
    text-align: right;
}

    .trvl_dte p {
        display: block;
        margin: 0;
    }

        .trvl_dte p b {
            display: block;
        }


.SumoSelect {
    width: 100%;
}

#job_ordr_list_page .column1 {
    width: 10%;
}

#job_ordr_list_page .column2 {
    width: 22%;
}

#job_ordr_list_page .column3 {
    width: 20%;
}

#job_ordr_list_page .column4 {
    width: 12%;
}

#job_ordr_list_page .column5 {
    width: 10%;
}

#job_ordr_list_page .table_detls {
    padding: 6px;
}

    #job_ordr_list_page .table_detls div {
        padding: 7px;
        background-color: #f9f9f9;
        border-radius: 3px;
        border: 1px solid rgba(101, 101, 101, 0.31);
    }

#job_ordr_list_page tbody > tr:nth-of-type(odd) td.table_detls div {
    background-color: #ffffff;
}

#job_ordr_list_page .table_detls .btn {
    font-size: 12px;
    padding: 3px 8px;
    font-weight: 600;
    cursor: default;
}

.mCSB_scrollTools {
    width: 6px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ee2d24;
}

.in_head {
    font-size: 18px;
    margin-bottom: 10px;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #cacaca;
    height: 33px;
    border-radius: 4px;
}

.prfrd_lst_msg {
    display: block;
    margin-left: 11px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}

    .prfrd_lst_msg b {
        background-color: #FFEB3B;
        color: #111;
        font-weight: normal;
        padding: 2px 4px;
        margin-left: 5px;
        border-radius: 2px;
    }

.fc-list-empty-wrap2 {
    position: relative;
}

.fc-unthemed .fc-list-empty {
    padding: 10px;
}

.fc-center h2 {
    font-size: 20px;
    margin-top: 0px;
}

.fc-today-button {
    text-transform: capitalize;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #555;
    font-style: normal;
    text-transform: lowercase;
}

    .SumoSelect > .CaptionCont > span.placeholder:first-letter {
        text-transform: capitalize;
    }

.alert:empty {
    padding: 0 !important;
    margin: 0 !important;
}

.Jallow-resend .send-to {
    color: transparent !important;
}

.transmstr_wdth {
    width: 130px;
}

.trans_mstr_pop {
    padding: 10px;
    /* padding-top: 0; */
}

    .trans_mstr_pop h4 {
        font-size: 16px;
        background-color: #111;
        color: #fff;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .trans_mstr_pop .butn_top {
        margin-top: 10px;
    }

.tour_pkg_hotel {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour_pkg_url {
    color: #333;
}

/* Card Box */
.card-box {
    padding: 11px 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 15px;
    background-color: #ffffff;
}

    .card-box:hover {
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.26);
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.26);
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
    }
/* Widgets */
.widget-box-one .widget-one-icon {
    position: absolute;
    right: 30px;
    font-size: 72px !important;
    top: 0;
    color: #f3f3f3;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2 !important;
}

.widget-box-two {
    margin-bottom: 10px;
}

.widget-box-one .wigdet-one-content {
    position: relative;
}

.widget-box-two p {
    font-size: 14px;
    margin-bottom: 0;
}

.widget-box-two h2 small {
    color: #e2e2e2;
}

.widget-box-two .widget-two-icon {
    position: absolute;
    right: 30px;
    font-size: 25px !important;
    top: 17px;
    overflow: hidden;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-weight: normal;
}

.widget-box-two .wigdet-two-content {
    position: relative;
    color: #fff;
}

.widget-two-custom {
    background-color: #1ea69a;
    border-color: #1ea69a;
}

.widget-two-primary {
    background-color: #348cd4;
    border-color: #348cd4;
}

.widget-two-success {
    background-color: #78c350;
    border-color: #78c350;
}

.widget-two-warning {
    background-color: #ff9800;
    border-color: #ff9800;
}

.widget-two-info {
    background-color: #45bbe0;
    border-color: #45bbe0;
}

.widget-two-danger {
    background-color: #f7531f;
    border-color: #f7531f;
}

.widget-two-inverse {
    background-color: #3b3e47;
    border-color: #3b3e47;
}

.widget-two-purple {
    background-color: #8892d6;
    border-color: #8892d6;
}

.widget-two-pink {
    background-color: #F06292;
    border-color: #F06292;
}

.widget-two-default {
    background-color: #ffffff;
}

    .widget-two-default .widget-two-icon {
        color: #c0c0c0;
        border: 2px solid #c0c0c0;
    }

.widget-box-three img {
    height: 48px;
    width: 48px;
    line-height: 80px;
}

.widget-box-three .bg-icon {
    height: 80px;
    width: 80px;
    line-height: 76px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    border: 1px dashed #98a6ad;
    background-color: #f3f3f3;
    margin-right: 20px;
}

    .widget-box-three .bg-icon i {
        vertical-align: middle;
        font-size: 36px;
        color: #98a6ad;
    }

.widget-user {
    position: relative;
}

    .widget-user img {
        width: 60px;
        height: 60px;
    }

.user-position {
    position: absolute;
    top: 0;
    border-left: 1px solid #e2e2e2;
    bottom: 0;
    width: 44px;
    font-size: 16px;
    text-align: center;
    right: 0;
    left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

    .user-position span {
        transform: rotate(90deg);
    }

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.boxes {
    background-color: white;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.boxes_header {
    font-size: 14px;
    padding: 10px;
    background-color: #044c4c;
    
}

    .boxes_header h2 {
        font-size: 16px;
        margin: 0;
        color: #fff;
    }

        .boxes_header h2 .dash_box_btn {
            background-color: #313131;
            position: absolute;
            right: 3px;
            top: 5px;
            padding: 4px 10px;
        }

            .boxes_header h2 .dash_box_btn:hover {
                background-color: #fff;
                color: #111 !important;
            }

.boxes_content {
    padding: 8px;
}

.dte_rnge_pckr .form-control {
    padding-right: 57px;
}

.dte_rnge_pckr span.pick_icn {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 16px;
}

.dte_rnge_pckr i {
    margin-right: 4px;
}

.dte_rnge_pckr .caret {
    border-width: 5px;
}

#dash_asgn_jobs .column1, #pndg_asgn_jobs .column1 {
    width: 25%;
}

#dash_asgn_jobs .column2, #pndg_asgn_jobs .column2 {
    width: 57%;
}

#dash_asgn_jobs .column3, #pndg_asgn_jobs .column3 {
    width: 11%;
}

.dash_asgn_text p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.dash_asgn_text .btn {
    font-size: 13px;
    margin-top: 0;
    padding: 3px 6px;
    margin-right: 0;
}

ul.timeline li {
    border-bottom: 0px solid #e8e8e8;
}

.timeline.widget li:last-child .block {
    border-bottom: none;
}

.timeline.widget .block {
    border-bottom: 1px dotted rgba(165, 165, 165, 0.59);
    border-left: 2px solid rgba(109, 109, 109, 0.48);
}

.timeline h2.title {
    font-size: 14px;
}

.timeline .byline {
    color: #2f2f2f;
    font-size: 12px;
    font-style: normal;
}

    .timeline .byline:first-letter {
        text-transform: uppercase;
    }

.block_content {
    display: flow-root;
}

.timeline .excerpt {
    font-size: 14px;
    /* background-color: #f1f1f1; */
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 4px 6px;
    float: right;
    display: inline-block;
}

.timeline h2.title:before {
    border: 3px solid #656464;
    background: #ffffff;
    width: 12px;
    height: 12px;
    left: -22px;
}

.jo_assigned {
    background-color: #b8daff !important;
    color: #fff !important;
}

.jo_Pending {
    background-color: #ffeeba !important;
    color: #fff !important;
}

.jo_Cancelled {
    background-color: #f5c6cb !important;
    color: #fff !important;
}

.jo_Confirmed {
    background-color: #c3e6cb !important;
    color: #fff !important;
}

.jo_Expired {
    background-color: #e6efc4 !important;
    color: #fff !important;
}

.jo_Finished {
    background-color: #dddfe2 !important;
    color: black !important;
}

.jo_Started {
    background-color: #a8cac3 !important;
    color: #fff !important;
}

.jo_Posted {
    background-color: #bee5eb !important;
    color: #fff !important;
}

.jo_Posted {
    background-color: #bee5eb !important;
    color: #fff !important;
}

.jo_NoShow {
    background-color: #eacddf !important;
    color: #fff !important;
}

.iclr i {
    color: #000 !important;
}

.transaction_rv {
    background-color: #eae8e9 !important;
    color: black !important;
}

.strike_amount {
    text-decoration: line-through;
}

.Trpkg_assigned {
    background-color: #b8daff !important;
    color: #fff !important;
}

.Trpkg_Pending {
    background-color: #ffeeba !important;
    color: #fff !important;
}

.Trpkg_Cancelled {
    background-color: #f5c6cb !important;
    color: #fff !important;
}

.Trpkg_Confirmed {
    background-color: #c3e6cb !important;
    color: #fff !important;
}

.Trpkg_Expired {
    background-color: #a4a5a7 !important;
    color: #fff !important;
}

.Trpkg_Finished {
    background-color: #dddfe2 !important;
    color: #fff !important;
}


.Trpkg_Started {
    background-color: rgba(0,0,0,.075) !important;
    color: #fff !important;
}

.Trpkg_Import {
    background-color: #c8cbf2 !important;
    color: #fff !important;
}

.Trpkg_Posted {
    background-color: #bee5eb !important;
    color: #fff !important;
}

.rightt.invce_lst li {
    text-align: right;
}

    .rightt.invce_lst li p {
        float: right;
        text-transform: capitalize;
        text-align: right;
    }

.nav.side-menu > li > a {
    font-size: 12px;
}

#dashboard_page .packg_hd {
    background-color: #313131;
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: -1px;
    z-index: 9;
    padding-top: 9px;
    position: relative;
}

#clndr_clss .fc-content {
    color: black !important;
}

#trans_agncy .column1 {
    width: 23%;
}

#trans_agncy .column2 {
    width: 14%;
}

#trans_agncy .column3 {
    width: 6%;
}

#trans_agncy .column4 {
    width: 10%;
}

.job_colr {
    color: black;
}

.Lspjob_colr {
    color: black;
}

.ikon_colr {
    color: black !important;
}

#pop_tble {
    border: none;
}

    #pop_tble tr {
        background-color: #fff;
    }

.walt_blce a {
    padding-right: 9px !important;
}

    .walt_blce a span {
        float: right;
        margin-top: -1px;
        background-color: #5cb85c;
    }

/**   Switch design **/

.switch-label {
    display: block;
    width: 160px;
    /*margin: 150px auto;*/
    /* background: #CCC; */
    height: 50px;
    /* border-radius: 40px; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9e9e9e), to(#f4f4f4)); */
    /* background: linear-gradient(to bottom, #9e9e9e 30%, #f4f4f4); */
    /* -webkit-box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    /* box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

    .switch-label input {
        display: none;
    }

    .switch-label div {
        display: block;
        width: 121px;
        height: 40px;
        position: absolute;
        left: 37%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8b8c8e), to(#f4f4f4));
        background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
        border-radius: 25px;
    }

        .switch-label div:after {
            content: "";
            position: absolute;
            display: block;
            height: 35px;
            width: 116px;
            left: 2px;
            top: 2px;
            border-radius: 23px;
            background: #F44336;
            -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            -webkit-transition: .20s;
            transition: .20s;
        }

    .switch-label i {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #9e9e9e), to(#f4f4f4));
        background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        top: 11px;
        left: 5px;
        -webkit-transition: .25s;
        transition: .25s;
    }

        .switch-label i:after {
            content: "";
            position: absolute;
            display: block;
            width: 18px;
            height: 18px;
            left: 3px;
            top: 4px;
            border-radius: 50%;
            background: #d5d4d4;
            z-index: 1;
        }

    .switch-label input:checked ~ i {
        top: 11px;
        left: 88px;
    }

    .switch-label input:checked + div:after {
        background: #4CAF50;
        -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    }

    .switch-label input:checked + div > .off {
        color: transparent;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0);*/
        opacity: 0;
    }

    .switch-label input:checked + div > .on {
        color: #fff;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);*/
    }

    .switch-label:after {
        content: "";
        position: absolute;
        display: block;
        width: 164px;
        height: 49px;
        border-radius: 42px;
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(#969494), to(#fff));
        background: linear-gradient(to bottom, #969494, #fff);
    }

    .switch-label:hover {
        cursor: pointer;
    }

    .switch-label:focus, .switch-label:active {
        outline: 0;
    }

.on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 17px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    letter-spacing: 1px;
    -webkit-transition: .25s;
    transition: .25s;
}

.on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

.off {
    left: initial;
    right: 17px;
    color: #fdfdfd;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}


/* switch small {start}*/

.switch-label-sm {
    display: block;
    width: 80px;
    /*margin: 150px auto;*/
    /* background: #CCC; */
    height: 30px;
    /* border-radius: 40px; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9e9e9e), to(#f4f4f4)); */
    /* background: linear-gradient(to bottom, #9e9e9e 30%, #f4f4f4); */
    /* -webkit-box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    /* box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

    .switch-label-sm input {
        display: none;
    }

    .switch-label-sm div {
        display: block;
        width: 80px;
        height: 30px;
        position: absolute;
        left: 37%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8b8c8e), to(#f4f4f4));
        background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
        /* border-radius: 25px; */
    }

        .switch-label-sm div:after {
            content: "";
            position: absolute;
            display: block;
            height: 26px;
            width: 76px;
            left: 2px;
            top: 2px;
            /* border-radius: 23px; */
            background: #F44336;
            -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            -webkit-transition: .20s;
            transition: .20s;
        }

    .switch-label-sm i {
        display: block;
        width: 15px;
        height: 20px;
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #9e9e9e), to(#f4f4f4));
        background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
        /* border-radius: 50%; */
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        top: 5px;
        left: -5px;
        -webkit-transition: .25s;
        transition: 0.25s;
    }

        .switch-label-sm i:after {
            content: "";
            position: absolute;
            display: block;
            width: 11px;
            height: 15px;
            left: 2px;
            top: 3px;
            /* border-radius: 50%; */
            background: #d5d4d4;
            z-index: 1;
        }

    .switch-label-sm input:checked ~ i {
        top: 4px;
        left: 50px;
    }

    .switch-label-sm input:checked + div:after {
        background: #4CAF50;
        -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    }

    .switch-label-sm input:checked + div > .off {
        color: #000000;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0);*/
        opacity: 0;
    }

    .switch-label-sm input:checked + div > .on {
        color: #fff;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);*/
    }

    .switch-label-sm:after {
        content: "";
        position: absolute;
        display: block;
        width: 80px;
        height: 30px;
        /* border-radius: 42px; */
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(#969494), to(#fff));
        background: linear-gradient(to bottom, #969494, #fff);
    }

    .switch-label-sm:hover {
        cursor: pointer;
    }

    .switch-label-sm:focus, .switch-label:active {
        outline: 0;
    }



/* switch small {end}*/

/*Switch lable lg*/

.switch-label-lg {
    display: block;
    width: 140px;
    /*margin: 150px auto;*/
    /* background: #CCC; */
    height: 30px;
    /* border-radius: 40px; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9e9e9e), to(#f4f4f4)); */
    /* background: linear-gradient(to bottom, #9e9e9e 30%, #f4f4f4); */
    /* -webkit-box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    /* box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494; */
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

    .switch-label-lg input {
        display: none;
    }

    .switch-label-lg div {
        display: block;
        width: 115px;
        height: 30px;
        position: absolute;
        left: 37%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8b8c8e), to(#f4f4f4));
        background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
        /* border-radius: 25px; */
    }

        .switch-label-lg div:after {
            content: "";
            position: absolute;
            display: block;
            height: 26px;
            width: 112px;
            left: 2px;
            top: 2px;
            /* border-radius: 23px; */
            background: #48a7b3;
            -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
            -webkit-transition: .20s;
            transition: .20s;
        }

    .switch-label-lg i {
        display: block;
        width: 15px;
        height: 20px;
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #9e9e9e), to(#f4f4f4));
        background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
        /* border-radius: 50%; */
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
        top: 5px;
        left: -2px;
        -webkit-transition: .25s;
        transition: 0.25s;
    }

        .switch-label-lg i:after {
            content: "";
            position: absolute;
            display: block;
            width: 11px;
            height: 15px;
            left: 2px;
            top: 3px;
            /* border-radius: 50%; */
            background: #d5d4d4;
            z-index: 1;
        }

    .switch-label-lg input:checked ~ i {
        top: 4px;
        left: 91px;
    }
    .switch-label-lg input:checked + div:after {
        background: #88b38f;
        -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    }

    .switch-label-lg input:checked + div > .off {
        color: #000000;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0);*/
        opacity: 0;
    }

    .switch-label-lg input:checked + div > .on {
        color: #fff;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);*/
    }

    .switch-label-lg:after {
        content: "";
        position: absolute;
        display: block;
        width: 80px;
        height: 30px;
        /* border-radius: 42px; */
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(#969494), to(#fff));
        background: linear-gradient(to bottom, #969494, #fff);
    }

    .switch-label-lg:hover {
        cursor: pointer;
    }

    .switch-label-lg:focus, .switch-label:active {
        outline: 0;
    }

/*Switch label lg end*/

.login_content .alert {
    text-shadow: none;
    color: #fff;
}

#calendar .fc-bg tr:hover, #calendar .fc-bg tr:hover td {
    background-color: #fff;
}

.fc-content-skeleton table:hover tr td, .fc-content-skeleton table:hover tr {
    background-color: #fff;
}

a[disabled] {
    pointer-events: none;
}

.jo_import {
    background-color: #c8cbf2 !important;
    color: #fff !important;
}

.jo_pob {
    background-color: #b5d89f !important;
    color: #fff !important;
}

.jo_arrived {
    background-color: #a9dbd6 !important;
    color: #fff !important;
}

.stus_cntr {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.color_lgnd {
    margin-top: 14px !important;
}

    .color_lgnd .status, .color_lgnd .status1 {
        /* width: 6.7%; */
        cursor: pointer;
        display: inline-block;
        margin-right: 30px;
        /* float: left; */
        text-align: center;
    }

    .color_lgnd .status1 {
        width: 15% !important;
        margin: 0;
    }

    .color_lgnd p {
        font-weight: bold;
        margin-top: 1px;
        font-size: 11px;
        margin-bottom: 0px;
        text-align: left;
        float: left;
    }

.posted span {
    background-color: #bee5eb !important;
}

.color_lgnd div span {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    border: 1px solid rgba(-101, 190, 106, -53.64);
}


.Confirmed span {
    background-color: #c3e6cb !important;
}

.Pending span {
    background-color: #ffeeba !important;
}

.Started span {
    background-color: #a8cac3 !important;
}
.Arrived span {
    background-color: #a9dbd6 !important;
}

.OnBoard span {
    background-color: #b5d89f !important;
}

.Expired span {
    background-color: #e6efc4 !important;
    color: #f7531f !important;
}

.Import span {
    background-color: #c8cbf2 !important;
    color: #fffcfc !important;
}

.Assigned span {
    background-color: #b8daff !important;
    color: #f7531f !important;
}

.Cancelled span {
    background-color: #f5c6cb !important;
    color: #f7531f !important;
}

.Finished span {
    background-color: #dddfe2 !important;
}

.Noshow span {
    background-color: #eacddf !important;
}

.Reverted span {
    background-color: #a79a9b !important;
    color: #f7531f !important;
}


.page-title h3 {
    padding: 1px 11px;
    font-size: 18px;
    color: #000;
    padding-left: 0;
}

.popover {
    z-index: 2000;
}

.lng_name {
    width: 130px;
}

#invce_page .logo {
    height: 120px;
}



#invce_page .compny_info {
    /* line-height: 30px; */
}

#invce_page .inv-detal {
    border: none;
}

    #invce_page .inv-detal td {
        padding: 3px 8px;
    }

    #invce_page .inv-detal tr:hover {
        background: #fff;
        border: none;
    }

#invce_page h3 {
    font-weight: bold;
}

#invct_dtls_amnt .sno {
    width: 50px;
}


#invct_dtls_amnt .price {
    width: 125px;
}

#invct_dtls_amnt .tax {
    width: 90px;
}

#invct_dtls_amnt .total {
    width: 150px;
}

#invct_dtls_amnt .footer {
    border: none;
    background: #fff !important;
}

#invct_dtls_amnt .net-amount {
    font-size: 15px;
}


#invce_page .bank {
    padding-left: 10px;
}

#invce_page .bank {
    border: none !important;
    width: 100%;
    float: left;
}

    #invce_page .bank td {
        padding-left: 22px;
        width: 130px !important;
    }

#invce_page .terms {
    padding-left: 22px;
}

/*Pre loader start */
#frm_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.49);
    z-index: 2000;
}

    #frm_overlay .overay_inr {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #111;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

    .ball-clip-rotate-multiple > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -20px;
        top: -20px;
        border: 4px solid #fff;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-radius: 100%;
        height: 55px;
        width: 55px;
        -webkit-animation: rotate 1s 0s ease-in-out infinite;
        animation: rotate 1s 0s ease-in-out infinite;
    }

        .ball-clip-rotate-multiple > div:last-child {
            display: inline-block;
            top: -10px;
            left: -10px;
            width: 35px;
            height: 35px;
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            border-color: #fff transparent #fff transparent;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }
/*Pre loader end */

.sl_no {
    padding: 0px !important;
    width: 39px !important;
}

.login_wrapper1 {
    width: 303px;
}
/*@media (min-width:200px) and (max-width:340px) {
    .login_wrapper {
        width: 90%;
    }
}*/

.clone {
    padding: 1px !important;
    width: 42px !important;
}

.delete {
    padding: 1px !important;
    width: 36px !important;
}

.sl_notr {
    padding: 0px !important;
    width: 39px !important;
}

.clone_tr {
    padding: 1px !important;
    width: 42px !important;
}

.swap_tr {
    padding: 1px !important;
    width: 90px !important;
}

.delete_tr {
    padding: 1px !important;
    width: 36px !important;
}

.sl_no_rs {
    padding: 0px !important;
    width: 39px !important;
}

.clone_rs {
    padding: 1px !important;
    width: 42px !important;
}

.delete_rs {
    padding: 1px !important;
    width: 36px !important;
}

.tg_time_tr {
    width: 90px;
}

.tg_time_rs {
    width: 90px;
}

.Send_to_tr {
    width: 237px;
}

#doc-table tbody tr .Jremove-doc {
    display: none;
}

#doc-table tbody tr:last-child .Jremove-doc {
    display: block;
}

.exitfullscreen {
    background: #ee2d24;
}

.socialMedia_width {
    width: 111px !important;
}

.amount {
    font-weight: bold !important;
}

.errorname {
    color: red;
}

.autocomplete-with-hidden {
    display: block !important;
}

.login_wdthd {
    max-width: 559px !important;
    position: fixed !important;
    top: 50%;
    left: 45%;
    width: 50em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
}

.SumoSelect .select-all {
    height: 36px !important;
}

.cutm_chn {
    color: #008ae6 !important;
    text-transform: capitalize;
}

.prf_rate {
    width: 58px;
    cursor: none;
    pointer-events: none;
}
/* Step wizards css  */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

    .step .step-item {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-top: 0;
        min-height: 1rem;
        position: relative;
        text-align: center;
    }

        .step .step-item:not(:first-child)::before {
            background: #26b99a;
            content: "";
            height: 2px;
            left: -50%;
            position: absolute;
            top: 9px;
            width: 100%;
        }

        .step .step-item a {
            color: #acb3c2;
            display: inline-block;
            padding: 20px 10px 0;
            text-decoration: none;
        }

            .step .step-item a::before {
                background: #26b99a;
                border: .2rem solid #fff;
                border-radius: 50%;
                content: "";
                display: block;
                height: 20px;
                left: 52%;
                position: absolute;
                top: -0.1rem;
                transform: translateX(-50%);
                width: 20px;
                z-index: 1;
            }

        .step .step-item.active a::before {
            background: #fff;
            border: .3rem solid #26b99a;
        }

        .step .step-item.active ~ .step-item::before {
            background: #e7e9ed;
        }

        .step .step-item.active ~ .step-item a::before {
            background: #e7e9ed;
        }

        .step .step-item.not_verifi a:before, .step .step-item.not_verifi:before {
            background: #FF9800;
        }
/* End */

.df_clr {
    margin-top: 10px;
    color: black !important;
    text-align: center;
    text-decoration-skip-ink: inherit;
}

.page-title .turpkg_view_mrgn {
    margin-top: 5px;
}

@page {
    size: A4 landscape;
}

table, figure {
    page-break-inside: avoid;
}

.cus_height {
    height: 50px !important;
}

#country_code_txt {
    width: 60%;
    position: absolute;
    cursor: pointer;
    background-color: #fff !important;
}

.contry_code_select {
    padding-right: 50% !important;
}

.compny_info {
    background-color: #ffffff;
    margin-bottom: 0;
    color: #303640;
    padding-bottom: 4px;
    padding: 0 4px;
    width: 100%;
    float: left;
    border-right: 1px solid #bdbdbd;
}

    .compny_info ul {
        padding-left: 0;
        float: left;
        width: 100%;
        margin-bottom: 3px;
    }

        .compny_info ul li {
            list-style: none;
            float: left;
            width: 100%;
        }

.compny_logo {
    width: 100%;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-right: 5px;
    float: left;
}


.pwrby {
    padding-top: 10px;
    font-size: 65%;
}


.t_logo {
    width: 40%;
    padding-right: 5px;
    margin-right: 0;
}

.compnyy_nme {
    font-size: 13px !important;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-top: 12px;
    border: none !important;
    font-size: 16px;
    font-weight: 900;
}

.chk_ns {
    margin-top: 34px;
}

.chk_lbl {
    margin-left: 18px;
    display: contents;
}

.jo_rej_rows {
    max-height: 350px;
    overflow-y: scroll;
}

.adhoc_tg_time {
    width: 3% !important;
}

.adhoc_ref_no {
    width: 150px;
}

/*.adhoc_tg_attraction {
    width: 10%; /*chaged by a*/
}

*/ .adhoc_tg_sendto {
    width: 248px;
}

.adhoc_tg_amount {
    width: 100px;
}

.adhoc_tg_Price {
    width: 100px;
}

.adhoc_guest_name {
    width: 4% !important;
}

.adhoc_no_guest {
    width: 85px;
}

.adhoc_tr_from {
    width: 5% !important;
}

.adhoc_tr_to {
    width: 5% !important;
}

.adhoc_tr_vehicle {
    width: 6%;
}

.adhoc_tr_type {
    width: 4%;
}

.adhoc_assignto {
    width: 8% !important;
}

.adhoc_sendto {
    width: 8% !important;
}

.adhoc_client_refono {
    width: 3% !important;
}

.adhoc_our_refono {
    width: 3% !important;
}

.adhoc_rate {
    width: 2%;
}

.adhoc_price {
    width: 2%;
}

.adhoc_action {
    width: 2%;
}

.adhoc_delete {
    width: 1%;
}

.adhoc_Contactperson {
    width: 177px;
}

.adhoc_foodcategory {
    width: 116px;
}

.adhoc_mealcategory {
    width: 200px;
}

.adhoc_mealno {
    width: 2% !important;
}

.adhoc_contactno {
    width: 4% !important;
}

.adhoc_tg_attraction {
    width: 12%;
}

/*** custom file upload***/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    float: left; /* IE 9 Fix */
}

#asgn_tble {
    display: block;
    max-height: 250px;
    overflow-y: auto;
}

/*employee details table in adhoc create*/

.emp_job_detl_tbl .coloumn1 {
    width: 20%;
}

.emp_job_detl_tbl .coloumn2 {
    width: 80%;
}

    .emp_job_detl_tbl .coloumn2 b {
        font-size: 18px !important;
    }

.add_surcharge {
    width: 4%;
}

.surchrage {
    width: 17%;
}

/* invoice guest name, no of guest alignment*/
.invc_guest_contnr {
    font-size: 20px !important;
}

.invc_gust_nam {
    text-align: left;
    padding-left: 25px;
}

.invc_gust_cunt {
    text-align: right;
    padding-right: 25px;
}

.Adhoc_Row tr td {
    padding: 10px;
}

.Adhoc_Row td .add_surcharge {
    padding: 0px;
}

/*import jo added by bala {end}*/

.hotels-details headings hotels-details-header headings hotels-details-header-row .column1 {
    width: 25%;
}

.hotels-details headings hotels-details-header headings hotels-details-header-row .column2 {
    width: 25%;
}

.hotels-details headings hotels-details-header headings hotels-details-header-row .column3 {
    width: 25%;
}

.hotels-details headings hotels-details-header headings hotels-details-header-row.column4 {
    width: 25%;
}

.hotels-details-add-btn {
    font-size: 10px !important;
    margin-bottom: 5px !important;
}

.hotels-details .hotels-details-header .hotels-details-header-row th {
    padding: 5px !important;
}

.detail_child {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}

.hotels-details-view {
    height: 165px;
    max-height: 165px !important;
    overflow-y: auto !important;
    border: 1px solid #dadada;
}

    .hotels-details-view td {
        font-size: 13px !important;
    }

.hotels-details-container {
    border: 1px solid #dadada;
    padding: 5px;
}

/*hotel details added by bala {end}*/

/*tour package view added by bala {start}*/

.hotel_tp_view_cont {
    border-bottom: 1px solid #dadada;
    font-size: 13px;
}

.tourpackage_view_tbl .table tr td:nth-child(1) {
    width: 30%;
}

.tourpackage_view_tbl .table tr td:nth-child(2), .tourpackage_view_tbl .table tr td:nth-child(3) {
    width: 20%;
}

.tourpackage_view_tbl .table tr td:nth-child(4), .tourpackage_view_tbl .table tr td:nth-child(5) {
    width: 15%;
}

.selected_job {
    background-color: #3c763d;
}

/*tour package view added by bala {end}*/

.adhocjob_create_logo:hover {
    background-color: #a8cac3;
}

.adhocjob_create_logo_caption {
}
/*.job_type {
    width: 12%;
}*/
/*.job_lspname {
    width: 5%;
}
.job_assignto {
    width: 2%;
}*/

.job_viewicon {
    width: 1%;
}

.Jmap {
    font-size: 10px;
    cursor: pointer;
}

/*import jo added by bala {start}*/

.import-jo-checkbox {
    height: 20px;
    width: 20px;
}

.import-jo-checkbox-all {
    height: 20px;
    width: 20px;
}

.import-jo-heading {
    text-align: center;
    font-weight: normal;
    color: #000;
}

.import-jo-body {
    text-align: center;
    font-weight: normal;
    color: #000;
}

.import-panel-jo-heading {
    padding-bottom: 35px;
}

.import-panel-jo-body {
    padding: 5px !important;
}

.import-lbl-cell {
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-lbl-cell-textarea {
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-jo-panel:nth-child(odd) .import-panel-jo-body {
    background-color: #efefef;
}

.import-jo-panel:nth-child(even) .import-panel-jo-body {
    background-color: #fff;
}

/*.import-jo-panel:nth-child(odd) :hover{
    background-color: #efefef;
}

.import-jo-panel:nth-child(even) :hover {
    background-color: #efefef;
}*/

.import-jo-panel:nth-child(odd) .import-panel-jo-heading {
    background-color: #efefef !important;
    border-bottom: 1px solid #dadada !important;
}

.import-jo-panel:nth-child(even) .import-panel-jo-heading {
    background-color: #fff !important;
    border-bottom: 1px solid #dadada !important;
}

.import-jo-panel:nth-child(odd) .import-jo-body .import-jo-cell label.import-lbl-cell {
    font-weight: normal !important;
    padding: 5px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.import-jo-panel:nth-child(even) .import-jo-body .import-jo-cell label.import-lbl-cell {
    font-weight: normal !important;
    padding: 5px;
    border: 1px solid #dadada;
    background-color: #fff;
}


.import-jo-master-header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #dadada;
}

.adhoc_job_adult {
    width: 10%;
}

.adhoc_job_children {
    width: 10%;
}

.adhoc_job_infant {
    width: 10%;
}

.adhoc_job_seniorcitizen {
    width: 10%;
}

.adhoc_job_Notes {
    width: 60%;
}


.import-jo-panel:nth-child(even) import-panel-error {
    background-color: #f9dfdf !important;
}


.import-jo-panel.import-panel-error .import-panel-jo-heading {
    background-color: #fbe0e0 !important;
}


.import_result_txt {
    font-size: 14px;
    padding: 5px;
    /*border-bottom: 1px solid #dadada;*/
}

.imprt_count_btns {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 14px;
}
/*import jo added by bala {end}*/

.trpkg_time {
    width: 9%;
}

.trpkg_from {
    width: 22%;
}

.trpkg_To {
    width: 22%;
}

.trpkg_Vehicle {
    width: 22%;
}

.trpkg_Transport {
    width: 42%;
}

.trpkg_noofGuest {
    width: 15%;
}

.trpkg_sento {
    width: 38%;
}

.trpkg_surcharge {
    width: 37%;
}

.trpkg_Rate {
    width: 9%;
}

.trpkg_Amount {
    width: 10%;
}

.cus_chkbox {
    height: 20px !important;
    width: 21px !important;
}

.job_detail_page {
    color: #000;
}

/*set menus, buttons, lables and headers are camel case start*/

.menu_section .side-menu a, .btn, .name_txt_case, label, table th, option {
    text-transform: capitalize !important;
}


/*set menus, buttons, lables and headers are camel case end*/

.JLmap {
    cursor: pointer;
}

    .JLmap:hover {
        color: red;
    }

/*job details page added by bala {start}*/
.job_detail_page tr td {
    padding: 5px !important;
}

.caml_cas {
    text-transform: capitalize !important;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #d6dee0;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timeline_container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline_container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: white;
        border: 4px solid #46b8da;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timeline_left {
    left: 0;
}

/* Place the container to the right */
.timeline_right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline_left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d6dee0;
}

/* Add arrows to the right container (pointing left) */
.timeline_right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d6dee0 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline_right::after {
    left: -13px;
}

/* The actual content */
.timeline_content {
    padding: 10px 15px;
    background-color: #d6dee0;
    position: relative;
    border-radius: 6px;
}

    .timeline_content a {
        color: #14647b !important;
    }

        .timeline_content a.link_a {
            text-decoration: underline;
            cursor: pointer;
        }

            .timeline_content a.link_a i {
                color: #bf2b2b;
            }

    .timeline_content .timeline_timer {
        font-size: 15px;
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline_container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline_container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline_left::after, .timeline_right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline_right {
        left: 0%;
    }
}

/*job details page added by bala {end}*/

.add_class {
    width: 100% !important;
}

.btm_addbtn {
    display: block;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 5px;
}

    .btm_addbtn .ad_jobs {
        padding: 0px 5px;
        margin-top: 3px;
    }

.Adhoc_Row tbody tr td, .align_class tbody tr td {
    vertical-align: top;
    padding-top: 4px;
}

.Jdata-row tbody tr td, .align_class tbody tr td {
    vertical-align: top;
    padding-top: 4px;
}

.add_surcharge .panel-body {
    padding: 2px !important;
}

    .add_surcharge .panel-body table tbody tr td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        border: none;
    }

    .add_surcharge .panel-body table {
        border: none;
        width: 100% !important;
    }

        .add_surcharge .panel-body table tbody tr td:first-child {
            width: 70% !important;
        }

        .add_surcharge .panel-body table tbody tr td:nth-child(2) {
            width: 30% !important;
        }




/*hotel details icon size added by bala {start}*/

.Jhtl-remove {
    font-size: 20px !important;
}

.Jhtl-edit {
    font-size: 20px !important;
    padding: 10px 6px !important;
}

/*hotel details icon size added by bala {end}*/


/*Ad-hoc custom design changes added by bala {start} */

.oddevenclrdfr tr.Jdata-row:nth-child(odd) {
    background: #fff;
}

.oddevenclrdfr tr.Jdata-row:nth-child(even) {
    background: #efefef;
}

.oddevenclrdfr tr.Jdata-row:hover {
    border: 1.5px solid #777777;
    border-top: 2px solid #777777;
}

.oddevenclrdfr .adhoc_action {
    text-align: center;
}

    .oddevenclrdfr .adhoc_action i {
        padding: 10px;
    }

.oddevenclrdfr .adhoc_delete i {
    padding: 10px;
}

/*Ad-hoc custom design changes added by bala {end} */


/**/

.jo_outer_container {
    width: 100%;
}

    .jo_outer_container .iner_cell_container . {
        padding: 5px;
        border: 1px solid #dadada;
    }

        .jo_outer_container .iner_cell_container . .iner_lbl {
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .jo_outer_container .iner_cell_container . .iner_text {
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .jo_outer_container .iner_cell_container .:nth-child(1) {
            width: 25%;
        }

        .jo_outer_container .iner_cell_container .:nth-child(2) {
            width: 25%;
        }

        .jo_outer_container .iner_cell_container .:nth-child(3) {
            width: 25%;
        }

        .jo_outer_container .iner_cell_container .:nth-child(4) {
            width: 25%;
        }

.romv_iner_brder .jo_outer_container .iner_cell_container . {
    border: none;
    border-right: 1px solid #dadada;
}
/*padding right 0*/
.pad_r_0 {
    padding-right: 0 !important;
}

/*padding left 0*/

.pad_l_0 {
    padding-left: 0 !important;
}

.pad_3px {
    padding: 3px !important;
}

.marb1px {
    margin-bottom: 0.5px !important;
}

.pad_b_0 {
    padding-bottom: 0 !important;
}

.job_pop_dte {
    width: 26%;
}

.chdrn_cnt {
    width: 10%;
}

.with_tg {
    width: 11% !important;
}

.sendto_List .panel-heading {
    padding: 6px 11px !important;
}

.sendto_List .panel-title {
    font-size: 15px !important;
}

.Jitinerary-base table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: none !important;
    border-bottom: none !important;
}

.Jitinerary-base.ta-clr tr.Jdata-row .hed_sect, .Jitinerary-base.res-clr tr.Jdata-row .hed_sect, .Jitinerary-base.tg-clr tr.Jdata-row .hed_sect {
    padding: 5px;
    color: #fff;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 17px;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(odd) table.Adhoc_Row {
    background-color: #d9dcef;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(even) table.Adhoc_Row {
    background-color: #fff;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(odd) .hed_sect {
    background-color: #5360a9;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(even) .hed_sect {
    background-color: #5360a9;
}



.Jitinerary-base.res-clr tr.Jdata-row:nth-child(odd) table.Adhoc_Row {
    background-color: #e0edf9;
}

.Jitinerary-base.res-clr tr.Jdata-row:nth-child(even) table.Adhoc_Row {
    background-color: #fff;
}

.Jitinerary-base.res-clr tr.Jdata-row:nth-child(odd) .hed_sect {
    background-color: #649dd2;
}

.Jitinerary-base.res-clr tr.Jdata-row:nth-child(even) .hed_sect {
    background-color: #649dd2;
}



.Jitinerary-base.ta-clr tr.Jdata-row:nth-child(odd) table.Adhoc_Row {
    background-color: #e9f7f9;
}

.Jitinerary-base.ta-clr tr.Jdata-row:nth-child(even) table.Adhoc_Row {
    background-color: #fff;
}

.Jitinerary-base.ta-clr tr.Jdata-row:nth-child(odd) .hed_sect {
    background-color: #48a7b3;
}

.Jitinerary-base.ta-clr tr.Jdata-row:nth-child(even) .hed_sect {
    background-color: #48a7b3;
}

/*New*/
.Jitinerary-base.ta-clr .Jdata-row .hed_sect, .Jitinerary-base.res-clr .Jdata-row .hed_sect, .Jitinerary-base.tg-clr .Jdata-row .hed_sect {
    padding: 5px;
    color: #fff;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 17px;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(odd) div.Adhoc_Row {
    background-color: #d9dcef;
}

.Jitinerary-base.tg-clr tr.Jdata-row:nth-child(even) div.Adhoc_Row {
    background-color: #fff;
}

.Jitinerary-base.tg-clr .Jdata-row:nth-child(odd) .hed_sect {
    background-color: #5360a9;
}

.Jitinerary-base.tg-clr .Jdata-row:nth-child(even) .hed_sect {
    background-color: #5360a9;
}


/*TR*/
.Jitinerary-base.ta-clr .Jdata-row {
    margin-bottom: 8px;
}

    /*.Jitinerary-base.ta-clr .Jdata-row:last-child {
        margin-bottom: 0;
    }*/

    .Jitinerary-base.ta-clr .Jdata-row .Adhoc_Row {
        padding-top: 5px;
        border: 1px solid #dadada;
        border-top: none;
    }

    .Jitinerary-base.ta-clr .Jdata-row:nth-child(even) div.Adhoc_Row {
        background-color: #fff;
    }

    .Jitinerary-base.ta-clr .Jdata-row:nth-child(odd) div.Adhoc_Row {
        background-color: #e9f7f9;
    }

    .Jitinerary-base.ta-clr .Jdata-row:nth-child(odd) .hed_sect {
        background-color: #48a7b3;
    }

    .Jitinerary-base.ta-clr .Jdata-row:nth-child(even) .hed_sect {
        background-color: #48a7b3;
    }
/*End*/
.pad_lf_10px {
    padding-left: 10px;
}


/*Rest*/
/*.Jitinerary-base.res-clr .Jdata-row:nth-child(odd) table.Adhoc_Row {
    background-color: #e0edf9;
}

.Jitinerary-base.res-clr .Jdata-row:nth-child(even) table.Adhoc_Row {
    background-color: #fff;
}

.Jitinerary-base.res-clr .Jdata-row:nth-child(odd) .hed_sect {
    background-color: #649dd2;
}

.Jitinerary-base.res-clr .Jdata-row:nth-child(even) .hed_sect {
    background-color: #649dd2;
}*/


.Jitinerary-base.res-clr .Jdata-row {
    margin-bottom: 8px;
}

    /*.Jitinerary-base.res-clr .Jdata-row:last-child {
        margin-bottom: 0;
    }*/

    .Jitinerary-base.res-clr .Jdata-row .Adhoc_Row {
        padding-top: 5px;
        border: 1px solid #dadada;
        border-top: none;
    }

    .Jitinerary-base.res-clr .Jdata-row:nth-child(even) div.Adhoc_Row {
        background-color: #fff;
    }

    .Jitinerary-base.res-clr .Jdata-row:nth-child(odd) div.Adhoc_Row {
        background-color: #e0edf9;
    }

    .Jitinerary-base.res-clr .Jdata-row:nth-child(odd) .hed_sect {
        background-color: #649dd2;
    }

    .Jitinerary-base.res-clr .Jdata-row:nth-child(even) .hed_sect {
        background-color: #649dd2;
    }

/*TG*/
.Jitinerary-base.tg-clr .Jdata-row {
    margin-bottom: 8px;
}

    /*.Jitinerary-base.tg-clr .Jdata-row:last-child {
        margin-bottom: 0;
    }*/

    .Jitinerary-base.tg-clr .Jdata-row .Adhoc_Row {
        padding-top: 5px;
        border: 1px solid #dadada;
        border-top: none;
    }

    .Jitinerary-base.tg-clr .Jdata-row:nth-child(even) div.Adhoc_Row {
        background-color: #fff;
    }

    .Jitinerary-base.tg-clr .Jdata-row:nth-child(odd) div.Adhoc_Row {
        background-color: #d9dcef;
    }

    .Jitinerary-base.tg-clr .Jdata-row:nth-child(odd) .hed_sect {
        background-color: #5360a9;
    }

    .Jitinerary-base.tg-clr .Jdata-row:nth-child(even) .hed_sect {
        background-color: #5360a9;
    }

}

.Jemail-files .custom-file-upload input {
    margin: 5px;
}

.fld_set.max_height {
    max-height: 160px;
    overflow: auto;
}

.vtop {
    display: inline-block !important;
    vertical-align: top !important;
    float: none !important;
}

.vmiddle {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

.vbottom {
    display: inline-block !important;
    vertical-align: bottom !important;
    float: none !important;
}

.pad1px {
    padding: 1px !important;
}

.pad4px {
    padding: 4px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.col-half-offset {
    margin-left: 4.166666667%;
}

/*Driver Ratecard Template {start}*/

.driver_rct_cont:nth-child(odd) {
    background-color: #e8eff9;
}

.driver_rct_cont:nth-child(even) {
    background-color: #fff;
}

/*Driver Ratecard Template {end}*/

.fake-input {
    margin-bottom: 0;
    display: block;
    width: 100%;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 33px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 8px 12px;
    max-width: 100%;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ececec;
    line-height: 1.42857143;
    color: #555;
    webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.addnlcharge-head {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 8px 5px;
    max-width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    line-height: 1.42857143;
    color: #000;
    webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.surcharge-head {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    height: 32px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 8px 5px;
    padding-top: 4px;
    max-width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    line-height: 1.42857143;
    color: #000;
    webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.surcharge-body {
    background-color: #fff;
    width: 100%;
    height: 130px;
    max-height: 130px;
    border-top: none;
    overflow: auto;
    border: 0.3px solid #dadada;
}

.surcharge-body-content {
    padding: 4px;
}

.surcharge-head-btn {
    float: right;
    padding: 2px;
}

.addnlcharge-body {
    background-color: #fff;
    width: 100%;
    height: 125px;
    max-height: 125px;
    border-top: none;
    overflow: auto;
    border: 0.3px solid #dadada;
}

.addnlcharge-body-content input {
    margin: 2px;
}

.addnlcharge-head .addnlcharge-text-area {
    float: left;
    width: 100%;
}

.addnlcharge-head .addnlcharge-icon-area {
    float: right;
}

.addnl-stops-input {
    width: 30%;
    margin-bottom: 5px;
}

.addnl-stops-btn {
    border-radius: 3px;
    height: 24px;
    vertical-align: top;
    padding: 4px;
}

.add-addnl-stops {
    width: 97% !important;
    margin: 5px !important;
}

.addnl-stops-field-icon {
    float: right;
    margin-right: 5%;
    margin-top: -28px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #ee2d24;
    background: #fff;
}

    .addnl-stops-field-icon:hover {
        color: #000;
    }

.line_10px {
    line-height: 10px;
}

.line_10pxIm {
    line-height: 10px !important;
}

.custom_check_box {
    height: 20px !important;
    width: 21px !important;
}

label.force-hide {
    display: none !important;
}

.clr-disabled {
    background-color: #eee;
}

.cust_check_16px {
    height: 16px;
    width: 16px;
}

.pad_lf_8px {
    padding-left: 8px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-left-10px {
    margin-left: 10px;
}

.margin-right-10px {
    margin-right: 10px;
}

.margin-top-15px {
    margin-top: 15px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-right-15px {
    margin-right: 15px;
}

.margin-top-5px {
    margin-top: 15px;
}

.margin-bottom-5px {
    margin-bottom: 15px;
}

.margin-left-5px {
    margin-left: 15px;
}

.margin-right-5px {
    margin-right: 15px;
}

.attr_img {
    width: 70px;
    height: 70px;
}

.attr_info_img {
    max-height: 200px;
    width: auto;
}


.wrapper {
    width: 100%;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}


.Jattraction_row .panel-heading {
    padding: 0;
    border: 0;
}

.Jattraction_row .panel-title > a, .Jattraction_row .panel-title > a:active {
    display: block;
    padding: 3px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.Jattraction_row .panel-heading a.Jattraction_open:before {
    /* background-position: center; */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    margin-top: 26px;
    margin-right: 72px;
}

.Jattraction_row .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ticket-panel {
    background-color: #dadada;
}
/*//=====================*/
.ticket-panel {
    padding: 7px 7px;
    border: none !important;
    margin-bottom: 0;
    background-color: transparent;
}

    .ticket-panel .panel {
        border: none;
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 0;
        border-radius: 12px;
    }

    .ticket-panel .panel-body {
        padding: 0;
    }

.ticket {
    position: relative;
    border: 1px dashed #dadada;
    background: rgba(245, 245, 245, 0.34);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    /*outline: 1px dashed #d8d8d8;
    outline-offset: -13px;*/
    padding: 7px 17px;
    /*border-radius: 4px;*/
    border-radius: 8px;
}

    /*.ticket-panel .panel:nth-child(even) .ticket {
    background-color: #364df44a;
}

    .ticket-panel .panel:nth-child(even) .ticket:after,
    .ticket-panel .panel:nth-child(even) .ticket:before {
        background-color: #364df44a;
    }*/

    .ticket:before,
    .ticket:after {
        height: 25px;
        width: 14px;
        content: '';
        position: absolute;
        /* top: 0.9em; */
        top: 35%;
        height: 1.9em;
        width: 1em;
        border: 0px solid #364df44a;
    }

    .ticket:before {
        left: -1px;
        border-radius: 0 1em 1em 0;
        border-left-color: white;
        background-color: #b9e0ff;
    }

    .ticket:after {
        right: -1px;
        border-radius: 1em 0 0 1em;
        border-right-color: white;
        background-color: #b9e0ff;
    }

.ticket-circle {
    margin-left: -20px;
    margin-top: -7px;
    color: #adadb5;
}

.font-design {
    font-weight: 700;
    padding-bottom: 0;
}
/**/



#lblCartCount {
    font-size: 12px;
    background: #f44336;
    color: #fff;
    padding: 0px 4px;
    vertical-align: top;
    margin-left: -11px;
    margin-top: -4px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.panel-body.Jattraction_Text {
    background-color: #b9e0ff;
    padding-left: 14px;
    padding-right: 14px;
}

.attrct_t_d {
    border-radius: 5px;
    padding: 14px 14px 14px 14px;
    background-color: #dadada;
    text-align: justify;
}

.display_blk {
    display: block;
}

.joindex_card {
    background-color: white;
}

    .joindex_card .input-group {
        margin-bottom: 0 !important;
    }

#noofPax {
    width: 27%;
}

.details_text {
    border: 1px solid darkgray;
    padding: 7px 12px;
    background-color: white !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    width: 230px !important;
}

    .details_text:focus {
        box-shadow: 0 0 4px rgba(241, 246, 249, 0.5) !important;
        border-color: #dae1e4 !important;
    }

.mar_top {
    margin-top: 10px;
}

.login_content form div a.loginpage_New {
    padding: 2px 5px;
    color: #ffffff;
    text-shadow: none;
    width: auto !important;
    font-size: 16px;
}

    .login_content form div a.loginpage_New:hover {
        text-decoration: none;
    }

.txt_chg {
    font-size: 14px;
    font-weight: 600;
}

.SumoSelect.sumo_CountryCode > div.optWrapper {
    width: 304px !important;
}

.SumoSelect.sumo_CountryCode .CaptionCont.SelectBox {
    padding: 6px 8px !important;
    height: 33px !important;
}

.ad_atr_ino {
    position: absolute;
    right: 24px;
    top: 22px;
    font-size: 22px !important;
    color: #555;
}

.ad_atr_ticketino {
    position: absolute;
    right: 24px;
    top: 26px;
    font-size: 22px !important;
    color: #555;
}

.attraction_info {
    padding: 12px;
}

.attraction_info {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    margin-bottom: 3px;
}

.u-color-brand-success {
    color: #567592 !important;
}

.right_clumn {
    display: flex;
    transform: translate(0%, 70%);
    float: right;
}

.attrct_text_align {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: right;
    margin-right: 20px;
}

.attract_text_info {
    font-size: 22px !important;
    color: #555;
}

.attr_mrglft_26 {
    margin-left: 26px;
    margin-top: -1px;
}

.ticket_withevent:before {
    left: -1px;
    border-radius: 0 1em 1em 0;
    border-left-color: white;
    background-color: #b9e0ff;
}
.ticket_withevent:after {
    right: -1px;
    border-radius: 1em 0 0 1em;
    border-right-color: white;
    background-color: #b9e0ff;
}

.ticket_withevent {
    position: relative;
    border: 1px dashed #dadada;
    background: rgba(245, 245, 245, 0.34);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 17px;
    /* border-radius: 4px; */
    border-radius: 8px;
}

    .ticket_withevent:before, .ticket_withevent:after {
        height: 25px;
        width: 14px;
        content: '';
        position: absolute;
        top: 3.5em;
        top: 38%;
        height: 1.9em;
        width: 1em;
        border: 0px solid #364df44a;
    }

.tic_mar_top12 {
    margin-top: 10px;
}
.obo_details
{
    background-color: #649dd2;
}
#viewjopopup .switch-label-lg div {
    left: 41% ;
}
#viewjopopup .switch-label-lg input:checked ~ i {
    left: 86px ;
}
.label_change {
    display: contents !important;
    width: 0px !important;
}
/*.sento_readonly {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #eee !important;
}*/
.sento_readonly .btn-group {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1 !important;
}
    .sento_readonly .btn-group .multiselect {
        cursor: not-allowed !important;
        background-color: #eee !important;
        opacity: 1 !important;
    }

.Pv_column1 {
    width: 274px;
}
.rmtd_border > tbody > tr > td {
    border: none;
}
.JTic_quantity::-webkit-inner-spin-button,
.JTic_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
#frm_overlay_spinner{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.49);
    z-index: 2000;
}

    #frm_overlay_spinner .overay_inr {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #111;
    }*/
#register_page .cust_alert {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-right: 35px;
    text-shadow: none;
    margin-bottom: 15px;
}

#register_page .alert-dismissible .close {
    font-size: 26px;
    opacity: 1;
    font-weight: normal;
    /*margin-top: -35px;
    margin-right: -13px;*/
}


/**/
.modal-confirm, .modal-error {
    color: #636363;
    width: 700px;
}

    .modal-confirm .modal-content, .modal-error .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header, .modal-error .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4, .modal-error h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm .form-control, .modal-confirm .btn, .modal-error .form-control, .modal-error .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close, .modal-error .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-footer, .modal-error .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .icon-box, .modal-error .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }



        .modal-confirm .icon-box i, .modal-error .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

    .modal-confirm.modal-dialog, .modal-error.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn, .modal-error .btn {
        color: #fff;
        border-radius: 4px;
        background: #82ce34;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #6fb32b;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal-error .btn {
    color: #fff;
    border-radius: 4px;
    background: #ce3434;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-error .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ce3434;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-error .btn:hover, .modal-error .btn:focus {
    background: #961313;
    outline: none;
}
/**/
.transaction_btn {
    padding-right: 100px;
    padding-left: 100px;
}
.job_actionth {
width:4%;
}
.index_instruction {
    background: #620b03;
    padding: 7px 12px;
    border-radius: 5px;
    margin-top: 6px;
    display: inline-block;
    color: #fff;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 12px !IMPORTANT;
}
.index_refundstatusnotes {
    background: #2a1709;
    padding: 7px 12px;
    border-radius: 5px;
    margin-top: 6px;
    display: inline-block;
    color: #fff;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 12px !IMPORTANT;
}

.index_notes {
    background: #ffa723;
    padding: 7px 12px;
    border-radius: 5px;
    margin-top: 6px;
    display: inline-block;
    color: #fff;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 12px !IMPORTANT;
}
.updaterefundcss {
    background: #337ab7;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 14px;
}

h6, .h6 {
    font-size: 14px;
}


