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


#header {
    width: 100%;
    height: 80px;
    margin: 0;
    background-color:#006699;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url('ubbb.png');
    top: 10px;
    left: 10px;
    height: 64px;
    width: 101px;
    z-index: 1;
}

.header-button:hover {background: #4f5be8;}


#header-username-caret span.m-icon {
    content: "\f08b";
}

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

.tile:hover {border: 1px solid #4f5be8;}

#centerbody {
    background-color: #ffffff;
    width:500px;
    display:block;
    box-sizing: border-box;
    border-radius: 5px;
    border-right: 2px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.message {
    background-color: #ffffff;
}

.message-info {
    background-color: #b6ccdb;
}

.message-error {
    background-color: #ffcccc;
}

.message-success {
    background-color: #70c1f9;
}

.menubutton {
    white-space: normal;
}

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

div#wrapper {
    background-color: #e9ecef;
}
.btn {
  margin-right: 4px;
  border-radius: 12px 4px;
  background-color: #5cb85c;
}
