body {
    opacity: 0; /*hide everything, we will make it visible in the $(document).ready event in timeout-handler.js. This prevents flashing on Chrome*/
}

.page {
    width: 1062px;
    background-color: #FFFFFF;
    background-image: none;
}

.page_outerbox {
    position: relative;
    width: 1110px;
    margin: 0px auto 0px auto;
    font-family: Arial,Verdana,Tahoma;
    color: #696969;
}

.header {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

    .header td {
        padding: 2px;
    }

select:focus {
    outline: 0; /*remove outline from selected control*/
}

.qrCodeOverlay {
    width: 312px;
    height: 373px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../Images/Layout/QR_Frame.png');
    background-position: center;
    position: relative;
}

.qrCode {
    width: 250px;
    height: 250px;
    position: relative;
    top: 85px;
}

textarea {
    font-family: Arial,Verdana,Tahoma;
    outline: none;
    box-shadow: 0px 0px 6px 1px #BEBEBE;
    border-radius: 8px;
    border: 1px solid #BEBEBE;
    color: #696969;
    resize: none;
}

.pageborder {
    margin: 20px auto 20px auto;
    border-radius: 25px;
    border: 2px solid #BEBEBE;
    box-shadow: 0 0px 22px 6px #BEBEBE;
}

select {
    box-shadow: 0 0 6px 1px #BEBEBE;
    border-radius: 8px;
    color: #696969;
}

input[type="file"] {
    box-shadow: 0px 0px 6px 1px #BEBEBE;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    background: none;
    color: #696969;
    padding: 3px;
    width: 780px;
}

input[type=submit], input[type=button], input[type=text], input[type=password], input[type=number] {
    box-shadow: 0px 0px 6px 1px #BEBEBE;
    border-radius: 8px;
    border: 1px solid #BEBEBE;
    color: #696969;
    outline: none;
}

    input[type=submit]:hover, input[type=button]:hover {
        background: #E8E8E8;
        color: #000000;
    }

    input[type="submit"]:disabled, input[type=button]:disabled {
        opacity: 0.4;
        cursor: default;
        pointer-events: none;
    }


a {
    color: #696969;
    font-size: 10pt;
    background-color: transparent;
    text-decoration: underline;
}

    a:visited {
        color: #696969;
    }


.top {
    height: 70px;
    width: 1062px;
}

.main {
    width: 950px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 650px;
}

.bottom {
    height: 50px;
    width: 1062px;
}

.CheckboxText {
    position: relative;
    bottom: 6px;
}

.AutoHideText {
    font-size: 14px;
}

.NormalText {
    font-size: 14px;
}

.NormalTextFloatLeft {
    font-size: 14px;
    float: left;
}

.NormalTextMessage {
    font-size: 14px;
}

.NormalTextMedium {
    font-size: 12px;
}

.NormalTextSmall {
    font-size: 8px;
}

.NormalTextSmallIndentPaddingTop {
    font-size: 8px;
    padding-left: 5px;
    padding-top: 5px;
}

.NormalTextSmallCentered {
    font-size: 8px;
    text-align: center;
}

.NormalTextCentered {
    font-size: 14px;
    text-align: center;
}

.Centered {
    text-align: center;
}

.NormalTextPreferences {
    font-size: 12px;
}

.NormalTextPadding {
    font-size: 14px;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.NormalTextPaddingRed {
    font-size: 14px;
    color: #CF142B;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.NormalTextPaddingFloatLeft {
    font-size: 14px;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}

.NormalTextPaddingFloatLeftRed {
    font-size: 14px;
    color: #CF142B;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}

.NormalTextPaddingFloatLeftRedPadding {
    font-size: 14px;
    color: #CF142B;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    margin-left: 10px;
}

.CustomHtmlText {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.NormalTextIndent {
    font-size: small;
}

.NormalTextUnderline {
    font-size: small;
    text-decoration: underline;
}

.Red {
    color: #CF142B;
}

.NormalTextRed {
    color: #CF142B;
    font-size: small;
    margin-left: 8px;
    margin-top: 0px;
}

.NormalTextRedCentered {
    color: #CF142B;
    font-size: small;
    margin-left: 8px;
    margin-top: 0px;
    text-align: center;
}

.NormalTextRed_padding-top {
    font-size: small;
    color: #CF142B;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.NormalTextBold {
    font-size: small;
    font-weight: bold;
}

.NormalTextBoldMarginBottom {
    font-size: small;
    font-weight: bold;
    margin-bottom: 6px;
}

.NormalTextBoldIndent {
    font-size: small;
    font-weight: bold;
    margin-left: 6px;
}

.NormalTextBoldFloatRight {
    font-size: small;
    font-weight: bold;
    float: right;
}

.BalanceText {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    min-width: 1px;
}

.NormalTextEllipsis {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
}

.NormalTextEllipsisSmall {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
}

.NormalTextLeftMargin {
    font-size: 14px;
    margin-left: 12px;
}

.HyperlinkBlue {
    font-size: 14px;
    color: blue !important;
    background-color: transparent;
    text-decoration: none;
}

    .HyperlinkBlue:hover {
        text-shadow: 0 0 3px #BEBEBE;
    }

.HyperlinkAlignRight {
    font-size: 10px;
    background-color: transparent;
    text-decoration: underline;
    float: right;
    margin: 6px;
    margin-right: 8px;
}

.HyperlinkGCP {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    margin: 6px;
    background: #FFFFFF;
    color: #696969;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
}

    .HyperlinkGCP:hover {
        background: #E8E8E8;
        color: #000000;
    }

.PanelScrol {
    overflow-y: auto;
    height: 100%;
}

.ButtonLogin {
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    background-color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
}

    .ButtonLogin:hover {
        box-shadow: 0 0 6px 2px #FF0000;
        -webkit-box-shadow: 0 0 6px 2px #FF0000;
        -moz-box-shadow: 0 0 6px 2px #FF0000;
    }

.Polaroid {
    padding: 12px 0px 0px 0px;
    border: 0px solid green;
}

.MainButtons {
    border: 0px solid red;
}

.Post_it {
    background-image: url('../Images/main/post_it.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px 0px 0px 0px;
    font-family: Segoe Print;
    color: #2A2A2A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 230px;
    border: 0px solid blue;
}

.UploadBorder {
    margin-left: 4px;
    width: 936px;
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    padding-left: 5px;
    border-radius: 12px;
}

.PrintSettingsContainer {
    padding: 2px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.PrintSettingsItemLeft {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    padding: 8px;
    min-width: 125px;
}

.PrintSettingsItemCenter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    min-width: 125px;
}

.PrintSettingsItemAdvanced {
    display: table-cell;
    text-align: center;
    min-width: 145px;
}

    .PrintSettingsItemAdvanced input[type="image"] {
        position: relative;
        top: 7px;
        padding-top: 9px;
    }

.PrintCode {
    position: relative;
    top: 55px;
    width: 100%;
}

.PrintCodeValue {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    top: 60px;
    border: 0px solid blue;
    visibility: hidden;
}


.PrintCodeShow {
    position: relative;
    background-image: url('../Images/PrintCode/click.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    top: 25px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.ShowPrintCodeImage {
    background-image: url('../Images/PrintCode/hide.png');
    top: 55px;
    width: 30px;
    height: 30px;
}

.ShowPrintCodeText {
    visibility: visible;
}

.Buy_Button {
    padding: 0px 100px 0px 0px;
}

.ButtonGroup {
    padding-left: 10px;
    text-align: center;
}

.Top_left {
    width: 942px;
    padding-left: 4px;
}

.Front_page {
    padding: 0px 0px 0px 0px;
}

.NormalTextRedNoMargin {
    color: #CF142B;
    font-size: small;
    margin-top: 0px;
}

.RequiredFieldIndicator {
    font-size: 25px;
    font-weight: bold;
    color: red;
}

.Hidden {
    display: none;
    height: 18px;
    font-size: small;
}

.GroupsLoading {
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.CaptchaTextSmall {
    font-size: x-small;
}

.SsoButton {
    font-size: 9pt;
    font-weight: bold;
    width: 314px;
    height: 50px;
    text-align: left;
    background-color: #FFFFFF;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: 10%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #BEBEBE;
    -webkit-box-shadow: 0px 0px 8px #BEBEBE;
    -moz-box-shadow: 0px 0px 8px #BEBEBE;
}

    .SsoButton:hover {
        box-shadow: 0 0 6px 2px #FF0000;
        -webkit-box-shadow: 0 0 6px 2px #FF0000;
        -moz-box-shadow: 0 0 6px 2px #FF0000;
        cursor: pointer;
        background-size: 11% !important;
    }

.footer {
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
}

.PanelAppIcons {
    width: 100%;
    height: 45px;
}

.PanelAppImg {
    margin-left: 2px;
    margin-right: 2px;
    height: 35px;
}

.ShadowDropDownFloatLeft {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    margin: 6px;
    font-size: 14px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../Images/Button/Arrowhead-Down.png');
    background-position: right top;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: '';
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
}

.ShadowDropDown {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    margin: 6px;
    font-size: 14px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../Images/Button/Arrowhead-Down.png');
    background-position: right top;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: '';
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ShadowListBox {
    width: 350px;
    height: 30px;
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    margin: 3px 6px 3px 3px;
    font-size: 14px;
    padding: 4px;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}

select::-ms-expand {
    display: none;
}

.ShadowBox {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    float: left;
    background-color: transparent;
    text-decoration: none;
    resize: none;
    overflow: hidden;
    -ms-overflow-style: none;
}

.ShadowBox2FA {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: 24px;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    background-color: transparent;
    text-decoration: none;
    resize: none;
    overflow: hidden;
    -ms-overflow-style: none;
    text-align: center;
}

.ShadowBoxFlyOut {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    padding: 6px;
    float: left;
    background-color: white;
    text-decoration: none;
    list-style-type: none;
}

.ShadowBoxCentered {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    text-align: center;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    float: left;
    background-color: transparent;
    text-decoration: none;
}

.ShadowTextBox {
    display: inline-block;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    text-align: center;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
}

.ShadowTextBoxNoMarginLeft {
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    text-align: center;
    padding: 6px;
    margin: 3px 6px 3px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    float: left;
}

.ShadowBoxTab {
    background-color: transparent;
    margin: 0px auto;
    padding: 8px;
    width: 215px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
    border-left: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 -1px 0px 1px #BEBEBE;
    -webkit-box-shadow: 0 0px -1px 1px #BEBEBE;
    -webkit-box-shadow: 0 0px 1px 1px #BEBEBE;
    -moz-box-shadow: 0 -1px 0px 1px #BEBEBE;
    -moz-box-shadow: 0 0px -1px 1px #BEBEBE;
    -moz-box-shadow: 0 0px 1px 1px #BEBEBE;
    box-shadow: 0 -1px 0px 1px #BEBEBE;
    box-shadow: 0 0px -1px 1px #BEBEBE;
    box-shadow: 0 0px 1px 1px #BEBEBE;
    float: left;
    font-size: small;
    font-weight: normal;
    margin: 0px 2px 0px 3px;
}

    .ShadowBoxTab:hover {
        background: #BEBEBE !important;
        color: #000000 !important;
    }

.ShadowTabArea {
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    background-color: transparent;
    font-size: x-small;
    position: relative;
    float: left;
    width: 910px;
    padding: 15px;
    margin: 0px 0px 3px 3px;
}

.ShadowButtonCenter {
    display: inline-block;
    font-size: small;
    padding: 6px;
    margin: 5px 6px 6px 6px;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    background-color: transparent;
    border-radius: 8px;
}

.ShadowButtonCenterMarginLeft {
    display: inline-block;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    padding: 6px;
    margin: 6px;
    background-color: transparent;
    margin-left: 40px;
}

.ShadowButtonCenterRight {
    display: inline-block;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    padding: 6px;
    margin: 6px 0 6px 6px;
    background-color: transparent;
    margin-left: 40px;
}

.FloatRight {
    float: right;
}

.ShadowButton {
    display: inline-block;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    font-size: small;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    float: left;
    background-color: transparent;
}

    .ShadowButton:hover {
        color: #000000;
        background-color: #E8E8E8;
        box-shadow: 0 0 8px 1px #BEBEBE;
        -webkit-box-shadow: 0 0 8px 1px #BEBEBE;
        -moz-box-shadow: 0 0 8px 1px #BEBEBE;
        cursor: pointer;
    }

.ShadowButtonCenter:hover {
    color: #000000;
    background-color: #E8E8E8;
    box-shadow: 0 0 8px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 8px 1px #BEBEBE;
    -moz-box-shadow: 0 0 8px 1px #BEBEBE;
    cursor: pointer;
}

.ShadowButtonCenterMarginLeft:hover {
    color: #000000;
    background-color: #E8E8E8;
    box-shadow: 0 0 8px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 8px 1px #BEBEBE;
    -moz-box-shadow: 0 0 8px 1px #BEBEBE;
    cursor: pointer;
}

.ShadowCheckbox input[type=checkbox] {
    display: none;
}

.ShadowCheckbox label {
    display: block;
    float: left;
}

.ShadowCheckbox input[type=checkbox] + label {
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
    vertical-align: middle;
    line-height: 0px;
    text-indent: 20px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    padding: 6px;
    margin: 8px 6px 7px 6px;
}

.ShadowCheckbox input[type=checkbox]:checked + label::before {
    content: "\2714";
    color: #26AA00;
    width: 5px;
    height: 5px;
    font-size: 24px;
    font-weight: 900;
    margin-left: -26px;
}

.ShadowUpDown input[type=image] {
    display: block;
    padding: 2px 8px 4px 8px;
    border: 1px solid #BEBEBE;
    background-color: #FFFFFF;
}


.MainRicohMyPrintLogo img {
    margin-left: -3px;
    margin-bottom: 40px;
}

.MainMasterLogo {
    max-width: 300px;
    max-height: 80px;
}

/*Menu*/

.MainConfigMenu {
    position: relative;
    z-index: 2;
}

    .MainConfigMenu a, a:visited {
        padding: 4px;
        text-decoration: underline;
    }

    .MainConfigMenu li ul li {
        border-radius: 8px;
        padding: 4px;
        text-decoration: none;
        font-size: 14px !important;
        background: #E8E8E8;
        box-shadow: inset 0 0 0 1px #BEBEBE;
        font-weight: 500;
        min-width: 200px;
        text-align: left;
    }

    .MainConfigMenu ul li ul {
        display: none; /*prevents flickering on page load*/
    }

    .MainConfigMenu li ul li a:hover {
        color: #000000;
        box-shadow: none;
        border-radius: 5px;
        text-indent: 2px !important;
    }

    .MainConfigMenu li ul li a:focus {
        outline: none;
    }

.level1 {
    background: none;
    background-color: transparent;
    color: #CF142B !important;
    font-size: 10px;
    text-shadow: none !important;
    text-decoration: underline;
}

.ajax_calendarExtender_popupbutton a:focus {
    outline: none;
}

.noscroll {
    overflow: hidden;
}

.ScreenOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 4;
    overflow: visible;
    /*uncomment  last bit for easier editing*/
    /*visibility: hidden;*/
}

.ScreenOverlayTransparent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 4;
    overflow: visible;
    /*uncomment  last bit for easier editing*/
    /*visibility: hidden;*/
}

.PopUpEditor {
    position: fixed;
    box-shadow: 0px 0px 30px #888888;
    padding: 20px;
    background-color: white;
    border-width: 2px;
    border-color: #000000;
    z-index: 5;
    /*comment out last bit for easier editing*/
    top: 50%;
    left: 50%;
}

    .PopUpEditor table {
        align-content: center;
        width: 100%;
    }

        .PopUpEditor table tr {
            height: 40px;
        }

            .PopUpEditor table tr td {
                min-width: 240px;
            }

.PrintQueueEditor.PopUpEditor {
    height: 375px;
    width: 620px;
    margin-top: -170px;
    margin-left: -310px;
}

.PrintQueueEditor img {
    margin-top: 2px;
}

.PrintQueueOptionsEditor.PopUpEditor {
    height: 375px;
    width: 620px;
    margin-top: -170px;
    margin-left: -310px;
}

.GroupEditor.PopUpEditor {
    height: 900px;
    width: 860px;
    margin-top: -480px;
    margin-left: -455px;
}

    .GroupEditor.PopUpEditor table tr td {
        min-width: 50px;
    }

.EmailTest.PopUpEditor {
    height: 260px;
    width: 460px;
    margin-top: -170px;
    margin-left: -230px;
    border: 1px solid black;
}

.Messagebox.PopUpEditor {
    height: 270px;
    width: 600px;
    margin-top: -135px;
    margin-left: -300px;
    z-index: 100;
}

.Messagebox table tr:nth-child(1) {
    background-color: #E8E8E8;
    align-content: center;
    height: 35px;
}

.Messagebox table tr:nth-child(2) {
    height: 160px;
}

    .Messagebox table tr:nth-child(2) td {
        padding: 5px;
    }

.Messagebox table tr:nth-child(3) {
    height: 60px;
}

.Messagebox table td {
    text-align: center;
}

.Messagebox table {
    width: 100%;
    border: 1px solid black;
}

.EmailInboxEditor.PopUpEditor {
    height: 720px;
    width: 820px;
    margin-top: -380px;
    margin-left: -435px;
}

.EmailInboxEditor table {
    align-content: center;
    width: 100%;
}

    .EmailInboxEditor table tr {
        height: 40px;
    }

        .EmailInboxEditor table tr td {
            min-width: 40px;
        }

.EmailInboxEditor img {
    margin-top: 2px;
}

.ScheduledReport.PopUpEditor {
    height: 570px;
    width: 650px;
    margin-top: -380px;
    margin-left: -340px;
    z-index: 100;
}

.ScheduledReport.PopupTable {
    align-content: center;
    width: 650px;
}

.ScheduledReport table tr {
    height: 25px;
}

    .ScheduledReport table tr td {
        min-width: 20px;
    }

.ScheduledReport.PopupFooter {
    width: 650px;
    text-align: center;
    position: absolute;
    margin-bottom: 10px;
    bottom: 0;
}

.PortalReset.PopUpEditor {
    height: 378px;
    width: 600px;
    margin-top: -280px;
    margin-left: -330px;
    z-index: 100;
}

.PortalReset table tr:nth-child(1) {
    font-size: 18px;
    background-color: red;
    color: white;
    align-content: center;
    height: 35px;
}

.PortalReset table td {
    text-align: center;
}

.PortalReset table {
    width: 100%;
    border: 1px solid black;
}

    .PortalReset table td ul {
        text-align: center;
    }

        .PortalReset table td ul li {
            margin-left: 155px;
            text-align: left;
        }



.ServerSelector.PopUpEditor {
    height: 200px;
    width: 300px;
    margin-top: -100px;
    margin-left: -180px;
    z-index: 6;
}

.ServerSelector table tr td {
    min-width: 100px;
}

.GCPEditor.PopUpEditor {
    height: 480px;
    width: 720px;
    margin-top: -240px;
    margin-left: -360px;
    z-index: 6;
}

.GCPEditor table tr td {
    min-width: 100px;
}

.UVPEditor.PopUpEditor {
    height: 300px;
    width: 600px;
    margin-top: -150px;
    margin-left: -300px;
    z-index: 6;
}

.UVPEditor table tr td {
    min-width: 100px;
}

.Filtertest.PopUpEditor {
    height: 170px;
    width: 400px;
    margin-top: -85px;
    margin-left: -200px;
    z-index: 6;
}

.Filtertest table tr td {
    min-width: 100px;
}

.ApiServiceEditor.PopUpEditor {
    height: 280px;
    width: 650px;
    margin-top: -140px;
    margin-left: -325px;
    z-index: 6;
}

.ApiServiceEditor table tr td {
    min-width: 100px;
}

.ProgressImage {
    position: fixed;
    box-shadow: 0px 0px 30px #888888;
    padding: 3px 5px 5px 3px;
    background-color: white;
    border-width: 2px;
    border-color: #696969;
    border-radius: 30px;
    z-index: 10;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-top: -65px;
    margin-left: -30px;
}

.OptionText {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.OptionSubText {
    height: 20px;
    font-size: 11px;
    padding-left: 27px;
}

.PageTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    border: 1px solid #BEBEBE;
    background-color: #E8E8E8;
    display: block;
    text-align: center;
}

.NineCorner {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.BuyCreditButton {
    background-color: #CF142B;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 48px;
    display: inline-block;
    border: 2px solid #FFFFFF !important;
    box-shadow: 0 0 10px 4px #BEBEBE !important;
    padding: 10px;
    margin: 15px;
    text-decoration: none;
}

    .BuyCreditButton:hover {
        background-color: #FFFFFF !important;
        color: #CF142B !important;
        border: 2px solid #CF142B !important;
        cursor: pointer;
    }

.gridview {
    background-color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    border: 1px solid #BEBEBE;
}

    .gridview th {
        background: #E8E8E8;
        padding: 6px;
        font-size: small;
        text-align: left;
        border: 1px solid #BEBEBE;
    }

        .gridview th a:hover {
            color: #000000;
        }

    .gridview td {
        color: #696969;
        padding: 4px;
        border: 1px solid #BEBEBE;
    }

    .gridview tr.even td {
        background: #FFFFFF;
    }

    .gridview .alt {
        background: #E8E8E8;
    }

    .gridview .pager {
        font-weight: bold;
        background: #f1f1f1;
    }

        .gridview .pager a {
            padding: 4px;
        }

        .gridview .pager td {
            border: none;
        }

        .gridview .pager a:hover {
            color: #FFFFFF;
            border-radius: 2px;
            background: #696969;
        }

        .gridview .pager span {
            color: #000000;
            border-radius: 2px;
            background: #FFD200;
        }

        .gridview .pager span {
            font-size: 13px;
            font-weight: bold;
            background: #FFFFFF;
            border: 1px solid #696969;
            padding: 4px;
        }

    .gridview td a {
        color: #696969;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: #000000;
        }

    .gridview td input, select {
        background: #FFFFFF;
        color: #696969;
        border-radius: 4px;
    }

.certificateSelector {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -435px;
    box-shadow: 10px 10px 5px #888888;
    width: 850px;
    height: 390px;
    padding: 5px;
    border: 1px solid #BEBEBE;
    background-color: #E8E8E8;
    z-index: 5;
}

    .certificateSelector input[type=submit]:hover {
        background: #E8E8E8 !important;
        color: #000000 !important;
        border: 1px solid #000000 !important;
    }

.PrintOptionsSelector.PopUpEditor {
    height: 510px;
    width: 600px;
    margin-top: -275px;
    margin-left: -320px;
}

    .PrintOptionsSelector.PopUpEditor table tr td {
        min-width: 180px;
    }

.FileUpload {
    margin-left: 15px;
    padding: 10px;
    box-shadow: 0px 0px 8px 1px #BEBEBE !important;
    border: 1px solid #BEBEBE;
}


.DocumentViewer {
    width: 400px;
    margin-left: 4px;
}

.WebChart {
    margin-left: 4px;
}

.preformatted {
    white-space: pre-line;
}

.psplistitem {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
}

.multilineCentered {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.sessionExpired .ui-dialog-titlebar {
    background: red;
    color: white;
}

.sessionExpired {
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        flex-grow: 1;
        max-width: 305px;
        margin: 2px;
        text-align: left;
    }

.TwoFactorOptionsEditor.PopUpEditor {
    height: 390px;
    width: 500px;
    margin-top: -215px;
    margin-left: -270px;
}


.TwoFactorPopup {
    position: fixed;
    box-shadow: 0px 0px 40px #000000;
    padding: 10px;
    background-color: white;
    border-width: 2px;
    border-color: #000000;
    border-radius: 10px;
    z-index: 5;
    /*comment out last bit for easier editing*/
    top: 50%;
    left: 50%;
    height: 590px;
    width: 445px;
    margin-top: -305px;
    margin-left: -233px;
    background-color: #FFFFFF;
}

    .TwoFactorPopup table {
        align-content: center;
        width: 100%;
    }

        .TwoFactorPopup table tr {
            height: 50px;
        }

    .TwoFactorPopup input {
        background-color: #FFFFFF;
    }

    .TwoFactorPopup .Header {
        color: #696969;
        font-size: 24px;
        font-weight: bold;
    }

    .TwoFactorPopup .Close {
        position: relative;
        float: right;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .TwoFactorPopup .Verify {
        background-color: mediumseagreen;
        margin-top: 10px;
        font-size: 18px;
        border: none;
        box-shadow: none;
        border-radius: 6px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .TwoFactorPopup .Error {
        text-align: center;
        font-size: 14px;
        margin-top: 8px;
        color: #CF142B;
    }


    .TwoFactorPopup .Recovery {
        font-size: 12px;
        margin-bottom: 8px;
        text-decoration: none;
        color: blue;
        line-height: 20px;
    }

.Verify {
    background-color: mediumseagreen;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-weight: bold;
}

.ShadowBox2FA {
    display: inline-block;
    border: 1px solid #BEBEBE;
    font-size: 27px;
    padding: 6px;
    margin: 3px 6px 3px 6px;
    background-color: transparent;
    text-decoration: none;
    resize: none;
    overflow: hidden;
    -ms-overflow-style: none;
    height: 35px;
    width: 25px;
    text-align: center;
}

.error-block {
    font-size: 14px;
    color: #CF142B;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.error-block-small {
    font-size: 10px;
    color: #CF142B;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* start loading indicator*/
#hourglass {
    position: absolute;
    top: 0px;
    left: 20px;
    bottom: 0px;
    right: 20px;
    background-color: #ffffff80; /*tint*/
    z-index: 999;
    visibility: hidden;
}

.loading {
    position: fixed;
    width: 3em;
    height: 3em;
    margin: auto;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

    .loading .spinner * {
        box-sizing: border-box;
    }

    .loading .spinner {
        display: inline-block;
        animation-name: anim-spinner;
        animation-duration: 0.7s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

        .loading .spinner .circle {
            width: 3em;
            height: 1.5em;
            overflow: hidden;
        }

        .loading .spinner .circle-inner {
            transform: rotate(45deg);
            border-radius: 50%;
            border: 0.4em solid #4276F2;
            border-right: 0.4em solid transparent;
            border-bottom: 0.4em solid transparent;
            width: 100%;
            height: 200%;
            animation-name: anim-circle-1;
            animation-duration: .7s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-timing-function: cubic-bezier(0.25, 0.1, 0.5, 1);
        }

        .loading .spinner .circle-2 {
            transform: rotate(180deg);
        }

            .loading .spinner .circle-2 .circle-inner {
                animation-name: anim-circle-2;
            }

@keyframes anim-circle-1 {
    from {
        transform: rotate(60deg);
    }

    to {
        transform: rotate(205deg);
    }
}

@keyframes anim-circle-2 {
    from {
        transform: rotate(30deg);
    }

    to {
        transform: rotate(-115deg);
    }
}

@keyframes anim-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*end loading indicator*/

/*start DevExpress*/
.dxpnlControl {
    margin: 5px;
    box-shadow: 0px 0px 10px #888888;
    padding: 20px;
    background-color: white;
    border-width: 1px;
    border-color: #BEBEBE;
}

    .dxpnlControl table tr {
        height: 25px;
    }

        .dxpnlControl table tr td {
            min-width: 20px;
        }

    .dxpnlControl span {
        font-size: 14px;
    }

    .dxpnlControl .dxeCaption {
        font-size: 14px;
        width: 1%;
    }


.dxucProgressBarIndicator {
    background-color: #CF142B;
}

.dxucNullText {
    box-shadow: none;
    border: none;
}

    .dxucNullText input[type=text] {
        box-shadow: none;
        border: none;
    }

.dxucBrowseButton {
    color: black;
    display: inline-block;
    font-size: small;
    padding: 6px;
    margin: 5px 6px 6px 6px;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    background-color: transparent;
    background-image: none;
    border-radius: 8px;
    outline: 0;
}

.dxucBrowseButtonHover {
    background: #E8E8E8;
    color: #000000;
}

.dxbButton {
    color: black;
    display: inline-block;
    font-size: small;
    margin: 5px 6px 6px 6px;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    background-color: transparent;
    background-image: none;
    border-radius: 8px;
    outline: 0;
}

.dxbButtonHover {
    background: #E8E8E8;
    color: #000000;
}

.dxucFileList {
    width: 770px;
    margin: 4px;
    padding: 5px;
    max-height: 105px;
    overflow: auto;
    border: 1px solid #BEBEBE;
    font-size: inherit;
}

.dxucNameCell span {
    min-height: 0px;
    margin: 0px;
    vertical-align: bottom;
}

.dxucFileListItem {
    margin: 0px;
    padding: 0px;
    font-size: small;
    font-weight: bold;
}

    .dxucFileListItem li a {
        margin: 0px;
    }

.dxeButtonEdit {
    color: black;
    display: inline-block;
    font-size: small;
    margin: 5px 6px 6px 6px;
    border: 1px solid #BEBEBE;
    box-shadow: 0 0 6px 1px #BEBEBE;
    -webkit-box-shadow: 0 0 6px 1px #BEBEBE;
    -moz-box-shadow: 0 0 6px 1px #BEBEBE;
    background-color: transparent;
    background-image: none;
    border-radius: 8px;
    outline: 0;
}

.dx-fileuploader-cancel-button {
    display: none !important
}

/*end DevExpress*/
