﻿body {
    padding: 0 0 50px;
    margin: 0;
    font-size: 14px;
    font-family: Verdana,sans-serif;
    color: #044378;
    background: #ffffff;
}

img {
    border: none;
}

a {
    color: #663366;
}

#container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: auto;
    width: 1366px;
}

header {
    font-size: 14px;
    clear: both;
    overflow: hidden;
    position: relative;
    background: url("Images/header_bg.png") no-repeat;
    background-position: center center;
    width: 1366px;
    height: 92px;
}

    header h1 a {
        display: inline-block;
        margin-top: 5px;
        margin-left: 163px;
    }

        header h1 a img {
            width: 160px;
        }

    header h2 {
        position: absolute;
        margin-top: -55px;
        left: 50%;
        margin-left: -80px;
        color: #669966;
        font-size: 26px;
        font-weight: normal;
    }

    header span.date {
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -60px;
    }

#font_change_panel {
    position: absolute;
    right: 215px;
    top: 10px;
    color: #333;
}

    #font_change_panel a,
    #font_change_panel span,
    #font_change_panel label {
        float: left;
        font-size: 12px;
        display: block;
        margin: 0 5px;
        vertical-align: bottom;
        color: #333;
        text-decoration: none;
    }

        #font_change_panel a.small_link {
            font-size: 10px;
        }

        #font_change_panel a.medium_link {
            font-size: 13px;
            margin: 0;
        }

        #font_change_panel a.large_link {
            font-size: 16px;
        }

#session_display {
    cursor: default;
    position: absolute;
    right: 282px;
    top: 14px;
    color: #444;
}

    #session_display a {
        color: #333;
        text-decoration: none;
    }

    #session_display .username {
        color: #663366;
    }

.login_form h2 {
    margin: 20px;
    border-bottom: 1px solid #663366;
    font-weight: normal;
    text-align: left;
}

.login_form {
    padding: 20px;
    text-align: center;
}

    .login_form fieldset {
        border: 0;
    }

        .login_form fieldset legend {
            color: #669966;
        }

    .login_form form p.checkbox input {
        float: left;
        width: auto;
        margin-left: 140px;
        margin-right: 10px;
    }

    .login_form form p {
        width: auto;
        max-width: 100%;
    }

        .login_form form p.checkbox label {
            float: left;
            width: auto;
        }

p,
ul {
    margin-bottom: 12px;
    line-height: 1.2em;
}

#main-pi {
    border: 1px solid #cccccc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 10px 30px;
    padding: 7px;
    background: white;
    font-size: 15px;
}

.home_left {
    float: left;
    width: 300px;
    padding-left: 80px;
    padding-top: 30px;
}

    .home_left.parent {
        width: 260px;
    }

.home_right.parent {
    width: 500px;
}

.home_left.parent a {
    margin-top: 100px;
}

.home_left.parent span {
    clear: both;
    text-align: left;
    display: block;
    margin-top: 5px;
    width: 200px;
}

.home_right .button {
    float: left;
}

.home_left a {
    display: block;
}

.home_right {
    float: right;
    width: 460px;
}

    .home_right p {
        margin-bottom: 20px;
    }

    /* Style when we dont have left container */
    .home_right.noleft {
        float: left;
        margin-left: 40px;
        text-align: justify;
    }

    .home_right.parent.noleft {
        width: 60%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
/*-> Style when we dont have left container */

.scales_list {
    padding: 0px 20px 20px 20px;
}

    .scales_list h2 {
        margin-top: 0;
    }

.button {
    float: right;
    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px 10px 10px;
    background: #663366 url("Images/white-arrow.png") no-repeat 100% 50%;
}

    .button:hover {
        text-decoration: underline;
    }

    .button.align_left {
        float: left;
    }

header,
footer,
nav,
section {
    display: block;
}

.scale {
    clear: both;
    overflow: hidden;
    min-height: 70px;
}

    .scale h3 {
        float: left;
        font-weight: normal;
        font-family: Georgia;
        margin-left: 20px;
        width: 50%;
        font-size: 16px;
        color: #663366;
    }

        .scale h3 span {
            color: #669966;
        }

    .scale a {
        float: right;
        color: white;
        font-size: 16px;
        font-family: Georgia;
        text-decoration: none;
        margin-right: 10px;
        display: inline-block;
        margin-top: 15px;
        padding: 10px 30px 10px 10px;
        background: #663366 url("Images/white-arrow.png") no-repeat 100% 50%;
    }

.heading h2 {
    padding: 20px;
}

.banners {
    width: 500px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

    .banners a {
        display: inline-block;
        margin: 0 20px;
        padding: 20px;
        color: #663366;
        font-size: 14px;
        border: 1px solid #663366;
    }

.validation-summary-errors {
    color: red;
    margin-left: 20px;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #663366;
}

h2 {
    padding: 0 0 10px 0;
    color: #663366;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

header,
#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    margin: auto;
}

    header h1,
    #header h1 {
        font-weight: bold;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        margin-left: 90px;
    }

#footer {
    margin-top: 5px;
    clear: both;
}

    #footer .bottom {
        padding: 5px;
        text-align: center;
        color: #999;
        border-width: 0;
        border-top: 1px solid #ccc;
    }

        #footer .bottom .copy {
            clear: both;
        }

        #footer .bottom .links a {
            text-decoration: underline;
        }

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

.login_form form {
    clear: both;
    overflow: hidden;
}

    .login_form form .column {
        float: left;
        width: 460px;
        padding-left: 20px;
    }

    .login_form form p {
        clear: both;
        overflow: hidden;
        position: relative;
    }

    .login_form form label {
        display: inline-block;
        float: none;
        width: 150px;
        text-align: right;
        margin-left: -60px;
        padding-top: 4px;
        font-weight: normal !important;
        color: #666;
    }

span.field-validation-error {
    clear: both;
    color: red;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 150px;
}

.login_form form label em {
    color: red;
}

.login_form form span {
    display: block;
    float: left;
    width: 250px;
}

.login_form form input {
    height: 22px;
    padding: 3px;
    width: 250px;
    color: #999;
    border: 1px solid #d8d8d8;
    background: #ffffff; /* Old browsers */
}

    .login_form form input[type=checkbox] {
        background: white;
        border: none;
    }

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

.login_form form input[type=submit] {
    margin-left: 35px;
    height: 30px;
    background: #669966;
    border: 1px solid #d8d8d8;
    border: #669966;
    color: white;
    width: 100px;
    cursor: pointer;
}

#change_password [type=submit] {
    height: 30px;
    background: #669966;
    border: 1px solid #d8d8d8;
    border: #669966;
    color: white;
    width: 150px;
    cursor: pointer;
}

.copyright {
    clear: both;
    color: #999999;
    left: 0;
    margin: 10px 0;
    overflow: hidden;
}


#assurance p {
    margin: 0 auto;
}


/*#change_password .field{
    display: block;
    margin-left: 200px;
    margin-top: 20px;
}*/

#change_password .field-validation-error {
    float: right;
    margin-top: 3px;
    color: lightcoral;
    width: 420px;
    margin-right: 90px;
}

    #change_password .field-validation-error span {
        width: 420px;
    }

.ui-widget-content .ui-keyboard-accept {
    background: #6D4573 !important;
    background-image: none !important;
    color: white !important;
    border: 1px solid white !important;
}

span.star {
    background: url("Images/star_grey.png") no-repeat;
    display: block;
    height: 64px;
    width: 64px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

    span.star.checked,
    span.star:hover {
        background: url("Images/star_yellow.png") no-repeat;
    }

.survey input[type=radio],
.survey span {
    float: left;
    margin-right: 5px;
}

.survey input[type=submit] {
    width: 100px;
    padding-right: 30px;
    border: 0;
}

.hidden_text {
    display: none;
}

.watch_video {
    display: block;
    margin-left: -40px;
    margin-top: -19px;
    background: url("Images/watch_video_new.png") no-repeat;
    width: 285px;
    height: 289px;
    color: white;
    text-decoration: none;
    padding-top: 10px;
}

    .watch_video span {
        display: block;
        width: 130px;
        height: 40px;
        text-align: center;
        margin-left: 120px;
    }

        .watch_video span strong {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #669966;
            text-transform: uppercase;
            font-size: 20px;
            font-family: Tahoma;
        }

.session_warning {
    padding-top: 5px;
    height: auto !important;
}

.top {
    padding: 15px;
    text-align: center;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

.top_text a {
    text-decoration: underline;
    cursor: pointer;
}

#language_selector {
    display: block;
    margin-top: -15px;
}

    #language_selector select {
        margin-top: 5px;
    }

#help_line_content {
    margin-top: 30px;
}

    #help_line_content .MsoNoSpacing {
        line-height: 0;
        font-size: 16px !important;
    }

.datepicker {
    padding: 5px;
}

.pendingTaskGroup {
    -moz-border-radius: 74px 0 74px 0;
    -webkit-border-radius: 74px 0 74px 0;
    border-radius: 74px 0 74px 0;
    padding: 4%;
    margin: 1%;
    background: none repeat scroll 0 0 rgb(216, 216, 239);
    background: none repeat scroll 0 0 rgba(122, 122, 122, 0.12);
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: whitesmoke;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.infoBox {
    background: #99CCFF url("../Content/Images/info_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #000000;
    border: 1px solid #0000FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: auto;
}

p.error {
    background: lightcoral url("/Content/Images/attention_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border: 1px solid lightcoral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 100px;
}

.patient_password {
    cursor: default;
    font-size: 14px;
    font-weight: normal;
    color: #6d4573;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#change_password .editor-label label {
    width: 200px;
    display: block;
    float: left;
    margin-right: 10px;
    color: #666666;
    padding-top: 4px;
    text-align: right;
}

#change_password .editor-field input {
    width: 150px;
    height: 20px;
    padding: 3px;
    color: #666666;
    border: 1px solid #cccccc;
    background: white;
    font-size: 14px;
}

.editor-field {
    margin-bottom: 10px;
}

.centerWrapper {
    text-align: center;
}

.centerButton {
    float: none !important;
}

.validation-summary-errors {
    background: lightcoral url("Images/attention_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border: 1px solid lightcoral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
}

    .validation-summary-errors span {
        float: none;
        width: auto;
    }

.answer, .subanswer {
    padding: 5px;
    margin: 5px 0;
    position: relative;
    border: 1px solid #DBDBDB;
    width: 98%;
}
.add_row, .add_column {
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("Images/plus_icon.png") no-repeat !important;
    text-indent: -3000px;
}
.remove_row {
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("Images/delete_icon.png") no-repeat !important;
    text-indent: -3000px;
}
div.cell > div.opener {
    width: 190px;
    height: 20px;
}

.subanswer.cell{
    clear: both;
}

#main-pi .main_complex-table-scale-completion-holder .form_container .grid_container .subanswer textarea{
    max-height: 40px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

#main-pi .main_complex-table-scale-completion-holder #copy_answer{
    background: url('Images/plus.svg') no-repeat;
    background-size: 40px 40px;
}
#main-pi .main_complex-table-scale-completion-holder #remove_copied_answer{
    background: url('Images/minus.svg') no-repeat;
    background-size: 40px 40px;
}