﻿    /* POPUP */

    #boxes {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2100;
        width: 100%;
        height: 100%;
    }

    #mask {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        background-color: #535353;
        display: none;
    }

    #boxes .closePopup {
        position: absolute !important;
        background: url("../img/icons/close-pop.png") no-repeat center center #369ef4 !important;
        right: 0 !important;
        top: 0 !important;
        width: 26px !important;
        height: 26px !important;
        opacity: 1 !important;
    }

    #boxes .window {
        position: absolute;
        display: none;
        z-index: 990;
        border-radius: 5px;
        max-width: 75%;
        height: 85vh;
    }

        #boxes .window.window_small {
            height: auto;
            max-width: 400px;
        }

    #boxes #dialog {
        padding: 30px;
        background-color: #ffffff;
        font-size: 14px;
        overflow-y: scroll;
    }

    #boxes .window::-webkit-scrollbar-track {
        background-color: #eaeaea;
    }

    #boxes .window::-webkit-scrollbar {
        width: 5px;
        background-color: #369ef4;
    }

    #boxes .window::-webkit-scrollbar-thumb {
        background-color: #369ef4;
    }


    #boxes .window .header-box-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: center;
    }

        #boxes .window .header-box-flex .text-right {
            width: 100%;
        }

    #boxes .content .title_heading {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 0;
        color: #000;
        font-weight: 700;
        width: 100%;
    }

    #boxes .content .desc-box {
        margin-bottom: 30px;
        margin-top: 30px;
        color: #003f65;
    }

    .submit_boxes {
        text-align: center;
        padding: 20px 0;
    }

        .submit_boxes .btn_submit_boxes {
            min-width: 250px;
            padding: 6px 12px;
            border: 1px solid #ff5722;
            color: #369ef4;
            background-color: #ff5722;
            color: #fff;
            border-radius: 3px !important;
        }

    h3.title-table {
        color: #0c6fbe;
        font-weight: 600;
        position: relative;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 16px;
    }

        h3.title-table:before {
            content: "";
            position: absolute;
            left: 0;
            width: 3px;
            height: 100%;
            background: #eb2e51;
        }

    .control-label .required, .form-group .required {
        color: #e02222;
        font-size: 12px;
        padding-left: 2px;
    }

    .btn.green:not(.btn-outline) {
        color: #FFF;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

    .btn.grey-cascade:not(.btn-outline) {
        color: #FFF;
        background-color: #95A5A6;
        border-color: #95A5A6;
    }

    .text-center {
        text-align: center;
    }

    input#btnSubmit,
    a#close {
        padding: 8px 20px;
        line-height: 1;
    }

button#btnQRCode {
    text-transform: uppercase;
    line-height: 2.5;
    min-width: 200px;
    font-size: 14px;
    padding: .375rem .75rem;
    margin-right: 10px;
}