﻿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;
}

.NormalTextMedium {
    font-size: 12px;
}

.NormalTextPreferencesFloatLeft {
    font-size: 12px;
    text-align: right;
}

.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: #4276F2 !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%;
}

.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}


.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: 940px;
    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;
    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 {
    border: 1px solid red;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 8px, 20px, 8px, 20px;
    min-width: 125px;
}

.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 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    text-align: center;
    width: 350px;
}

.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;
    }

.ShadowBoxDocumentation {
    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;
}

.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;
}

.FloatLeft {
    float: left;
}

.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;
}

.ScreenOverlayTransparent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 4;
    overflow: visible;
}

.PopUpEditor {
    position: fixed;
    box-shadow: 0px 0px 30px #888888;
    padding: 5px 5px 25px 5px;
    background-color: white;
    border-width: 2px;
    border-color: #000000;
    z-index: 5;
    top: 50%;
    left: 50%;
}

    .PopUpEditor table:nth-child(1) {
        padding: 10px 10px 5px 10px;
        align-content: center;
        width: 100%;
    }

    .PopUpEditor table tr {
        height: 40px;
    }

        .PopUpEditor table tr td {
            min-width: 240px;
        }

.PrintQueueEditor.PopUpEditor {
    height: 360px;
    width: 600px;
    margin-top: -170px;
    margin-left: -310px;
}

.PrintQueueEditor img {
    margin-top: 2px;
}

.PrintQueueOptionsEditor.PopUpEditor {
    height: 360px;
    width: 600px;
    margin-top: -170px;
    margin-left: -310px;
}

.GroupEditor.PopUpEditor {
    height: 840px;
    width: 700px;
    margin-top: -450px;
    margin-left: -355px;
}

    .GroupEditor.PopUpEditor table {
        border: none;
        min-width: 50px;
    }

    .GroupEditor.PopUpEditor tr td {
        min-width: 50px;
    }

.EmailTest.PopUpEditor {
    height: 167px;
    width: 475px;
    margin-top: -120px;
    margin-left: -237px;
    border: 1px solid black;
}

.Messagebox.PopUpEditor {
    height: 270px;
    width: 590px;
    margin-top: -135px;
    margin-left: -300px;
    z-index: 100;
}

.LicenseEditor.PopUpEditor {
    height: 335px;
    width: 605px;
    margin-top: -167px;
    margin-left: -302px;
}

.ImportLicenseEditor.PopUpEditor {
    height: 385px;
    width: 650px;
    margin-top: -192px;
    margin-left: -325px;
}

.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%;
}

.EmailInboxEditor.PopUpEditor {
    height: 840px;
    width: 820px;
    margin-top: -460px;
    margin-left: -410px;
}

.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: 530px;
    width: 620px;
    margin-top: -260px;
    margin-left: -300px;
    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: 335px;
    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: 194px;
    width: 300px;
    margin-top: -100px;
    margin-left: -180px;
    z-index: 6;
}

.ServerSelector table tr td {
    min-width: 100px;
}

.UVPEditor.PopUpEditor {
    height: 300px;
    width: 600px;
    margin-top: -150px;
    margin-left: -304px;
    z-index: 6;
}

.UVPEditor table tr td {
    min-width: 100px;
}

.Filtertest.PopUpEditor {
    height: 167px;
    width: 400px;
    margin-top: -85px;
    margin-left: -200px;
    z-index: 6;
}

.Filtertest table tr td {
    min-width: 100px;
}

.ApiServiceEditor.PopUpEditor {
    height: 250px;
    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;
}

.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: 540px;
    width: 600px;
    margin-top: -400px;
    margin-left: -310px;
}

    .PrintOptionsSelector.PopUpEditor tr {
        padding: 5px;
    }

    .PrintOptionsSelector.PopUpEditor td {
        min-width: 175px;
    }

.FileUpload {
    margin: 5px;
    padding: 10px;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 8px 1px #BEBEBE !important;
    border: 1px solid #BEBEBE;
    min-height: 38px;
}

.bordered {
    border: 1px solid #BEBEBE;
    padding: 10px;
    margin: 10px;
}

.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%);
}

.ui-dialog {
    position: fixed !important; /* Fix the dialog in the viewport */
    top: 50% !important; /* Position at the center */
    left: 50% !important; /* Position at the center */
    transform: translate(-50%, -50%) !important; /* Adjust for exact centering */
}

.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: 376px;
    width: 515px;
    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: 6px 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;
}

    .dxbButton.invert {
        background: #E8E8E8;
        color: #000000;
    }


.dxbButtonHover {
    background: #E8E8E8;
    color: #000000;
}

.dxucFileList {
    width: 650px;
    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;
    max-width: 440px !important;
}

    .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;
    padding: 0px 0px 0px 0px !important;
}

.dx-fileuploader-cancel-button {
    display: none !important
}
/*end DevExpress*/

/* scaleable switch */

.switch {
    position: relative;
    text-align: right;
    display: inline-block;
    width: 3em; /* scaled width */
    height: 1.5em; /* scaled height */
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 1.5em; /* scaled border-radius */
}

    .slider:before {
        position: absolute;
        content: "";
        height: 1.125em; /* scaled size */
        width: 1.125em; /* scaled size */
        left: 0.1875em; /* Adjusted position to center the knob */
        bottom: 0.1875em; /* Adjusted to keep it centered vertically */
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #4276F2;
}

    input:checked + .slider:before {
        transform: translateX(1.5em); /* Adjusted translation to match the width */
    }


/* end scaleable switch */

.expandable-container {
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease;
}

.expandable-content {
    padding: 20px;
}

.expandable-container.open {
    height: 228px; /* Set the expanded height */
}

.expandable-container:not(.open) {
    height: 77px; /* Set the initial collapsed height */
}

.expandable-container table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

    .expandable-container table td {
        padding: 5px;
    }

/* Main printoptions */

.printoption-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 5px 20px 5px 20px;
}

.printoption-item {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    color: #696969;
    flex-grow: 1;
}

.printoption-image {
    background-color: transparent;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    object-fit: contain;
    max-height: 100px;
    max-width: 100px;
}

.printoption-alert {
    display: flex;
    background-color: #FABE2A;
    color: #000000;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #696969;
    font-weight: bold;
    width: 940px;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-left: 4px;
    text-align: center;
}

.printoption-item span.printoption-header {
    flex: 1;
    background-color: #eeeeee;
    border-radius: 0.1rem 0.1rem 0 0;
    box-shadow: 0px 0px 2px 1px #BEBEBE;
    color: #34495e;
    font-size: 12px;
    padding: 0.4em 1em;
    box-sizing: border-box;
    max-height: 2em;
    width: 100%;
    z-index: 1;
}

.printoption-item div.printoption-empty {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 0.1rem;
    outline: none;
    padding: 0.2em;
    box-sizing: border-box;
    object-fit: contain;
    max-height: 60px;
    width: 100%;
}

.printoption-item div.printoption-switch {
    flex: 1;
    border-radius: 0.1rem 0.1rem 0 0;
    color: #FFFFFF;
    font-size: 13px; /* use to scale the switch */
    padding: 0.8em 1em 0.4em 1em;
    box-shadow: 0px 0px 4px 1px #BEBEBE;
    border-radius: 0 0 0.1rem 0.1rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.printoption-item div.printoption-copies {
    flex: 1;
    flex-shrink: 1;
    box-shadow: 0px 0px 4px 1px #BEBEBE;
    color: #696969;
    outline: none;
    border: none;
    border-radius: 0 0 0.1rem 0.1rem;
    text-align: center;
    padding: 0.45em 1em;
    box-sizing: border-box;
    width: 100%;
}

    .printoption-item div.printoption-copies input[type="number"] {
        flex: 1;
        background-color: #FFFFFF;
        border-radius: 0.1rem;
        -moz-appearance: textfield;
        appearance: textfield;
        -webkit-appearance: none;
        color: #696969;
        font-size: 18px;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
        border: none;
    }

.printoption-item div.printoption-pages {
    flex: 1;
    box-shadow: 0px 0px 4px 1px #BEBEBE;
    outline: none;
    border: none;
    border-radius: 0 0 0.1rem 0.1rem;
    font-size: 12px;
    padding: 0.4em 1em;
    box-sizing: border-box;
    width: 100%;
}


/* Style for the radio button */
.printoption-pages input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 1.2em;
    height: 1.2em;
    border: 0.15em solid #4276F2;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 0.5em;
    background-color: #fff;
    vertical-align: middle;
    transition: all 0.3s ease;
}

    .printoption-pages input[type="radio"]:checked {
        background-color: #4276F2;
        border-color: #4276F2;
    }

    .printoption-pages input[type="radio"]:not(:checked):hover {
        border-color: #4276F2;
        background-color: #BEBEBE;
    }

/* Text alignment and style for labels */
.printoption-pages label {
    vertical-align: middle;
    font-size: 12px;
    color: #696969;
    cursor: pointer;
    padding: 0px 10px 0px 0px
}

.printoption-pages input[type="number"] {
    background-color: #FFFFFF;
    border-radius: 0.2rem;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
    margin: 5px 0px 0px 0px;
    color: #696969;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    width: 60px;
    box-shadow: none;
    border: 1px solid #696969;
    vertical-align: middle;
}

.printoption-item select {
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    padding: 0.675em 2em 0.675em 1em;
    background-color: #fff;
    border: none;
    border-radius: 0 0 0.1rem 0.1rem;
    color: #696969;
    cursor: pointer;
    position: relative;
    min-height: 40px;
    width: 100%;
    text-indent: 0.01px; /*In Firefox*/
}

img.no-invert {
    filter: none; /* Exclude specific images */
}

.PublicLogoutText {
    font-size: 22px;
    color: #696969;
    text-align: left;
    padding-top: 10px;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 6px 0px hsla(0, 0%, 0%, 0);
    }

    50% {
        box-shadow: 1px 1px 10px 0px hsla(0, 0%, 0%, 0.6);
    }

    100% {
        box-shadow: 0px 0px 6px 0px hsla(0, 0%, 0%, 0);
    }
}

.shadow-pulse {
    animation-name: shadowPulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.scrollable-grid {
    height: 450px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.bullet-image {
    float: left;
    padding: 0px 10px 0px 0px
}
