﻿html.form__html body {
    margin:0;
    padding:0;
}

html.form__html {
    min-height:100%;
    -webkit-text-size-adjust: 100%;
}

html.form__html body {
    /* This is to fix an issue with CKEditor 
       -- CKE would add a new body tag with the id 'cke_pastebin', 
          this would force the entire page to go blank */
    position: static !important;

    width: 100% !important;

    min-height: 100% !important;
    min-width: 100% !important;

    left: auto !important;
    top: auto !important;

    overflow-x: visible !important;
    overflow-y: visible !important;
}

.form__defaultpage h1,
.form__defaultpage p,
.form__defaultpage ul {
    line-height: 1.5;
    margin:0;
    padding:0;
}

.form__defaultpage img {
    border: 0;
    max-width: 100% !important;
    height: auto !important;
}

.form__textinput {
    position: relative;
    width: 90%;
    max-width: 290px;

    padding: 8px;

    border-radius: 5px;
    border: 1px solid #A6A6A6;
    background: #F9F9F9;
}

.form__defaultpage .clear {
    clear:both;
}

.form__defaultpage .other-container {
    position: relative;
}

.form__defaultpage * {
         box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form__modal-mask {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    z-index: 1000;
}


/*__________________________________________________________

						FONTS
__________________________________________________________*/

html.form__html {
	font: 62.5%/1 Arial, Helvetica, sans-serif;
}

.form__defaultpage h1, 
.form__defaultpage h2, 
.form__defaultpage h3 {
	font-weight: normal;
}

.form__defaultpage h1 {
    font-size: 28px;
    font-size: 2.8rem;
}

.form__defaultpage h2 {
    font-size: 22px;
    font-size: 2.2rem;
}

.form__defaultpage h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

.form__defaultpage th {
    font-weight: normal;
}

.form__headings h2,
.form__headings h3 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}


.form__pageheader,
.form__info-text,
.form__question,
.form__answer,
.form__defaultpage li,
.form__questioncontainer{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.form__pagination,
.form__report a span {
    font-size: 10px;
}

.form__pagination {
	font-weight: normal;
}

.form__pagination:after,
.form__pagination:before {
    display: block;
    clear: both;
    content: '';
}

.form__paginationtext {
	float: left;
    padding-right: 10px;
}

.form__progressbar {
    border-radius: 4px;
    float: left;
}

.form__progress {
    transition: 1s width ease-in-out;
}

.form__centered {
	text-align: center;
}

.form__wrapper input.btn {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #252626;
    text-align: center;
}

.form__footer a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #DDD;
    padding: 4px 10px 4px 10px;
    border-right: 1px solid #C0C0C0;
    cursor: pointer;
}

.form__footer a:last-child {
    border-right: none;
}

.form__footer a:hover {
    text-decoration: underline;
    color: #FFF;
}

.form__footer.remove-footer {
    display:none;
}

.form__footer.small-footer {
    text-align: right;
}

.form__footer.small-footer a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0px 10px 1px 10px;
}

.form__footer.small-footer div {
    height: 25px;
    line-height: 25px;
}

.form__large-message {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
}

.form__pagedescription,
.form__pagetitle,
.form__questionlabel__text {
    word-wrap: break-word;
}

/*__________________________________________________________

						layout
__________________________________________________________*/

.form__answer ol,
.form__answer ul {
    list-style-type: none;
}

.form__report {
    width: 100%;
    height:auto;
    text-align: center;
}

.form__report a {
    float:none;
	position:relative;
	display: inline-block;

	padding: 0 5px;
    margin:5px 10px 0 0;

	border-radius: 10px;

	background: #fff;
    background: rgba(255, 255, 255, 0.81);

    line-height: 14px;

	color: #999;
	cursor:pointer;

    transition: background-color 0.2s;
}

.form__report a:hover {
    background: #fff;
}

.form__report span {
    vertical-align: middle;
}

.form__wrapper {
    margin: auto;
    max-width: 1000px;
    height: 100%;
    min-height: 100%;
}

.form__content, 
.form__container {
    height:100%;
    min-height:100%;
}

.form__defaultpage {
    min-height: 100%;
    position: relative;
}

.form__progressbar {
    overflow:hidden;
}

.form__answer table {
    width:100%;
}

.form__action {
    text-align: right;
}

.form__surveybutton {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;

	display: inline-block;
	padding: 10px 20px;

	font-weight: normal;
	text-align: center;

	cursor: pointer;

    margin-left: 10px !important;

    border-radius: 5px;

    transition: box-shadow 0.15s, background-color 0.15s, border-color 0.15s, color 0.15s;
}

.form__footer {
    text-align: center;
    clear: both;
    height: 36px;
}

.form__footer div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 36px;
    min-width: 250px;

    line-height: 36px;
    
    background-color: #878787;
    background-color: rgba(80, 80, 80, 0.68);
}

.other-answer input[type="text"] {
    margin-left: 10px;
}

.form__logo {
    max-width: 100%;
    float: right;   
}

.form__pageheader {
    clear: both;
}

.form__toppageheader:before,
.form__toppageheader:after {
    display: block;
    content: '';
    clear: both;
}

/* Questions */

.form__questioncontainer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.form__questioncontainer-list-loading {
    max-width: 200px;
    margin: 20px auto;
    padding: 15px;

    border-radius: 20px;

    background-color: #fff;
    background-image: url('/App_Content/images/preload.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.form__questioncontainer {
    display: inline-block;
    width: 100%;
    zoom: 1;

    vertical-align: top;

    list-style: none;

    box-sizing: border-box !important;
    transition: 0.5s background-color, 0.5s border-color;
}

.form__questioncontainer:before,
.form__questioncontainer:after,
.form__answer:before,
.form__answer:after {
    display: block;
    content: '';
    clear: both;
}

.form__questioncontainer--half {
    width: 50%;
}

.form__question {
    overflow: hidden;
}

.form__number {
    display: block;
    float: left;

    width: 30px;
    padding: 5px;

    text-align: center;

    -moz-box-sizing: content-box;
         box-sizing: content-box;
}

.form__questiontitle {
    display: block;
    overflow: hidden;

    word-wrap: break-word;
}

.form__disabled-link {
    display: inline-block;
    position: relative;
}

.form__disabled-link:hover:after {
    position: absolute;

    left: 50%;
    width: 150px;

    margin-left: -75px;
    padding: 5px;


    color: #fff;
    font-size: 10px;
    text-align: center;
    content: 'Links disabled for free users.';
    white-space: nowrap;

    background-color: red;
    border-radius: 5px;
}

.form__questiontitle ul,
.form__questiontitle ol,
.form__pagedescription ul,
.form__pagedescription ol {
    padding: 0 0 0 30px;
}

.form__questiontitle ul,
.form__pagedescription ul {
    list-style: disc;
}

.form__questiontitle table,
.form__pagedescription table {
    border-collapse: collapse;
    border-spacing: 0;
}

.form__questiontitle td,
.form__questiontitle th,
.form__pagedescription td,
.form__pagedescription th {
    padding: 3px 7px;
    border: 1px solid #ccc;
}

.form__questiontitle table {
    width: 100% !important;
}

.form__questiontitle * {
    max-width: 100% !important;
    box-sizing: border-box;
}

.sh-element--sortable > li {
    margin-right: 15px;
}

.form__questionlabel.form__sorting-option {
    clear: both;
    display: block;
    padding: 10px 0 0 23px;
}

.form__matrix {
    padding-right: 15px;
}

.form__matrix table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.form__matrix tr th:first-child,
.form__matrix tr td:first-child {
    width: 22%;
    text-align: left;
}

.form__matrix th,
.form__matrix td {
    padding: 7px;
}

.form__matrix__answer-row th,
.form__matrix__answer-row td {
    border-top: 1px solid #ccc;
}

.form__matrix__rating-option {
    font-size: 0;   
}

.form__matrix__remove-answer td {
    padding: 0 0 10px;
}

.form__matrix__remove-answer .form__remove-answer {
    margin-top: 0;
}

.form__matrix__other-text {
    padding-right: 0 !important;
}

.form__matrix__other-text input {
    margin: 0 !important;
    width: 100% !important;
}

.form__matrix-mobile__row-options {
    display: inline-block;

    width: 85%;
    max-width: 290px;   
}

.form__matrix-mobile__row-options .form__textinput {
    width: 100%;
}

.form__questionlabel.form__textblock {
    padding-right: 15px;
}

.form__video-player-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.form__video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Answers */

.form__answer-list:before,
.form__answer-list:after {
    display: block;
    content: '';
    clear: both;
}

.form__answer-list {
    margin: 0;
    padding: 0;
}

.form__answer {
    padding: 5px 0 0 50px;
    clear: both;
}

.form__questionlabel {
    cursor: pointer;
    padding: 0 0 3px 0;
}

.form__sortable-item .form__questionlabel {
    cursor: move;
}

.form__answer-grid {
    display: inline-block;
    padding: 3px 0;

    vertical-align: top;
}

.form__answer-grid-level {
    width:100%;

    float:left;
}

.form__answer-grid .form__questionlabel {
    padding-right:10px;
}

.form__answer-grid img {
    max-width: 100%;
    height: auto !important;
}

.form__answer-grid--1 {
    width:100%;
}

.form__answer-grid--2 {
    width: 50%;
}

.form__answer-grid--3 {
    width: 33.332%;
}

.form__answer-grid--4 {
    width: 25%;
}

.form__answer-grid--5 {
    width: 20%;
}

.form__answer-grid--6 {
    width: 16.665%;
}

.form__answer-option-checkbox,
.form__answer-option-radio,
.form__drag-handle {
    float: left;
    position: relative;

    width: 22px;
    margin-right: 10px;
}

.form__questionlabel {
    display: block;   
}

.form__questionlabel__text {
    display: block;
    overflow: hidden;
}

.form__matrix__answer-row .form__questionlabel {
    display: table-cell;
}

.form__answer-option-checkbox .form-icon--checkbox-outer,
.form__answer-option-radio .form-icon--radio-outer,
.form__drag-handle .form__drag-handle__outer-container {
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.form__matrix .form__answer-option-radio {
    float: none;
    margin-top: initial;
}

.form__remove-answer {
    display: inline;
    border: 0;
    outline: 0;
    background-color: transparent;

    margin: 5px 0 5px 25px;

    opacity: 0.5;
    filter: alpha(opacity=50);

    cursor: pointer;

    transition: 0.2s opacity;
}

.form__remove-answer--icon-only {
    width: 12px;
    height: 12px;
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;

    transition: 0.2s transform;
    transform: scale(1.001);
}

.form__remove-answer .form__remove-answer--icon-only {
    margin-right: 10px;
}

.form__remove-answer:hover,
.form__remove-answer:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form__remove-answer--icon-only:hover,
.form__remove-answer--icon-only:focus,
.form__remove-answer:hover .form__remove-answer--icon-only,
.form__remove-answer:focus .form__remove-answer--icon-only {
    transform: scale(1.1);
}

.form__remove-answer--icon-only:active,
.form__remove-answer:active .form__remove-answer--icon-only {
    transform: scale(0.8);
}

.form__matrix .form__remove-answer {
    margin: 0;
}

.form__remove-answer.ng-enter {
    -webkit-animation: 0.2s remove-answer;
            animation: 0.2s remove-answer;
}

.form__remove-answer.ng-leave {
    -webkit-animation: 0.2s remove-answer reverse;
            animation: 0.2s remove-answer reverse;
}

@-webkit-keyframes remove-answer {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7) translate(-20px, 0);
    }
}

@keyframes remove-answer {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7) translate(-20px, 0);
    }
}


/* progress bar */

.form__progres-bar {
	float: left;

	width: 440px;
	margin: 5px 0 0 5px;

	border:1px solid #2b2f2b;
}

.form__progress {
	float:left;
	height:2px;

	overflow:hidden;

	background-color:#4b1b1b;
}

.form__pagination {
    max-width: 550px;

    margin: 10px auto 18px;
}



/*__________________________________________________________

						Form Elements
__________________________________________________________*/

[fs-form-radio],
[fs-form-checkbox] {
    display: inline-block;
    vertical-align: middle;
}

div.form__select-wrapper {
    display: inline-block;
    position: relative;

    width: 90%;
    max-width: 290px;

    /**
     * Overiding custom styles
     * Padding given directly to child select element
     * See: ParseThemeService.parse()
     */
    padding: 0 !important;

    font-size: 0;
} 

.form__select-wrapper:after {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 30px;

    background-repeat: no-repeat;
    background-position: center center;

    content: '';
}

.form__select-wrapper select {
    position: relative;
    width: 100%;

    padding: 12px 12px 12px 12px !important;

    z-index: 1;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.form__select-wrapper select::-ms-expand {
    display: none;
}

.form__radio,
.form__radio__inner,
.form__checkbox,
.form__checkbox__inner,
.form__star,
.form__star__inner,
.form__drag-handle__outer-container,
.form__drag-handle__inner,
.form__drag-handle__outer {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;

    padding: 0 !important;

    -webkit-transform: scale(1.001);

    backface-visibility: hidden;

}

.form__star--printable,
.form__star__inner--printable {
    display: none;
}

.form__radio,
.form__checkbox,
.form__star,
.form__drag-handle {
    margin-right: 2px;
    opacity: 0.7;

    cursor: pointer;

    transition: 0.3s opacity, 0.1s transform;
}

.form__drag-handle__inner,
.form__drag-handle__outer {
    transition: 0.3s opacity, 0.2s transform;
}

label:hover .form__radio,
label:hover .form__checkbox,
.form__checkbox-element:focus + .form__checkbox,
.form__radio-element:focus + .form__radio {
    opacity: 1;
}

.form__sortable-item {
    padding: 2px;
    margin-bottom: 2px;

    border: 1px solid transparent;
    border-radius: 2px;

    transition: 0.3s background-color, 0.3s border-color, 0.3s transform;
}

.form__drag-handle__outer-container {
    position: relative;
}

.form__drag-handle__outer,
.form__drag-handle__inner {
    position: absolute;
}

.form__sortable-item.ui-sortable-helper {
    transform: scale(1.04);    
}

.form__sortable-item:hover {
    border-color: #E2E2E2;
    background-color: #F5F5F5;
}

.form__sortable-item:hover .form__drag-handle__inner {
    opacity: 1;

    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}

.form__sortable-item:hover .form__drag-handle__outer {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.form__sortable-number {
    float: left;
    margin: 0 5px 0 0;

    opacity: 0.5;
}

.form__starholder {
    display: inline-block;
    vertical-align: middle;
}

.form__starholder button {
    display: inline-block;
    padding: 0;
    margin-right: 2px;
    border: 0;
    outline: 0;
    background: none;

    transition: 0.2s transform;
}

.form__starholder button:focus {
    transform: scale(1.2);
}

label:active .form__radio,
label:active .form__checkbox,
.form__starholder button:active {
    transform: scale(0.8);
}

.form__radio__inner,
.form__checkbox__inner,
.form__star__inner {
    display: none;
}

.form__radio__inner,
.form__star__inner {
    -webkit-animation: 0.2s radio-inner ease-in-out;
            animation: 0.2s radio-inner ease-in-out;
}

.form__checkbox__inner {
    -webkit-animation: 0.3s checkbox-inner ease-in;
            animation: 0.3s checkbox-inner ease-in;
}

.form__star--active .form__star__inner {
    display: block;
}

.form__radio-element,
.form__checkbox-element {
    position: absolute; 
    width: 1px;
    height: 1px; 

    margin: -1px; 
    padding: 0; 

    overflow: hidden; 

    border: 0; 
    clip: rect(0 0 0 0); 
}

/*
.form__radio-element:checked + span .form__radio__inner,
.form__checkbox-element:checked + span .form__checkbox__inner {
    display: block;
}
*/

.form__radio--selected .form__radio__inner,
.form__checkbox--selected .form__checkbox__inner {
    display: block;
}


@-webkit-keyframes radio-inner {
    0% {
        -webkit-transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.3);
    }
}

@keyframes radio-inner {
    0% {
        transform: scale(0);
    }
}

@-webkit-keyframes checkbox-inner {
    0% {
        -webkit-transform: scale(0.7);
        -webkit-clip-path: polygon(0 22px, 0 0, 0 0, 0 22px);
    }
    60% {
        -webkit-transform: scale(1.02);
        -webkit-clip-path: polygon(22px 6px, 0 0, 0 0, 0 22px);

    }
    80% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes checkbox-inner {
    0% {
        transform: scale(0.7);
        -webkit-clip-path: polygon(0 22px, 0 0, 0 0, 0 22px);
    }
    60% {
        transform: scale(1.02);
        -webkit-clip-path: polygon(22px 6px, 0 0, 0 0, 0 22px);
    }
    80% {
        -webkit-transform: scale(1.1);
    }
}

.form__othertext-container--radio {
    padding: 5px 0 0 28px;
}

.form__othertext-container.ng-enter {
    -webkit-animation: 0.2s textbox-enter;
            animation: 0.2s textbox-enter;
}

.form__othertext-container.ng-leave {
    -webkit-animation: 0.2s textbox-enter reverse;
            animation: 0.2s textbox-enter reverse;
}

@-webkit-keyframes textbox-enter {
    0% {
        opacity: 0;
        -webkit-transform: translate(-40px, 0) scale(0.8);
    }
}

@keyframes textbox-enter {
    0% {
        opacity: 0;
        transform: translate(-40px, 0) scale(0.8);
    }
}


/*__________________________________________________________

						Validation
__________________________________________________________*/


li.form__questioncontainer--invalid {
    border: 1px solid #FFB6B6 !important;
    background-color: #FFFAFA !important;
}

.form__validation-text {
    padding: 6px 9px;
    color: #D20000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.form__validation-miltiline,
.form__validation-miltiline > span {
    color: #D20000;
    vertical-align: middle;   
    display: inline-block
}

.form__validation-miltiline--star {
    font-size: 30px;
    line-height: 20px;
}

.form__validation-miltiline--number {
    margin-top: -14px;
    font-weight: bold;
}

.form__validation-animation {
    display: block;
}

.form__validation-animation.ng-enter {
    animation: 0.5s validation;
}

.form__validation-animation.ng-leave {
    animation: 0.2s validation reverse;
}

@keyframes validation {
    0% {
        opacity: 0;
        transform: translate(0, -30px);
    }
}


/*__________________________________________________________

						Quiz Scoring
__________________________________________________________*/

.form__quiz-scoring .form__questiontitle {
    font-weight: bold;
}

.form__quiz-scoring .form__questioncontainer {
    border-bottom: 1px solid #ccc;
}

.form__quiz-scoring .form__questioncontainer--last {
    border-bottom: 0;
}

.form__scoring-message {
    margin: 10px 0;
    padding: 5px 18px;

    background-color: #FFECEC;
    text-align: center;
}

.form__answerresult {
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.form__textanswer {
    margin-left: 62px;
}

.form__answerresult,
.form__answerresult img {
    display: block;
    width: 22px !important;
    height: 22px !important;
}

.form__quiz-question-scored {
    margin-bottom: 5px;

    text-align: right;
    color: #63AD55;
}

.form__quiz-question-scored__box {
    display: inline-block;
    padding: 6px 18px;

    background-color: #e9e9e9;
    color: #666
}

.form__mark-page {
    position: relative;
    padding: 20px;
    margin-top: 20px;

    background-color: #e9e9e9;
    color: #666 !important;

    page-break-inside: avoid;
}

.form__mark-page--total-score {
    background-color: #666;
    color: #fff !important;
}

.form__mark-page__title {
    margin: 0;
    padding: 0 90px 0 1%;

    font-size: 25px;
    color: #666 !important;
}

.form__mark-page--total-score .form__mark-page__title {
    color: #fff !important;
}

.form__mark-page__total {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    line-height: normal;
    font-size: 14px;
}

.form__mark-page__table {
    display: table;
}

.form__mark-page__percent {
    display: table-cell;

    width: 15%;
    padding: 6px;

    font-size: 60px;

    vertical-align: middle;
    line-height: normal;
    text-align: center;
}

.form__mark-page__score-message {
    display: table-cell;

    padding: 20px 8% 27px 8%;
    min-height: 50px;

    vertical-align: bottom;
    font-size: 17px;
    line-height: 1.7;
}

.form__time-limit {
    position: fixed;

    top: 0;
    left: 0;

    padding: 15px;
    margin: 15px;

    z-index: 1000;

    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);

    background-color: #666;

    opacity: 0.7;
    border-radius: 3px;
}



/*__________________________________________________________

						Report Abuse
__________________________________________________________*/


.form__modal {
    position: fixed;
    width: 500px;
    top: 150px;
    left: 50%;

    z-index: 1500;

    margin-left: -250px;
    padding: 20px;

    font-size: 14px;

    background-color: #fff;
    border: 1px solid #cccccc;

    box-shadow: 0 0 80px rgba(0,0,0,0.5);
}

.form__modal ul {
    padding: 10px 0 20px 30px;
}

.form__modal li:not(:last-child) {
    margin-bottom: 10px;
}

.form__modal label {
    display: block;
    margin: 10px 0;
}

.form__modal h2 {
    margin-top: 0;
}

.form__modal textarea {
    height: 70px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    resize:vertical;
}

.form__modal textarea,
.form__modal select,
.form__modal input[type="text"],
.form__modal input[type="password"],
.form__modal input[type="email"],
.form__modal input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.form__modal__submit {
    display: block;
    width: 100%;
    padding: 9px 18px;

    text-align: center;

    background-color: #1b67b8;
    border: 0;
    color: #fff;
}

.form__abuse__invalid {
    color: red;
}

.form__modal__close {
    position: absolute;
    top: 17px;
    right: 17px;

    width: 22px;
    height: 22px;

    background-color: transparent;
    border: 0;

    font-size: 0;
    text-indent: -100%;
    color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.form__logic-log {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-height: 190px;
    overflow: auto;
}


@media (max-width: 850px) {

    .form__questioncontainer--half .form__answer-grid--3,
    .form__questioncontainer--half .form__answer-grid--4,
    .form__questioncontainer--half .form__answer-grid--5,
    .form__questioncontainer--half .form__answer-grid--6 {
        width: 50%;
    }

    .form__answer-grid--5,
    .form__answer-grid--6 {
        width: 33.333%
    }

}

@media (max-width: 650px) {
    
    li.form__questioncontainer,
    div.form__surveyouter {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form__questioncontainer--half {
        width: 100%;
    }

    .form__answer-grid--3,
    .form__answer-grid--4,
    .form__answer-grid--5,
    .form__answer-grid--6 {
        width: 50% !important;
    }

    .form__report {
        display: none;
    }

    .form__modal {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;

        width: auto;
        margin: 0;
    }

    .form__textblock,
    .form__heading {
        padding: 0 20px;
    }

}

@media (max-width: 450px) {
    
    .form__answer-grid--2,
    .form__answer-grid--3,
    .form__answer-grid--4,
    .form__answer-grid--5,
    .form__answer-grid--6 {
        width: 100% !important;
    }

}


/*__________________________________________________________

			    Standard Thankyou Page
__________________________________________________________*/

.form__standard-thankyou strong {
    color: #1b67b8;
}

.form__standard-thankyou ul {
    padding-left: 30px;
}

.form__standard-thankyou__heading-container {
    margin-bottom: 0 !important;
}

.form__standard-thankyou__heading-container h2 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.form__standard-thankyou .form__questioncontainer {
    padding: 20px;
}

.form__standard-thankyou .form__questioncontainer h3:first-child {
    margin-top: 0;
}

.form__standard-thankyou__note {
    padding: 10px;

    color: #666;
    text-align: center;

    border-radius: 3px;

    background-color: #E2E2E2;
}

/* Registration form */

.form__reg {
    background-color: #1b67b8;
    width: 80%;
    padding: 20px;
    float: right;

    color: #fff;
}

.form__right {
    text-align: right;
}

.form__reg a {
    color: #fff;   
}

.form__reg__title {
    margin: 0 0 10px 0;

    color: #fff !important;
    font-weight: normal;
    font-size: 30px;
}

.form__reg input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 3px;

    background: #fff;
    color: #666;
    border: 0;
    border-radius: 3px;

    font-size: 16px;
}

.form__reg__button {
    margin-top: 10px;
    padding: 10px 20px;

    background-color: #90BF12;
    text-transform: uppercase;
    border: 0;
    color: #fff;

    font-size: 16px;
    font-weight: bold;
}

.form__reg__users-message {
    font-size: 17px;
    padding-top: 14px;
}

.form__reg__errors {
    
}

@media (max-width: 1000px) {
    .form__reg {
        float: none;
        width: auto;
    }
}



/*__________________________________________________________

			          Form Preview
__________________________________________________________*/


.form__preview-settings {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px;

    max-height: 35px;
    width: 35px;

    overflow: hidden;

    background-color: #5e5e5e;
    background-color: rgba(94, 94, 94, 0.71);

    color: #fff;
    font-size: 14px;

    transition: 0.5s width ease-in-out, 0.2s color, 0.5s max-height;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.form__preview-settings__options {
    width: 200px;
    padding: 10px;
}

.form__preview-settings__option {
    padding-top: 10px;
}

.form__preview-settings.form__preview-settings--open,
.form__preview-settings:hover {
    background-color: #5e5e5e;
    width: 210px;
}

.form__preview-settings__button {
    width: 100%;
    height: 25px;
    background-position: top right !important;
    text-align: right;
    overflow: hidden;

    cursor: pointer;

    color: #fff;

    border: 0;
    background: none;
    outline: none;
}

.form__preview-settings__button span {
    display: block;
    margin-right: 35px;
    float: left;

    font-weight: bold;
    text-align: left;
    white-space: nowrap;

    opacity: 0;
    filter: alpha(opacity=0);

    transition: 0.5s opacity;
}

.form__preview-settings.form__preview-settings--open .form__preview-settings__button span,
.form__preview-settings:hover .form__preview-settings__button span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form__preview-settings.form__preview-settings--open {
    max-height: 700px;
}


/*__________________________________________________________

			    Compatibility Warning
__________________________________________________________*/

.compatibility-warning {
    margin: auto;
    padding: 50px;

    background-color: #ccc;
}

.compatibility-warning h1 {
    font-size: 50px;
}

.compatibility-warning p {
    font-size: 20px;
}


/*__________________________________________________________

						Loading
__________________________________________________________*/



.site-view-holder.ng-enter {
    -webkit-animation: 0.2s site-view-loaded;
            animation: 0.2s site-view-loaded;
}

@-webkit-keyframes site-view-loaded {
    0% {
        opacity: 0;
    }
}

@keyframes site-view-loaded {
    0% {
        opacity: 0;
    }
}

@keyframes loading-enter {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }
}


/*__________________________________________________________

						Themes
__________________________________________________________*/



/*-------- Wide Layout ---------*/
.form__defaultpage .form__wide-layout-wrapper {
    width:100%;
    min-width:0;
    max-width:none;
}

.form__wide-layout-wrapper .form__progressbar {
    width: 440px;
    margin: 6px 0 0 5px;
}

.form__defaultpage .form__wide-layout-wrapper #container {
    width:100%;
}

.form__wide-layout-wrapper .form__pageheader {
    overflow: hidden;
}

.form__surveycontent-center, 
.form__wide-layout-wrapper .form__surveyouter {
    width: 95%;
    max-width: 1000px;

    margin: auto;

    float: none;
}

.form__wide-layout-wrapper .form__pagetitle {
    width:60%;
    line-height:100%;
    padding-bottom: 15px;
}

.form__wide-layout-wrapper .form__pagedescription {
    width: 60%;
    padding-right: 10px;
}

.form__wide-layout-wrapper #forms {
    max-width:1000px;
}

@media (max-width: 650px) {
    
    .form__wide-layout-wrapper .form__pagination {
        width: 90%;
    }

    .form__wide-layout-wrapper .form__progressbar {
        width: 70%;
    }

    .form__simpleblue-wrapper .form__pagination {
        margin: 10px auto 11px;
    }

    .form__wide-layout-wrapper .form__pagetitle,
    .form__wide-layout-wrapper .form__pagedescription {
        width:100%;
    }

    .form__wide-layout-wrapper .form__logo {
        float: none;
    }

}


/*-------- Wide Border Layout ---------*/
.form__defaultpage .form__wide-split-layout-wrapper {
    width:auto;
    min-width:inherit;
    max-width:none;
}

.form__wide-split-layout-wrapper .form__container {
    width:auto;
    min-width:inherit;
    max-width:inherit;
    padding:30px;
}

.form__wide-split-layout-wrapper .form__surveyouter {
    margin:auto;
    float:none;
    min-height: 640px;
}

.form__wide-split-layout-wrapper .form__pagination {
    width:auto;
    float:right;
    padding:0;
    margin:0;
}

.form__wide-split-layout-wrapper .form__progressbar {
    display: none;
}

.form__wide-split-layout-wrapper .form__logo {
    float:left;
}

@media (max-width: 650px) {
    
    .form__wide-split-layout-wrapper .form__container {
        padding: 10px;
    }

}


/*--------- Old Survey Style ----------*/

.form__old-survey-style-wrapper .form__surveycontent-center, .form__old-survey-style-wrapper .form__surveyouter {
    width: 100%;
}

.form__old-survey-style-wrapper {
    max-width: 850px;
}

.form__old-survey-style-wrapper .form__surveyouter {
    margin:20px auto 20px;
}

.form__old-survey-style-wrapper .form__logo {
    float:none;
}

.form__old-survey-style-wrapper {
    margin: auto;
}

.form__old-survey-style-wrapper .form__progressbar {
    width: 440px;
    margin: 6px 0 0 5px;
}

.form__old-survey-style-wrapper .form__action {
    padding-right: 15px;
}

.form__old-survey-style-wrapper .form__container {
    padding: 0 10px;
    overflow: auto;
}

@media (max-width: 650px) {
    
    .form__old-survey-style-wrapper .form__pagination {
        width: 90%;
    }

    .form__old-survey-style-wrapper .form__progressbar {
        width: 70%;
    }

    .form__old-survey-style-wrapper .form__container {
        padding: 10px;
    }

    .form__old-survey-style-wrapper .form__surveyouter {
        margin-top: 0;
    }

}


/*----------- Small Head --------------*/
.form__small-head-wrapper .form__surveycontent-center, .form__old-survey-style-wrapper .form__surveyouter {
    width: 100%;
}

.form__small-head-wrapper {
    max-width:800px;
}

.form__small-head-wrapper .form__progressbar {
    display: inline-block;
    width: 170px;
    float: none;
    vertical-align: middle;
    margin-left: 10px;
}

.form__small-head-wrapper .form__paginationtext {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.form__small-head-wrapper .form__pagination {
    width: 260px;
    margin: 2px 10px 0 0;

    float: right;

    text-align: right;
}

.form__small-head-wrapper .form__pagetitle {
    float:left;
}


/*----------- Simple Blue --------------*/

.form__simpleblue-wrapper {
    max-width: 870px;
}

.form__simpleblue-wrapper .form__surveyouter {
    margin: 0 10px 30px;
}

.form__simpleblue-wrapper .form__logo {
    padding: 0 18px;
}

.form__simpleblue-wrapper .form__pageheader {
    overflow: hidden;
    margin: 0 10px 20px !important;
}

.form__simpleblue-wrapper .form__pagedescription {
    padding: 0 20px 0;
}

.form__simpleblue-wrapper .form__pagination {
	width:520px;
	margin:10px auto 30px;
}


.form__simpleblue-wrapper .form__progressbar {
	float:left;
	width:440px;

	margin:5px 0 0 5px;

	border:1px solid #2b2f2b;
}


@media (max-width: 650px) {
    
    .form__simpleblue-wrapper .form__pagination {
        width: 90%;
    }

    .form__simpleblue-wrapper .form__progressbar {
        width: 70%;
    }

    .form__simpleblue-wrapper .form__pagination {
        margin: 10px auto 11px;
    }

}


/*----------- Mobile --------------*/

.form__mobile-wrapper .form__content {
    padding: 20px;
}

.form__mobile-wrapper .form__pagination {
    max-width: none;
    position: relative;
    margin: 0 0 20px;

    background-color: #DFDFDF;

    font-size: 15px;
}

.form__mobile-wrapper .form__paginationtext {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    text-align: center;
    line-height: 30px;

    color: #797979;
}

.form__mobile-wrapper .form__progressbar {
    float: none;
}

.form__mobile-wrapper .form__progress {
    height: 30px;
    background-color: #ccc;
}

.form__mobile-wrapper .form__logo {
    float: none;
    margin-bottom: 20px;
}

.form__mobile-wrapper .form__pagedescription,
.form__mobile-wrapper .form__pagetitle {
    padding-bottom: 20px;
}

.form__mobile-wrapper .form__questiontitle {
    padding: 7px 0 15px 10px;
}

.form__mobile-wrapper .form__pagedescription,
.form__mobile-wrapper .form__questiontitle {
    font-size: 18px;
}

.form__mobile-wrapper .form__questioncontainer {
    padding: 25px 0;
}

.form__mobile-wrapper .form__number {
    width: auto;
    padding: 3px 8px;
    min-width: 40px;
    font-size: 20px;

    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


.site-header--ks .site-logo {
    background: url('/Images/Common/png/logo.png') no-repeat;
}

.site-header--fos .site-logo { 
    background: url('/Images/Common/png/logo-fos.png');
}



@media print {
    
    html.form__html body {
        color: #000 !important;
    }

}