﻿body, html {
    font-family: arimoregular, sans-serif;
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f5f5f5 !important
}

body {
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=4.8.95");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.8.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=4.8.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=4.8.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=4.8.95") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'scmweb10';
    src: url(../fonts/scmweb10.woff) format('woff'), url(../fonts/scmweb10.ttf) format('truetype');
    font-display: swap;
}


a {
    outline: 0 !important
}

    a:hover {
        text-decoration: none
    }

.col-md-4.col-sm-4.col-xs-12.home {
    padding-left: 15px
}

span#lblMsg {
    position: absolute;
    background: #fff;
    top: 73px;
    left: -220px;
    box-shadow: 0 0 5px #888;
    width: 210px;
    padding: 12px;
    font-size: 15px;
    display: none;
    z-index: 99999
}

    span#lblMsg:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f3f3f3;
        top: 16px;
        position: absolute;
        right: -15px;
        transform: rotate(270deg)
    }



.full_width_input_sec {
    width: 100%;
    float: left
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: 10px;
    float: left
}

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        font-size: 14px;
        padding: 10px 10px 0 0;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #c1c1c1;
        height: 40px;
        border-radius: 0;
        float: left;
        margin: 5px 0
    }

input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
    outline: 0
}

    input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
    select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
    textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
    input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl {
        top: -2px;
        font-size: 13px;
        color: #004066;
    }

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.textarea_effect {
    resize: none;
}

.bar_input {
    display: block;
    width: 95%;
}

    .bar_input:before, .bar_input:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 5px;
        position: absolute;
        background: #004066;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar_input:before {
        left: 50%;
    }

    .bar_input:after {
        right: 50%;
    }

input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}

.form-group, .tab-content > .active {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 0px !important;
}

.or_section {
    float: left;
    width: 55px;
    position: absolute;
    background: #fff;
    height: 55px;
    border-radius: 50%;
    left: 157px;
    top: -9px;
    padding: 18px 16px;
    font-weight: bold;
}

.toast-message {
    max-width: 95%;
}

.signinfull {
    width: 100% !important;
    text-indent: 1px !important;
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

/*#page_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: 9999999 !important;
}
*/

#page_loader {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999999;
    left: 0;
    right: 0;
    bottom: 0;
}

#change-pwd-divPopupFirstLogin.PopupDiv {
    z-index: 999999 !important;
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    text-align: center;
    outline: none !important;
}

#change-pwd-divPopupFirstLogin .left_side_sec.input_box_eff_wrap {
    width: 100%;
}

#change-pwd-divPopupFirstLogin .input_box_eff_wrap input.input_effect {
    width: 95%;
}

#change-pwd-divPopupFirstLogin .full_width_input_sec {
    margin-bottom: 25px;
    padding-left: 21px;
}

#change-pwd-divPopupFirstLogin .popup_input_wrapper {
    padding-top: 15px;
}

#change-pwd-divPopupFirstLogin .bar_input:before {
    left: 45%;
}

#change-pwd-divPopupFirstLogin #btnChangePasswordFirstLogin {
    padding: 5px 20px;
    margin: 0 25px 15px;
}

#change-pwd-divPopupFirstLogin .bottom_area_home {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: right;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#pswd_info {
    top: 53px !important;
    left: 120px !important;
}

label.hiddenlabels {
    display: none !important;
}

.focusclass_pagename {
    font-size: 0px;
    color: #000;
}

@media (min-width: 1200px) {
    .mid_section > .container {
        width: 1200px !important;
    }
}

.skipnav, .skipnav p {
    padding: 0;
    position: absolute
}

    * html .skipnav, .skipnav a, :root .skipnav {
        display: block
    }

        .skipnav, .skipnav a, .skipnav p {
            position: absolute
        }

            .skipnav a, .skipnav a:visited {
                color: #fff
            }

.skipnav {
    display: none;
    text-align: left;
    margin: 0;
    font-size: 13px
}

    .skipnav p {
        margin: 5px 0 0;
        font-size: 2em
    }

    .skipnav a {
        width: 200px;
        background: #333;
        text-decoration: none;
        padding: 5px;
        left: -1000em;
        top: 0;
        font-weight: 700;
        text-align: center
    }

        .skipnav a:active, .skipnav a:focus {
            z-index: 99;
            top: 0;
            left: 10px;
            border: 1px solid #777;
            color: #fff;
            background: #237ca9 !important;
            font-family: OpenSans-SemiBold, sans-serif;
        }

        .skipnav a:hover {
            cursor: default
        }

button.close > img {
    display: none;
}

button.close:before {
    content: "\ea0e";
    font-family: "scmfonts", sans-serif !important;
    font-size: 16px;
    color: #2782ae;
}

.toast .toast-message {
    font-size: 16px;
}

.popup_area .bottom_area_home, .popup_area_new .bottom_area_home {
    border-top: 1px solid #b9b9b9;
    padding: 15px 15px;
    margin-top: 0px;
    clear: both;
    float: left;
    width: 100%;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0;
    padding: 6px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-weight: bold;
}

.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 6px 27px !important;
    text-align: center;
    font-weight: bold;
    min-width: 135px !important;
}

#change-pwd-divPopupFirstLogin #changepwdbody {
    padding: 15px 0px 0px;
    float: left;
    background: #fff;
    width: 100%;
}

.input_box_eff_wrap label.effect_lbl {
    color: #004066;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl, select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl, input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: -22px;
    font-size: 16px;
}

.hide_txt_pass_box {
    display: none !important
}

#change-pwd-divPopupFirstLogin .strengthdiv a.button_strength {
    font-size: 15px
}

_:-ms-fullscreen, :root .strengthdiv > a.button_strength {
    display: block !important
}

i.paybillico:before {
    font-family: "scmweb10", sans-serif !important;
    content: "\e902" !important;
    font-size: 23px;
    margin-right: 1px;
}

i.srvciconfont:before {
    font-family: "scmweb10", sans-serif !important;
    content: "\e901" !important;
    font-size: 20px;
    margin-right: 3px;
}

i.outgiconfont:before {
    font-family: "scmweb10", sans-serif !important;
    content: "\e903" !important;
    font-size: 23px;
    margin-right: 1px;
}

i.regis_greenbtnico:before {
    font-family: "scmweb10", sans-serif !important;
    content: "\e90a" !important;
    font-size: 26px;
    margin-right: -2px;
    position: relative;
    left: 1px;
}

.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    color: #525252 !important
}

.login-btn.login-btn {
    width: 100%;
    border: 0;
    line-height: inherit;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: ease-out .3s;
    font-family: 'arimoregular';
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 3px
}

i.reportwater:before {
    font-family: "Material Design Icons", sans-serif !important;
    content: "\F58C" !important;
    font-size: 29px;
    margin-right: -5px;
    position: relative;
    left: -2px;
}

.material-icons.reportwater {
    min-height: 17px;
    float: left
}

div.full_width_input_sec span.error_messagecommon {
    top: -14px
}

section.loginbg {
    display: contents
}

.eyeBlock a {
    display: block;
    float: left;
    width: 40px;
    height: 30px
}

    .eyeBlock a:focus {
        outline: 1px solid #000
    }

.input_box_eff_wrap input.input_effect:-webkit-autofill ~ .effect_lbl {
    top: 14px;
    font-size: 12px;
}

.wrapper_dd {
    float: right;
}

.mtrl_chkbx_new {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-family: arimoregular, sans-serif;
    margin: 6px 0 10px
}

    .mtrl_chkbx_new > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,.6);
        box-shadow: none;
        outline: 0;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity .3s,transform .2s
    }

    .mtrl_chkbx_new > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

        .mtrl_chkbx_new > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: 2px solid rgba(0,0,0,.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color .2s,background-color .2s
        }

        .mtrl_chkbx_new > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 2px;
            width: 10px;
            height: 5px;
            border: 2px solid transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px,4px) rotate(-45deg)
        }

    .mtrl_chkbx_new > input:checked, .mtrl_chkbx_new > input:indeterminate {
        background-color: #005c84
    }

        .mtrl_chkbx_new > input:checked + span::before, .mtrl_chkbx_new > input:indeterminate + span::before {
            border-color: #005c84;
            background-color: #005c84
        }

        .mtrl_chkbx_new > input:checked + span::after, .mtrl_chkbx_new > input:indeterminate + span::after {
            border-color: #fff
        }

        .mtrl_chkbx_new > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px,3px)
        }

    .mtrl_chkbx_new:hover > input:focus {
        opacity: .16
    }

    .mtrl_chkbx_new > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform,opacity
    }

        .mtrl_chkbx_new > input:active + span::before {
            border-color: #2196f3
        }

    .mtrl_chkbx_new > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(0,0,0,.6)
    }

    .mtrl_chkbx_new > input:disabled {
        opacity: 0
    }

        .mtrl_chkbx_new > input:disabled + span {
            color: rgba(0,0,0,.38);
            cursor: initial
        }

            .mtrl_chkbx_new > input:disabled + span::before {
                border-color: currentColor
            }

    .mtrl_chkbx_new > input:checked:disabled + span::before, .mtrl_chkbx_new > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor
    }

    .mtrl_chkbx_new > input:focus {
        opacity: 1;
        top: 0;
        left: -2px;
        width: 24px;
        height: 24px;
        background-color: transparent;
    }

#back-top {
    display: none !important
}

.eyeBlock {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 12px 0px 12px 10px;
}

    .eyeBlock a.showEye:before {
        display: inline-block;
        font-family: "Material Design Icons", sans-serif !important;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F6CF";
        font-size: 29px !important;
        position: absolute;
        right: 10px;
        top: 9px;
        color: #333333
    }

    .eyeBlock a.hideEye:before {
        display: inline-block;
        font-family: "Material Design Icons", sans-serif !important;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F6D0";
        font-size: 29px !important;
        position: absolute;
        right: 10px;
        top: 9px;
        color: #333333
    }

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none;
}

.header {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0px -4px 7px rgba(0,0,0,0.6);
    min-height: 54px;
}

dl#LanguageDrpdwn_sample {
    margin: 0px;
    padding-top: 5px;
}

.LoginLists a[style="display: inline-block"] {
    display: inline-flex !important;
}

html[lang=AR] {
    direction: rtl;
    overflow-x: hidden
}

    html[lang=AR] label.effect_lbl {
        right: 13px
    }

    html[lang=AR] .eyeBlock {
        position: absolute;
        top: 16px;
        left: 10px;
        right: auto
    }

    html[lang=AR] .list-group {
        align-items: end
    }

    html[lang=AR] .LoginLists i.material-icons {
        padding-right: 15px;
        padding-left: 20px;
        float: none
    }

    html[lang=AR] .group-links {
        flex-direction: row-reverse
    }

@media (max-width:992px) {
    .logoContainer {
        max-width: 100%;
        flex-basis: 100%;
        padding-bottom: 5px
    }

    .RightSectionBar {
        margin-top: 40px;
        padding-left: 10px !important
    }

        .RightSectionBar p {
            padding: 20px 20px !important
        }
}

@media (max-width:767px) {
    .mtrl_chkbx_new > input {
        display: none;
    }

    .container-fluid.top-menu {
        padding: 0px;
    }

    .loginPaper {
        padding: 2rem 2rem 2rem 2rem
    }

    a#logo-container {
        max-width: 60%
    }
}


.marqueeClass {
    font-size: 18px;
    padding-top: 24px;
}

.download-section {
    text-align: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.download-section-wpr {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    margin-top: 40px;
}

.download-section .heading {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
    text-transform: unset;
}

.download-section h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.download-section p {
    font-size: 16px;
    line-height: 24px;
}

.download-section .row p {
    font-size: 14px
}

.download-section .download-section-qrs {
    margin-top: 15px;
    max-width: 590px;
}

.download-section .donwload-icons {
    max-width: 162px;
    width: 100%;
}

.download-section .donwload-icons-link {
    display: inline-block;
}

.download-section .marginTpIcon {
    margin-top: 30px;
}

.download-section .donwload-icons-google {
    margin-top: 16px;
}

.download-section .download-section-qrs-divider {
    align-items: center;
    background: #ccc;
    display: flex;
    height: 136px;
    justify-content: center;
    margin: auto;
    width: 1px;
}

.download-section .download-section-qrs .qrhead {
    margin-bottom: 4px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .download-section .marginTpIcon {
        text-align: center;
    }

    .download-section .donwload-icons-google {
        margin-top: 0;
        margin-left: 16px
    }

    .download-section .download-section-qrs-divider {
        display: none;
    }
}


body .grecaptcha-badge {
    visibility: visible !important;
}


body .grecaptcha-badge {
    display: block !important;
}