/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2017-07-05, 12:26:56
    Author     : yaroszka
*/

html,
body {
    min-height: 100%;
    height: auto;
    font-family: 'Lato', sans-serif;
    /*    font-weight: 400;*/
}

.wrap {
    min-height: 100%;
    height: auto;
    /*    margin: 0 auto -60px;
        padding: 0 0 60px;*/
    /*    margin: 0 auto;*/
    padding: 0 0;
    max-width: 1920px;
}

.wrap>.container {
    padding: 70px 15px 20px;
    background: red;
}

#layout-header {
    background-color: #16501b;
}

#layout-content {
    background-color: #2a2a2a;
}

#layout-content>.container-fluid {
    background-color: #fff;
}

#layout-right {
    background-color: #fff;
}

#layout-left,
#layout-right {
    min-height: 100vh;
}

#main-menu-mobile {
    display: none;
}

.nav>li a:hover,
.nav>li a:visited,
.nav>li a:link,
.nav>li a:active,
.nav>li a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

.navbar {
    height: 102px;
    min-height: 102px;
    margin-bottom: 0px;
    background-image: url('/gfx/topbar-background.png');
    border-radius: 0;
}

.navbar-brand {
    height: 100%;
}

.navbar-brand>* {
    float: unset;
    color: #fff;
    font-size: 15px;
}

.description.navbar-brand {
    min-height: 100%;
    display: flex;
    padding-left: 0px;
    margin-left: 0px !important;
}

.description.navbar-brand span {
    margin: auto 0;
}

.logo.navbar-brand a {
    float: right;
}

.logo.navbar-brand img {
    margin: 5%;
    margin-right: 3em;
}

.navbar-toggle {
    border-color: gold;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: gold;
}

.sidebar {
    display: block;
    padding: 0px 0px;
    background-color: #2a2a2a;
    border: none;
    max-width: 350px;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.misc {
    margin-top: 120px;
    height: auto;
    width: 100%;
}

#language-selector {
    display: flex;
    align-items: center;
    height: auto;
    width: 85%;
    flex-direction: row;
    justify-content: flex-end;
}

#language-selector a {
    height: 100%;
    width: auto;
    margin: 0;
}

#language-selector a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer-content {
    max-width: 1680px;
    margin-left: 0;
}

.footer-content [class^="col-"] {
    margin: 2% 0;
}

.footer-content [class^="col-"]:nth-of-type(2) img {
    margin: auto;
}

.footer-content [class^="col-"]:nth-of-type(3) img {
    float: right;
}

@media(min-width: 768px) {
    #layout-content > .container-fluid > .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
    }

    #layout-left.hidden-xs {
        display: block !important;
        float: none;
        flex: 0 0 33.33333333%;
    }

    #layout-right {
        float: none;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .logo.navbar-brand {
        max-width: 350px;
    }
}

@media(min-width: 992px) {
    #layout-left.hidden-xs {
        flex-basis: 25%;
    }
}

@media(max-width: 767px) {
    #main-menu-mobile {
        display: block;
        position: absolute;
        top: 95px;
        width: 100%;
        z-index: 2;
        background-color: #353535;
    }
    #main-menu-mobile>ul#menu-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }
    .logo.navbar-brand a {
        /*        float: left;
                min-width: 270px;
                padding-left: 0px;*/
        display: block;
        width: 100%;
    }
    .logo.navbar-brand a img {
        margin: 5%;
    }
    .navbar-button {
        display: flex;
        height: 100%;
        align-content: center;
        padding: 15px;
        float: right;
        justify-content: end;
        flex-direction: row;
    }
    .navbar-button button {
        height: auto;
        margin: 20% auto;
    }
}

@media(min-width: 600px) and (max-width: 767px) {
    #layout-left.hidden-xs {
        display: block !important;
        float: left;
        width: 33.33333333%;
    }
    #layout-right {
        float: left;
        width: 66.66666667%;
    }
    #main-menu-mobile.visible-xs {
        display: none !important;
    }
    .navbar-button {
        display: none;
    }
    .logo.navbar-brand {
        width: 100%;
    }
}

.informationBox {
    margin: auto;
    width: 100%;
    max-width: 700px;
    padding: 30px;
    background-color: #ffff;
    color: #A6A7A7;
    position: absolute;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.informationBox .contentSection {
    margin: 25px 25px 30px 25px;
    height: 300px;
    overflow: auto;
}

.informationBoxForm {
    max-width: 630px;
    margin: auto;
    left: 0;
    right: 0;
}

.rodoButton {
    height: 50px;
    background-color: #174D00;
    color: #ffffff !important;
    font-size: 17px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
    border: 0px;
    border-radius: 5px;
    font-weight: 600;
}

.closeButton {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;
    padding-top: 25px;
}

.rodoOverlay {
    position: fixed;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #5A5757;
}

.infoBoxCloseButton {
    cursor: pointer;
}

.page-header img {
    max-width: 100%;
}

.repo p a {
    background-image: url('/data/uploads/1501505398_vector-smart-object-copy-2.png');
    background-repeat: no-repeat;
    padding-left: 33px;
    display: table;
    background-position: left center;
    height: 35px;
}

.repo p a {
    line-height: 35px;
    margin-bottom: 20px;
}

.repo p a::first-line {
    line-height: 13px !important;
}

.rodoButton span {
    margin-left: 15px;
}

@media all and (max-width: 768px) {
    .informationBox {
        padding: 10px;
    }
    .headerSection span {
        font-size: 20px !important;
    }
}