@import url('https://fonts.googleapis.com/css?family=Roboto');

/*
.radio-buttons.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
 */

/** CUSTOM LOGIN/LAYOUT **/
.layout.dark {
    background-color: #E1F2F6;
}

.layout>section.nav-main>figure {
    background-color: #FFFFFF;
}
/** END CUSTOM LOGIN/LAYOUT **/


.main {
    background-position: center;
    background-size: cover;
}

.question-wrapper {
    background-color: #eff3f6;
}

.radio-buttons .radio-button input.answer {
    display: none;
}

.radio-buttons .radio-button label.answer {
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 8px;
    text-transform: none;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.radio-buttons .radio-button label.answer + div {
    width: auto !important;
    max-width: 70px;
}

.radio-buttons .radio-button.active label.answer {
    background-color: #2ea1f8;
    border-color: #2ea1f8;
    color: #fff;
    font-size: 20px;
}

.radio-buttons .radio-button label.answer img,
.checkbox-buttons .checkbox-button label.answer img {
    height: auto;
    width: 40px;
}

.radio-buttons .radio-button.active label.answer img{
    height: auto;
    width: 48px;
}

.checkbox-buttons.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
}

.checkbox-buttons .checkbox-button input.answer {
    display: none;
}

.checkbox-buttons .checkbox-button label.answer {
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    margin-right: 9px;
    padding: 8px 9px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.checkbox-buttons .checkbox-button.active label.answer {
    background-color: #2ea1f8;
    border-color: #2ea1f8;
    color: #fff
}

.group label.answer-name {
    color: #7f8fa4;
    float: left;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

.group label.answer-name + .field {
    float: left;
}

.group.answer {
    color: #71787e;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    */
    margin-bottom: 18px;
}

.group.answer:last-child {
    margin-bottom: 0
}

.group.answer:after {
    clear: both;
    content: '';
    display: block;
}

@media screen and (min-width: 768px) {
    .group label.answer-name {
        width: 25%;
    }
    
    .group label.answer-name + .field {
        margin-left: 5%;
        width: 70%;
    }
}

.group div.field.answer {
     display:-webkit-box;
    display: -ms-flexbox;
     display:flex;
     display:-webkit-flex;
     -webkit-box-flex:1;
    -ms-flex-positive: 1;
     flex-grow:1;
     -webkit-flex-grow:1;
}

.dialog .wrapper .close .icon {
    color: #8d9397;
}

.break-word {
    white-space: normal;
}

.t-align-center {
    text-align: center;
}

.img-responsive {
    width: 100%;
}

label.answer-button.dark-red,
label.answer-button.red,
label.answer-button.dark-orange,
label.answer-button.orange,
label.answer-button.light-green,
label.answer-button.green,
label.answer-button.dark-green,
label.answer-button.blue,
label.answer-button.grey {
    color: #CCC;
}

.active label.answer-button.image {
    border-width: 2px;
}

.active label.answer-button.dark-red,
.active label.answer-button.red {
    color: #FFF;
}

.active label.answer-button.dark-red {
    border-color: #6d0b04 !important;
}

.active label.answer-button.red {
    border-color: #9f040d !important;
}

.active label.answer-button.dark-orange {
    border-color: #a44008 !important;
}

.active label.answer-button.orange {
    border-color: #aa6600 !important;
}

.active label.answer-button.yellow {
    border-color: #b2a600 !important;
    color: #000;
}

.active label.answer-button.light-green {
    border-color: #688716 !important;
}

.active label.answer-button.green {
    border-color: #287725 !important;
}

.active label.answer-button.dark-green {
    border-color: #00692d !important;
}

.active label.answer-button.blue {
    border-color: #00497e !important;
}

.active label.answer-button.grey {
    border-color: #575757 !important;
}



.popup-wrapper {
    padding: 30px 20px;
}

.mfp-content {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;

    border-radius: 2px;
    box-shadow: 0 8px 17px rgba(0,0,0,.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 90%;
    overflow: hidden;
    -webkit-transition: all .2s;
    width: 600px;
    z-index: 2;
}

#select_field th {
    padding: 0 5px;
    white-space: nowrap;
}

#select_field th,
.table .heading th
{
    padding: 10px 15px;
}

#select_field th input[type="radio"]{
    margin-right: 5px;
}

.answer-item {
    float:left;
    margin: 0 4px 8px;
}

.answer-items-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -4px;
    overflow: hidden;
}

/*.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #fff;
    text-align: center;
    color: #71787e;
}*/

html, body {
    height: 100%;
    margin: 0;
}
.content {
    min-height: 100%;
}
.content-inside {
    padding: 20px;
    padding-bottom: 50px;
}
/*.footer {
    background-color: #fff;
    text-align: center;
    color: #71787e;
    padding: 20px;
    margin: 0 -40px;
}*/

.layout>section.main>header {
    min-height: 45px;
    height: auto;
    padding: 2px 18px;
}

.question-preview-btn {
    width: 100px;
    margin-right: 9px;
    display: inline-block;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.question-preview-btn > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    color: #71787e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,border-color .2s,color .2s;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.question-preview-btn > div:hover {
    background-color: #e6eaee;
}

.question-preview-btn  .icon {
    box-sizing: border-box;
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    height: 18px;
    letter-spacing: normal;
    line-height: 18px;
    margin-right: 6px;
    opacity: .8;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    width: 18px;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

textarea {
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #71787e;
    height: 95px;
    margin: 0;
    padding: 9px 0 9px 9px;
    resize: none;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.btn>div.info.outlined[_v-232dfdea] {
    background-color: transparent;
    border: 1px solid #5ccadc;
    color: #5ccadc;
}
.btn>div.outlined.sm[_v-232dfdea] {
    padding-left: 8px;
    padding-right: 8px;
}

.btn>div.info[_v-232dfdea] {
    background-color: #5ccadc;
    color: #fff;
}
.btn>div.outlined[_v-232dfdea] {
    border: 1px solid #71787e;
    box-shadow: none;
    padding-left: 17px;
    padding-right: 17px;
}
.btn>div.sm[_v-232dfdea] {
    font-size: 9px;
    height: 18px;
    padding-left: 9px;
    padding-right: 9px;
}
.btn>div[_v-232dfdea] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    color: #71787e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,border-color .2s,color .2s;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

input[_v-316be364] {
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #71787e;
    height: 36px;
    margin: 0;
    padding: 9px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.btn>div.primary.outlined[_v-232dfdea]:hover {
    background-color: #fff;
    border: 1px solid #088ff5;
    color: #088ff5;
}
.btn>div.primary.outlined[_v-232dfdea] {
    background-color: transparent;
    border: 1px solid #2ea1f8;
    color: #2ea1f8;
}
.btn>div.outlined[_v-232dfdea]:hover {
    background-color: #fff;
}
.btn>div.primary[_v-232dfdea] {
    background-color: #2ea1f8;
    color: #fff;
}
.btn>div.outlined[_v-232dfdea] {
    border: 1px solid #71787e;
    box-shadow: none;
    padding-left: 17px;
    padding-right: 17px;
}
.btn>div[_v-232dfdea]:hover {
    background-color: #e6eaee;
}
.btn>div[_v-232dfdea] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    color: #71787e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,border-color .2s,color .2s;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.btn>div.primary.outlined[_v-232dfdea]:hover {
    background-color: #fff;
    border: 1px solid #088ff5;
    color: #088ff5;
}
.btn>div.primary.outlined[_v-232dfdea] {
    background-color: transparent;
    border: 1px solid #2ea1f8;
    color: #2ea1f8;
}
.btn>div.outlined[_v-232dfdea]:hover {
    background-color: #fff;
}
.btn>div.primary[_v-232dfdea] {
    background-color: #2ea1f8;
    color: #fff;
}
.btn>div.outlined[_v-232dfdea] {
    border: 1px solid #71787e;
    box-shadow: none;
    padding-left: 17px;
    padding-right: 17px;
}
.btn>div[_v-232dfdea]:hover {
    background-color: #e6eaee;
}
.btn>div.success[_v-232dfdea]:not([disabled]):hover {
    background-color: #1f8d0d;
}
.btn>div.raised[_v-232dfdea]:hover {
    background-color: #e6e6e6;
}
.btn>div.success[_v-232dfdea] {
    background-color: #27b210;
    color: #fff;
}
.btn>div.raised[_v-232dfdea] {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.15);
}
.btn>div[_v-232dfdea]:hover {
    background-color: #e6eaee;
}
.btn>div[_v-232dfdea] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    color: #71787e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,border-color .2s,color .2s;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

select[_v-70e00938], select.form-control {
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #71787e;
    height: 36px;
    margin: 0;
    padding: 9px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    width: 100%;
}

.group label[_v-fa3a66a4] {
    color: #7f8fa4;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    padding: 9px 36px 9px 0;
    text-align: left;
    width: 25%;
}

.group[_v-fa3a66a4] {
    color: #71787e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 18px;
}
.group div.field[_v-fa3a66a4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
.btn[_v-d7535c90] {
    margin-left: 25%;
    text-decoration: none;
}

.online-form-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    font-family: source_sans_prosemibold,Helvetica,Arial,sans-serif;
    color: #666;
    text-align: right;
}

.online-form-footer img {
    margin-bottom: -2px;
}

#questions .card .header {
    padding: 18px 25px;
}

#questions .card .body {
    padding: 25px;
}

.layout main .card .heading {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #4caf50;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 120%;
    padding: 10px 0 10px 44px;
    position: relative;
    margin-bottom: 0;
}
.layout main .card .heading:before {
    background-color: #4caf50;
    content: '';
    left: 0px;
    top: 21px;
    position: absolute;
    height: 14px;
    width: 4px;
    transform: rotate(-45deg);
    transform-origin: 50% 0%;
    transition: transform ease 100ms;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 0%;
}
.layout main .card .heading:after {
    background-color: #4caf50;
    content: '';
    left: 8px;
    top: 1px;
    position: absolute;
    height: 30px;
    width: 4px;
    transform: rotate(45deg) scaleY(0);
    transform-origin: 50% 100%;
    transition: transform ease 200ms;
    transition-delay: 100ms;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 100%;
}

.alt_text { padding-bottom: 20px; }

.loading_button { width: 127px; display: none }
.loading_container
{
    height: 8px;
    line-height: 35px;
}
.loading_container .dot {
    background: #fff;
    width: 5px;
    height: 5px;
    border: 2px solid white;
    border-radius: 50%;
    float: left;
    margin: 2px 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
}
.loading_container .dot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms;
}
.loading_container .dot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



.show_button { cursor: pointer; padding-bottom: 5px;}
.show_button i { display: inline-block; width: 20px; height: 20px; background: url('/img/arrow_down.svg'); background-size: contain; }
.show_button.inverted i {  background: url('/img/arrow_up.svg'); background-size: contain;  }

/*@media (min-width:768px){
    .footer {left:180px;}
    .layout>section.main>main {
        padding-bottom: 56px;
    }
}*/

