/* Base Styles */
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";

@font-face {
    font-family: 'agipo';
    src: url('../fonts/agipo_regular.otf');

}

@font-face {
    font-family: 'agipobold';
    src: url('../fonts/agipo_bold.otf');
    font-weight: bold;
}


@font-face {
    font-family: 'agipolight';
    src: url('../fonts/agipo_light.otf');
    font-weight: bold;
}

a {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    overflow-x: hidden;
    padding: 0;
    background-color: #f5f5f5;
}

body {
    margin: 5px;
    font-family: 'agipo', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-width: 360px;
    min-height: 380px;
    padding-bottom: 15px;
}

#BERTA {
    text-align: left;
    color: #FF775A;
    margin-top: 10px;
    font-weight: bold;
    font-family: agipobold, agipo, Roboto, agipo_bold;
    font-size: 25px;
    padding: 10px;
}
#KOMM { /* maybe needed later lol*/ 
    color: #000000 !important;
}

/* App Styles */

.btn-berta {
    background: #FF775A !important;
    color: #ffffff !important;
}
.btn-berta:hover {
    background: #ff9780 !important;
    color: #ffffff !important;
}

#greeting {
    font-size: 55px;
    font-weight: 100;
    font-family: Roboto;
    transition: opacity 0.5s ease;
}

.title {
    text-transform: uppercase;
    font-family: agipobold, agipo;
    font-weight: bold;
    font-size: 15px;

}

.datetimepicker th.switch {
    width: 145px;
    visibility: hidden;
    display: flex;
}

.datetimepicker thead > tr > th > .glyphicon {
    display: none;
}


.datetimepicker thead, .datetimepicker thead th {
    line-height: 0;
    height: 0px;
}

.datetimepicker-minutes > table > thead > tr > th.switch:before {
    visibility: visible;
    content: '\25C0 Zur\00fc ck';
    margin-left: -12px;
}

.small-title {
    font-size: 12px;
    line-height: 1;

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    padding: 10px 10px 10px 10px;
    color: white;
    z-index: 5;
    max-height: 90px;
    overflow: hidden;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    padding: 10px 10px 10px 10px;
    color: white;
}

.footer a {
    color: white;
}

.display-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

    .overtime-big {
        font-size: 40px;
        margin: -23px;
        padding: 30px;

    }

.light {
    font-family: agipolight;
}
.icon-header {
    text-decoration: none;
    color: black;
    margin-right: 5px;
    margin-top: 10px;
}

.container {
    padding-top: 150px;
    padding-bottom: 50px;
    width: 90% !important;
}

@media print {
    .container {
        position: absolute;
        top: 0 !important;
        width: 90% !important;
    }

    .report-table{
        font-size:10px;
        width: 100%;
    }
}

td, th {
}

/* Login Form Styles */

.login-container {
    margin-top: 10%;
}

.input-mini {
    width: 65px;
}

.form-errors {
    margin-top: 10px;
}

.empty:after {
    content: 'leer';
}

.form input {
    outline: 0;
    background: #e6e6e6;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

#form-button {
    text-transform: uppercase;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

#form-button.disabled, #form-button.disabled:hover,#form-button.disabled:active,#form-button.disabled:focus {
    background: #f7c5bb;
    cursor: default;

}

.navbar-nav>li>a {
    line-height: 64px !important;
    color: white;
}

.navbar-nav>li>a:hover {
    color: #1F4468;
}

.navbar-nav>li>a:focus {
    color: #1F4468;
}

nav > .container-fluid {
    margin-top: -10px !important;
    margin-bottom: -15px !important;
}

.visible-xs .navigation .nav > li {
    display: inline;
    float: left;
}

.visible-xs .navigation .nav > li > a {
    line-height: 15px !important;
}

tr.locked {
    pointer-events: none !important;
}

tr.locked td, tr.locked a {
    background-color: gray !important;
    color: white !important;
}



td.admin-lock {
    pointer-events: all !important;
}

tr.locked td.admin-lock, td.admin-lock,  td.admin-lock a {
    pointer-events: all !important;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    background-color: white !important;
    color: black !important;
    font-style: normal;
    font-weight: 900;
}



tr.locked td:first-child:before {
    font-family: "FontAwesome";
    content: "\f023";
    margin-right: 5px;
}
