#header_image {
    background-image: url("../images/cover.jpg");
    background-size: cover;
    background-position: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.no-margin-top { margin-top: 0; }

.label-as-badge {
    border-radius: 1em;
}

.hidden-content {
    display: none;
}

.hidden-content-shown-by-default .hidden-content {
    display: block;
}

.hidden-content-shown-by-default .hidden-content-inverted {
    display: none;
}

table .bs-callout h4 {
    line-height: 150%;
    margin-top: -4px;
}

.tab-info h4,
.tab-exam h4 {
    margin-top: 40px;
}

.row-part-title>div.col-index {
    font-weight: bold;
}

.row-part-title h5 {
    margin: 0;
}

/*.outset-icon {*/
/*position: absolute;*/
/*!*display: block;*!*/
/*left: 0px;*/
/*}*/

/*.col-outset-icon {*/
/*padding-left: 30px;*/
/*}*/
.outset-icon {display: none; }


.tab-schedule .row {
    padding-top: 30px;
    padding-bottom: 14px;
    border-bottom: solid 1px #ddd;
}

.tab-schedule .row-part-title {
    padding-top: 0;
    padding-bottom: 0;

    background-color: #d9edf7;
    height: 70px;
}


.highlight-on {
    background-color: #fffab7;
    -webkit-transition: background-color 0ms linear;
    -ms-transition: background-color 0ms linear;
    transition: background-color 0ms linear;
}

.highlight-fadeout {
    background-color: #fff;
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}

.jumbotron p {
    font-size: 16px;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}
h3, h4 {
    margin-top: 30px
}