@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto-Regular.ttf");
}

body {
    font-family: 'Roboto-Light';
    margin: 0px;
    height:100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h3 {
    line-height: 0px;
}

input[type=text],
input[type=password] {
    padding: 10px;
    border: none;
    font-size: 18px;
    /*margin: 5px;*/
    margin-bottom: 5px;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

.borderless-button {
    padding: 20px;
}

a:link,
a:visited,
a:hover {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

a:hover {
    color: #0066F8 !important;
}

.field_lbl {
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
    padding-top: 20px;
}

.dashed-sep {
    border-top: 1px dashed;
}

.footer {
    font-size: 11px;
    text-align:center;
    color:#000;
}

.header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    overflow: auto;
    background-color: #FFF;
    z-index: 1000;
    box-shadow: 0px 5px 10px 0px #EEE;
}

.main_body {
    top: 0px;
    bottom:0px;
    position: absolute;
    left: 0px;
    right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    background-color: #FFF !important;
    background-image: url('../images/login-bg-new-2.png');
    background-repeat: no-repeat;
    /*background-size: auto 70%;*/
    /* background-repeat: no-repeat;*/
    background-size: 80% auto; 
    /* background-image: linear-gradient(110deg, tRransparent,#ffffff), url(../images/login-bg-newR.png); */
    background-position: left bottom;
    overflow: auto;
}

.main_header {
    left: 0px;
    right: 0px;
    overflow: auto;
    background-color: #FFF;
}

.menu_container {
    left: 0px;
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    border-top: 1px solid #EEEEEE;
    /*border-bottom: 3px solid #EEEEEE;*/
}

.main_header .main_logo {
    background-image: url(../images/logo_txt.png);
    background-repeat: no-repeat;
    /*margin-top:20px;*/
    width: 300px;
    height: 100px;
    background-size: auto 90%;
    background-position: center left;
    float: left;
    margin-left: 20px;
}

.main_header .button_container {
    float: right;
    margin-right: 30px;
    margin-top: 25px;
}

.menu_container .menu_item {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.menu_item_expandable:before {
    content: '\002B \0020';
}

.menu_item_selected {
    color: #f00000 !important;
    border-bottom: 2px solid #005aea !important;
}

.button_container .menu_item {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    font-size: 20px;
    border: 2px solid #005aea;
    color: #005aea;
    margin-right: 10px;
}

    .button_container .menu_item:hover {
        border: 2px solid #005aea;
        background-color: #005aea;
        color: #FFF;
    }

.button_container .filled {
    background-color: #005aea !important;
    color: #FFF !important;
}

.banner {
    background-image: url('../images/main_bg.png');
    background-color: #FFEBEE;
    width: auto;
    padding: 50px;
    padding-bottom: 0px;
    overflow: auto;
}

    .banner .main_title {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .banner .sub_title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .banner .content {
        padding-top: 100px;
        width: 45%;
        float: left;
    }

    .banner .vector_img {
        float: right;
        background-image: url(../images/home-banner-img.png);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
        height: 400px;
        width: 50%;
    }

.main_feature_list {
    overflow: auto;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
}

    .main_feature_list .item {
        float: left;
        padding: 50px;
    }

        .main_feature_list .item .title {
            float: none;
            padding: 10px;
            width: 100%;
            font-size: 25px;
            text-align: center;
        }

        .main_feature_list .item .icon {
            float: none;
            padding: 10px;
            height: 50px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto 100%;
        }

.mobile_menu {
    display: none;
}

.side-menu {
    position: fixed;
    bottom: 0px;
    top: 0px;
}

.page_title_msg {
    font-size: 20px;
    text-align: center;
    /*padding-left: 30px;*/
    color: #0066F8;
}

.support_widget_container {
    text-align: center;
    width: auto;
    overflow: auto;

    /*justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;*/
}

.support_widget {
    background: linear-gradient(1deg, #ffe5e5, #e0eaff, #FFF, #FFF);
    float: right;
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
    margin: 0px;
    margin-right: 50px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px -2px 5px 2px #e4e4e4;
    padding-bottom: 10px;
    border-bottom: 4px solid #e6b9bd;
    /*position: fixed;
    bottom: 0px;
    right: 0px;
    top: 0px;*/
}

    .support_widget.registrationForm {
        max-width: 600px;
    }

    .support_widget .container {
        padding: 20px;
    }

    .support_widget .icon {
        overflow: auto;
        height: 80px;
        border-radius: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .support_widget .menu_item {
        width: 100%;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        font-size: 15px;
        border: 2px solid #0066F8;
        color: #0066F8;
        background-color: #ffffff;
        animation-duration: 0.5s;
        transition: 0.5s;
        box-sizing: border-box;
        text-align: center;
        border-radius:10px;
    }

        .support_widget .menu_item:hover, .support_widget .menu_item:hover > a {
            background-color: #0066F8;
            color: #FFF !important;
        }


    .support_widget .filled {
        background-color: #0066F8 !important;
        color: #FFF !important;
    }

.feature_list {
    float: none;
    padding: 20px;
    text-align: left;
    margin-bottom: 40px;
    background-color: #FFEBEE;
}

    .feature_list ul {
        list-style: none;
        padding-left: 0;
    }

        .feature_list ul li:before {
            content: '\2714 \0020';
            font-size: 20px;
            padding-left: 0px;
            text-indent: none
        }

.untick {
    font-weight: bold;
    color: #1E88E5;
    margin-bottom: 1px;
}

    .untick:before {
        content: '\2715 \0020' !important;
        font-size: 20px;
        padding-left: 0px;
    }

.feature_list ul li {
    padding-bottom: 15px;
}

.features_container {
    overflow: auto;
    padding-left: 100px;
    padding-right: 100px;
    overflow: auto;
    margin-bottom: 50px;
}

    .features_container .item {
        width: 49%;
        min-height: 100px;
        float: left;
        overflow: auto;
        margin-top: 20px;
    }

        .features_container .item .icon {
            height: 100px;
            width: 100px;
            float: left;
            overflow: auto;
        }

        .features_container .item .title {
            font-size: 20px;
            overflow: auto;
            text-align: left;
            padding-top: 35px;
            padding-left: 20px;
        }

.feature_info_container {
    width: 80%;
    overflow: auto;
    float: none;
    margin: 0px auto;
    background-color: #FFFDE7;
    padding: 50px;
}

    .feature_info_container .image {
        margin-left: 30px;
        margin-right: 30px;
        width: 40%;
        float: left;
    }

    .feature_info_container .content {
        float: left;
        width: 50%;
        overflow: auto;
    }

.faq-container {
    width: auto;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    background-color: #f7f7f5;
}

.faq-widget {
    width: 35%;
    padding: 30px;
}

    .faq-widget .image {
        width: 100px;
        height: 100px;
        border: 1px solid #EEEEEE;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: #FFF;
    }

    .faq-widget .question {
        font-size: 30px;
        padding-bottom: 10px;
    }

.register_footer {
    background-color: #1E88E5;
    color: #FFF !important;
    padding: 100px;
    padding-bottom: 150px;
}

    .register_footer .menu_item {
        color: #FFF !important;
        border-color: #FFF !important;
    }

    .register_footer .title {
        float: none;
        font-size: 40px;
    }

    .register_footer .sub_title {
        float: none;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .register_footer .title {
        float: none;
        font-size: 40px;
    }

.signin-unicode:before {
    content: '\2600 \0020 \0020';
    font-size: 12px;
}

.tick-unicode:before {
    list-: '\2600 \0020';
    font-size: 13px;
}

.untick-unicode:before {
    content: '\2600 \0020';
    font-size: 13px;
}

.hand-unicode:before {
    content: '\270B \0020';
}

.online_icon {
    background-image: url(../images/online-ico.png);
}

.email_icon {
    background-image: url(../images/email-ico.png);
}

.free_icon {
    background-image: url(../images/price-free.png);
}

.paid_icon {
    background-image: url(../images/price-standard.png);
}

.multibranch_icon {
    background-image: url(../images/price-branches.png);
}

.call_icon {
    background-image: url(../images/call-ico.png);
}

.test_icon {
    background-image: url(../images/tests-ico.png);
}

.app_icon {
    background-image: url(../images/app-ico.png);
}

.support_widget .title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.support_widget .description {
    font-size: 16px;
    text-align: center;
}

.support_widget .price {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

.sub_info {
    font-size: 14px;
}

#mobile_menu {
    display: none;
}

#desktop_menu {
    display: block;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .main_body {
/*        top: 160px;*/
        background-color: #1E88E5 !important;
    }

    .menu_container {
        display: none;
    }

    .header {
    }

    .main_header .main_logo {
        background-image: url(../images/logo_txt.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        background-size: auto 100%;
        float: left;
        margin-left: 0px;
        background-position: center;
    }

    .main_header .button_container {
        float: none;
        margin-right: 45px;
        margin-left: 45px;
        margin-top: 0px;
    }

    .mobile_menu {
        display: none;
        background-color: #1E88E5;
        height: 60px;
        width: 60px;
        border-radius: 20px;
        position: fixed;
        top: 10px;
        left: 10px;
    }

    .support_widget_container {
        padding: 0px;
        overflow: auto;
        display: block;
    }

    .support_widget {
        width: 100%;
        max-width:100%;
        box-sizing: border-box;
        float: none;
        margin:0px;
        position:fixed;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        border-radius:0px;
    }

        .support_widget.registrationForm {
            max-width: 350px;
        }

    .faq-container {
        padding: 0px;
        text-align: auto;
        overflow: auto;
        justify-content: auto;
        display: -webkit-flex;
        display: block;
        -webkit-justify-content: auto;
    }

    .faq-widget {
        float: none;
        width: 90% !important;
        padding: 30px;
    }

    .main_header .button_container {
        float: none;
        margin-right: 0px;
        margin-top: 25px;
    }

    .button_container .menu_item {
        padding: 10px;
    }

    .features_container {
        padding-left: 30px;
        padding-right: 30px;
    }

        .features_container .item {
            float: none;
            width: 98%;
        }

    .feature_info_container {
        width: 95%;
    }

        .feature_info_container .image {
            width: 90%;
            float: none;
            overflow: hidden;
        }

        .feature_info_container .content {
            width: 98%;
            float: none;
        }

    .main_feature_list {
        justify-content: auto;
        display: -webkit-flex;
        display: block;
        -webkit-justify-content: auto;
    }

        .main_feature_list .item {
            float: none;
        }

            .main_feature_list .item .title {
                width: 100%;
                text-align: center;
            }

    .banner {
        padding-bottom: 50px;
    }

        .banner .content {
            width: 95%;
        }

        .banner .vector_img {
            display: none;
        }

    h3 {
        line-height: auto;
    }

    #mobile_menu {
        display: block;
        justify-content: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        padding: 10px;
    }

    #desktop_menu {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }

    .main_body {
/*        top: 170px;*/
    }

    .main_header {
        margin-bottom: 20px;
    }
}


input:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}


/*For Components*/


.lbl_container,
.lbl_selectcontainer {
    width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
    padding: 5px;
    clear: left;
}

    .lbl_container > div,
    .lbl_selectcontainer > div {
        float: none;
    }

.lbl_container_highlighted {
    width: 100%;
    float: none;
    overflow: auto;
    padding: 5px;
    font-size: 16px;
    color: #000;
}

.lbl_title_style {
    color: #616161;
    margin-bottom: 2px;
}

.lbl_component_title_style {
    color: #616161;
    width: 150px;
    padding-top: 5px;
    text-align: left;
}

.lbl_sep_style {
    padding-left: 5px;
    padding-right: 5px;
    width: 10px;
    display: none;
}

.lbl_component_sep_style {
    padding-left: 5px;
    padding-right: 5px;
    width: 10px;
    padding-top: 5px;
}

.lbl_value_style {
    text-align: left;
    position: relative;
}

    .lbl_value_style > div {
        display: block;
        float: none;
        padding: 10px;
    }



/* Style For Radio and checkbox Button*/

.checkbox label,
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 15px;
    /*height: 15px;*/
    width: auto;
}

    .checkbox label:before,
    .radio label:before {
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottombottom: 1px;
        background-color: #f8f8f8;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
        border-radius: 20px;
    }

input[type=radio] {
    display: none;
}

    input[type=radio]:checked + label:before {
        content: "\2022";
        color: #999;
        font-size: 28px;
        text-align: center;
        line-height: 20px;
    }

input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 30px;
    color: #999;
    text-align: center;
    line-height: 18px;
}


/*Error Style */

.error_message {
    border: 1px solid darkred;
    font-size: 9px;
    color: darkred !important;
    margin: 5px;
    padding: 5px 10px;
    background-color: #feefef;
    border-radius: 10px;
    animation: blinker 2s linear infinite;
    position: absolute;
    top: -15px;
    right: 10px;
}

@keyframes blinker {
    50% {
        font-size: 9px;
        border: 1px solid rgb(216, 216, 216);
    }
}

.error_message:before {
    color: #C00;
    content: '  \2055  ';
}


.mb-3 {
    position: relative;
}

.menu_item.sso {
    background-image: url(../../images/microsoft-sso.png);
    background-position: center right 50px;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-color: #fff !important;
    text-align: left;
    padding-left: 75px;
    color: #000 !important;
    border-color: #a5a5a5;
    border: 1px solid #999;
    border-radius: 10px;
}


    .menu_item.sso:hover {
        background-color: #eee !important;
        color: #000 !important;
    }


.login-page-logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}


    .login-page-logo > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-page-logo > div:first-child {
        background-image: url(../../images/client-logo.png);
        background-size: 100% auto;
        height: 80px;
        background-repeat: no-repeat;
        background-position:center;
    }

        .login-page-logo > div:nth-child(2) {
            background-image: url(../images/partner-img.png);
            background-size: auto 50%;
            height: 80px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .login-page-logo > div:last-child {
            background-image: url(../images/logo_txt.png);
            background-size: 100% auto;
            height:80px;
            background-repeat: no-repeat;
            background-position: center;
        }