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

html, body {
    font: 100% verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    height: 100%;
    margin: 0
}

#header {
    font-family: verdana,helvetica,arial,sans-serif;
    background: #ffffff;
    color: #000040;
    height: 70px;
    margin-top: 5px;
    border-top: 1px solid #66b8e2;
}

#header-company-logo {
    display:none;
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

#header-page, #header-title {
    font-family: verdana,helvetica,arial,sans-serif;
    color: #000040;
}

#header-title {
    display: none;
}

#centerbody {
    background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    opacity: 1;
}

a {
    color: #666666;
}

a:hover {
    color: #0088ce;
    text-decoration: none;
}

a:visited {
    text-decoration: inherit;
}

h1 h2 h3 h4 {
    color: #000040;
}

h2 {
    font-size: 1rem;
    font-size: 12px;
}

p {
    color: #666666;
}

table {
    /* border-collapse: collapse; */
    border: 0px solid #D4D4D4;
}

table td.title {
    background-color: #f8f8f8;
}

table td {
    border: 1px solid #fefefe;
}


#WaitDialogBlank {
    background-image: url('wait.gif');
}

.btn {
    font-family: verdana,helvetica,arial,sans-serif;
    border-radius: 4px;
    padding: 3px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 4px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    color: #000040;
    background: #eeeeee;
    border: 1px solid #dddddd;
}.btn:hover {
     background: #f8f8f8;
     color: #0088ce;
     border: 1px solid #d3d3d3;
 }.btn:disabled {
      color: #666666;
      background: #f8f8f8;
      border: 1px solid #dddddd;
  }

.menubutton {
    padding: 4px;
    white-space: normal;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0;
    text-decoration: none;
    color: #000040;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.menubutton:hover {
    background: #f8f8f8;
}

#localeSelectionMenu {
    color: #444444;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 18px;
}

.setting_outline {
    background-color: #efefef;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #dedede;
}

.setting_title {
    color: #444;
    background-color: transparent;
}

input[type=text], input[type="password"], inputfield, textarea {
@include transition(all 0.30s ease-in-out);
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #dddddd;
    border-radius:6px;
}

input[type=text]:focus, input[type="password"]:focus, inputfield:focus, text area:focus {
@include box-shadow(0 0 1px #a6d5ee);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #a6d5ee;
}

#header-menu-wrapper {
    color: #000040;
    text-align: right;
}

#header-menu-alert {
    display: inline-block;
    height: 10px;
}

#header-menu-alert::before {
    color: #e50000;
    content: "\f071";
    font: 12px FontAwesome;
}

#header-username-group, #header-username {
    display: inline-block;
}

#header-menu-wrapper > #header-username {
    display: block;
}

#header-menu {
    cursor: pointer;
}

#header-menu:only-child {
  padding-top: 15px;
}

#header-username-caret {
    display: inline-block;
}

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

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

.header-button {
    border-radius: 3px;
    border: 1px solid #f6f9f8;
    color: #666666;
}.header-button:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #808080;
    cursor: pointer;
 }

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

#HomeButton span.btn-icon:before {
    content: "\f015";
}

#LogoutButton span.btn-icon:before {
    content: "\f08b";
}

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

#wrapper.login-wrapper #header-menu-alert {
    display: none;
}

#header-username, #header-username-caret, #header-menu-icon, #HomeButton span, #LogoutButton span, #header-username-group, #header-menu {
    display: inline-block !important;
    vertical-align: middle;
    color: black;
}
