@font-face {
    font-family: "Helvetica" !important;
}

.wrap {
    width: 1366px;
    /*height: 804px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(2, 106, 141);
}

.header {
    border-bottom: 1px solid white;
    height: 130px;
    background-image: url("../img/pozadi_1280_horni_ram.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo {
    background-image: url("../img/logo_horni_ram1.gif");
    width: 156px;
    height: 76px;
    float: left;
    margin-top: 12px;
    margin-left: 50px;
    cursor: pointer;
}

.login {
    float: left;
    width: 650px;
    margin-left: 30px;
    margin-top: 13px;
}

.login form {
    margin: 0px;
}

.login input {
    -webkit-box-shadow: 0 0 0px 1000px #016e8b inset !important;
    -webkit-text-fill-color: white !important;
    color: white;
    background-color: #016e8b;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-bottom: 0px;
    height: 24px;
    width: 202px;
    margin-top: 5px;
    margin-left: 4px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login input[type=submit] {
    width: 70px;
    height: 24px;
}

.navigation {
    width: 1147px;
    float: left;
    margin-top: 10px;
}

.navigation li {
    list-style-type: none;
    border: 1px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
}

.navigation li a {
    padding-left: 60px;
    padding-right: 60px;
}


.navigation li.active {
     background-color: white;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
 }

.navigation li.active a{
     color: #08c;
 }


.navigation li a {
    color: white;
    font-size: 12px;
}

.navigation li a:hover {
    text-decoration: none;
}

.tab-bubble:hover {
    cursor: pointer;
}

.tab-bubble a:hover {
    text-decoration: none;
}

.tab-bubble a {
    padding-left: 60px;
    padding-right: 60px;
}

.tab-content {
     float: left;
     color: white;
     margin-top: 20px;
     width: 100%;
 }

.tab-content.en{
    margin-left: -5px;
}

.tab-content.cs{
    margin-left: 0px;
}

.tab-bubble {
    color: #016c8c;
    float: left;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
}

.tab-pane-left {
    float: left;
}

.tab-pane-right {
    float: right;
}

.active .tab-line {
    position: absolute;
    border-left: 1px solid white;
    width: 335px;
    height: 11px;
    margin-top: 2px;
}

.active .menu-tab-line-last {
    position: absolute;
    border-left: 1px solid white;
    width: 1px;
    height: 11px;
    margin-top: 2px;
}

.tab-content .tab-line {
    border-top: 1px solid white;
    margin-top: -30px;
}

.tab-line-half {
    width: 50%;
    float: right;
    height: 1px;
}

.tab-line-last {
    border-top: none !important;
    background-color: #016c8c;
    height: 9px !important;
}

.tab-line-last-right {
    width: 124px !important
}

.tab-line-last-left {
    width: 160px !important;
}

.content {
    float: left;
    width: 100%;
    background-color: rgb(2, 106, 141);
    background-image: url("../img/pozadi_1024_zrcadlo_zelena4.jpg");
    height: 100%;
}

.htmlContent {
    color: white;
}

.lang{
    float:right;
    margin-top: 22px;
    margin-right: 44px;
}

.caret {
    border-top: 4px solid white;
}

.dropdown-toggle {
    background-color: #016e8b ! important;
    background-image: none;
    border-color: white;
    color: white !important;
}

.dropdown-menu {
    background-color: #016e8b ! important;
    background-image: none;
    border-color: white;
    color: white !important;
}

.dropdown-menu a {
    color: white !important;
}

.btn-group>.btn {
    font-size: 12px;
    line-height: 14px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
}

body {
    overflow-y: auto;
}

#bodyNav{
    margin: 0px;
    background-color: #026A8D;
}
#bodyNav .header {

    padding-bottom: 10px;
}

#frameContent {
    border:none;
    width:100%;
}

@media screen and ( max-width: 1360px ) {
    .navigation {
        display: none;
    }
    .navigationResponse {
        display: inline !important;
    }
}

.navigationResponse select {
    background-color: #016e8b;
    color: white;
    height: 26px;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 10px;
    margin-left: 34px;
    width: 286px;
    margin-top: 27px;
    padding-top: 2px;
}

@media screen and ( max-width: 900px ) {
    .login {
        width: 210px !important;
        margin-top: 4px !important;
    }
    .lang {
        float: left;
        margin-top: 67px;
        margin-left: -68px;
    }

    .navigationResponse select {
        width: 406px;
        margin-top: 5px;
    }
}


@media screen and ( max-width: 900px ) {
    .logo {
        display: none;
    }
    .navigationResponse select {
        width: 202px;
    }
}