body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: white;
}

h1 {
    color: #3484D2;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

nav.navbar.navbar-default {
    margin-bottom: 0;
}

#test, #questlist, #principles, #evaluation {
    display: none;
}

#control-panel {
    /* display: none; */
    padding: 0 20px;
}

#questlist-body span, #questlist-body u {
    cursor: pointer;
}

#questlist table {
    margin-bottom: 0;
}

.instruction-text {
    font-size: 1.2em;
}

#dotaznik h3 {
    font-size: 3em;
}

#dotaznik h5 {
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2em;
    color: #3484D2;
}

#dotaznik h4 {
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2em;
    background-color: #3484D2;
    padding: 2em;
    color: white;
}

.cca {
    color: gray;
    font-style: italic;
}


* {
    font-family: 'Open Sans', sans-serif;
} 

.navbar {
    opacity: 0.5;
}

header {
    margin-top: -20px;
}

header #logo {
    margin-top: 2em;
    max-height: 150px;
}

header.jumbotron {
    /*background-color: #b7a83d;*/
    background-color: #3D8AB7;
    background-image: url("/techtest/www/img/pozadi.png");                
}
.jumbotron h1 {
    margin-top: 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    /*color: #99381d;*/
    color: #8ED5F1;
    line-height: 1.1em;
}
.jumbotron h1 .white {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: #fff;
}

h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-weight: 600;*/
} 

h2 {
    text-transform: uppercase;                
}

header h2 {
    font-size: 1.2em;
}

.levy {
    background-color: #eee;
}

.table thead {
    /*background-color: #2F566C;*/
    background-color: #555;
    color: white;
}    

.hr-form {
    border: 1px solid #3D8AB7;    
}

.back-home {
    background-color: #fff;
    border: none;
}

.well {
    /*background-color: #8ED5F1;*/
    padding: 0px;
}

/* DZPP */
.dzpp-note {
    color: #333;
}

.dzpp-br {
    line-height: 2em;
}

.modal-header {
    background-color: #D00;
    color: white;
}


.border-top {
    border-top: 2px solid black !important;
}

.border-bottom {
    border-bottom: 2px solid black !important;
}

.border-left {
    border-left: 2px solid black !important;
}

.border-right {
    border-right: 2px solid black !important;
}

td.text-right {
    background-color: #8ED5F1;
}