/* Minification failed. Returning unminified contents.
(2593,19): run-time error CSS1035: Expected colon, found 'border-bottom'
(2997,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(3177,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found ','
 */
@import '../Images/Icons/style.css';




html {
    width: 100%;
    background-color: #efefef;
    margin: 0;
    padding: 0;
}

/* start edit chris stocker 2012-10-09 */
body {
    background-color: #f3f7ff;
    color: #2B2B2B;
    /*color: #666666;*/
    font-size: 15px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    /*font-family: Helvetica;, sans-serif;*/
    font-weight: 600;
    margin: 0;
    padding: 0;
}
tbody{
    font-weight:600;
    font-size:15px;
}

a:hover { text-decoration:underline; }

@media only screen and (max-width: 900px) {

    body {
        font-size: 12px;
    }

    #login-header-tagline { display: none;}
    #login-header-padding {
        display: none;
    }

    tbody {
        font-size: 12px;
    }
}

.customcheckbox {
    position: absolute;margin-left: 6px;margin-top: 2px;
}

/* end edit chris stocker 2012-10-09 */
a:link, a:visited {
    color: #3a4f63;
    text-decoration: none;
}

a:hover {
    text-decoration: underline !important;
}

a.logo {
    background: url(../Images/logoMyOutcomes.jpg) no-repeat top left;
    display: block;
    width: 239px;
    height: 89px;
    text-indent: -9999px; /* hides the link text */
}

img {
    border-style: none;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    clear: none;
}

.float-right {
    float: right;
    clear: none;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* start cs 2012-10-09 */
h1, h2, h3, h4, h5, h6 {
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}

h1 {
    font-size: 16px;
    color: #3A4F63;
    font-weight: 700;
}

h2 {
    color: #304f90;
    font-size: 1.4em;
    padding: 0;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    color: #274076;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

p {
    padding-left: 20px;
}

/* end cs 2012-10-09 */

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    width: 1015px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 900px) {

    .content-wrapper {
        width: 100%;
    }
}


#body {
    /*background-color: #efefef;*/
    clear: both;
    width: 1015px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 10px 0px;
}

@media only screen and (max-width: 900px) {

    #body {
        width: 95%;
    }
}


footer {
    border: 1px solid #CCC;
    clear: both;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    font-size: 9px;
    height: 22px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 900px) {

    footer {
        width: 95%;
        font-size:7px;
    }
}

footer p {
    padding-left: 20px;
}


/* site title
----------------------------------------------------------*/
/* start edit chris stocker oct 2012 */

.site-title {
    padding: 5px 0 5px 1px;
    border: 0px;
    color: #274076;
   font-size: 18px;
   font-weight: 700;
}

.left-right-margin {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

@media only screen and (max-width: 900px) {

    .site-title {
        font-size: 16px;
    }

    .left-right-margin {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

    /* start edits chris stocker Oct 2012 and then Karen on Feb 6, 2013 */

    #loginWrapper {
        clear: both;
        margin: 25px 0 0 0px;
        width: 998px;
        background-color: #fff;
        border: 1px solid #cccccc;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-radius: 5px;
        height: 700px;
    }

    @media only screen and (max-width: 900px) {

        #loginWrapper {
            width: 100%;
            height: 1400px;
        }
    }

    #loginTitle {
        padding-left: 60px;
    }

    @media only screen and (max-width: 900px) {

        #loginTitle {
            padding-left: 12px;
        }
    }

    #loginLeft {
        padding-left: 0px;
        margin: 0px;
    }

    #loginNews {
        padding-left: 0px;
        padding-bottom: 5px;
        float: left;
        font-size: 11px;
        line-height: 12px;
        width: 500px;
        margin-left: 100px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    @media only screen and (max-width: 900px) {

        #loginNews {
            width: 90%;
            margin-left: 5%;
        }
    }

    #loginNews p {
        white-space: normal;
    }


    #loginText {
        padding-left: 0px;
        line-height: 12px;
        clear: none;
        float: left;
        width: 225px;
    }

        #loginText ul {
            padding: 0;
            margin-left: 20px;
        }

        #loginText li {
            margin: 0;
            padding: 0px 0 8px 20px;
            color: #666666;
            font-weight: normal;
            text-align: left;
            font-size: 11px;
            line-height: 12px;
            list-style-position: outside;
            background-image: url(../Images/check2.jpg);
            background-repeat: no-repeat;
            background-position: left top;
            list-style-type: none;
        }

        #loginText h3 {
            line-height: 1em;
        }

    #header_top {
        clear: both;
    }

    #menu_header {
        width: 1000px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    @media only screen and (max-width: 900px) {

        #menu_header {
            width: 95%;
        }
    }


    #menu_treeview_control {
        padding: 4px 0 4px 10px;
    }


    #menu {
        background-color: #f3f7ff;
        padding: 2px;
        height: 22px;
        text-align: center;
    }




        #menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        #menu li {
            float: left;
            display: inline-block;
            width: 100px;
            text-align: center;
            padding-right: 4px;
        }

        #menu ul li a, #menu ul li a:visited {
            background-color: #fff;
            border: 1px #cccccc solid;
            color: #666;
            display: inline-block;
            line-height: 1.3em;
            padding: 2px 0 2px 0;
            text-decoration: none;
            white-space: nowrap;
            width: 100px;
            -moz-border-radius-topright: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-radius: 5px;
        }

            #menu ul li a:hover {
                background-color: #3f61a8;
                color: #fff;
                text-decoration: none;
                -moz-border-radius-topright: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-bottomright: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
                border-radius: 5px;
            }

            #menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
                -moz-border-radius-topright: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-bottomright: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
                border-radius: 5px;
            }

    #tree_control {
        width: 1000px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        height: 20px;
        padding-top: 15px;
    }

    @media only screen and (max-width: 900px) {

        #tree_control {
            width: 100%;
        }
    }

    /*TC Treeview Sliding Panel*/

    a.treeControl {
        text-decoration: none !important;
        height: 20px;
        font-weight: 600;
    }

      




    /* page elements
----------------------------------------------------------*/
    /* featured */
    .featured {
        background-color: #fff;
    }

        .featured .content-wrapper {
            background-color: #ffffff;
            background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
            background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            color: #3e5667;
            padding: 20px 40px 30px 40px;
        }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #666666;
        }

        .featured p {
            font-size: 1.1em;
        }

    .cuscheckbox {
        display: flex;
        align-items: center;
    }
    /* page titles */
    hgroup.title {
        margin: 10px 0 5px 20px;
    }

        hgroup.title h1, hgroup.title h2 {
            display: inline;
            color: #666666;
        }

        hgroup.title h2 {
            font-weight: normal;
            margin-left: 3px;
            font-weight: bold;
        }

    /* features */
    section.feature {
        float: left;
        padding: 10px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 45px;
        }

            ol.round li.zero {
                background: url("../Images/orderedList0.png") no-repeat;
            }

            ol.round li.one {
                background: url("../Images/orderedList1.png") no-repeat;
            }

            ol.round li.two {
                background: url("../Images/orderedList2.png") no-repeat;
            }

            ol.round li.three {
                background: url("../Images/orderedList3.png") no-repeat;
            }

            ol.round li.four {
                background: url("../Images/orderedList4.png") no-repeat;
            }

            ol.round li.five {
                background: url("../Images/orderedList5.png") no-repeat;
            }

            ol.round li.six {
                background: url("../Images/orderedList6.png") no-repeat;
            }

            ol.round li.seven {
                background: url("../Images/orderedList7.png") no-repeat;
            }

            ol.round li.eight {
                background: url("../Images/orderedList8.png") no-repeat;
            }

            ol.round li.nine {
                background: url("../Images/orderedList9.png") no-repeat;
            }

    /* content */
    article {
        float: left;
        width: 70%;
    }

    aside {
        float: right;
        width: 25%;
    }

        aside ul {
            list-style: none;
            padding: 0;
        }

            aside ul li {
                background: url("../Images/bullet.png") no-repeat 0 50%;
                padding: 2px 0 2px 20px;
            }


    /* login page */
    /* start edits chris stocker Oct 2012 */
    #loginForm {
        float: left;
        padding: 0 0 0 20px;
        width: 260px;
        clear: none;
    }

    @media only screen and (max-width: 900px) {

        #loginForm {
            width: 100%;
            padding: 2px;
            clear: both;
        }
    }



    /* end edits chris stocker Oct 2012 */

    #loginForm li {
        margin: 0;
        padding: 0 0 0 40px;
        text-align: left;
    }

    @media only screen and (max-width: 900px) {

        #loginForm li {
            padding: 5px 0 0 10px;
            text-align: left;
        }
    }


    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    input[type="checkbox"] {
        width: 24px !important;
        height: 24px !important;
        /* UI Properties */
        border: 2px solid #163866 !important;
        border-radius: 7px !important;
        opacity: 1 !important;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: 86px;
        height: 25px;
        border: 0;
        background-image: url('../Images/btn_login.jpg');
    }

    @media only screen and (max-width: 900px) {

        #loginForm input[type="submit"] {
            padding: 0 0 0 10px;
        }
    }



    #socialLoginForm {
        margin-left: 40px;
        float: left;
        width: 40%;
    }

        #socialLoginForm h2 {
            margin-bottom: 5px;
        }

    #socialLoginList button {
        margin-bottom: 12px;
    }

    #logoutForm {
        display: inline;
    }

    /* contact */
    .contact h3 {
        font-size: 1.2em;
    }

    .contact p {
        margin: 5px 0 0 10px;
    }

    .contact iframe {
        border: 1px solid #cccccc;
        margin: 5px 0 0 10px;
    }

    /* forms */
    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

    @media only screen and (max-width: 900px) {

        fieldset {
            width: 100%;
        }
    }


    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }




    label.checkbox {
        display: inline;
    }

    input {
        border: 1px solid #cccccc;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 5px 0;
        padding: 4px;
    }

        input[type="text"]:disabled {
            background: #C0C0C0;
        }

    textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 5px 0;
        padding: 4px;
        width: 200px;
    }

        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

    input[type="checkbox"] {
        background: #E0E6ED;
        border: inherit;
        margin-right: 12px;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #274076;
        border: 1px solid #cccccc;
        cursor: pointer;
        font-size: 16px;
        font-weight: 300;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        color: #fff;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

    /* info and errors */
    .message-info {
        border: 1px solid;
        clear: both;
        padding: 10px 20px;
    }

    .message-error {
        clear: both;
        color: #a32406;
        font-size: 1.1em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .message-success {
        color: #7ac0da;
        font-size: 1.3em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .error {
        color: #e80c4d;
        font-size: 16px;
    }

    .input_error {
        color: red;
    }

    /* styles for validation helpers */
    .field-validation-error {
        color: #e80c4d;
        font-weight: 400;
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #e80c4d;
    }

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

    .validation-summary-errors {
        color: #e80c4d;
        font-weight: bold;
        font-size: 1.1em;
    }

    .validation-summary-valid {
        display: none;
    }


    /* tables
----------------------------------------------------------*/
    table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 0.75em;
        border: none 0;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-radius: 5px;
        background-color: #ffffff;
    }

    th {
        /*font-size: 1.2em;*/
        text-align: left;
        border: none 0px;
        padding-left: 0;
        padding-bottom: 3px;
        color: #274076 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    @media only screen and (max-width: 900px) {

        th {
            font-size: 12px !important;
        }

        td {
            font-size: 12px !important;
        }
    }

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

    td {
        /*padding: 0.25em 2em 0.25em 0em;*/
        border: 0 none;
    }

    tr.pager td {
        padding: 0 0.25em 0 0;
    }


    /* start cs 2012-10-09 */


    .content_header {
        width: 100%;
        clear: both;
    }

    .content_title {
        float: left;
        clear: none;
    }

    .content_up_level {
        float: right;
        clear: none;
        font-size: 8pt;
        text-align: right;
        padding-top: 5px;
    }

    .content_title_center {
        float: left;
        clear: none;
        text-align: center;
        width: 100%;
    }

    .content_menu {
        clear: both;
        float: left;
        padding-bottom: 8px;
    }



    /****** Tree *******/
    .left_column {
        border: 1px solid #cccccc;
        float: left;
        clear: none;
        width: 245px;
        padding: 20px 10px 10px 10px;
        background-color: #ffffff;
        height: 680px;
        margin: 5px 7px 0px 0px;
        /*:margin:  5px 20px 0px 0px;*/
        font-size: 8pt;
        color: #333333;
        overflow: auto;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-radius: 5px;
    }

        .left_column a {
            color: #3a4f63;
        }

            .left_column a:hover {
                text-decoration: underline;
            }

    #TreeView li > ins {
        vertical-align: top;
    }

    /** Right hand side content **/
    .right_column {
        padding: 10px;
        border: 0px;
        float: left;
        clear: none;
        min-width: 300px;
        /*max-width: 706px;*/
        width: 100%;
        /*width: 70%;*/
        min-height: 690px;
        margin-left: 0px;
        margin-top: 5px;
        background-color: #ffffff;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-radius: 5px;
    }

    @media only screen and (max-width: 900px) {

        .right_column {
            width: 95%;
        }
    }



    .single_column {
        padding: 10px;
        border: 0px;
        float: left;
        clear: none;
        width: 1015px;
        min-height: 690px;
        margin-left: 0px;
        margin-top: 5px;
        background-color: #ffffff;
        border-radius: 5px;
    }

    @media only screen and (max-width: 900px) {
        .single_column {
            width: 100%;
        }
    }

    .dialog {
        font-size: 10pt;
        display: none;
        padding: 5px 5px 5px 5px;
    }

    .login_problem {
        font-size: 8pt;
    }

    @media only screen and (max-width: 900px) {

        .login_problem {
            font-size: 14px;
        }
    }



    .login_problem a {
        color: Red;
    }

    .user_form {
        clear: both;
        padding: 15px 0px 10px 0px;
        width: 100%;
    }

    .user_form_row {
        clear: both;
        width: 100%;
        padding: 5px 0px 5px 0px;
    }

    .user_form_row_divider {
        clear: both;
        width: 100%;
        border-top: 1px solid #C0C0C0;
        margin: 25px 0px 15px 0px;
    }

    .user_form_label {
        float: left;
        clear: none;
        width: 41%;
        font-weight: bold;
        font-size: 18px;
        font-weight: 600;
        font-family: Helvetica;
    }

    .deactivateInputRadio {
        width: 1em;
        height: 1em;
        margin-top: 0.25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .deactivateRadioLabel {
        font-weight: 400 !important;
        padding: 0px 5px 0px 5px;
        font-size: 18px;
        font-family: Helvetica;
    }


    .user_form_label_right {
        float: left;
        clear: none;
        width: 45%;
        font-weight: bold;
        text-align: right;
        padding-top: 5px;
        margin-right: 20px;
    }

    .user_form_field_info {
        padding: 10px 5px 0px 5px;
        float: left;
        clear: none;
    }

    .user_form_label_description {
        padding: 10px 5px 0px 15px;
        font-size: 12px;
        float: left;
        clear: none;
        width: 225px;
    }

    @media only screen and (max-width: 900px) {

        .user_form_label_description {
            width: 150px;
            clear: both;
        }
    }

    .user_form_field {
        float: left;
        clear: none;
        width: 41%;
    }

    .user_form_input {
        border: 1px solid #cccccc;
        font-size: 9pt;
        width: 180px;
        /*background-color: #efefef;*/
        font-size: 8pt;
    }

    @media only screen and (max-width: 900px) {

        .user_form_input {
            width: 160px;
            height: 30px;
            font-size: 10pt;
        }
    }

    @media only screen and (max-width: 900px) {

        #loginForm input {
            width: 95%;
            height: 40px;
            font-size: 12pt;
        }
    }

    @media only screen and (max-width: 900px) {

        .hideMobile {
            display: none;
        }
    }



    .user_form_input_pw {
        border: 1px solid #cccccc;
        font-size: 9pt;
        width: 180px;
        background-color: #FFCACA;
        font-size: 8pt;
    }

    .user_form_field_radio {
        float: left;
        clear: none;
        width: 45%;
        padding-top: 13px;
    }



    .user_form_input_short {
        border: 1px solid #cccccc;
        font-size: 9pt;
        /*background-color: #efefef;*/
        width: 50px;
        text-align: center;
    }

    .user_form_input_long {
        border: 1px solid #cccccc;
        font-size: 9pt;
        /*background-color: #efefef;*/
        width: 225px;
        text-align: center;
    }

    .form_control_short {
        width: 120px;
    }

    .datapoint_input {
        width: 160px;
    }

    .user_form_input_phone {
        width: 5px;
        visibility: hidden;
    }

    .user_form_input_phone_short {
        border: 1px solid #cccccc;
        font-size: 16px;
        width: 40px;
        text-align: center;
        min-height: 26px;
    }

    .user_form_input_phone_long {
        border: 1px solid #cccccc;
        font-size: 16px;
        width: 50px;
        text-align: center;
        min-height: 26px;
    }

    .user_form_input_long {
        border: 1px solid #cccccc;
        font-size: 16px;
        width: 50px;
        text-align: center;
        min-height: 26px;
    }

    .user_form_input_phone {
        width: 5px;
        visibility: hidden;
    }

    .user_form_input_phone_short {
        border: 1px solid #cccccc;
        font-size: 16px;
        width: 40px;
        min-height: 26px;
        text-align: center;
    }

    .user_form_input_phone_long {
        border: 1px solid #cccccc;
        font-size: 16px;
        width: 50px;
        text-align: center;
        min-height: 26px;
    }


    .user_form_input_report_date {
        border: 1px solid #cccccc;
        font-size: 9pt;
        /*background-color: #efefef;*/
        width: 75px;
        text-align: center;
    }

    .user_form_input_paper_values {
        border: 1px solid #cccccc;
        font-size: 8pt;
        background-color: #efefef;
        width: 80px;
        text-align: center;
    }

    .user_form_input_select {
        border: 1px solid #cccccc;
        /*background-color: #efefef;*/
        padding-top: 4px;
        margin-top: 4px;
        font-size: 8pt;
        min-width: 180px;
        height: 24px;
    }

    @media only screen and (max-width: 900px) {

        .user_form_input_select {
            width: 160px;
            height: 30px;
            font-size: 10pt;
        }
    }

    .user_form_input_select_tags {
        border: 1px solid #cccccc;
        /*background-color: #efefef;*/
        padding-top: 4px;
        margin-top: 4px;
        font-size: 8pt;
        width: 320px;
        height: 24px;
        word-wrap: break-word;
    }

    @media only screen and (max-width: 900px) {

        .user_form_input_select_tags {
            width: 160px;
            height: 30px;
            font-size: 10pt;
        }
    }

    .user_form_input_select_short {
        border: 1px solid #cccccc;
        /*background-color: #efefef;*/
        padding-top: 4px;
        margin-top: 4px;
        font-size: 8pt;
        min-width: 100px;
        height: 24px;
    }

    .user_form_input_select_small {
        border: 1px solid #cccccc;
        /*background-color: #efefef;*/
        font-size: 7pt;
    }

    .user_form_controls {
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        border-top: 1px solid #cccccc;
        /*background-color: #efefef;*/
        padding: 20px 0px 5px 0px;
    }

    .user_form_controls_no_divider {
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        padding: 20px 0px 5px 0px;
    }

    /* end cs 2012-10-09 */

    /** Loading **

.loading {
    position: absolute;
    left: 50%;
    top: 40%;
    display: block;     
}
****/
    /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
    .loading {
        display: none;
        position: absolute;
        z-index: 100000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 255, 255, 255, .2 )
        /*url('../Images/ajax-loader.gif') */
        50% 50% no-repeat;
    }

    .abc {
        display: none;
        position: absolute;
        z-index: 100020;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 255, 255, 255, .2 )
        /*url('../Images/ajax-loader.gif') */
        50% 50% no-repeat;
    }

    /* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
    body.loading {
        overflow: hidden;
    }

    /* Anytime the body has the loading class, our
   modal element will be visible */
    .loading {
        /*    display: block;
}

.modalabc {*/
        background: url('../Images/ajax-loader.gif') 50% 50% no-repeat;
        z-index: 111110;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modal {
        background: #aaaaaa url(themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
        opacity: .3;
        filter: Alpha(Opacity=30);
        z-index: 111100;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modal_note {
        display: none;
        text-align: center;
        position: fixed;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -60%);
        font-size: 13px;
        font-weight: bold;
        background-color: white;
        width: 350px;
        height: 60px;
        padding: 5px;
        border: solid 1px black;
        z-index: 111101;
    }



    /*********Repeater**************/

    .content_controls {
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 5px;
    }

    .repeater_header {
        font-size: 12px;
        clear: both;
        width: 100%;
        height: 25px;
        margin-bottom: 15px;
        padding-top: 4px;
        border-bottom: 1px solid black;
        font-weight: bold;
    }

    .repeater_row {
        clear: both;
        width: 100%;
        height: 50px;
        font-size: 16px;
        border-bottom: 1px solid white;
        border-bottom-color: #A4BAE8;
    }

        .repeater_row th {
            color: #3A4F63;
            font-weight: 700;
        }

    .repeater_cell {
        width: 20%;
        float: left;
        clear: none;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_action {
        width: 4%;
        text-align: center;
        padding: 10px 5px 2px 5px;
    }

        .repeater_cell_action input {
            text-align: center;
            padding: 0px;
            margin-left: auto;
            margin-right: auto;
        }

    .repeater_cell_wide {
        width: 27%;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_narrow {
        width: 15%;
        text-align: left;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_narrow_center {
        width: 15%;
        text-align: center;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_slim {
        width: 6%;
        text-align: center;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_short {
        width: 130px;
        text-align: left;
        float: left;
        clear: none;
        padding: 10px 5px 2px 5px;
    }

    .repeater_cell_vshort {
        width: 60px;
        text-align: center;
        float: left;
        clear: none;
        padding: 10px 5px 2px 5px;
    }


    .spacesaver {
        font-size: 10px;
    }


    .content_repeater_menu {
        clear: both;
        width: 100%;
    }

    .content_repeater_menu_left {
        float: left;
        clear: none;
        width: 60%;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .content_repeater_menu_controls {
        float: left;
        clear: none;
        width: 40%;
        text-align: right;
        padding-top: 15px;
    }

        .content_repeater_menu_controls span {
            padding-bottom: 5px;
            /*margin-right:40px;*/
        }



    .repeater_footer {
        clear: both;
        width: 100%;
        height: 20px;
        background-color: #f3f7ff;
        margin-top: 20px;
        margin-bottom: 35px;
        padding: 5px 0px 5px 0px;
    }

    .repeater_footer_action {
        float: left;
        clear: none;
        padding-left: 0px;
        width: 300px;
    }

    .repeater_footer_paging {
        float: right;
        clear: none;
        text-align: right;
        width: 300px;
        padding-right: 5px;
        padding-top: 2px;
    }

    .repeater_footer_paging_buttons {
        float: right;
        clear: none;
    }

    .repeater_footer_paging_text {
        float: right;
        clear: none;
        margin: 0px 5px 0px 5px;
        padding-top: 1px;
        background-color: White;
        border: 1px solid #CCCCCC;
        width: 80px;
        height: 14px;
        text-align: center;
        font-size: 10px;
    }


    .content_clear {
        text-align: left;
        clear: both;
    }

    .content_clear_center {
        text-align: center;
        clear: both;
        padding-top: 15px;
    }

    .stats {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0px;
    }

        .stats h1 {
            color: #666666;
            font-size: 11pt;
            font-weight: bold;
        }

    .stats_table {
        width: 100%;
        border-collapse: collapse;
        empty-cells: show;
        border: 0 none;
    }

        .stats_table td {
            padding: 3px;
            border: 1px solid #CCCCCC;
            height: 22px;
        }

    .stats_header {
        font-weight: bold;
        background-color: #f3f7ff;
    }

    .stats_values {
        text-align: center;
        font-weight: bold;
    }

    .stats_smaller {
        width: 85%;
        margin-bottom: 15px;
        margin-top: 0px;
    }




    .MoAccordion {
        margin: 1px;
        padding: 2px;
        background: #efefef;
        color: #84bf39;
        text-align: center;
        cursor: pointer;
        border: 1px #CCCCCC solid;
        /*border-style:outset;
    background:-webkit-gradient(linear, left top, left bottom,
              from(#274076), to(#fff));
   background:-moz-linear-gradient(top, #274076, #fff);
   background:linear-gradient(left top, #274076, #fff);
   filter    :progid:DXImageTransform.Microsoft.Gradient(
              startColorstr='#274076', endColorstr='#fff');*/
    }

        .MoAccordion:hover {
            background: #bcbcbc;
            /*background:-webkit-gradient(linear, left top, left bottom,
              from(#84bf39), to(#fff));
   background:-moz-linear-gradient(top, #84bf39, #fff);
   background:linear-gradient(left top, #84bf39, #fff);
   filter    :progid:DXImageTransform.Microsoft.Gradient(
              startColorstr='#84bf39', endColorstr='#fff');
   
   /*text-shadow: #888 3px 3px 4px;
border-style:inset;*/
        }

    .warning {
        color: #a12206;
        font-weight: bold;
        font-size: 11pt;
    }


    .prompt {
        margin-top: 20px;
    }

    .prompt_row {
        margin: auto;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .prompt_row_text {
        float: left;
        clear: none;
        width: 100%;
    }

    .prompt_list {
        border: 1px solid #C0C0C0;
        width: 25%;
        height: 100px;
        overflow: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .prompt_row_text_center {
        float: left;
        clear: none;
        width: 100%;
        text-align: center;
    }

    .prompt_row_field {
        float: left;
        clear: both;
        width: 100%;
    }

    .prompt_row_input {
        border: 1px solid #cccccc;
        font-size: 9pt;
        text-align: center;
        width: 76px;
    }

    /*[type=radio] {
    width: 20px;
}*/

    .attention {
        color: red;
    }

    .measure_question {
        text-align: center;
        padding-top: 15px;
    }

    .ORS_Measure {
    }

    .ORS_section {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    @media only screen and (max-width: 900px) {

        .ORS_section {
            width: 75%;
        }
    }

    .ORS_section_header {
        text-align: center;
        font-weight: bold;
        font-size: 12pt;
        clear: both;
    }

    .ORS_section_slider {
        padding-top: 10px;
        text-align: center;
        padding-top: 10px;
    }

    .ORS_section_footer {
        text-align: center;
    }

    .ORS_section_control {
        text-align: center;
    }

    .ORS_child_section_header {
        float: left;
        clear: both;
        text-align: center;
        font-weight: bold;
        font-size: 12pt;
        width: 100%;
        height: 20px;
        margin-left: auto;
        padding-bottom: 10px;
        margin-right: auto;
    }

    .ORS_child_section_main {
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ORS_child_section_slider_left {
        text-align: center;
        float: left;
        width: 13%;
    }

    .ORS_child_section_slider {
        text-align: center;
        float: left;
        clear: none;
        width: 70%;
    }

    .ORS_child_section_slider_right {
        text-align: center;
        float: left;
        clear: none;
        width: 13%;
    }

    .ORS_child_section_footer {
        text-align: center;
        clear: both;
        float: left;
        width: 100%;
    }



    .feedback {
    }

    .feedback_row {
        clear: both;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


    .feedback_title {
        clear: both;
        text-align: left;
    }

    .feedback_info {
        float: left;
        clear: none;
        width: 250px;
        text-align: center;
        margin-right: 5px;
    }

    @media only screen and (max-width: 900px) {

        .feedback_info {
            clear: both;
            width: 95%;
        }
    }

    .feedback_graph {
        clear: none;
        float: right;
        border: 1px solid #9EB3D1;
        margin: 18px 2px 2px 15px;
        padding: 2px 2px 2px 2px;
    }

    @media only screen and (max-width: 900px) {

        .feedback_graph {
            clear: both;
            float: left;
            margin: 18px 2px 2px 0px;
        }
    }

    .feedback_table {
        clear: both;
        float: left;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    @media only screen and (max-width: 900px) {

        .feedback_table {
            width: 100%;
        }
    }


    .feedback_table td {
        height: 30px;
    }

    .feedback_table_measure {
        text-align: left;
        width: 60%;
        font-size: 14px;
        vertical-align: middle;
        height: 20px;
        white-space: nowrap;
    }

    .feedback_table_measure_ors {
        text-align: left;
        width: 60%;
        font-size: 14px;
        vertical-align: middle;
        height: 10px;
        /*white-space: nowrap;*/
    }

    .feedback_table_score {
        text-align: left;
        width: 40%;
        font-size: 14px;
        vertical-align: middle;
        height: 100px;
        white-space: nowrap;
    }

    .feedback_table_img {
        text-align: left;
        font-size: 8pt;
        vertical-align: top;
        white-space: nowrap;
        width: 35px;
    }

    .feedback_area {
        clear: both;
        text-align: center;
        width: 100%;
    }


    .feedback_hand {
        clear: none;
        float: left;
        text-align: left;
        width: 50px;
        font-size: 50px;
        vertical-align: middle;
    }

    .feedback_red_signal {
        font-size: 50px;
        color: red;
    }

    .feedback_yellow_signal {
        font-size: 50px;
        color: yellow;
    }

    .feedback_green_signal {
        font-size: 50px;
        color: green;
    }

    .feedback_hand img {
        margin-right: 15px;
    }


    .feedback_text {
        clear: none;
        float: left;
        width: 230px;
        text-align: left;
        font-size: 8pt;
        padding-left: 10px;
        padding-top: 8px;
    }

    .client_name {
        color: green;
    }








    .console_trajectory_session_details_row input {
        width: 100px;
        height: 5px;
    }

    .console_trajectory_session_details_score {
        height: 17px;
    }


    .console_header {
        clear: both;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
    }

    .console_session_info {
        border: thin dashed #4B6C9E;
        float: left;
        clear: none;
        width: 150px;
        margin-right: 10px;
        margin-top: 10px;
        padding: 5px;
        text-align: left;
    }



    #console_session_info_summary_icon {
        padding-top: 4px;
        padding-right: 8px;
    }

    .console_controls {
        float: right;
        clear: none;
        width: 400px;
        text-align: center;
    }

    @media only screen and (max-width: 900px) {

        .console_controls {
            width: 90%;
        }
    }

    .console_controls h1 {
        font-weight: bold;
        font-size: 10pt;
        padding-bottom: 8px;
    }



    .console_controls_buttons {
        border-width: 0px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .console_trend {
        width: 17px;
        padding-bottom: 1px;
    }

    .console_trajectory {
        clear: both;
        margin-top: 15px;
        width: 100%;
    }

    .console_trajectory_header {
        clear: both;
        text-align: right;
        font-weight: bold;
        padding-top: 8px;
    }

    .console_trajectory_graph {
        clear: both;
        width: 660px;
        text-align: center;
        border: 1px solid #efefef;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-top: 10px;
    }

    @media only screen and (max-width: 900px) {

        .console_trajectory_graph {
            width: 98% !important;
            overflow-x: auto;
        }
    }

    .console_session_compare {
        clear: both;
        text-align: center;
        margin-top: 10px;
        width: 675px;
        margin-left: auto;
        margin-right: auto;
    }

    @media only screen and (max-width: 900px) {

        .console_session_compare {
            width: 95%;
        }
    }

    .console_session_compare_header {
        clear: both;
        text-align: center;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .console_session_compare_details {
        clear: both;
        width: 100%;
        text-align: center;
        display: none;
        color: #163866;
    }

    .compare_session {
        width: 135px;
        border-right: 1px solid #dbe3ec;
        float: left;
        clear: none;
    }






    .console_trajectory_session_details_controls {
        height: 50px;
        empty-cells: show;
        text-align: center;
        padding-left: 5px;
    }


    .console_trajectory_session_details_measure {
        clear: both;
        background-color: #FFFFFF;
        width: 100%;
        text-align: left;
        empty-cells: show;
        font-size: 15px;
        height: 20px;
        padding-left: 3px;
    }

    .console_trajectory_session_details_score {
        clear: both;
        width: 100%;
        text-align: center;
        empty-cells: show;
        font-size: 15px;
        height: 20px;
        background: #FFFFFF;
    }

        .console_trajectory_session_details_score input {
            width: 70px;
            height: 15px;
            color: #333;
            font-size: 0.9em;
            padding: 0px;
            text-align: center;
        }

    .console_trajectory_session_edit {
        padding-left: 35px;
        margin-top: 35px;
    }




    .SRS_Measure {
    }

    .SRS_section {
        width: 95%;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
        clear: both;
    }

    @media only screen and (max-width: 900px) {

        .SRS_section {
            height: 100px;
        }
    }



    .SRS_section_header {
        clear: both;
        text-align: center;
        font-weight: bold;
        width: 100%;
    }

    .SRS_section_slider {
        clear: both;
        float: left;
        margin-left: auto;
        margin-right: auto;
        height: 80px;
        width: 100%;
    }


    .SRS_section_slider_left {
        text-align: center;
        float: left;
        clear: none;
        width: 17%;
        font-size: 16px;
    }

    @media only screen and (max-width: 900px) {

        .SRS_section_slider_left {
            font-size: 10px;
            width: 28%;
        }
    }

    .SRS_section_slider_center {
        float: left;
        width: 60%;
        clear: none;
        margin-left: 20px;
        margin-right: 20px;
    }

    @media only screen and (max-width: 900px) {

        .SRS_section_slider_center {
            width: 40%;
            margin-left: 3px;
            margin-right: 3px;
        }
    }

    .SRS_section_slider_line {
        text-align: center;
        float: left;
        clear: both;
        width: 100%;
        top: 5px;
    }

    .SRS_section_slider_right {
        text-align: center;
        float: left;
        clear: none;
        width: 17%;
        font-size: 16px;
    }

    @media only screen and (max-width: 900px) {

        .SRS_section_slider_right {
            font-size: 10px;
            width: 28%;
        }
    }


    .SRS_child_section {
        width: 100%;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        height: 75px;
    }

    .SRS_child_section_header {
        float: left;
        clear: both;
        text-align: center;
        font-weight: bold;
        font-size: 12pt;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 10px;
    }

    .SRS_child_section_slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        clear: both;
        float: left;
    }


    .SRS_child_section_slider_line {
        text-align: center;
        float: left;
        clear: none;
        width: 48%;
        margin-left: 3%;
        margin-right: 1%;
        margin-top: 25px;
    }

    .srs_child_section_slider_side_smiley {
        float: left;
        clear: none;
        width: 3%;
        text-align: center;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 20px;
    }

    .srs_child_section_slider_side_text {
        width: 19%;
        float: left;
        clear: none;
        text-align: center;
        margin-top: 20px;
    }

    @media only screen and (max-width: 900px) {

        .srs_child_section_slider_side_text {
            font-size: 11px;
        }
    }

    .SRS_section_control {
        text-align: center;
        width: 100%;
    }






    /* tree */
    .jstree-default li[active="1"] > a {
        color: #333333;
    }

    .jstree-default li[active="0"] > a {
        color: #3a4f63;
        font-style: italic;
    }

        .jstree-default li[active="0"] > a ins.jstree-icon {
            background-image: url('../images/jstree/inactiveuser.jpg');
        }

    .jstree-default li[active="0"][rel="client"] > a ins.jstree-icon {
        background-image: url('../images/jstree/client-icon-inactive.jpg');
    }

    .jstree-default li[active="0"][rel="CoupleClient"] > a ins.jstree-icon {
        background-image: url('../images/jstree/couple-icon-inactive.jpg');
    }




    .jstree-default li[active="2"] > a {
        color: #999999;
        font-style: italic;
    }

        .jstree-default li[active="2"] > a ins.jstree-icon {
            background-image: url('../images/jstree/client-icon-inactive.jpg');
        }

    .jstree-default li[active="2"][rel="CoupleClient"] > a ins.jstree-icon {
        background-image: url('../images/jstree/couple-icon-inactive.jpg');
    }

    /*TC for trajectory popup on dashboard*/

    #clientinfo {
        display: none;
        position: absolute;
        /*width: 280px;*/
        padding: 10px;
        background: #eeeeee;
        color: #000000;
        border: 1px solid #1a1a1a;
        /* font-size: 90%;*/
    }

    #hideControls {
        /*clear: both;
    float: left;
    text-align: center;
    width: 100%;*/
    }

    #dialog-confirm {
        display: none;
    }

    .stats_values {
        white-space: nowrap;
    }

    .useradmin td {
        padding: 2px;
    }

    .useradmin th {
        padding: 2px;
    }

    .tip-button {
        text-align: right;
        padding-top: 5px;
        clear: both;
    }

    #walkthruList {
        display: none;
        width: 200px;
        height: 200px;
    }

    #createGroupItem {
        display: none;
    }

    #createClientItem {
        display: none;
    }

    #createCoupleItem {
        display: none;
    }

    #clientConsoleItem {
        display: none;
    }

    #dashboardItem {
        display: none;
    }

    .center {
        text-align: center;
    }


    #clientSessionList {
        display: none;
    }

    #clientSessions {
        width: 100%;
        font-size: 12px;
        height: 500px;
        overflow-y: scroll;
    }

    .cs-row {
        clear: both;
    }

    .backgroundcolor {
        /*background-color: #00ffff29 !important;*/
        background: #F8FBFF 0% 0% no-repeat padding-box !important;
        ;
    }

    .cs-col-narrow {
        width: 70px;
        float: left;
        clear: none;
        padding-left: 1px;
        padding-right: 1px;
        word-wrap: normal;
        height: 42px;
        /*border-bottom: dotted 1px black;*/
    }

    .cs-col {
        width: 90px;
        float: left;
        clear: none;
        padding-left: 1px;
        padding-right: 1px;
        word-wrap: normal;
        height: 42px;
        .cs-value border-bottom: dotted 1px black;
    }

    .cs-col-wide {
        width: 100px;
        float: left;
        clear: none;
        padding-left: 1px;
        padding-right: 1px;
        height: 42px;
        /*border-bottom: dotted 1px black;*/
    }

    .cs-col-wider {
        width: 120px;
        float: left;
        clear: none;
        padding-left: 1px;
        padding-right: 1px;
        height: 42px;
        text-align: center;
        /*border-bottom: dotted 1px black;*/
    }

    .total {
        font-weight: bold;
        background-color: #efefef
    }

    .cs-label {
        line-height: 26px;
    }

    .cs-label-total {
        line-height: 26px;
    }

    .cs-date {
        width: 48px;
        display: none;
    }

    .cs-value {
        width: 40px;
        text-align: center;
        display: none;
    }

    .cs-action {
        margin-top: 6px;
    }

    .cs-total {
        width: 28px;
        text-align: center;
        display: none;
    }

    .cs-sn {
        display: none;
    }

    .cs-sncol {
        line-height: 26px
    }


    .webgrid-table th {
        padding: 0px 10px 10px 10px;
    }

    .webgrid-table td {
        padding: 0px 10px 0px 10px;
    }

    #custom_survey {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        font-size: 14px;
    }

    .custom_survey_radio5_div {
        clear: none;
        float: left;
        width: 160px;
    }

    a.link-export-survey {
        background-color: #f44336;
        color: white;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
    }

    .usernamepwddiv {
        clear: both;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
    }

        .usernamepwddiv td {
            font-size: 18px;
        }

    .clientNameYellow {
        color: orange;
    }

    .clientNameRed {
        color: red;
    }

    .sidebar {
        /*position: fixed;*/
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        /*padding: 48px 0 0;*/
        background-color: #FFFFFF;
    }

    .sideBarList {
        font-size: 12px;
        color: #707070;
    }

    .sideBarList img {
        color: #64A80B;
        opacity: 0.4;
    }

a.menuSideBtn {
    text-decoration:none !important;
}



.btn-primary {
    background-color: #163866;
    border-color: #163866;
    color: #ffffff !important;
}

        .btn-primary:hover {
            background-color: #2b66b5;
            border-color: #2b66b5;
            text-decoration: none !important;
        }

    .btn-outline-primary {
        border-color: #163866;
        background-color: #FFFFFF;
        color: #163866 !important;
        border: 2px solid;
        margin-top: 1px;
    }

        .btn-outline-primary:hover {
            text-decoration: none !important;
        }

    .btn-success {
        background-color: #DBF9C4;
    }

        .btn-success:hover {
            background-color: #DBF9C4;
            color: #163866;
        }

    .btn-light:hover {
        background-color: #DBF9C4;
    }

    .text-primary {
        color: #163866 !important;
    }

    .mainTitle {
        font-size: 30px;
        font-weight: 600
    }

    .treeViewBg {
        background-color: #fff;
    }

    .sideBarList a:hover {
        text-decoration: none;
    }

    .sideBarList i:hover {
        color: #64A80B;
    }

    .sideBarList i:active {
        color: #64A80B;
    }

    .sideBarList i.active {
        color: #64A80B;
    }

    .bg-primary {
        background: #C4DDFF !important;
        border: 1px solid #68A4F6 !important;
        color: #163866;
    }

    .badge {
        border-radius: 6px;
        padding: 0.7rem 2.5rem;
        font-size: 16px
    }



    .top-header {
        background: transparent linear-gradient(103deg, #163866 0%, #64A80B 100%) 0% 0%;
        border-radius: 12px;
        height: 113px;
    }


        .top-header.client {
            background: transparent linear-gradient(103deg, #163866 0%, #DCDCDC 100%) 0% 0%;
        }

    .innerBox {
        background-color: #64A80B;
        border-radius: 10px;
    }

    @media only screen and (max-width: 900px) {
        .innerBox {
            font-size: 10px;
        }
    }

    .headerTitle {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }

    @media only screen and (max-width: 900px) {

        .headerTitle {
            font-size: 18px;
            font-weight: 400;
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    .headerTitle.client {
        font-size: 30px;
    }

    .headerSubTitle {
        color: white;
        font-size: 16px;
        font-weight: 100;
    }

    .form-select {
        border: 2px solid #C4DDFF;
        font-size: 16px;
    }

    .selectbox.form-select {
        border: 2px solid #1638663D;
        border-radius: 6px;
        color: #868D96;
        font-size: 13px;
    }

    .form-select:focus {
        outline: none;
        box-shadow: none;
        border-color: #1638663D;
    }

    .btn {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        color: #163866;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    @media only screen and (max-width: 900px) {

        .btn {
            font-size: 12px;
            margin-top: 1px;
            margin-bottom: 1px;
            border-radius: 3px;
            padding: .1rem;
        }
    }



    .btn-secondary {
        color: white !important;
        background-color: #3a4f63;
        border-color: #C4DDFF;
    }

        .btn-secondary:hover {
            background-color: #9fb5d6;
            border-color: #9fb5d6;
        }

    .searchBar {
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }

    .table.dataTable.no-footer {
        background-color: transparent;
        border-collapse: separate;
        border-spacing: 0 10px;
        border-bottom: none;
    }

        .table.dataTable.no-footer thead, tbody {
            background-color: #fff;
            border-radius: 7px;
        }

    .tableBtn .btn {
        font-size: 15px;
    }

    .table .dataTable.no-footer tr, th {
        vertical-align: middle;
    }

    .graphGreen {
        background-color: #A0DFC4;
        border-radius: 8px;
    }

        .graphGreen i {
            color: #0E8E55;
            font-size: 14px;
        }

    .graphRed {
        background-color: #FF989F;
        border-radius: 8px;
    }

        .graphRed i {
            color: #CE434C;
            font-size: 14px;
        }

    .graphOrange {
        background-color: #FCD052;
        border-radius: 8px;
    }

        .graphOrange i {
            color: #A78217;
            font-size: 14px;
        }

    .graphBlue {
        background-color: #C4DDFF;
        border-radius: 8px;
    }

        .graphBlue i {
            color: #3468AE;
            font-size: 14px;
        }

    /*.dataTables_filter {
    display: none;
}*/
    .feedbackcheckbox {
        position: absolute !important;
        height: 20px !important;
        margin-left: 8px;
    }

    .feedbackradio {
        color: #163866 !important;
        font-weight: 400 !important;
        padding-left: 5px !important;
        font-size: 16px !important;
        font-family: Helvetica;
        !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
    }


    .dataTables_wrapper .dataTables_paginate {
        background-color: transparent !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            color: #fff !important
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                color: #fff !important
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                background-color: #163866 !important;
                background: #163866 !important;
                border-color: transparent !important;
                color: #fff !important;
                border-radius: 6px !important;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current {
                color: #fff !important;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                background-color: #C4DDFF !important;
                background: #C4DDFF !important;
                border-color: transparent !important;
                border-radius: 6px !important;
            }

    .table.dataTable thead th, table.dataTable thead td {
        border-bottom: none;
    }

    .table > tbody {
        vertical-align: middle;
    }

    .paginate_button a {
        color: #fff !important;
    }

    paginate_button a:hover {
        color: #fff !important;
    }

    .paginate_button.current a {
        color: #fff !important;
    }

    .badge.summary {
        padding: 0;
    }

    .client-summary-box {
        border: 2px dashed #C4DDFF;
        border-radius: 12px;
        font-size: 12px;
        color: #163866;
        font-weight: 300;
    }

    .info-badge .dataTables_info {
        padding: 0.75rem;
        border: 2px solid #C4DDFF;
        border-radius: 12px;
        background: white;
        color: #003F94;
    }

    .section-title {
        font-size: 21px;
        color: #163866;
        font-weight: 600;
    }

    @media only screen and (max-width: 900px) {

        .section-title {
            font-size: 15px;
        }

        .headerSubTitle {
            font-size: 11px;
        }
    }

    .card {
        background: #FFFFFF;
        border-radius: 7px;
        border: none;
    }

    .form-control {
        border: 2px solid #c4ddff;
        font-size: 16px;
    }

    .form-check-input:checked {
        background-color: #163866;
        border-color: #163866;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    .form-check label {
        color: #163866;
        font-weight: 600 !important;
        padding-left: 5px;
        font-size: 18px;
        font-family: Helvetica;
        padding-left: 2px;
    }

    .form-check {
        margin-bottom: 1.125rem;
    }

        .form-check .form-check-input {
            margin-left: -1.2em;
        }

    .form-check-input[type=radio] {
        border: 2px solid #163866;
    }

    .surveyType {
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        color: #163866;
    }

    .fixedSearchBox {
        background: #163866;
        position: absolute;
        bottom: 3px;
        color: #fff;
        border-radius: 5px;
        padding: 0.2rem 0.5rem;
        right: 7px;
    }

    @media only screen and (max-width: 900px) {

        .fixedSearchBox {
            bottom: 6px;
        }
    }

    @media only screen and (max-width: 450px) {

        .clientGroup {
            display: none;
        }

        .telehealth {
            display: none;
        }
    }

    .subHeading {
        color: #2A466B;
        font-size: 18px;
    }

    .loginButton {
        color: #163866;
        font-family: Helvetica;
        , sans-serif;
        font-weight: 400;
    }

    .clientConsoleBg {
        background-position: right;
        background-image: url('../Images/ClientConsoleImage.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .form-control.dialogTextarea {
        border: 2px solid #163866;
        border-radius: 18px;
    }

    .dialogTextarea:focus {
        border: 2px solid #163866;
        border-radius: 18px;
    }

    .dialogHeaderText {
        font-size: 20px;
        font-family: Helvetica;
        color: #163866;
    }

    .dialogContentText {
        font-size: 16px;
        font-family: Helvetica, sans-serif;
        color: #163866;
    }

    .dialogLabel {
        font-size: 18px;
        color: #163866;
    }

    .dialogsize {
        padding: 15px;
    }

    .dashBoardContent {
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        color: #163866
    }



    .custom_slider .ui-slider-handle {
        border: 6px solid #81C030 !important;
        border-radius: 50%;
        background: white !important;
        width: 1.4em !important;
        height: 1.4em !important;
        top: -.3em !important;
    }

    .custom_slider .ui-slider {
        background: #C4DDFF !important;
        border-radius: 86px !important;
        border: none !important;
    }

    .dataTables_length .form-select {
        display: inherit;
        width: auto;
    }

    .dash {
        width: 21%;
    }

    .label-control {
        font-size: 18px;
        font-weight: 600;
        font-family: Helvetica;
    }

    .text-left {
        text-align: left;
    }

    .return_control {
        padding-top: 10px;
    }
    /* start mobile specific css */

    #menuSideBarMobile {
        display: none;
    }

    .dialogClose {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 21px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .readonlyCheckbox {
        position: absolute;
        margin-left: 10px;
    }

    @media only screen and (max-width: 1000px) {
        #menuSideBar {
            display: none;
        }

        #menuSideBarMobile {
            display: block;
        }
    }

    @media only screen and (max-width: 900px) {


        #collapseSideBar {
            display: none;
        }

        .logImage {
            display: none;
        }

        .logoutBtn {
            clear: none;
            float: right;
            padding-top: 1px;
        }

        .logoutBtnText {
            display: none;
        }

        .logoMobile {
            padding: 10px;
        }

        .homeActionCtrl {
            display: none;
        }

        .consoleImage {
            display: none;
        }

        .small_link {
            font-size: 7pt;
        }
    }

    /* end mobile specific css */

    #findclient-view-details {
        height: 450px;
        overflow-y: auto;
    }

    #orsSrsGetAuditDetail-dialog-table {
        height: 410px;
        overflow-y: auto;
    }

    #checkName-dialog-table {
        height: 410px;
        overflow-y: auto;
    }

    .ui-datepicker td {
        background-color: lightgray;
    }

    td.ui-datepicker-current-day {
        background-color: cadetblue;
    }

    .spi {
        padding: 6px 3px;
        outline: none;
        color: black;
        border: 1px solid #C4D1EB;
        border-radius: 5px;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
    }

    .box-green {
        background: #68DE56;
    }

    .box-yellow {
        background: #FFE30E;
    }

    .box-red {
        background: #F08784;
    }

    .rowHeader {
        color: #3A4F63;
        font-weight: 700;
        font-size: 16px;
    }

    .graphIcon {
        width: 42px;
        margin: 5px;
    }

    .graphIconHome {
        width: 60px;
        margin: 10px;
    }

    @media only screen and (max-width: 900px) {

        .graphIcon {
            margin: 4px;
        }
        
        
        .graphIconHome {
            width: 40px;
            margin: 5px;
        }

        

        .rowHeader {
            font-size: 12px;
        }
    }

    .actionButton {
        border: 1px solid #EAEAEA;
        font-size: 15px;
        font-weight: 700;
    }

    @media only screen and (max-width: 900px) {

        .actionButton {
            font-size: 11px;
            font-weight: 500;
        }
    }

    .popoutButton {
        width: 22px;
    }

    #createJournalWrapper {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 550px;
        padding-right: 15px;
        padding-left: 15px;
    }


    .journal-header {
        height: 50px !important;
        vertical-align: middle;
        font-weight: bold;
        color: #274076;
    }

    .journal td, th {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .journal tr {
        border-bottom: dashed 1px #C0C0C0;
    }

    .journal-cell {
        width: 100px;
    }

    .journal-cell-wide {
        width: 200px;
    }

    .journal-icon-wrapper {
        font-size: 9px;
        text-align: center;
        width: 75px;
        float: left;
        clear: none;
    }

    .journal-icon-small-wrapper {
        font-size: 9px;
        text-align: left;
        width: 45px;
        float: left;
        clear: none;
    }

    .journal-icon {
        width: 50px;
        padding: 2px 2px 2px 2px;
        border: 2px solid transparent;
    }

        .journal-icon:hover {
            border-color: lightgreen;
        }

    .icon-selected {
        border-color: deepskyblue;
    }


.homework-header {
    height: 50px !important;
    vertical-align: middle;
    font-weight: bold;
    color: #274076;
}

.homework td, th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homework tr {
    border-bottom: dashed 1px #C0C0C0;
}

.homework-cell {
    width: 100px;
}

.homework-cell-wide {
    width: 400px;
}



.homework-icon-small-wrapper {
    font-size: 9px;
    text-align: left;
    width: 45px;
    float: left;
    clear: none;
}




    #clientSelfHeader {
        background-color: white;
    }

    #clientSelfBanner {
        width: 1015px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        margin-top: 15px;
        height: 100px;
        border-radius: 12px;
        padding: 5px;
    }

    #clientDashboardControls {
        width: 1015px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        border-radius: 12px;
        padding: 5px;
        height: 150px;
    }

    @media only screen and (max-width: 900px) {

        #clientSelfBanner {
            width: 95%
        }

        #clientDashboardControls {
            width: 95%
        }

        .journal td, th {
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .homework td, th {
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

    #clientDashboardAssessmentsPrimary {
        background: transparent linear-gradient(103deg, #DBF9C4 0%, #F1FAEE 100%) 0% 0%;
    }

    #clientDashboardAssessmentsAdditional {
        background: transparent linear-gradient(103deg, #7ac0da 0%, #C4DDFF 100%) 0% 0%;
    }

    #clientDashboardJournal {
        background-image: url('../Images/Icons/new/bg-blue-large.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    #clientDashboardHomework {
        background-image: url('../Images/Icons/new/bg-salmon-large.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .error {
        border: 1px solid red;
    }

    .dialogOverflow {
        overflow-y: auto;
        overflow-x: auto;
    }

    .form-check label {
        font-size:16px !important;
    }

    @media only screen and (max-width: 900px) {
        .ui-dialog-title {
            font-size: 13px;
        }

        .ui-widget {
            font-size: 11px !important;
        }

        .form-check label {
            font-size: 11px !important;
        }

        small {
            font-size: 11px;
        }
    }


