html {
    height: 100%;
    width: 100%;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    outline: 0;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.3%;
    outline-style: none !important;
    margin-right: 1rem;
}

input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid lightgray;
    transition: all 0.3s ease-in-out;;
}

input[type="checkbox"]:checked + label:before {
    transform: rotate(-45deg);
    height: 50%;
    border-color: green;
    border-top-style: none;
    border-right-style: none;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    outline: 0;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.3%;
    outline-style: none !important;
    margin-right: 1rem;
}

input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid lightgray;
    transition: all 0.3s ease-in-out;;
}

input[type="radio"]:checked + label:before {
    transform: rotate(-45deg);
    height: 50%;
    border-radius: 0;
    border-color: green;
    border-top-style: none;
    border-right-style: none;
}

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }
    to {
        background-position: 10000px 0;
    }
}

.sky {
    background-image: url(/CampaignCloud/cloudui/img/services_top_background.jpg), url(/CampaignCloud/cloudui/img/footerstars.png);
    background-repeat: no-repeat, repeat-x;
    background-attachment: scroll, fixed;
    background-position: left top, bottom;
    background-color: #000114;
    background-size: 100%, 100%;
}

.clouds {
    background: transparent url(/CampaignCloud/cloudui/img/clouds3.png) repeat-x bottom center;
    z-index: 3;

    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
}

.surveycontainerview {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 35px 25px 25px;
}

@media only screen and (max-width: 610px) {
    .surveycontainerview {
        padding: 20px !important;
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 400px) {
    .surveycontainerview {
        padding: 15px !important;
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 610px) {
    .rating-lg {
        font-size: 250%;
    !important;
    }
}

@media only screen and (max-width: 400px) {
    .rating-lg {
        font-size: 180%;
    !important;
    }
}

.surveysubmittedtitle {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    word-wrap: break-word;
    padding: 0 6%;
    font-size: 8rem;
    font-weight: 700;
    margin-bottom: 3%;

}

@media only screen and (max-width: 800px) {
    .surveysubmittedtitle {
        font-size: 30px;
        font-weight:300;
    }
}

@media only screen and (max-width: 600px) {
    .surveysubmittedtitle {
        font-size: 26px;
        font-weight:300;
    }
}

.surveysubmittedtext {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    word-wrap: break-word;
    padding: 0 6%;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2%;
}

@media only screen and (max-width: 800px) {
    .surveysubmittedtext {
        font-size: 22px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 600px) {
    .surveysubmittedtext {
        font-size: 20px;
        font-weight: 300;
    }
}

.surveysubmittedfooter {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    word-wrap: break-word;
    padding: 0 6%;
    line-height: 2rem;
    font-size: 2rem;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .surveysubmittedfooter {
        font-size: 18px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 600px) {
    .surveysubmittedfooter {
        font-size: 16px;
        font-weight: 300;
    }
}

.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    color: white;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 10000;
    margin: 0 !important;
    padding: 30vh 4% 0 4% !important;
"
}

.mask2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 10000;
    margin: 0 !important;
    padding: 18vh 4% 0 4% !important;
}

@media only screen and (max-width: 800px) {
    .mask2 {
        padding: 10vh 2% 0 2% !important;
    }
}

@media only screen and (max-width: 600px) {
    .mask2 {
        padding: 14vh 1% 0 1% !important;
    }
}


.surveytitle {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: inline-block;
    padding: 0% 6%;
    word-wrap: break-word;
    margin-top: 4.5%;
    line-height: 6rem;
    font-size: 6.4rem;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .surveytitle {
        font-size: 5rem;
        line-height: 5.4rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveytitle {
        font-size: 3rem;
        line-height: 3.2rem;
        padding: 0% 2%;
        margin-top: 5% !important;
    }
}

.surveytext {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    padding: 2% 6% 2% 6%;
    word-wrap: break-word;
    font-size: 4.3rem;
    line-height: 4rem;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .surveytext {
        font-size: 3.3rem;
        line-height: 3.6rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveytext {
        font-size: 2.3rem;
        line-height: 2.5rem;
        padding: 2% 2%;
    }
}

.surveyfooter {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    padding: 1% 6% 1% 6%;
    word-wrap: break-word;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 300;
    white-space: pre-wrap;
    border-bottom: solid;
    border-color: #d7d7c1;
    border-width: 1px;
    margin-bottom: 4%;
}

@media only screen and (max-width: 800px) {
    .surveyfooter {
        font-size: 1.7rem;
        line-height: 1.9rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyfooter {
        font-size: 1.6rem;
        line-height: 1.8rem;
        padding: 0% 2% 2% 2%;
    }
}

.surveyh1 {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    text-align: left;
    font-weight: 300;
    padding: 4% 6% 0% 6%;
    font-size: 3rem;
    line-height: 3.3rem;
    word-wrap: break-word;

}


@media only screen and (max-width: 800px) {
    .surveyh1 {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyh1 {
        font-size: 2rem;
        line-height: 2.2rem;
        padding: 2% 2% 0% 2%;
    }
}

@media only screen and (max-width: 610px) {
    .containertotal {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 320px) {
    .containertotal {
    }
}

.label {
    display: none
}

.metro .surveypage.rating.large li {
    font-size: 60px;
}

@media only screen and (max-width: 800px) {
    .metro .surveypage.rating.large li {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 600px) {
    .metro .surveypage.rating.large li {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 400px) {
    .metro .surveypage.rating.large li {
        font-size: 25px !important;
    }
}

.metro .surveypage.rating li {
    font-size: 50px;
}

@media only screen and (max-width: 800px) {
    .metro .surveypage.rating li {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 600px) {
    .metro .surveypage.rating li {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 400px) {
    .metro .surveypage.rating li {
        font-size: 16px !important;
    }
}

.metro .surveypage.rating.small li {
    font-size: 45px;
}

@media only screen and (max-width: 800px) {
    .metro .surveypage.rating.small li {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 600px) {
    .metro .surveypage.rating.small li {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 400px) {
    .metro .surveypage.rating.small li {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 610px) {
    .surveymultiplechoicecontainer {
        font-size: 125% !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .surveymultiplechoicecontainer {
        font-size: 115% !important;
        margin-left: 0px !important;
    }
}

.surveymultiplechoicelistcontainer {
    margin-top: 2%;
    margin-bottom: 0%;
}

.submitbutton {
    color: white;
    background-color: #f80;
    font-size: 2rem !important;
    padding: 1.5%;
    text-align: center;
    vertical-align: middle !important;
    border: 1px transparent solid;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    width: 100%;
    box-shadow: 4px 6px 6px -2px rgba(0, 0, 0, 0.75);
}

.submitbutton:disabled {
    background-color: #909090;
    color: green;
}

button:hover {
    background-color: #909090;
    color: green;
}

.surveytextarea:focus {
    border-bottom: 2px solid #2e92cf !important;
}

.surveytextarea:hover {
    border-bottom: 2px solid #2e92cf !important;
}


.surveyh3 {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: inline;
    text-align: left;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 0% 6%;
    word-wrap: break-word;
    word-break: break-all;
}

@media only screen and (max-width: 800px) {
    .surveyh3 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyh3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 0% 2%;
    }
}

.surveyred {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: inline;
    text-align: left;
    font-weight: 300;
    font-size: 1.6rem;
    padding: 0% 6%;
    word-wrap: break-word;
    word-break: break-all;
}

@media only screen and (max-width: 800px) {
    .surveyred {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyred {
        font-size: 1.1rem;
        padding: 0% 2%;
    }
}


@media only screen and (max-width: 1100px) {
    .logosize {
        max-height: 90px !important;
        max-width: 220px !important;
    }
}

@media only screen and (max-width: 800px) {
    .logosize {
        max-height: 80px !important;
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 600px) {
    .logosize {
        max-height: 70px !important;
        max-width: 140px !important;
    }
}

@media only screen and (max-width: 400px) {
    .logosize {
        max-height: 60px !important;
        max-width: 110px !important;
    }
}

.showOnPostpaid {
  display: none;
}

.hideOnPostpaid {
  display: block;
}

.postpaid .showOnPostpaid {
  display: block;
}

.postpaid .hideOnPostpaid {
  display: none;
}

.poweredby-wording {
  font-size:95%;
  font-weight:300;
  color:black;
  padding-bottom:1% !important;
  color: gray;
}

.questionpadding {
    padding: 0% 6%;
}

@media only screen and (max-width: 600px) {
    .questionpadding {
        padding: 0% 2%;
    }
}

.surveybottommargin {
    margin-bottom: 5%;
}

@media only screen and (max-width: 600px) {
    .surveybottommargin {
        margin-bottom: 8%;
    }
}

.surveytopmmargin {
    margin-top: 0%;
}

.poweredbymargins {
    margin-top:5%;
    margin-bottom:2%;
}


.changesurveybannerheight {
    height: 250px;
}

@media only screen and (max-width: 1200px) {
    .changesurveybannerheight {
        height: 20vw !important;
    }
}

@media only screen and (max-width: 800px) {
    .changesurveybannerheight {
        height: 26vw !important;
    }
}

@media only screen and (max-width: 600px) {
    .changesurveybannerheight {
        height: 28vw !important;
    }
}

@media only screen and (max-width: 400px) {
    .changesurveybannerheight {
        height: 30vw !important;
    }
}

.service-container-margin {
    margin-top: -3% !important;
}

@media only screen and (max-width: 800px) {
    .service-container-margin {
        margin-top: -5% !important;
    }
}


@media only screen and (max-width: 600px) {
    .service-container-margin {
        margin-top: 0% !important;
    }
}

.changesurveywidth {
    width: 60%;
    position: relative;
    margin: auto;
    margin-bottom: 5%;
    text-align: left;
}

@media only screen and (max-width: 1300px) {
    .changesurveywidth {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .changesurveywidth {
        width: 80% !important;
    }
}

@media only screen and (max-width: 800px) {
    .changesurveywidth {
        width: 90% !important;
    }
}

@media only screen and (max-width: 600px) {
    .changesurveywidth {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.text-alert {
    color: #e51400 !important;
}
