/*
 * 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
 */

html, body {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #B8B8B8;
}

.inputfield {
    border: 1px solid #949494;
    border-radius: 3px;
    padding: 3px 3px;
}

.changepasswordfield {
    margin: 5px;
    height: 18px;
    border: 1px solid #949494;
    border-radius: 3px;
    padding: 3px 3px;
}

.menubutton {
    color: black;
    font-size: 13px;
    text-decoration: none;
    /* white-space: nowrap; */
}

.menubutton:hover {
    color: rgb(43, 156, 232);
}


.btn, #login .buttonbar #submitBtn {
    background: linear-gradient(to bottom, rgb(115,119,116), rgb(75,79,82)) repeat scroll 0 0 #ffffff;
    background-color: #5f6263; /* For IE9 */
    border: medium none;
    border-radius: 11px;
    color: white;
    /* display: table-cell; */
    font: 12px arial,sans-serif;
    height: 22px;
    /* margin: 0; */
    margin-right: 5px;
    min-width: 150px;
    max-width: 270px;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}.btn:hover, #login .buttonbar #submitBtn:hover {
     background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff;
     background-color: #278ed2; /* For IE9 */
 }

.btn > .btn-icon {
    background-color: rgb(31, 31, 31);
    border-radius: 10px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;
}.btn:hover > .btn-icon {
     background-color: rgb(19, 92, 143);
 }

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

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

.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], #login .buttonbar #submitBtn {
    background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff;
    background-color: #278ed3; /* For IE9 */
}.btn[type=submit]:hover, #login .buttonbar #submitBtn:hover {
     background: none repeat scroll 0 0 rgb(43,156,232);
 }

#login .buttonbar #submitBtn span {
    display: inherit;
}

.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;
}

#centerbody {
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 30px;
    min-width: 600px;
}

#header {
    background: linear-gradient(to bottom, #4b5052, #3A3E40) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #434849; /* For IE9 */
    height: 67px;
}

#header-company-logo {
    background: url("sspr-product-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2b9ce8;
    height: 42px;
    left: 27px;
    position: absolute;
    top: 10px;
    width: 450px;
}

#wrapper.login-wrapper #header-company-logo {
    background: none no-repeat scroll 0 0 transparent;
}

#header-warning {
    background-color: #ebeca6;
    top:70px;
    border: none;
    box-shadow: 2px 2px 2px rgb(80, 83, 84);
}

.message-info {
    background-color: #f0f0f0;
    color: black;
}

.message-error {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #FF0000;
}

.message-success {
    background-color: #8096ab;
}

.header-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #b8b8b8;
    font-family: FontAwesome;
    font-size: 20px;
    padding: auto;
    margin: auto;
    display: inline-block;
    float: none;
}

.header-button:hover {
}

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

#header-center {
    height: 67px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#header-center-left {
    display: none;
}

#centerbody td.menubutton_key, #centerbody td.menubutton_key+td {
    padding: 15px;
    vertical-align: top;
}

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

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

#footer {
    background: linear-gradient(to bottom, #4b5052, #3A3E40) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #434749; /* For IE9 */
    font-size: 12px;
    height: 45px;
}

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

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

#login label, #configLogin h1 {
    color: white;
}

#login .buttonbar {
    border-bottom: 1px solid rgb(80, 83, 84);
    height: 48px;
    position: relative;
    text-align: right;
}

#login .buttonbar #submitBtn {
    /* position: absolute; */
    right: 0;
}

#configLogin .buttonbar {
    margin-top: 10px;
    position: relative;
    text-align: right;
}

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

.buttonbar button {
    display: inline-block;
}

#login button, #configLogin #submitBtn, #configLogin #button_cancel {
    width: 120px;
}

#configLogin .buttonbar .btn {
    margin-top: 40px;
}

#login .inputfield, #configLogin .inputfield {
    margin: 0;
    padding: 0 3px;
    width: 310px;
}

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

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

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

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

#login .loginFieldLabel {
    display: inherit;
    margin-bottom: 2px;
}

#login .loginFieldLabel > label {
    color: white;
    font-size: 13px;
}

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

#wrapper.login-wrapper #header-menu-alert {
    display: none;
}

#wrapper.login-wrapper #centerbody {
    background: linear-gradient(to bottom, rgb(75, 80, 82), rgb(58, 62, 64)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #454a4c; /* for IE9 */
    display: block;
    left: 50%;
    margin-left: -185px;
    margin-top: -200px;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 50%;
    width: 330px;
}

#wrapper.login-wrapper #header {
    background: transparent none repeat scroll 0 0;
    display: block;
    left: 50%;
    margin-left: -195px;
    margin-top: -200px;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 50%;
    width: 330px;
}

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

#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_key+td {
    display: none;
}

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

#wrapper.login-wrapper #centerbody > #page-content-title+p {
    background: url("sspr-login-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(80, 83, 84);
    height: 85px;
}

#wrapper.login-wrapper #centerbody > #page-content-title+p:before {
    border-bottom: 1px solid rgb(53, 56, 56);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

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

#wrapper.login-wrapper #centerbody #message_wrapper {
    bottom: -50px;
    left: 0;
    position: absolute;
    width: 398px;
}

#wrapper.login-wrapper #centerbody #message_wrapper #message {
    background-color: rgb(250, 255, 189);
    color: rgb(80, 83, 84);
    display: inherit;
    opacity: 1;
}

#wrapper.login-wrapper #centerbody .sign-in {
    margin-left: auto;
}

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

#button-openHeader {
    top: 75px;
    background-color: rgb(31, 31, 31);
    border-radius:50%;
}

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

@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 2pt 2pt rgba(0, 0, 0, 0.75);
    }
}

#header-menu-wrapper {
    color: #b8b8b8;
    text-align: right;
}

#header-menu-alert {
    display: inline-block;
    height: 10px;
}

#header-menu-alert::before {
    color: #e50000;
    content: "\f071";
    font: 12px FontAwesome;
}

#header-username-group, #header-username {
    display: inline-block;
}

#header-menu {
   cursor: pointer;
   display: inline-block;
   padding-top: 4px;
   vertical-align: top;
}

#header-menu:hover {
    color: white;
}

#header-username-caret {
    display: inline-block;
}

#header-menu-icon {
  display: inline-block;
}

#header-menu-icon::after {
  content: "\f141";
  font: 12px FontAwesome;
}

#wrapper:not(.login-wrapper) #header-warning {
    left: auto !important;
    right: 10px !important;
}

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

.header-button:hover {
    color: white;
}

#panel-searchbar {
    margin-top: 6px;
}

.tab-container > .label:hover {
    color: #2b9ce8;
    border-top-color: #2b9ce8;
    border-left-color: #2b9ce8;
    border-right-color: #2b9ce8;
}
#idle_status::before {
    content: "node0 ";
    color: black;
}
