/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2021 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.
 */


#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: url('header-gradient.png')
}

#button-openHeader {
    color: red;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url(logo.png);
    top: 10px;
    left: 50px;
    width: 40px;
    height: 50px;
    z-index: 1;
}


#HomeButton span.btn-icon, #LogoutButton span.btn-icon, #header-username-caret span.m-icon {
    font: 20px FontAwesome;
    margin-right: 0px;
    color: ##345488;
}

.tile {
    width: 165px;
    height: 165px;
}

.tile:hover {border: 1px solid #223658;}
.tile-image {color: #223658;}

#centerbody {
    background-color: #eeeeee;
    padding: 10px 10px 40px 10px;
    border-left: solid 2px #223658;
    border-right: solid 2px #223658;
    border-radius: 0;
    min-height: 65vh;
    margin-left: 10px;
    margin-top: 0;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

#centerbody.wide {
    width: 90%;
    margin-left: auto;
}


#header-center {
    margin-left: 105px;
}

a:hover {
    color: #86754d;
}

#footer {
    padding-top: 40px;
    margin-left: 30px;
    text-align: left;
}

.message-info {
    background-color: #ffffff;
    color: black;
}

.message-error {
    background-color: #86754d;
    color: white
}

.message-success {
    background-color: #223658;
    color: white;
}

.btn {
    border-style:none;
    padding: 3px 11px;
    margin: 9px 7px;
    text-decoration: none;
    color: white;
    background-color: #223658;
    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: #ff0000;
    border-top-color: #86754d;
    border-left-color: #86754d;
    border-right-color: #86754d;
}
