/* Custom CSS by MHx */

/* HTML, BODY */

html,
body {
    font-size: 16px;
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif !important;
}

/* HEADER*/

#header-title {
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #555555;
}

#header-center {
    width: 100%;
    padding: 0px;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    justify-content: center;
    background: url(/pwm/public/resources/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 70%;
}

#header-center-left {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

#header-center-right {
    margin-right: 10px;
    top: 3px;
}

#header-page {
    padding-top: 0px;
    display: inline;
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #555555;
}

#header-company-logo {
    display: none;
    /* position: relative !important;
    height: 50px;
    position: absolute;
    min-width: 94px;
    width: 33%;
    background: url(/pwm/public/resources/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 17px; */
}

#header {
    background: #fff;
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    color: #555555;
    height: 70px;
    margin-bottom: 75px;
    display: flex;
}

.header-button {
    background: #f1f1f1;
}

.header-button span.pwm-icon {
    color: #555555;
    background: #f1f1f1;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
    padding: 4px;
}

#header-menu-alert {
    color: #e40428;
}

/* TILE */

.tile {
    border: 1px solid #848484;
    margin: 15px;
    z-index: 0;
}

.tile-image {
    color: #e40428;
}

.tile:hover {
    border: 1px solid #000000;
}

.tile-title {
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

.tile-title:after {
    content: " ";
    height: 8px;
    width: 100%;
    border-bottom: 4px solid #2d2d2d;
    clear: both;
    display: block;
    text-align: center;
}

.tile-subtitle {
    font-size: 14px;
    color: #555555;
}

/* CENTERBODY */

#centerbody {
    padding: 15px;
    background-color: #f1f1f1 !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #e40428 !important;
    width: max-content;
    max-width: 85%;
}

div#centerbody.ng-scope {
    max-width: 85%;
    width: 600px;
}

#centerbody p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

#centerbody h1 {
    margin-block-start: 0em;
}

#centerbody.tall {
    top: 200px;
}

#centerbody ul {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-inline-start: 20px;
}

/* FOOTER */

#footer {
    color: #555555;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 33px;
    background-color: #fff;
    border-top: 1px solid #1c1e1f;
}

/* BUTTON */

button.btn {
    background: #e40428;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    margin: 0px;
    border: none !important;
}

button.btn:disabled {
    background-color: #666666;
    color: #ffffff;
}

/* LOGIN */

h2.loginFieldLabel {
    display: block;
    margin: 8px 0 4px 15px;
    font-weight: bold;
    font-size: 12px;
}

#login .inputfield {
    padding: 0 15px;
}

#login .loginFieldLabel {
    display: block;
}

/* INPUT FIELD */

input.inputfield,
input.passwordfield {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    border-radius: 4px;
    outline: 0;
    background: #ffffff;
    margin-left: 0px;
    max-width: 75%;
}

div.login-wrapper #centerbody table.noborder {
    padding: 10px;
    margin: 15px;
    border: 1px solid #848484;
    text-align: center;
    color: #434c50;
    width: 165px;
    max-width: 165px;
    height: 165px;
    display: block;
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    box-sizing: content-box;
    background-color: #ffffff !important;
}

div.login-wrapper #centerbody table.noborder td {
    display: block;
}

div.login-wrapper #centerbody table.noborder td a {
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #434c50;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

div.login-wrapper #centerbody table.noborder td a:after {
    content: " ";
    height: 8px;
    width: 100%;
    border-bottom: 4px solid #2d2d2d;
    clear: both;
    display: block;
    text-align: center;
}

div.login-wrapper #centerbody table.noborder td span.btn-icon {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
    height: 50px;
    color: #e40428;
}

div.login-wrapper #centerbody table.noborder td.menubutton_key {
    width: unset;
}

div.login-wrapper #centerbody table.noborder td.menubutton-description p {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
    overflow: hidden;
    height: 70px;
    margin: 0px;
}

div#strengthLabel {
    padding-top: 18px !important;
}

#agreementText {
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif;
    background-color: inherit;
    color: #333333;
    padding: 0px;
}

.noborder {
    padding: 0px;
    margin: 0px;
}

.message {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

span#message.message.display-none {
    background-color: unset !important;
}

/* OVERLAY MESSAGE */

div#idle-overlay-message {
    max-width: 90vw !important;
}

/* FONT */

@font-face {
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: bold;
    src: local("TeleGrotesk Next"),
        url("/pwm/public/resources/TeleGroteskNext-Bold.woff") format("woff");
}

@font-face {
    font-family: "TeleGrotesk Next", Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    src: local("TeleGrotesk Next"),
        url("/pwm/public/resources/TeleGroteskNext-Medium.woff") format("woff");
}