body {
    font-weight: 300px;
}
.vertical-bar {
    display: inline-block;
    height:25px;margin-top:2px;background:#005eb8;
}
.vertical-bar-div {
    margin-bottom:10px;
}
.vertical-bar-block {
    width:90%;position:relative;
}
.vertical-bar-val {
    float:right;position:relative;top:3px;right:-45px;
}

span.select2-results, span.select2, span.select2-title {
    font-size: 125%;
}

/* Cover trial */
.ibox-doughnut {
    height:100px;
}
.ibox-barrier {
    position:absolute;width:200px;height:25px;bottom:75px;left:25px;background:white;
}

@media (max-width: 1000px) {
    .ibox-doughnut {
        height:100px;
    }
    .ibox-barrier {
        position:absolute;width:200px;height:25px;bottom:75px;left:25px;background:white;
    }  
}

.img-responsive {
    width:100%;
}
.video-container {
    height:200px;
}
.img-container {
    width:300px;
    height:auto;
}
.hidden {
    display: none;
}

.section-row {
    position: relative;margin-bottom:25px;
}
.section-header {
    position: relative;margin:15px -15px;top:25px;
}
    .section-header .ibox-title {
        background: #e31d1a;color:white;
    }



.gradient-clam-darya {
    background: #5f2c82;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #49a09d, #5f2c82);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49a09d, #5f2c82); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}    
.gradient-bourbon {
    background: #EC6F66;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F3A183, #EC6F66);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F3A183, #EC6F66); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-mantle {
    background: #24C6DC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.d-flex .ibox {
    width: 100%;
    margin-bottom:45px;
}
.d-flex .ibox-content {
    height: 100%;
}
