body {
    margin: 0;
    padding: 0;
    width: auto;
    background: #fff;
    font-family: 'Helvetica Neue UltraLight', "Helvetica Neue", "Arial", sans-serif;
    color: #333;
    font-weight: 300;
    letter-spacing: inherit;
    font-size: 1em;
    line-height: 1.4em;
}
.modal-body {
    font-family: 'Helvetica Neue UltraLight', "Helvetica Neue", "Arial", sans-serif;
    font-size: .8em;
    font-weight: 300;
}
html {
    width: auto;
}
.backgroundimage {
    position: fixed;
    top: 25%;
    width: 85%;
    padding: 0 1.2em;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.departmentname {
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 .3em 0;
}
/* not sure what this does */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }
}

#repeat {
    text-align: center;
}
.welcome-entry {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #333;
    font-weight: 300;
}
#qr_homepagehtml {
    width: auto;
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 0;
    background: #fff;
}
.skip-question {
    padding: 1em 0 0 0;
    cursor: pointer;
    font-size: .7em;
    font-weight: 300;
}
.startbutton,
#questions_submit a {
     display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 7% 0;
    margin: 10% 0;
    font-size: 1.2em;
    font-weight: 500;
    font-stretch: extra-condensed;
    color: #fff;
    border: 3px solid #81d4fa;
}
.startbutton:hover {
cursor: pointer;
}
.privacy-policy {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 1em;
}
.privacy-policy ul {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
.privacy-policy ul li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: .7em;
}
#qr_surveyquestions {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 200;
}
#qr_surveyquestions .question_required {
    margin-bottom: 5px;
    display: none;
    color: #E40404;
    font-weight: bold;
}
.span12 {
    z-index: 499;
/*    height: 100%;*/
    padding: 0 !important;
    margin: 0 !important;
}
ul.languages {
    margin: 0;
    padding: 0;
}
ul.languages li {
    display: inline;
    list-style: none;
    padding-right: 1.2em;
    font-weight: 600;
}
ul.languages li:last-child {
    display: inline;
    list-style: none;
    padding-right: 0;
}
#qr_surveyquestions .span12 .question_number {
    margin-bottom: 0px;
    padding: 0 5px;
    font-weight: bold;
    color: #666;
    font-size: .85em;
}
#qr_surveyquestions .span12 .question_query {
    margin: 0 5px 5px 5px;
    padding: 0;
    font-family: 'Merriweather', 'Helvetica Neue UltraLight', "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #333;
    //font-size: 1.3em;
    line-height: 1.5em;
    letter-spacing: normal;
}
.question_wrapper {
    margin: 5% 5% 0 5%;
    padding: 15% 0% 10% 0%;
}
/*this is the background for the question*/

.question-box {
    padding-bottom: 10%;
    width: 90%;
    background-color: #efefef;
    margin: 0 auto;
    position: relative;
    outline: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.02);
    background-color: rgba(255, 255, 255, .97);
}
/*
.standardsize {
        height: 75%;
}
*/

#qr_surveyquestions .span12 .question_rating {
    text-align: center;
    width: 100%;
    margin: 7% 0 0 -3%;
}
#qr_surveyquestions .span12 .question_rating img {
    width: 80%;
    margin: 0 .5em;
}
.star-wrapper {
    display: inline-block;
    width: 18%;
    color: #999;
    font-size: .8em;
    font-weight: 400;
}
/*opt-in question*/

#opt-in label,
.radio,
.radio label {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 200;
    vertical-align: bottom;
    text-align: left;
    color: #333;

}
#opt-in input {
    width: 1.2em;
    height: 1.2em;
}
/*opt-in question*/

#m7a-opt-1 label {
    font-size: 16pt;
    color: #333;
}
#m7a-opt-1 input {
    width: 1.2em;
    height: 1.2em;
}
/*opt-in question*/

#m7a-opt-2 label {
    font-size: 16pt;
    color: #333;
}
#m7a-opt-2 input {
    width: 1.2em;
    height: 1.2em;
}
#questions_submit {
    cursor: pointer;
 }
/*
#questions_submit a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 7% 0;
    margin: 2em 0 0 0;
    font-size: 1.2em;
    font-weight: 400;
}
*/
.last-question {
    font-weight: bold;
}
#opt-in,
.radio.inline {
    margin: 5px;
}
#qr_optionalquestions {
    display: none;
    margin: 100px 0;
}
#qr_optionalquestions .span12 {
    padding: 0 20px;
}
#qr_optionalquestions .span12 h2 {
    font-size: 18pt;
}
#qr_optionalquestions .span12 > div {
    font-size: 11pt;
}
#qr_optionalquestions .span12 .small {
    font-size: 9pt;
}
#qr_optionalquestions .span12 .btn-group {
    display: block;
}
#qr_optionalquestions a.btn {
    display: block;
    margin-top: 20px;
}
#qr_surveyhelp {
    background: rgba(0, 0, 0, .25);
    bottom: 10px;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #333;
    font-size: 18pt;
    font-weight: bold;
}
#modal_termsofservice h3,
#modal_privacypolicy h3 {
    padding-top: 15px;
}
#modal_termsofservice li,
#modal_privacypolicy li {
    margin-bottom: 10px;
}
#modal_termsofservice p,
#modal_privacypolicy p {
    margin-bottom: 20px;
}
#modal_termsofservice ol,
#modal_privacypolicy ol {
    margin-left: 20px;
}
/*iphone 5 */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    /* STYLES GO HERE */

    .hospital-logo-start {
        display: none;
    }
    .startbutton {
        padding: 4% 0;
        margin: 5% 0;
    }
    #qr_homepagehtml {
        padding: 0 0 15% 0;
    }
    .question_wrapper {
        margin: 0% 2% 0 5%;
        padding: 5% 0% 5% 0%;
    }
    #qr_surveyquestions .span12 .question_rating {
        margin: 0% 0 0 -3%;
    }
/*
    #qr_surveyquestions .span12 .question_query {
        font-size: 95%
    }
*/
    #qr_surveyquestions .span12 .question_number {
        font-size: 65%
    }
    .backgroundimage {
        position: fixed;
        top: 0%;
        /* text-align: center */

        ;
        /* margin: 0 auto; */

        z-index: 1;
        left: 25%;
    }
    .question-box {
        height: auto;
    }
    .span12 {
        height: inherit;
    }
}

.rmhlogo {
    position: relative;
    padding-top: 20%;
    display: block;
}
.poweredbytext {
    padding-top: 10%;
}
.hidden {
    display: none;
}
.footer-content {
    width: 85%;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
.completed-survey {
    position: fixed;
    z-index: 5;
    top: 10%;
    font-size: 2em;
    color: #333;
    line-height: 1.3em;
    border-radius: 10px;
    background-color:rgba(230, 230, 230, .85);
    padding: 20px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.hospital-name {
    font-weight: 300;
    text-align: center;
    z-index: 4;
    position: absolute;
    width: 100%;
}

.small-text {
    font-size: .8em;
    line-height: 1.4em;
}

.patientslink {
    text-align: center;
    color:#0088cc;
    font-weight: 300;
    font-size: .7em;
    margin: 2.5em 0 0 0;
    line-height: 1.4em;
}



ul.horizontal-list-items {
    margin: 0 0 1em 0;
}

ul.horizontal-list-items li {
    list-style: none;
    display: block;

    /*padding: .75em .75em ;*/
    margin: 1em;
}

ul.horizontal-list-items li img {
    width: 30%;
}

.fullscreen-modal {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.social-link {
    font-size: 1.2em;
    height: 3em;
    width: 3em;
    color: #51ADD8;
    border: 1px solid #81d4fa ;
    /*padding: .6em 1.15em;*/
    font-weight: 300;

}

.checkboxFive input[type=checkbox] {
	visibility: hidden;
    margin-right: 1.3em;
}

.checkboxFive {
/*
	width: 25px;
    */
	margin: 20px 0 0 0;
    padding: 7px 0 0 10px;

	position: relative;
}
/**
 * Create the box for the checkbox
 */
.checkboxFive label {
	cursor: pointer;
	position: absolute;

	top: 0;
  	left: 0;
}

.checkboxFive label div {
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
    display: inline-block;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.1;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkboxlabel {
    margin-left: 1em;
    vertical-align: super;
 }

.next-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 7% 0;
    margin: 10% 0;
    font-size: 1.2em;
    font-weight: 500;
    font-stretch: extra-condensed;
    color: #fff;
    border: 3px solid #81d4fa;
}
