/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2023 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;
}

#header {
    width: 100%;
    height: 200px;
    padding: 20px, 20px, 20px, 20px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    transform: scale(0.80, 0.80);
}

#button-openHeader {
    color: black;
}

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

.tile {
    width: 165px;
    height: 165px;
}

.tile:hover {border: 1px solid black;}
.tile-image {color: black;}

#centerbody {
    background-color: white;
    padding: 10px 10px 40px 10px;
    border-top: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.19), 0px 0px 2px 2px rgba(0,0,0,0.23);
    border-radius: 4px;
    min-height: 65vh;
    margin-top: 0;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

#centerbody.wide {
    width: 90%;
    margin-left: auto;
    margin-top: 160px;
}

#header-center {
    margin-left: 100px;
}

#header-center-right {
    color: black;
    right: -260px;
    top: -10px;
}

#header-page, #header-title{
    display:none    
}



a:hover {
    color: #880000;
}

#footer {
    padding-top: 40px;
    margin-left: 30px;
    text-align: center;
}

.message-info {
    background-color: white;
    color: black;
}

.message-error {
    background-color: #ff0000;
    color: white
}

.message-success {
    background-color: #0000ff;
    color: white;
}

.btn {
    border-style:none;
    padding: 3px 11px;
    margin: 9px 7px;
    text-decoration: none;
    color: white;
    background-color: #a10022;
    cursor: pointer;
}.btn:disabled {
     color: #656565;
}

@keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadein { from { opacity:0 } to { opacity:1 } }
@-webkit-keyframes fadein { from { opacity:0 } to { opacity:1 } }


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

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

.menubutton {
    padding: 10px 20px;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 10px;
    text-decoration: none;
    color: #000;
    white-space: normal;
    border: 1px solid rgba(39,39,39,0);
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #272727;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menubutton:hover,.menubutton:focus  {
    color: #fff;
    background-color: #333;
}


.agreementText {
    font-family: font-family: Arial, Helvetica, sans-serif !important;
}

.eulaText {
    font-family: font-family: Arial, Helvetica, sans-serif !important;
}

.logViewer {
    font-family: font-family: Arial, Helvetica, sans-serif !important;
}

.link-randomPasswordValue {
    font-family: font-family: Arial, Helvetica, sans-serif !important;
}
