﻿

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.arow_right > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu.arow_right:hover > a:after {
        border-left-color: #092240;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* -----------      ------    -------------  */



.head-logo {
    float: left;
    margin-top: 3px;
}
.crmLoginWrapper{ width: 100%; height: 100vh; position: relative; background: #fff;}
.crmLoginWrapper:before{ 
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100vh;
    background: url(../images/crmBG.jpg) no-repeat scroll 0 0;
    content: '';
    background-size: cover;
}

.log-middle {
    width: 400px;
    display: inline-block;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    border-radius: 15px;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
}
.overflowY{ overflow-y: hidden;}
.nm{}
#nm ul, #phn ul{ text-align:left; list-style: none; color: red; margin: 0; padding: 0 0 0 12px;}

.ri_td_tb_wd {
    padding-left: 10px;
    width: 450px;
    display: inline-table;
}

.top_nave_tab {
    margin-top: 0px;
    float: left;
}

    .top_nave_tab .table_td_p td {
        padding: 0px;
    }

    .top_nave_tab .nav > li > a {
        padding: 1px 15px;
    }

#ContentPlaceHolder1_rbOneWay {
    margin-left: 15px;
}

.container-fluid .sale-bg {
    background-color: #092240;
}
/***********Header & Home Page Start**********************/
nav.navbar.navbar-fixed-top.navbar-default {
    background-color: #007785;
    border-color: #015963;
    height: 50px;
}

.navbar-default .navbar-brand {
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.sgn {
    color: #ee6219;
    font-size: 16px !important;
}

.menu_simple {
    background-color: #ebebeb;
    margin-top: 51px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e3e3;
}


    .menu_simple ul {
        margin: 0;
        padding: 0;
        float: left;
    }

        .menu_simple ul li {
            display: inline;
        }

            .menu_simple ul li a {
                float: left;
                text-decoration: none;
                color: #1a1a1a;
                padding: 5px 10px;
                background-color: #ebebeb;
                border-left: 1px solid #ccc;
            }

                .menu_simple ul li a:visited {
                    color: #1a1a1a;
                }

                .menu_simple ul li a:hover, .menu_simple ul li .current {
                    color: #fff;
                    background-color: #ee6219;
                }

.log-page {
    background-image: url(../images/cms1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.form-control-login {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin-top: auto;
    background: 0 0;
    padding: 0px 25px 0 35px!important;
    border-width: 0 0 1px;
    border: 1px solid #ccc;
    line-height: 30px;
    border-radius: 35px;
    width: 100%;
    outline: none;
    height: 45px;
}
.form-control-login:placeholder{
    color: red;
}
    .form-control-login:hover {
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        margin-top: auto;
        background: 0 0;
        padding: 2px 15px;
        /*border-width: 0 0 1px;*/
        border-color: #092240;
        line-height: 30px;        
        width: 100%;
        -webkit-transition: .3s linear border;
        -moz-transition: .3s linear border;
        -o-transition: .3s linear border;
        transition: .3s linear border;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

::-webkit-input-placeholder {
    color: #444;
}

::-moz-placeholder {
    color: #444;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #444;
}
/* ie */
input:-moz-placeholder {
    color: #444;
}

.btn-new {
    background: #2196F3;
    border-color: #2196F3;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    height: 45px;
    border-radius: 35px;
    text-transform: uppercase;
}

.btn-success.btn-new.focus, .btn-success.btn-new:focus, .btn-success.btn-new:hover {
    background: #143665;
    border: 1px solid #143665;
}

.form-group {
    margin-bottom: 0;
    padding: 0;
}

    .form-group::after {
        content: "";
        display: block;
        clear: both;
    }

.login-txt {
    font-family: "Helvetica Neue",Helvetica,Verdana,Tahoma,Arial,sans-serif;
    font-size: 26px;
    color: #000;
    margin: 15px 0 5px;   
    width: 200px;
}

.login-txt-1 {    
    font-size: 17px;
    color: #000;
    text-align: center;
    margin: 0 0 30px;
    padding-top: 6px;
    text-transform: uppercase;
}

.log-middle .panel-body {
    padding-top: 0;
}

.log-middle .panel {
    margin-bottom: 0;
    border-radius: 15px;
    text-align: center;
}

.powred-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #000;
    text-align: center;
    padding: 12px 0;
}
/*.log-middle input[type=checkbox]::after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #ccc;
}
.log-middle input[type=checkbox] {
    position: relative;
    margin-right: 8px;
    top: -3px;
    right: 0;
}*/

.line {
    border-bottom: 3px solid #01233c;
}



@media handheld, only screen and (max-width: 320px) {
}

@media handheld, only screen and (max-width: 480px) {
    .form-control-flight {
        display: none !important;
    }
}

@media handheld, only screen and (max-width:667px) {
    .navbar-brand {
        padding: 15px 7px;
    }
}

@media handheld, only screen and (max-width:736px) {
}

@media handheld, only screen and (max-width: 768px) {
    .nav > li > a {
        padding: 0 20px !important;
    }
}

@media handheld, only screen and (max-width: 1024px) {
    #ContentPlaceHolder1_rbtnShowType td {
        float: left;
        width: 100%;
    }

    .form-control-flight {
        margin-left: 24px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 16px 20px;
    }

    .container-fluid .sale-bg {
        padding: 15px 0px;
    }

    .requst-txt h1 {
        margin-left: 15px;
    }

    .online-btn {
        padding: 10px 12px !important;
    }

    .nav.foo > li > a {
        padding: 10px 8px !important;
    }

    .navbar-header .navbar-brand {
        display: none;
    }

    #lblUserName {
        display: none;
    }

    .nav.navbar-nav.navbar-right > li.mob_user_ion {
        display: none;
    }

    .ri_td_tb_wd {
        float: left;
        width: 300px;
    }

    .menu_simple ul li a {
        font-size: 12px;
        padding: 10px 9px;
    }

    .top_nave_tab {
        width: 100%;
    }

    #divtdJourney span {
        width: 100%;
        float: left;
    }

    #ContentPlaceHolder1_rbOneWay {
        margin-left: 0px;
    }
}



/***********Header & Home Page End**********************/


/***********Add Follow Page Start**********************/


.row {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -2px;
}

.top-txt {
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    line-height: 32px;
}

.txt {
    font-family: Calibri;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 32px;
}

.txt-chk {
    font-family: Calibri;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 23px;
}

.orange {
    font-family: Calibri;
    font-size: 17px;
    color: #c84501;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 3px;
}

.form-control-add {
    display: block;
    width: 65%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
    -moz-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;
}

.form-control-callender {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAMAAABYi/ZGAAAAhFBMVEVdXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV379vAtAAAAK3RSTlMABgkPGCQnKi0wMzY5RUhOV1pdY2ZpbHJ4h4qWmZyfrrrAw8zY4eTw8/n8oODG8gAAAJZJREFUGJWNjFsSgjAQBNcXIkQRHzEBBTQGMXP/+5mAFhXgw/7Zqa6ZJSKaHxl1sMPsmy54L9qwNODuhtFaAkHkiAEZRCFpPG1vC0dicFbQ1hmWxlnrsni/Ma1DU1ToqIoGnRtgXXnyKa0T5CN+LsSLHkhzyN6t1J1uaicU791oK5GPtlyJv7ZTval/422tfGpN8jpEfgDWaSAEB8HKoAAAAABJRU5ErkJggg==') /*../images/callender.png*/ right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 90% 45%;
}

    .form-control-callender::-ms-expand {
        display: none;
    }

.form-control-timer {
    background-color: #fff;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAIAAAC0tAIdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaRJREFUeNp8UkGrAVEUHrerWEiyGEl6TSJZyFYp2cnCyoKNSdkp9f6DP2CFHX/Ago1Qko1ISUlTJCuFGgklzPveeObN6z3vW9zOufc753z3nKORJImRcb/fu93ubDZbLpf7/f5NRiAQsFqtzBOaB3u9XpdKpcViYTabQTIYDKvVCmGEkGg0GolEYHzSwZ7P5+l0OpPJDIdDuNvtdjqdwjidTuVyOZlM5vN5SQZzPp/fZYii+Lhqt9u5XE56ol6vIwCXsEmn09ntdqlUymg0Mn8BMpxOZ7VaxcfIaDSy2Wwej4d5jXA4fDgcBEEg+I3D4WD+BcdxOMGkl8tFr9er3yilSMPz/MONxWLBYBDG7XajkIv2qdl+v99utysuy7KbzQYGmNTn8/V6PchCj5XcaLk6vt/v43S5XARVIKZSqbwSjRk1Gg2v14vBERQNhUKDwaBWq/2mQkOhUNBqtYlE4mvy1+u1WCwiAM1Bs9ABSMQWjMfjZrMJUjabdbvd33sCtFotjOB4PKpzQ0A8HrdYLD+2SsFkMsFoUU2n02FkJpNJ/fohwAB5B+Y7AceABgAAAABJRU5ErkJggg==') /*../images/timer-icon.png*/;
    background-repeat: no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 85%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right;
    background-position: 90% 45%;
}

    .form-control-timer::-ms-expand {
        display: none;
    }

.form-control-arrow {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpizMjIEGJgYAhhIA6sYQES74A4EIg9CCjeCsSzmKCcXCD+gkcxSK4AxIBpuAPErXg0tELVwDWAQDcQX8Ci+AJUjgFdw18gTofSOMWY0Ew7BcTTkfizoGIMuDSAQCUQP4XiMnRJFhwhkovERgEAAQYACOcaCKerD8AAAAAASUVORK5CYII=') /*../images/arrow-duration.png*/ right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 90% 50%;
}

    .form-control-arrow::-ms-expand {
        display: none;
    }

.txtaria {
    border: 1px solid #a6a6a6;
    border-radius: 20px;
}

.btn-save {
    color: #333;
    background-color: #f7f7f7;
    border-radius: 20px;
    border-color: #a6a6a6;
    margin-top: 1px;
    width: 100px;
}

.table {
    width: 100%;
    overflow-x: scroll;
    min-width: 200px;
}

    .table > thead:first-child > tr:first-child > th {
        background-color: #dadada;
    }

.table-responsive {
    min-height: unset;
    overflow-x: unset;
}


/***********Add Follow Page End**********************/

/***********CRM Offline Agent Page Start**********************/
.main-totel {
    border: 1px solid #b7b6b6;
}

.main-totel-1 {
    border: 1px solid #b7b6b6;
    margin-top: 15px;
}

.totle-sale-txt {
    font-family: Calibri;
    font-size: 17px;
    color: #5f5f5f;
    line-height: 32px;
}

.totle-price-txt {
    font-family: Calibri;
    font-size: 38px;
    color: #4fb62c;
    line-height: 26px;
}

.totle-book-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #3f3f3f;
    line-height: 14px;
    text-transform: uppercase;
}

.totle-small-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #0b2241;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
}

.follow-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #a6a6a6;
    padding: 11px 0;
    text-align: center;
}

.follow-up {
    font-family: Calibri;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
}

.dest-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #046fe7;
    line-height: 15px;
}

.list-group-item > .badge {
    float: left;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 14px 6px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.badge {
    background-color: #be0404;
    margin-top: 9px;
}

.badge-1 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #bede0a;
    border-radius: 10px;
}

.ago-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #5f5f5f;
    line-height: 34px;
    margin-left: 15px;
}

.search-data {
    table-layout: fixed;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 272px;
}

.blue a {
    font-family: Calibri;
    font-weight: bold;
    font-size: 15px;
    color: #046fe7;
    line-height: 15px;
    margin-left: 6px;
    text-decoration: underline;
}

.panel-default > .panel-heading {
    color: #323232;
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 16px 0 20px 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Calibri;
    font-size: 15px;
    color: #5f5f5f;
    font-weight: bold;
    color: inherit;
}

.form-control-crm {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpizMjIEGJgYAhhIA6sYQES74A4EIg9CCjeCsSzmKCcXCD+gkcxSK4AxIBpuAPErXg0tELVwDWAQDcQX8Ci+AJUjgFdw18gTofSOMWY0Ew7BcTTkfizoGIMuDSAQCUQP4XiMnRJFhwhkovERgEAAQYACOcaCKerD8AAAAAASUVORK5CYII=') /*../images/arrow-duration.png*/ right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 1.42857;
    padding: 4px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 176px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 90% 50%;
    float: right;
    margin: -7px 26px 0 -202px;
}

    .form-control-crm::-ms-expand {
        display: none;
    }

.search-table {
    border-collapse: collapse;
    border: 1px dotted #808080;
    width: 1024px;
    color: #5f5f5f;
    font-family: Calibri;
    font-size: 15px;
}

th {
    padding: 10px 7px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #000;
    background: #fff;
    font-family: Calibri;
}

td {
    padding: 5px 10px;
    height: 18px;
    font-family: Calibri;
    font-size: 14px;
}

/***********CRM Offline Agent Page End**********************/
/***********CRM Offline Maneger Desbord Agent Page Start**********************/
.arrow-at {
    margin-left: 157px;
    background-color: #808080;
}

/***********CRM Offline Maneger Desbord Agent Page End**********************/

/***********CRM Online Maneger Desbord Agent Page End**********************/

.main-desbord {
    border: 1px solid #b7b6b6;
    background-color: #046fe7;
}

.desbord-txt-main {
    font-family: Calibri;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 33px;
}

.desbord-txt {
    font-family: Calibri;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.desbord-price-txt {
    font-family: Calibri;
    font-size: 38px;
    color: #fff;
    line-height: 26px;
}




/***********CRM Online Maneger Desbord Agent Page End**********************/

/***********request-quotes-details Page Start**********************/
.requst-txt h1 {
    font-family: Calibri;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.requst-txt h2 {
    
    font-size: 12px;
    color: #000;
    font-weight: 500;
    opacity: 1;
}

.requst-txt p {
    font-family: Calibri;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
    margin: 0 0 4px 0;
}

.requst-txt span {   
    font-size: 11px;
    color: #000;
    line-height: 16px;
    margin: 0 7px 4px 8px;
    display: inline-block;
}

.booking-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #FFF5F5;
    line-height: 18px;
}

.booking-small {
    font-family: Calibri;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin-left: 3px;
}

.amount-txt {
    font-family: Calibri;
    font-size: 16px;
    color: #c84501;
    font-weight: normal;
    text-align: right;
    float: right;
    margin: 10px 0 10px 0;
}

.remark-txt {
    font-family: Calibri;
    font-size: 16px;
    color: #c84501;
    font-weight: normal;
}

.remark-txt-small {
    font-family: Calibri;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: normal;
    margin-left: 4px;
}

.card-dtail-main {
    float: left;
    width: 100%;
    border: 1px solid #b0b0b0;
    padding: 13px 0 18px 0;
}

.holder-txt {
    font-family: Calibri;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 28px;
}

.holder-txt-blk {
    font-family: Calibri;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 28px;
    margin-left: 22px;
}

.search-data-quotes {
    table-layout: fixed;
   /* overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 200px;*/
}

.transaction-txt {
    font-family: Calibri;
    font-size: 15px;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 28px;
}

.transaction-txt-green {
    font-family: Calibri;
    font-size: 15px;
    color: #96d400;
    font-weight: normal;
    line-height: 28px;
    margin-left: 6px;
}

.search-table-new {
    border-collapse: collapse;
    border: 1px dotted #808080;
    color: #5f5f5f;
    font-size: 15px;
}

    .search-table-new th {
        padding: 10px 5px;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #808080;
        background: #fff;
        font-family: Calibri;
    }

    .search-table-new td {
        padding: 5px 5px;
        height: 35px;
        font-family: Calibri;
        font-size: 15px;
    }

.search-table-fltdetails {
    border-collapse: collapse;
    border: 1px dotted #808080;
    color: #5f5f5f;
    font-family: Calibri;
    font-size: 15px;
    width: 1024px;
}

    .search-table-fltdetails th {
        padding: 10px 5px;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #808080;
        background: #fff;
        font-family: Calibri;
    }

    .search-table-fltdetails td {
        padding: 5px 5px;
        height: 35px;
        font-family: Calibri;
        font-size: 15px;
    }


/***********request-quotes-details Page End**********************/

/***********Online-Firm-Edit Page End**********************/


.form-control-firm {
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 1.42857;
    padding: 4px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 107px;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
    margin: -7px -20px 0 0;
}

    .form-control-firm::-ms-expand {
        display: none;
    }

.form-control-dtl {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpizMjIEGJgYAhhIA6sYQES74A4EIg9CCjeCsSzmKCcXCD+gkcxSK4AxIBpuAPErXg0tELVwDWAQDcQX8Ci+AJUjgFdw18gTofSOMWY0Ew7BcTTkfizoGIMuDSAQCUQP4XiMnRJFhwhkovERgEAAQYACOcaCKerD8AAAAAASUVORK5CYII=') /*../images/arrow-duration.png*/ right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 0 0;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 95% 50%;
    margin-top: 7px;
}

    .form-control-dtl::-ms-expand {
        display: none;
    }

.form-control-cost {
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 4px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 7px;
}

    .form-control-cost::-ms-expand {
        display: none;
    }

.charge-txt {
    font-family: Calibri;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: normal;
}

.charge-txt-1 {
    font-family: Calibri;
    font-size: 16px;
    color: #ff7900;
    font-weight: normal;
    text-align: center;
}

.txtaria-1 {
    border: 1px solid #a6a6a6;
    border-radius: 0;
}

.btn-save-1 {
    color: #333;
    background-color: #f7f7f7;
    border-radius: 0;
    border-color: #a6a6a6;
    margin-top: 15px;
    margin-right: 16px;
    width: 100px;
    float: right;
}

/***********Online-Firm-Edit Page End**********************/

/***********View Flight Booking Page Start**********************/
.online-btn {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 10px 10px 10px 0;
    background-color: #5f5f5f;
}

.form-control-flight {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpizMjIEGJgYAhhIA6sYQES74A4EIg9CCjeCsSzmKCcXCD+gkcxSK4AxIBpuAPErXg0tELVwDWAQDcQX8Ci+AJUjgFdw18gTofSOMWY0Ew7BcTTkfizoGIMuDSAQCUQP4XiMnRJFhwhkovERgEAAQYACOcaCKerD8AAAAAASUVORK5CYII=') /*../images/arrow-duration.png*/ right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px 3px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 138px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 97% 50%;
    margin-top: -32px;
}

.big-txt {
    font-family: Calibri;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: bold;
}

.search-data-view {
    table-layout: fixed;
    /*overflow-x: scroll;
    overflow-y: scroll;*/
    width: 100%;
    height: 212px;
}

.search-table-booking {
    border-collapse: collapse;
    border: none;
    width: 1064px;
    color: #5f5f5f;
    font-family: Calibri;
    font-size: 14px;
}

    .search-table-booking th {
        padding: 10px 5px;
        font-size: 14px;
        color: #000;
        border-bottom: 1px solid #000 !important;
        background: #fff;
        font-family: Calibri;
    }

    .search-table-booking td {
        padding: 0 5px;
        font-family: Calibri;
        font-size: 14px;
    }

    .search-table-booking tr:hover {
        background-color: #f2dddc;
    }


input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
        padding-left: 19px;
        height: 15px;
        display: inline-block;
        font-weight: normal;
        font-family: Calibri;
        color: #000;
        line-height: 16px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
        padding-left: 19px;
        height: 15px;
        display: inline-block;
        font-weight: normal;
        font-family: Calibri;
        color: #000;
        line-height: 16px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

        input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
                background-position: 0 -15px;
                color: #ffffff !important;
                background-color: #0a9bd0;
                border-radius: 30px;
                padding: 0px 20px;
        }

.circle-radio {
    background-color: #f5f5f5;
    border: 1px solid #3f2a1d;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

input[type=radio].css-checkbox + label.css-label.chk {
    background-position: 0 -15px;
    color: #ffffff !important;
    background-color: #3f2a1d;
}

.circle-radio {
    background-color: #f5f5f5;
    border: 1px solid #3f2a1d;
}
/*.main_gry_bg input[type=radio].css-checkbox + label.css-label {
    color: #fff !important;
}*/
label.css-label {
    background-image: url('/images/check.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    label.css-label.circle-radio.radGroup1.radGroup1.small {
        background-image: none;
    }

.btn-default {
    background-color: #fff !important;
    border-color: #ccc;
    color: #333;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-size: 17px;
    font-family: Calibri;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none;
    font-family: Calibri;
    font-size: 17px;
    border-bottom-color: transparent;
    background-color: #dadada;
}

table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: inherit;
}


.requst-txt-new p {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px;
    font-weight: 400;
}

.line {
    float: left;
    width: 100%;
    border: 2px solid #fff;
}

a.tooltips {
    font: normal 15px calibri;
    color: #0085ee;
    position: absolute;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 140px;
        color: #000;
        background: #ff527a;
        height: 30px;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        font: normal 16px calibri;
        line-height: 28px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #ff527a;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    bottom: 22px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

a.tooltips p {
    position: absolute;
    width: 213px;
    color: #fff;
    background: #5f5f5f;
   /* height: 23px;*/
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
    font: normal 14px calibri;
    line-height: 21px;
}

    a.tooltips p:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

a:hover.tooltips p {
    visibility: visible;
    bottom: 8px;
    left: 50%;
    margin-left: -80px;
    z-index: 999;
    border: 1px solid #bfbfbf;
}


.ui-iggrid-groupbyarea {
    min-height: 0em !important;
}


.small {
    color: #fff !important;
}

/*.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-brand:focus {
    color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #092240;
}*/

.gridview {
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
}

.search-table-booked {
    border-collapse: collapse;
    border: none;
    width: 1064px;
    color: #5f5f5f;
    font-family: Calibri;
    font-size: 14px;
}

    .search-table-booked th {
        padding: 10px 5px;
        font-size: 14px;
        color: #000;
        background: #fff;
        font-family: Calibri;
        line-height: 14px;
    }

    .search-table-booked td {
        padding: 0 5px;
        font-family: Calibri;
        font-size: 14px;
    }

.form-control-arr {
    background-color: #fff;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpizMjIEGJgYAhhIA6sYQES74A4EIg9CCjeCsSzmKCcXCD+gkcxSK4AxIBpuAPErXg0tELVwDWAQDcQX8Ci+AJUjgFdw18gTofSOMWY0Ew7BcTTkfizoGIMuDSAQCUQP4XiMnRJFhwhkovERgEAAQYACOcaCKerD8AAAAAASUVORK5CYII=') right no-repeat;
    border: 1px solid #a6a6a6;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-family: Arial;
    color: #8f8f8f;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 65%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 90% 50%;
}

.ui-iggrid tbody td, .ui-iggrid tbody th.ui-iggrid-rowselector-class, .ui-iggrid thead .ui-iggrid-editingcell, .ui-iggrid tfoot td {
    border-right: 1px solid #bcbcbc !important;
}
/***********View Flight Booking Page End**********************/


#DataTable th {
    background: #3f2a1d;
    color: #fff !important;
    border-left: 1px solid #ccc;
}

#DataTable tr td {
    border-left: 1px solid #ccc;
    padding: 5px 3px;
}

#tblcall_filter.dataTables_filter input {
    border: 1px solid #5a5a5a;
}

.nav.navbar-nav.foo > li > a:hover {
    background: #ee6219 !important;
}

.nav.navbar-nav.foo > li.active > a {
    background: #ee6219 !important;
}
/*.navbar-default .navbar-nav > li > a:hover{background:#ee6219 !important;}
.navbar-default .navbar-nav > li.active > a{background:#ee6219 !important;}
.navbar-default .navbar-nav > li > a:hover span.sgn{ color:#fff !important;}*/
.nav.foo > li > a {
    padding: 15px 10px;
}

.nav.navbar-nav.foo > li > a.active {
    background: #ee6219 !important;
}

.menu_simple ul li a.active {
    background: #ee6219 !important;
    color: #fff !important;
}

.log-top {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    line-height: 45px;
}

    .log-top.log img {
        width: 45px;
    }

label.css-label.radGroup1.radGroup1.small.booking-panel {
    background-color: #032854;
    color: #ffffff !important;
    border: 1px solid #032854;
    border-radius: 35px;
    padding: 0px 10px 0 20px;
    height: 17px;
}


.chk-all-main {
    float: left;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

    .chk-all-main .chk-1 {
        float: left;
        width: 19%;
        border-right: 1px solid #b7b7b7;
    }

    .chk-all-main .chk-2 {
        float: left;
        width: 14%;
    }

    .chk-all-main .chk-3 {
        float: left;
        width: 15%;
    }

    .chk-all-main .chk-4 {
        float: left;
        width: 14%;
    }

    .chk-all-main .chk-5 {
        float: left;
        width: 19%;
    }

    .chk-all-main .chk-6 {
        float: left;
        width: 19%;
    }

    .chk-all-main p {
        font-weight: bold;
        font-size: 15px;
        color: #0e4382;
        margin: 10px 0 10px 8px;
    }

        .chk-all-main p span {
            font-weight: normal;
            font-size: 15px;
            color: #323232;
            padding-left: 6px;
        }

.airline-main {
    float: left;
    width: 100%;
    text-align: center;
}

    .airline-main .air-repete {
        width: 10%;
        float: left;
    }

    .airline-main ul {
        display: block;
        width: 100%;
        overflow-x: scroll;
        margin: 0;
        padding: 0 0 8px 0;
    }

        .airline-main ul li {
            display: table-cell;
            text-align: center;
            border-left: 1px solid #b7b7b7;
            border-top: 1px solid #b7b7b7;
            border-bottom: 1px solid #b7b7b7;
        }

            .airline-main ul li:last-child {
                border-right: 1px solid #b7b7b7;
            }

            .airline-main ul li p {
                border-bottom: 1px solid #b7b7b7;
                width: 130px;
                padding: 13px 0;
            }

            .airline-main ul li span {
                font-weight: bold;
                font-size: 13px;
                color: #0006ff;
                padding-bottom: 17px;
                display: inline-block;
            }

.new-table {
    width: 100%;
}

    .new-table th {
        text-align: center;
    }

        .new-table th p {
            margin: 0 0 4px;
        }

    .new-table td {
        text-align: center;
        vertical-align: middle;
    }

    .new-table > tbody > tr > td, .new-table > tbody > tr > th, .new-table > tfoot > tr > td, .new-table > tfoot > tr > th, .new-table > thead > tr > td, .new-table > thead > tr > th {
        vertical-align: middle;
    }



/******Tab All Holidays Start********/
.pop-up-new .modal-header {
    border-bottom: none;
    padding: 6px;
    background-color: #d5d5d5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pop-up-new .modal-title {
    color: #000;
}

.pop-up-new .htl-informatin h1 {
    font-size: 17px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 19px;
    margin-bottom: 3px;
}

.pop-up-new .htl-informatin i {
    color: #ffcd00;
    padding: 0 1px;
}

    .pop-up-new .htl-informatin i.checkd {
        color: #c3c3c3;
    }

.pop-up-new .htl-informatin p {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    margin: 4px 0 10px;
}

    .pop-up-new .htl-informatin p i {
        color: #9e9e9e;
    }

    .pop-up-new .htl-informatin p span {
        color: #0d4582;
        font-size: 14px;
        font-weight: normal;
    }

.pop-up-new .rights-panel {
    margin-top: 14px;
}

    .pop-up-new .rights-panel p {
        color: #0d4582;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 3px;
    }

        .pop-up-new .rights-panel p span {
            color: #000;
            font-size: 14px;
            font-weight: normal;
            padding-left: 5px;
        }

.pop-up-new .modal-body {
    padding: 15px 0 15px 4px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pop-up-new .hotel-dtl {
    margin-left: 12px;
    width: 96%;
    float: left;
}

    .pop-up-new .hotel-dtl h2 {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        margin-top: 3px;
    }

    .pop-up-new .hotel-dtl p {
        color: #505050;
        font-size: 14px;
        font-weight: normal;
        text-align: justify;
    }

.pop-up-new .ui-tabs .ui-tabs-nav li.ui-state-active {
    background-color: transparent;
    border-color: none;
}

.pop-up-new .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none;
}

.pop-up-new .ui-tabs .ui-tabs-nav li.ui-state-default {
    background: transparent;
    border-color: transparent;
}

.pop-up-new .tabbable-panel {
    margin-top: 10px;
}

.pop-up-new .tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
    background-color: #0d4383;
    border-radius: 10px;
    padding: 0 19px;
}

    .pop-up-new .tabbable-line > .nav-tabs > li {
        margin-right: 24px;
        margin-bottom: 1px;
    }

.pop-up-new .tabbable-line > .nav.nav-tabs a {
    padding: 6px 23px;
}

.pop-up-new .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
}

    .pop-up-new .tabbable-line > .nav-tabs > li > a > i {
        color: #a6a6a6;
    }

.pop-up-new .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #e4dab3;
}

    .pop-up-new .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
        border: 0;
        background: none !important;
        color: #fff;
    }

        .pop-up-new .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
            color: #a6a6a6;
        }

    .pop-up-new .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
        margin-top: 0;
    }

.pop-up-new .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #ffffff;
    position: relative;
    cursor: pointer;
}

    .pop-up-new .tabbable-line > .nav-tabs > li.active > a {
        border: 0;
        color: #fff;
        background-color: transparent;
        font-size: 15px;
        cursor: pointer;
    }

        .pop-up-new .tabbable-line > .nav-tabs > li.active > a > i {
            color: #404040;
        }


.pop-up-new .aminates {
    float: left;
    width: 100%;
}

    .pop-up-new .aminates h1 {
        font-size: 15px;
        color: #0b2241;
        margin-top: 0;
        margin-bottom: 13px;
        font-weight: bold;
    }

    .pop-up-new .aminates h2 {
        font-size: 15px;
        color: #0b2241;
        margin-top: 0;
        font-weight: bold;
    }

    .pop-up-new .aminates ul {
        text-align: center;
    }

        .pop-up-new .aminates ul li {
            font-size: 12px;
            color: #666;
            display: inline-block;
            padding: 0 30px 25px 0;
            text-align: center;
        }

            .pop-up-new .aminates ul li.active {
                font-size: 12px;
                color: #bababa;
                display: inline-block;
                text-align: center;
            }

            .pop-up-new .aminates ul li img {
                display: inline;
                text-align: center;
            }

.pop-up-new .other-aminets {
    float: left;
    width: 100%;
}

    .pop-up-new .other-aminets ul {
        width: 25%;
        float: left;
        margin: 0;
        padding: 0 13px;
    }

    .pop-up-new .other-aminets li {
        font-size: 12px;
        color: #666;
        padding: 4px 0;
        list-style-type: disc;
    }

.pop-up-new .sepcial-all {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
}

    .pop-up-new .sepcial-all h4 {
        font-size: 18px;
        color: #fe8400;
        font-weight: bold;
        padding: 2px 7px;
    }

    .pop-up-new .sepcial-all h5 {
        font-size: 12px;
        color: #323232;
        font-weight: bold;
        background-color: #ededed;
        padding: 10px 6px;
    }

        .pop-up-new .sepcial-all h5 span {
            font-size: 12px;
            color: #323232;
            font-weight: bold;
            float: right;
        }

            .pop-up-new .sepcial-all h5 span font {
                font-size: 12px;
                color: #323232;
                font-weight: normal;
            }

    .pop-up-new .sepcial-all p {
        font-size: 12px;
        color: #666;
        margin: 0 6px 5px;
    }

.pop-up-new #carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

.pop-up-new #carousel-custom .item img {
    max-width: 100%;
    margin: 0 auto;
}

.pop-up-new #carousel-custom {
    width: 600px;
    overflow: hidden;
    display: table;
    text-align: center;
    margin: 0 auto;
}

    .pop-up-new #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }

        .pop-up-new #carousel-custom .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            .pop-up-new #carousel-custom .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            .pop-up-new #carousel-custom .carousel-indicators li.active img {
                opacity: 1;
            }

            .pop-up-new #carousel-custom .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    .pop-up-new #carousel-custom .carousel-outer {
        position: relative;
        display: table-cell;
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
    }

.pop-up-new .right.carousel-control > img {
    top: 50%;
    position: absolute;
    z-index: 1111;
    right: 0;
}

.pop-up-new .left.carousel-control > img {
    top: 50%;
    position: absolute;
    z-index: 1111;
    left: 0;
}

.pop-up-new .carousel-control.left {
    background-image: none;
}

.pop-up-new .carousel-control.right {
    background-image: none;
}

/******Tab All Holidays End********/
