body.overlay-visible {
    overflow: hidden;
}

.clear {
    display: block;
    clear: both;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.85) !important;
    opacity: 1 !important;
}

.ui-dialog.VeriBranchLightBox {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 0px 0px rgba(153, 41, 35, 1);
    border: 0;
    top: 50px !important;
}

    .ui-dialog.VeriBranchLightBox .ui-dialog-content {
        font-size: 12px;
    }

    .ui-dialog.VeriBranchLightBox .captchaPanel {
        margin-top: 20px;
    }

    .ui-dialog.VeriBranchLightBox .ui-dialog-titlebar {
        font-size: 14px;
        font-weight: bold;
        color: #494949;
        text-align: center;
        background: transparent !important;
        border: 0;
    }

    .ui-dialog.VeriBranchLightBox .ui-dialog-title {
        float: none;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
        display: block;
    }

    .ui-dialog.VeriBranchLightBox .ui-dialog-titlebar-close {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 0;
        background: #b90f0a !important;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 20px;
    }

        .ui-dialog.VeriBranchLightBox .ui-dialog-titlebar-close span {
            background: transparent !important;
            margin: 0;
            padding: 0;
            text-indent: 0;
            width: 100%;
            height: 100%;
            display: block;
            font-size: 24px;
            line-height: 24px;
            text-align: center;
        }

            .ui-dialog.VeriBranchLightBox .ui-dialog-titlebar-close span:after {
                content: "\f404";
                display: block;
                color: #fff;
                font-family: "Ionicons";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                text-rendering: auto;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
            }

/* Buttons */
.greenButton, .backButton, .detailButton, .nextButton, .grayButton {
    height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right top;
    border-radius: 4px;
    border: 0;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
    line-height: 37px;
    margin: 7px 0px 0px;
}

input[type=submit].greenButton, input[type=submit].backButton, input[type=submit].detailButton, input[type=submit].nextButton, input[type=submit].grayButton {
    line-height: inherit;
}

.greenButton.fr, .backButton.fr, .detailButton.fr, .nextButton.fr {
    margin-left: 16px;
}

.greenButton span, .backButton span, .detailButton span, .nextButton span, .grayButton span {
    height: 38px;
    display: block;
    line-height: 38px;
    margin: 0;
}

.greenButton, .nextButton {
    background-color: #b90f0a;
}

    .greenButton:hover, .nextButton:hover, .searchButton:hover {
        background-color: #e10514;
    }

.detailButton:hover {
    background-color: #a3aab3;
}

.grayButton {
    background-color: #747c87;
    color: #fff;
}

.backButton {
    background-color: #dee6e9;
    /*font-weight: bold;*/
    color: #424242 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

    .backButton:hover {
        background-color: #eee;
    }

.greenButton.refresh {
    width: 28px;
    height: 28px;
    background-image: url(../img/Buttons/refresh.jpg?uid=-595516669);
}

    .greenButton.refresh span {
        background: transparent;
    }

.searchButton {
    text-align: center;
    color: #fff;
    background-color: #b90f0a;
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 14px !important;
    line-height: 16px !important;
    border-radius: 4px;
}

    .searchButton:before {
        position: relative;
        top: 11px;
    }

    .searchButton span {
        display: none;
    }

/* Buttons */

.disabled, .disabled > span {
    opacity: 0.5;
    filter: alpha(opacity:50);
    cursor: default !important;
}

.ui-keyboard.ui-widget-content {
    border-radius: 2px;
    background-image: linear-gradient(rgb(246, 246, 246), rgb(225, 229, 231) 150%) !important;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .ui-keyboard.ui-widget-content .ui-keyboard-button {
        border: 1px solid #c7c8c8;
        border-left-color: #bfc0c0;
        border-bottom-color: #b1b2b3;
        background: #f2f2f2 !important;
        box-shadow: inset 0px -1px 0px 0 rgba(204, 204, 204, 0.4), 0 1px 0px 1px rgba(0, 0, 0, 0.1);
        height: 37px;
        border-radius: 2px;
        margin: 5px 3px 0;
    }

        .ui-keyboard.ui-widget-content .ui-keyboard-button:not(.ui-keyboard-widekey) {
            width: 39px;
        }

        .ui-keyboard.ui-widget-content .ui-keyboard-button span {
            color: #5c5c5c;
            font-size: 16px;
            font-weight: normal;
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        }

.ui-keyboard div.checkboxContainer input {
    height: auto;
}

/* Warning display */
.warning_display {
    font-size: 14px;
    color: #31708f;
    margin-bottom: 20px;
    background-color: #d7e6eb;
    border: 1px solid #cbdbe0;
    padding: 21px 15px 20px;
    border-radius: 7px;
}

    .warning_display td.warning_icon {
        width: 33px;
        font-size: 18px;
        text-align: right;
        padding-right: 8px;
    }

    .warning_display td {
        vertical-align: middle;
        line-height: 18px;
    }
/* Warning display */

.KeyboardImage {
    position: absolute;
    width: 46px;
    height: 38px;
    background: #e4e5e7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #85888d;
    text-align: center;
    font-size: 18px;
    border: 1px solid #a4aebc;
    border-left: 0;
    display: inline-block;
    margin-left: -51px;
    line-height: 36px;
}

.textbox.ui-keyboard-visible + .KeyboardImage {
    background-color: #e10514;
    color: #fff;
    border-color: #e10514;
}

.counterPopupOverlay, .customerRepPhoneOverlay {
    display: none;
}

.result_panel p {
    padding-right: 5px;
}

.dvLoading {
    top: 160px;
    width: 400px;
    z-index: 1003;
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 7px;
    height: 45px;
    box-shadow: 3px 4px 4px 0px rgba(153, 41, 35, 1);
}

.ui-widget-overlay {
    background: url(../img/popup_overlay2.png?uid=-595516669) repeat !important;
}

.overlay, .counterPopupOverlay, customerRepPhoneOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.4);
}

.pre-loading {
    opacity: 0 !important;
}

.overlay.visible, .popup.visible {
    display: block;
}

.loading-text {
    padding-top: 5px;
}

.otp-timer {
    color: #e10514;
    padding-left: 5px;
}

td.otp-timer {
    text-align: center;
}

span.otp-timer {
    font-size: 16px;
}

.VeriBranchLightBox .result_panel {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
}

.detailButton {
    background: #747c87;
    border-radius: 4px;
    height: 40px;
    min-width: 125px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
}

.detailButton {
    float: right;
}

.waitingPanel {
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    color: #b90f0a;
    font-weight: bold;
}

    .waitingPanel .cssload-whirlpool {
        margin-left: -110px !important;
    }

label.bold {
    font-weight: bold;
}

.popup .box_content, .counterPopup, .customerRepPhonePopup {
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0px rgba(153, 41, 35, 1);
}

.popup .box_content {
    border-radius: 20px;
}

counterPopup, .customerRepPhonePopup {
    border-radius: 10px;
}

.counterPopup, .customerRepPhonePopup {
    font-size: 13px;
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -144px;
}

    .counterPopup .box_content, .customerRepPhonePopup .box_content {
        text-align: center;
        padding: 20px;
        background-color: #fff;
        line-height: 20px;
        padding-top: 10px;
    }

        .counterPopup .box_content label, .customerRepPhonePopup .box_content label {
            width: 25px;
            display: none;
            margin: 0 3px;
            background: #909394;
            color: #fff;
        }

        .counterPopup .box_content b, .customerRepPhonePopup .box_content b {
            display: block;
            clear: both;
        }

    .counterPopup .greenButton, .counterPopup .grayButton, .customerRepPhonePopup .greenButton, .customerRepPhonePopup .grayButton {
        width: 112px;
        margin: 0 12px;
    }

.popup.help {
    top: 160px !important;
}

.ui-keyboard .checkboxContainer {
    display: none;
}

