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

@font-face {
    font-family: Istok;
    src:url('Istok.woff');

}

html {
    background-size: 100%;
    background: #004586;
}

html,body {
    font-family: "Istok",Trebuchet MS, sans-serif;
}

p {
    color: black;
}

#header-warning {
    background-color: white;
    color: #0a0a0a;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

#header-page {
    color: #FFFFFF;
    font-family: "Istok",Trebuchet MS, sans-serif;

}

#header-title {
    color: #FFFFFF;
    font-family: "Istok",Trebuchet MS, sans-serif;

}

#header {
    width: 100%;
    height: 80px;
    margin: 0;
    background-image: none;
    background-color: #629E20;
    color: black;
    filter:alpha(opacity=50);
    opacity: 1;
}

#header-company-logo {
    position: relative;
    background-image: url(netcb-security-pwd-2022.png);
    float: left;
    top: 0px;
    left: 10px;
    width: 431px;
    height: 80px;
    z-index: 1;
}

#button-openHeader {color: red;}
#header-username-group, #header-username {
    text-align: right;
}

.header-button:hover {
    color: white;
    background: #004586;
}




select {
    padding: 0;
    margin: 0;
    border-radius: 5px;
    border-color: #004586;
    font-size: 9pt;
    background: #f8f8f8;
    display: inline-block;
}



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

#centerbody {
    background-color: #F5FBEF;
    color: #004586;
    padding: 10px 10px 40px 10px;
    border: 4;
    border-radius: 10px;
    filter:alpha(opacity=80);
}

#footer {
    background-color: #629E20;
    color: #FFFFFF;
    filter:alpha(opacity=80);
    opacity: 0.8;
}

a {
    color: #330033;
    text-decoration: underline;
    font-weight: bold
}


#form {
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-collapse: separate;
}

.message {
    background-color: inherit;
}

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

.message-error {
    background-color: #00cccc;
}

.message-success {
    background-color: #ff9933;
}

.menubutton_key {
    border: 2px;
    width: 160px;
    table-layout: fixed;
}

.menubutton {
    max-width: 160px;
    width: 160px;
    padding: 4px 11px;
    display: block;
    border-radius: 5px;
    background-color: #004586;
    border: 3px solid #004586;
    color: white;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
}

.menubutton:hover {
    background: #ffffff;
    color: #004586;
    border: 3px solid #004586;
 }

table {
    border-collapse: collapse;
    border: 1px solid #629E20;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

table td {
    border: 1px solid #629E20;
    padding-left: 5px;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: white;
}

table td.key {
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
    width: 200px;
}


.panel-orgChart-person {
    position: relative;
    background: #eaeaea;
    padding: 6px;
    width: 220px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}

.panel-orgChart-person:hover {
    border: 2px solid #004586;
}

/*Change these values for the tab highlight color:*/
.tab-container > .label:hover {
    color: #629E20;
    border-top-color: #629E20;
    border-left-color: #629E20;
    border-right-color: #629E20;
}


.tab-container * {
    box-sizing: border-box;
}

.tab-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.input {
    position: absolute;
    opacity: 0;
}



.tab-container > .label {
    background: #f6f9f8;
    border: 1px solid #dae1e1;
    border-bottom: transparent;
    border-radius: 4px 4px 0 0;
    color: #7f7f7f;
    cursor: pointer;
    font-size: 15px;
    height: 31px;
    margin-left: 5px;
    padding: 6px 12px;
    transition: background 0.5s, color 0.5s;
    width: 100%;
}

.tab-container > .label:active {
    background: #004586;
}

.tab-container > .input:focus + .label {
    z-index: 1;
    color:white;
    background-color:red;
}

.tab-container > .input:checked + .label {
    background: #004586;
    border: 1px solid #6a6f71;
    border-bottom-color: transparent;
    color: #FFFFFF;
    position: relative;
    z-index: 100;
}

.tab-container > .input:checked + .label::after {
    content: "";
    background: #fff;
    bottom: -3px;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 600px) {
    .tab-container > .label {
        width: auto;
    }
}

.tab-content-pane {
    background: #fff;
    display: none;
    padding: 20px 30px 30px;
    width: 100%;
}

@media (min-width: 600px) {
    .tab-content-pane {
        order: 99;
    }
}

.input:checked + .label + .tab-content-pane {
    display: block;
}

.tab-container > .tab-end {
    border-bottom: 1px solid #6a6f71;
    left: 0;
    width: 100%;
}

/*This targets only IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tab-container > .tab-end {
        height: 7px;
    }
}

#login .buttonbar #submitBtn {
    margin: 0;
    border-radius: 10px;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 5px 10px;
    font-size: 14px;
    border: 3px solid #004586;
}

.btn {
    border-radius: 10px;
    background-color: #004586;
    padding: 12px;
    padding: 12px; 
    padding-right: 8px;
    padding-left: 8px;
    width: auto;
    margin: 4px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    border: 3px solid #004586;
}

.btn:hover {
    background: #ffffff;
    color: #004586;
    border: 3px solid #004586;
 }
 
.btn:disabled {
    color: #666777;
    background: #f8f8f8;
    border: 1px solid #666777;
 }   
    
    
.helpdesk-detail-btn {
    margin-bottom: 10px;
    width: 175px;
}

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


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

dialog {
    border: 2px solid #DDDDDD;
    border-radius: 10px;
    padding: 10px;
    max-width: 100%;
}

dialog .titleBar {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #eaeaea;
    margin-bottom: 5px;
}



.tile {
    border: 2px solid #629E20;
    transition: box-shadow 0.3s, background-color 2.5s;
    background-color: rgba(255,255,255,0.8);
}

.tile:hover {
    border: 2px solid #629E20;
    box-shadow: 0 -9px 12px -4px #629E20, 0 9px 12px -4px #629E20, 9px 0 12px -4px #629E20, -9px 0 12px -4px #629E20;
    background-color: rgba(255, 255, 255, 1);
}

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