/*

SCHEMA"

*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}



/* Login - General  */
.fs-wrapper {
    width: 100%;
}

.fs-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.fs-grey-txt-light {
    color: #b2b3b3 !important;
}

.fs-grey-txt {
    color: #58595a !important;
}

.fs-grey-txt-bold {
    color: #58595a !important;
    font-weight: bold;
}

.fs-text-success {
    color: #28a745 !important;
}

.fs-text-info {
    color: #717273 !important;
}

.fs-text-warning {
    color: #ffc107 !important;
}

.fs-text-danger {
    color: #dc3545 !important;
}

.fs-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}


/* Margin */
.fs-mb-0
{
    margin-bottom: 0 !important;
}

.fs-mt-5
{
    margin-top: 3rem !important;
}

.fs-mt-2 {
    margin-top: 2rem !important;
}

.fs-mt-3 {
    margin-top: 3rem !important;
}

.fs-mb-3 {
    margin-bottom: 1rem !important;
}

.fs-margin-top-16 {
    margin-top: 16px !important;
}

.fs-margin-top-24 {
    margin-top: 24px !important;
}

.fs-margin-bottom-8 {
    margin-bottom: 8px !important;
}

.fs-margin-left-8 {
    margin-left: 8px !important;
}

/* Padding */
.fs-padding-3rem {
    padding: 3rem !important;
}

.fs-padding-top-4 {
    padding-top: 4px !important
}

.fs-padding-top-8 {
    padding-top: 8px !important
}

.fs-padding-top-12 {
    padding-top: 12px !important
}

.fs-padding-top-46 {
    padding-top: 48px !important
}

.fs-padding-right-15 {
    padding-right: 15px !important
}

.fs-padding-right-50 {
    padding-right: 50px !important
}

.fs-padding-bottom-8 {
    padding-bottom: 8px !important
}

.fs-padding-bottom-16 {
    padding-bottom: 16px !important
}

.fs-padding-bottom-20 {
    padding-bottom: 20px !important
}

.fs-padding-bottom-24 {
    padding-bottom: 24px !important
}

.fs-padding-bottom-36 {
    padding-bottom: 36px !important
}

.fs-padding-bottom-48 {
    padding-bottom: 48px !important
}

.fs-padding-left-48 {
    padding-bottom: 48px !important
}

.fs-xsmall {
    font-size: 12px !important
}

.fs-small {
    font-size: 14px !important
}

.fs-medium {
    font-size: 16px !important
}

.fs-large {
    font-size: 18px !important
}

.fs-xlarge {
    font-size: 20px !important
}

.fs-xxlarge {
    font-size: 36px !important
}

.fs-link a {
    color: #717273;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-top: 34px;
}

    .fs-link a:hover, a:active, a:visited, a:focus {
        text-decoration-line: underline;
        text-decoration-color: #FFAE24;
        text-decoration-thickness: 3px;
    }


/* Login - Content */
#content {
    width: 100%;
    padding-left: 480px;
    padding-bottom: 60px;
   /* padding-left: 420px;
    padding-bottom: 60px;*/
    min-height: 100vh;
    align-content: center;
    /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    background-color: #7e8081;
}


/* Login - Sidebar */
#fs-sidebar {
    min-width: 545px;
    max-width: 545px;
    background-color: #ffffff;
    /*color: #ffffff;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

    #fs-sidebar:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #ffffff;
        z-index: -1;
    }

.fs-order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.fs-margin-login-sidebar {
    margin-top: 60px !important;
    margin-bottom: 15px !important;
    margin-left: 70px !important;
    margin-right: 80px !important
}

.fs-margin-login-sidebar-2FA {
    margin-top: 210px !important;
    margin-bottom: 15px !important;
    margin-left: 98px !important;
    margin-right: 96px !important
}

.fs-margin-login-sidebar-register {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    margin-left: 98px !important;
    margin-right: 96px !important
}

.fs-margin-login-sidebar-ticket {
    margin-top: 70px !important;
    margin-bottom: 15px !important;
    margin-left: 98px !important;
    margin-right: 96px !important
}


.fs-login-txtbox {
    width: 100%;
    padding: 14px;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border-width: 0 0 0px;
    border-color: #d8d9d9 !important;
    border: 1px solid;
    background-color: #F2F2F2;
    font-size: 16px;
    font-family: Arial;
    border-radius: 4px;
}

.fs-auth-txtbox {
    padding: 8px;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border-width: 0 0 0px;
    border-color: #d8d9d9 !important;
    border: 1px solid;
    background-color: #F2F2F2;
    font-size: 20px;
    border-radius: 4px;
    width: 53px;
    height: 47px;
    text-align: center;
}

.fs-login-txtbox-clear {
    width: 100%;
    padding-bottom: 8px;
    outline: none !important;
    border-width: 0 0 0px;
    border-color: #FFFFFF !important;
    border: 0px solid;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: Arial;
    border-radius: 0px;
    font-weight: 600;
}


#userid {
    /*background-image: url(/images/user.png);*/
    background-position: left;
    background-size: 22px;
    background-repeat: no-repeat;
    /*padding-left: 28px;*/
    padding-top: 12px;
}

#pwd {
    /*background-image: url(/images/lock.png);*/
    background-position: left;
    background-size: 21px;
    background-repeat: no-repeat;
    /*padding-left: 28px;*/
    padding-top:12px;
}


    .w3-input:not(.browser-default):focus {
        border-bottom: 0px solid #717273 !important;
        -webkit-box-shadow: 0 1px 0 0 #717273 !important;
        box-shadow: 0 0px 0 0 #717273 !important;
    }

        .w3-input:not(.browser-default):focus:not([readonly]) + label {
            color: #717273;
        }

.fs-login-button-clear {
    width: 100px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #717273;
    background-color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    padding-top:2px;
}

.fs-login-button-next {
    width: 100%;
    border: none;
    display: inline-block;
    padding: 14px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #7e8081;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
}

    .fs-login-button-next:hover {
        background-color: #98999a;
        color: #FFFFFF;
    }

.fs-login-button-forget {
    width: 100%;
    border: none;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #b2b3b3;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
}
    .fs-login-button-forget:hover {
        background-color: #b2b3b3;
        color: #FFFFFF;
    }

.fs-login-button-register {
    width: 175px;
    border: 2px solid;
    border-color: #717273;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #b2b3b3;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
    float: right;
}

    .fs-login-button-register:hover {
        background-color: #F2F2F2;
        color: #717273;
    }


.fs-login-button-login {
    width: 85px;
    border: 2px solid;
    border-color: #717273;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #b2b3b3;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
    float: right;
}

    .fs-login-button-login:hover {
        background-color: #F2F2F2;
        color: #717273;
    }

.fs-margin-login-sidebar-footer {
    margin-left: 70px !important;
    margin-top: 15px !important;
    margin-right: 80px !important;
    font-size: 14px !important;
    color: #58595a !important;
    line-height: 1.4;
}
.fs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left:15px;
}

.employeeLogin {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

    .employeeLogin:link {
        color: #58595A;
        opacity: 1.0;
        text-decoration: none;
    }

    .employeeLogin:visited {
        color: #58595A;
        opacity: 1.0;
        text-decoration: none;
    }

    .employeeLogin:hover {
        color: #323334;
        opacity: 0.5;
        text-decoration: none;
    }

    .employeeLogin:active {
        color: #323334;
        opacity: 0.5;
        text-decoration: none;
    }

    .employeeLogin img {
        margin-bottom: -4px;
        padding-right: 2px;
    }