
/*
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url("#{resource['fonts:/Lato-Regular.woff2']}") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url("#{resource['fonts:/Lato-Bold.woff2']}") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
*/

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 100;
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.ttf) format('ttf');
}


body  {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    background: #e4dede;
    /*  background: url(../images/bg.png) no-repeat;*/
    background-size: cover;
}

.imgmenu {
    height: 45px;
    margin-top: 10px;
}

.login_txt {
    float: right;
    margin-top: 30px;
    padding-right: 10px;
    border-right: 2px solid #c1bbbb;
    color: #007bff;
}
.bat_txt{
    float: right;
  margin-top: 30px;
  color: #007bff;
    padding-right: 10px;

}

.regi_txt {
    float: right;
    margin-top: 30px;
    padding-left: 10px;
    color: #007bff;
}

.header_logo {
    margin-top: -30px;
}

.main {
    margin-top: 60px;
}

.contact_txt a {
    color: #fff;
    font-size:17px;
}

.reg_btn {
    color: #ff6633;
    font-weight: bold;
    height: 40px;
    width: 125px;
    border: none;
    border-radius: 4px;
    background: #fff;
    float: right;
}

.login_box {
    margin-top: 140px;/*170px*/
}

.txt_line {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.input_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
    background: #fff !important;
}
.login_btn {
    color: #fff;
    font-weight: bold;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 4px;
    background: #ff6633;
    margin-bottom: 10px;
    font-size: 18px;
}

.forget_txt a {
    text-decoration: underline;

}
.dont_txt {

}
.rem_txt {
    color: #c4533d !important;
    text-decoration: underline;
}
.footer {
    border-top: 1px solid rgba(115, 140, 152, 0.2);
    bottom: 0;
    color: #818a91;
    text-align: left !important;
    padding: 5px;
    position: fixed;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
}
a .txt_clr {
    color: #0ca4ca !important;
}

.ui_ver {
    color: #8a8888; 
    padding-left: 50px;
    font-size: 12px !important
}
.copy_txt a {
    color: #8a8888; 
    float: right;
    font-size: 12px !important;
    margin-right: 20px;
}


/* Right side bar start*/

.sidenav_right {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 56px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    border: 2px solid #d0caca;
    overflow: auto;
}

.sidenav_right .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.regi_txt h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.regi_txt h5 {
    text-align: center;
}

.reg_fillds select {
    text-align: center;
}

.txt_filds {
    padding-left: 50px !important;
}


/* Right side bar end*/

/*landing page styles start*/

.header_text {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}
.header_text .txt_bold {
    font-weight: bold;
}
.header_text .txt_blue {
    color:#0093c0; 
}

.header_text .txt_grn {
    color: #29a495;
}

.btn_grp {
    text-align: center;
    padding-top: 20px;
}

select.form-control {
    background: url(../images/page_icons/arrow_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 97%;
}

.btn_sch {
    background: #0093c0 !important;
    width: 120%;
    color: #fff;
    border-radius: 0px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.btn_tra {
    background: #2aa797 !important; 
    width: 120%;
    color: #fff;
    border-radius: 0px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    left: 19px;
    position: relative;
}

.btn_rate {
    background:#d59758 !important; 
    width: 125%;
    color: #fff;
    border-radius: 0px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    left: 38px;
    position: relative;
}

.btn_icon {
    width: 24px;
    margin-right: 5px;
}

.btn_icon_arrow {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.search_grp {
    /* padding-left: 20px; */
    margin-left: 14px;
    background: #14143a;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.input_icon_login {
    width: 20px;
    height: 20px;
    position: absolute;
    float: right;
    right: 20px;
    top: 15px;
}

.btn-sub {
    background: #f65d3a;
    color: #fff;
    width: 100%;
    height: 45px; 
    /*margin-left: 15px;*/

}

.right_icon {
    width: 50px;
    height: 40px;
    margin-left: 20px;
}
.txt_top {
    padding-top: 40px;
    padding-left: 25px;
    padding-bottom: 15px;
}

.txt_top1 {
    padding-bottom: 35px;
    padding-left: 25px;
}

.Search_btn {

}

/*End*/

.daterangepicker .calendar {
    margin: 0px !important;
    padding: 3px !important;
}

.daterangepicker .calendar-time {
    margin: 2px 0px !important;
}

.prev.available:after {
    content: '\f100';
    font-family: FontAwesome;
    font-size: 24px;
    color: #000;
    font-weight: bold !important;
}


.next.available:after {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 24px;
    color: #000;
    font-weight: bold !important;
}

.daterangepicker .table-condensed .month {
    font-weight: bold !important;
}

.daterangepicker th {
    color: #151414 !important;
    font-weight: bold !important;
}

.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
    border-radius: 22px !important;
} 

.daterangepicker  table tr td.today.available {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 22px;
}

/*.daterangepicker td.available:focus, .daterangepicker td.available:hover {
    background-color: #aba7a7 !important;
    border-radius: 22px !important;
    color: #000 !important;
}*/

.refresh_cap {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

/*.data_tabs {
  margin-bottom: 5px;
}*/

.input_box1 {
    height: 50px; 
}

::placeholder {
    color: #000 !important;
}

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

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #007bff !important;
} 

#RegistrationForm .control-label {
    color: #3f3fea !important;
}

.main-menu.menu-fixed.login_menu {
    top:73px;
}

.sidenav-overlay.login_overlay_top {
    top: 73px;
}

/* Mobile responsive  screen size Start */

@media only screen and (max-width: 600px) and (min-width: 360px)  {

    .container-fluid {
        margin-bottom: 300px !important;
    }

    .btn_sch, .btn_tra, .btn_rate {
        margin-bottom: 10px;
    }

    .btn_tra, .btn_rate {
        left: 0px !important;
        width: 120% !important;
    }

    .search_grp {
        width: 136% !important;
        margin-left: -32px;
    }

    .login_box {
        margin-left: 80px !important;
    }

    #company_country_code, #company_phone_code, #company_phone_no, #cust_country_code, #cust_phone_code, #cust_phone_no, #mobile_code, #fax_country_code, #fax_phone_code {
        margin-bottom: 8px;
    }

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

    .app-content .wizard>.steps>ul>li {
        z-index: 0 !important;
    }

    #RegistrationForm .btn-lg {
        font-size: 16px !important;
        top: 51px !important;
        position: absolute;
        right: 4px !important;
    }

    .app-content #RegistrationForm.wizard>.steps>ul>li.last {
        margin-left: -134px;
        margin-top: 6px;
    }

    .login_txt {
        margin-top: 18px;
    }
    .regi_txt {
        margin-bottom: 13px;
        margin-top: 18px;
    }
    .sidenav_right .closebtn {
        top: 21px;
    }
    .page_bottom_content_regi {
        margin-left: -20px;
        margin-right: -20px;
    }

    .header_text {
        margin-top: -75px;
        padding-bottom: 0px;
        padding-top: 5px
    }

}

/* Mobile responsive  screen size End */

/*Ipad Responsive  Screen Size Start */

@media only screen and (max-width: 1024px) and (min-width: 768px)  {

    .main {
        margin-top: 0px !important;
    }

    .btn_sch, .btn_tra, .btn_rate  {
        width: 142% !important;
    }

    body {
        background-size: auto !important;
    }

    .header_text {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .txt_top .col-sm-4, .txt_top1 .col-sm-4 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    .container-fluid {
        margin-bottom: 600px !important;
    }




}


/*Ipad Responsive  Screen Size End */





