﻿

@media(min-width:1200px) {
    .rd-navbar-fixed.rd-navbar--is-stuck {
        height: 103px;
    }

        .rd-navbar-fixed.rd-navbar--is-stuck .rd-navbar-brand svg {
            width: 230px;
        }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1em;
    }
}

@media(max-width:1199px) {
    .wizard .question .quest-wrap {
        max-width: 86vw;
    }
}


.quest-content .radio-list .fa-info {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background-color: #444;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    margin-left: 14px;
    margin-top: -4px;
}
.wizard .answer-info {
    display:none !important;
}

.wizard .radio-list.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard .radio-list.flex li {
    padding-right:15px;
    padding-left:15px;
}

.tags-list.single .twitter-typeahead {
margin-bottom: 20px;
}
.tags-list.single .tag {
width: 100%;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 39px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    text-align: left;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
line-height: 19px !important;
    position: absolute;
    top: 9px;
    right: 12px;
    text-align: center;
}


