body {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
}

.padding_0 {
    padding: 0 !important;
}

.is-flex {
    display: flex;
}

.red {
    color: #f00;
}

.ajax__html_editor_extender_texteditor {
    background-color: #fff !important;
}
/*---Progress Bar Animation ---*/
.custom-progress-bar {
    width: 500px;
    max-width: 100%;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    padding: 2px;
    background: #fff;
}

    .custom-progress-bar span {
        display: inline-block;
        height: 100%;
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        transition: width .4s ease-in-out;
        position: relative;
        z-index: 9999;
        top: -7px;
        animation: animate-stripes 5s linear infinite;
    }

.blue span {
    background-color: #34c2e3;
    width: 100%;
}

@keyframes animate-stripes {

    0% {
        width: 0;
    }

    20% {
        width: 20%;
    }

    40% {
        width: 40%;
    }

    60% {
        width: 60%;
    }

    80% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}


/*---Progress Bar Animation ---*/
.btn-primary {
    background: #494ca2 !important;
    color: #fff !important;
}

.btn-danger {
    background: #df0054 !important;
    color: #fff !important;
}

.UserInnerpage .btn {
    border-radius: 4px;
    margin: 0 10px;
}

/*------Custom Checkbox------*/
input[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.ProddisplayInline {
    display: inline-block;
}

input[type=checkbox] + span:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input[type=checkbox] + span:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked + span:before {
    background-color: #494ca2;
    border-color: #494ca2;
    color: #fff;
}

.checkbox-col {
    margin-right: 10px;
}

form .form-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
    /*form .form-group input[type=checkbox ]{ position: absolute;  width: 20px;  height: 20px; left: 7px; opacity: 0; cursor: pointer}*/
    form .form-group label span {
        margin-right: 10px;
        cursor: pointer;
    }

    form .form-group label, .form-label {
        font-size: 15px !important;
        font-family: 'Roboto', sans-serif !important;
        color: #2b3d51 !important;
    }

    form .form-group .btn {
        min-width: 100px;
        border-radius: 4px;
    }

.note, .required {
    color: #f00;
}

/*------Custom Checkbox------*/

/*-----Successful Icon -----*/
.success-checkmark {
    width: 69px;
    height: 69px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 69px;
        height: 69px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4caf50;
        zoom: 0.7;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: "";
            height: 100px;
            position: absolute;
            background: #ffffff;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4caf50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 34px;
                left: 13px;
                width: 18px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 27px;
                right: 14px;
                width: 33px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #ffffff;
            width: 80px;
            height: 90px;
            margin: 0 auto;
        }

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4caf50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: "";
            height: 100px;
            position: absolute;
            background: #ffffff;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4caf50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #ffffff;
        }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


/*---Table pagination---*/
.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}

/*---Breadcumb Design---*/
.breadcrumb {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
    margin-left: 0 !important;
    margin-bottom: 16px;
    ;
}

    .breadcrumb li:first-child {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb li, .breadcrumb li a, .breadcrumb li span {
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb li:not(:first-child) {
            margin-left: -4px;
        }

        .breadcrumb li + li:before {
            padding: 0;
            content: "" !important;
        }

        .breadcrumb li span {
            padding: 0 10px;
            line-height: 31px;
            color: #fff;
        }

        .breadcrumb li, .breadcrumb li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

            .breadcrumb li:first-child {
                padding: 0 10px;
            }

    .breadcrumb li {
        position: relative;
        color: #fff;
        text-decoration: none;
        background-color: #3bafda;
        border: 1px solid #3bafda;
    }

        .breadcrumb li:first-child {
            padding-left: 10px;
        }

        .breadcrumb li:after, .breadcrumb li:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb li:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3bafda;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb li:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be;
        }

        .breadcrumb li:focus, .breadcrumb li:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9;
        }

            .breadcrumb li:focus:before, .breadcrumb li:hover:before {
                border-left-color: #4fc1e9;
            }

        .breadcrumb li:active {
            background-color: #2494be;
            border: 1px solid #2494be;
        }

            .breadcrumb li:active:after, .breadcrumb li:active:before {
                border-left-color: #2494be;
            }

        .breadcrumb li span {
            color: #fff;
        }
/*---Breadcumb Design---*/

/*---Table pagination---*/

#btnLogin, .createLoginPass {
    width: 100%;
    border-radius: 4px;
    color: #fff !important;
    background: #494ca2 !important;
}

#btnCaptchaNew {
    position: absolute;
    right: -27px;
    top: -7px;
}

.btn-nav-toggle {
    width: 100%;
    text-align: right;
}

#btnCaptchaNew i {
    color: #494ca2 !important;
}

.loginBg {
    border-radius: 10px;
    width: 35%;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    background: #fff;
}

.VendorloginBg {
    width: 70% !important;
}


.loginBg h3 {
    font-size: 22px;
    text-align: center;
    color: #494ca2;
    margin: 0;
}

.loginBg p {
    color: #494ca2;
}

.loginBg label {
    color: #494ca2 !important;
}

.navbar {
    background: #2b3d51;
}

.loginBg .form-control {
    color: #494ca2;
}

/*.user.dropdown-toggle:focus {
    color: #fff !important;
}*/

.user-login-dropdown {
    margin: 0;
    padding: 0;
}

    .user-login-dropdown li a {
        text-align: left;
        padding: 6px 20px;
    }

        .user-login-dropdown li a i {
            margin-right: 10px;
            font-size: 11px;
        }

.sidebar-holder ul li a {
    background: #fff;
    color: #2b3d51 !important;
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-tachometer {
    font: normal normal normal 14px/1 FontAwesome;
}

.footer {
    z-index: 999;
    background: #2b3d51;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

.btn {
    transition: all 0.3s ease-in-out;
}

.btn-warning {
    background: #df0054 !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
}

    .btn-warning:hover {
        background: #c32b64 !important;
    }

.sideBg {
    min-height: 100vh;
}


    /*---Table Design----*/
    .sideBg .table {
        border: 0 !important;
        box-shadow: 0 0 6px rgba(0,0,0,.2);
    }

        .sideBg .table tr th {
            white-space: nowrap;
            border: 0 !important;
            background: #67686d !important;
            color: #fff;
        }

            .sideBg .table tr th a {
                color: #fff;
            }

        .sideBg .table tr td {
            border: 0 !important;
        }

/*---tabing Design----*/
.fdi-tab ul {
    display: flex;
    padding: 0;
    margin-top: 20px;
}

    .fdi-tab ul li a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
        background: #494ca2;
        text-align: center;
        color: #fff;
        border-right: 1px solid #fff;
    }

    .fdi-tab ul li.active a {
        background: #5db9f9;
    }

    .fdi-tab ul li a:hover, .fdi-tab ul li a:focus {
        text-decoration: none;
    }

.fdi-add-content .fade {
    display: none;
}

    .fdi-add-content .fade.in {
        display: block;
    }

.fdi-add-content ul {
    padding: 0;
}

.fdi-add-content {
    margin-top: 18px;
}

    .fdi-add-content .hhead {
        font-size: 20px;
    }

.add-inflow-tab ul li a {
    padding: 10px 45px;
}


/*---Admin Dashboard----*/
.admin-dashboard .white-box {
    padding: 4%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 4px;
}

    .admin-dashboard .white-box h3 {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-transform: uppercase;
    }

    .admin-dashboard .white-box ul li {
        width: 100%;
    }

        .admin-dashboard .white-box ul li .counter {
            font-size: 18px;
        }

.btn-nav-toggle-responsive {
    display: none;
}

.table-wraper {
    overflow-x: auto;
}

.sidebar-holder .nav li a i.fa-angle-down {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}

.sidebar-holder .nav li a .rotate-icon {
    transform: rotate(360deg) !important;
}

.sidebar-holder .nav > li > a:focus {
    background: #5db9f9 !important;
}

.sidebar-holder .nav .parent-nav > a {
    position: relative;
}

.parent-nav-child li a {
    padding-left: 30px !important;
}

.sidebar-holder .nav > li > a:hover, .sidebar-holder .nav > li > a:focus {
    background: #fff !important;
}

.parent-nav-child .parent-nav li a {
    padding-left: 57px !important;
    position: relative;
}

.sidebar-holder .nav > li ul > li > a {
    padding: 15px 5px;
}

.sidebar-holder .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-dashboard .white-box {
    float: left;
    width: 100%;
}

    .admin-dashboard .white-box a {
        display: inline-block;
        font-size: 21px;
        margin-top: 10px;
    }

.rotate-toggle-btn {
    transform: rotate(180deg);
}

.parent-nav-child li.active a {
    background: #5db9f9 !important;
}

.sidebar-holder .user-box {
    float: left;
    display: flex;
    font-size: 15px;
    font-weight: bold;
}

    .sidebar-holder .user-box i {
        margin-right: 10px;
        color: #fff !important;
        font-size: 30px !important;
    }

    .sidebar-holder .user-box #lbltypelogin {
        font-size: 18px;
    }

.sidebar-holder .btn-nav-toggle .fa-angle-double-left {
    font-size: 26px !important;
}

#ContentPlaceHolder1_chkintrestedarea label,
#ContentPlaceHolder1_chkmastermenuallot label,
#ContentPlaceHolder1_chkrole label {
    margin: -4px 10px 5px 20px !important;
    white-space: nowrap;
}

#ContentPlaceHolder1_chkintrestedarea input[type="checkbox"],
#ContentPlaceHolder1_chkmastermenuallot input[type="checkbox"],
#ContentPlaceHolder1_chkrole input[type="checkbox"] {
    margin: 0 !important;
}

.secondary-heading {
    font-size: 16px;
    color: #494ca2;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.createLoginPass {
    margin-top: 10px;
}

form .form-group input[type="submit"] {
    margin-right: 10px;
}

form label {
    color: #494ca2;
}

.fa-minus:before {
    content: "\f068" !important;
}

.toggle-table-plus, .toggle-table-minus {
    cursor: pointer;
}

.sidebar-holder .nav .parent-nav-child .parent-nav a + i {
    display: none;
}

.sidebar-holder .nav .parent-nav a.active {
    color: #494ca2 !important;
    background: #ddd;
}

.master-company-table tr th {
    white-space: normal !important;
}

    .master-company-table tr th:first-child {
        width: 30px;
    }

    .master-company-table tr th:nth-child(2) {
        width: 60px;
    }

    .master-company-table tr th:nth-child(3) {
        width: 150px;
    }

    .master-company-table tr th:nth-child(4) {
        width: 240px;
    }

    .master-company-table tr th:nth-child(5) {
        width: 110px;
    }

    .master-company-table tr th:nth-child(6) {
        width: 298px;
    }

.sideBg .table tr td th, .sideBg .table tr td td {
    background: #cce5ff !important;
    color: #004085 !important;
}

    .sideBg .table tr td td th, .sideBg .table tr td td td {
        background: #d4edda !important;
        color: #155724 !important;
    }

    .sideBg .table tr td td i.fa-plus, .sideBg .table tr td td i.fa-minus {
        color: #de2f13;
    }

.checkbox-inline {
    padding-left: 0;
}

.sidebar-holder .nav li a {
    box-shadow: 0 0 4px rgba(0,0,0,0.06);
    border: 0;
    font-weight: 600 !important;
    font-size: 14px;
}

    .sidebar-holder .nav li a i {
        color: #2b3d51 !important;
    }

    .sidebar-holder .nav li a:hover {
        background: none;
    }

.navbar .user-menu > li ul.dropdown-menu > li > a {
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
}

.content .page-header {
    font-weight: 600;
    text-transform: uppercase;
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
}

.tabing-section .nav {
    margin-bottom: 30px;
}

.content .page-header i {
    display: none;
}

.tabing-section .nav-tabs > li > a {
    background: #ddd;
    color: #2b3d51;
    padding: 10px 9px;
}

.tabing-section .nav-tabs > li.active > a {
    background: #2b3d51 !important;
    color: #fff !important;
}

.sidebar-collapse #lbltypelogin {
    display: none;
}

.section-pannel {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.page-header.secondary {
    margin-bottom: 10px;
    font-size: 15px;
}

.sidebar-holder .btn-nav-toggle {
    padding: 17px 10px;
    background: #d95459 !important;
    color: #fff !important;
}

.sidebar-holder .nav li a:before {
    content: "";
    border-bottom: 2px solid #d95459;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    transition: all ease-in-out 1s;
}

.sidebar-holder .nav li a:hover::before, .sidebar-holder .nav li a.active::before {
    width: 100% !important;
}

.sidebar-collapse .menuNo, .sidebar-collapse .fa-angle-down {
    display: none;
}

.sidebar-collapse .parent-nav-child li a {
    padding-left: 0 !important;
    text-align: center;
}

.sidebar-collapse .sidebar-holder .user-box i {
    margin-right: 2px;
    font-size: 24px !important;
}

/*---Admin Dashboard----*/
.admin-dashboard .white-box {
    padding: 4%;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 4px;
}

    .admin-dashboard .white-box h3 {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-transform: uppercase;
    }

    .admin-dashboard .white-box ul li {
        width: 100%;
    }

        .admin-dashboard .white-box ul li .counter {
            font-size: 18px;
        }

    .admin-dashboard .white-box .file-export a {
        position: absolute;
        right: 25px;
        bottom: 10px;
        font-size: 18px;
        cursor: pointer;
        color: #d95459 !important;
    }

.btn-nav-toggle-responsive {
    display: none;
}

.table-wraper {
    overflow-x: auto;
}

.sidebar-holder .nav li a i.fa-angle-down {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}

.sidebar-holder .nav li a .rotate-icon {
    transform: rotate(360deg) !important;
}

.sidebar-holder .nav > li > a:focus {
    background: #5db9f9 !important;
}

.sidebar-holder .nav .parent-nav > a {
    position: relative;
}

.parent-nav-child li a {
    padding-left: 30px !important;
}

.sidebar-holder .nav > li > a:hover, .sidebar-holder .nav > li > a:focus {
    background: #fff !important;
}

.parent-nav-child .parent-nav li a {
    padding-left: 57px !important;
    position: relative;
}

.sidebar-holder .nav > li ul > li > a {
    padding: 15px 5px;
}

.sidebar-holder .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-dashboard .white-box {
    float: left;
    width: 100%;
}

    .admin-dashboard .white-box a {
        display: inline-block;
        font-size: 21px;
        margin-top: 10px;
    }

.rotate-toggle-btn {
    transform: rotate(180deg);
}

.admin-dashboard .white-box.total-comp {
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.admin-dashboard .white-box a {
    color: #333;
    text-decoration: none;
    height: 16px;
}

.parent-nav-child li.active a {
    background: #5db9f9 !important;
}

.sidebar-holder .user-box {
    float: left;
    display: flex;
    font-size: 15px;
    font-weight: bold;
}

    .sidebar-holder .user-box i {
        margin-right: 10px;
        color: #fff !important;
        font-size: 30px !important;
    }

    .sidebar-holder .user-box #lbltypelogin {
        font-size: 18px;
    }

.sidebar-holder .btn-nav-toggle .fa-angle-double-left {
    font-size: 26px !important;
}

#ContentPlaceHolder1_chkintrestedarea label, #ContentPlaceHolder1_chkmastermenuallot label, #ContentPlaceHolder1_chkrole label {
    margin: -4px 10px 5px 20px !important;
    white-space: nowrap;
}

#ContentPlaceHolder1_chkintrestedarea input[type="checkbox"], #ContentPlaceHolder1_chkmastermenuallot input[type="checkbox"], #ContentPlaceHolder1_chkrole input[type="checkbox"] {
    margin: 0 !important;
}

.secondary-heading {
    font-size: 16px;
    color: #494ca2;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.createLoginPass {
    margin-top: 10px;
}

form .form-group input[type="submit"] {
    margin-right: 10px;
}

form label {
    color: #494ca2;
}

.fa-minus:before {
    content: "\f068" !important;
}

.toggle-table-plus, .toggle-table-minus {
    cursor: pointer;
}

.sidebar-holder .nav .parent-nav-child .parent-nav a + i {
    display: none;
}

.sidebar-holder .nav .parent-nav a.active {
    color: #494ca2 !important;
    background: #ddd;
}

.master-company-table tr th {
    white-space: normal !important;
}

    .master-company-table tr th:first-child {
        width: 30px;
    }

    .master-company-table tr th:nth-child(2) {
        width: 60px;
    }

    .master-company-table tr th:nth-child(3) {
        width: 150px;
    }

    .master-company-table tr th:nth-child(4) {
        width: 240px;
    }

    .master-company-table tr th:nth-child(5) {
        width: 110px;
    }

    .master-company-table tr th:nth-child(6) {
        width: 298px;
    }

.sideBg .table tr td th, .sideBg .table tr td td {
    background: #cce5ff !important;
    color: #004085 !important;
}

    .sideBg .table tr td td th, .sideBg .table tr td td td {
        background: #d4edda !important;
        color: #155724 !important;
    }

    .sideBg .table tr td td i.fa-plus, .sideBg .table tr td td i.fa-minus {
        color: #de2f13;
    }

.checkbox-inline {
    padding-left: 0;
}

.sidebar-holder .nav li a {
    box-shadow: 0 0 4px rgba(0,0,0,0.06);
    border: 0;
    font-weight: 600 !important;
    font-size: 14px;
}

    .sidebar-holder .nav li a i {
        color: #2b3d51 !important;
    }

    .sidebar-holder .nav li a:hover {
        background: none;
    }

.navbar .user-menu > li ul.dropdown-menu > li > a {
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
}

.content .page-header {
    font-weight: 600;
    text-transform: uppercase;
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
}

.tabing-section .nav {
    margin-bottom: 30px;
}

.content .page-header i {
    display: none;
}

.tabing-section .nav-tabs > li > a {
    background: #ddd;
    color: #2b3d51;
}

.tabing-section .nav-tabs > li.active > a {
    background: #2b3d51 !important;
    color: #fff !important;
}

.sidebar-collapse #lbltypelogin {
    display: none;
}

.section-pannel {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.page-header.secondary {
    margin-bottom: 10px;
    font-size: 15px;
}

.sidebar-holder .btn-nav-toggle {
    padding: 17px 10px;
    background: #d95459 !important;
    color: #fff !important;
}

.sidebar-holder .nav li a:before {
    content: "";
    border-bottom: 2px solid #d95459;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    transition: all ease-in-out 1s;
}

.sidebar-holder .nav li a:hover::before, .sidebar-holder .nav li a.active::before {
    width: 100% !important;
}

.sidebar-collapse .menuNo, .sidebar-collapse .fa-angle-down {
    display: none;
}

.sidebar-collapse .parent-nav-child li a {
    padding-left: 0 !important;
    text-align: center;
}

.sidebar-collapse .sidebar-holder .user-box i {
    margin-right: 2px;
    font-size: 24px !important;
}

.sideBg {
    padding-top: 0;
}

#ContentPlaceHolder1_Intrested, #ContentPlaceHolder1_MenuAlot, #ContentPlaceHolder1_divRole {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 4px;
}

.form-label {
    margin-bottom: 4px;
    display: inline-block;
}

.company-flex-row .form-group {
    margin-right: 30px;
}

    .company-flex-row .form-group:last-child {
        margin-right: 0 !important;
    }

#Location {
    margin-bottom: 20px;
}

.showMore {
    text-align: right;
}

    .showMore i {
        cursor: pointer;
        width: 30px;
        height: 20px;
    }

.form-group label input[type='checkbox'], .form-group label input[type='radio'] {
    margin-right: 5px;
}

.showMore a {
    text-decoration: underline !important;
}

#ContentPlaceHolder1_divflag span label, #ContentPlaceHolder1_divActive span label {
    margin-right: 10px;
}

#ContentPlaceHolder1_divflag span input[type='radio'], #ContentPlaceHolder1_divActive span input[type="radio"] {
    margin-right: 5px;
    margin-top: 0;
}

.viewCatDropDown tr th:last-child {
    width: 109px !important;
}

.viewCatDropDown tr td:first-child, .viewCatDropDown tr th:first-child {
    width: 80px;
}

.viewCatDropDown tr th:nth-child(3) {
    width: auto !important;
}

.contactFormRow .form-group input[readonly="readonly"] {
    background: #fff !important;
}

.productalreadylabel {
    margin-bottom: -4px;
}

    .productalreadylabel .yes {
        margin-left: 10px !important;
    }

.ViewProductTable tr th, .ViewProductTable tr td {
    width: auto !important;
    white-space: nowrap !important;
}

#Div3 input {
    margin-right: 10px;
}

.comDivUnitBox {
    display: flex;
}

    .comDivUnitBox .form-group {
        margin-right: 30px;
    }

        .comDivUnitBox .form-group:last-child {
            margin-right: 0 !important;
        }

.NodalRole {
    margin-top: 24px !important;
}

    .NodalRole h4 {
        margin-bottom: 6px !important;
    }

    .NodalRole input[type='checkbox'] {
        margin-top: 7px;
    }

#ContentPlaceHolder1_btnsub {
    margin-right: 10px !important;
}

.alert-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
}

.alert-box {
    max-width: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}

    .alert-box .box {
        width: 100%;
        padding: 5%;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

        .alert-box .box .alert {
            text-align: center;
            font-size: 16px;
            position: relative;
            margin-bottom: 0;
        }

.overlay-progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.custom-progress-bar p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.loginBg span.passbox {
    position: relative;
    display: block;
}

.loginBg span.toggle-password {
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.multiinput {
    display: flex;
}

.sideBg {
    padding-top: 0;
}

#ContentPlaceHolder1_Intrested, #ContentPlaceHolder1_MenuAlot, #ContentPlaceHolder1_divRole {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 4px;
}

.admin-dashboard .white-box h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.admin-dashboard .white-box ul li {
    width: 100%;
}

    .admin-dashboard .white-box ul li .counter {
        font-size: 18px;
    }


.btn-nav-toggle-responsive {
    display: none;
}

.table-wraper {
    overflow-x: auto;
}

.sidebar-holder .nav li a i.fa-angle-down {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}

.sidebar-holder .nav li a .rotate-icon {
    transform: rotate(360deg) !important;
}

.sidebar-holder .nav > li > a:focus {
    background: #5db9f9 !important;
}

.sidebar-holder .nav .parent-nav > a {
    position: relative;
}

.parent-nav-child li a {
    padding-left: 30px !important;
}

.sidebar-holder .nav > li > a:hover, .sidebar-holder .nav > li > a:focus {
    background: #fff !important;
}

.parent-nav-child .parent-nav li a {
    padding-left: 57px !important;
    position: relative;
}

.sidebar-holder .nav > li ul > li > a {
    padding: 15px 5px;
}

.sidebar-holder .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-dashboard .white-box {
    float: left;
    width: 100%;
}

    .admin-dashboard .white-box a {
        display: inline-block;
        font-size: 21px;
        margin-top: 10px;
    }

.rotate-toggle-btn {
    transform: rotate(180deg);
}

.admin-dashboard .white-box.total-comp {
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.admin-dashboard .white-box a {
    color: #333;
    text-decoration: none;
    height: 16px;
}

.parent-nav-child li.active a {
    background: #5db9f9 !important;
}

.sidebar-holder .user-box {
    float: left;
    display: flex;
    font-size: 15px;
    font-weight: bold;
}

    .sidebar-holder .user-box i {
        margin-right: 10px;
        color: #fff !important;
        font-size: 30px !important;
    }

    .sidebar-holder .user-box #lbltypelogin {
        font-size: 18px;
    }

.sidebar-holder .btn-nav-toggle .fa-angle-double-left {
    font-size: 26px !important;
}

#ContentPlaceHolder1_chkintrestedarea label, #ContentPlaceHolder1_chkmastermenuallot label, #ContentPlaceHolder1_chkrole label {
    margin: -4px 10px 5px 20px !important;
    white-space: nowrap;
}

#ContentPlaceHolder1_chkintrestedarea input[type="checkbox"], #ContentPlaceHolder1_chkmastermenuallot input[type="checkbox"], #ContentPlaceHolder1_chkrole input[type="checkbox"] {
    margin: 0 !important;
}

.secondary-heading {
    font-size: 16px;
    color: #494ca2;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.createLoginPass {
    margin-top: 10px;
}

form .form-group input[type="submit"] {
    margin-right: 10px;
}

form label {
    color: #494ca2;
}

.fa-minus:before {
    content: "\f068" !important;
}

.toggle-table-plus, .toggle-table-minus {
    cursor: pointer;
}

.sidebar-holder .nav .parent-nav-child .parent-nav a + i {
    display: none;
}

.sidebar-holder .nav .parent-nav a.active {
    color: #494ca2 !important;
    background: #ddd;
}

.master-company-table tr th {
    white-space: normal !important;
}

    .master-company-table tr th:first-child {
        width: 30px;
    }

    .master-company-table tr th:nth-child(2) {
        width: 60px;
    }

    .master-company-table tr th:nth-child(3) {
        width: 150px;
    }

    .master-company-table tr th:nth-child(4) {
        width: 240px;
    }

    .master-company-table tr th:nth-child(5) {
        width: 110px;
    }

    .master-company-table tr th:nth-child(6) {
        width: 298px;
    }

.sideBg .table tr td th, .sideBg .table tr td td {
    background: #cce5ff !important;
    color: #004085 !important;
}

    .sideBg .table tr td td th, .sideBg .table tr td td td {
        background: #d4edda !important;
        color: #155724 !important;
    }

    .sideBg .table tr td td i.fa-plus, .sideBg .table tr td td i.fa-minus {
        color: #de2f13;
    }

.checkbox-inline {
    padding-left: 0;
}

.sidebar-holder .nav li a {
    box-shadow: 0 0 4px rgba(0,0,0,0.06);
    border: 0;
    font-weight: 600 !important;
    font-size: 14px;
}

    .sidebar-holder .nav li a i {
        color: #2b3d51 !important;
    }

    .sidebar-holder .nav li a:hover {
        background: none;
    }

.navbar .user-menu > li ul.dropdown-menu > li > a {
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
}

.content .page-header {
    font-weight: 600;
    text-transform: uppercase;
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
}

.tabing-section .nav {
    margin-bottom: 30px;
}

.content .page-header i {
    display: none;
}

.tabing-section .nav-tabs > li > a {
    background: #ddd;
    color: #2b3d51;
}

.tabing-section .nav-tabs > li.active > a {
    background: #2b3d51 !important;
    color: #fff !important;
}

.sidebar-collapse #lbltypelogin {
    display: none;
}

.section-pannel {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.page-header.secondary {
    margin-bottom: 10px;
    font-size: 15px;
}

.sidebar-holder .btn-nav-toggle {
    padding: 17px 10px;
    background: #d95459 !important;
    color: #fff !important;
}

.sidebar-holder .nav li a:before {
    content: "";
    border-bottom: 2px solid #d95459;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    transition: all ease-in-out 1s;
}

.sidebar-holder .nav li a:hover::before, .sidebar-holder .nav li a.active::before {
    width: 100% !important;
}

.sidebar-collapse .menuNo, .sidebar-collapse .fa-angle-down {
    display: none;
}

.sidebar-collapse .parent-nav-child li a {
    padding-left: 0 !important;
    text-align: center;
}

.sidebar-collapse .sidebar-holder .user-box i {
    margin-right: 2px;
    font-size: 24px !important;
}

.sideBg {
    padding-top: 0;
}

#ContentPlaceHolder1_Intrested, #ContentPlaceHolder1_MenuAlot, #ContentPlaceHolder1_divRole {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 4px;
}

.form-label {
    margin-bottom: 4px;
    display: inline-block;
}

.company-flex-row .form-group {
    margin-right: 30px;
}

    .company-flex-row .form-group:last-child {
        margin-right: 0 !important;
    }

#Location {
    margin-bottom: 20px;
}

.showMore {
    text-align: right;
}

    .showMore i {
        cursor: pointer;
        width: 30px;
        height: 20px;
    }

.form-group label input[type='checkbox'], .form-group label input[type='radio'] {
    margin-right: 5px;
}

.showMore a {
    text-decoration: underline !important;
}

#ContentPlaceHolder1_divflag span label, #ContentPlaceHolder1_divActive span label {
    margin-right: 10px;
}

#ContentPlaceHolder1_divflag span input[type='radio'], #ContentPlaceHolder1_divActive span input[type="radio"] {
    margin-right: 5px;
    margin-top: 0;
}

.viewCatDropDown tr th:last-child {
    width: 109px !important;
}

.viewCatDropDown tr td:first-child, .viewCatDropDown tr th:first-child {
    width: 80px;
}

.viewCatDropDown tr th:nth-child(3) {
    width: auto !important;
}

.contactFormRow .form-group input[readonly="readonly"] {
    background: #fff !important;
}

.productalreadylabel {
    margin-bottom: -4px;
}

    .productalreadylabel .yes {
        margin-left: 10px !important;
    }

.ViewProductTable tr th, .ViewProductTable tr td {
    width: auto !important;
    white-space: nowrap !important;
}

#Div3 input {
    margin-right: 10px;
}

.comDivUnitBox {
    display: flex;
}

    .comDivUnitBox .form-group {
        margin-right: 30px;
    }

        .comDivUnitBox .form-group:last-child {
            margin-right: 0 !important;
        }

.NodalRole {
    margin-top: 24px !important;
}

    .NodalRole h4 {
        margin-bottom: 6px !important;
    }

    .NodalRole input[type='checkbox'] {
        margin-top: 7px;
    }

#ContentPlaceHolder1_btnsub {
    margin-right: 10px !important;
}

.alert-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
}

.alert-box {
    max-width: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}

    .alert-box .box {
        width: 100%;
        padding: 5%;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

        .alert-box .box .alert {
            text-align: center;
            font-size: 18px;
            position: relative;
            margin-bottom: 0;
        }

.overlay-progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.custom-progress-bar p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.loginBg span.passbox {
    position: relative;
    display: block;
}

.loginBg span.toggle-password {
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.multiinput {
    display: flex;
}

.sideBg {
    padding-top: 0;
}

#ContentPlaceHolder1_Intrested, #ContentPlaceHolder1_MenuAlot, #ContentPlaceHolder1_divRole {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 4px;
}

.form-label {
    margin-bottom: 4px;
    display: inline-block;
}

.company-flex-row .form-group {
    margin-right: 30px;
}

    .company-flex-row .form-group:last-child {
        margin-right: 0 !important;
    }

#Location {
    margin-bottom: 20px;
}

.showMore {
    text-align: right;
}

    .showMore i {
        cursor: pointer;
        width: 30px;
        height: 20px;
    }

.form-group label input[type='checkbox'], .form-group label input[type='radio'] {
    margin-right: 5px;
}

.showMore a {
    text-decoration: underline !important;
}

#ContentPlaceHolder1_divflag span label, #ContentPlaceHolder1_divActive span label {
    margin-right: 10px;
}

#ContentPlaceHolder1_divflag span input[type='radio'], #ContentPlaceHolder1_divActive span input[type="radio"] {
    margin-right: 5px;
    margin-top: 0;
}

.viewCatDropDown tr th:last-child {
    width: 109px !important;
}

.viewCatDropDown tr td:first-child, .viewCatDropDown tr th:first-child {
    width: 80px;
}

.viewCatDropDown tr th:nth-child(3) {
    width: auto !important;
}

.contactFormRow .form-group input[readonly="readonly"] {
    background: #fff !important;
}

.productalreadylabel {
    margin-bottom: -4px;
}

    .productalreadylabel .yes {
        margin-left: 10px !important;
    }

.ViewProductTable tr th, .ViewProductTable tr td {
    width: auto !important;
    white-space: nowrap !important;
}

#Div3 input {
    margin-right: 10px;
}

.comDivUnitBox {
    display: flex;
}

    .comDivUnitBox .form-group {
        margin-right: 30px;
    }

        .comDivUnitBox .form-group:last-child {
            margin-right: 0 !important;
        }

.NodalRole {
    margin-top: 24px !important;
}

    .NodalRole h4 {
        margin-bottom: 6px !important;
    }

    .NodalRole input[type='checkbox'] {
        margin-top: 7px;
    }

#ContentPlaceHolder1_btnsub {
    margin-right: 10px !important;
}

.alert-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
}

.alert-box {
    max-width: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}

    .alert-box .box {
        width: 100%;
        padding: 5%;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

        .alert-box .box .alert {
            text-align: center;
            font-size: 16px;
            line-height: 22px
        }

.overlay-progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.custom-progress-bar p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.bg-purple td {
    background-color: #4caf50 !important;
    color: white;
}
.bg-red td {
    background-color: #f51c04 !important;
    color: white;
}

.tooltip-inner {
    border: 1px solid #F2AF1D;
    background: #FDF1D5;
    color: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #F2AF1D;
}

.fa-question {
    margin-left: 10px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #F2AF1D;
    border-radius: 100%;
    color: #333;
}

.parentRow {
    background: #3bafda;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.forgot-pass-btn {
    margin: 20px 0 0 0 !important;
}

.selectedInterest .box {
    width: 50%;
    padding: 2%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin: 10px;
}

.clone-row .table tr td:last-child {
    width: 111px !important;
}

#Div3 input {
    border-radius: 4px;
}

.admin-dashboard .white-box ul li {
    display: flex;
}

    .admin-dashboard .white-box ul li .icon-box {
        width: 50px;
        height: 50px;
        background: #3276b1;
        text-align: center;
        line-height: 50px;
        border-radius: 100%;
    }

        .admin-dashboard .white-box ul li .icon-box i {
            color: #fff;
        }

    .admin-dashboard .white-box ul li .compName {
        margin-left: 13px;
        margin-top: 10px;
    }

    .admin-dashboard .white-box ul li .Number {
        font-size: 26px;
    }

.fa-exclamation-triangle {
    color: red;
    font-size: 46px;
}

.ShowError {
    display: block !important;
}

.VisibleBody {
    visibility: visible;
}

    .VisibleBody .alert-overlay-error {
        display: none !important;
    }

.alert-overlay-error .close_alert {
    border-color: red;
}

.table tr td a {
    color: #000;
}

form label {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #2b3d51 !important;
}

#ContentPlaceHolder1_gvcompanydetail tr th {
    white-space: nowrap !important;
}

.comp_fact_unit {
    display: flex !important;
}

    .comp_fact_unit #DivCompanyName > span {
        display: flex !important;
    }

    .comp_fact_unit #DivCompanyName span {
        padding: 0 10px;
    }

.faq-secion .accordion .card-header h2 {
    background: #e2e3e5;
    border: 1px solid #d6d8db;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
    margin: 0;
}

.faq-secion .accordion .card-body {
    padding: 10px;
    border: 2px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 21px;
}

    .faq-secion .accordion .card-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-secion .accordion .card-body ul li {
        font-size: 15px;
        line-height: 19px;
    }

    .faq-secion .accordion .card-body h3 {
        font-size: 15px;
    }

.tooltip-inner {
    border: 1px solid #F2AF1D;
    background: #FDF1D5;
    color: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #F2AF1D;
}

.fa-question {
    margin-left: 10px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #F2AF1D;
    border-radius: 100%;
    color: #333;
}

.parentRow {
    background: #3bafda;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.forgot-pass-btn {
    margin: 20px 0 0 0 !important;
}

.selectedInterest .box {
    width: 50%;
    padding: 2%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin: 10px;
}

.clone-row .table tr td:last-child {
    width: 111px !important;
}

#Div3 input {
    border-radius: 4px;
}

.admin-dashboard .white-box ul li {
    display: flex;
}

    .admin-dashboard .white-box ul li .icon-box {
        width: 50px;
        height: 50px;
        background: #3276b1;
        text-align: center;
        line-height: 50px;
        border-radius: 100%;
    }

        .admin-dashboard .white-box ul li .icon-box i {
            color: #fff;
        }

    .admin-dashboard .white-box ul li .compName {
        margin-left: 13px;
        margin-top: 10px;
    }

    .admin-dashboard .white-box ul li .Number {
        font-size: 26px;
    }

.bg-skyrow td {
    background-color: #2494be !important;
    color: white !important;
}

.bg-bluerow td {
    background-color: #3276b1 !important;
    color: white !important;
}

.faq-img img {
    width: 100%;
}

.faq-secion .accordion .card-header h2.collapsed i:before {
    content: "\f067" !important;
}

.faq-secion .accordion .card-header h2 i:before {
    content: "\f068" !important;
}

.ShowDivisionFromDashboard table > .clone-row {
    display: block !important;
}

.admin-dashboard .white-box ul li .compName {
    position: relative;
}

.admin-dashboard .white-box a.comp_number {
    position: absolute;
    top: -11px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 57px;
    vertical-align: bottom;
    padding-top: 31px;
    z-index: 99999;
}

.product-view table {
    width: 100%;
}

.product-view {
    margin-top: 10px;
}

    .product-view .row {
        margin-bottom: 15px;
    }

    .product-view table tr td {
        text-align: left;
        text-transform: uppercase;
        font-size: 12px;
        padding: 3px;
    }

        .product-view table tr td:first-child {
            width: 28%;
            color: #333;
            font-weight: 500;
            vertical-align: top;
        }

    .product-view .two-col table tr td:first-child {
        width: 50% !important;
        white-space: nowrap;
    }

.commonAjaxTbl.master-company-table tr td:last-child {
    white-space: nowrap !important;
}

.gridFormTable tr td {
    padding: 5px;
}

.gridFormTableResult tr td:last-child {
    width: 100px !important;
}

.gridFormTableResult tr td:first-child {
    width: 84px;
}

.gridFormTableResult tr td:nth-child(2) {
    width: 310px;
}

.gridFormTableResult tr td:nth-child(3) {
    width: 307px;
}

.gridFormTableResult .form-control, .EstimateGridviewResult .form-control {
    height: 27px;
}

.EstimateGridview tr td:first-child {
    width: 157px;
}

.EstimateGridviewResult td:nth-child(2) {
    width: 100px;
}

.EstimateGridviewResult td:nth-child(3) {
    width: 286px;
}

.EstimateGridviewResult td:nth-child(4) {
    width: 155px;
}

/*---Datatable Design -----*/
#ContentPlaceHolder1_gvPrdoct_length {
    float: left;
}

.shadow-box {
    padding: 4%;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 4px;
}

/*----25th June 2019-----*/
.faq-secion .faq-img {
    margin-bottom: 20px;
}

.faq-secion .card ol li {
    font-size: 15px;
}
.fancybox-container
{
z-index:99999;
}

.note-editor .btn { min-width: auto !important}

.cat-filter { display:flex; padding: 10px 0; flex-wrap:wrap; z-index:99999;}
.cat-filter .cat-common-box { margin-right: 10px; position: relative; margin-bottom:10px; z-index:99999;}
.cat-filter .cat-common-box input[type="checkbox"] ,.cat-filter .cat-common-box input[type="radio"] { margin-top:0; margin-right: 5px !important;}
.cat-filter .cat-common-box label { margin-bottom: 0; display: inline-block; align-items:center; text-transform: uppercase;}
.cat-filter .cat-common-box  .custom-checkbox { padding: 0px;}
.cat-filter .cat-common-box  .custom-checkbox table td { white-space:nowrap;}
.cat-filter .cat-common-box .custom-checkbox table td { padding: 3px 5px;}
.cat-filter .cat-common-box .custom-checkbox table tr td { background: #ccc;}
.cat-filter .cat-common-box .custom-checkbox table tr:nth-child(odd) td {
    background:#ddd;
}

.cat-filter .cat-common-box input[type=radio] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}



/*-----New Design Template --------*/
.navbar .navbar-brand { line-height: 53px;}
.navbar { background:#fff; box-shadow: 0 0 4px rgba(105,21,207,0.5)}
.navbar .navbar-brand span.logo,
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .user-menu .open > a, 
.navbar .user-menu .open > a:hover, 
.navbar .user-menu .open > a:focus,
.user.dropdown-toggle:focus{
    color: #6915cf !important;
    font-weight: bold;
}

.header-user-box { display: flex; align-items:center; font-size: 17px;}
.header-user-box .fa-user-circle { color: #6915cf !important; font-size: 22px;}
.header-user-box #lblusername { margin-right: 10px;}
.sideBg .table tr th { background:rgba(105,21,207,0.8) !important; color: #fff !important}
.sideBg table.dataTable thead th:after { opacity: 1 !important }
.sideBg .table tr th, .sideBg .table tr td { padding: 13px 8px;}
.dataTables_wrapper { overflow-x: auto;}
.shadow-box { padding: 2%;}
.manage-user tbody tr:nth-child(odd) td { background: #c299fc) !important;}
.manage-user tbody tr:nth-child(even) td {
    background: rgba(105,21,207,0.1) !important;
}
.sideBg .table tr  { box-shadow:0 0 4px rgba(121,21,105,0.2) }

#lbltotal { background: #6915cf; color: #fff;}
#lblback { margin-top: 10px;}
#divclearfilorexceldown { text-align:right;}

.filter-sidebar h2 { font-size: 18px; background: none !important; color:#d62196 !important; border-bottom: 1px solid #d62196}
.filter-sidebar { width: 20%;}
.contentWithFilter .box-holder { width: 80%;}
.common-filter-box { padding:5px 10px; border-bottom: 1px solid #6915cf}
.common-filter-box h3 {margin: 0; font-size: 16px; padding: 8px 0;}
.common-filter-box ul { display: flex; justify-content:space-between; padding-left: 0;}
.common-filter-box ul li { display: flex; align-items:center;}
.common-filter-box ul li input[type='radio'] { margin: 0 5px 0 0;}
.common-filter-box ul li label { margin-bottom: 0; font-size: 12px !important;}
.filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

