/* GLOBAL */
body {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

#yii-flash-message {
    margin-top: 10px;
}

/* HEADER */
#header .heading-one {
    font-size: 25px;
    background-color: #f0eae8;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    height: 20px;
    text-align: right;
}

#header .heading-two {
    font-size: 22px;
    font-weight: normal;
    height: 15px;
    margin: 35px 0 0 0;
    position: relative;
}

#header .heading-two span {
    display: inline-block;
    position: absolute;
    top: -5px;
    background-color: #ffffff;
    padding: 0 10px 0 0;
}

/* CONTENT */
body div.row .question-container {
    /*padding: 0 20%;*/
    margin-bottom: 0;
}

body div.row .question-title-container {
    padding: 10px 0;
    background-color: #f0eae8;
    color: #000000;
    margin: 0;
}

body div.row .questionvalidcontainer {
    background: transparent;
    color: #000000;
}

body div.row .answer-container {
    background: transparent;
    padding: 10px 20px;
}

.asterisk {
    vertical-align: top;
    color: #d2232a;
    font-size: 8px;
}

div.radio-item {
    display: inline-block;
    width: auto;
    margin-right: 25px;
}

.radio label {
    padding-left: 10px;
}

.form-control,
input {
    border-width: 1px;
}

.questionvalidcontainer .text-info {
    color: #92278f;
    text-align: left;
    font-weight: normal;
    padding: 0 15px;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: inline-block;
    min-width: 220px;
    margin: 0 20px 0 0;
}

.checkbox label::before {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    content: "";
    display: inline-block;
    background-color: #000000;
    width: 11px;
    height: 11px;
    top: 3px;
    left: 3px;
}

.question-container.blocked {
    display: inline-block !important;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary.active[disabled],
.btn-primary.active[disabled]:hover,
.btn-primary.active[disabled]:active,
.btn-primary.active[disabled]:focus {
    background-color: #231f20;
    color: #ffffff;
}

.upload-button .btn-default,
body.uploader .upload-div .btn-default,
.file-upload-modal-footer .btn-success {
    background-color: #231f20;
    color: #ffffff;
}

.upload-button .btn-default:hover,
body.uploader .upload-div .btn-default.hover,
.file-upload-modal-footer .btn-success:hover,
body.uploader .alert-success {
    background-color: #fff200;
    color: #231f20;
}

.mfp-content .mfp-bottom-bar .mfp-select-button {
    float: left;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.mfp-content .mfp-bottom-bar .mfp-title,
.mfp-content .mfp-bottom-bar .mfp-counter {
    line-height: 30px;
}

.mfp-content .mfp-bottom-bar .mfp-select-button button {
    background-color: #fff200;
    color: #231f20;
    border: 0;
}

.active-magnific-popup .answer-item {
    text-align: center;
    width: 250px;
    min-height: 290px;
}

.active-magnific-popup .answer-item label {
    float: left;
    padding: 0 1px 0 0;
}