.container-fluid {
    min-height: 100%;
    padding: 15px 0px;
}

.custom-select {
    width: 150px !important ;
}

.main-label {
    font-size: 15px;
    color: #36496C;
    font-family: 'yva_textbold' !important;
}

.filter-form {
    height: 28px;
}

.filter-area {
    position: absolute;
    z-index: 1;
    left: 0;
}

.dropdown-area {
    position: absolute;
    z-index: 1;
    left: 405px;
}

.dropdown-selection-area {
    font-size: 12px; margin-top: 10px;
}

.selected-filters {
    padding: 6px 0px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.textarea {
    width: 100%;
    max-width: 645px;
    height: 27px;
    min-height: 27px;
    font-size: 12px;
    border: 1px solid rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
}

.input-label {
    color: #5F6E8A;
    font-size: 12px;
    display:block;
    padding-left: 0px !important;
    font-family: 'yva_textbold' !important;
    font-weight: normal !important;
}

.input {
    background-color: #f9f9f9 !important;
}

.info-row input {
    border: 1px solid rgb(216, 216, 216);
    height: 27px;
    background-color: white;
    padding: 0px 8px;
    font-size: 12px;
}

.info-row {
    display: flex;
    flex-direction: row;
}

.info-row > div {
    padding: 0px 5px 0px 0px !important;
}

.file-row input {
    margin-bottom: 5px;
    border: 1px solid rgb(216, 216, 216);
    height: 27px;
    background-color: white;
    padding: 0px 8px;
    width: 300px;
    cursor: pointer;
    font-size: 12px;
}

.no-padding {
    padding: 0px !important;
}

.custom-button {
    padding: 5px 7px;
    margin: 5px 0px;
    border-radius: 0px;
    font-size: 12px;
}

.add-new-file {
    padding-left: 25px;
    cursor: pointer;
}

.remove-file {
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.align-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.submit-btn-position {
    margin-left: 300px;
}

.submit-btn-size {
    font-size: 16px;
    margin: 0px 0 0px !important;
}

.button-text {
    font-size: 15px;
}

.free-space {
    height: 25px;
}

.custom-dropdown {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 0px;
    border-color: #C8C8C8;
    cursor: pointer;
    font-size: 12px;
}

.custom-dropdown:after {
    top: 15px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    background-color: rgb(255, 255, 255);
    border-top-color: red;
    border-width: 7px;
    margin-top: -4px;
}

.custom-dropdown-disabled {
    color: grey;
}

.custom-dropdown-disabled:after {
    border-top-color: grey;
}

.custom-dropdown select {
    width: 200%;
    cursor: pointer;
    padding: 5px 25px 5px 5px !important;
    width: 100%;
    height: 30px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#driversCheckboxes {
    border: 1px solid rgb(216, 216, 216);
}

.custom-dropdown select:disabled {
    background-color: rgb(255, 255, 255);
    opacity: 1;
    cursor: not-allowed;
}

.custom-dropdown {
    position: relative;
    background-color: rgb(255, 255, 255);
}

.parent_div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.selectBox {
    position: relative;
    width: 100%;
}

.selectBox select {
    width: 200%;
    cursor: pointer;
    padding: 5px 25px 5px 5px !important;
    width: 100%;
    height: 28px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.participant-names-select{
    width: 97px;
    border: 1px solid rgb(216, 216, 216);
    height: 27px;
    background-color: white;
    padding: 0px 8px;
    font-size: 12px;
}

.checkboxes {
    display: none;
    border: 1px solid rgb(216, 216, 216);
    padding-bottom: 7px;
}

#checkboxes label:hover {
    background-color: rgb(255, 255, 255);
}

.inline-displaying {
    color : white;
    height: 28px;
    border :1px solid rgb(216, 216, 216);
    background-color: grey;
    font-size: 12px;
}

.inline-displaying-active {
    background-color: #FF0000 !important;
}

.deleteButton:nth-of-type(0)  {
    display:none;
}

.checkbox-label {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: initial;
    margin-bottom: -7px !important;
    width: 100%;
    margin: 6px 0px;
    height: 19px;
    padding: 1px 6px 0px 30px;
}

.label-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-indicator {
    position: absolute;
    top: 0;
    left: 6px;
    height: 18px;
    width: 18px;
    border: 1px solid #cbc2c2;
}

.control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox-label:hover input ~ .control-indicator {
    background: #ccc;
}

.checkbox-label input:checked ~ .control-indicator {
    background: #e52d27;
    border: 0;
}

.checkbox-label input:checked ~ .control-indicator:after {
    display: block;
}

.checkbox-label input:checked ~ .control-indicator:after {
    left: 7px;
    top: 3px;
}

.checkbox-label .control-indicator:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control--radio .control-indicator {
    border-radius: 50%;
}

.control--radio input:checked ~ .control-indicator {
    background-color: white;
    border: 1px solid #e52d27;
}

.control--radio input:checked ~ .control-indicator:after {
    left: 3px;
    top: 3px;
    background-color: #e52d27;
}

.control--radio .control-indicator:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-width: 0 0 0 0;
}


.appliedCheckboxes {
    font-family: 'yva_textbold' !important;
}


.multi-item-carousel {
    background: #FFFFFF;
    height: 265px !important;
    padding: 10px;
}

.inner-selected-file {
    width: 85% !important;
    height: 100%;
    margin: auto;
    text-align: center;
}

.inner-selected-file img,
.inner-selected-file iframe {
    width: inherit !important;
    height: inherit !important;
    display: initial !important;
}

.filter-icons{
    width: 50px;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    max-height: 65px;
}

.text-under-filter-type{
    font-size:7px;
    color:white;
    text-align: center;
}

.question-market-example {
    font-family: 'yva_textbold' !important;
}

.big-carousel{
    background-color: #848386;
    height: 750px;
    position: relative;
    max-height: 750px;
    padding: 40px 0px;
}

.left-arrow {
    left: 10px !important;
}

.right-arrow {
    right: 10px !important;
}

.carousel-control {
    width: 1% !important;
    color: #5B7FB7 !important;
    background-image: none !important;
    opacity: 1;
}

.carousel-control:hover {
    opacity: 1;
}

p {
    margin: 0 0 0px !important;
}

.market-example-text{
    text-align: center;
    width: 100%;
    padding: 4px;
    line-height: 15px;
    height: 90px;
}

.participant-name {
    font-family: 'yva_textbold' !important;
}

.icon-display {
    background-color: white;
    border: solid 1px #959595;
    padding: 5px;
    width: 30px !important;
    height: 34px !important;
    font-size: inherit !important;
    cursor: pointer;
}


.left-icon-arrow {
    border-radius: 0px 20px 20px 0px;
    margin-left: -7px !important;
    border-left: none;
}

.big-right-icon-arrow {
    border-radius: 20px 0px 0px 20px;
    margin-right: -10px !important;
    background-color: white !important;
}

.big-left-icon-arrow {
    border-radius: 0px 20px 20px 0px;
    margin-left: -10px !important;
    background-color: white !important;
}

.right-icon-arrow {
    border-radius: 20px 0px 0px 20px;
    margin-right: -8px !important;
    border-right: none;
}

.empty-space-between-icons {
    padding-left: 2px;
}

.count-element {
    font-size: 10px;
}

.small-filter-icons{
    width: 50px;
    height: 50px;
}

.if-overflow {
    overflow: hidden;
    max-width: 100% !important;
    max-height: 20px !important;
}
.download-file-button {
    height: 50px;
    font-size: 14px;
    background-image: url('../images/campaignFilters/DownloadButton.png');
    background-size: 140px;
    width: 140px;
    padding-left: 50px;
    padding-top: 15px;
    cursor: pointer;
}

.rating-container {
    width: 29%;
    text-align: center;
    font-size: 12px;
}

.rating-picture {
    background-image: url('../images/campaignFilters/red_border_smaller.png');
    background-repeat: no-repeat;
    background-size: 37%;
    background-position-x: center;
    background-position-y: 27px;
}

.rating p:first-child {
    padding-top:45px;
}

.rating .stars-default {
    padding-top: 2px;
}

.per-type-carousel {
    margin-top: 15px;
}

a:hover {
    text-decoration: none !important;
}

.selected {
    height: 100% !important;
    width: 100% !important;
}

.hide-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.market-items {
    padding-right: 5px;
    padding-left: 5px;
    display: flex !important;
    flex-direction: column;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.thumbnails {
    float: left;
    height: 140px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    cursor: pointer;
    flex-direction: column;
}

.clarification {
    text-align: center;
    padding: 5px;
}

.image-carousel {
    height: 130px;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.border-color {
    border: 1px solid #393935;
}

.carousel-data .thumbnails,
.carousel-data .image-carousel {
    height: 195px !important;
    width: 280px;
}

#myCarousel .thumbnails,
#myCarousel .image-carousel {
    height: 100% !important;
}

#myCarousel .image-carousel {
    background-size: contain !important;
}

.rating-views {
    display: flex;
    float: left;
    pointer-events: none;
}

.disable-click-ranking {
    margin-right: 10px;
    margin-left: 0px;
    cursor: pointer;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 27%;
}

.togglebutton {
    color: red;
}
.rotate-button {
    transform: rotate(180deg);
}

.big-carousel .glyphicon-chevron-left,
.big-carousel .glyphicon-chevron-right {
    top: 50% !important;
}

.carousel-wrapper {
    padding: 0px !important;
    border: 1px solid;
    border-right: none;
    border-left: none;
    border-color: #c5c5c5;
}

.ratingicon,
.glyphicon-eject {
    cursor: pointer !important;
}

.thumbnail-class{
    margin-bottom: 15px !important;
}

.error { border-color: red !important; }
.error-msg,
.error-alignment { color: red; font-size: 13px; }
.error-alignment { position: absolute; top: 50px; right: 318px; }

.icons-container { padding: 30px 0 0 0; display: inline-flex; margin-bottom: 30px; width: 42%; justify-content: center; }
.fix-col { padding: 0 0 0 10px !important;}
.me-info-container { width: 29% ;}
.me-info-container table { border-collapse: collapse;}
.me-info-container table tr td:nth-child(1) { width:14%; vertical-align: top;}
.me-info-container table tr td:nth-child(2) { width:3%; text-align: center; vertical-align: top;}
.me-info-container table tr td:nth-child(3) { width:36%; max-width: 220px !important; }

.me-widget { width: 185px; display: flex; flex-direction: column; }
.me-widget .description { text-align: center; font-size: 12px; }
.me-widget .description p:nth-child(odd) { margin-top:15px !important; }
.me-widget .description p:nth-child(even) { font-weight: 600; color:#f70000; }
.me-widget .market-example-text { text-align: center; background-color: #467db6; color: white; }

#marketExampleForm .input-group .form-control { z-index: 0 !important; }

.vci-index-container #levelsRadioBtn { flex-direction: column; background: white; }
.vci-index-container .checkbox-label { width: 125px !important; }
.vci-index-container .checkboxes { padding-bottom: 5px; }

#loading-overlay { position: absolute; height: 100%; width: 100%; background: rgba(255,255,255,0.66) url("../images/spinner.gif") center center no-repeat; background-size: auto auto; z-index: 2; background-size: 50px; display: none; }
