@media (min-width: 768px) {
    .container {
        width: 600px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 600px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 680px;
    }
}
#formv {
    margin-top: 10px;
}
.form-group, .images {
    margin-bottom: 25px;
}

.right-block {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.req_mention {
    z-index: 10000;
    outline: dotted 2px #E44F60;
    background-color: #FFCCC9;
}


.req_error {
    z-index: 10000;
    font-size:18px;
    outline: dotted 2px #E44F60;
    background-color: #FFCCC9;
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    height:     100%;
    width:      100%;
    top:        0;
    left:       0;
}

#loadingicon {
    position: relative;
    z-index:    1010;
    width: 100%;
    height: 100%;
    top: 50%;
    text-align: center;
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0;
}

div.checkbox label {
    padding-bottom: 10px;
}

ul.option-list.horizontal-list li {
    padding-right: 12px;
}

div.radio label {
    padding-bottom: 10px;
}

.phone-sep {
    margin:  8px;
}

.two-field-pad {
    padding-right: 10px;
}

select.shorter-field, .capthca-input {
    width: 183px;
}

.capthca-input {
    width: 120px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.phoneext {
    margin-bottom: 0
}

.page-break {
    min-height: 33px;
    text-align: center;
}
.badge {
    background-color: #659be0;
    margin-top: 8px;
}
.submitdiv {
    min-height: 33px;
    margin-bottom: 10px;
}
.bprop {
    margin-top: 10px;
}

.smileydiv > label {
    text-align: center;
    margin-right: 5px;
    vertical-align: top;
}
.smileydiv > label > label, .lsmiley {
    display: block;
    margin-top: 5px;
    max-width: 120px;
    word-wrap:break-word;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.npsdiv {
    max-width: 320px;
}
.scrshot {
    width: 45px !important;
    font-size: 16px !important;
    border: 2px dashed #7e7e7e;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.scrimg {
    border: 1px solid #7e7e7e;
    max-width: 360px;
    vertical-align: top;
    cursor: pointer;
}
.ldlabel {
    text-align: center;
    padding-right: 10px;
}
.err-block {
    text-decoration: underline;
}

.mt-element-card.mt-card-round .mt-card-item {
    padding: 4px 4px 4px;
}
.mt-element-card .mt-card-item {
    border: 1px solid #e7ecf1;
    position: relative;
    margin-bottom: 20px;
}
.mt-card-avatar img {
    border-radius: 50%!important;
    width: 100%;
}
.mt-element-card .mt-card-item .mt-card-avatar {
    margin-bottom: 10px;
}
.mt-element-overlay .mt-overlay-1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.mt-element-card.mt-card-round .mt-card-item .mt-card-avatar .mt-overlay {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.mt-element-card .mt-card-item .mt-card-content {
    text-align: center;
}
.mt-element-card .mt-card-item .mt-card-content .mt-card-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mt-element-card .mt-card-item .mt-card-content .mt-card-desc {
    font-size: 13px;
    margin: 0 0 10px;
}
.mt-card-item [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.mt-card-item [type=radio] + img {
    cursor: pointer;
    width: 160px;
    height: 160px;
}
.mt-card-item [type=radio]:checked + img {
    border: 4px solid #3598dc;
}
.panel-heading {
    cursor: pointer;
}
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}
.panel-title {
    font-size: 14px;
}
.btnClose {
    margin-right: 8px;
}
.textarea-resp {
    height: 100%;
    min-height: 34px;
    background-color: #eeeeee;
}
#slick .slick-slide:focus {
    outline: none;
}
.slide {
    text-align: center;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-prev::before, .slick-next::before {
    font-size: 30px;
    color: rgb(146, 190, 222);
}
.slide .flag-icon {
    font-size: 40px;
}
.slide .lntext {
    font-size: 15px;
    padding-top: 6px;
}
.slide > a, .slide > a:hover {
    color: #000000;
    text-decoration: none;
}
.slide > a:focus {
    outline: none;
}
.langpanel {
    background-color: #eef8fa;
}
.ces .circle-big {
    width: 38px;
    height: 38px;
}
.ces_help {
    font-style: italic;
    font-size: 12px;
    color: #aaa;
}
.ces_help_left {
    padding-right: 8px;
}
.ces_help_right {
    padding-left: 8px;
}
.ces .circle-big-vertical {
    width: 250px;
    height: 30px;
    border-radius: 4px !important;
}
.label-vertical {
    display: block;
}

.cesColor5 > div > label:nth-child(6) button.circle-big {
    background-color: rgb(101,184,50);
}
.cesColor5 > div > label:nth-child(5) button.circle-big {
    background-color: rgb(168,211,60);
}
.cesColor5 > div > label:nth-child(4) button.circle-big{
    background-color: rgb(249,202,70);
}
.cesColor5 > div > label:nth-child(3) button.circle-big {
    background-color: rgb(238,113,88);
}
.cesColor5 > div > label:nth-child(2) button.circle-big {
    background-color: rgb(238,83,86);
}

.cesColor7 > div > label:nth-child(2) button.circle-big {
    background-color: rgb(238,83,86);
}
.cesColor7 > div > label:nth-child(3) button.circle-big {
    background-color: rgb(238,113,88);
}
.cesColor7 > div > label:nth-child(4) button.circle-big {
    background-color: rgb(244,177,86);
}
.cesColor7 > div > label:nth-child(5) button.circle-big {
    background-color: rgb(249,202,70);
}
.cesColor7 > div > label:nth-child(6) button.circle-big {
    background-color: rgb(228,205,67);
}
.cesColor7 > div > label:nth-child(7) button.circle-big {
    background-color: rgb(168,211,60);
}
.cesColor7 > div > label:nth-child(8) button.circle-big {
    background-color: rgb(101,184,50);
}
.entry-form-list li div.input.clickbutton.ces {
    width: auto;
}
div.input.clickbutton.ces label > input:checked + button {
    border: 3px solid #695acb !important;
}
.btn.btn-default.circle-big.circle-big-vertical {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0 !important;
}
.ces .circle-big > label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

html[dir="rtl"] .langmenu li {
    text-align: right;
}
html[dir="rtl"] ul.vertical-list label, ol.vertical-list label {
    margin-right: 20px;
}
html[dir="rtl"] ul.vertical-list label > input, ol.vertical-list label > input {
    margin-right: -20px;
}
html[dir="rtl"] ul.horizontal-list label > input, ol.horizontal-list label > input {
    margin-left: 0;
    margin-right: -20px;
}
html[dir="rtl"] ul.option-list.horizontal-list li {
    padding-right: 18px;
}
html[dir="rtl"] .date {
    direction: ltr;
}
html[dir="rtl"] .date > input {
    direction: rtl;
}
html[dir="rtl"] .bootstrap-datetimepicker-widget {
    right: 0 !important;;
    left: auto !important;;
}
html[dir="rtl"] .rating {
    direction: ltr;
}
html[dir="rtl"] .rating.left-align-form-element {
    text-align: right;
}
html[dir="rtl"] .two-field-pad {
    padding-left: 10px;
    padding-right: 0;
}
html[dir="rtl"] ul.two-field-row li {
    float: right;
}
html[dir="rtl"] ul.horizontal-list li, html[dir="rtl"] ol.horizontal-list li {
    float: right;
}
html[dir="rtl"] .pull-right {
    float: left !important;
}
html[dir="rtl"] .pull-left {
    float: right !important;
}
html[dir="rtl"] .right-block {
    margin-left: 0;
    margin-right: auto;
}

.gmaxdiff > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}
.gmaxdiff > .row > div {
    text-align: center;
}
.gmaxdiff > .row:nth-of-type(even) {
    background-color: #F0F4F7;
    border-radius: 5px;
}
.gmaxdiff > .row > div > label {
    font-weight: normal;
    min-width: 60px;
    min-height: 38px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gmaxdiff > .row > div > label > input[type=radio] {
    cursor: pointer;
    margin: 0;
}
.maxdiffs {
    cursor: pointer;
}
.tfbreak {
    overflow-wrap: break-word;
}