﻿@charset "utf-8";

/* CSS Document */


/*----------------- Global css -----------------*/

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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: '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;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-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 {
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0px 5px;
    border: none;
    border-collapse: inherit;
}

* {
    margin: 0;
    padding: 0;
}

.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;
}

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;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7e7e;
    font-style: italic;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7e7e;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7e7e;
    font-style: italic;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #7e7e7e;
    font-style: italic;
}

select.form-control option[value='0']:selected {
    color: red;
}


/*----------------- Global css -----------------*/


/*----------------- header/ navigation css -----------------*/

.bg_login {
    background: #06243b url(../images/bg_login.jpg) 0 0 fixed no-repeat;
    background-size: 100% 100%;
}

.inner_bg {
    background: #06243b url(../images/bg_inner_new.jpg) 0 0 fixed no-repeat;
    background-size: cover;
}

.loginHeader {
    font-size: 25px;
    font-weight: bold;
    color: #004684;
}

.login_wrapper {
    width: 100%;
    /*max-width:80vw;*/
    margin: 8% auto 0;
    max-width: 1340px;
}

.login_left_panel {
    width: 100%;
}

    .login_left_panel h1 {
        font-size: 45px;
        color: #fff;
        font-family: 'open_sansbold';
        padding-bottom: 14px;
    }

        .login_left_panel h1 span {
            display: block;
        }

    .login_left_panel h3 {
        font-size: 45px;
        color: #fff;
        font-family: 'open_sansbold';
        padding-bottom: 14px;
    }

        .login_left_panel h3 span {
            display: block;
        }

    .login_left_panel h2 {
        font-family: 'open_sansregular';
        color: #fff;
        font-size: 24px;
        padding-bottom: 16px;
    }

    .login_left_panel p.text_slide {
        font-size: 12px;
        font-family: 'open_sansregular';
        letter-spacing: 1px;
        color: #fff;
        padding-right: 100px;
    }

    .login_left_panel ul {
        list-style: none;
        width: 73%;
        margin-top: 25px;
    }

        .login_left_panel ul li {
            width: 100%;
            display: block;
            color: #fff;
            font-size: 13px;
            font-family: 'open_sansregular';
            padding: 15px 0;
        }

            .login_left_panel ul li + li {
                border-top: 1px solid #50839e;
            }

.login_right_panel {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
}

    .login_right_panel .logo_login {
        display: table;
        margin: 0px auto 5px;
        text-align: center;
    }

        .login_right_panel .logo_login img {
            width: 90%;
        }

    .login_right_panel .label_text {
        font-size: 11px;
        color: #535353;
        font-family: 'robotoregular';
        text-transform: uppercase;
    }

    .login_right_panel .label_text2 {
        font-size: 11px;
        color: #535353;
        font-family: 'robotoregular';
        text-align: left;
        padding: 5px 0;
        width: 100%;
    }

    .login_right_panel .form-control {
        font-size: 12px;
        color: #000;
        font-family: 'robotoregular';
        border: 1px solid #d8d7d7;
        height: 36px;
        line-height: 36px;
        border-radius: 1px;
        padding: 0 10px;
    }

    .login_right_panel .margin_bottom {
        margin-bottom: 15px;
    }

    .login_right_panel .forgot_pwd {
        float: right;
        margin: 0px 14px 0px;
    }

        .login_right_panel .forgot_pwd a:hover {
            color: #0095dd;
            text-decoration: underline;
        }

        .login_right_panel .forgot_pwd a {
            color: #0095dd;
            font-size: 12px;
        }

    .login_right_panel .login_button {
        width: 100%;
        background: #0095dd;
        font-size: 16px;
        color: #fff;
        height: 40px;
        text-transform: uppercase;
    }

.loginbelowtext {
    font-size: 12px;
    color: #535353;
    font-family: Avenir,sans-serif;
}

.login_left_panel .carousel-indicators {
    left: -3px;
    right: auto;
    margin: 0;
    bottom: -18px;
}

    .login_left_panel .carousel-indicators li {
        width: 24px;
        height: 5px;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, .2);
    }

        .login_left_panel .carousel-indicators li.active {
            background-color: rgba(255, 255, 255, .9);
        }

.big_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*min-height: 375px;*/
    padding: 0 5px;
}

.first_log,
.second_log,
.third_log,
.forth_log,
.fifth_log,
.sixth_log {
    float: left;
    width: 98%;
    position: relative;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.first_log {
    left: 3px;
}

.second_log {
    left: 60px;
    top: 342px;
    width: 350px;
    height: 50px;
}

.third_log {
    left: -666px;
}

.forth_log {
    left: -999px;
}

.big_box.one .first_log {
    left: -340px;
}

.big_box.one .second_log {
    left: 3px;
}

.big_box.one .first_log {
    left: -340px;
}

.big_box.one.two .second_log {
    left: -340px;
}

.big_box.one.two .third_log {
    left: 3px;
}

.big_box.one.two.three .third_log {
    left: -340px;
}

.big_box.one.two.three .forth_log {
    left: 3px;
}

.fifth_log,
sixth_log {
    left: -1332px;
    background: #fff;
}

.movement {
    left: 3px;
    display: block;
    float: left;
    background: #fff;
    width: 98%;
    position: absolute;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.fifth_log h3 {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'robotobold';
}

.sixth_log h3 {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'robotobold';
}

.big_box2 {
    height: 298px;
}

.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;
    color: #0095dd !important;
}

    .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;
}

.l_box {
    width: 100%;
    height: 150px;
}

.forgot_pwd,
.have_code {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

    .forgot_pwd a,
    .have_code a {
        color: #0095dd;
    }


/* The container */

.container145 {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 12px 5px;
    line-height: 24px;
    padding-bottom: 0;
}


    /* Hide the browser's default checkbox */

    .container145 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d8d7d7;
}


/* On mouse-over, add a grey background color */

.container145:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container145 input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container145 input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */


/*.container145 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.container145 .checkmark:after {
    left: 0;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    right: 0;
}


/*-------------- Inner Page Onboarding --------------*/

.inner_header {
    width: 100%;
    background: #f3f4f7;
    min-height: 78px;
}

    .inner_header .logo_eform {
        margin: 25px 0 0 0;
    }

    .inner_header .inner_header_right {
        float: right;
        margin: 20px 0 0 0;
    }

        .inner_header .inner_header_right li {
            padding: 0 10px;
            list-style: none;
        }

        .inner_header .inner_header_right select {
            font-size: 12px;
            color: #555;
            border: 2px solid #e6e6e8;
            height: 34px;
            border-radius: 1px;
            width: 280px;
        }

        .inner_header .inner_header_right .info_icon {
            width: 30px;
            height: 30px;
            background: url(../../images/infoicon.svg) center no-repeat #fac917;
            overflow: hidden;
            border-radius: 50px;
            margin-top: 3px;
        }

        .inner_header .inner_header_right .logout_icon {
            width: 30px;
            height: 30px;
            background: url(../../images/logout.svg) center no-repeat #0095dd;
            overflow: hidden;
            border-radius: 50px;
            margin-top: 3px;
        }

.inner_content {
    width: 100%;
    padding-bottom: 0px;
}

    .inner_content .main_title {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

        .inner_content .main_title h1 {
            font-size: 28px;
            font-family: 'robotomedium';
            color: #fff;
            padding: 15px 0 60px;
        }

    .inner_content .entity_box .nav-tabs {
        border: 0px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -46px;
        width: 100%;
        z-index: 1;
    }

        .inner_content .entity_box .nav-tabs img {
        }

        .inner_content .entity_box .nav-tabs .nav-item {
            margin: 0 7px;
        }

        .inner_content .entity_box .nav-tabs .nav-link {
            color: #333333;
            font-size: 14px;
            font-family: 'robotobold';
            width: 140px;
            height: 107px;
            text-align: center;
            background: #f3f4f7;
            border-radius: 5px;
            border: 5px solid transparent;
            padding: 15px 0 0 0;
        }

            .inner_content .entity_box .nav-tabs .nav-link span {
                display: block;
            }

            .inner_content .entity_box .nav-tabs .nav-link:hover {
                border: 5px solid rgba(0, 149, 221, 0.6);
            }

            .inner_content .entity_box .nav-tabs .nav-item.show .nav-link,
            .inner_content .entity_box .nav-tabs .nav-link.active {
                border: 5px solid rgba(0, 149, 221, 0.6);
            }

    .inner_content .entity_box {
        padding: 70px 25px 25px 25px;
        min-height: 550px;
        background: #fff;
        width: 100%;
        border-radius: 5px;
        position: relative;
    }

        .inner_content .entity_box .details_sec {
            width: 100%;
        }

            .inner_content .entity_box .details_sec .card {
                border: none;
                border-bottom: 1px solid #ececec;
                padding: 25px 0;
            }

                .inner_content .entity_box .details_sec .card .card-header {
                    border: none;
                    background: #fff;
                    padding: 0px;
                }

.card .card-header button[aria-expanded="true"]:before {
    content: " ";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../Images/minusicon.svg");
    margin: 0 10px 0 0;
}

.card .card-header button[aria-expanded="false"]:before {
    content: " ";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/plusicon.svg");
    margin: 0 10px 0 0;
}

.inner_content .entity_box .details_sec .card .card-header h5 button {
    font-size: 20px;
    color: #737c85;
    text-decoration: none;
    font-family: 'robotomedium';
    padding: 0;
}

    .inner_content .entity_box .details_sec .card .card-header h5 button span {
        font-size: 14px;
        color: #bec5cc;
        display: inline-block;
        margin: 6px 0 0 0;
    }

    .inner_content .entity_box .details_sec .card .card-header h5 button .info {
        margin: 0 0 0 5px;
    }

.inner_content .entity_box .details_sec .card .card-body {
    padding: 25px 0 0 0;
}

    .inner_content .entity_box .details_sec .card .card-body label {
        font-size: 14px;
        color: #374551;
        padding-bottom: 5px;
    }

    .inner_content .entity_box .details_sec .card .card-body .form-control {
        border: 1px solid #d9d9d9;
        height: 36px;
        line-height: 36px;
        background: #fff;
        font-size: 13px;
        color: #000;
        font-style: normal;
        border-radius: 1px;
        margin-bottom: 14px;
        padding: 0 10px;
    }

    .inner_content .entity_box .details_sec .card .card-body a.link_form {
        color: #0084c4;
        font-size: 13px;
        margin: -5px 0 0 0;
        display: block;
    }

.inner_content .entity_box .details_sec a.link_terms {
    color: #0084c4;
    font-size: 13px;
}

.inner_content .entity_box .details_sec .btn_submit {
    border: 1px solid #0095dd;
    background: #0095dd;
    height: 45px;
    line-height: normal;
    text-align: center;
    font-size: 16px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    padding: 0 35px;
    letter-spacing: 1px;
}

.inner_content .entity_box .details_sec .card .card-body select.form-control {
    padding: 0 10px;
    color: #7e7e7e;
    font-style: italic;
}

.inner_content .entity_box .details_sec .card .card-body .form-control-readonly {
    background: #f9f9fb;
}

.inner_content .entity_box .details_sec .card .card-body a.button_address {
    margin: 10px 0 0 0;
    height: 36px;
    line-height: 34px;
    background: #fff;
    color: #0084c4;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

    .inner_content .entity_box .details_sec .card .card-body a.button_address span {
        background: #0095dd;
        width: 14px;
        height: 15px;
        color: #fff;
        border-radius: 100%;
        font-size: 14px;
        line-height: 13px;
        display: inline-block;
        margin: 10px 4px;
        text-align: center;
    }

.btn-secondary {
    height: 42px;
    border: 2px solid #0095dd;
    background: #fff;
    font-size: 15px;
    font-family: 'robotobold';
    color: #0095dd;
    padding: 0 20px;
    border-radius: 0px;
}

    .btn-secondary:hover {
        color: #fff;
        border: 2px solid #0095dd;
        background: #0095dd;
        border-radius: 0px;
    }

.btn-primary {
    height: 42px;
    border: 2px solid #0095dd;
    background: #0095dd;
    font-size: 15px;
    font-family: 'robotobold';
    color: #fff;
    padding: 0 20px;
    border-radius: 0px;
}

    .btn-primary:hover {
        color: #fff;
        border: 2px solid #0095dd;
        background: #0095dd;
        border-radius: 0px;
    }

.custom_popup_content {
    width: 100%;
}

    .custom_popup_content .close {
        color: #0095dd;
        opacity: 1;
        font-weight: normal;
    }

    .custom_popup_content h2 {
        font-size: 18px;
        color: #0095dd;
        font-family: 'robotobold';
        line-height: normal;
    }

    .custom_popup_content h3.sub_heading {
        font-size: 16px;
        color: #374551;
        font-family: 'robotomedium';
        padding: 0 17px 17px;
    }

    .custom_popup_content .modal-body {
        background: #f0f0f0;
        margin: 0 15px;
        border-radius: 5px;
        padding: 20px;
        max-height: 70vh;
        overflow-y: auto;
    }

        .custom_popup_content .modal-body h3 {
            color: #374551;
            font-size: 13px;
            font-family: 'robotobold';
            padding-bottom: 6px;
        }

        .custom_popup_content .modal-body p {
            font-size: 13px;
            padding-bottom: 15px;
        }

    .custom_popup_content .modal-footer {
        border: none;
    }

    .custom_popup_content .modal-header {
        border: none;
    }

.custom_popup_content2 .modal-body {
    height: 43vh;
}

.custom_popup_content label {
    font-size: 14px;
    color: #374551;
    padding-bottom: 5px;
}

.custom_popup_content .form-control {
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-style: normal;
    border-radius: 1px;
    margin-bottom: 14px;
    padding: 0 10px;
}

.custom_popup_content3 .modal-body {
    background: #fff;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    height: 45vh;
    overflow-y: auto;
}

    .custom_popup_content3 .modal-body .box_list {
        background: #f0f0f0;
        margin: 0 20px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 20px;
    }

        .custom_popup_content3 .modal-body .box_list h3 {
            color: #374551;
            font-size: 14px;
            font-family: 'robotobold';
            padding-bottom: 6px;
        }

        .custom_popup_content3 .modal-body .box_list p {
            font-size: 13px;
            padding-bottom: 15px;
        }

.custom_float_right {
    float: right;
}

.custom_popup_content ul.listing {
    list-style: none;
}

    .custom_popup_content ul.listing li {
        display: inline-block;
        padding-left: 18px;
        background: url(../../images/list_arrow.png) 0 5px no-repeat;
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0;
        width: 100%;
    }

.btn_confirm {
    border-radius: 0px;
    text-transform: uppercase;
}

.form_saveexit {
    width: 80%;
    margin: 20px auto 0;
}

.border_line {
    padding-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #ececec;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-family: 'robotomedium';
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 22px;
            height: 22px;
            background: white;
            border: 1px solid #d8d7d7;
            border-radius: 2px;
        }


    /*.styled-checkbox:hover + label:before { background: #0095dd; }*/

    .styled-checkbox:focus + label:before {
        /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);*/
    }

    .styled-checkbox:checked + label:before {
        background: #0095dd;
        border: 2px solid #0095dd;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            /*background: #ddd;*/
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 10px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.main_stuff {
    width: 100%;
    padding: 20px 0px 0 0;
    overflow: hidden;
    position: relative;
}

.main_title_inner {
    width: 100%;
    padding: 0px 14px;
}

    .main_title_inner h1 {
        font-size: 28px;
        font-family: 'robotomedium';
        color: #fff;
        padding: 0;
        text-align: left;
        display: inline-block;
    }

    .main_title_inner .btn_form_guide {
        background: #fac917;
        font-size: 13px;
        color: #000;
        font-family: 'robotomedium';
        border: 0px;
        border-radius: 0px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: none;
        float: right;
    }

.showcase_box label {
    height: auto;
}

.showcase_box {
    width: 100%;
    text-align: center;
    height: auto;
    background: #fff;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transform: scale(1);
    margin-top: 26px;
}

    .showcase_box .showcase_icon {
        display: table;
        margin: 23px auto 15px;
    }

    .showcase_box .showcase_title {
        font-size: 14px;
        font-family: 'robotobold';
        color: #374551;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 6px;
        width: 94%;
    }

    .showcase_box p {
        color: #374551;
        font-size: 12px;
        line-height: 13px;
        font-family: 'robotomedium';
        text-align: center;
        width: 90%;
        margin: 0 auto 6px;
    }

    .showcase_box .read_m {
        color: #0084c4;
        font-size: 12px;
        font-family: 'robotomedium';
        text-decoration: none;
        text-align: center;
        display: table;
        margin: 0 auto;
        z-index: 99;
        position: relative;
    }

    .showcase_box:hover {
        transform: scale(1.05);
    }

.read_only .showcase_box {
    opacity: 0.7;
    overflow: hidden;
}

    .read_only .showcase_box:hover {
        transform: scale(1);
    }

    .read_only .showcase_box:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 0;
        left: 0;
    }

.selected_box {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

.showcase_box input[type="checkbox"]:checked + label .selected_box {
    display: block;
}

.box_center {
    margin: 10px 0 15px;
    /*width: 580px;*/
}

    .box_center ul {
        list-style: none;
    }

        .box_center ul li {
            display: inline-block;
        }

.btn_con {
    background: #0095dd;
    color: #fff;
    font-size: 16px;
    font-family: 'robotobold';
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 55px;
    cursor: pointer;
    margin: 0 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .btn_con:hover {
        background: #fff;
        color: #017fbb;
    }

.line1 {
    width: 165px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.may_text {
    font-size: 14px;
    color: #7ea1b8;
    font-family: 'robotoregular';
    margin: 20px 0 0 0;
    font-style: italic;
}

.btn_on_board {
    background: url(../../images/arrow_btn.png) 0 0 no-repeat #364048;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    padding: 8px 17px 8px 38px;
    background-position: 18px center;
    margin-top: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .btn_on_board:hover {
        background-color: #000;
        background-position: 11px center;
    }

.left_sidebar {
    background: rgba(255, 255, 255, 0.2);
    min-height: 150px;
    border-radius: 0 0 5px 5px;
}

    .left_sidebar .card {
        border-radius: 0px;
        border: 0px;
        margin: 0 0px 2px 0;
    }

    .left_sidebar .card_border_radius {
        border-radius: 5px 5px 0 0;
    }

    .left_sidebar .card-header {
        background: #fff;
        border: 0px;
        padding: 20px;
        border-radius: 5px;
    }

        .left_sidebar .card-header .btn-link {
            padding: 0px;
            color: #333333;
            text-decoration: none;
            font-family: 'robotomedium';
            font-size: 14px;
            text-transform: uppercase;
            margin-right: 10px;
            width: 100%;
            text-align: left;
        }

        .left_sidebar .card-header span {
            font-size: 13px;
            margin-top: -3px;
            display: block;
            color: #8c8c8c;
        }

            .left_sidebar .card-header span.dark_light {
                color: #a0a0a0;
            }

    .left_sidebar .card-body {
        background: #f0f0f0;
        padding: 15px 20px;
    }

        .left_sidebar .card-body ul {
            list-style: none;
        }

            .left_sidebar .card-body ul li {
                color: #535353;
                font-size: 13px;
                padding: 6px 0;
                display: table;
            }

                .left_sidebar .card-body ul li label {
                }

                .left_sidebar .card-body ul li span {
                    display: table-cell;
                    vertical-align: top;
                }

                    .left_sidebar .card-body ul li span.check_green {
                        color: #0084c4;
                    }

                .left_sidebar .card-body ul li span {
                    width: 13px;
                }

    .left_sidebar .card-header button.collapsed {
        color: #999999;
    }

        .left_sidebar .card-header button.collapsed span {
            color: #999999;
        }

    .left_sidebar .card-header label {
        display: inline-block;
        vertical-align: middle;
    }

    .left_sidebar .card-header .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-family: 'robotoregular';
        color: #535353;
    }

        .left_sidebar .card-header .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: #d5d5d5;
            border: 2px solid #d5d5d5;
            border-radius: 100%;
            float: left;
        }

        .left_sidebar .card-header .styled-checkbox + label span {
            display: table-cell;
        }

    .left_sidebar .card-header .styled-checkbox:hover + label:before {
        background: #2ac002;
    }

    .left_sidebar .card-header .styled-checkbox:focus + label:before {
        /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);*/
    }

    .left_sidebar .card-header .styled-checkbox:checked + label:before {
        background: #2ac002;
        border: 2px solid #2ac002;
    }

    .left_sidebar .card-header .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .left_sidebar .card-header .styled-checkbox:disabled + label:before {
            box-shadow: none;
            /*background: #ddd;*/
        }

    .left_sidebar .card-header .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 7px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .left_sidebar .card .card-header button[aria-expanded="true"]:before {
        content: " ";
        width: 12px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/arrow_top.png) 0 0 no-repeat;
        margin: 0 10px 0 0;
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .left_sidebar .card .card-header button[aria-expanded="false"]:before {
        content: " ";
        width: 12px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/arrow_bot.png) 0 0 no-repeat;
        margin: 0 10px 0 0;
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .left_sidebar .card-header .label_left.active {
    }

    .left_sidebar .card-body ul li .styled-checkbox:checked + label {
        color: #0084c4;
    }

.sidebar_responsive {
    width: 100%;
}

.white_box {
    /*overflow: hidden;*/
    padding-left: 5px !important;
    min-height: 78vh;
}

.white_box_content {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    min-height: 78vh;
}

    .white_box_content h1 {
        font-size: 26px;
        padding: 0px 0 10px 0;
        color: #212529;
    }

    .white_box_content .box_list {
        width: 100%;
        padding: 5px 0px 8px 0;
    }

        .white_box_content .box_list button.collapsed {
            color: #999999;
        }

            .white_box_content .box_list button.collapsed span {
                color: #999999;
            }

        .white_box_content .box_list .text_block {
            padding-left: 34px;
        }

            .white_box_content .box_list .text_block p {
                font-size: 12px;
                color: #374551;
                padding-bottom: 8px;
            }

            .white_box_content .box_list .text_block textarea {
                height: 86px;
                border: 1px solid #d9d9d9;
                font-size: 11px;
                color: #000;
                resize: none;
                margin-bottom: 10px;
            }

            .white_box_content .box_list .text_block label {
                font-size: 13px;
                color: #a1a1a1;
            }

    .white_box_content .line1 {
        background: rgba(236, 236, 236, 0.9);
    }

    .white_box_content .box_list .text_block input[type="checkbox"]:checked + label {
        color: #374551;
    }

.btn_con_blue {
    background: #0095dd;
    color: #fff;
    font-size: 16px;
    font-family: 'robotobold';
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /*padding: 12px 55px;*/
    padding: 10px 46px;
    cursor: pointer;
    margin: 0 11px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .btn_con_blue:hover {
        background: #0095dd;
        color: #fff;
    }

.btn_con_blue2 {
    padding: 10px 20px;
}

.box_center2 {
    width: 650px;
}

.edit_en_btn:hover {
    right: 20px !important;
}

.edit_en_btn {
    position: fixed;
    cursor: pointer;
    z-index: 9;
    right: -3px;
    top: 95px;
}

    .edit_en_btn.gary {
        position: fixed;
        cursor: pointer;
        z-index: 8;
        top: 205px;
    }

.edit_en_btn_closed {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: -44px;
    top: 0px;
}

.edit_en_btn_closed_Instruction {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: -41px;
    top: 0px;
}

.edit_en_btn_gary {
    position: fixed;
    cursor: pointer;
    z-index: 8;
    right: -3px;
    top: 208px;
}

.edit_en_btn_closed2 {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: -41px;
    top: 0px;
}

.pdf_form {
    width: 100%;
    position: relative;
}

.pdf_header {
    background: #000000;
}

    .pdf_header .pdf_title {
        font-size: 12px;
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        padding-left: 15px;
    }

    .pdf_header .pdf_center {
        color: #fff;
        font-size: 12px;
        display: none;
    }

    .pdf_header .pdf_icons {
        float: right;
        display: none;
    }

        .pdf_header .pdf_icons ul {
            list-style: none;
        }

            .pdf_header .pdf_icons ul li {
                padding: 0px;
            }

                .pdf_header .pdf_icons ul li a {
                    padding: 0px 15px;
                }

                .pdf_header .pdf_icons ul li + li {
                    border-left: 1px solid #1a1a1a;
                }

.pdf_form .pdf_content {
    background: #d8dce6;
    /*height:72vh; overflow-y: scroll;*/
    padding: 10px;
}

    .pdf_form .pdf_content .pdf_sec {
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 86vh;
        overflow: hidden !important;
        -webkit-overflow-scrolling: touch !important;
    }

        .pdf_form .pdf_content .pdf_sec img {
            width: 100%;
        }

    .pdf_form .pdf_content .pdf_sec_Instruction {
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 86vh;
    }

    .pdf_form .pdf_content .btn_edit {
        background: #364048;
        border-radius: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        float: right;
        margin-bottom: 10px;
    }

.pdf_form .pdf_footer {
    min-height: 57px;
    background: #000;
    text-align: center;
    padding: 7px 0;
}

    .pdf_form .pdf_footer input[type=submit] {
        font-size: 16px;
        font-family: 'robotomedium';
        padding: 8px 40px;
    }

.ins_form {
    width: 100%;
    background: #f0f0f0;
    min-height: 88vh;
    padding: 20px;
}

    .ins_form h2 {
        font-size: 26px;
        color: #333;
    }

    .ins_form ul {
        list-style: none;
        padding: 15px 0;
    }

        .ins_form ul li {
            line-height: 30px;
        }

            .ins_form ul li a {
                font-size: 15px;
            }

.white_box_content .box_list ul {
    list-style: none;
}

    .white_box_content .box_list ul li {
        color: #535353;
        font-size: 13px;
        padding: 10px 0;
    }

.white_box_content .box_list li + li {
    border-top: 1px solid #ececec;
}

.white_box_content .box_list input[type="radio"]:checked,
.white_box_content .box_list input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .white_box_content .box_list input[type="radio"]:checked + label,
    .white_box_content .box_list input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 24px;
        display: inline-block;
        color: #999;
        padding: 0 0 0 32px;
        font-family: 'robotomedium';
        /*min-width: 90px;*/
    }

        .white_box_content .box_list input[type="radio"]:checked + label:before,
        .white_box_content .box_list input[type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid #d8d7d7;
            border-radius: 100%;
            background: #fff;
        }

        .white_box_content .box_list input[type="radio"]:checked + label:after,
        .white_box_content .box_list input[type="radio"]:not(:checked) + label:after {
            content: "";
            width: 16px;
            height: 16px;
            background: #0095dd;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .white_box_content .box_list input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .white_box_content .box_list input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: none;
        }

    .white_box_content .box_list input[type="radio"]:checked + label {
        color: #374551;
    }

.white_box_content label {
    font-size: 13px;
    color: #374551;
    padding-bottom: 5px;
}

.white_box_content .form-control {
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-style: normal;
    border-radius: 1px;
    margin-bottom: 14px;
    padding: 0 10px;
}

.white_box_content label.bold_label {
    font-size: 13px;
    font-family: 'robotobold';
}

.white_box_content .box_list .radio_panel {
    width: 100%;
}

    .white_box_content .box_list .radio_panel label {
        padding-right: 15px !important;
    }

.white_box_content textarea.form-control {
    height: 88px;
    resize: none;
    line-height: 20px;
}

.white_box_content select.form-control {
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #7e7e7e;
    font-style: italic;
    border-radius: 1px;
    margin-bottom: 14px;
    padding: 0 10px;
}

.btn_support {
    background: #364048;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'robotomedium';
    margin: 12px 0 10px 0;
    padding: 8px 15px;
}

.btn_classification {
    background: #fac917;
    border-radius: 0px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'robotomedium';
    float: right;
    top: 20px;
    margin-right: 10px;
}

.box_chapter {
    background: #fff;
}

    .box_chapter h3 {
        color: #212121;
        text-transform: inherit;
        font-size: 16px;
        padding: 4px 0 0px 0;
        /*float: left;*/
    }

    .box_chapter .box_chapter_list {
        background: #f5f5f5;
        border-radius: 0px;
        margin-top: 10px;
        padding-left: 8px;
    }

        .box_chapter .box_chapter_list ul {
            list-style: none;
        }

            .box_chapter .box_chapter_list ul li {
                padding: 10px;
                margin-bottom: 10px;
            }

                .box_chapter .box_chapter_list ul li label {
                    color: #374551;
                    padding-bottom: 0px;
                    font-size: 13px;
                    font-family: 'robotoregular';
                }

                .box_chapter .box_chapter_list ul li + li {
                    border-top: 1px solid #ececec;
                }

                .box_chapter .box_chapter_list ul li .styled-checkbox + label:before {
                    float: left;
                }

                .box_chapter .box_chapter_list ul li .input_custom {
                    height: 38px;
                    width: 70%;
                    padding-left: 15px;
                    margin: 10px 0;
                }

        .box_chapter .box_chapter_list input[type="checkbox"]:checked + label {
            color: #374551;
        }

.white_box_content input[type="checkbox"]:checked + label.label_small {
    color: #374551;
}

.box_chapter .box_chapter_list ul li span {
    display: table-cell;
}

.sub_heading_small {
    font-size: 13px;
    color: #374551;
    font-family: 'robotomedium';
    padding: 0 17px 0px;
    margin-top: -15px;
}

.btn_resendcode {
    background: #364048;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'robotomedium';
    padding: 8px 12px;
}

.custom_big_popup .modal-dialog {
    max-width: inherit;
    width: 70%;
}

.classic_popup {
    width: 100%;
    padding-bottom: 20px;
}

    .classic_popup .modal-body {
        background: #fff;
        padding: 0px;
        height: 60vh;
        border-radius: 0px;
        padding-bottom: 20px;
    }

        .classic_popup .modal-body .tab-content {
            width: 100%;
        }

    .classic_popup .card {
        border: none;
        border-bottom: 1px solid #ececec;
        padding: 5px 5px;
        width: 100%;
        border-radius: 0;
    }

        .classic_popup .card .card-header {
            border: none;
            background: #fff;
            padding: 0px;
        }

            .classic_popup .card .card-header button[aria-expanded="true"]:before {
                content: " ";
                width: 30px;
                height: 30px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/minus_icon_popup.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .classic_popup .card .card-header button[aria-expanded="false"]:before {
                content: " ";
                width: 30px;
                height: 30px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/plus_icon_popup.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .classic_popup .card .card-header h5 button {
                font-size: 14px;
                color: #4d5862;
                text-decoration: none;
                font-family: 'robotomedium';
                padding: 0;
                white-space: normal;
                text-align: left;
                width: 98%;
            }

                .classic_popup .card .card-header h5 button span {
                    width: 85%;
                    display: inline-block;
                    margin-top: 5px;
                }

        .classic_popup .card .card-body {
            padding: 5px 0 0 44px;
        }

            .classic_popup .card .card-body label {
                font-size: 13px;
                color: #374551;
                padding-bottom: 5px;
            }

            .classic_popup .card .card-body .form-control {
                border: 1px solid #d9d9d9;
                height: 36px;
                line-height: 36px;
                background: #fff;
                font-size: 11px;
                color: #bec2c6;
                font-style: italic;
                border-radius: 1px;
                margin-bottom: 14px;
            }

            .classic_popup .card .card-body a.link_form {
                color: #0084c4;
                font-size: 12px;
                margin: -5px 0 0 0;
                display: block;
            }

    .classic_popup a.link_terms {
        color: #0084c4;
        font-size: 12px;
    }

    .classic_popup .btn_submit {
        border: 1px solid #0095dd;
        background: #0095dd;
        height: 45px;
        line-height: normal;
        text-align: center;
        font-size: 16px;
        font-family: 'robotomedium';
        text-transform: uppercase;
        border-radius: 0px;
        color: #fff;
        padding: 0 35px;
        letter-spacing: 1px;
    }

    .classic_popup .card .card-body .form-control-readonly {
        background: #ececec;
    }

    .classic_popup .card .card-body a.button_address {
        margin: 10px 0 0 0;
        border: 1px solid #ececec;
        height: 36px;
        line-height: 34px;
        ;
        background: #fff;
        color: #0084c4;
        margin-bottom: 10px;
        text-decoration: none;
        display: block;
        font-size: 13px;
        text-align: center;
    }

    .classic_popup .modal-body ul li {
        /*height: 44px; */
    }

        .classic_popup .modal-body ul li a {
            font-size: 14px;
            color: #0095dd;
            border-radius: 0px;
            border: 0px;
            padding: 10px 20px;
        }

            .classic_popup .modal-body ul li a.active {
                background: #364048;
                color: #fff;
                border-radius: 0px;
                border: 0px;
            }

    .classic_popup .card .card-body p {
        color: #4d5862;
        font-size: 13px;
    }

    .classic_popup .modal-body .nav-tabs {
        width: 100%;
        border-bottom: 0px;
    }

    .classic_popup .card .card-header h5 button.collapsed {
        color: #999999;
        font-family: 'robotoregular';
    }

    .classic_popup .modal-body .btn_continue {
        background: #0095dd;
        font-size: 13px;
        border-radius: 0px;
        text-transform: uppercase;
        padding: 7px 17px;
        line-height: normal;
        height: auto;
        margin: 5px 0 0 0;
    }


/*.classic_popup .modal-body ul li { border-left: 1px solid #ececec; }*/

.custom_popup_classification {
    width: 100%;
}

    .custom_popup_classification .modal-body {
        text-align: center;
        height: auto;
        padding: 40px 15px;
    }

        .custom_popup_classification .modal-body h3 {
            font-size: 20px;
            font-family: 'robotoregular';
            padding-bottom: 15px;
            color: #626262;
        }

        .custom_popup_classification .modal-body h4 {
            font-size: 30px;
            color: #333333;
            font-family: 'robotomedium';
            padding-bottom: 20px;
        }

        .custom_popup_classification .modal-body p {
            font-size: 13px;
            color: #333333;
            padding: 0 50px;
        }

    .custom_popup_classification .line1 {
        background: rgba(236, 236, 236, 0.9);
    }

.white_box_content a.link_form {
    color: #0084c4;
    font-size: 12px;
    margin: -5px 0 0 0;
    display: block;
}

.white_box_content .form-control-readonly {
    background: #f9f9fb;
}

.inner_content .entity_box .details_sec input[type="radio"]:checked,
.inner_content .entity_box .details_sec input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .inner_content .entity_box .details_sec input[type="radio"]:checked + label,
    .inner_content .entity_box .details_sec input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 26px;
        display: inline-block;
        color: #999;
        padding: 0 0 0 32px;
        font-family: 'robotomedium';
    }

        .inner_content .entity_box .details_sec input[type="radio"]:checked + label:before,
        .inner_content .entity_box .details_sec input[type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid #d8d7d7;
            border-radius: 100%;
            background: #fff;
        }

        .inner_content .entity_box .details_sec input[type="radio"]:checked + label:after,
        .inner_content .entity_box .details_sec input[type="radio"]:not(:checked) + label:after {
            content: "";
            width: 16px;
            height: 16px;
            background: #0095dd;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .inner_content .entity_box .details_sec input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .inner_content .entity_box .details_sec input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: none;
        }

    .inner_content .entity_box .details_sec input[type="radio"]:checked + label {
        color: #374551;
    }

.modal-body input[type="radio"]:checked,
.modal-body input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .modal-body input[type="radio"]:checked + label,
    .modal-body input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #999;
        padding: 0 0 0 32px;
        font-family: 'robotomedium';
    }

        .modal-body input[type="radio"]:checked + label:before,
        .modal-body input[type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid #d8d7d7;
            border-radius: 100%;
            background: #fff;
        }

        .modal-body input[type="radio"]:checked + label:after,
        .modal-body input[type="radio"]:not(:checked) + label:after {
            content: "";
            width: 16px;
            height: 16px;
            background: #0095dd;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .modal-body input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .modal-body input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: none;
        }

    .modal-body input[type="radio"]:checked + label {
        color: #374551;
    }

.sidebar_responsive {
    display: none;
}

    .sidebar_responsive ul {
        list-style: none;
        margin-right: 5px;
        text-align: center;
        padding: 0px;
    }

        .sidebar_responsive ul li {
            color: #535353;
            font-size: 13px;
            padding: 0;
            width: 100%;
            margin-bottom: 10px;
            position: relative;
        }

            .sidebar_responsive ul li .styled-checkbox + label {
                position: relative;
                cursor: pointer;
                padding: 0;
                font-family: 'robotoregular';
                margin-bottom: 30px;
            }

                .sidebar_responsive ul li .styled-checkbox + label:before {
                    content: '';
                    margin-right: 0px;
                    display: inline-block;
                    vertical-align: text-top;
                    width: 15px;
                    height: 15px;
                    background: #5f7789;
                    border: 2px solid #5f7789;
                    border-radius: 100%;
                }

            .sidebar_responsive ul li .styled-checkbox:hover + label:before {
                background: #2ac002;
            }

            .sidebar_responsive ul li .styled-checkbox:focus + label:before {
                /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);*/
            }

            .sidebar_responsive ul li .styled-checkbox:checked + label:before {
                background: #2ac002;
                border: 2px solid #2ac002;
            }

            .sidebar_responsive ul li .styled-checkbox:disabled + label {
                color: #b8b8b8;
                cursor: auto;
            }

                .sidebar_responsive ul li .styled-checkbox:disabled + label:before {
                    box-shadow: none;
                    /*background: #ddd;*/
                }

            .sidebar_responsive ul li .styled-checkbox:checked + label:after {
                content: '';
                position: absolute;
                left: 2px;
                top: 7px;
                background: white;
                width: 2px;
                height: 2px;
                box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                display: none;
            }

            .sidebar_responsive ul li:before {
                top: 0px;
                left: 0px;
                right: 0px;
                content: " ";
                height: 60px;
                width: 1px;
                background: #476983;
                position: absolute;
                margin: 0 auto;
            }

            .sidebar_responsive ul li:last-of-type:before {
                display: none;
            }

.white_box_content .label_small {
    font-size: 12px;
    color: #000;
    font-family: 'robotoregular';
}

.headerscrolled .pdf_show_hide {
    top: 0;
}

    .headerscrolled .pdf_show_hide .pdf_sec {
        height: 95vh;
    }

.pdf_show_hide {
    width: 100% !important;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    top: 78px;
    display: none;
    right:0!important
}

    .pdf_show_hide.open {
       
        right: 0;
    }

.headerscrolled .pdf_show_hide_Instruction {
    top: 0;
}

    .headerscrolled .pdf_show_hide_Instruction .pdf_sec {
        height: 95vh;
    }

.pdf_show_hide_Instruction {
    position: fixed;
    z-index: -9;
    width: 21%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    top: 78px;
    right: -5000px;
}

    .pdf_show_hide_Instruction.open {
        z-index: 9;
        right: 0;
    }

.left-box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
    color: #000;
}

    .left-box h2 {
        height: 36px;
        text-align: center;
        padding-top: 9px;
        color: #000;
        background-color: #e7e7e7;
        font-weight: normal;
        margin-bottom: 0;
        border-radius: 0px;
        font-size: 13px;
    }

    .left-box .box-body {
        background: #fff;
        padding: 3px;
        border-radius: 0px;
        border: 1px solid #E7E7E7;
    }

    .left-box .item a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #595959;
    }

    .left-box .item {
        padding: 5px;
    }

        .left-box .item:hover {
            background: #eee;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

    .left-box .buttons {
        float: none;
        text-align: center;
    }

    .left-box .box-body ul {
        list-style: none;
    }

        .left-box .box-body ul li {
            list-style: none;
        }

.easy-help-view .buttons {
    display: none;
}

.closed_menu {
    display: none;
}

.ins_show_hide {
    position: absolute;
    z-index: -9;
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    top: 25px;
    right: -5000px;
}

    .ins_show_hide.open {
        z-index: 9;
        right: 0;
    }

.dis_entity {
    width: 100%;
}

    .dis_entity h3 {
        color: #374551;
        font-family: 'robotobold';
        font-size: 13px;
        padding-top: 10px;
    }

    .dis_entity p {
        color: #374551;
        font-family: 'robotolight';
        font-size: 13px;
        padding-bottom: 10px;
    }

.specl_stuff {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}

.attach_doc {
    width: 100%;
}

    .attach_doc .attach_bar {
        width: 100%;
        padding: 15px 0px 15px 0px;
        border: 1px solid rgba(236, 236, 236, 0.9);
        border-radius: 5px;
    }

        .attach_doc .attach_bar:hover {
            box-shadow: 0px 3px 5px 2px #e6e6e6;
        }

        .attach_doc .attach_bar label {
            color: #999999;
            font-size: 13px;
        }

            .attach_doc .attach_bar label span {
                color: #4d5862;
                font-family: 'robotomedium';
                font-size: 13px;
            }

            .attach_doc .attach_bar label small {
                color: #999999;
                font-family: 'robotoregular';
                font-size: 11px;
                margin: -2px 0 0 0;
                display: block;
            }

        .attach_doc .attach_bar .btn_add_file {
            background: #364048;
            border-radius: 0px;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            font-family: 'robotomedium';
            margin: 5px 0 0 0;
            padding: 6px 18px;
        }

        .attach_doc .attach_bar .btn_choosefile {
            font-family: 'robotomedium';
            font-size: 13px;
            color: #fff;
            border-radius: 0px;
            cursor: pointer;
        }

        .attach_doc .attach_bar #add-file-selector1 {
            display: none;
        }

        .attach_doc .attach_bar #add-file-selector2 {
            display: none;
        }

        .attach_doc .attach_bar #add-file-selector3 {
            display: none;
        }

        .attach_doc .attach_bar #add-file-selector4 {
            display: none;
        }

        .attach_doc .attach_bar .progress_stuff {
            position: relative;
            display: block;
            width: 85%;
        }

        .attach_doc .attach_bar .progress {
            height: 4px;
            width: 100%;
        }

        .attach_doc .attach_bar .progress-bar {
            background: #ffae00;
        }

        .attach_doc .attach_bar .progress_stuff .red_cross {
            position: absolute;
            right: -16px;
            top: -12px;
        }

        .attach_doc .attach_bar .progress-bar.green {
            background: #2ac002;
        }

.attach_popup {
    padding: 10px 5px;
}

.doc_support {
    width: 100%;
}

    .doc_support .modal-body {
        height: auto;
        background: #fff;
        padding: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .doc_support .list_popup {
        background: #f0f0f0;
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
    }

        .doc_support .list_popup label {
            color: #999999;
            font-size: 13px;
        }

            .doc_support .list_popup label span {
                color: #4d5862;
                font-family: 'robotomedium';
                font-size: 13px;
            }

            .doc_support .list_popup label small {
                color: #999999;
                font-family: 'robotoregular';
                font-size: 11px;
                margin: -2px 0 0 0;
                display: block;
            }

        .doc_support .list_popup .progress_stuff {
            display: block;
            width: 95%;
        }

        .doc_support .list_popup .progress {
            height: 4px;
            width: 100%;
        }

        .doc_support .list_popup .progress-bar {
            background: #ffae00;
        }

        .doc_support .list_popup .progress_stuff .red_cross {
            position: absolute;
            right: -4px;
            top: -11px;
        }

        .doc_support .list_popup .progress-bar.green {
            background: #2ac002;
        }

    .doc_support .btn_add_file {
        background: #364048;
        border-radius: 0px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'robotomedium';
        margin: 5px 0 0 0;
        padding: 6px 18px;
    }

    .doc_support .btn_choosefile {
        font-family: 'robotomedium';
        font-size: 13px;
        color: #fff;
        border-radius: 0px;
        cursor: pointer;
    }

    .doc_support #add-file-selector4 {
        display: none;
    }

.white_box_content .certify_sec {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
}

    .white_box_content .certify_sec p {
        padding: 0 15px 10px;
    }

    .white_box_content .certify_sec ul {
        list-style: none;
    }

        .white_box_content .certify_sec ul li {
            color: #999999;
            font-size: 13px;
            padding: 5px 15px;
        }

            .white_box_content .certify_sec ul li label {
                color: #999999;
                display: inline-block;
                padding-left: 20px;
                margin: 0;
            }

            .white_box_content .certify_sec ul li input[type="checkbox"]:checked + label:before,
            .white_box_content .certify_sec ul li input[type="checkbox"]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
            }

.white_box_content .bottom_list {
    width: 100%;
    padding: 10px 0px;
}

    .white_box_content .bottom_list ul {
        list-style: none;
    }

        .white_box_content .bottom_list ul li {
            color: #999999;
            font-size: 13px;
            padding: 0;
        }

            .white_box_content .bottom_list ul li label {
                color: #999999;
                display: inline-block;
                font-family: 'robotomedium';
                font-size: 13px;
                padding-left: 20px;
                margin: 0;
            }

                .white_box_content .bottom_list ul li label a {
                    text-decoration: none;
                    color: #0084c4;
                }

            .white_box_content .bottom_list ul li input[type="checkbox"]:checked + label:before,
            .white_box_content .bottom_list ul li input[type="checkbox"]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
            }

.white_box_content .certify_sec input[type="checkbox"]:checked + label {
    color: #374551;
}

.white_box_content .bottom_list input[type="checkbox"]:checked + label {
    color: #374551;
}

.code_alert_popup {
    position: relative;
    width: 520px;
    margin: 0 auto;
}

    .code_alert_popup .img_msg_icon {
        background: #364048;
        width: 270px;
        height: 270px;
        border-radius: 100%;
        position: absolute;
        left: -95px;
        top: -70px;
    }

        .code_alert_popup .img_msg_icon img {
            margin: 86px 0 0 76px;
        }

    .code_alert_popup .modal-header {
        border-bottom: 0px;
        padding: 10px 10px 0 10px;
    }

    .code_alert_popup .modal-footer {
        border-top: none;
    }

    .code_alert_popup .modal-content {
        overflow: hidden;
        min-height: 223px;
    }

    .code_alert_popup .close {
        color: #0095dd;
        opacity: 1;
        font-weight: normal;
    }

    .code_alert_popup .modal-body {
        padding: 0 0 0 210px;
    }

        .code_alert_popup .modal-body p {
            font-size: 18px;
            color: #374551;
        }

            .code_alert_popup .modal-body p a {
                color: #0095dd;
            }

                .code_alert_popup .modal-body p a:hover {
                    text-decoration: none;
                }

            .code_alert_popup .modal-body p span {
                color: #0095dd;
            }

.form_statement {
    min-height: 200px;
}

.thank_box {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.thank_stuff {
    text-align: center;
    height: auto;
    padding: 40px 15px;
    width: 100%;
    background: #f0f0f0;
}

    .thank_stuff h2 {
        font-size: 26px;
        font-family: 'robotoregular';
        padding-bottom: 5px;
        color: #626262;
        font-weight: normal;
    }

    .thank_stuff h1 {
        font-size: 30px;
        font-family: 'robotomedium';
        padding-bottom: 10px;
        color: #333333;
    }

    .thank_stuff p {
        font-size: 13px;
        color: #333333;
        font-family: 'robotoregular';
    }

        .thank_stuff p span {
            font-family: 'robotobold';
            font-size: 13px;
        }

    .thank_stuff .tick_green {
        margin-bottom: 30px;
    }

.box_center_big {
    margin: 65px 0;
    width: 100%;
    text-align: center;
}

    .box_center_big ul {
        list-style: none;
    }

        .box_center_big ul li {
            display: inline-block;
        }

.btn_on_board_next {
    background: url(../../images/btn_arrow_next.png) 0 0 no-repeat #364048;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    padding: 8px 38px 8px 17px;
    background-position: right 18px center;
    margin-top: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .btn_on_board_next:hover {
        background-color: #000;
        background-position: right 11px center;
    }

.delete_row {
    position: absolute;
    right: -2px;
    top: 5px;
    width: 11px;
}

    .delete_row a {
        width: 11px;
        display: block;
    }

.delete_row2 {
    position: absolute;
    right: -2px;
    top: 32px;
    width: 11px;
}

    .delete_row2 a {
        width: 11px;
        display: block;
    }

.delete_row3 {
    position: absolute;
    right: -2px;
    top: 3px;
    width: 11px;
}

    .delete_row3 a {
        width: 11px;
        display: block;
    }

.text_block_bg {
    padding: 20px;
    font-size: 13px;
    /*color: #aab0b5;*/
    background: #e9ecef;
    border-radius: 5px;
    margin-bottom: 80px;
    margin: 10px 0 0 0;
}

.backup_popup {
    width: 100%;
    padding-bottom: 20px;
}

    .backup_popup .card .card-body {
        padding: 5px 0 0 45px;
    }

    .backup_popup .modal-body {
        overflow-x: hidden;
    }

    .backup_popup .trans_list {
        width: 100%;
        padding: 20px 0px;
    }

    .backup_popup .card .card-body .trans_list label {
        font-size: 12px;
        color: #aab0b5;
        font-family: 'robotoregular';
        padding-left: 30px;
    }

    .backup_popup .trans_list input[type="checkbox"]:checked + label:before,
    .backup_popup .trans_list input[type="checkbox"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

    .backup_popup .trans_list .listvalue {
        width: 100%;
        padding: 5px 0;
    }

.tab_area {
    width: 100%;
}

.pdf_form .pdf_content .pdf_sec iframe {
    height: 86vh;
}

.backup_popup .card .card-body .trans_list .styled-checkbox:checked + label {
    color: #374551;
}

.owner_form {
    width: 100%;
    padding-top: 0px;
}

    .owner_form .card {
        border: none;
        border-bottom: 1px solid #ececec;
        padding: 25px 0;
    }

        .owner_form .card .card-header {
            border: none;
            background: #fff;
            padding: 0px;
        }

            .owner_form .card .card-header button[aria-expanded="true"]:before {
                content: " ";
                width: 28px;
                height: 28px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/minus.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .owner_form .card .card-header button[aria-expanded="false"]:before {
                content: " ";
                width: 28px;
                height: 28px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/plus.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .owner_form .card .card-header h5 button {
                font-size: 20px;
                color: #737c85;
                text-decoration: none;
                font-family: 'robotomedium';
                padding: 0;
            }

                .owner_form .card .card-header h5 button span {
                    font-size: 14px;
                    color: #bec5cc;
                }

                .owner_form .card .card-header h5 button .info {
                    margin: 0 0 0 5px;
                }

        .owner_form .card .card-body {
            padding: 25px 0 0 0;
        }

            .owner_form .card .card-body label {
                font-size: 13px;
                color: #374551;
                padding-bottom: 5px;
            }

            .owner_form .card .card-body .form-control {
                border: 1px solid #ececec;
                height: 36px;
                line-height: 36px;
                background: #fff;
                font-size: 11px;
                color: #000;
                font-style: normal;
                border-radius: 1px;
                margin-bottom: 14px;
            }

            .owner_form .card .card-body a.link_form {
                color: #0084c4;
                font-size: 12px;
                margin: -5px 0 0 0;
                display: block;
            }

    .owner_form a.link_terms {
        color: #0084c4;
        font-size: 12px;
    }

    .owner_form .btn_submit {
        border: 1px solid #0095dd;
        background: #0095dd;
        height: 45px;
        line-height: normal;
        text-align: center;
        font-size: 16px;
        font-family: 'robotomedium';
        text-transform: uppercase;
        border-radius: 0px;
        color: #fff;
        padding: 0 35px;
        letter-spacing: 1px;
    }

    .owner_form .card .card-body .form-control-readonly {
        background: #f9f9fb;
    }

    .owner_form .card .card-body a.button_address {
        margin: 10px 0 0 0;
        border: 1px solid #ececec;
        height: 36px;
        line-height: 34px;
        ;
        background: #fff;
        color: #0084c4;
        margin-bottom: 10px;
        text-decoration: none;
        display: block;
        font-size: 13px;
        text-align: center;
    }

        .owner_form .card .card-body a.button_address span {
            background: #0095dd;
            width: 14px;
            height: 14px;
            color: #fff;
            border-radius: 100%;
            font-size: 15px;
            line-height: 11px;
            display: inline-block;
            text-align: center;
            margin: 0 4px;
        }

.other_details {
    padding: 15px 0 0 0;
}

.owner_form .card .card-body .other_details label {
    color: #aab0b5;
}

.cust_padd_top {
    padding-top: 29px;
}

.owner_form .card .card-body label.label_light {
    color: #aab0b5;
}

.btn_done {
    border: 1px solid #0095dd;
    background: #0095dd;
    line-height: normal;
    text-align: center;
    font-size: 13px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    padding: 8px 15px;
    letter-spacing: 1px;
}

.detail_info {
    width: 100%;
    position: relative;
}

    .detail_info h2 {
        font-size: 20px;
        color: #374551;
        font-family: 'robotomedium';
    }

    .detail_info .form_detail {
        width: 100%;
    }

        .detail_info .form_detail label {
            padding-right: 30px;
            padding-bottom: 0px;
        }

.cross_row {
    display: none;
}

.detail_info .right_box {
    display: block;
    padding-top: 7px;
    text-align: right;
}

    .detail_info .right_box .btn_viewedit {
        background: #364048;
        border-radius: 0px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'robotomedium';
        padding: 8px 15px;
        margin-right: 0px;
    }

    .detail_info .right_box:hover .cross_row {
        display: block;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .detail_info .right_box:hover .btn_viewedit {
        margin-right: 10px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

.block1 {
    display: none;
}

.block2 {
    display: none;
}

.owner_form.open {
    display: none;
}

.block1.open {
    display: block;
}

.block2.open {
    display: block;
}

.owner_form {
    display: block;
}

.crs_sec {
    width: 100%;
    padding: 10px 0 20px;
}

    .crs_sec .tab-content {
        width: 100%;
        padding: 0 10px;
    }

    .crs_sec .card {
        border: none;
        border-bottom: 1px solid #ececec;
        padding: 20px 10px;
        width: 100%;
    }

        .crs_sec .card .card-header {
            border: none;
            background: #fff;
            padding: 0px;
        }

            .crs_sec .card .card-header button[aria-expanded="true"]:before {
                content: " ";
                width: 30px;
                height: 30px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/minus_icon_popup.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .crs_sec .card .card-header button[aria-expanded="false"]:before {
                content: " ";
                width: 30px;
                height: 30px;
                display: inline-block;
                vertical-align: middle;
                background: url(../../images/plus_icon_popup.png) 0 0 no-repeat;
                margin: 0 10px 0 0;
            }

            .crs_sec .card .card-header h5 button {
                font-size: 14px;
                color: #4d5862;
                text-decoration: none;
                font-family: 'robotomedium';
                padding: 0;
            }

        .crs_sec .card .card-body {
            padding: 5px 0 0 44px;
        }

            .crs_sec .card .card-body label {
                font-size: 13px;
                color: #374551;
                padding-bottom: 5px;
            }

            .crs_sec .card .card-body .form-control {
                border: 1px solid #ececec;
                height: 36px;
                line-height: 36px;
                background: #fff;
                font-size: 11px;
                color: #000;
                font-style: normal;
                border-radius: 1px;
                margin-bottom: 14px;
            }

            .crs_sec .card .card-body a.link_form {
                color: #0084c4;
                font-size: 12px;
                margin: -5px 0 0 0;
                display: block;
            }

    .crs_sec a.link_terms {
        color: #0084c4;
        font-size: 12px;
    }

    .crs_sec .btn_submit {
        border: 1px solid #0095dd;
        background: #0095dd;
        height: 45px;
        line-height: normal;
        text-align: center;
        font-size: 16px;
        font-family: 'robotomedium';
        text-transform: uppercase;
        border-radius: 0px;
        color: #fff;
        padding: 0 35px;
        letter-spacing: 1px;
    }

    .crs_sec .card .card-body .form-control-readonly {
        background: #ececec;
    }

    .crs_sec .card .card-body a.button_address {
        margin: 10px 0 0 0;
        border: 1px solid #ececec;
        height: 36px;
        line-height: 34px;
        ;
        background: #fff;
        color: #0084c4;
        margin-bottom: 10px;
        text-decoration: none;
        display: block;
        font-size: 13px;
        text-align: center;
    }

    .crs_sec .card .card-body p {
        color: #4d5862;
        font-size: 13px;
        padding-bottom: 10px;
    }

    .crs_sec ul.nav-tabs {
        width: 100%;
        border-bottom: 0px;
        background: #fafafa;
    }

        .crs_sec ul.nav-tabs li {
            position: relative;
            padding: 0 1px;
        }

            .crs_sec ul.nav-tabs li a {
                font-size: 14px;
                color: #0095dd;
                border-radius: 0px;
                border: 0px;
                padding: 10px 20px;
            }

                .crs_sec ul.nav-tabs li a.active {
                    background: #364048;
                    color: #fff;
                    border-radius: 0px;
                    border: 0px;
                }

            .crs_sec ul.nav-tabs li:before {
                background: #ececec;
                height: 20px;
                width: 1px;
                position: absolute;
                content: "";
                left: 0px;
                top: 13px;
            }

            .crs_sec ul.nav-tabs li:first-child:before {
                display: none;
            }

            .crs_sec ul.nav-tabs li:first-child {
                padding-left: 0px;
            }

    .crs_sec .card .card-header h5 button.collapsed {
        color: #999999;
        font-family: 'robotoregular';
    }

    .crs_sec .btn_continue {
        background: #0095dd;
        font-size: 13px;
        border-radius: 0px;
        text-transform: uppercase;
        padding: 7px 17px;
        line-height: normal;
        height: auto;
        margin: 5px 0 0 0;
    }

.crs_main {
    padding: 15px 0 0 0;
}

.tax_sec {
    width: 100%;
    padding: 40px 5px 10px 5px;
}

    .tax_sec .form-control {
        width: 70px;
    }

.delete_cross {
    position: absolute;
    right: 10px;
    top: 5px;
}

.income_popup .modal-body {
    height: 42vh;
}

.status_sec {
    width: 100%;
    padding: 0 15px;
}

    .status_sec .one_bar {
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding: 10px 0px;
    }

label.btn_browse_file {
    background: #364048;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'robotomedium';
    margin: 5px 0 0 0;
    padding: 6px 18px;
}

#add-file-selector5 {
    display: none;
}

.total_value {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

    .total_value label {
        font-size: 14px;
        font-family: 'robotomedium';
        color: #374551;
        line-height: 46px;
        background: #f0f0f0;
        padding: 0px 0px 0 20px;
        border-radius: 3px;
        text-transform: uppercase;
    }

        .total_value label span {
            font-size: 20px;
            font-family: 'robotobold';
            color: #fff;
            background: #86929d;
            display: inline-block;
            padding: 0px 20px;
            margin-left: 20px;
            border-radius: 0 3px 3px 0;
            height: 48px;
        }

.heading_small {
    font-size: 14px;
    color: #374551;
    font-family: 'robotobold';
    padding-top: 10px;
}

.inc_report {
    width: 100%;
    background: #f0f0f0;
    padding: 15px 5px;
    border-radius: 5px;
}

    .inc_report .form-control {
        border: 1px solid #d9d9d9;
    }

    .inc_report select.form-control {
        border: 1px solid #d9d9d9;
    }

.payment_info_heading {
    color: #737c85;
    font-size: 18px;
    font-family: 'robotomedium';
    font-weight: 100;
}

.form_date {
    font-style: normal;
}

.label_left {
    padding-left: 10px;
}

    .label_left.active {
        color: #333;
        font-family: 'robotomedium';
    }

    .label_left.active_blue {
        color: #0084c4;
    }

.btn_con_blue_disable {
    background: #909090;
}

    .btn_con_blue_disable:hover {
        background: #909090;
    }

.left_sidebar .tagline span {
    color: #333;
}

.classic_popup .card .card-body ul.listpop {
    list-style: none;
}

    .classic_popup .card .card-body ul.listpop li {
        font-size: 12px;
    }

        .classic_popup .card .card-body ul.listpop li + li {
            border: 0px;
        }

.btn_continue_pop {
    background: #0095dd;
    font-size: 13px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 7px 17px;
    line-height: normal;
    height: auto;
    margin: 5px 0 0 0;
}

    .btn_continue_pop:hover {
        background: #0095dd;
    }

body .modal {
    background-color: rgba(0, 0, 0, .7);
}

    body .modal iframe {
        margin-top: 20px;
    }

.inner_header .logo_eform {
    max-width: 200px;
}

    .inner_header .logo_eform img {
        max-width: 200px;
    }

.sub_profile {
    width: 100%;
}

    .sub_profile .user_detail {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

        .sub_profile .user_detail h3 {
            font-size: 12px;
            color: #70787f;
            line-height: 20px;
        }

            .sub_profile .user_detail h3 span {
                font-size: 16px;
                color: #333333;
                font-family: 'robotomedium';
            }

    .sub_profile h2 {
        font-size: 20px;
        color: #737c85;
        font-family: 'robotomedium';
        padding-bottom: 10px;
    }

    .sub_profile label {
        font-size: 13px;
        color: #70787f;
        padding-bottom: 3px;
    }

    .sub_profile p {
        font-size: 12px;
        font-family: 'robotobold';
        color: #333;
    }

    .sub_profile .space_bar {
        padding: 13px 0;
    }

    .sub_profile .btn_submit {
        border: 1px solid #0095dd;
        background: #0095dd;
        height: 45px;
        line-height: normal;
        text-align: center;
        font-size: 16px;
        font-family: 'robotomedium';
        text-transform: uppercase;
        border-radius: 0px;
        color: #fff;
        padding: 0 35px;
        letter-spacing: 1px;
        margin-top: 25px;
    }

    .sub_profile label.dark_label {
        color: #374551;
        font-size: 13px;
    }

    .sub_profile .border_top {
        border-top: 1px solid #ececec;
        padding-top: 20px;
        margin-top: 20px;
    }


/*-------- SVG Images-------*/

.cls-1 {
    fill: #0075ff;
    fill-rule: evenodd;
}

.login_right_panel .login_button {
    box-shadow: none;
}

    .login_right_panel .login_button:focus {
        box-shadow: none;
    }

.delet_trash {
    position: absolute;
    right: 0px;
    top: 8px;
}

.delet_top_border {
    border-top: 1px solid #ececec;
    margin-top: 10px;
    padding: 10px 0 0 0;
    position: relative;
}

.pdf_popup .close {
    color: #0095dd;
    opacity: 1;
    font-weight: normal;
}

.web_link {
    display: block;
    float: right;
}

.mobile_link {
    display: none;
    float: right;
}

.white_box_content .certify_sec ul li.list_margin_left {
    padding-left: 55px;
}

.inner_content .privacy_title {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

    .inner_content .privacy_title h1 {
        font-size: 28px;
        font-family: 'robotomedium';
        color: #fff;
        padding: 15px 0;
    }

.inner_content .privacy_stuff {
    padding: 25px;
    min-height: 550px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    color: #333 !important;
}

    .inner_content .privacy_stuff h3 {
        font-size: 14px;
        font-family: 'robotobold';
        color: #333;
        padding-bottom: 10px;
    }

    .inner_content .privacy_stuff p {
        font-size: 13px;
        font-family: 'robotoregular';
        padding: 0 0 10px 0;
    }

    .inner_content .privacy_stuff ul {
        list-style: circle;
        padding-left: 20px;
        padding-bottom: 10px;
    }

        .inner_content .privacy_stuff ul li {
            font-size: 13px;
            font-family: 'robotoregular';
            line-height: 24px;
        }

    .inner_content .privacy_stuff p a {
        color: #0084c4;
    }

.custom_popup_form {
    width: 100%;
    max-width: 390px;
    border-radius: 0px;
    margin: 0 auto;
}

    .custom_popup_form .close {
        color: #0095dd;
        opacity: 1;
        font-weight: normal;
    }

    .custom_popup_form h2 {
        font-size: 22px;
        color: #0095dd;
        font-family: 'robotobold';
    }

    .custom_popup_form .modal-body {
        background: #f0f0f0;
        margin: 0 20px;
        border-radius: 5px;
        padding: 20px 15px;
        overflow-y: auto;
    }

        .custom_popup_form .modal-body h3 {
            color: #374551;
            font-size: 16px;
            font-family: 'robotobold';
            padding-bottom: 6px;
        }

        .custom_popup_form .modal-body p {
            font-size: 13px;
            color: #999999;
            padding-bottom: 0px;
        }

    .custom_popup_form .modal-footer {
        border: none;
    }

    .custom_popup_form .modal-header {
        border: none;
    }

    .custom_popup_form .text_middle {
        text-align: center;
        color: #364048;
        font-size: 22px;
        font-family: 'robotobold';
        padding: 10px 0;
    }

    .custom_popup_form a {
        display: block;
        text-decoration: none;
    }

    .custom_popup_form .sub_heading {
        font-size: 13px;
        color: #999999;
        font-family: 'robotomedium';
        padding: 0 17px 0px;
        margin-top: -15px;
    }

    .custom_popup_form .red_text {
        font-size: 11px;
        color: #f45050;
        padding: 10px 50px;
    }

.inner_content .entity_box .details_sec .new_card {
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
}

    .inner_content .entity_box .details_sec .new_card .new_header {
        border: none;
        background: #fff;
        padding: 0px;
        font-size: 20px;
        color: #737c85;
        font-family: 'robotomedium';
    }

    .inner_content .entity_box .details_sec .new_card .new_body {
        padding: 25px 0 0 0;
    }

        .inner_content .entity_box .details_sec .new_card .new_body label {
            font-size: 13px;
            color: #374551;
            padding-bottom: 5px;
        }

        .inner_content .entity_box .details_sec .new_card .new_body .form-control {
            border: 1px solid #d9d9d9;
            height: 36px;
            line-height: 36px;
            background: #fff;
            font-size: 11px;
            color: #000;
            font-style: normal;
            border-radius: 1px;
            margin-bottom: 14px;
            padding: 0 10px;
        }

        .inner_content .entity_box .details_sec .new_card .new_body a.link_form {
            color: #0084c4;
            font-size: 12px;
            margin: -5px 0 0 0;
            display: block;
        }

.inner_content .entity_box .details_sec a.link_terms {
    color: #0084c4;
    font-size: 12px;
}

.inner_content .entity_box .details_sec .btn_submit {
    border: 1px solid #0095dd;
    background: #0095dd;
    height: 45px;
    line-height: normal;
    text-align: center;
    font-size: 16px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    padding: 0 35px;
    letter-spacing: 1px;
}

.inner_content .entity_box .details_sec .new_card .new_body select.form-control {
    padding: 0 10px;
    color: #a3a9af;
    font-style: italic;
}

.inner_content .entity_box .details_sec .new_card .new_body .form-control-readonly {
    background: #f9f9fb;
}

.inner_content .entity_box .details_sec .new_card .new_body a.button_address {
    margin: 10px 0 0 0;
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 34px;
    ;
    background: #fff;
    color: #0084c4;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: center;
}

    .inner_content .entity_box .details_sec .new_card .new_body a.button_address span {
        background: #0095dd;
        width: 14px;
        height: 15px;
        color: #fff;
        border-radius: 100%;
        font-size: 14px;
        line-height: 13px;
        display: inline-block;
        margin: 0 4px;
    }

.inner_content .entity_box .details_sec .new_card .new_header span {
    font-size: 14px;
    color: #bec5cc;
}

.inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-family: 'robotomedium';
    }

        .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox + label:before {
            content: '';
            margin-right: 15px;
            display: inline-block;
            vertical-align: text-top;
            width: 30px;
            height: 30px;
            background: #fff url("../images/check_grey.svg") center 8px no-repeat;
            border: 2px solid #737c85;
            border-radius: 100%;
        }


    /*.styled-checkbox:hover + label:before { background: #0095dd; }*/

    .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox:focus + label:before {
        /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);*/
    }

    .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox:checked + label:before {
        background: #0095dd;
        border: 2px solid #0095dd;
    }

    .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox:disabled + label:before {
            box-shadow: none;
            /*background: #ddd;*/
        }

    .inner_content .entity_box .details_sec .new_card .new_header .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 10px;
        top: 15px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*----- Footer CSS -----*/

footer {
    padding: 10px 0;
    bottom: 0;
    width: 99%;
}

.copyright {
    font-size: 12px;
    font-family: 'open_sanslight';
    color: #fff;
}

.footer_nav {
    font-size: 12px;
    font-family: 'open_sanslight';
}

    .footer_nav ul {
        list-style: none;
        float: right;
    }

        .footer_nav ul li {
            color: #fff;
        }

            .footer_nav ul li a {
                color: #fff;
                text-decoration: none;
                padding: 0 10px;
            }

.edit_en_btn.kk {
    display: none;
}


/* Create a custom checkbox */


/* When the checkbox is checked, add a blue background */


/* Create the checkmark/indicator (hidden when not checked) */


/* Style the checkmark/indicator */

.container146 {
    padding: 5px 0px 10px 10px;
}

.container147 {
    padding: 5px 0px 10px 10px;
    margin: 0 0 0 0;
}

.container150 {
    margin: 0px 0 0 -10px;
}

.container151 {
    margin: 0px 0 0 0px;
}

.account_panel {
    padding: 20px 0 0 0px;
}

    .account_panel ul {
        list-style: none;
    }

        .account_panel ul li {
            display: inline-block;
            min-width: 73px;
        }

.big_boxt {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto !important;
    padding: 0 5px;
}

.modal-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 80;
    left: 0px;
    top: 0;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    display: none;
}

.defaultModal {
    width: 100%;
    height: 100%;
    z-index: 100;
}


    /*.defaultModal iframe { background: #fff; width: 600px; height: 500px; vertical-align: middle; top: 15%; left:0; right:0px; margin:0 auto; position: absolute; border: none; }*/

    .defaultModal iframe {
        background: #fff;
        padding: 0 8px 8px;
        width: 800px;
        height: 500px;
        vertical-align: middle;
        top: 12%;
        left: 0;
        right: 0px;
        margin: 0 auto;
        position: absolute;
        border: none;
        border-radius: 5px;
        overflow: hidden !important;
    }

.smallModal iframe {
    height: 250px;
}

.custom_popup_content {
    background: #fff;
}

.modal-close-button {
    display: block;
    height: 22px;
    width: 22px;
    background: url(../images/crossed.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}


/*region for breadcurm css*/

.lblbreadcrumName {
    cursor: pointer;
}

.tagline {
    color: #333;
}

.left_sidebar .card-header {
    background: #fff;
    border: 0px;
    padding: 20px;
    border-radius: 5px;
}

    .left_sidebar .card-header .btn-link {
        padding: 0px;
        color: #333333;
        text-decoration: none;
        font-family: 'robotomedium';
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 10px;
        width: 100%;
        text-align: left;
    }

    .left_sidebar .card-header span {
        font-size: 13px;
        margin-top: -3px;
        display: block;
        color: #8c8c8c;
    }

        .left_sidebar .card-header span.dark_light {
            color: #a0a0a0;
        }

    .left_sidebar .card-header label {
        display: inline-block;
        vertical-align: middle;
    }

    .left_sidebar .card-header .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-family: 'robotoregular';
        color: #535353;
    }

        .left_sidebar .card-header .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: #d5d5d5;
            border: 2px solid #d5d5d5;
            border-radius: 100%;
            float: left;
        }

        .left_sidebar .card-header .styled-checkbox + label span {
            display: table-cell;
        }

    .left_sidebar .card-header .styled-checkbox:hover + label:before {
        background: #2ac002;
    }

    .left_sidebar .card-header .styled-checkbox:focus + label:before {
        /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);*/
    }

    .left_sidebar .card-header .styled-checkbox:checked + label:before {
        background: #2ac002;
        border: 2px solid #2ac002;
    }

    .left_sidebar .card-header .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .left_sidebar .card-header .styled-checkbox:disabled + label:before {
            box-shadow: none;
            /*background: #ddd;*/
        }

    .left_sidebar .card-header .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 7px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.left_sidebar .card .card-header button[aria-expanded="true"]:before {
    content: " ";
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow_top.png) 0 0 no-repeat;
    margin: 0 10px 0 0;
    position: absolute;
    right: 15px;
    top: 30px;
}

.left_sidebar .card .card-header button[aria-expanded="false"]:before {
    content: " ";
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow_bot.png) 0 0 no-repeat;
    margin: 0 10px 0 0;
    position: absolute;
    right: 15px;
    top: 30px;
}

.left_sidebar .card-header .label_left.active {
}

.left_sidebar .card-body ul li .styled-checkbox:checked + label {
    color: #0084c4;
}

.box_chapter .col-md-12.col-sm-12 {
    padding: 0px;
}

.scrollmenu {
    width: 100%;
}

    .scrollmenu .ajax__tab_xp .ajax__tab_header {
        background-image: none;
    }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
            background-image: none;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
            background-image: none;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
            height: 30px;
            background-image: none;
            font-size: 12px;
            color: #0095dd;
            border-radius: 0px;
            border: 0px;
            padding: 7px 8px;
            border-left: 1px solid #ececec;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
            height: 30px;
            background-image: none;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
            height: 30px;
            background-image: none;
            padding: 0px;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {
            background-image: none;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
            background-image: none;
            padding: 0px;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
            background-image: none;
        }

        .scrollmenu .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
            background-image: none;
            background-color: #000;
            color: #fff;
        }

    .scrollmenu .ajax__tab_xp .ajax__tab_body {
        border: none;
    }

.btn_confirm_inner {
    background: #0095dd;
    font-size: 13px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 7px 17px;
    line-height: normal;
    height: auto;
    margin: 5px 0 0 0;
}

.custom_popup .ajax__tab_xp .ajax__tab_body {
    font-family: 'robotoregular';
}

.guide_new_popup {
    width: 100%;
    padding: 15px;
}

    .guide_new_popup h2 {
        padding-bottom: 15px;
        font-size: 18px;
        color: #0095dd;
        font-family: 'robotobold';
        line-height: normal;
    }

    .guide_new_popup .option {
        padding: 9px;
        width: 280px;
        margin-right: 15px;
        cursor: pointer;
    }

        .guide_new_popup .option.selected {
            background: #000;
            color: #fff;
        }

    .guide_new_popup .buttons {
        text-align: center;
    }

        .guide_new_popup .buttons input[type=submit] {
            font-weight: normal;
            font-family: 'robotobold';
            font-size: 12px;
            text-transform: uppercase;
            margin-top: 15px;
        }

.grid {
    min-width: 0px;
    width: 560px;
    margin: 10px;
}

    .grid tr {
        background: #fff;
    }


/*---------- New style for inner pages  -----------*/

.new_section {
    width: 100%;
    padding: 0 15px;
}

    .new_section .item {
        width: 100%;
    }

        .new_section .item .label {
            width: 100%;
            padding: 5px 0;
            float: left;
            font-weight: bold;
        }

        .new_section .item .calendar-icon {
            margin: 10px;
        }

        .new_section .item .custom_float {
            float: left;
            margin-bottom: 14px;
        }

        .new_section .item .custom_float2 {
            margin-bottom: 14px;
        }

.left_align_check {
    float: left;
    margin: 6px 0 0 0;
}

.container151 {
    margin-left: 0px;
}

label.dollar_position {
    position: absolute;
    right: 0;
    top: 10px;
}

label.dollar_relative {
    /*position: absolute;*/
    right: 0;
    top: 10px;
}

.Attach_grid {
    width: 100%;
}

.btn_search_pop {
    width: auto;
    padding: 5;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'robotoregular';
    border-radius: 0px;
}

.sliderpopup {
    background: #f0f0f0;
    margin: 0 20px;
    border-radius: 5px;
    padding: 20px;
    max-height: 85vh;
    overflow-y: auto;
}

.help_popup .modal-body {
    max-height: 58vh;
    background: #f0f0f0;
}

.help_popupsaveexit .modal-body {
    max-height: 50vh;
    background: #f0f0f0;
}

.help_popupsaveexit1 .modal-body {
    max-height: 48vh;
    background: #f0f0f0;
}

.label {
    padding: 5px 0;
    font-weight: bold;
}

.red-star {
    color: red;
    font-size: 20px;
    line-height: 15px;
}

.login_right_panel input[type="radio"]:checked,
.login_right_panel input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .login_right_panel input[type="radio"]:checked + label,
    .login_right_panel input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 26px;
        display: inline-block;
        color: #999;
        padding: 0 0 0 32px;
        font-family: 'robotomedium';
    }

        .login_right_panel input[type="radio"]:checked + label:before,
        .login_right_panel input[type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid #d8d7d7;
            border-radius: 100%;
            background: #fff;
        }

        .login_right_panel input[type="radio"]:checked + label:after,
        .login_right_panel input[type="radio"]:not(:checked) + label:after {
            content: "";
            width: 16px;
            height: 16px;
            background: #0095dd;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .login_right_panel input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .login_right_panel input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: none;
        }

    .login_right_panel input[type="radio"]:checked + label {
        color: #374551;
    }

.login_footer {
    padding: 30px 10px 10px 10px;
}

    .login_footer .copyright {
        padding-left: 35px;
    }

h1.sub_title_inner {
    font-size: 16px;
    font-weight: normal;
}

.white_box_content .box_list .radio_panel table tbody tr td {
    display: inline;
}

.btn_ok_report {
    display: block;
}

.btn_gloss_pop {
    background-image: none;
    padding: 8px 17px 8px 17px;
}

.drop_language {
    display: inline-block;
    font-size: 13px;
    width: 120px;
    padding: 4px;
    line-height: 20px;
    height: 30px;
}

.select_drop_language {
    width: 100%;
    text-align: right;
    float: none;
    padding: 17px 20px 0 0;
}

.help {
    cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
}


/*.modal-header .close {
    padding: 0.6rem 1rem 1rem 1rem !important; 
}*/

span.mandatoryfield {
    color: red;
}

.OrCss {
    margin-top: 50px;
    font-weight: bold;
}

.list_popup {
    background: #f0f0f0 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #D2D2D4 !important;
    border-color: #d2d2d2 !important;
    color: #4a4a4a !important;
}



    .btn-primary.disabled,
    .btn-primary:disabled:hover {
        background-color: #D2D2D4 !important;
        border-color: #d2d2d2 !important;
        color: #4a4a4a !important;
    }

.btn.disabled,
.btn:disabled {
    background-color: #D2D2D4 !important;
    border-color: #d2d2d2 !important;
    color: #4a4a4a !important;
}

.btn.disabledpdf,
.btn:disabled {
    background-color: #D2D2D4 !important;
    border-color: #d2d2d2 !important;
    color: #4a4a4a !important;
    pointer-events:none
}

    .btn.disabled,
    .btn:disabled:hover {
        background-color: #D2D2D4 !important;
        border-color: #d2d2d2 !important;
        color: #4a4a4a !important;
    }

.rfvCSS {
    color: Red;
    font-size: 18px;
    line-height: 15px;
    visibility: visible !important;
    display: inline-block !important;
}

.Chap4Selection {
    background: #f0f0f0;
    text-align: center;
    min-height: 345px;
    padding: 40px 15px;
    border-radius: 5px;
    overflow-y: auto;
}

    .Chap4Selection h4 {
        font-size: 30px;
        color: #333333;
        font-family: 'robotomedium';
        padding-bottom: 20px;
    }

    .Chap4Selection p {
        font-size: 13px;
        color: #333333;
        padding: 0 50px;
    }

.ed_one_f1 {
    background: url(../Images/f1.png) 0 0 no-repeat;
    height: 41px;
    display: table;
}

.inner_ed {
    background: url(../Images/f2.png) right 0 no-repeat;
    height: 41px;
    display: table;
    margin-left: 25px;
    padding-right: 25px;
    line-height: 33px;
    color: #fff;
    font-family: 'robotomedium';
}

.txt_ed {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.edit_en_btn {
    position: fixed;
    z-index: 8;
    top: 240px !important;
    right: 10px !important;
    transform-origin: right;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.txt_ed {
    font-size: 13px;
    color: #fff;
    width: auto;
    text-align: center;
    overflow: hidden;
    top: -4px !important;
}

.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: 340px !important;
    z-index: 7 !important;
    right: 10px !important;
}

.edit_en_btn:hover {
    right: 20px;
}

.ed_outter.gry:hover {
    right: 20px !important;
}

.ed_outter.blue .ed_one_f1 {
    background: url(../Images/b1.png) 0 0 no-repeat;
}

.ed_outter.blue .inner_ed {
    background: url(../Images/b2.png) right 0 no-repeat;
}

.ed_outter.blue {
    top: 140px !important;
    z-index: 9;
    right: 10px !important;
}

    .ed_outter.blue:hover {
        right: 20px !important;
    }

.edit_en_btn_closed {
    position: absolute;
    z-index: 8;
    top: 78px;
    left: -118px;
    transform: rotate(-90deg);
    transform-origin: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.edit_en_btn_closed_Instruction {
    position: absolute;
    z-index: 8;
    top: 67px;
    left: -99px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

    .edit_en_btn_closed_Instruction .ed_one_f1 {
        height: 30px;
        line-height: 30px;
    }

    .edit_en_btn_closed_Instruction.gry .inner_ed {
        background: url(../Images/d2.png) right 0 no-repeat;
    }

    .edit_en_btn_closed_Instruction.gry .ed_one_f1 {
        background: url(../Images/d1.png) 0 0 no-repeat;
    }

    .edit_en_btn_closed_Instruction .inner_ed {
        margin-left: 12px;
        padding-right: 30px;
        height: 30px;
        line-height: 30px;
    }

    .edit_en_btn_closed_Instruction .txt_ed {
        top: 0px !important;
        left: 10px;
        width: 127px;
    }

.classic_popup .card-body .content-block {
    border: 1px solid #f0f0f0;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 5px;
}

.content-block ol {
    margin-left: 3%;
}

.content-block ul {
    margin-left: 3%;
}

.container145 .checkmark {
    top: 2px;
}

.topbottomspacing {
    border: 1px solid #e9ebec;
    margin: 2% 0px 2% 0px;
}

.partSpan,
.part {
    background: #434444;
    color: #fcfcfd;
    padding: 4px 10px 4px 10px;
}

.partParentDiv,
.box_cente {
    border-top: 1px solid #434444;
    border-bottom: 1px solid #434444;
    padding: 4px 0px 4px 0px;
    margin: 2% 0% 1% 0%;
    justify-content: left !important;
}

    .box_cente .sub_title_inner {
        padding: 0;
    }

    .partParentDiv .sub_title_inner {
        padding: 0;
    }


/*----- error messages -----*/

.main_stuff {
    min-height: 84vh;
}

.error_message_container {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0px 25px;
    cursor: url(../images/close.png), auto;
}

    .error_message_container ul {
        float: left;
        width: 100%;
        height: 100%;
    }

        .error_message_container ul li {
            width: 100%;
            position: relative;
            float: left;
            height: 100%;
            padding: 15px 0px;
            list-style: none;
        }

            .error_message_container ul li.message_error.smallwidth {
                width: 35%;
                transition: all 0.6s ease;
                -webkit-transition: all 0.6s ease;
            }

            .error_message_container ul li.message_detail {
                transition: all 0.6s ease;
                -webkit-transition: all 0.6s ease;
                float: right;
                right: -100%;
            }

    .error_message_container * {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

    .error_message_container ul li.message_error.smallwidth .box_body {
        position: relative;
    }

        .error_message_container ul li.message_error.smallwidth .box_body:before {
            content: '';
            position: absolute;
            right: -20px;
            top: 45%;
            width: 0;
            height: 0;
            border-top: 23px solid transparent;
            border-left: 30px solid #ffffff;
            border-bottom: 23px solid transparent;
        }

.messagebox {
    width: 391px;
    top: -50%;
    position: absolute;
    background: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    max-width: 100%;
    cursor: auto;
}

    .messagebox.message_top {
        top: 50%;
    }

.box_header {
    background: url(../images/message_header.jpg);
    height: 103px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.box_body {
    padding: 0.8rem 4.5rem;
    text-align: center;
    color: #000000;
}

.message_custom_popup .modal-body * {
    transition: none;
    -webkit-transition: none;
}

.box_body h1 {
    font-size: 30px;
    font-weight: bold;
}

.box_body p {
    font-size: 14px;
    margin: 10px 0px;
}

.box_body a {
    font-size: 14px;
    color: #0095dd;
    font-weight: bold;
}

.box_footer {
    text-align: center;
    border-top: 2px solid #e4e4e4;
    margin-top: 10px;
    padding: 0.8rem 4.5rem;
}

    .box_footer .btn_confirm {
        width: 100%;
        border-radius: 4px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

.iconcircel {
    width: 84px;
    height: 84px;
    background: #fff;
    margin: 0px auto;
    border-radius: 100%;
    position: relative;
    top: -42px;
    text-align: center;
    line-height: 74px;
}

.close text {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.close span {
    color: #0095dd;
    position: relative;
    top: 2px;
}

.message_custom_popup {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    cursor: auto;
}

    .message_custom_popup .modal-header {
        border-bottom: 2px solid #0095dd;
        padding: 0.5rem 1rem;
    }

    .message_custom_popup h2 {
        font-size: 22px;
        color: #0095dd;
        font-family: 'robotobold';
    }

    .message_custom_popup .modal-body {
        background: #fff;
        margin: 0;
        border-radius: 5px;
        padding: 20px;
        height: 49vh;
        overflow: auto;
    }

@media only screen and (max-width:1380px) {
    .error_message_container ul li.message_error.smallwidth {
        width: 30%;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

    .box_body,
    .box_footer {
        padding: 0.5rem 3rem;
    }
}

@media only screen and (max-width:991px) {
    .box_body,
    .box_footer {
        padding: 10px;
    }
}

@media only screen and (max-width:768px) {
    .message_custom_popup .modal-body {
        padding: 10px;
    }
}

.ConfirmationCode {
    color: #0084c4 !important;
    position: absolute;
    padding: 10px 0px 0px 5px;
    cursor: pointer;
}

.confirmationcodeselection {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 5px;
}

.Lnkbtnrecoverpassword {
    color: #0084c4 !important;
    padding: 10px 0px 0px 5px;
    cursor: pointer;
    width: auto;
    display: inline-block !important;
}

.ConfirmationCode.disabled {
    color: #c1c1c1 !important;
    cursor: context-menu;
}

.tokenCode {
    width: 35px;
    text-align: center;
    float: left;
    margin-right: 5px;
    padding: 0px 6px !important;
}

.fuFile {
    width: 240px;
}

.retroactivemandatoryfieldgrey {
    color: #696969 !important;
}

*------------ Updated CSS for Error pages -------------*/ .bg_error_page {
    background: #e1e7f0;
}

.middle_sec {
    max-width: 600px;
    width: 100%;
    margin: 50px auto;
}

    .middle_sec .img_center {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .middle_sec h2 {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .middle_sec p {
        font-size: 15px;
        color: #fff;
        text-align: center;
        padding: 5px 40px;
        line-height: 20px;
    }

    .middle_sec .btn_home_back {
        font-size: 18px;
        color: #fff;
        width: 210px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: auto;
    }

        .middle_sec .btn_home_back a {
            color: #fff;
            display: block;
            border-radius: 20px;
            background: #006bff;
        }

            .middle_sec .btn_home_back a:hover,
            .middle_sec .btn_home_back a:focus {
                text-decoration: none;
                background: #005cdb;
            }

    .middle_sec .content-block {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        .middle_sec .content-block strong {
            font-size: 15px;
            color: #fff;
            text-align: center;
            padding: 5px 0px;
            line-height: 20px;
            font-weight: normal;
        }

.move_down {
    animation: float 3s ease-out infinite;
}

@keyframes float {
    50% {
        transform: translate(0px, 15px);
    }
}

.shadowFrame {
    width: 130px;
    margin-top: 25px;
}

.shadow {
    animation: shrink 3s ease-out infinite;
    transform-origin: center center;
    ellipse;

{
    transform-origin: center center;
}

}

@keyframes shrink {
    0% {
        width: 90%;
        margin: 0 5%;
    }

    50% {
        width: 60%;
        margin: 0 18%;
    }

    100% {
        width: 90%;
        margin: 0 5%;
    }
}

.btn_con_blue_error {
    background: #0095dd;
    color: #fff;
    font-size: 16px;
    font-family: 'robotoregular';
    border-radius: 0;
    /* text-transform: uppercase; */
    letter-spacing: normal;
    /* padding: 12px 55px; */
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 auto;
    Stack Trace transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    width: 200px;
    display: block;
}

body .btn_con_blue_error a {
    color: #fff;
}

.error_exception {
    background: #fff;
    margin: 40px;
}

    .error_exception h1 {
        padding: 15px 0px 15px 15px;
        color: #0095dd;
        border-bottom: 2px solid #0095dd;
        margin-bottom: 10px;
    }

    .error_exception td {
        color: #000;
    }

.divPartial {
    font-size: 12px;
    color: #29303B;
    /*font-family: 'open_sansregular';*/
}

.styled-checkbox:disabled + label:before {
    background: #e9ecef;
}

.tokenCode {
    text-transform: uppercase;
}

.deleteiconposition {
    width: auto;
    position: absolute;
    top: 0px;
    right: 10px;
}

.help_popupsaveexit1 .card {
    border: 0;
}

.help_popupsaveexit1 .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: inherit;
}

.help_popupsaveexit1 .card .card-header button {
    font-size: 15px;
    color: #737c85;
    font-family: 'robotomedium';
}

.Warning {
    padding: 8px 0px 10px 8px;
    color: red;
    border: 1px solid #c6c6c6;
    margin-top: 0px;
    background: #fff;
}


.linkbutton {
    margin: 10px 0 0 0;
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 34px;
    background: #fff;
    color: #0084c4;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: center;
}

.alternatedesgin tr.alt {
    background: #F0F0F5 !important;
}

    .alternatedesgin tr.alt div {
        background: #F0F0F5 !important;
    }

.alternatedesgin .row {
    margin-left: 0px;
}

.edit_en_btn:nth-child(1) {
    top: 100px !important;
}

.edit_en_btn:nth-child(2) {
    top: 200px !important;
}

.edit_en_btn:nth-child(3) {
    top: 300px !important;
}

.btn-signout {
    height: 33px;
    border-radius: 20px;
}

    .btn-signout:hover {
        height: 33px;
        border-radius: 20px;
    }

.hidden {
    display: none !important;
}

.emsg {
    color: red;
}



.helpvideo {
    font-size: .80em;
    position: fixed;
    top: 130px;
    right: 7px;
    cursor: pointer;
    padding: 3px 10px;
    height: 40px;
    background: #0095dd;
    width: auto;
    transform-origin: right;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;
    font-family: 'robotomedium';
    z-index: 99;
}

    .helpvideo:hover {
        right: 15px;
    }

    .helpvideo:before {
        border-left: 20px solid transparent;
        border-right: 20px solid #0095dd;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        left: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

    .helpvideo:after {
        border-left: 20px solid #0095dd;
        border-right: 20px solid transparent;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        right: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

.viewform {
    font-size: .80em;
    position: fixed;
    top: 220px;
    right: 7px;
    cursor: pointer;
    padding: 3px 10px;
    height: 40px;
    background: #ffae00;
    width: auto;
    transform-origin: right;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;
    font-family: 'robotomedium';
    z-index: 98;
}

    .viewform:hover {
        right: 15px;
    }

    .viewform:before {
        border-left: 20px solid transparent;
        border-right: 20px solid #ffae00;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        left: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

    .viewform:after {
        border-left: 20px solid #ffae00;
        border-right: 20px solid transparent;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        right: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

.ViewFormClose {
    margin: auto;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 21px;
    left: -30px;
    background: #ffae00;
    top: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.ViewInstructionClose {
    margin: auto;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 21px;
    left: -30px;
    background: #6b7b88;
    top: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.viewInstructions {
    font-size: .80em;
    position: fixed;
    top: 308px;
    right: 7px;
    cursor: pointer;
    padding: 3px 10px;
    height: 40px;
    background: #6b7b88;
    width: auto;
    transform-origin: right;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;
    font-family: 'robotomedium';
    z-index: 97;
}

    .viewInstructions:hover {
        right: 15px;
    }

    .viewInstructions:before {
        border-left: 20px solid transparent;
        border-right: 20px solid #6b7b88;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        left: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

    .viewInstructions:after {
        border-left: 20px solid #6b7b88;
        border-right: 20px solid transparent;
        border-top: 40px solid transparent;
        position: absolute;
        top: 0px;
        right: -40px;
        content: "";
        width: 0px;
        height: 0px;
    }

.sidetabs:nth-child(1) {
    top: 100px !important;
}

.sidetabs:nth-child(2) {
    top: 194px !important;
}

.sidetabs:nth-child(3) {
    top: 285px !important;
}

.white_box_content .box_list input[type="radio"]:disabled + label:before, .inner_content .entity_box .details_sec input[type="radio"]:disabled + label:before {
    background: #d9d9d9;
}

.showhidepassword {
    background: url(../../Content/Images/eye-slash-fill.svg) center no-repeat #fff;
    width: 23px;
    border: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    position: absolute;
    top: 27px;
    right: 20px;
    text-indent: -999px;
}

.hidepassword {
    background: url(../../Content/Images/eye-fill.svg) center no-repeat #fff;
}

.container145 input:disabled + label + .checkmark {
    background-color: #b8b8b8;
}
.container145 input:disabled + .checkmark {
    background-color: #b8b8b8;
}

.greyAsterisk {
    color: #b8b8b8;
}

.TooltipContentInline {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 12px;
}

.jsHideTooltip {
    color: #3c8dbc !important;
    text-decoration: none;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.5;
}
.loaderTaxPayer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/waiting.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.5;
    display:none;
}


.css_pleasewait {
        background: url('../images/loading.gif') no-repeat;
}

.grid_delegate {
    border: 1px solid #a7a9ac;
    color: #232;
    width: 100%;
    min-width: 700px;
}

    .grid_delegate th a {
        text-decoration: none;
        color: #707070;
    }

    .grid_delegate td {
        padding: 5px 10px;
        vertical-align: middle;
        text-align: left;
    }

    .grid_delegate th {
        background: #f0f0f0;
        padding: 5px 10px;
        text-align: left;
    }

    .grid_delegate .alt {
        background: #fafafa !important;
    }


.ie8 .grid_delegate {
    border-collapse: separate !important;
}

.supporting-document-textarea {
    border: 1px solid #d9d9d9;
}

.darkModeButton {
    cursor: pointer;
}

.darkmode {
    width: auto;
    float: right;
    margin-left: 10px;
}

.fatcaClassGuidehdr {
    background-color: #fff;
}

.fatcaClassGuidebtn {
    text-align: center;
    background-color: #fff;
}