@charset "utf-8";
/* Custom CSS styles for rscn.vuv.cz */

/* GLOBAL */
body {
    background-color: #eef5f7;
    padding: 30px 10px 10px;
    color: #eef5f7;
}

a { color: #eef5f7; }
a:hover, a:focus { text-decoration: underline; color: #eef5f7; }
.reseter { float: none; clear: both; width: 100%; height: 1px; }
pre:not([class]) { background-color: white; }
.f-l { float: left; }
.f-r { float: right; }
img { margin-bottom: 10px; }
img.f-l { float: left; margin: 10px 25px 10px 0; }
img.f-r { float: left; margin: 10px 0 10px 25px; }
table .year { text-align: right; }
table th { background-color: #004d5b; }
.table > thead > tr > th { border: 0; }
.table > thead > tr > th + th { border-left: 2px solid #085b6a; }
.table > tbody > tr > th { border: 0; border-bottom: 1px solid #21707e; }
.table > tbody > tr > td { border: 0; border-bottom: 1px solid #21707e; padding: 10px 5px; }

/* LANG */
#lang {
    position: absolute;
    top: -25px;
    right: 5px;
    color: #aaa;
    font-size: 15px;
}

#lang a {
    color: #aaa;
}

#lang a.active {
    color: #003c47;
}

#lang span {
    display: none;
}

/* NAVIGATION */
ul.nav-pills { text-transform: uppercase; }
.row .nav-pills li { width: 25.0%; }

.row .nav-pills > li + li {
    margin-left: 0;
    border-left: 1px solid #085b6a;
}

.row .nav.nav-pills li a {
    background-color: #003c47;
    border-radius: 0;
    color: #7bd4e6;
    text-align: center;
}

.row .nav.nav-pills li.active a { background-color: #085b6a; color: #fff; }
.row .nav.nav-pills li a:hover { text-decoration: underline; }
.row .nav.nav-pills li.active a:hover { text-decoration: none; }

/* LAYOUT */
.main-container { margin-bottom: 10px; position: relative; }
.col-md-6 .inbox, .main-container { background-color: #085b6a; }
.tab-content { padding: 20px; }
.col-md-6 { padding: 0; margin: 0; }
.tab-content, .col-md-6 { line-height: 1.7; }
.col-md-6 { cursor: pointer; }
.col-md-6 .inbox h1 { font-size: 18px; }
.col-md-6 .inbox h1 a { text-transform: uppercase; color: #7bd4e6; }

.inbox {
    margin: 0 0 10px;
    padding: 10px 20px;
    overflow: hidden;
}

.btn-primary {
    border-radius: 0;
    background-color: #eef5f7;
    border: 0;
    color: #003c47;
    padding: 10px 25px;
    transition-duration: 400ms;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #7bd4e6;
    font-weight: bold;
    color: #000;
}

/* only for PC */
@media only screen and (min-width: 991px) {

    @font-face {
        font-family: 'open_sanssemibold';
        src: url('../fonts/opensans-semibold-webfont.eot');
        src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('../fonts/opensans-regular-webfont.eot');
        src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    body {
        background: #eef5f7 url('../images/css_bg.png') center center no-repeat;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    strong {
        font-family: 'open_sanssemibold';
    }

    table th { font-family: 'open_sanssemibold'; min-width: 100px; }
    table thead { border: 0; }
    .table > thead > tr > th { padding: 5px 15px; }
    .table > tbody > tr > td { padding: 15px; }

    .main-container {
        position: relative;
    }

    .tab-pane {
        padding-top: 10px;
        padding-right: 60px;
    }

    .tab-content {
        padding: 30px;
    }

    #home p {
        float: left;
        margin: 0 0 20px 150px;
    }

    #home p.image {
        position: absolute;
        margin: 0;
        left: 30px;
    }

    #home p.image.tacr {
        top: 90px;
    }

    #outputs {
        padding: 0;
    }

    #team .img {
        height: 100px;
        vertical-align: bottom;
        display: table-cell;
        padding-bottom: 10px;
    }

    #team .img a {
        display: block;
        width: 240px;
    }

    #team .col-md-4 {
        min-height: 200px;
    }

    .tab-content, .col-md-6 {
    font-family: 'open_sansregular';
    }

    .row .nav-pills li {
        width: 25.0%;
        height: 45px;
        font-family: 'open_sanssemibold';
    }

    .row .nav-pills li a {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0;
    }

    .col-md-6 .inbox {
        min-height: 310px;
        margin: 0 5px 0 0;
        padding: 10px 30px 65px;
        position: relative;
/*
        background-image: url('../images/css_bg_graph.png');
*/
        background-position: center right;
        background-repeat: no-repeat;
    }

    .col-md-6.last .inbox {
        margin: 0 0 0 5px;
/*
        background-image: url('../images/css_bg_map.png');
*/
        background-position: 180% 10px;
    }


    .col-md-6 .inbox h1 {
        font-family: 'open_sanssemibold';
    }

    .col-md-6 .inbox p {
        margin-bottom: 15px;
    }

    .col-md-6 .inbox .button {
        position: absolute;
        bottom: 10px;
    }

}

/* only for table */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .col-md-6 .inbox {
        min-height: 335px;
    }
}