/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2018 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 */

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('./medica/font-awesome/5.13.0/css/all.min.css');
@import url('https://use.typekit.net/pul5rwh.css');
@import url('./medica/bootstrap-optimized-min.css');
@import url('./medica/base-theme-core-libraries-optimized-min.css');
@import url('./medica/base-theme-main-theme-optimized-min.css');
@import url('./medica/base-theme-slick-slider-optimized-min.css');
@import url('./medica/medica-pre-optimized-min.css');

@font-face {
    font-family: 'm-icons';
    src: url('fonts/m-icon-font.eot?jefgwk');
    src: url('fonts/m-icon-font.eot?jefgwk#iefix') format('embedded-opentype'), url('fonts/m-icon-font.ttf?jefgwk') format('truetype'), url('fonts/m-icon-font.woff?jefgwk') format('woff'), url('fonts/m-icon-font.svg?jefgwk#m-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


.pwm-icon-eye.button:active,
.pwm-icon-eye.button:focus-visible,
.pwm-icon-eye-slash.button:active,
.pwm-icon-eye-slash.button:focus-visible {
    outline: 0;
    box-shadow: none !important;
}

::-ms-reveal {
    display: none;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

main {
    padding-top: 0px !important;
}

html,
body {
    font-family: 'Lato', sans-serif;
    color: #22272d;
    font-size: 16px;
}

a {
    color: #345181;
}

p {
    font-size: 1rem;
}

/* reset ol, ul styles */

ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 20px;
}

ul ul,
ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

li {
    line-height: 1.5rem;
    margin: initial;
    padding: initial;
    list-style-position: outside;
}

.h2,
h2 {
    font-size: initial;
    font-size: initial;
    line-height: auto;
}

.h3,
h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
}

form p {
    text-align: left;
}

form h2 label {
    margin-top: 1.5rem;
}

form option {
    font-size: 1rem;
}

h1 {
    font-size: 48px;
}

h1#page-content-title {
    background-color: #f8f3f2;
    padding: 80px 0 90px 0;
}

table {
    border: none;
    margin-right: auto;
}

table td {
    border: none;
    vertical-align: top;
}

table td.title {
    color: #697c87;
    font-size: 100%;
    font-weight: normal;
    background-color: #eef2f2;
}

table td.key {
    width: auto;
    white-space: nowrap;
}

.text-label,
label {
    font-size: 1rem;
}

.inputfield {
    border: 1px solid #dae1e1;
    border-radius: 1px;
    padding: 10px;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 1rem;
}

.inputfield:active,
.inputfield:focus {
    border: 2px solid #345181;
    box-shadow: none;
}

.noborder td {
    vertical-align: top;
}

.tokenInput {
    border: 1px solid #dae1e1;
    border-radius: 1px;
    padding: 8px;
    font-size: 1rem;
    height: auto;
    width: 100%;
}

.changepasswordfield {
    border: 1px solid #dae1e1;
    border-radius: 1px;
    padding: 10px;
    margin: 0;
    margin-left: 0 !important;
    width: 95%;
    font-size: 1rem;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #345181;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(-45deg, transparent 33%, #345181 33%, #345181 66%, transparent 66%), -webkit-linear-gradient(top, #345181, #345181), -webkit-linear-gradient(left, #345181, #345181);
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

/*** Firefox ***/

progress[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient(135deg, transparent 33%, #345181 33%, #345181 66%, transparent 66%), -moz-linear-gradient(top, #345181, #345181), -moz-linear-gradient(left, #345181, #345181);
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

/* main body wrapper, all elements (except footer) should be within wrapper */

#wrapper {
    margin: 0 auto -529px;
}

@media (min-width: 768px) {
    #wrapper {
        margin: 0 auto -349px;
    }
}

@media (min-width: 1440px) {
    #wrapper {
        margin: 0 auto -319px;
    }
}

/* main content section, all content should be inside a centerbody div */

#centerbody {
    width: 700px;
    max-width: 100%;
    margin-top: 30px;
    padding: 50px 75px;
}

/* tile styles */

#centerbody.tile-centerbody {
    padding: 25px 5px 25px 25px;
    display: flex;
    justify-content: center;
    border: 0;
    padding: 25px;
    margin-top: 0;
    min-width: 150px;
    box-shadow: none;
    flex-wrap: wrap;
    width: 100%;
}

#centerbody.tile-centerbody a {
    margin-top: 5px;
}

a .tile {
    text-decoration: none;
}

.tile {
    /* width: 200px; */
    height: auto;
    border: 2px solid #e9e5e5;
    padding: 25px 10px 25px 10px;
    margin-right: 20px;
}

.tile:hover {
    border: 2px solid #345181;
}

.tile-image {
    /* font: 45px m-icons, FontAwesome;
    color: #007cd0; */
    height: 45px;
}

.tile-image:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    height: 24px;
    width: 24px;
}

.tile-title {
    color: #345181;
    font-family: 'Calluna-Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.tile-subtitle {
    color: #1d2024;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    height: auto;
}

.tile-image.password-image:before {
    background-image: url('https://mss-p-048-delivery.sitecorecontenthub.cloud/api/public/content/4a39c0cb25284abf8ca3b85631efb5d8?v=fb990254');
    content: '';
}

.tile-image.search-image:before {
    content: "\e90a";
}

.tile-image.newuser-image:before {
    content: "\e9d5";
}

.tile-image.activation-image:before {
    content: "\e9b4";
}

.tile-image.orgchart-image:before {
    content: "\e993";
}

.tile-image.selfdelete-image:before {
    content: "\e96f";
}

.tile-image.security-image:before {
    background-image: url('https://mss-p-048-delivery.stylelabs.cloud/api/public/content/301d2a08c92b44f7be0345c87b722439?v=ad0e971c');
    content: '';
}

.tile-image.mobile-image:before {
    background-image: url('https://mss-p-048-delivery.stylelabs.cloud/api/public/content/8db9d59377c745c0bef35409288cede9?v=2ec65504');
    content: '';
    width: 16px;
}

.tile-image.profile-image:before {
    background-image: url('https://mss-p-048-delivery.stylelabs.cloud/api/public/content/c71ce238d5df429d8abd193bf93147c4?v=cc5a1898');
    content: '';
}

.tile-image.shortcut-image:before {
    content: "\e99c";
}

.tile-image.user-image:before {
    background-image: url('https://mss-p-048-delivery.stylelabs.cloud/api/public/content/447a20cb766943999087ffab47efd81d?v=2030e856');
    content: '';
}

.tile-image.link-image:before {
    background-image: url('https://mss-p-048-delivery.sitecorecontenthub.cloud/api/public/content/a2899bbaeabe4ab59e0662eaab16725a?v=3c41089e');
    content: '';
    width: 23px;
}

.tile-image.support-image:before {
    content: "\e9ae";
}

.tile-image.guest-image:before {
    content: "\e9a7";
}

.tile-image.admin-image:before {
    content: "\e9ac";
}

.tile-image.forgotten-password-image:before {
    content: "\e9d6";
}

.tile-image.forgotten-username-image:before {
    content: "\e98e";
}

.tile-image.signin-image:before {
    content: "\e9d4";
}

.tile-image.sign-image:before {
    content: "\e96f";
}

/* all forms use a buttonbar div containing the action buttons */

.btn {
    background: #f6f9f8;

    /* For IE9 */
    border: 1px solid #dae1e1;
    color: #434c50;
    font-size: 14px;
    height: auto;
    margin: 0;
    margin-right: 5px;
    min-width: 80px;
    max-width: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

/* header stuff */

#header {
    border-top: 40px solid #345181;
    border-bottom: 2px solid #e2e2e2;
    background: #fff;
    background-color: #ffff;
    color: #345181;
    height: 100px;
}

#header-center {
    display: flex;
    justify-content: center;
    height: 67px;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

#header-center-right {
    height: 30px;
    padding: 0;
    right: 10px;
    top: 9px;
    width: auto;
}

html[dir="rtl"] #header-center-left {
    min-width: 300px;
}

#header-menu-alert {
    vertical-align: middle;
}

.header-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0;
    margin: 0 0 0 3px;
    display: inline-block;
    float: none;
    border-radius: 0;
}

#page-content-title {
    display: none;

    /* must be overridden by themes to use */
}

#header-page {
    font-family: 'Lato', sans-serif;
    display: none;
    font-size: 20px;
    font-weight: normal;
    left: 19px;
    position: absolute;
    top: 7px;
}

#header-title {
    display: none;
    margin-top: 18px;
    letter-spacing: 0.25px;
    font-size: 20px;
}

#header-warning {
    border: 2px solid #aaa;
    background-color: #434c50;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px #697c87;
    color: #f6f6f6;
    text-align: left;
    width: 240px;
}

#header-warning span {
    display: inline-block;
}

.header-warning-version {
    letter-spacing: 0.5px;
}

.header-warning-button {
    font-weight: normal;
    text-decoration: none;
    width: auto;
    padding: 8px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}

.header-warning-button:hover {
    background-color: #59656a;
}

.message {
    width: 100%;
}

.message-info {
    color: black;
}

.message-error {
    font-weight: bold;
    color: #f00;
    background-color: #f6f9f8;
}

.message-success {
    background-color: #26a9e0;
}

/*** Footer Stuff ***/

#footer {
    background-image: none;
    text-align: center;
}

.push,
#footer {
    height: 529px;
}

#footer .section-container .component-content .column-splitter {
    margin-top: 75px !important;
    margin-bottom: 48px !important;
}

@media (min-width: 768px) {
    .push,
    #footer {
        height: 349px;
    }

    #footer > .row > .section-container:first-child .component-content .column-splitter {
        margin-top: 75px !important;
        margin-bottom: 48px !important;
    }
}

@media (min-width: 1440px) {
    .push,
    #footer {
        height: 316px;
    }

    #footer > .row > .section-container:first-child .component-content .column-splitter {
        margin-top: 75px !important;
        margin-bottom: 48px !important;
    }
}

#footer > .row > .section-container:first-child > .component-content {
    border-bottom: none;
}

footer h2 {
    font-size: 36px;
    line-height: 1.267;
    font-family: Calluna, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}

footer p {
    color: #fff;
    font-size: 18px;
}

.col.left {
    text-align: left;
}

.bottom-links span {
    color: #fff;
}

.bottom-links a,
.bottom-links span {
    font-size: 16px;
}

a.call,
a.call:hover {
    text-decoration: none;
}

/*

#footer {
    height: 45px;
    color: #555;
    background-color: transparent;
    font-size: 12px;
}

#footer-content {
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#footer .infotext {
    color: #333;
} */

/*** End Footer stuff ***/

#capslockwarning {
    padding: 1em;
    color: #fff;
    box-sizing: border-box;
}

.agreementText {
    border: none;
    background: none;
    max-height: initial;
    overflow: initial;
    font-family: 'Lato', sans-serif;
    padding: 0;
}

.agreementText p {
    text-align: left;
}

.eulaText {
    background-color: #ddd;
}

select {
    border: 1px solid #dae1e1;
    border-radius: 1px;
    padding: 8px;
    margin-right: 5px;
    width: 100% !important;
    font-size: 1rem;
}

#button-openHeader {
    display: none !important;
    background-color: transparent;
}

#button-openHeader span {
    font-size: 1rem;
}

.sign-in {
    margin-left: 0;
}

#login .selectfield,
#configLogin .selectfield {
    font-size: 1rem;
}

#login .inputfield,
#configLogin .inputfield {
    font-size: 1rem;
}

#login .buttonbar #submitBtn {
    background: #f6f9f8;
    border: 1px solid #dae1e1;
    border-radius: 3px;
    color: #434c50;
    min-width: 80;
}

.navbutton {
    padding: 3px 5px;
    border-radius: 3px;
}

.formFieldWrapper,
form.h2 {
    margin-top: 1.5rem;
}

.formFieldLabel {
    color: #22272d;
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 2px;
    margin-top: 1rem;
}

.searchbar {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.searchbar:before {
    content: none;
}

/* begin dialog section */

#dialogPopup_underlay {
    background-color: #222;
}

#idleDialog_underlay {
    background-color: #111;
}

#idle-overlay-message {
    position: fixed;
}


dialog {
    border: 2px solid #ddd;
}

.dialogBody {
    padding: 0 20px;
}

#dialog_cancel_button,
#dialog_ok_button {
    margin: 15px auto;
    padding: 10.5px 34px;
    font-size: 14px;
    line-height: 1.23;
    border-radius: 26px;
    color: #22272d;
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-weight: 600;
}

#dialog_cancel_button {
    text-decoration: underline;
}

#dialog_ok_button {
    background: #c81766;
    color: #fff;
    font-weight: 600;
}

#dialog_ok_button:hover {
    background: #a20f4f;
    color: #fff;
    border-color: transparent;
    border: none;
    text-decoration: none;
}

#dialog_ok_button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 4px #e0dbdb;
}

/* end dialog section */

/* begin peoplesearch section */

.panel-peoplesearch-person {
    background: #eef2f2;
    border-radius: 3px;
}

.peoplesearch-input-username,
.helpdesk-input-username {
    font-size: 14px;
    width: 350px;
    border: 1px solid #dae1e1;
    border-radius: 2px;
    padding: 5px;
}

/* end peoplesearch section */

/* begin peoplesearch org chart section */

.panel-orgChart-person {
    background: #eef2f2;
    border-radius: 3px;
}

#header-menu:only-child {
    padding-top: inherit;
}

#HomeButton span.pwm-icon,
#LogoutButton span.pwm-icon,
#header-username-caret span.pwm-icon {
    margin-right: 0;
}

#header-menu-icon {
    font-size: 26px !important;
}

.hidden {
    display: none;
}

.logViewer {
    background-color: #ddd;
}

[class^="pwm-icon-"],
[class*=" pwm-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: m-icons, FontAwesome !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pwm-icon-warning:before {
    content: "\f071";
    display: inherit;
    font-size: 18px;
    margin-right: 2px;
}

.pwm-icon-home:before {
    content: "\e98a";
}

.pwm-icon-sign-out {
    height: 24px;
    width: 24px;
}

.pwm-icon-sign-out:before {
    background: url('https://mss-p-048-delivery.sitecorecontenthub.cloud/api/public/content/1770e366f1284014bb6388972589e9c2?v=05ce23d2');
    height: 24px;
    width: 24px;
    background-size: contain;
    content: "";
    display: inline-block;
}

.pwm-icon-chevron-down:before {
    content: "\e900";
}

.pwm-icon-chevron-up:before {
    content: "\e902";
}

.pwm-icon-start:before {
    content: "\e948";
}

.pwm-icon-stop:before {
    content: "\e949";
}

.pwm-icon-up:before {
    content: "\e94a";
}

.pwm-icon-new:before {
    content: "\e900";
}

.pwm-icon-close:before {
    content: "\e906";
}

.pwm-icon-times:before {
    content: "\e906";
}

.pwm-icon-check:before {
    content: "\e902";
}

.pwm-icon-search:before {
    content: "\e90a";
}

.pwm-icon-prev-left:before {
    content: "\e904";
}

.pwm-icon-next-right:before {
    content: "\e905";
}

.pwm-icon-flow-goto-next:before {
    content: "\e906";
}

.pwm-icon-flow-goto-prev:before {
    content: "\e907";
}

.pwm-icon-forward-right:before {
    content: "\e908";
}

.pwm-icon-back-left:before {
    content: "\e909";
}

.pwm-icon-flow-return:before {
    content: "\e90a";
}

.pwm-icon-reload-refresh:before {
    content: "\e90b";
}

.pwm-icon-claim:before {
    content: "\e90c";
}

.pwm-icon-history:before {
    content: "\e90d";
}

.pwm-icon-configure:before {
    content: "\e90e";
}

.pwm-icon-hamburger-menu:before {
    content: "\e90f";
}

.pwm-icon-circle-horz-menu-fill:before {
    content: "\e910";
}

.pwm-icon-circle-horz-menu:before {
    content: "\e911";
}

.pwm-icon-circle-vert-menu-fill:before {
    content: "\e912";
}

.pwm-icon-circle-vert-menu:before {
    content: "\e913";
}

.pwm-icon-control-play-71:before {
    content: "\e914";
}

.pwm-icon-control-rewind:before {
    content: "\e915";
}

.pwm-icon-control-fast-forward:before {
    content: "\e916";
}

.pwm-icon-control-fast-rewind:before {
    content: "\e917";
}

.pwm-icon-control-goto-end:before {
    content: "\e918";
}

.pwm-icon-control-goto-start:before {
    content: "\e919";
}

.pwm-icon-control-pause:before {
    content: "\e91a";
}

.pwm-icon-control-stop:before {
    content: "\e91b";
}

.pwm-icon-user:before {
    content: "\e91c";
}

.pwm-icon-profile:before {
    content: "\e91d";
}

.pwm-icon-date:before {
    content: "\e91e";
}

.pwm-icon-device-monitor:before {
    content: "\e91f";
}

.pwm-icon-device-mobile:before {
    content: "\e920";
}

.pwm-icon-admin:before {
    content: "\e921";
}

.pwm-icon-support:before {
    content: "\e922";
}

.pwm-icon-email:before {
    content: "\e923";
}

.pwm-icon-file:before {
    content: "\e924";
}

.pwm-icon-doc:before {
    content: "\e925";
}

.pwm-icon-export-to-doc:before {
    content: "\e926";
}

.pwm-icon-fingerprint:before {
    content: "\e927";
}

.pwm-icon-bookmark:before {
    content: "\e928";
}

.pwm-icon-card:before {
    content: "\e929";
}

.pwm-icon-folder-new:before {
    content: "\e92b";
}

.pwm-icon-folder:before {
    content: "\e92c";
}

.pwm-icon-lock:before {
    content: "\e92d";
}

.pwm-icon-unlock:before {
    content: "\e92e";
}

.pwm-icon-password:before {
    content: "\e92f";
}

.pwm-icon-report:before {
    content: "\e930";
}

.pwm-icon-image:before {
    content: "\e931";
}

.pwm-icon-select:before {
    content: "\e932";
}

.pwm-icon-size-contract:before {
    content: "\e933";
}

.pwm-icon-size-expand:before {
    content: "\e934";
}

.pwm-icon-sort:before {
    content: "\e935";
}

.pwm-icon-shortcut:before {
    content: "\e936";
}

.pwm-icon-cancel:before {
    content: "\e937";
}

.pwm-icon-status-disconnected:before {
    content: "\e938";
    color: #808080;
}

.pwm-icon-status-ok:before {
    content: "\e939";
    color: #3dd77a;
}

.pwm-icon-status-ok-fill:before {
    content: "\e93a";
    color: #3dd77a;
}

.pwm-icon-status-error:before {
    content: "\e93b";
    color: #e50000;
}

.pwm-icon-status-error-fill:before {
    content: "\e93c";
    color: #e50000;
}

.pwm-icon-status-warn:before {
    content: "\e941";
    color: #ffbc00;
}

.pwm-icon-status-warn-fill:before {
    content: "\e942";
    color: #ffbc00;
}

.pwm-icon-status-denied:before {
    content: "\e93d";
    color: #e50000;
}

.pwm-icon-status-pending:before {
    content: "\e93e";
    color: #ffbc00;
}

.pwm-icon-status-retracted:before {
    content: "\e93f";
    color: #ff8575;
}

.pwm-icon-status-running:before {
    content: "\e940";
    color: #007cd0;
}

.pwm-icon-message-error:before {
    content: "\e943";
}

.pwm-icon-message-error-red:before {
    content: "\e944";
    color: #e50000;
}

.pwm-icon-message-error-red-fill:before {
    content: "\f071";
    color: #e50000;
}

.pwm-icon-eye::before {
    content: "\f06e";
    position: absolute;
}

.pwm-icon-eye-slash::before {
    content: "\f070";
    position: absolute;
}

#pwm-setupResponsesDiv .pwm-icon.pwm-icon-chevron-circle-right {
    font-family: initial !important;
    content: "";
    display: none;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle,
#helpdesk-searchResultsGrid .dgrid-hider-toggle {
    background-image: none;
    color: #808080;
    font: 20px m-icons;
    height: auto;
    padding: 0;
    right: 0;
    top: 0;
    width: 20px;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle:before,
#helpdesk-searchResultsGrid .dgrid-hider-toggle:before {
    content: "\e90e";
}

.nihilo .dijitDialogCloseIcon {
    background-image: none !important;
    width: 20px !important;
    height: 20px !important;
    font: 20px m-icons;
    color: #808080;
    right: 3px !important;
    top: 3px !important;
}

.dijitDialogCloseIcon:before {
    content: "\e906";
}

html[dir="rtl"] .dijitDialogCloseIcon {
    left: 3px !important;
    right: auto !important;
}

html[dir="rtl"] dialog .closeIcon {
    float: left;
}

.menubutton,
.navbutton {
    color: #434c50;
    background-color: #f6f9f8;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #dae1e1;
}

.menubutton span.pwm-icon,
.navbutton .pwm-icon {
    display: none;
}

.label-b1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
}

.btn:hover:enabled,
.menubutton:hover:enabled,
.navbutton:hover:enabled {
    color: #c81766;
    border: 1px solid #c81766;
    color: #fff;
}

.btn > .btn-icon {
    display: none;
}

.btn:hover > .btn-icon {
    display: none;
}

.dialogBody.narrow .btn {
    max-width: 160px;
    min-width: 160px;
}

.btn > .btn-icon:before {
    height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    width: 18px;
}

/* Firefox-specific styles */

@-moz-document url-prefix () {
    .btn > .btn-icon:before {
        top: 2px;
    }
}

/* Webkit-specific styles (Chrome, Safari, Opera) */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .foo {
        background-color: white;
    }
}

.btn-icon.fa-forward:before,
.btn-icon.fa-edit:before {
    right: -1px;
}

.btn[type=submit] {
    background-color: #f6f9f8;
}

.btn[type=submit]:hover {
    color: #007cd0;
    border: 1px solid #01a9e7;
}

.btn[type=submit] > .btn-icon {
    background-color: rgb(19, 92, 143);
}

.btn[type=submit][disabled] > .btn-icon {
    background-color: rgb(184, 184, 184);
    color: rgb(237, 237, 237);
}

.btn[type=submit][disabled] {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: rgb(184, 184, 184);
}

.dijitContentPane .btn {
    display: inline-block;
}

form#clearExistingForm .btn,
form#clearExistingForm + .btn,
form#setupOtpSecret .btn,
form#setupOtpSecret-skip .btn {
    display: inline-block;
}

html[dir="rtl"] #centerbody {
    margin-left: auto;
    margin-right: 30px;
}

.centerbody-head {
    font-size: 16px;
    margin-bottom: 10px;
    color: #434c50;
}

#centerbody .buttonbar {
    margin-top: 20px;
    text-align: center;
}

#centerbody .buttonbar .checkboxWrapper {
    text-align: left;
    float: left;
}

html[dir="rtl"] #centerbody .buttonbar {
    text-align: right;
}

#centerbody .buttonbar button,
#centerbody .buttonbar #button-cancelButton,
#centerbody .buttonbar #button-cancel,
#centerbody .buttonbar #button-sendReset,
#centerbody .buttonbar #button_reset,
#centerbody .buttonbar #skipbutton,
#centerbody .buttonbar #button-goback,
#centerbody .buttonbar #button_logout,
#button-sendReset,
.btn[type=submit] {
    display: block;
    margin: 15px auto;
    padding: 10.5px 34px;
    font-size: 14px;
    line-height: 1.23;
    border-radius: 26px;
    color: #22272d;
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-weight: 600;
}

#centerbody .buttonbar button:hover,
#centerbody .buttonbar #button-cancelButton:hover,
#centerbody .buttonbar #button-cancel:hover,
#centerbody .buttonbar #button-sendReset:hover,
#centerbody .buttonbar #button_reset:hover,
#centerbody .buttonbar #skipbutton:hover,
#centerbody .buttonbar #button-goback:hover,
#centerbody .buttonbar #button_logout:hover,
#button-sendReset:hover {
    text-decoration: underline;
}


#centerbody .buttonbar button.btn[type=submit]:focus,
button.btn[type=submit]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6e6b71;
}
 
 
#centerbody .buttonbar button:focus,
#centerbody .buttonbar #button-cancelButton:focus,
#centerbody .buttonbar #button-cancel:focus,
#centerbody .buttonbar #button-sendReset:focus,
#centerbody .buttonbar #button_reset:hover,
#centerbody .buttonbar #skipbutton:focus,
#centerbody .buttonbar #button-goback:focus,
#centerbody .buttonbar #button_logout:focus,
#button-sendReset:focus, #dialog_cancel_button {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6e6b71;
}
 
.inputfield:active, .inputfield:focus {
border: 2px solid #6e6b71;
box-shadow: none;
}


.pwm-basic-link:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6e6b71;
    background-image: none;
    border-radius: 1px;
    background-image: none!important;
    display: inline-block;
    text-decoration: none;
}



#centerbody .buttonbar button.btn[type=submit],
button.btn[type=submit],
#dialog_ok_button {
    background: #c81766;
    color: #fff;
    font-weight: 600;
}

#centerbody .buttonbar button.btn[type=submit]:hover,
button.btn[type=submit]:hover {
    background: #a20f4f;
    color: #fff;
    border-color: transparent;
    border: none;
    text-decoration: none;
}

#centerbody .buttonbar button.btn[type=submit]:focus,
button.btn[type=submit]:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6e6b71;
}

#header-company-logo {
    background: none;
    /*background: url("HeaderLogo-110x21.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: contain;
    color: transparent; */
    position: absolute;
    height: 26px;
    left: 10px;
    top: 30%;
    width: 135px;
    z-index: 10;
}

#header-company-logo img {
    width:135px;
}

html[dir="rtl"] #header-company-logo {
    right: 0;
    left: initial;
}

html[dir="rtl"] #header-title {
    right: 75px;
    left: initial;
    white-space: nowrap;
}

#header-username,
#header-username-caret,
#header-menu-icon,
#HomeButton span,
#LogoutButton span,
#header-username-group,
#header-menu {
    display: inline-block !important;
    vertical-align: middle;
    color: #345181;
}

#HomeButton span,
#LogoutButton span {
    font-size: 20px !important;
}

#header-username {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-username-group {
    vertical-align: middle;
}

#header-menu,
.header-button {
    background: transparent;
    padding: 5px;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
}

.header-button .btn-icon {
    padding: 3px;
    margin-right: 0;
}

#header-menu:hover,
.header-button:hover {
    background: rgba(67, 76, 80, 0.25);
    border: 1px solid rgba(67, 76, 80, 0.25);
    cursor: pointer;
}

#message_wrapper .message {
    color: #ab001e !important;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;

    /*  margin: 1.5rem 0 0 0; */
}

#header-username .m-icons {
    padding-right: 5px;
    vertical-align: middle;
}

#button-openMenu {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.fa-home,
.fa-sign-out {
    display: none;
}

#centerbody td.menubutton_key,
#centerbody td.menubutton_key + td {
    padding: 10px 0;
    vertical-align: middle;
}

#centerbody td.menubutton_key > p,
#centerbody td.menubutton_key + td > p {
    margin: 0;
}

#footer,
#footer-content > .infotext {
    color: #434c50;
}

#login label,
#configLogin h1 {
    color: #434c50;
    font-size: 14px;
}

#login .buttonbar {
    border-bottom: 0 solid rgb(80, 83, 84);
    height: 48px;
    position: relative;
    text-align: left;
    margin-top: 25px;
}

html[dir="rtl"] #login .buttonbar {
    text-align: right;
}

#login .buttonbar #submitBtn:hover {
    color: #007cd0;
    border: 1px solid #01a9e7;
}

#configLogin .buttonbar {
    margin-top: 15px;
    position: relative;
}

#configLogin .buttonbar .checkboxWrapper {
    background-color: transparent;
    color: #434c50;
    left: 0;
    padding: 0;
    position: absolute;
}

.buttonbar button {
    display: inline-block;
}

#login button,
#configLogin #submitBtn,
#configLogin #button_cancel {
    min-width: 80px;
}

#login .inputfield {
    margin: 0;
    padding: 6px;
    width: 250px;
    margin-right: 8px;
    font-size: 15px;
}

#configLogin .inputfield {
    margin: 0;
    padding: 6px;
    width: 250px;
    margin-right: 8px;
}

#login #password-eye-icon:before,
#configLogin #password-eye-icon:before {
    color: #434c50;
}

#login > h2 {
    margin: 5px 0 2px;
}

#configLogin > h1 {
    margin: 20px 0 4px;
}

#login .buttonbar:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 0 solid rgb(53, 56, 56);
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

#login + br,
#configLogin > br {
    display: none;
}

#wrapper.login-wrapper {
    background: none repeat scroll 0 0 transparent;
}

#wrapper.login-wrapper #centerbody {
    display: block;
    min-width: 300px;
    margin-left: 50px;
    margin-top: 0;
    padding-top: 10px;
    background-color: transparent;

    /* for IE9 */
    border: 0;
}

#wrapper.login-wrapper #centerbody .menubutton {
    color: rgb(43, 156, 232);
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    min-width: 250px;
    background: transparent;
    border: 0;
}

#wrapper.login-wrapper #centerbody .menubutton:hover {
    text-shadow: none;
}

#wrapper.login-wrapper #centerbody td.menubutton_key {
    padding: 0 0 15px 0;
}

#wrapper.login-wrapper #centerbody td.menubutton-description {
    display: none;
}

#wrapper.login-wrapper #centerbody > table {
    width: 100%;
}

#wrapper.login-wrapper ~ #footer {
    background: none repeat scroll 0 0 transparent;
    color: black;
}

#wrapper.peoplesearch-wrapper #centerbody,
#wrapper.helpdesk-wrapper #centerbody {
    background-color: transparent;
    border: 0;
    padding: 5px;
}

#wrapper.peoplesearch-wrapper #centerbody.tall,
#wrapper.helpdesk-wrapper #centerbody.tall {
  /*  top: 70px; */
    bottom: 70px; 
    left: 25px;
    right: 25px;
}

#peoplesearch-searchResultsGrid,
#helpdesk-searchResultsGrid {
    top: 85px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

#peoplesearch-searchResultsGrid .dgrid,
#helpdesk-searchResultsGrid .dgrid {
    border: 1px solid #dae1e1;
}

#peoplesearch-searchResultsGrid .dgrid-header,
#helpdesk-searchResultsGrid .dgrid-header,
.dgrid-header-row,
.dgrid-footer {
    color: #697c87;
}

#peoplesearch-searchResultsGrid .dgrid-cell,
#helpdesk-searchResultsGrid .dgrid-cell {
    font-weight: normal;
    padding: 5px;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #dae1e1;
    border-top-style: none;
}

#ActiveWebSessions th.dgrid-cell {
    font-weight: normal !important;
    background: #f6f9f8;
}

#activeSessionGrid.dgrid {
    border: 0 !important;
    border-top: 1px solid #dae1e1 !important;
}

.panel-login-display-message {
    visibility: hidden;
}

.nihilo .dijitDialog {
    background: #fff !important;
    border: 1px solid #dae1e1 !important;
    border-radius: 2px !important;
    box-shadow: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 !important;
}

.nihilo .dijitDialog .dijitDialogTitle {
    font-size: 14px !important;
    color: #808080 !important;
    font-weight: normal !important;
    padding: 2px 4px !important;
}

.nihilo .dijitDialog .dijitDialogPaneContent {
    border-top: 1px solid #fff !important;
    padding: 15px !important;
}

.nihilo .dijitTabContainerTop-spacer {
    background: #fff !important;
}

.nihilo .dijitTabContainerBottom-spacer,
.nihilo .dijitTabContainerTop-spacer {
    height: 8px !important;
    border: 1px solid #dae1e1 !important;
    border-bottom: 1px solid transparent !important;
}

.nihilo .dijitTabPaneWrapper {
    border: 1px solid #dae1e1 !important;
    border-top: 1px solid transparent !important;
}

.nihilo .dijitTab {
    padding: 4px 8px !important;
    background: #f6f9f8 !important;
    color: #697c87 !important;
    border: 1px #dae1e1 solid !important;
    border-bottom: 1px solid #dae1e1 !important;
}

.nihilo .dijitTabChecked {
    background: #fff !important;
    color: #007cd0 !important;
    border-bottom: 1px solid #fff !important;
}

.nihilo .dijitTreeRowHover {
    background-image: none !important;
    background: #fff8cc !important;
}

.nihilo .dijitSelect,
.nihilo .dijitTextBox,
.nihilo .dijitTextArea {
    border: 1px solid #dae1e1 !important;
}

.nihilo .dijitButtonNode {
    border: 1px solid #dae1e1 !important;
    border-bottom: 1px solid #dae1e1 !important;
}

.dgrid-header {
    background-color: #eef2f2 !important;
}

.dgrid {
    border-color: #dae1e1 !important;
}

.dgrid-cell {
    padding: 5px !important;
    border-color: #dae1e1 !important;
}

.dgrid-selected {
    background-color: #fff8cc !important;
}

.dgrid-hider-menu {
    background-color: #434c50 !important;
    border: 1px solid #434c50 !important;
    padding: 10px !important;
    border-radius: 2px;
}

.dgrid-hider-menu-row {
    color: #f6f6f6 !important;
    padding: 5px !important;
}

.dgrid-hider-menu-row:hover,
.dgrid-hider-menu-row label:hover {
    background: #59656a;
    cursor: pointer;
}

#ThreadsTab tr:hover {
    background: #fff8cc;
    cursor: pointer;
}

@supports (box-shadow: 0 0 2pt 2pt rgba(0, 0, 0, 0.75)) {
    button::-moz-focus-inner {
        border: 0;
    }

    button:focus {
        outline: 0;
        box-shadow: 0 0 1pt 1pt rgba(0, 0, 0, 0.75);
    }
}

html[dir="rtl"] .searchbar {
    text-align: right;
}

#page-content-title,
.centerbody-head {
    color: #22272d;
    display: block !important;
    font-family: Calluna, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 48px;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}

#changePasswordForm td > h2 {
    display: block !important;
    margin: 0;
}

.tab-content-pane > div {
    max-height: none !important;
}

h2 label,
form label {
    font-family: 'Lato', sans-serif;
    color: #22272d;
    font-size: 1rem;
    margin-bottom: 5px;
}

label[for="password1"],
label[for="password2"] {
    margin-top: 1rem;
}

#pwm-setupResponsesDiv {
    margin-top: 30px;
}

#pwm-setupResponsesDiv > p,
#pwm-setupResponsesDiv h2 {
    margin-bottom: 1.5rem;
}

#pwm-setupResponsesDiv h2 {
    font-size: 1rem;
    line-height: normal;
}

#pwm-setupResponsesDiv h2 label {
    margin-bottom: 0;
}

#pwm-setupResponsesDiv h2 .formFieldLabel {
    margin-bottom: 10px;
}

label div.formFieldLabel span {
    color: #ab001e;
}

h2.subtitle,
h3.subtitle {
    font-size: 24px;
    font-family: calluna-sans;
    text-align: left;
    margin-bottom: 1.5rem;
}

/****** custom radio buttons ******/

input[type="radio"],
.form-check input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 2px;

    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #345181;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #345181;
}

.form-check input[type=radio]:checked:before {
    background: #345181;
}

.form-check input[type=radio]:before {
    content: "";
    display: block;
    width: auto;
    height: auto;
    margin: 3px auto;
    border-radius: 50%;
}

.form-check input[type=radio] + .form-check-label {
    margin-left: unset;
}

#PasswordRequirements {
    margin-top: 1.5rem;
}

.alert.alert-danger {
    border: none;
    background: none;
    color: #ab001e;
    padding: 0;
}


a.call {
    display: inline-block;
    }
     
    a.call:focus {
    outline: 3px solid #fff;
    }
