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

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

}

html {
    background-size: 100%;
    background: white url('uc_bg.png') no-repeat;
}

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

p {
    color: white;
}

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

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

}

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

}

#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: none;
    background-color: #3c3c3c;
    color: white;
    filter:alpha(opacity=90);
    opacity: 0.9;
}

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

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

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

.tile-title {
  color: #999;
}

#centerbody {
    background-color: #3c3c3c;
    color: white;
    padding: 10px 10px 40px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    filter:alpha(opacity=90);
    opacity: 0.9;
    text-align: center;
}

#footer {
    background-color: transparent;
    color: #555555;
}

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


.message {
    background-color: inherit;
}

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

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

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

table {
    border-collapse: collapse;
    border: 2px solid #ffcccc;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

table td {
    border: 2px solid #ffcccc;
    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: bold;
    padding-right: 10px;
    width: 200px;
}

.btn {
    border-radius: 3px;
    background-color: #E7501E;
    border: 2px solid #ffcccc
}

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


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



.tile {
    transition: box-shadow 0.3s, background-color 2.5s;
    background-color: #3c3c3c;
    color: white;
}

.tile:hover {
    border: 1px solid #E8E1F6;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #3c3c3c, -9px 0 12px -4px #3c3c3c;
    background-color: white;
    color: #3c3c3c;
}

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

#bg {
    background-image: url(SIGLE-UC-blanc.svg);
    background-repeat: no-repeat;
    position: fixed;
    height: 200%;
    width: 200%;
    z-index: -1;
    background-size: 45%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 60%;
    left:0%;
}

#header-company-logo {
  position: relative;
  float: left;
  background-image: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 50px;
  z-index: 1;
}

#login .buttonbar #submitBtn {
  margin: 0;
  width: auto;
  height: auto;
  min-width: 80px;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 16px;
}

#login .inputfield, #configLogin .inputfield {
  padding: 6px;
  width: 500px;
  margin-right: 8px;
  font-size: 15px;
  text-align: center;
  height: 30px;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  will-change: opacity, transform, color;
}

.sign-in {
  margin-left: 15px;
  text-align: center;
}

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

.agreementText {
  color: #333;
}

#idle-overlay-message {
    background-color: #3c3c3c;
}
