﻿@font-face {
    font-family: Lato-Regular;
    src: url(../Fonts/Lato/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Thin;
    src: url(../Fonts/Lato/Lato-Thin.ttf);
}
@font-face {
    font-family: Lato-Light;
    src: url(../Fonts/Lato/Lato-Light.ttf);
}
@font-face {
    font-family: Rock;
    src: url(../Fonts/Rockwell/ROCK.ttf);
}
html {
    height: 100%;
}
body {
    background: #f2f2f2;
    font-family: Verdana;
    background-size: cover;
    height: inherit;
    margin: 0px;
}
#BadgeFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#TitleContainer {
    width: fit-content;
    margin: auto;
}
#ErrorContainer {
    background: red;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: left;
}
#SuccessContainer {
    background: #3fb261;
    width:400px;
    height:100px;
    display:none;
}
#ErrorContainer.Show,
#SuccessContainer.Show {
    display: flex;
}
.actionSymbol {
    align-self:center;
    padding-left: 16px;
    font-size: 46px;
    height: 52px;
}
div#ErrorMSG,
div#SuccessMSG {
    font-size: 18px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 16px;
    align-self:center;
}
div#SuccessMSG {
    color:white;
}
    .Rockwell {
        font-family: Rock;
    }
.TextBold {
    font-weight: bold;
}
.TextLighter {
    font-weight: lighter;
    font-family: Lato-Thin;
}
#mainBadgeCon {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 3px;
}
#BadgeTop {
    justify-content: center;
    height: 80px;
    width: 460px;
    color: white;
    display: flex;
    position: relative;
}
#BadgeTop > div {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    font-size: 28px;
    line-height: 16px;
}
span.TextLighter.Kiosk {
    font-size: 14px;
}
.Opacity {
    opacity: .90;
}
#badgeInputCon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    margin: 0 0 10px 0;
/*    height: 450px;
*/    width: 400px;
}
input#badgeNumber:focus::placeholder {
    color: transparent;
}
input#badgeNumber {
    width: calc(100% - 24px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px 0 16px;
    height: 30px;
    font-size: 21px;
    text-align: center !important;
    border: 1px solid black;
    height: 50px !important;
    border-radius: 5px 5px 0 0;
}
input#badgeNumber.badgeError {
    border: 2px solid red;
}
/*potential chrome users*/
/*input::-webkit-outer-spin-button,
input::-webkit-outer-spin-button:hover,
input::-webkit-inner-spin-button,
input::-webkit-inner-spin-button:hover {
    -webkit-appearance: none;
    margin: 0;
}*/
#numKeyCon {
    display:flex;
    flex-direction:column;
    margin:10px 0;
}
.numGrouping {
    display:flex;
    justify-content:space-between;
    width:100%;  
}
.numKeys,
#clearButton,
#backButton {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
    width: 125px;
    height: 60px;
    margin: 5px;
    position: relative;
    font-size: 22px;
    border-radius: 5px;
    cursor: pointer;
}
.numKeys:active,
#clearButton:active{
    top:1px;
}
.indivKey {
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}
#loginButtonCon,
#logoutButtonCon {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
#loginButton,
#logoutButton {
    justify-content:center;
    align-items:center;
}
#loginButton,
#logoutButton,
.kioskButtons {
    height: 45px;
    width: 175px;
    border-radius: 45px;
    margin: 15px 0 0px 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
#logoutButton.ErrorBtn {
    border-color: red !important;
}
#logoutButton.SuccessBtn {
    border-color: #3fb261 ;
}
/*overrides for just Time Clock page*/
#fmsHeader, #fmsFooter {
    width: 100%;
}
#Copyright {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 15px 0 0px 0;
}
.BadgeTitle, #fmsHeader {
    color: #000099;
}
.BadgeTitle {
    text-align: center;
}
#tblNoAccess {
    display: flex;
    justify-content: center;
    height: 100%;
}
.NoAccessContentMainClass {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#NoAccessTop {
    display: flex;
    justify-content: center;
    height: 80px;
    width: 350px;
}
#NoAccessTop > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    font-size: 24px;
}
#NoAccessTop .Rockwell {
    font-size: 30px;
}
.TextWhite {
    color: #ffffff;
}
.Rockwell {
    font-family: Rock;
}
#NoAccessContentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    /*height: 180px;*/
    margin: 3px 0 0 0;
    z-index: 1;
}
#ltNoAccessMsgContainer {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 25px;
}
#Copyright {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px 0;
    padding:10px 0 0 0;
    white-space: nowrap;
}
#Portal {
    font-size:28px;
}
/* Region: Terms of Service */
.MainContainer.PolicyContainer {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
    min-width: 250px;
    width: 80vw;
    color: #162E51;
    line-height: 1.3;
    font-family: Lato-Regular, Lato-Thin, Lato-Light;
}
@media only screen and (max-width : 400px) and (orientation:portrait) {
    .MainContainer.PolicyContainer {
        margin-right: auto;
        margin-left: auto;
        padding: 10vw;
        min-width: 250px;
        width: 85vw;
    }
}
@media only screen and (max-width : 350px) and (orientation:portrait) {
    .MainContainer.PolicyContainer {
        margin-right: auto;
        margin-left: auto;
        padding: 10vw;
        min-width: 250px;
        width: 95vw;
    }
}
.PolicyContainer #TOCArea a {
    text-decoration: none;
}
.PolicyContainer #TOCArea a:hover {
    text-decoration: underline;
}
.PolicyContainer #TOCArea {
    padding: 20px 0px 10px;
    line-height: 1.5;
}
.PolicyContainer li {
    line-height: 1.5;
}
.PolicyContainer #Footer {
    text-align: center;
    padding-top: 20px;
}
/* endregion: Terms of Service */
/*#region Skin Colors*/
input#badgeNumber {
    color: var(--LeftSidebar_Text_ScrollbarBackground_Color);
}
#badgeInputCon,
#NoAccessContentContainer {
    background-color: var(--Login_LogOff_Footer_Color);
}
#BadgeTop,
#NoAccessTop,
#loginButton:hover,
#logoutButton:hover {
    background-color: var(--Login_LogOff_Top_Color);
}
.numKeys:hover,
#clearButton:hover,
#showButton:hover,
#backButton:hover {
    background-color: var(--Sidebar_Dropdown_Hover_Color);
}
.kioskButtons,
.numKeys,
#clearButton,
#backButton {
    background-color: var(--LeftSidebar_FieldsBackground_Color);
}
#loginButton,
#logoutButton,
.kioskButtons {
    border: 2px solid var(--LeftSidebar_FieldsBorder_Color);
}
/*#endregion Skin Colors*/