﻿
.module-container {
    position: relative;
}

    .module-container p {
        position: absolute;
        z-index: 1;
        width: 100%;
        text-align: center;
        padding: 10px;
        background-color: rgba(0,54,116,0.9);
        font-size: 13px;
        color: #ffffff;
    }

.modules div {
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    padding: 0;
    margin: .8em .8em;
    line-height: 0;
    cursor: pointer;
    height: 11em;
}
.modules img {
    width: 100%;
    height: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn-sys-back {
    text-transform: uppercase;
    background-color: #1976d2;
    background: -webkit-gradient(linear,left top,left bottom,from(#1976d2),to(#1565c0));
    background: -webkit-linear-gradient(top,#1976d2,#1565c0);
    background: -moz-linear-gradient(top,#1976d2,#1565c0);
    background: -ms-linear-gradient(top,#1976d2,#1565c0);
    background: -o-linear-gradient(top,#1976d2,#1565c0);
    background: linear-gradient(top,#1976d2,#1565c0);
    border: 1px solid #1565c0;
    border-bottom: 1px solid #1976d2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #1976d2;
    -webkit-box-shadow: 0 1px 0 0 #1976d2 inset;
    -moz-box-shadow: 0 1px 0 0 #1976d2 inset;
    -ms-box-shadow: 0 1px 0 0 #1976d2 inset;
    -o-box-shadow: 0 1px 0 0 #1976d2 inset;
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 -1px 0 #0d47a1;
    font-size: .8em;
    width: 39px;
    height: 37px;
    margin-right: 15px;
}
.back-icon {
    margin: -10px 0;
    width: 17px;
    display: inline-block;
    height: 26px;
    background: url(../img/back-arrow-small-white.png) no-repeat;
}

.use-material {
    box-sizing: border-box;
}

.use-material .group {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .use-material .not-required input:not([value=""]) ~ label {
        top: -20px !important;
        font-size: 14px !important;
        color: #0074D9 !important;
    }

    .use-material label {
        color: #999;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

label {
    width: 89%;
}
.use-material {
    box-sizing: border-box;
}

    .use-material .group {
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
    }

        .use-material .group input[type=text], .use-material .group input[type=tel], .use-material .group input[type=email], .use-material .group input[type=number], .use-material .group input[type=password] {
            font-size: 18px;
            display: block;
            width: 100% !important;
            height: 30px !important;
            border: none !important;
            border-radius: 0px !important;
            border-bottom: 1px solid #757575 !important;
            background: none;
            margin-bottom: 0px !important;
        }

            .use-material .group input[type=text]:focus, .use-material .group input[type=tel]:focus, .use-material .group input[type=number]:focus, .use-material .group input[type=email]:focus, .use-material .group input[type=password]:focus {
                background: none;
                border: none;
                box-shadow: none;
                outline: none;
            }
    /* Label Input Material*/
    .use-material label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 0px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .use-material input:invalid ~ label:before {
        content: "*";
        color: red;
        font-weight: bold;
        vertical-align: -12px;
        font-size: 32px;
    }

    .use-material input:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #0074D9;
    }

    .use-material input:focus ~ label {
        top: -20px;
        font-size: 14px;
        color: #0074D9;
    }

    .use-material input:disabled ~ label {
        top: -20px;
        font-size: 14px;
        color: #0074D9;
    }

    /*It need add onChange event to input*/
    .use-material .not-required input[type=email]:not([value=""]):invalid ~ label, .use-material .not-required input[type=tel]:not([value=""]):invalid ~ label {
        top: -20px;
        font-size: 14px;
        color: #0074D9;
    }

    .use-material .not-required input:invalid ~ label {
        top: 0;
        font-size: 16px;
        color: #999;
    }

    .use-material .not-required input:valid ~ label {
        top: 0;
        font-size: 16px;
        color: #999;
    }

    .use-material .not-required input:not([value=""]) ~ label {
        top: -20px !important;
        font-size: 14px !important;
        color: #0074D9 !important;
    }

    .use-material .not-required input:focus ~ label {
        top: -20px;
        font-size: 14px;
        color: #0074D9;
    }

    /* Bottom Bar */
    .use-material .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .use-material .bar:before, .use-material .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #0074D9;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .use-material .bar:before {
            left: 50%;
        }

        .use-material .bar:after {
            right: 50%;
        }
    /* Active State */
    .use-material input:focus ~ .bar:before, .use-material input:focus ~ .bar:after {
        width: 50%;
    }

    .use-material input:focus ~ .highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }
    /* HighLighter*/
    .use-material .highlight {
        position: absolute;
        height: 60%;
        width: 100%;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

/* ================================================================ Radio Buttons & Checkbox Material Design ========================================================*/

.use-material2 .radio label,
.use-material2 .RdCheckbox label {
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: initial !important;
    margin-bottom: 0px !important;
    color: #0074D9;
    position: relative;
    padding: 5px 15px 5px 25px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fld-Brands {
    display: none;
}

.container-brands label {
    width: 11em !important;
}

.input-field {
    margin-bottom: 25px;
    height: 2em;
}

fieldset {
    border: solid 1px #e7e7e7;
    padding: 5px 10px;
    padding-top: 30px;
    border-radius: 3px;
    background-color: #fafafa;
}


.use-material2 .radio label:hover,
.use-material2 .RdCheckbox label:hover {
    background: rgba(0, 116, 217, 0.5);
}

.use-material2 .radio label:before,
.use-material2 .RdCheckbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    background: none;
    border: 3px solid #0074D9;
}

.use-material2 input[type="radio"] {
    display: none;
}

    .use-material2 input[type="radio"]:checked + label:before {
        display: none;
    }

    .use-material2 input[type="radio"]:checked + label {
        padding: 5px 15px;
        height: initial !important;
        background: #eee;
        /*margin: 5px 10px;*/
        border-radius: 2px;
        color: #0074D9;
        font-weight: bold;
    }

.use-material2 .RdCheckbox label:before {
    border-radius: 3px;
}

.use-material2 .RdCheckbox input[type="checkbox"] {
    display: none;
}

    .use-material2 .RdCheckbox input[type="checkbox"]:checked + label:before {
        display: none;
    }

    .use-material2 .RdCheckbox input[type="checkbox"]:checked + label {
        font-weight: bold;
        background: #eee;
        color: #0074D9;
        margin-right: 10px;
        /* padding: 5px 15px; */
    }

.loading-full-page {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 999999999;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

    .loading-full-page img {
        position: relative;
        height: 5em;
        left: 45%;
        top: 42%;
    }

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

.checkbox {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    display: inline-block;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color: #0074D9;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #999;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -.11111rem;
    left: 0;
    width: 2.1rem;
    height: 2.1rem;
    background: #fff;
    cursor: pointer;
}

.use-material2 .RdCheckbox input[type="checkbox"] {
    display: none;
}

.use-material2 .radio label, .use-material2 .RdCheckbox label {
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: initial !important;
    margin-bottom: 0px !important;
    color: #0074D9;
    position: relative;
    padding: 5px 15px 5px 25px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mdl-selectfield {
    position: relative;
}
    .mdl-selectfield select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    height: 30px;
    color: #000;
    border: none;
    border-bottom: 1px solid #999;
}

.mdl-selectfield select:valid ~ label, .mdl-selectfield select:focus ~ label, .mdl-selectfield select:disabled ~ label {
    top: -20px !important;
    font-size: 14px;
    color: #0074D9 !important;
}

.mdl-selectfield label {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


