﻿/*===Page Header Text of Admin Page===*/
.eva-headerText {
    /*margin: 10px 0 10px 0;*/
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.eva-headerText_L {
    /*margin: 10px 0 10px 0;*/
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
/*===End===*/

.form-screen {
    width: 700px;
    margin: 90px auto 0 auto;
}

    .form-screen .header {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: #3d9970;
        box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 10px;
        text-align: center;
        font-size: 26px;
        font-weight: 300;
        color: #fff;
    }

    .form-screen .body,
    .form-screen .footer {
        padding: 10px 20px;
        background: #fff;
        color: #444;
    }

        .form-screen .body > .form-group,
        .form-screen .footer > .form-group {
            margin-top: 20px;
        }

            .form-screen .body > .form-group > input,
            .form-screen .footer > .form-group > input {
                border: #fff;
            }

        .form-screen .body > .btn,
        .form-screen .footer > .btn {
            margin-bottom: 10px;
        }

    .form-screen .footer {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

@media (max-width: 767px) {
    .form-screen {
        width: 90%;
    }
}

.StyleRight {
    text-align: right;
}

.StyleCenter {
    text-align: center;
}

.GridScrollBar {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: auto;
    /*scrollbar-arrow-color: blue;
    scrollbar-face-color: #e7e7e7;
    scrollbar-3dlight-color: #a0a0a0;
    scrollbar-darkshadow-color: #888888;*/
}
