/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2019 The PWM Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


 #wrapper {
    background-color: #FBFBFB;
    margin: 0 auto -40px;

}

#centerbody {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    border-radius: 6px;
    padding: 5px 15px;
}

.btn {
    font-family: Trebuchet MS, sans-serif;
    border-radius: 3px;
    color:#ffffff;
    background-color: #007cf4;
}.btn:hover {
    color:#ffffff;
    background-color: #003BFF;
}.btn:disabled {
    color:#fafafa;
    background-color: #007bff;
    opacity: 0.65;
}

.menubutton {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 10px;
    text-decoration: none;
    color: black;
    white-space: normal;
    color:#ffffff;
    background-color: #007cf4;
    /* background: #E8E1F6; */
    /* box-shadow: 2px 2px 1px 1px #8c8c8c; */
    /* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E8E1F6), color-stop(1, #B2B1B9) ); */
    /* background:linear-gradient(to bottom, #E8E1F6 5%, #B2B1B9 100% ); */
}.menubutton:hover {
    color:#ffffff;
    background-color: #003BFF;
     /* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2B1B9), color-stop(1, #E8E1F6) ); */
     /* background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% ); */
}

.inputfield {
    font-size: 10pt;
    font-family: monospace;
    border: 1px solid rgba(33,37,41,.15);
    padding: 5px;
}
#login .inputfield{
    border: 0;
    border-bottom: 1px solid grey;
}
#login .inputfield:-webkit-autofill{
    background-color: #ffffff !important;
}
#login .inputfield:-webkit-autofill:hover{
    background-color: #ffffff !important;
}
#login .inputfield:-webkit-autofill:active{
    background-color: #ffffff !important;
}
#login .inputfield:-webkit-autofill:focus {
    background-color: #ffffff !important;
}

.changepasswordfield {
    font-size: 10pt;
    font-family: monospace;
}

h1 {
    font-family: Trebuchet MS, sans-serif;
}

h2 {
    font-family: Trebuchet MS, sans-serif;
}

h3 {
    font-family: Trebuchet MS, sans-serif;
}

.header-button {
    border-radius: 3px;
}.header-button:hover {
     background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% );
}

#header{
    background-color: #004071;
    background-image: none;
}

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

#header-warning {
    animation: slideInTop 0.15s;
    border: none;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    padding: 5px 15px;
}

.header-warning-version{
    overflow-wrap: anywhere;
}

.header-button {
    margin: 6px 0 0 6px;
}

#HomeButton span.btn-icon, #LogoutButton span.btn-icon, #header-username-caret span.m-icon {
    font: 20px FontAwesome;
    margin-right: 0;
}

.tile {
    width: 165px;
    height: 165px;
    border: 1px solid #E8E1F6;
    transition: box-shadow 1s;
    border-radius: 8px;
}

.tile:hover {
    border: 1px solid #E8E1F6;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
    border-radius: 8px;
}


.btn-icon {
    opacity:0.75;
}


@keyframes slideInRight { 0% { transform: translate3d(100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } }
@keyframes slideInTop { 0% { transform: translate3d(0, -100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } }

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




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

.panel-orgChart-person {
    transition: box-shadow 0.3s;
}

.panel-orgChart-person:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
}

.tab-container > .tab-end {
    border-bottom: 1px solid #E8E1F6;
}

.tab-container > .input:checked + .label {
    border: 0;
    color: #0C86FF;
    border-bottom: 1px solid #007AFF;
}
.tab-container > .input:checked + .label::after{
    background-color: transparent;
}

.tab-container > .label {
    font-size: 14px;
    background-color: transparent;
    border: 0;
    color: #AEB0B1;
}

.tab-container > .label:hover {
    color: #808080;
    border-top-color: #E8E1F6;
    border-left-color: #E8E1F6;
    border-right-color: #E8E1F6;
}