﻿@font-face {
    font-family: 'Roboto-BI';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-R';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-B';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
html {
    font-size:10pt;
    height:100%;
}
body {
    background-image: url(../images/bg.jpg);
    background-size:cover;
    height:100%;
    font-family: Roboto-R;
    font-size: 1rem;
    color: #cfcfcf;
}
.welcome-page {
    padding-top:10vh;
}
.panel.panel-default {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: rgb(40, 40, 40);
font-family:Roboto-BI;
    font-style: italic;
    padding: 15px 15px 15px 5px;
}
.navbar-nav {
    float:right;
}
.navbar-inverse .navbar-brand {
    color: rgba(255, 255, 255, 0.678);
}
.navbar-header {
    padding:5px;
    width:100%;
}
.navbar-header svg {
    fill: rgba(255, 255, 255, 0.678);
    height: 24px;
    width: 24px;
    float:left;
    margin: 12px 15px 12px 0px;
}
.page-header {
    
    border:0;
}
.navbar-inverse {
    background-color:transparent;
    border:0;
}
    .page-header h1 small {
        display: block;
        font-size: 2rem;
        display: block;
        margin-top: 20px;
    }
    .panel-default > .panel-heading {
    color: #fff;
    background-color: transparent;
    border:0;
    padding:0;
}
    .panel-body {
        padding:15px 0;
    }
h1 {
    font-family: Roboto-B;
    font-weight: 800;
    font-style: italic;
    font-size: 57px;
    letter-spacing: -1.42px;
    color:#fff;
}
h2 {
    font-family: Roboto-B;
    font-weight: 800;
    font-style: italic;
    font-size: 47px;
    letter-spacing: -1.42px;
    color: #fff;
}
.panel-title {
    font-size: 1.25rem;
    font-weight: 300;
}
label {
    color: rgb(129, 205, 232);
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 0;
    font-weight:400;
}
.form-control {
    border:0;
    border-bottom:1px solid #fff;
    background-color:transparent;
    border-radius:0;
    color:#fff;
    padding-left:6px;
}
a {
    color: rgb(129, 205, 232);
    color: #85c9e2;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
    opacity: 0.75;
}
    a:hover {
        transition: ease-in-out all 0.3s;
        color: rgb(129, 205, 232);
        
        opacity: 1;
    }
.btn {
    border-radius: 0;
    border: 0;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}
.btn-primary {
    background-color: rgba(133,200,224,0.70);
    color: #fff;
}
.btn-default {
    color: #fff;
    background-color: rgba(139, 139, 139, 0.7)
}
.btn:hover {
    transition: all ease-in-out 0.2s;
    background-color: #212121;
    background-color: #0d0d0da8;
    color: #fff;
}

.text-danger ul{
    list-style-type: none;
}
.alert-danger {
    color: #ffffff;
    background-color: #e74141;
    border-color: transparent;
    box-shadow: 2px 2px 14px #0000008f;
}
.alert {
    padding: 10px 70px 5px 20px;
    margin-bottom: 20px;
    border: 0px;
    /* border-radius: 4px; */
    display: inline-block;
}
th {
    padding: 2px 4px;
    color: #000;
    background-color: #85c9e2;
    font-weight: 400;
}
td {
    padding-left:4px;
    padding-right:4px;
}
.relog-block {
    display:block;
    margin-top:30px;

}
.relog-block p {
    margin-bottom:1rem;
}
.relog-ul {
    list-style-type:none;
    padding:0;
}
    .relog-ul li {
        display: block;
        float: left;
        
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        
        margin-right: 5px;
        color:#fff;
    }
        .relog-ul li a {
            padding: 10px 18px;
            background-color: rgba(28, 138, 179, 0.7);
        }
.relog-ui li a:hover {
    background-color: rgba(28, 138, 179, 1);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.relog-ul a {
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

a.custombutton {
    opacity:1;
}
.custombutton {
    letter-spacing: 1px;
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    height:36px;
    text-align:left;
}
.button-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.login-button {
    text-align:center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em;
    max-width: 400px;
}
.login-block {
    padding: 1rem;
    margin: 0;
}
.login-method {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}
.btn-oleter {
    background-color: #103955;
}
/*.form-group {
    width:320px;
}*/
._icon {
    margin-right: 5px;
    display: inline-block;
    width: 34px;
    background-position: center;
    height: 18px;
    top: 3px;
    position: relative;
}
    ._icon.aad {
     
        background-image: url(../images/oleter-logo-32.png);
     
    }
    ._icon.ezicon {
    
        background-image: url(../images/ez-logo-32.png);

    }
    ._icon.arrowicon {
    
        background-image: url(../images/arrow-icon-32.png);
     
    }

.panel-new {
    padding: 24px;
    background-color: #212121d9;
    box-shadow: rgba(0,0,0,0.4) 4px 4px 20px;
}

.vanish {
    height:0;
    opacity:0;
    transition: 500ms all ease-in;

}
.fold-out {
    height: auto;
    transition: 500ms all ease-out;
    opacity:1;
}

    .fold-out .warning {
        background-color: #ff00007a;
        font-weight: bold;
        padding: 5px;
    }
