html, body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #005469;
    color: #000000;
}

/* DOCUMENT HEADER */
#header{
    max-height: 150px;
    text-align: center;
    background-color: #0aabcf;
    border-bottom: 2px solid #0aabcf;
}
#header img {
    max-width: 100%;
    max-height: 148px;
    margin: auto;
}


/* add transition to container, so that every change between grid systems (xs, sm, md, lg) is animated */
.container {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* decrease distance between page header and top of the page */
.page-header {margin-top: 20px;}

/* make form control bigger */
.form-control-big {
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
}

.display-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.display-none {display: none;}

textarea.form-control.height-200 {height: 200px;}
textarea.form-control.height-400 {height: 400px;}

/*  */
.vertical-align-top {vertical-align: top !important;}

/* space between buttons when they are positioned vertically */
.btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* width */
.width-20 {width: 20px;}
.width-20 {width: 20px;}

/* margin */
.margin-left-5 {margin-left: 5px;}
.margin-left-10 {margin-left: 10px;}
.margin-left-20 {margin-left: 20px;}
.margin-right-5 {margin-right: 5px;}
.margin-right-10 {margin-right: 10px;}
.margin-right-20 {margin-right: 20px;}
.margin-top-5 {margin-top: 5px;}
.margin-top-7 {margin-top: 7px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}

/* padding */
.padding-20 {padding: 20px;}
.padding-top-5 {padding-top: 5px;}
.padding-top-10 {padding-top: 10px;}
.padding-top-15 {padding-top: 15px;}
.padding-top-20 {padding-top: 20px;}
.padding-bottom-5 {padding-bottom: 5px;}
.padding-bottom-10 {padding-bottom: 10px;}
.padding-bottom-15 {padding-bottom: 15px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-left-15 {padding-left: 15px;}
.padding-right-15 {padding-right: 15px;}

/* position */
.position-relative {position: relative;}
.position-absolute {position: absolute;}
.position-fixed {position: fixed;}

/* float */
.float-left {float: left;}
.float-right {float: right;}
.clear-both {clear: both;}

/* Font styles */
.font-08em {font-size: 0.8em;}
.font-12em {font-size: 1.2em;}
.font-14em {font-size: 1.4em;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}
.center {text-align: center;}
.right {text-align: right;}
.color-red {color: #eb1611;}
.color-orange {color: #eb4911;}
.color-green {color: #4c9738;}
.color-black {color: #000000;}
.color-blue {color: #004f7e;}
.color-light-gray {color: #bbbbbb;}

/* Background Colors */
.bg-color-red {background-color: #f57376;}
.bg-color-light-gray-1 {background-color: #fcfcfc;}
.bg-color-light-gray-2 {background-color: #f0f0f0;}

/* cursor */
.cursor-pointer {cursor: pointer;}

/* questionnaire (page, block, element) */
.q-page {}

.q-page .row {margin: 0px;}
.q-page .col-xs-1, .q-page .col-sm-1, .q-page .col-md-1, .q-page .col-lg-1,
.q-page .col-xs-2, .q-page .col-sm-2, .q-page .col-md-2, .q-page .col-lg-2,
.q-page .col-xs-3, .q-page .col-sm-3, .q-page .col-md-3, .q-page .col-lg-3,
.q-page .col-xs-4, .q-page .col-sm-4, .q-page .col-md-4, .q-page .col-lg-4,
.q-page .col-xs-5, .q-page .col-sm-5, .q-page .col-md-5, .q-page .col-lg-5,
.q-page .col-xs-6, .q-page .col-sm-6, .q-page .col-md-6, .q-page .col-lg-6,
.q-page .col-xs-7, .q-page .col-sm-7, .q-page .col-md-7, .q-page .col-lg-7,
.q-page .col-xs-8, .q-page .col-sm-8, .q-page .col-md-8, .q-page .col-lg-8,
.q-page .col-xs-9, .q-page .col-sm-9, .q-page .col-md-9, .q-page .col-lg-9,
.q-page .col-xs-10, .q-page .col-sm-10, .q-page .col-md-10, .q-page .col-lg-10,
.q-page .col-xs-11, .q-page .col-sm-11, .q-page .col-md-11, .q-page .col-lg-11,
.q-page .col-xs-12, .q-page .col-sm-12, .q-page .col-md-12, .q-page .col-lg-12 {padding: 0px;}

.q-page .col-xs-1.padding-left-5, .q-page .col-sm-1.padding-left-5, .q-page .col-md-1.padding-left-5, .q-page .col-lg-1.padding-left-5,
.q-page .col-xs-2.padding-left-5, .q-page .col-sm-2.padding-left-5, .q-page .col-md-2.padding-left-5, .q-page .col-lg-2.padding-left-5,
.q-page .col-xs-3.padding-left-5, .q-page .col-sm-3.padding-left-5, .q-page .col-md-3.padding-left-5, .q-page .col-lg-3.padding-left-5,
.q-page .col-xs-4.padding-left-5, .q-page .col-sm-4.padding-left-5, .q-page .col-md-4.padding-left-5, .q-page .col-lg-4.padding-left-5,
.q-page .col-xs-5.padding-left-5, .q-page .col-sm-5.padding-left-5, .q-page .col-md-5.padding-left-5, .q-page .col-lg-5.padding-left-5,
.q-page .col-xs-6.padding-left-5, .q-page .col-sm-6.padding-left-5, .q-page .col-md-6.padding-left-5, .q-page .col-lg-6.padding-left-5,
.q-page .col-xs-7.padding-left-5, .q-page .col-sm-7.padding-left-5, .q-page .col-md-7.padding-left-5, .q-page .col-lg-7.padding-left-5,
.q-page .col-xs-8.padding-left-5, .q-page .col-sm-8.padding-left-5, .q-page .col-md-8.padding-left-5, .q-page .col-lg-8.padding-left-5,
.q-page .col-xs-9.padding-left-5, .q-page .col-sm-9.padding-left-5, .q-page .col-md-9.padding-left-5, .q-page .col-lg-9.padding-left-5,
.q-page .col-xs-10.padding-left-5, .q-page .col-sm-10.padding-left-5, .q-page .col-md-10.padding-left-5, .q-page .col-lg-10.padding-left-5,
.q-page .col-xs-11.padding-left-5, .q-page .col-sm-11.padding-left-5, .q-page .col-md-11.padding-left-5, .q-page .col-lg-11.padding-left-5,
.q-page .col-xs-12.padding-left-5, .q-page .col-sm-12.padding-left-5, .q-page .col-md-12.padding-left-5, .q-page .col-lg-12.padding-left-5 {padding-left: 5px;}

.q-block {margin-bottom: 20px;}
.q-block-header {padding: 5px; background-color: #006982; color: #ffffff;}
.q-block-header-headline {font-weight: bold; font-size: 1.1em;}
.q-block-header-description {}

.q-element {padding: 5px;}
.q-element-background {}
.q-element-background-contrast {background-color: #eeeeee;}
.q-element-background-warning {background-color: #ffaaaa;}
.q-element-background-contrast-warning {background-color: #ff8888;}
.q-element-warning-text-number {color: #000000;}
.q-element-group {float: left; margin-right: 20px; max-width: 100%;}

.q-inner-element-brace {height: 5px;}







/* video in questionnaire */
.q-video {
    display: block;
    max-width: 40%;
    max-height: 300px;
    min-width: 200px;
}

/* fullscreen video */
.q-video.q-video-fullscreen {
    width: 100%;
    max-width: none;
    max-height: none;
    float: none;
}

/* audio in questionnaire */
.q-audio {
    display: block;
    max-width: 40%;
    max-height: 300px;
    min-width: 200px;
}

/* fullscreen audio controls */
.q-audio.q-audio-fullscreen {
    width: 100%;
    max-width: none;
    max-height: none;
    float: none;
}

/* image in questionnaire */
.q-image {
    display: block;
    max-width: 30%;
    max-height: 300px;
}
.q-image-expandable {
    cursor: pointer;
}

/* image in questionnaire in expanded state */
.q-image.q-image-expanded {
    max-width: none;
    max-height: none;
    float: none;
}

/* fullscreen image */
.q-image.q-image-fullscreen {
    width: 100%;
    max-width: none;
    max-height: none;
    float: none;
}

/* position for class for magnifier icons for expandable images */
.q-image-magnifier-left {left: 0px;}
.q-image-magnifier-right {right: 0px;}

/* magnifier icon for expandable images */
.q-image-magnifier-plus {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../images/magnifier-plus.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.q-image-magnifier-plus:hover {background-image: url(../images/magnifier-plus-hover.png);}

/* magnifier icon for expandable images */
.q-image-magnifier-minus {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../images/magnifier-minus.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.q-image-magnifier-minus:hover {background-image: url(../images/magnifier-minus-hover.png);}






/* sticky progress bar */
.sticky-progress-bar {
    position: relative;
    z-index: 100;
}

.sticky-progress-bar-container {
    position: absolute;
    width: 145px;
    right: 0px;
    top: 5px;
}

.sticky-progress-bar-background {
    position: absolute;
    width: 140px;
    height: 32px;
    border: solid 5px #0aabcf;
    border-radius: 12px;
}

.sticky-progress-bar-inner {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0px;
    height: 12px;
    background: #0aabcf;
    border-radius: 4px;
}

.sticky-progress-bar-text {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
}












/* Image Manager */

/* list with all images */
.image-manager-image-list {
    min-height: 200px;
    max-height: 500px;
    padding-top: 5px;
    border: solid 1px #dddddd;
    overflow: auto;
}

/* image item in list */
.image-manager-item {
    position: relative;
    width: 140px;
    height: 210px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: solid 1px #bbbbbb;
}

/* title in image item */
.image-manager-item-title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #dddddd;
    border-bottom: solid 1px #bbbbbb;
    overflow: hidden;
    white-space: nowrap;
}

/* image in image item */
.image-manager-item-image {
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 138px;
    max-height: 148px;
    margin: auto;
    cursor: pointer;
}

/* small menu in image item */
.image-manager-item-menu {
    position: absolute;
    bottom: 5px;
    height: 35px;
    width: 100%;
    padding-top: 5px;
    border-top: solid 1px #bbbbbb;
}

/* button in small menu */
.image-manager-item-menu-button {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}



.time-picker-label {
    position: relative;
    width: 100%;
    height: 50px;
    color: #555555;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding-left: 12px;
    padding-top: 0px;
    line-height: 50px; font-size: 18px;
}

.time-picker-label-icon {
    position: absolute;
    right: 0px;
    top: -0.5px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    background-color: #f0f0f0;
    border-left: solid 1px #cccccc;
    cursor: pointer;
}
.time-picker-label-icon-right {border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.time-picker-label-icon-left {right: 48px;}

.time-picker-label-icon-blue:hover, .time-picker-label-icon-blue.time-picker-label-icon-active {
    background-color: #3498db;
    color: #ffffff;
}
.time-picker-label-icon-red:hover, .time-picker-label-icon-red.time-picker-label-icon-active {
    background-color: #e74c3c;
    color: #ffffff;
}








.editable-table-cell {position: relative;}
.editable-table-cell-input {position: absolute;
    width: 98%;
    top: 1%;
    height: 98%;
    border: 0;
    padding: 8px;
    left: 0%;
}







/* Background Colors */
.source-code-error-label {color: #ffffff; background-color: #f13b3f;}
.source-code-selected-label {color: #000000;}


.refresh-icon {
    color: #e0e0e0;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.refresh-icon:hover {color: #888888;}
.refresh-icon-small {
    color: #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.refresh-icon-small:hover {color: #888888;}


.participant-list-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
}
.participant-list-icon {
    color: #555555;
    cursor: pointer;
}
.participant-list-icon:hover {color: #000000;}









/* Colorpicker */
.colorpicker-text {
    padding-left: 60px;
}
.colorpicker-preview {
    position: absolute;
    top: 1px;
    width: 48px;
    height: 48px;
    margin-left: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.colorpicker {
    position: relative;
    width: 100%;
    height: 280px;
    border: solid 1px #eeeeee;
    margin-bottom: 20px;
}
.colorpicker-container {
    position: relative;
}

/* fonts */
.font-Titillium-Web {font-family: 'Titillium Web';}
.font-Arial {font-family: 'Arial';}
.font-Times-New-Roman {font-family: 'Times New Roman';}
.font-Open-Sans {font-family: 'Open Sans';}
.font-Roboto {font-family: 'Roboto';}
.font-Lato {font-family: 'Lato';}
.font-Source-Sans-Pro {font-family: 'Source Sans Pro';}
.font-Montserrat {font-family: 'Montserrat';}
.font-Indie-Flower {font-family: 'Indie Flower';}

/* theme box */
.theme-box-row {padding: 10px; padding-left: 10px; cursor: pointer;}
.theme-box-row-contrast {background-color: #fafafa;}
.theme-box-row-selected {background-color: #3498DB; color: #ffffff;}
.theme-box-icon-delete {width: 20px; height: 20px; background: url(../images/delete-gray.png); background-size: cover; background-repeat: no-repeat;}
.theme-box-icon-delete:hover {width: 20px; height: 20px; background: url(../images/delete.png); background-size: cover; background-repeat: no-repeat;}










/* side slide menu */
.side-slide-menu {
    position: absolute;
    left: 0px;
    top: 135px;
    height: 400px;
    width: 30px;
    z-index: 2;
}
.side-slide-menu-inner {
    position: absolute;
    left: 0px;
    right: 30px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: solid 2px #0aabcf;
    border-bottom: solid 2px #0aabcf;
    overflow: auto;
}
.side-slide-menu-button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #0aabcf;
    border-top: solid 2px #0aabcf;
    border-bottom: solid 2px #0aabcf;
    border-right: solid 2px #0aabcf;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.side-slide-menu-button-icon {
    position: absolute;
    width: 26px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
}
.side-slide-menu-button-arrow {
    width: 26px;
    top: -3px;
    text-align: center;
    line-height: 400px;
    cursor: pointer;
    color: #fff;
}
@media (min-width: 992px) {
    .side-slide-menu {width: 30px;}
    .side-slide-menu-inner {right: 30px;}
    .side-slide-menu-button {width: 30px;}
    .side-slide-menu-button-icon{width: 26px;}
    .side-slide-menu-button-arrow{width: 26px;}
}
@media (max-width: 991px) {
    .side-slide-menu {width: 14px;}
    .side-slide-menu-inner {right: 14px;}
    .side-slide-menu-button {width: 14px;}
    .side-slide-menu-button-icon{width: 12px;}
    .side-slide-menu-button-arrow{width: 12px;}
}















.loading-animation-status {
    position: absolute;
    top: 0px;
    width: 100%;
    line-height: 66px;
    text-align: center;
}




.radio-label, .checkbox-label {
    margin-top: 7px;
    margin-left: 5px;
    font-weight: 400;
    margin-right: 15px;
    cursor: pointer;
}

/* radio buttons that use big images / photos instead of buttons */
label.image-radiogroup {
    display: flex;
    align-items: flex-start;
}
label.image-radiogroup > img {
    max-width: 100%;
}
label.image-radiogroup > input + img {
    cursor: pointer;
    border: 5px solid transparent;
}
label.image-radiogroup > input:checked + img {
    border: 5px solid #0aabcf;
}

.slider {
    margin-top: 60px;
}

.language-button {
    width: 40px;
    margin-right: 5px;
    filter: alpha(opacity = 50);
    -ms-filter: "alpha(opacity = 50)";
    opacity: .50;
    cursor: pointer;
}
.language-button:hover, .language-button.active {
    filter: alpha(opacity = 100);
    -ms-filter: "alpha(opacity = 100)";
    opacity: 1; 
}

/* breadcrumb navigation */
.breadcrumb {
    background-color: rgba(255,255,255,0.1);
    font-size: 0.85em;
}
@media (min-width: 768px) {
    .breadcrumb{padding-left: 30px;}
}