﻿@charset "utf-8";
/* CSS Document */

/*----------------- Global css -----------------*/
@font-face {
    font-family: 'robotoblack';
    src: url('../../Fonts/roboto-black-webfont.woff2') format('woff2'), url('../../Fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../../Fonts/roboto-light-webfont.woff2') format('woff2'), url('../../Fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'robotomedium';
    src: url('../../Fonts/roboto-medium-webfont.woff2') format('woff2'), url('../../Fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'robotomedium';
    src: url('../../Fonts/roboto-medium_1-webfont.woff2') format('woff2'), url('../../Fonts/roboto-medium_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../../Fonts/roboto-bold-webfont.woff2') format('woff2'), url('../../Fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../../Fonts/roboto-regular-webfont.woff2') format('woff2'), url('../../Fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../../Fonts/roboto-thin-webfont.woff2') format('woff2'), url('../../Fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*----------------- Global css -----------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: inherit;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'robotoregular';
}

.custom_molding .col-lg-1, .custom_molding .col-lg-10, .custom_molding .col-lg-11, .custom_molding .col-lg-12, .custom_molding .col-lg-2, .custom_molding .col-lg-3, .custom_molding .col-lg-4, .custom_molding .col-lg-5, .custom_molding .col-lg-6, .custom_molding .col-lg-7, .custom_molding .col-lg-8, .custom_molding .col-lg-9 {
    padding: 0;
}

.custom_molding .row {
    margin: 0;
}

.custom_molding .container-fluid {
    padding: 0;
}

html {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'robotoregular';
    font-weight: 400;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #e9eaed;
    position: relative;
}

a {
    color: #3c8dbc;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        outline: none;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a3a9af;
    font-style: italic;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #a3a9af;
    font-style: italic;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #a3a9af;
    font-style: italic;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #a3a9af;
    font-style: italic;
}

select.form-control option[value='0']:selected {
    color: red;
}

/*----------------- Global css -----------------*/

/*----------------- header/ navigation css -----------------*/
.full_width {
    width: 100%;
    height: 100%;
    display: table;
}

.left_bar {
    vertical-align: top;
    display: table-cell;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 230px;
    background: #06243b;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}

.shrink_left.right_content {
    padding-left: 80px;
    height: 100%;
    display: table;
    width: 100%;
}

.right_content {
    vertical-align: top;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 230px;
    padding-top: 58px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

header {
    height: 58px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    top: 0;
    z-index: 4;
    padding-left: 230px;
}

.right_content.shrink_left header, .right_content.shrink_left footer {
    padding-left: 80px;
    box-shadow: 10px 0px 20px #e8e8e8;
}

.menu_icon {
    background: url(../../Images/left_menu.png) center no-repeat;
    width: 24px;
    height: 17px;
    display: block;
    padding: 29px 29px;
}

.menu_icon_2 {
    background: url(../../Images/right_menu.png) center no-repeat;
    width: 24px;
    height: 17px;
    padding: 29px 29px;
    display: none;
}

.log_part li:first-child {
    border-right: 1px solid #e6e6e6;
}

.logo {
    padding-top: 17px;
}

.green_text {
    font-size: 12px;
    color: #449805;
    font-family: 'robotomedium';
    margin-top: 8px;
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    width: 115px;
}

.notified {
    width: 30px;
    height: 30px;
    background: url(../../Images/notification.png) center no-repeat #ffae00;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 3px;
}

    .notified.repot_not {
        background: url(../../Images/report_notification.png) center no-repeat #ffae00;
    }

    .notified.DoVisit {
        background: url(../../Images/BgProcess.png) center no-repeat;
    }
.form-control, .waterMark {
    border: 1px solid #d2d0d0;
    font-size: 13px;
    font-family: 'robotoregular';
    border-radius: 0px;
    height: calc(2rem + 1px);
    padding: .375rem .60rem;
}

.note_msg li {
    padding: 10px 6px;
    list-style: none;
    position: relative;
}

    .note_msg li:last-child {
        padding-right: 0;
    }

    .note_msg li .search_top {
        width: 230px;
        margin-top: 2px;
        padding-right: 33px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

/*.note_msg li .search_top:focus {
            width: 280px;
        }*/

.left_bar ul {
    padding: 0;
    padding-bottom: 29px;
}

    .left_bar ul li:first-child {
        width: 100%;
    }

    .left_bar ul li {
        width: 100%;
        margin: 0 auto;
    }

.profile {
    width: 90%;
    border-bottom: 1px solid #686868;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 33;
}

.pro_img {
    width: 61px;
    height: 61px;
    background: #ffae00;
    border-radius: 50px;
    position: relative;
    margin: 30px auto 28px;
    cursor: pointer;
}

    .pro_img img {
        top: 18px;
        position: relative;
        margin: 0 auto;
        display: block;
    }

.shrink .pro_img img {
    top: 10px;
}

.pro_text {
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    text-transform: capitalize;
}

.left_bar ul li .icon svg {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.left_bar ul li .text_nav {
    color: #e9eaed;
    font-size: 13px;
    margin-left: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.left_bar a {
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    position: relative;
    z-index: 33;
}

.left_bar li.nav_b:hover .text_nav, .left_bar li.nav_b.active .text_nav {
    color: #000;
    text-decoration: none;
}

.left_bar li.nav_b:hover .text_nav, .left_bar li.nav_b.selected .text_nav {
    color: #000;
    text-decoration: none;
}

.left_bar li.nav_b.selected a {
    background: #fff;
    /* color: red; */
}
.left_bar li.nav_b.active a {
    background: #fff;
}

.left_bar ul li.nav_b:hover .text_nav {
    color: #fff;
}

.left_bar li.nav_b:hover .icon .cls-1, .left_bar li.nav_b.active .icon .cls-1, .left_bar li.nav_b.active .icon .cls-3 {
    fill: #ffae00;
}

.pro_email {
    color: #e9eaed;
    font-size: 12px;
    text-align: center;
    margin-bottom: 13px;
}

.ch_pwd, .log_out {
    font-size: 12px;
    color: #0095dd;
    text-align: center;
    margin-bottom: 0px;
}

    .ch_pwd a, .log_out a {
        color: #0095dd;
        text-decoration: none;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        display: inline-block;
        padding: 0;
    }

        .ch_pwd a:hover, .log_out a:hover {
            color: #ffae00;
        }

.cls-1 {
    fill: #9ea3a9;
    fill-rule: evenodd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.arrow_icon {
    float: right;
    color: #fff;
    font-size: 12px;
}

.cp_icon {
    display: none;
}

.number_show {
    width: 16px;
    height: 16px;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
    background: red;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    top: 10px;
    right: 0px;
}

.left_bar .icon {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.left_bar.shrink .icon {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.left_bar.shrink .cp_txt {
    display: none;
}

.left_bar.shrink .cp_icon {
    display: block;
}

.left_bar.shrink .text_nav {
    display: none;
}

.left_bar.shrink .pro_email {
    display: none;
}

.left_bar.shrink .pro_img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.left_bar.shrink .pro_text .cp_icon {
    margin-bottom: 13px;
}

.left_bar.shrink .ch_pwd, .left_bar.shrink .log_out {
    margin-bottom: 8px;
}

.sub_menu {
    position: absolute;
    top: 0;
    left: -500px;
    min-width: 260px;
    background: #03192a;
    z-index: 2;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    padding-left: 15px;
}

    .sub_menu li {
        list-style: none;
    }

.m6 .sub_menu {
    height: 100vh;
    padding-bottom: 25px;
}

.m7 .sub_menu, .m8 .sub_menu, .m9 .sub_menu, .m10 .sub_menu {
    top: auto;
    bottom: 0;
}

.left_bar .sub_menu li a {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'robotolight';
    background: url(../../Images/left_arrow_submenu.png) 0 center no-repeat;
    padding: 6px 0;
    padding-left: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-transform: capitalize;
}

.left_bar .sub_menu li:first-child {
}

.full_width .left_bar .sub_menu li a {
    background: url(../../Images/left_arrow_submenu.png) 0 center no-repeat
}

.full_width .left_bar .sub_menu li a:hover {
    background-color: #06243b;
}

.left_bar ul li.nav_b:hover .sub_menu {
    left: 230px;
}

.left_bar.shrink ul li.nav_b:hover .sub_menu {
    left: 80px;
}

.left_bar ul li.nav_b:hover {
}

.left_bar ul li.nav_b {
    display: block;
    width: 100%;
}

    .left_bar ul li.nav_b:hover a {
        background-color: #03192a;
       
    }

.sub_menu li a:hover, .sub_menu li.selected a {
    padding-left: 25px;
    background-position: 10px center;
    color: #ffae00;
    background-color: #000;
}

.left_bar:after {
    content: ' ';
    position: absolute;
    display: block;
    background: linear-gradient(214deg, rgba(6,36,59,1) 75%, rgb(3 84 147 / 98%) 100%);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.shrink_left .menu_icon {
    display: none;
}

.shrink_left .menu_icon_2 {
    display: block;
}

.below_header {
    background: #fff;
    width: 100%;
    display: table;
    padding: 10px 0 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .below_header h1 {
        color: #000;
        font-size: 20px;
        font-family: 'robotomedium';
        margin: 0px 0 10px 0;
    }

.breadcrumb {
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
}

    .breadcrumb li a, .breadcrumb li {
        font-size: 11px;
        font-family: 'robotoregular';
        color: #0095dd;
    }

    .breadcrumb li {
        color: #364048;
    }

.single_section {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
}

    .single_section h2 {
        font-size: 18px;
        color: #4d5862;
        font-family: 'robotomedium';
        margin-bottom: 15px;
    }

.custom_label {
    font-size: 12px;
    color: #474a4c;
    font-family: 'robotobold';
    display: block;
    margin-bottom: 4px;
}

.gen_tag {
    color: #0095dd;
    font-size: 12px;
    font-family: 'robotoregular';
    margin-top: 30px;
    display: inline-block;
}

    .gen_tag:hover {
        color: #ffae00;
    }

.single_section .form-control {
    margin-bottom: 18px;
}

.default_value {
    color: #4d5862;
    font-size: 12px;
    font-family: 'robotobold';
    display: block;
    margin-bottom: 18px;
}

.btn {
    border: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .425rem .95rem;
}

.btn-primary {
    color: #fff;
    background: #0095dd;
}

    .btn-primary:hover {
        background: #0378b0;
    }

.btn-secondary {
    color: #fff;
    background: #6d767d;
}

    .btn-secondary:hover {
        background: #000;
    }

.with_arrow a {
    background: url(../../Images/menu_arrow.png) 90% center no-repeat;
}

.with_arrow:hover a {
    background: url(../../Images/menu_arrow_yellow.png) 90% center no-repeat;
}

.shrink .with_arrow a {
    background-position: 80% center;
}


.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255,255,255,0.2) !important;
    width: 5px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    z-index: 99;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 5px !important;
    width: 11px;
    opacity: 1 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ' ';
    background: url(../../Images/breadcrumb_divider.png) 0 0 no-repeat;
    width: 4px;
    height: 10px;
    padding-right: 13px;
    position: relative;
    top: 2px;
}

.search_bar {
    background: #fff;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.clear_s {
    color: #0095dd;
    font-size: 12px;
    font-family: 'robotoregular';
    margin-top: 5px;
    display: inline-block;
    margin-left: 5px;
    border-left: 1px solid #ececec;
    padding-left: 10px;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}

    .clear_s:hover {
        color: #ffae00;
    }

.qu_search {
    background: url(../../Images/search_icon.png) 96% center no-repeat;
}

.cls-2 {
    fill: #0095dd;
    fill-rule: evenodd;
}

.table_outer table tr td a:hover .cls-2 {
    fill: #ffae00;
}

.table_outer {
    width: 100%;
    margin: 20px 0;
}

    .table_outer table, .list .grid {
        width: 100%;
        border: 0;
    }

        .list .grid th a {
            color: #333333;
        }

            .list .grid th a:hover {
                color: #0095dd;
            }

        .table_outer table tr th, .list .grid tr th {
            background: #fff;
            font-size: 11px;
            color: #333333;
            text-transform: uppercase;
            padding: 15px;
            vertical-align: top;
            font-family: 'robotobold';
            border-bottom: 2px solid #e9eaed;
            top: 0;
        }

        .table_outer table tr td, .list .grid tr td {
            background: #fff;
            font-size: 12px;
            color: #4d5862;
            padding: 10px 15px;
            border-bottom: 2px solid #e9eaed;
            vertical-align: top;
        }

        .list .grid tr:hover td {
            background-color: #e0e8f1;
        }

.cls-3 {
    fill: #9ea3a9;
    fill-rule: evenodd;
    stroke: #9ea3a9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.last_one svg {
    transform: rotate(-180deg);
}

.cls-4 {
    fill: #06243b;
    fill-rule: evenodd;
}

.page_number {
    margin: 15px 0;
}

.page-link {
    background: #f4f5f6;
    border: 0;
}

.pagination_bar li {
    list-style: none;
    float: left;
    padding: 3px 5px;
    background: #f4f5f6;
}

    .pagination_bar li:first-child {
        border: 1px solid #d9d9d9;
        margin-right: 10px;
        padding: 0;
    }

        .pagination_bar li:first-child a {
            padding: 5px 10px;
            display: inline-block;
            background: #fff;
        }

    .pagination_bar li:last-child a {
        padding: 5px 10px;
        display: inline-block;
        background: #fff;
    }

    .pagination_bar li:last-child {
        border: 1px solid #d9d9d9;
        margin-left: 10px;
        padding: 0;
    }

    .pagination_bar li a {
        list-style: none;
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 2px;
    }

        .pagination_bar li a:hover {
            background: #0095dd;
            color: #fff;
            text-decoration: none;
        }

    .pagination_bar li.active a {
        background: #0095dd;
        color: #fff;
        margin-top: 3px;
    }

    .pagination_bar li a:hover .cls-3 {
        fill: #fff;
    }

    .pagination_bar li a:hover .cls-4 {
        fill: #fff;
    }

.pagination_bar {
    background: #f4f5f6;
    display: table;
}

.dis_text {
    text-align: right;
    color: #4d5862;
    font-size: 12px;
    line-height: 12px;
    width: 63px;
    display: inline-block;
    padding-right: 11px;
    margin-top: 4px;
}

footer {
    background: #fff;
    padding: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 230px;
}

    footer p {
        color: #4d5862;
        font-size: 11px;
        font-family: 'robotolight';
    }

    footer .col-lg-4 p {
    }

.flag_n_icon li {
    color: #4d5862;
    font-size: 12px;
    margin-left: 10px;
}

    .flag_n_icon li:first-child {
        margin: 0;
    }

    .flag_n_icon li img {
        margin-left: 2px;
    }

.single_field select {
    width: 190px;
}

.single_field span {
    font-size: 12px;
    color: #4d5862;
}

.single_field li:first-child {
    margin-right: 6px;
}

.single_field li {
    margin-right: 3.5%;
}

    .single_field li .blue {
        color: #0095dd;
        text-decoration: underline;
    }

    .single_field li img {
        margin-right: 3px;
        vertical-align: middle;
    }

    .single_field li .red {
        color: #d75a4a;
        text-decoration: underline;
    }

.nav_tab {
    margin: 20px 0 0 0;
}

    .nav_tab li a {
        color: #0095dd;
        font-size: 12px;
        border: 1px solid #e9eaed;
        border-bottom: 0;
        border-left: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        font-family: 'robotobold';
        letter-spacing: 0.9px;
    }

    .nav_tab li.active a, .nav_tab li:hover a, .nav_tab li.selected a {
        background: #e9eaed;
        color: #000;
    }

    .nav_tab li:first-child a {
        border-left: 1px solid #e9eaed;
    }

.bu_data {
    margin: 12px 0 10px 0px;
    border-right: 1px solid #e6e6e6;
    margin-right: 15px;
    min-height: 77px;
}

    .bu_data .gen_tag {
        margin: 0;
        text-decoration: underline;
        vertical-align: top;
    }

.light_text {
    font-size: 12px;
    color: #999999;
    display: block;
}

.mail_box .light_text {
    font-size: 12px;
    color: #525252;
    display: block;
    background: #efefef;
    border: 1px solid #e7e7e7;
    padding: 3px 8px;
    border-radius: 4px;
}


.bu_data .custom_label {
    margin: 0;
}

.wt-90 {
    width: 90%;
}

.outter_business {
    margin: 15px 0;
    border-bottom: 3px solid #c7c1c1;
    position: relative;
}

    .outter_business .up_down_btn {
        position: absolute;
        bottom: -15px;
        left: 48%;
        transform: rotate(0);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        cursor: pointer;
    }

.bus_text {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.up_down_btn.up {
    transform: rotate(180deg);
}

.dis_num {
    position: absolute;
    top: -16px;
    left: 39%;
    font-size: 12px;
    color: #000;
    border: 1px solid #babec1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    line-height: 24px;
    text-align: center;
}

.left_bar.shrink {
    width: 80px;
}

.srh_label {
    margin: 6px 10px 0 0;
}

.display_no_pages {
    margin: 10px 0 0 0;
}

.nav_tab li {
    position: relative;
    margin: 0;
    list-style: none;
}

.dis_text.b_width {
    width: 136px;
}

body .blue_color {
    color: #0095dd;
}

.table_outer.less_margin {
    margin: 10px 0 0 0;
}

.cls-5 {
    fill: #0095dd;
    fill-rule: evenodd;
}

.cls-6 {
    fill: #0095dd;
    fill-rule: evenodd;
}

.cls-7 {
    fill: #0095dd;
    fill-rule: evenodd;
}

.cls-8 {
    fill: #ff2400;
    fill-rule: evenodd;
}

.cls-9 {
    fill: #999;
    fill-rule: evenodd;
}

.new_drop {
    background: #fff;
    border: 1px solid #ececec;
    font-size: 12px;
    font-family: 'robotoregular';
    border-radius: 2px;
    color: #0095dd;
}

    .new_drop:hover {
        background: #f7f7f7;
        border: 1px solid #ececec;
        color: #0095dd;
    }

.table_outer table tr td:last-child a {
    margin-right: 5px;
    display: inline-block;
}

.drop_outter li a {
    font-size: 12px;
    color: #333333;
}

.drop_outter li:hover a {
    background: #007bff;
    color: #fff;
}

.drop_outter li {
    list-style: none;
}

    .drop_outter li:hover .sub_drop {
        display: block;
    }

.sub_drop {
    position: absolute;
    left: -160px;
    top: 0;
    width: 160px;
    height: 330px;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    display: none;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.drop_outter li .sub_drop li a {
    padding: 6px 10px;
    font-size: 12px;
    background: #fff;
    color: #333333;
    display: block;
    text-decoration: none;
}

    .drop_outter li .sub_drop li a:hover {
        background: #007bff;
        color: #fff;
    }

.show > .btn-secondary.dropdown-toggle.new_drop {
    border-radius: 0;
    background: #0095dd;
    border: 1px solid #0095dd;
}

.new_drop + .dropdown-menu {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    position: relative;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.bus_inner {
    width: 100%;
    height: 210px;
    overflow: hidden;
    /*transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;*/
}

    .bus_inner.close_this {
        height: 0px;
    }

.outter_business .up_down_btn:hover img {
    opacity: 0.8;
}

.left_edit {
    background: url(../../Images/left_yellow_btn.png) 0 0 no-repeat;
    width: 30px;
    height: 45px;
    float: left;
}

.center_edit {
    background: url(../../Images/center_yellow_btn.png) 0 0 repeat;
    width: auto;
    height: 45px;
    float: left;
    font-size: 13px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
}

    .center_edit img {
        margin-left: 5px;
    }

.right_edit {
    background: url(../../Images/right_yellow_btn.png) 0 0 no-repeat;
    width: 30px;
    height: 45px;
    float: left;
}


.gary .left_edit {
    background: url(../../Images/left_gry_btn.png) 0 0 no-repeat;
    width: 20px;
    height: 41px;
}

.gary .center_edit {
    background: url(../../Images/center_gry_btn.png) 0 0 repeat;
    height: 41px;
}

.gary .right_edit {
    background: url(../../Images/right_gry_btn.png) 0 0 no-repeat;
    width: 20px;
    height: 41px;
}

.red_color {
    color: #ff0000;
    margin: 0 3px;
}

p {
    color: #4d5862;
    font-size: 11px;
}

.edit_en_btn {
    position: fixed;
    cursor: pointer;
    z-index: 9;
    right: -3px;
    top: 112px;
    opacity: 0.9;
}

    .edit_en_btn:hover {
        opacity: 1;
    }

    .edit_en_btn.gary {
        position: fixed;
        cursor: pointer;
        z-index: 8;
        top: 215px;
    }

.single_section textarea.form-control {
    resize: none;
    height: 90px;
}

.radio_btn.check input[type="checkbox"], .radio_btn.radio input[type="radio"], .listing_new li input[type="radio"], .listing_new li input[type="checkbox"], .check_box input[type="checkbox"] {
    display: none;
}

    .drinkcard-cc, .listing_new li input + label, .radio_btn.radio input[type="radio"] + label, .check_box input + label {
        text-indent: 20px;
        color: #4d5862;
        position: relative;
        font-weight: normal;
        cursor: pointer;
        padding-left: 6px;
        font-size: 12px;
    }

    .radio_btn input:checked + .drinkcard-cc, .listing_new li input:checked + label, .radio_btn.radio input[type="radio"]:checked + label, .check_box input[type="checkbox"]:checked + label {
        color: #0095dd;
    }

label.this_inline {
    display: inline;
}

a:hover .cls-7, a:hover .cls-6, a:hover .cls-5, a:hover .cls-8 {
    fill: #1f3a4f;
}

.drinkcard-cc:after, .listing_new li input + label:after, .radio_btn.radio input[type="radio"] + label:after, .check_box input[type="checkbox"] + label:after {
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    background: url(../../Images/check_box_icon.png) 0 bottom no-repeat;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

.radio_btn.radio input[type="radio"] + label:after {
    background: url(../../Images/radio_btn.png) 0 bottom no-repeat;
}

.radio_btn input:checked + .drinkcard-cc:after, .listing_new li input:checked + label:after, .radio_btn.radio input[type="radio"]:checked + label:after, .check_box input[type="checkbox"]:checked + label:after {
    background-position: 0 top;
}

.radio_btn.radio input[type="checked"]:disabled + label:after {
    background-position: 0 top;
}

.check_box input[type="checkbox"]:disabled + label:after {
    background: url(../../Images/check_disable.png) 0 top no-repeat;
}

.radio_btn.radio input[type="radio"]:disabled:checked + label:after {
    background: url(../../Images/radio_btn.png) 0 top no-repeat;
}

.check_box input[type="checkbox"]:disabled:checked + label:after {
    background: url(../../Images/check_box_icon.png) 0 top no-repeat;
    opacity: 0.5;
}

.listing_new li {
    width: 33%;
    float: left;
    margin-bottom: 5px;
    list-style: none;
}

.box_layout {
    margin: 10% auto;
    display: table;
}

.single_box {
    width: 175px;
    height: 150px;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: scale(1);
    box-shadow: none;
}

    .single_box:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }

    .single_box .img_b {
        display: table;
        margin: 0px auto 17px;
    }

    .single_box .img_text {
        padding-top: 17px;
    }

    .single_box .title_txt {
        color: rgba(0,0,0,0.6);
        font-size: 26px;
        text-align: center;
        margin-bottom: 18px;
    }

.reason_txt {
    border-top: 1px solid #ececec;
    background: #fff;
    height: 31px;
    text-align: center;
    color: #26a6df;
    font-size: 13px;
    line-height: 29px;
}

    .reason_txt a {
        color: #26a6df;
        text-decoration: none;
    }

        .reason_txt a:hover {
            color: #06243b;
        }

.box_layout ul li {
    margin: 5px;
}

.box_layout table tr {
    float: left;
    margin: 5px;
}

.add_year {
    width: 91%;
    display: table;
    margin: 40px auto 30px;
}

    .add_year .search_year {
        width: 100%;
        position: relative;
        position: relative;
        z-index: 0;
    }

    .add_year .s_box {
        width: 505px;
        margin: 0 auto 50px;
        display: table;
        background: #e9eaed;
        position: relative;
        z-index: 2;
    }

.inner_x_box {
    width: 459px;
    margin: 0 auto;
    display: table;
    background: #fff;
    height: 42px;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

    .inner_x_box .form-control {
        width: 366px;
        float: left;
        font-size: 16px;
        color: rgba(0,0,0,0.6);
        border: 0;
        outline: none;
        height: 42px;
    }

    .inner_x_box .sub_sr {
        float: left;
        font-size: 16px;
        background: #0095dd;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        border: 0;
        outline: none;
        height: 42px;
        width: 91px;
        cursor: pointer;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        overflow: hidden;
        position: relative;
    }

        .inner_x_box .sub_sr:hover {
            background: #0172a9;
        }

.search_year:after {
    width: 100%;
    height: 1px;
    background: #d1d2d5;
    content: ' ';
    z-index: 1;
    display: block;
    top: 21px;
    position: absolute;
    left: 0;
}

.year_box {
    width: 1058px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.year_b1 {
    width: 173px;
    height: 100px;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    overflow: hidden;
    transform: scale(1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    z-index: 5;
}

.year_box ul li {
    list-style: none;
    margin: 1.5px;
    float: left;
}

.year_b1 .year_out {
    height: 70px;
    font-size: 26px;
    text-align: center;
    color: rgba(0,0,0,0.6);
    line-height: 70px;
}

.year_data {
    border-top: 1px solid #ececec;
    height: 31px;
    text-align: center;
    font-size: 11px;
    line-height: 31px;
    color: rgba(0,0,0,0.5);
}

.year_b1 a {
    position: absolute;
    top: 2px;
    right: 7px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.year_b1:hover {
    transform: scale(1.06);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    z-index: 9;
}

    .year_b1:hover .year_out {
        background: #26a6df;
        color: #fff;
    }

    .year_b1:hover .year_data {
        color: rgba(0,0,0,1);
    }

    .year_b1:hover .year_b1 a {
        right: 7px;
    }

.accr_part {
    width: 100%;
    margin: 0;
}

.single_op_cl {
    background: #fff;
    padding: 10px 14px 5px 15px;
    margin-bottom: 3px;
}

.acc_title h1 {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
}

.acc_title .acc_icon {
    width: 30px;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .acc_title .acc_icon:before {
        content: ' ';
        display: block;
        width: 12px;
        height: 2px;
        background: #999999;
        position: absolute;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        top: 13px;
        left: 8px;
        transform: rotate(0deg);
    }

    .acc_title .acc_icon:after {
        content: ' ';
        display: block;
        width: 12px;
        height: 2px;
        background: #999999;
        position: absolute;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        top: 13px;
        left: 8px;
    }

.acc_title h1 span {
    font-family: 'robotomedium';
    font-size: 22px;
}

.acc_data {
    margin-left: 40px;
}

.acc_title {
    cursor: pointer;
}

.d_with_line {
    border-top: 1px solid #e6e6e6;
    margin: 0;
    padding: 15px 0;
}

.acc_data .d_with_line {
    padding: 0;
}

.sub_title {
    font-size: 12px;
    font-family: 'robotomedium';
    color: #000;
    margin-bottom: 6px;
}

.d_with_line .nav .nav-item {
    color: #858e98;
    margin-right: 25px;
    font-size: 13px;
}

.btn-secondary.dark_th {
    background: #364048;
}

    .btn-secondary.dark_th:hover {
        background: #000;
    }

.d_with_line .d_right .nav .nav-item {
    margin: 8px 0 0 25px;
}

    .d_with_line .d_right .nav .nav-item a {
        margin-right: 8px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transform: rotate(0deg);
        display: inline-block;
        margin-top: 6px;
    }

        .d_with_line .d_right .nav .nav-item a:hover {
            transform: rotate(90deg);
        }

.acc_title.collapsed .acc_icon:before {
    transform: rotate(90deg);
}

.modal-title {
    color: #0095dd;
    font-size: 22px;
    font-family: 'robotobold';
}

.modal-header {
    padding: 0.5rem 1rem;
}

    .modal-header .close {
        font-family: 'robotolight';
        color: #0095dd;
    }

.modal-content {
    border-radius: 0;
}

.dash_below_header {
    margin: 10px 0;
}

.dash_list ul li {
    font-size: 11px;
    color: #4d5862;
    margin-left: 0.7rem;
}

    .dash_list ul li span {
        font-family: 'robotobold';
    }

        .dash_list ul li span i {
            font-style: normal;
            background: url(../../Images/divider_dashboard.png) 0 center no-repeat;
            padding-left: 10px;
            margin-left: 5px;
        }

.dash_list {
    margin: 10px 0px 10px 0;
}

.progress {
    height: 6px;
    background: #e9eaed;
    margin-top: 4px;
}

.pro_value {
    background: #6d767d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -3px;
    right: -4px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    border-radius: 2px;
}

.progress-bar {
    background: #0095dd;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.dash .single_section {
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.dash .sub_title {
    font-size: 16px;
    color: #4d5862;
}

.dash .custom_label {
    margin-bottom: 3.1px;
}

.submit_search_btn {
    background: url(../../Images/search_icon.png) center no-repeat #fff;
    width: 29px;
    height: 28px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: absolute;
    top: 2px;
    right: 5px;
    text-indent: -999px;
    background-color: rgba(0, 0, 0, 0);
}

.s_bar_top {
    position: relative;
}

.s_bar_top {
    position: relative;
}

.big_title {
    font-size: 14px;
}

.left_bar ul li.nav_b.po_rel {
    position: relative;
}

.left_bar ul li.nav_b.m1 ol {
}

.left_bar ul li.nav_b.m2 ol {
}

.left_bar ul li.nav_b.m3 ol {
}

.left_bar ul li.nav_b.m4 ol {
}

.left_bar ul li.nav_b.m5 ol {
}

.left_bar ul li.nav_b.m6 ol {
}

.left_bar ul li.nav_b.m7 ol {
}

.left_bar ul li.nav_b.m8 ol {
}

.left_bar ul li.nav_b.m9 ol {
}

.left_bar ul li.nav_b.m10 ol {
}

.left_bar.shrink ul li.nav_b ol {
}

.left_bar.shrink ul li.nav_b.m6 ol {
}


/*----------------- login page -----------------*/

.login {
    background: url(../../Images/login_bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.inner_login {
    padding: 0 27px;
    position: relative;
    overflow: hidden;
}

.inner_login_TermandConditions {
    padding: 0px;
    overflow: hidden;
}

.login_part {
    background: #fff;
    /*border-radius: 3px;*/
    width: 387px;
    height: 403px;
    margin: 24vh auto 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.login_part_Security_Code {
    background: #fff;
    /*border-radius: 3px;*/
    margin: 24vh auto 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.login_part_TermandConditions {
    background: #fff;
    /* border-radius: 3px; */
    width: 75vw;
    height: 75vh;
    margin: 10vh auto 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.logo_login {
    display: table;
    margin: 25px auto 40px;
}


.tokenCode {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
    padding: 0px 6px !important;
}

.log_label {
    font-size: 11px;
    text-transform: uppercase;
    color: #535353;
    margin-bottom: 4px;
}

.login_main .form-control {
    border: 1px solid #dfdede;
    border-radius: 4px;
    font-size: 12px;
}

.forgot_pwd, .have_code {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

    .forgot_pwd a, .have_code a {
        color: #0095dd;
    }

.sub_bt {
    background: #0095dd;
    text-align: center;
    /*border-radius: 4px;*/
    border: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px .75rem;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

    .sub_bt:hover {
        background: #03374b;
    }

.big_box {
    width: 333px;
    overflow: hidden;
    position: relative;
    height: 300px;
    padding: 0 5px;
}

.big_box_Security_Code {
    width: 550px;
    overflow: hidden;
    /*position: relative;*/
    height: 350px;
    padding: 0 5px;
}

.first_log_Security_Code {
    float: left;
    width: 650px;
    position: absolute;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}


.first_log, .second_log, .third_log, .forth_log {
    float: left;
    width: 325px;
    position: absolute;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.second_log {
    right: 340px;
}

.third_log {
    right: 666px;
}

.forth_log {
    right: 999px;
}

.big_box.one .first_log {
    right: -340px;
}

.big_box.one .second_log {
    right: 3px;
}

.big_box.one .first_log {
    right: -340px;
}

.big_box.one.two .second_log {
    right: -340px;
}

.big_box.one.two .third_log {
    right: 3px;
}

.big_box.one.two.three .third_log {
    right: -340px;
}

.big_box.one.two.three .forth_log {
    right: 3px;
}

.back_to {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 7px auto;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    display: table;
}

    .back_to img {
        margin-right: 5px;
        vertical-align: unset;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

    .back_to:hover img {
        margin-right: 15px;
    }

.error {
    font-size: 10px;
}

.msg {
    font-size: 12px;
}

.info_msg {
    color: #0095dd;
    margin: 10px 0;
}

.red_er {
    color: #ff0000;
}

.login_part.login_top {
    margin-top: 24vh;
}

.forgot_pwd a:hover, .have_code a:hover {
    color: #c48600;
}


.log_txt {
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 1px;
    font-family: 'robotolight';
}

.l_box {
    width: 100%;
    height: 213px;
}

.l_box_Security_Code {
    width: 100%;
    text-align: center;
    height: 260px;
}
/*----------------- login page -----------------*/

.label-whole {
    font-size: 12px;
    color: #4d5862;
}

.txt_pop {
    font-size: 14px;
    font-family: 'robotomedium';
    padding: 5px 10px;
    color: #4d5862;
    display: inline-block;
}

.table_check_b {
    width: 100%;
}

    .table_check_b tr {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

.ed_one_f1 {
    background: url(../../Images/f1.png) 0 0 no-repeat;
    display: table;
}


.inner_ed {
    background: url(../../Images/f2.png) right 0 no-repeat;
    height: 34px;
    display: table;
    margin-left: 10px;
    padding-right: 15px;
    line-height: 34px;
    color: #fff;
}

.inner_ed_c1 {
    background: url(../../Images/d2.png) right 0 no-repeat;
    height: 34px;
    display: table;
    margin-left: 10px;
    padding-right: 15px;
    line-height: 20px;
    color: #fff;
}

.inner_ed_cc1 {
    background: url(../../Images/d2.png) right 0 no-repeat;
    height: 34px;
    display: table;
    margin-left: 10px;
    padding-right: 15px;
    line-height: 34px;
    color: #fff;
}

.txt_ed {
    font-size: 12px;
    font-family: 'robotomedium';
    color: #fff;
    width: 100px;
    text-align: center;
    overflow: hidden;
}


.txt_ed_a1 {
    font-size: 12px;
    font-family: 'robotomedium';
    color: #fff;
    width: 135px;
    text-align: center;
    overflow: hidden;
    //padding: 8px;
}


.inner_ed_o1 {
    background: url(../../Images/f2.png) right 0 no-repeat;
    height: 34px;
    display: table;
    margin-left: 10px;
    padding-right: 11px;
    line-height: 20px;
    color: #fff;
}



.ed_one_o1 {
    background: url(../../Images/f1.png) 0 0 no-repeat;
     height: 7px; 
    display: table;
}


.txt_ed_o1 {
    font-size: 12px;
    font-family: 'robotomedium';
    color: #fff;
    width: 135px;
    text-align: center;
    overflow: hidden;
}

.txt_ed_c1 {
    font-size: 12px;
    font-family: 'robotomedium';
    color: #fff;
    width: 135px;
    text-align: center;
    overflow: hidden;
}

.txt_ed img {
    transform: rotate(90deg);
}

.txt_ed_c1 img {
    transform: rotate(90deg);
}

.ed_outter {
    position: fixed;
    z-index: 8;
    top: 197px;
    right: -76px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .ed_outter:hover {
        right: -64px;
    }

        .ed_outter:hover .txt_ed_c1 {
        }

    .ed_outter a {
        text-decoration: none;
    }

.txt_ed {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.txt_ed_c1 {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.ed_outter.gry .ed_one_f1 {
    background: url(../../Images/d1.png) 0 0 no-repeat;
}

.ed_outter.gry .inner_ed {
    background: url(../../Images/d2.png) right 0 no-repeat;
}

.ed_outter.gry {
    top: 319px;
    z-index: 8;
    right: -77px;
}

    .ed_outter.gry:hover {
        right: -64px;
    }

    .ed_outter.gry .txt_ed {
        width: 125px;
    }

.sen_details {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .sen_details li {
        list-style: none;
        margin: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

.ind_table {
    width: 100%;
}

    .ind_table td {
        vertical-align: top;
    }

.single_op_cl:hover {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}

.sp1 {
    margin-left: 42px;
    position: relative;
    top: -8px;
    display: none;
}

.collapsed .sp1 {
    display: block;
}

.custom_label.d_one {
    font-size: 16px;
    color: #383a3c;
    font-family: 'robotomedium';
}

.custom_label.blue_text {
    color: rgb(0, 149, 221);
    font-size: 13px;
}

.gry_box_pop {
    background: #e9eaed;
    padding: 15px;
}

.check_box.b input + label {
    width: 16px;
    height: 16px;
}

.v_align {
    vertical-align: super;
}

.outter_scorll {
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    padding: 10px;
    max-height: 250px;
}

    .outter_scorll table td {
        padding-bottom: 5px;
    }

.custom_ch_view table tr {
}

.list_chk table {
    width: 100%;
}

    .list_chk table tr {
        float: left;
        width: 50%;
        margin-bottom: 5px;
    }

.outter_scorll.custom_ch_view {
    height: 600px;
    overflow: auto;
}

.cu_table_layout {
    width: 100%;
    table-layout: fixed;
}

body .no_text table label {
    text-indent: -9999999px;
}

.green_text.disconnect_error {
    position: absolute;
    width: 600px;
    right: 0;
    top: 4px;
}

.waterMark {
    width: 100%;
    margin-bottom: 15px;
}

.list .grid tr th, .notification-grid th {
    position: relative;
    background: #fff;
    z-index: 2;
}

.log_text a {
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
    letter-spacing: 1px;
    font-family: 'robotolight';
    font-size: 10px;
    text-transform: uppercase;
}

.login_out_box {
    width: 90%;
    margin: 0 auto;
    display: table;
    position: absolute;
    bottom: 25px;
    left: 5%;
}

    .login_out_box .log_txt {
        font-size: 11px;
    }

    .login_out_box ul li {
        background: url(../../Images/login_divider.png) 0 center no-repeat;
        ;
        padding-left: 20px;
        margin-left: 20px;
    }

        .login_out_box ul li:first-child {
            background: none;
        }

.main_body_inner .below_header {
    display: none;
}

body .custom-select.is-valid, body .form-control.is-valid, body .was-validated .custom-select:valid, body .was-validated .form-control:valid {
    border-color: #d2d0d0;
}

    body .custom-select.is-valid:focus, body .form-control.is-valid:focus, body .was-validated .custom-select:valid:focus, body .was-validated .form-control:valid:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        border-color: #d2d0d0;
    }

.form-control.mandatory {
    border-color: #ff8086;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.radio.table_spac tr td {
    padding-right: 24px;
}

.form-control-file {
    font-size: 13px;
}

.list .new_view.all_dev .grid tr.treeview-root-node td a {
    background-size: 23px 23px;
    margin-right: 6px;
}

.accut_for .delete-button {
    position: static;
    display: inline;
    vertical-align: middle;
    background-color: inherit;
}

.list .new_view .grid tr.pager td {
    border: 0;
}

.list .new_view .grid tr.pager table td {
    background: #f4f5f6;
    padding: 3px;
}

    .list .new_view .grid tr.pager table td a {
        list-style: none;
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 2px;
    }

        .list .new_view .grid tr.pager table td a:hover {
            background: #2254a5;
            color: #fff;
            text-decoration: none;
        }

    .list .new_view .grid tr.pager table td span {
        background: #0095dd;
        color: #fff;
        padding: 2px 5px;
    }

.con_person .default_value {
    margin-bottom: 8px;
}

.divAllocationMethodology {
    background: #f1f1f3;
}

    .divAllocationMethodology .item:first-child {
        padding: 10px 0 0 0;
    }

.grid th {
    -webkit-box-shadow: 7px 2px 12px #c6c6c6;
    -moz-box-shadow: 7px 2px 12px #c6c6c6;
    box-shadow: 7px 2px 12px #c6c6c6;
}

.to_row {
    background: #f1f1f1;
    padding-top: 15px;
}

table.dis_table tr td {
    padding: 5px 10px;
    color: #4d5862;
    font-size: 12px;
}

    table.dis_table tr td:first-child {
        width: 40%;
    }

    table.dis_table tr td:nth-child(2) {
        font-family: robotobold;
    }

.dis_tab .nav_tab li a {
    font-family: robotobold;
    color: rgba(0,0,0,0.6);
    background: rgb(233, 234, 237);
}

.dis_tab .nav_tab li.selected a {
    background: rgb(0, 149, 221);
    color: #fff;
}

.cp_table .list, .small-list .list .grid {
    width: 100%;
}

.cash_carry {
    width: 100%;
    overflow: auto;
}

.small_w {
    width: 88%;
    display: inline;
}

.v1 {
    vertical-align: super;
    position: relative;
    top: 1px;
    right: -2px;
}

body div.select-columns label {
    width: auto;
}

.com_rept.grid th .clear_selection {
    font-size: 10px;
}

    .com_rept.grid th .clear_selection:hover {
        cursor: pointer;
    }

body .list .com_rept.grid th .c_last {
    font-family: 'robotomedium';
}

body .list .accordion1 .ui-accordion-header {
    border: 0;
    box-shadow: none;
}

body .list .accordion1 .grid input + label:after {
    top: 3px;
    left: 8px;
}

body .list .accordion1 .grid td:nth-child(2) .b_squ {
    background: #e9eaed;
    padding: 4px 7px;
    border-radius: 50%;
}

.acc_icon1 {
    width: 19px;
    height: 19px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: sub;
    margin-right: 5px;
}

    .acc_icon1:before {
        content: ' ';
        display: block;
        width: 10px;
        height: 1px;
        background: #999999;
        position: absolute;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        top: 8px;
        left: 4px;
        transform: rotate(90deg);
    }

    .acc_icon1:after {
        content: ' ';
        display: block;
        width: 10px;
        height: 1px;
        background: #999999;
        position: absolute;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        top: 8px;
        left: 4px;
    }

.ui-state-active .acc_icon1:before {
    transform: rotate(0deg);
}

body .list .accordion1 .grid.ui-accordion-content td {
    border: 0;
}

    body .list .accordion1 .grid.ui-accordion-content td:first-child {
        padding-left: 45px;
    }

body .list .accordion1 .grid td.hdnGroupName {
    font-family: 'robotobold';
}

.dashboard_drop a:not([href]):not([tabindex]).blue_icon_btn {
    background-position: 96% center;
    color: #666;
}

.dashboard_drop div.select-columns {
    top: 44px;
}

.listing_new .listing_view_box .BusinessUnit li {
    margin-bottom: 0px;
    padding: 7px 6px;
    position: relative;
    overflow: hidden;
}

    .listing_new .listing_view_box .BusinessUnit li:hover {
        background: #007bff;
        color: #fff;
    }

.BusinessUnit li:after {
    /*width:0; height:100%; background:#e9eaed;
     position:absolute; left:0; top:0; content:' ';  display:block;
     z-index:1;transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;*/
}

.BusinessUnit li span {
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    display: block;
}

.BusinessUnit li:hover:after {
    width: 95%;
}


body.overlay_body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.4);
}

body.overlay_body {
    overflow: hidden;
}

.red1 {
    display: block;
    font-size: 13px;
    text-align: right;
    font-style: italic;
    margin-top: 6px;
}

.dashboard_drop .listing_view_box {
    padding: 0px 2px 5px 2px;
}

#hypCloseFormTypeAction {
    position: absolute;
    right: 9px;
    top: 5px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'robotolight';
    color: #0095dd;
    z-index: 99;
}

.form_type .single_op_cl {
    padding: 6px 5px;
}

.form_type .acc_title .acc_icon {
    width: 24px;
    height: 24px;
}

.form_type .acc_title h1 span {
    font-size: 16px;
    color: #444;
}

.form_type .acc_title .acc_icon:after, .form_type .acc_title .acc_icon:before {
    top: 10px;
    left: 5px;
}

.form_type.listing_new li {
    width: 24%;
}

.form_type .gen_tag {
    margin-top: 18px;
    cursor: pointer;
}

.form_type .light_text {
    color: #666;
    cursor: pointer;
}

.form_type.listing_new li a {
    text-decoration: none;
}

.sk_style.form_type {
    position: fixed;
    margin-right: 15px;
    bottom: 23vh;
}

.notification-grid th {
    box-shadow:  7px 2px 12px #c6c6c6;
}

.centered .notification-list.no-records {
    height: auto;
}

body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer, body .ajax__tab_xp .ajax__tab_header .ajax__tab_outer, body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {
    background: none;
    height: auto;
    padding-right: 0px;
    cursor: default;
}

html body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    height: auto;
    background: #e9eaed;
    color: #000;
}

body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner, body .ajax__tab_xp .ajax__tab_header .ajax__tab_inner, body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
    background: none;
    height: auto;
}

body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background: none;
    height: auto;
}

body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab, body .ajax__tab_xp .ajax__tab_header .ajax__tab_tab, body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
    color: #0095dd;
    font-size: 12px;
    border: 1px solid #e9eaed;
    border-bottom: 0;
    border-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-family: 'robotoregular';
    background: #fff;
    height: auto;
    padding: .6rem 0.8rem;
    vertical-align: bottom;
}

.ajax__tab_container input[type='text'], .ajax__tab_container select {
    border: 1px solid #d2d0d0;
    font-size: 12px;
    font-family: 'robotoregular';
    border-radius: 2px;
    height: calc(2rem + 1px);
    padding: .375rem .60rem;
    margin-right: 5px;
}

.ajax__tab_container input[type=submit], .ajax__tab_container input[type=button] {
    border: 0;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .325rem .75rem;
    color: #fff;
    background: #0095dd;
    margin-right: 5px;
}

body .ajax__tab_xp .ajax__tab_body {
    border: 1px solid #dadada;
    font-family: 'robotoregular';
}

body .ajax__tab_xp .ajax__tab_header {
    background: none;
    border-bottom: 1px solid #dadada;
}

.scroll_nav .nav_tab li a.active, .scroll_nav .nav_tab li:hover a {
    background: #e9eaed;
    color: #000;
}

html body .display_no_pages .crt_list .actions-menu ul.level2.dynamic {
    z-index: 9 !important;
}

.body .us-indicia-list .list#dvdata.fat_view {
    width: 98vw;
}

.pop_info {
    font-size: 14px;
    font-family: 'robotoregular';
    color: #666;
}

div.select-columns.down {
    top: 35%;
    position: fixed;
    left: 30%;
}

.right_content.shrink_left .ac_over_view .list .new_view {
    max-width: 86vw;
}

.new_s_bar .submit_search_btn {
    right: 22px;
}

body .ui-widget-header {
    color: #0095dd;
    font-size: 20px;
    font-family: 'robotoregular';
    background: #fff;
    padding: 6px 10px;
    border: 0;
    border-radius: 0px;
}

body #dialog-item-locked {
    padding: 6px 10px;
    font-family: 'robotoregular';
    font-size: 14px;
    position: relative;
    z-index: 9;
}

body .ui-dialog-titlebar, body .ui-dialog-buttonpane {
    position: relative;
    z-index: 9;
}

body .ui-dialog-buttonpane {
    padding: 10px 10px;
}

    body .ui-dialog-buttonpane button {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        background: #0095dd;
        border: 0;
        border-radius: 0;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: .425rem .95rem;
        margin-right: 5px;
    }

        body .ui-dialog-buttonpane button:last-child {
            color: #fff;
            background-color: #545b62;
            border-color: #4e555b;
        }

body .ui-dialog {
    z-index: 9999;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

    body .ui-dialog:after {
        position: fixed;
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }

.login .modal-wrapper1:after {
    content: ' ';
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.login .modal-wrapper2 {
    position: relative;
    z-index: 999;
}

.m_l_one {
    margin-left: 25%;
}

.n_one th {
    height: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch_btn {
    font-size: 12px;
    color: #000;
    margin-left: 15px;
}

    .switch_btn li {
        margin: 4px 2px;
    }

        .switch_btn li:first-child a {
            text-align: right;
            padding-right: 5px;
        }

        .switch_btn li:first-child {
        }

        .switch_btn li.selected_form a {
            color: #3c8dbc;
            opacity: 1;
        }

            .switch_btn li.selected_form a span {
                color: #000;
            }

        .switch_btn li a {
            padding: 0;
            font-family: 'robotobold';
            color: #000;
            background: none;
            margin-top: 2px;
            opacity: 0.5;
        }

            .switch_btn li a span {
                font-size: 11px;
                color: #000;
                border: 1px solid #babec1;
                border-radius: 25px;
                background: #fff;
                line-height: 24px;
                text-align: center;
                display: inline-block;
                padding: 0 9px;
            }

            .switch_btn li a:hover {
                background: none;
            }

        .switch_btn li:nth-child(3) a {
            text-align: left;
            padding-left: 5px;
        }

.form_custom_style.check_box input[type="checkbox"] {
    display: none !important;
}

.left_bar ul li .icon svg#Layer_2 {
    fill: #a5aaaf;
    width: 25px;
}

.left_bar.shrink ul li.m6 .icon svg {
}

.st0 {
    fill: none;
}

.nav_tab li.arrow_point a {
    background-image: url(../../Images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    padding-right: 30px;
    background-size: 8px;
    color: #0095dd;
}

    .nav_tab li.arrow_point a:hover {
        color: #000;
    }

.sub_menu_all {
    min-width: 160px;
    position: absolute;
    max-width: 400px;
    background: #fff;
    border: 1px solid #cdcdcd;
    box-shadow: 1px 1px 14px #b3b3b3;
    display: none;
    z-index: 66;
    left: 0px;
}

.nav_tab li.arrow_point:hover .sub_menu_all {
    display: block;
}

.nav_tab li.arrow_point .sub_menu_all li a {
    display: block;
    text-align: left;
    padding: 4px 7px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    font-size: 12px;
}

    .nav_tab li.arrow_point .sub_menu_all li a:hover {
        background: #2196f3;
        text-decoration: none;
        color: #fff;
    }

.accr_part.diAddvForm .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .listing_view_box .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #666 !important;
    width: 5px;
}

.nav-item.less_space {
    margin-right: 1.5%;
}

span[style="color:Red;visibility:hidden;"] {
    display: none;
}

span[style="color:Red;visibility:visible;"] {
    display: block;
}

.set_all_icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    top: 40px;
    right: 1px;
    overflow: hidden;
}

.left_bar.shrink .set_all_icon {
    top: 29px;
}

.pro_img .set_all_icon img {
    top: 4px;
    left: 4px;
}

#setting_popop .close {
    position: absolute;
    right: 15px;
}

.kyc_view.grid td img {
    max-height: 28px;
}

.buttons.btn_fixing {
    margin-right: 73px;
}

.buttons.btn_box_move {
    position: relative;
    top: -42px;
    display: table;
    float: right;
    z-index: 89;
}

.excel_height {
    height: 383px;
    overflow: hidden;
    overflow-y: auto;
}

.form_break {
    height: 15px;
    background-color: #e9eaed;
    width: 104%;
    left: -20px;
    position: relative;
}

.excel_height .d_with_line ul li {
    list-style: none;
    width: 33%;
    float: left;
    margin-top: 13px;
    color: #666;
    margin-left: 0;
    line-height: 12px;
    font-size: 12px;
}

    .excel_height .d_with_line ul li a {
        color: #666;
        background: url(../../Images/Icons/excel.png) 0 0 no-repeat;
        padding-left: 20px;
        background-size: 12px;
    }

        .excel_height .d_with_line ul li a:hover {
            color: #0095dd;
        }

.centered.excel_height .acc_data {
    width: 97%;
}

.year_del_one {
    position: absolute;
    top: 6px;
    right: 6px;
}

.chart_hyperlink {
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    left: 5px;
    fill: #0095dd;
    cursor: pointer;
}

    .chart_hyperlink:hover {
        fill: #ffae00;
    }

.left_bar ul li.active .icon .cls-11, .left_bar ul li:hover .icon .cls-11 {
    stroke: #ffae00;
}

.left_bar ul li.active .icon .cls-21, .left_bar ul li:hover .icon .cls-21, .left_bar ul li.active .icon .cls-31, .left_bar ul li:hover .icon .cls-31, .left_bar ul li.active .icon .cls-22, .left_bar ul li:hover .icon .cls-22 {
    fill: #ffae00;
    color: #ffae00;
}

.cls-11 {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}

.cls-21 {
    font-size: 9px;
    font-family: Bahnschrift;
}

.cls-21, .cls-31 {
    fill: #a5aaaf;
}

.cls-22 {
    font-size: 6px;
    fill: #a5aaaf;
    font-family: Bahnschrift;
}

.display_no_pages .col-lg-8 .nav li .default_value {
    font-size: 14px;
    font-family: 'robotobold';
    color: #113f63;
    margin: 6px 0 0 0;
    text-transform: CAPITALIZE;
}

.error_page {
    margin: 26vh auto 0;
    display: table;
    float: none;
    padding: 31px;
    border: 1px solid #cdcdcd;
    background: #fff;
    box-shadow: 0px 1px 13px rgba(0,0,0,0.2);
}

.er_new {
    display: block;
    margin: 0px auto 10px;
}

    .er_new .cls-3 {
        fill: #ffae00;
    }

.er_btn {
    background-image: url(../../Images/back_login_white.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 36px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.btn.er_btn.btn-primary:hover {
    background-image: url(../../Images/back_login_white.png);
    background-repeat: no-repeat;
    background-color: #0378b0;
    background-position: 10px center;
}

#ImgUIDloader {
    margin: 8px 0px 0px 10px;
    width: 15px;
    position: absolute;
}

.chart_total {
    font-weight: 300;
    text-transform: capitalize;
    margin-right: 10px;
    display: inline-block;
    fill: #666;
}

#PleaseWait, #ImgUIDloader {
    padding: 2px;
}

    #ImgUIDloader img, #PleaseWait img {
        width: 130px;
        height: 130px;
    }

body .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #666 !important;
    width: 5px;
}

.scroll_nav .nav_tab.big_view_close li a.active, .scroll_nav .nav_tab.big_view_close li:hover a {
    background: #fff;
    color: #000;
}

.scroll_nav .nav_tab.big_view_close li .drop_outter li a.active, .scroll_nav .nav_tab.big_view_close .drop_outter li:hover a {
    background: #e7e7e7;
    color: #000;
}

.form-control::-ms-clear {
    display: none;
}

.formtypeheader {
    font-family: 'robotomedium';
    font-size: 22px;
    margin-bottom: 12px;
}



/*Entity Side Panel */
.edit_en_btn {
    position: fixed;
    z-index: 8;
    top: 175px;
    right: -74px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .edit_en_btn:hover {
        right: -64px;
    }

.pdf_show_hide.open {
    z-index: 20;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}

.pdf_show_hide {
    position: fixed;
    z-index: -9;
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 1.8s ease;
    top: 57px;
    right: -5000px;
}

.edit_en_btn_closed a {
    color: #0095dd;
    text-decoration: none;
}

.pdf_form .pdf_content .pdf_sec {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
}

.pdf_form {
    width: 100%;
    position: relative;
}

.edit_en_btn_closed {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 25px;
    top: 10px;
    font-weight: bold;
}

.pdf_form .pdf_content {
    background: #bdbdbd;
    padding: 1px;
    max-height: 91vh;
}

.edit_en_btn_closed_text .inner_ed {
    margin-left: 12px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text .ed_one_f1 {
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text .txt_ed {
    top: 0px !important;
    left: 10px;
}

.edit_en_btn_closed_text_a1 {
    position: absolute;
    z-index: 8;
    top: 61px;
    left: -96px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.edit_en_btn_closed_text {
    position: absolute;
    z-index: 8;
    top: 53px;
    left: -86px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.SideSlideHeader {
    color: #0095dd;
}

.ed_one_c1 {
    background: url(../../Images/d1.png) 0 0 no-repeat;
    display: table;
}




.edit_en_btn_c1 {
    position: fixed;
    z-index: 8;
    top: 200px;
    right: -76px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .edit_en_btn_c1:hover {
        right: -61px;
    }

.pdf_show_hide_c1.open {
    z-index: 20;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}

.pdf_show_hide_c1 {
    position: fixed;
    z-index: -9;
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 1.8s ease;
    top: 57px;
    right: -5000px;
}

.edit_en_btn_closed_c1 a {
    color: #0095dd;
    text-decoration: none;
}

.pdf_form_c1 .pdf_content_c1 .pdf_sec_c1 {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
}

.pdf_form_c1 {
    width: 100%;
    position: relative;
}

.edit_en_btn_closed_c1 {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 25px;
    top: 10px;
    font-weight: bold;
}

.pdf_form_c1 .pdf_content_c1 {
    background: #bdbdbd;
    padding: 1px;
    max-height: 91vh;
}

.edit_en_btn_closed_text_c1 .inner_ed {
    margin-left: 12px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c1 .ed_one_f1 {
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c1 .txt_ed_c1 {
    top: 4px !important;
    left: -2px;
}

.edit_en_btn_closed_text_c1 {
    position: absolute;
    z-index: 8;
    top: 65px;
    left: -96px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.edit_en_btn_closed_text_cc1 {
    position: absolute;
    z-index: 8;
    top: 62px;
    left: -96px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.SideSlideHeader_c1 {
    color: #0095dd;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

path.highcharts-button-symbol {
    stroke: #b7b7b7;
}

.tooltip-inner {
    text-align: left;
}

.accountdetails .default_value {
    margin-bottom: 23px;
    font-family: 'robotoregular';
}

.accountdetails.single_section .form-control {
    margin-bottom: 23px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    position: absolute;
}

.ad_search li:nth-child(2) .clear_s {
    border-left: 1px solid #d2d2d2;
}

.new_view.Viewallpopup table td, .new_view.Viewallpopup table th {
    width: 20%;
    background: #fff;
    font-size: 12px;
    color: #4d5862;
    padding: 10px 15px;
    border-bottom: 2px solid #e9eaed;
    vertical-align: top;
}

    .new_view.Viewallpopup table td:first-child, .new_view.Viewallpopup table th:first-child {
        width: 40%;
        padding-left: 15px;
    }

.new_view.Viewallpopup table th {
    font-family: 'robotobold';
    padding: 13px 5px;
    -webkit-box-shadow: 2px 1px 5px #e6e6e6;
    -moz-box-shadow: 2px 1px 5px #e6e6e6;
    box-shadow: 2px 1px 5px #e6e6e6;
    text-transform: uppercase;
    color: #333333;
}

.Viewallpopup .c1 {
    padding-bottom: 4px;
}

.addEmailTooltip {
    border-width: 0px;
    padding: 10px 17px;
    float: right;
}

.pdf_check li {
    color: #4d5862;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
}

    .pdf_check li label {
        line-height: 12px;
    }

        .pdf_check li label span {
            display: block;
            font-size: 11px;
            color: #666;
        }

/*.actions {
    position: absolute;
    right: 10px;
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.overlay_body {
        display: block;
    }
}



/*.list .grid tr th:first-child, .list .grid tr td:first-child{ position:relative;z-index:99; box-shadow:none; }*/

.below_header h1 span {
    color: #8c8c8c;
}

.below_header h1 i {
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url(../../Images/Icons/arrow_title.png) center 5px no-repeat;
}

.taxpayerleft {
    width: 33%;
    float: left;
}


.hoverClass td {
    background-color: #e0e8f1 !important;
}

.FixPosition {
    /*position: absolute !important;*/
    top: auto !important;
    /*width: 170px !important;*/
    z-index: 3 !important;
    border-bottom: 0 !important;
}

.tblfreeze th {
    box-shadow: 0px 4px 5px #c6c6c6 !important;
}

.gridPager tr.pager table td {
    background: #f4f5f6;
    padding: 3px;
}

.gridPager tr.pager td {
    background: #e9eaed;
    padding: 6px;
    border: 0;
}

.gridPager tr.pager table td span {
    background: #0095dd;
    color: #fff;
    padding: 2px 5px;
}

.gridPager tr.pager table td a {
    list-style: none;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
}

    .gridPager tr.pager table td a:hover {
        background: #2254a5;
        color: #fff;
        text-decoration: none;
    }

.gridPager tr.pager table td span {
    background: #0095dd;
    color: #fff;
    padding: 2px 5px;
}

.tblfreeze td {
    max-width: 170px;
    word-break: break-word;
}

h2 {
    border-bottom: 1px solid #e9ecef;
    padding: 0.5rem 1rem;
    color: #0095dd;
    font-size: 22px;
    font-family: 'robotobold';
    line-height: 1.5;
    margin-bottom: 15px;
}

.log_label_security {
    color: #0095dd;
}

.ConfirmationCode {
    font-size: 13px;
    position: absolute;
    right: 5px;
}

.termandconditionbody {
    width: 100%;
    max-height: 52vh;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    overflow-y: auto;
}



div.select-columns {
    width: 700px;
    padding: 10px;
    max-width: inherit;
    margin: 0;
    border: 1px solid #cdcdcd;
    box-shadow: 1px 1px 14px #b3b3b3;
    background: white;
    z-index: 100;
}


    div.select-columns table td {
        padding: 2px 7px;
    }

    div.select-columns .btnSelectColumns {
        margin-left: 35px;
    }

    div.select-columns label {
        white-space: nowrap;
    }

    div.select-columns .columns-filter-buttons {
        float: right;
        margin: 5px 5px 0 5px;
    }

.ed_outter.blu {
    top: 464px;
    z-index: 8;
}

.pdf_show_hide_c2 {
    position: fixed;
    z-index: -9;
    width: 50%;
    transition: all 0.8s ease;
    -webkit-transition: all 1.8s ease;
    right: -5000px;
}

.ed_one_c2 {
    background: url(../../Images/b1.png) 0 0 no-repeat;
    display: table;
}

.inner_ed_c2 {
    background: url(../../Images/b2.png) right 0 no-repeat;
    height: 33px;
    display: table;
    margin-left: 10px;
    padding-right: 15px;
    line-height: 20px;
    color: #fff;
}

.pdf_show_hide_c2.open {
    z-index: 20;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}

.edit_en_btn_closed_c2 {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 25px;
    top: 10px;
    font-weight: bold;
}

.edit_en_btn_closed_text_c2 .inner_ed {
    margin-left: 12px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c2 .ed_one_f1 {
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c2 .txt_ed_c1 {
    top: 4px !important;
    left: -2px;
}

.edit_en_btn_closed_text_c2 {
    position: absolute;
    z-index: 8;
    top: 65px;
    left: -100px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.approvaltabhead {
    text-align: left;
    background: #fff;
}

/*------------*/

.ed_outter.dblu {
    top: 608px;
    z-index: 8;
}

.pdf_show_hide_c3 {
    position: fixed;
    z-index: -9;
    width: 50%;
    transition: all 0.8s ease;
    -webkit-transition: all 1.8s ease;
    right: -5000px;
}

.ed_one_c3 {
    background: url(../../Images/bb2.png) 0 0 no-repeat;
    display: table;
}

.inner_ed_c3 {
    background: url(../../Images/bb1.png) right 0 no-repeat;
    height: 36px;
    display: table;
    margin-left: 10px;
    padding-right: 14px;
    line-height: 20px;
    color: #fff;
}

.pdf_show_hide_c3.open {
    z-index: 20;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}

.edit_en_btn_closed_c3 {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 25px;
    top: 10px;
    font-weight: bold;
}

.edit_en_btn_closed_text_c3 .inner_ed {
    margin-left: 12px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c3 .ed_one_f1 {
    height: 30px;
    line-height: 30px;
}

.edit_en_btn_closed_text_c3 .txt_ed_c1 {
    top: 4px !important;
    left: -2px;
}

.edit_en_btn_closed_text_c3 {
    position: absolute;
    z-index: 8;
    top: 65px;
    left: -100px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.blueColor {
    color: #0095dd;
    font-weight: bold;
}


.actions-menu img.icon {
    border-style: none;
    vertical-align: middle;
}

.actions-menu img.separator {
    border-style: none;
    display: block;
}

.actions-menu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

.actions-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    .actions-menu ul.dynamic {
        z-index: 1;
    }

.actions-menu a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    .actions-menu a.static {
        text-decoration: none;
        border-style: none;
        padding-left: 0.15em;
        padding-right: 0.15em;
    }

    .actions-menu a.popout {
        background-image: url("/WebResource.axd?d=AYCbnULbEjubcTqPY1NUuNUjy5de6F6oxv7fg-C0tvUtQdKPo7PUXoS08da1Je9dZQ21lNgM-5Zm8zeho-y8vjrN_zpkZaMhSYl3A5QIg5EGH0P2VkN1YBSATynvVCf35zIDIItVNvGMyHWVFkXfwA2&t=637454266754849868");
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 14px;
    }

    .actions-menu a.dynamic {
        text-decoration: none;
        border-style: none;
    }

    .actions-menu a.static.selected {
        text-decoration: none;
        border-style: none;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
