/*!
 * 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 9px 0 0 white, 0 -9px 0 0 white, 9px 0 12px -4px #e4e4e4, -9px 0 12px -4px #e4e4e4;
    border-radius: 4px;
}

.btn {
  background-color: #333333;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

button:hover {
  background-color: #000000;
}

.menubutton {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 10px;
    text-decoration: none;
    color: #ffffff;
    white-space: normal;
    background: #4f868e;
    font-size: 15px;
    padding: 15px;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out;

}

.menubutton:hover {
    background-color: #406a71;
}

.inputfield {
    /* box-shadow: 2px 2px 2px 2px #f1f1f1; */
    font-family: Arial;
    padding: 10px;
    width: 250px;
    margin-right: 8px;
    font-size: 15px;
    border-radius: 6px;
    border-width: 1px;
}

.inputfield:focus {
    background-color: #f9f9f9;
}

.changepasswordfield {
    font-family: Arial;
    padding: 10px;
    width: 250px;
    margin-right: 8px;
    font-size: 15px;
    border-radius: 6px;
    border-width: 1px;
}.changepasswordfield:focus {
     background-color: #fcfdd8;
 }


h1 {
    font-family: Arial;
}

h2 {
    font-family: Arial;
}

h3 {
    font-family: Arial;
}

/* header stuff */
#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: url('header-gradient.gif'); /* for older ie browsers */
    background-color: #7e0039;
    z-index: 5;
    position: relative;
}

#header-balance-div {
    position: absolute;
    text-align: left;
    border-width: 0;
    top: 19px;
    left: 18px;
}

#header-center {
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 4px;
}

#header-center-left {
    float: left;
    max-width: 400px;
}

#header-center-right {
    position: absolute;
    right: 0;
    top: 10px;
}

html[dir="rtl"] #header-center-left {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

html[dir="rtl"] #header-center-right {
    position: relative;
    right: auto;
    float: left;
    top: 10px;
}

#header-menu-alert {
    animation: blink 4s infinite;
    color: #e50000;
}

#header-menu-wrapper {
    display: inline-block;
    margin-right: 10px;
}

.header-button {
    text-align: center;
    width: auto;
    padding: 1px 5px;
    display: inline-block;
    border: 10px;
    color: black;
    margin: 4px 0 4px 8px;
    cursor: pointer;
    background: white;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 2px;
}
#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;
}

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


.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: 1px solid #E8E1F6;
    color: #808080;
}

.tab-container > .label {
    font-size: 14px;
    height: 25px;
    padding-top: 3px;
}

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

