﻿.relative { position: relative; }
.surveyBox { line-height: 2em; font-size: 15px; }
.surveyBox .panel-default { padding: 5px 15px; margin-bottom: 10px; }
/*.surveyBox.owl-carousel .panel-default { min-height: 300px; }*/
.surveyBox .panel { border-radius: 0; }
.panel-default > .panel-heading { margin-right: -15px; margin-left: -15px; margin-top: -5px; }
.surveyBox h1 { position: relative; padding-bottom: 15px; color: #333; font-size: 18px; margin-bottom: 15px; line-height: 32px; border-bottom: 1px solid #ebebeb; margin-top: 15px; }
.surveyBox h1:before { position: absolute; content: ""; display: block; right: 0; width: 50px; height: 2px; background: #ff851b; bottom: -1px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; }
.surveyFormHeader { min-height: 300px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; }
.baseSection { min-height: 100%; min-height: calc(100vh - 468px); text-align: center; }
.baseSection-content { margin: auto; margin-top: 0; max-width: 770px; padding-bottom: 20px; }
.PollContainer { top: -100px; }
.sectionDefault { text-align: right; }
.sectionTitleRow { padding: 15px; text-align: center; border-bottom: 1px solid #edf0f5; position: relative; }
.progressBar {
    z-index: 7;
    position: absolute;
    right: 0;
    width: 0%;
    background: #ff851b;
    height: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}
.progressBar-top { top: 0px; }
.progressBar-bottom {
    bottom: 160px;
}
#successSaveResponse {
    padding-bottom: 150px;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.surveydesc { margin: 5px 0 15px; text-align: justify !important; font-size: 14px; line-height: 26px; }
.SectionBoxIcon { width: 60px; height: 60px; margin: 0 auto 10px; border: 3px dashed #2879be; border-radius: 50%; }
.SectionBoxIconTxt { color: #2879be; font-weight: bold; font-size: 18px; }
.SectionBoxIcon svg { width: 38px; height: 38px; position: relative; top: 8px; fill: #2879be; }
.SectionBoxDesc { margin-top: 5px; color: #999; font-size: 13px; text-align: center !important; }
.owl-stage-outer.owl-height {
    padding-bottom: 150px;
}
.sectionQustionsBody { padding: 15px; }
.qustion-title { position: relative; padding: 5px 0; font-size: 18px; }
.QuestionIcon { position: absolute; right: 0; width: 20px; top: 5px; height: 20px; }
.qustion-desc { font-size: 12px; margin: 5px 0 15px; text-align: justify !important; }
.Q-num { display: inline-block; position: relative; margin-left: 7px; padding: 5px 3px; vertical-align: middle; background: #ff851b; width: 22px; height: 22px; line-height: 15px; color: white; border-radius: 50%; text-align: center; font-size: 13px; }
.Q-num:before { position: absolute; content: ""; width: 3px; height: 9px; background: #ff851b; left: 4px; bottom: -3px; transform: rotate(44deg); }
.Q-num:after { position: absolute; content: ""; width: 4px; height: 4px; background: #ff851b; left: -2px; bottom: -6px; border-radius: 50%; }
.ac-custom { margin: 0 auto; position: relative; }
.ac-custom h2 { font-size: 3em; font-weight: 300; padding: 0 0 0.5em; margin: 0 0 30px; }
.ac-custom ul,
.ac-custom ol { list-style: none; padding: 0; margin: 0 auto; padding-right: 15px; padding-left: 15px; }
.ac-custom li { margin: 0 auto; padding: 15px; position: relative; }
.ac-custom label { display: inline-block; position: relative; font-size: 15px; padding: 0 35px 0 0; vertical-align: top; color: rgba(0, 0, 0, 0.4); cursor: pointer; -webkit-transition: color 0.3s; transition: color 0.3s; }
.ac-custom input[type="checkbox"], .ac-custom input[type="radio"], .ac-custom label::before { width: 25px; height: 25px; top: 50%; right: 0; position: absolute; cursor: pointer; transform: translateY(-50%); }
.qustion-answer-select select { width: 100%; border: 2px solid #2879be; height: 45px; padding: 5px 10px 5px 0; box-shadow: none; outline: none; }
.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] { opacity: 0; -webkit-appearance: none; display: inline-block; vertical-align: middle; z-index: 100; }
.ac-custom label::before { content: ''; border: 2px solid #868484; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.ac-radio label::before { border-radius: 50%; }
.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label { color: #000; }
.ac-custom input[type="checkbox"]:checked + label:before,
.ac-custom input[type="radio"]:checked + label:before { opacity: 1; border-color: #000; }
.ac-textarea .form-control { border: 2px dashed #2879be; min-height: 200px; padding: 15px; }
.ac-textarea { padding: 15px; }
.ac-textarea .form-control:focus, .ac-textarea .form-control.input-filled { border-color: #115086; box-shadow: none; color: #084b84; }
.ac-custom svg { position: absolute; width: 20px; height: 20px; top: 44%; right: 2px; transform: translateY(-50%); pointer-events: none; }
.ac-custom svg path { stroke: #2879be; stroke-width: 13px; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.graphic { position: absolute; top: 0; left: 0; fill: none; }

.graphic--madoka { -webkit-transform: scale3d(1, -1, 1); transform: scale3d(1, -1, 1); -webkit-transition: stroke-dashoffset 0.3s; transition: stroke-dashoffset 0.3s; pointer-events: none; stroke: #2879be; stroke-width: 5px; stroke-dasharray: 962; stroke-dashoffset: 558; }
.error ~ label .graphic--madoka { stroke: #ff5252; }
.answer-Select-item.error { border-color: #ff5252; }
.qustion-isRequired { color: #ff5252; top: -5px; position: relative; font-size: 16px; font-weight: bold; }
.radio-answer-requierd { width: 1px !important; height: 0px !important; position: absolute; right: 30px; }
input.radio-answer-requierd.error:checked ~ .checkerror { border-bottom: 2px solid #ff5252; margin-bottom: 5px; }
.qustion-answer-body { border-bottom: 2px dashed #cecece; margin-bottom: 15px; }
.qustion-answer-body .input, .qustion-answer-select { position: relative; z-index: 1; display: inline-block; margin-bottom: 25px; vertical-align: top; width: 50%; padding-right: 15px; padding-left: 15px; }
.qustion-answer-body .input.HasDatePicker{z-index:2}
.qustion-answer-body .input-textarea { position: relative; z-index: 1; display: inline-block; margin-bottom: 25px; vertical-align: top; width: 100%; padding-right: 15px; padding-left: 15px; }
.qustion-answer-body .input-textarea textarea { height: 90px; width: 100%; }
.qustion-answer-body .input-textarea textarea ~ label .graphic--madoka { stroke-width: 3px; }
.qustion-answer-body .textbox ~ label { position: absolute; height: 100%; color: #7A7593; text-align: right; cursor: text; right: 15px; left: 15px; bottom: 0; padding-right: 15px; line-height: 26px; }
.qustion-answer-body .textbox { outline: none; box-shadow: none; border: none; height: 45px; z-index: 1; background: transparent; position: relative; width: 100%; padding: 5px 10px; }
.qustion-answer-body .textbox:focus ~ label .graphic--madoka, .qustion-answer-body .textbox.input-filled ~ label .graphic--madoka { stroke-dashoffset: 0; }
.qustion-answer-body .textbox ~ label { margin-bottom: 0; }
.qustion-answer-body .datePickerWrapper ~ label { position: absolute; height: 100%; color: #7A7593; text-align: right; cursor: text; right: 15px; left: 15px; bottom: 0; padding-right: 15px; line-height: 26px; margin-bottom:0 }


.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.owl-item { width: 100%; }
.owl-height { }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px,0px,0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-theme .owl-controls { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #aaa; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img { transform-style: preserve-3d; }
.btn-inverse i { text-shadow: none; opacity: 0; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; position: relative; display: inline-block; vertical-align: middle; }
.btn-inverse:hover i { opacity: 1; transform: translateX(-4px); }
.next-icon { width: 50px; height: 50px; margin-bottom: 15px; font-weight: 700; line-height: 50px; box-shadow: 1px 2px 2px #e3ebf1, 0 0 1px #eee; border-radius: 50%; background: #fff; font-size: 15px; position: relative; z-index: 1; color: #2879be; margin-top: 0; cursor: pointer; text-align: center; }
.next-icon i { -webkit-transition: opacity 0.3s,margin .3s; -moz-transition: opacity 0.3s,margin .3s; transition: opacity 0.3s,margin .3s; opacity: .8; line-height: 50px; }
.next-icon:hover:after { opacity: 1; box-shadow: 3px 3px 0 #e3ebf1; }
.next-icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; top: -2px; left: -2px; padding: 0; z-index: -1; opacity: 0; box-shadow: 0 0 0 #e3ebf1; -webkit-transition: opacity 0.2s,box-shadow .2s; -moz-transition: opacity 0.2s,box-shadow .2s; transition: opacity 0.2s,box-shadow .2s; }
.next-icon[data-prev]:after { left: 0; top: 0px; }
.next-icon[data-prev]:hover:after { box-shadow: -3px 2px 0 #e3ebf1; }
.next-icon-next { float: left; }
.next-icon-prev { float: right; }
.owl-theme .owl-controls { display: none; }
.btn-submit { height: 37px; margin-top: 10px; }
.ltr { direction: ltr; }
@media (max-width: 900px) {
    .qustion-answer-body .input, .qustion-answer-select { width: 100%; }
}
