div.background {
    background-image: url('/images/registration-header1.jpg?v=704');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 448px;
    border: 1px solid transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/registration-header1.jpg?v=704', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=''/images/registration-header1.jpg?v=704', sizingMethod='scale')";
    padding: 0px;
}

#welcome {
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 0;
}

#subcontent {
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 18px;
    margin-top: 00px;
    margin-bottom: 15px;
}

.header-left {
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header-right {
    padding-top: 38px;
    padding-right: 60px;
    float: right;
}

.imgBox {
    width: 100px;
    height: 20px;
    background-image: url('/images/2014/account-nav-sprites.png?v=704');
    background-position: right -171px;
    background-repeat: no-repeat;
}

.imgText {
}

.help {
    background-image: url("/images/2014/account-nav-sprites.png?v=704");
    background-repeat: no-repeat;
    color: #0d475d;
    float: left;
    font-size: 1.23em;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    margin-left: 20px;
    padding-right: 35px;
    background-position: right -55px;
}

.wrapped {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
}

#test {
}

.login-icon {
    background-image: url("/images/2014/account-nav-sprites.png?v=704");
    background-position: right -165px;
    background-repeat: no-repeat;
    padding-right: 35px;
    color: black;
    height: 30px;
    display: block;
    line-height: 25px;
    float: right;
    padding-left: 25px;
    padding-top: 3px;
}

.help-icon {
    background-image: url("/images/2014/account-nav-sprites.png?v=704");
    background-position: right -54px;
    background-repeat: no-repeat;
    padding-right: 30px;
    color: black;
    height: 30px;
    display: block;
    line-height: 30px;
    float: right;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #f7f7f7;
}

.dark-blue {
    color: #0d475d;
}

.med-font {
    font-size: 18px;
    font-weight: 800;
}

.middle-content {
    text-align: center;
    color: #0d475d;
}

.middle-header {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 15px;
}

.circle {
    margin-top: 60px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #1f96b3;
    background-color: #1f96b3;
    margin: 0 auto;
}

#check {
    padding-top: 11px;
    padding-left: 5px;
    width: 35px;

}

#plus {
    padding-top: 3px;
    padding-right: 2px;
    width: 45px;
}

.middle-wrapper {
    margin-top: 60px;
}

.middle-text-content {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

p.left-aligned {
    text-align: left;
}

p.med {
    font-size: 17px;
    font-weight: 400;
}

p.lg {
    font-size: 24px;
    font-weight: 800;
}

#mid-outter-wrapper {
    padding-bottom: 60px;
}

#mid-row {
    padding-bottom: 300px;
    padding-top: 50px;
}

#lower-content-wrapper {
    padding-top: 30px;
    padding-bottom: 110px;
}

p.padded {
    padding-bottom: 10px;
    padding-top: 10px;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

#register-patient-start-wrapper {
    padding-bottom: 40px;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */;
}

.footer, .push {
    height: 40px;
    /* .push must be the same height as .footer */
    clear: both;
    background: url(/images/footer.png?v=704) repeat-x bottom left;
    line-height: 40px;
    color: white;
    text-align: center;
}

.footer .align-right {
    text-align: right;
}

.footer .logo {
    margin-left: 10px;
}

#footer-content {
    width: 250px;
    text-align: center;
    margin: 0 auto;
    margin-right: 50px;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 600px) {

    #welcome {
        font-size: 20px;
    }

    #subcontent {
        font-size: 14px;
    }

    footer {
        text-align: center;
        margin: 0 auto;
        margin-right: auto;
    }

    #footer-content {
        margin-right: auto;
    }

    #header-right {
        float: none;
        padding-right: 0px;
        text-align: center;
    }

    #banner-container {
        text-align: center;
    }

    .header-left {
        padding-left: 0px;
    }
}

.circle-check i {
    margin-top: 10px;
}

.step2 .bg_image_layer .background {
    background-image: url('/images/patient-registration/02_Consent_Header_Asset.jpg?v=704');
}

.step3 .bg_image_layer .background {
    background-image: url('/images/patient-registration/03_Signup_Header_Asset.jpg?v=704');
}

.bg_image_layer .background {
    height: 260px;
    background-repeat: no-repeat;
    position: relative;
}

div.transbox {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    background-image: url('/images/bg-green-transparent.png?v=704');
    background-color: rgba(103, 192, 171, 0.5);
    width: 100%;
    height: auto;
}

div.transbox.has-action-error {
    background-image: none;
    background-color: rgba(191, 63, 63, .5);
}

.has-error .checkbox, .has-error .checkbox label {
    color: #a94442;
}

h3 {
    text-align: left;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

.radio label, .checkbox label {
    padding-left: 40px;
}

.form-actions {
    padding: 20px 0 40px 0;
}

.form-actions .btn {
    margin-bottom: 50px;
}

footer {
    line-height: 20px;
}

.step2 h3 {
    border-bottom: none;
}

.step3 h3 {
    border-bottom: none;
}

div[for='consent'].checkbox {
    position: static;
    font-size: 16px;
}

div[for='consent'].checkbox > label {
    margin-top: 15px;
}

.terms-and-conditions-container {
    display: none;
}

.terms-and-conditions-fixed-row input.niceCheckbox:checked + span {
    color: #08475C;
}

.terms-and-conditions {
    text-align: justify;
}

.terms-and-conditions h4 {
    color: #333;
}

.terms-and-conditions h5 {
    font-size: 16px;
    color: #333;
}

.terms-and-conditions p,
.terms-and-conditions li {
    font-size: 14px;
}

.terms-and-conditions-container li::marker {
    font-size: 20px;
}

.terms-and-conditions p a{
    font-size: 16px;
}

div[id="responsive-iframe-container"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

#submit-btn-row {
    font-size: 16px;
}

#btn-submit-consent {
    margin-bottom: 80px;
}

@media (max-width: 560px) {
    #footer .col-xs-6 {
        font-size: 10px;
    }

    #footer .col-xs-6 > span {
        display: inline-block;
        line-height: 20px;
        width: 90px;
        vertical-align: middle;
    }
}

.no-bottom-margin {
    margin-bottom: 0;
}

#activate-patient-form {
    margin-bottom: 6em;
}

.pkb-alternative-bootstrap-danger .has-error .checkbox,
.pkb-alternative-bootstrap-danger .has-error .checkbox-inline,
.pkb-alternative-bootstrap-danger .has-error .control-label,
.pkb-alternative-bootstrap-danger .has-error .help-block,
.pkb-alternative-bootstrap-danger .has-error .radio,
.pkb-alternative-bootstrap-danger .has-error .radio-inline,
.pkb-alternative-bootstrap-danger .has-error.checkbox label,
.pkb-alternative-bootstrap-danger .has-error.checkbox-inline label,
.pkb-alternative-bootstrap-danger .has-error.radio label,
.has-error.radio-inline label {
    color: red;
}

.pkb-alternative-bootstrap-danger .alert-danger {
    background-color: transparent;
    border: none;
}

.pkb-alternative-bootstrap-danger .alert-danger,
.pkb-alternative-bootstrap-danger .alert-danger p {
    color: red;
}

.pkb-alternative-bootstrap-danger .alert {
    padding: 0;
}

#action-errors {
    margin-top: 1.3em;
}

.global-errors .alert-danger {
    background-color: white;
    border: 2px red solid;
}

.global-errors .alert-danger p {
    color: red;
    font-weight: bold;
    font-size: 1.3em;
}

.field-group-errors .alert-danger {
    background-color: white;
    border: none;
}

.field-group-errors .alert-danger p {
    color: red;
    font-weight: normal;
    font-size: 1.1em;
}

.panel-white {
    box-shadow: 1px 1px 1px 0px #aaa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#hospital-map {
    width: 100%;
    height: 100%;
    min-height: 280px;
    margin-top: 15px
}

.instructions {
    margin-top:10px
}

.instructions p:last-child {
    margin-bottom: 50px
}
