﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    /*vertical-align: baseline;*/
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'OpenSans regular ';
    src: url('assets/fonts/sansregular/OpenSans.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sansregular/OpenSans.woff') format('woff'), url('assets/fonts/sansregular/OpenSans.ttf') format('truetype'), url('assets/fonts/sansregular/OpenSans.svg#assets/fonts/sansregular/OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('assets/fonts/sanslight/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sanslight/OpenSans-Light.woff') format('woff'), url('assets/fonts/sanslight/OpenSans-Light.ttf') format('truetype'), url('assets/fonts/sanslight/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('assets/fonts/sansbold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sansbold/OpenSans-Bold.woff') format('woff'), url('assets/fonts/sansbold/OpenSans-Bold.ttf') format('truetype'), url('assets/fonts/sansbold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('assets/fonts/sanssemibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sanssemibold/OpenSans-Semibold.woff') format('woff'), url('assets/fonts/sanssemibold/OpenSans-Semibold.ttf') format('truetype'), url('assets/fonts/sanssemibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sans_regular {
    font-family: 'OpenSans regular ';
}

.sans_light {
    font-family: 'OpenSans-Light';
}

.sans_bold {
    font-family: 'OpenSans-Bold';
}

.sans_semi {
    font-family: 'OpenSans-Semibold';
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

#fullscreen_html,
#fullscreen_body,
#login {
    height: 100%;
    background-color: #e6e7e8;
}

html.inner,
html.inner body,
html.inner .inner_bg,
html.inner #sidebar {
    height: 100%;
    max-height: 98vh;
    background: #dcddde;
}

    html.inner #sidebar {
        height: auto;
        position: absolute;
        left: 0;
        background: #6d6e71;
        max-height: 98vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

        html.inner #sidebar .section {
            border-bottom: 1px solid #c7c8ca;
            padding-bottom: 15px;
        }

    html.inner #sidebar_top_row,
    html.inner #sidebar {
        width: 22%;
    }

    html.inner #sidebar_top_row {
        float: left;
        background: #87888b;
        height: 100%;
    }

        html.inner #sidebar_top_row .collapse {
            float: right;
            margin-top: 10px;
            margin-right: 18px;
        }

    html.inner #header {
        position: relative;
    }

body,
body input {
    font-size: 16px;
    font-family: 'OpenSans regular ';
}

.topLink {
    font-size: 15px;
    font-family: 'OpenSans regular ';
    color: #5D0000;
}

.topBorder {
    border: 2px solid #6D6E71;
}

#login {
    background: #e6e7e8 url('images/login_bg.png') center center no-repeat;
}

    #login .logo_wrapper {
        text-align: center;
    }

        #login .logo_wrapper img {
            margin-right: 10px;
        }

    #login #login_center {
        width: 301px;
        position: relative;
        margin: 0 auto;
        height: 95%;
    }

        #login #login_center .login_center_horiz {
            position: absolute;
            top: 50%;
            height: 240px;
            width: 100%;
            margin-top: -120px;
            /* account for padding and border if not using box-sizing: border-box; */
        }

            #login #login_center .login_center_horiz form {
                display: block;
            }

                #login #login_center .login_center_horiz form ::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #58595B;
                }

                #login #login_center .login_center_horiz form :-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #58595B;
                    opacity: 1;
                }

                #login #login_center .login_center_horiz form ::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #58595B;
                    opacity: 1;
                }

                #login #login_center .login_center_horiz form :-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #58595B;
                }

            #login #login_center .login_center_horiz input[type="text"],
            #login #login_center .login_center_horiz input[type="password"] {
                display: block;
                width: 100%;
                margin-top: 15px;
                height: 47px;
                background-color: #FFF;
                border: 1px solid #444446;
                padding: 0;
                text-indent: 15px;
                color: #0a4466;
                outline: none;
            }

            #login #login_center .login_center_horiz #submit_wrapper {
                width: 127px;
                margin: 0 auto;
                margin-top: 16px;
            }

                #login #login_center .login_center_horiz #submit_wrapper input#submit {
                    display: block;
                    width: 100%;
                    height: 39px;
                    background-color: #1587B7;
                    color: white;
                    text-align: center;
                    border: none;
                    font-family: 'OpenSans-Bold';
                    font-size: 75%;
                    cursor: pointer;
                }

#confirm {
    background: #e6e7e8 url('../../images/login_bg.png') center center no-repeat;
    height: 100%;
    background-color: #e6e7e8;
}

    #confirm .logo_wrapper {
        text-align: center;
    }

        #confirm .logo_wrapper img {
            margin-right: 10px;
        }

    #confirm #confirm_center {
        width: 601px;
        position: relative;
        margin: 0 auto;
        height: 100%;
    }

        #confirm #confirm_center .confirm_center_horiz {
            position: absolute;
            top: 25%;
            height: 100%;
            width: 100%;
            margin-top: 120px;
            /* account for padding and border if not using box-sizing: border-box; */
        }

            #confirm #confirm_center .confirm_center_horiz form {
                display: block;
            }

                #confirm #confirm_center .confirm_center_horiz form ::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #58595B;
                }

                #confirm #confirm_center .confirm_center_horiz form :-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #58595B;
                    opacity: 1;
                }

                #confirm #confirm_center .confirm_center_horiz form ::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #58595B;
                    opacity: 1;
                }

                #confirm #confirm_center .confirm_center_horiz form :-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #58595B;
                }

    #confirm .heading {
        font-size: 150%;
        font-family: 'OpenSans-Bold';
        color: #26586d;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #confirm .footer {
        font-size: 110%;
        font-family: 'OpenSans-Bold';
        color: #26586d;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #confirm #forgot_btn {
        width: 120px;
        height: 39px;
        background-color: #1587B7;
        color: white;
        text-align: center;
        border: none;
        font-family: 'OpenSans-Bold';
        font-size: 75%;
        cursor: pointer;
    }

.loginfooter {
    font-size: 110%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bg_container {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: url('images/profile.jpg') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.main_container {
    position: relative;
    z-index: 3;
}

#header .top_row {
    background: #fff;
    padding: 12px 35px 0;
    height: 60px;
}

    #header .top_row .logo {
        float: left;
    }

    #header .top_row .icons {
        float: right;
        margin-top: 9px;
    }

        #header .top_row .icons .shared_icon {
            float: right;
            margin-left: 26px;
        }

#header .bottom_row {
    height: 33px;
    background: #f1f2f2;
}

    #header .bottom_row .icons_row {
        margin-top: 5px;
        float: right;
        margin-right: 35px;
    }

        #header .bottom_row .icons_row img {
            margin-left: 10px;
            float: right;
        }

            #header .bottom_row .icons_row img.email {
                margin-top: 4px;
            }

            #header .bottom_row .icons_row img.save {
                margin-top: 1px;
            }

#profile_main {
    text-align: center;
    padding-top: 62px;
    /* Base style */
    color: #6D6E71;
    font-family: "Open Sans";
}

    #profile_main .personbg {
        border: 3px solid #0B445C;
        border-radius: 100%;
    }

    #profile_main .greeting,
    #profile_main .heading,
    #profile_main .headingQ {
        margin-top: 20px;
        /* Base style */
        font-size: 187%;
    }

    #profile_main .greeting,
    #profile_main .txt {
        margin-top: 15px;
        font-size: 125%;
    }

    #profile_main .facility {
        margin-top: 43px;
        width: 150px;
    }

        #profile_main .facility .txt {
            font-family: 'OpenSans-Semibold';
            margin-top: 6px;
            font-size: 93%;
            color: #0B445C;
        }

.dash_heading_font {
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
}

.hidden {
    display: none;
}

.showDiv {
    display: block;
    width: 100%;
    transition: all .2s ease-out;
}

.reportTDTable {
    width: 100px;
    border: 1px solid black !important;
    text-align: left;
}

.reportTDTableLong {
    width: 300px;
    border: 1px solid black !important;
    text-align: left;
}

.reportTxtSpan {
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 4px;
    vertical-align: baseline;
    color: #FFF;
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
    float: left;
    min-width: 30%;
}

.dash-box.second {
    margin-left: 1%;
}

.dash-box.half {
    float: left;
    width: 48%;
}

.dash-box.quarter {
    float: left;
    width: 25%;
}

.gridviewtable {
    width: 100%;
}

.gridviewrow {
    text-align: center;
}

.gridviewHead {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Bold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border: solid 1px black;
}

.gridviewFooter {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Bold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border: solid 1px black;
}

.gridviewHead a:link,
gridviewHead a:visited,
gridviewHead a:hover {
    color: #26586d !important;
    text-decoration: none;
}

.pmviewrow {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Semibold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.snftd {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
}

.snftdpr {
    text-align: center !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
}

.snftdprl {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
}

.snftdprnb {
    text-align: center !important;
    padding-left: 9px;
    font-size: 85% !important;
    border-right: none !important;
    border-left: none !important;
}

.snftdprlnb {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border-right: none !important;
    border-left: none !important;
}

.snfth {
    text-align: left !important;
    font-weight: bold !important;
}

.radioLable {
    color: white;
    font-size: 70%;
    font-family: OpenSans-Semibold !important;
}

.snfthPrint {
    text-align: left !important;
    font-weight: bold !important;
    position: relative !important;
    /*top: -46px !important;*/
    font-size: 90% !important;
    font-family: 'OpenSans-Bold' !important;
    color: #26586d !important;
    background-color: azure;
}

.headsnf {
    padding-left: 3px;
    padding-top: 5px;
    height: 32px;
    background-color: #6D6E71;
    border-bottom: 2px solid #414042;
    position: relative;
}

.headsnfb {
    padding-left: 3px;
    padding-top: 5px;
    height: 48px;
    background-color: white;
    border-bottom: 2px solid #414042;
    position: relative;
}

.printDisclamer {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerS {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 14px;
    color: black;
}

.printDisclamerc {
    text-align: center;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamertd {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
    border: solid 1px black;
}

.printDisclamertdTop {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding-top: 15px;
}

.printDisclamertdBottom {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px black;
}

.printDisclamertdSmallTop {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 12px;
    line-height: 12px;
    color: black;
    padding-top: 2px;
}

.printDisclamertdSmallBottom {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 11px;
    line-height: 11px;
    color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: solid 1px black;
}

.printDisclamertdb {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
    border: solid 1px black;
}

.printDisclamerBold {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerIndent {
    text-align: left;
    /*padding-left: 60px;*/
    font-family: "Arial";
    font-size: 15px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerIndentBullet {
    text-align: left;
    padding-left: 40px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 14px;
    color: black;
}
/*.printDisclamerIndentBullet::before{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.65rem;
    width: 0.65rem;
    margin-right: 0.5rem;
    background-color: black;
}*/

.predtd {
    text-align: center !important;
    padding-left: 9px;
    font-size: 100% !important;
    border: 1px solid black !important;
}

.predth {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 100% !important;
    border: none !important;
}

.snftr {
    border: 1px solid #afd2e0 !important;
}

.snftrpr {
    border: 1px solid #afd2e0 !important;
    background: #f1f2f2;
    border-right: none !important;
    border-left: none !important;
}

.bluestar {
    vertical-align: middle !important;
    width: 17px;
    height: 15px;
}

.snfunknown {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 110% !important;
    color: white !important;
    font-weight: bold !important;
}

.snfunknownprint {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 110% !important;
    color: #26586d !important;
    font-weight: bold !important;
}

.collab {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 90% !important;
    color: white !important;
    font-style: italic;
    font-weight: bold !important;
}
.collabc {
    border-bottom: 0px !important;
    float:right ;
    margin-right: 300px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 90% !important;
    color: white !important;
    font-style: italic;
    font-weight: bold !important;
}

.alertmsg {
    padding-top: 4px;
    vertical-align: baseline;
    color: #FFF;
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
    float: left;
}

.collabs {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 80% !important;
    color: #26586d !important;
    font-style: italic;
    font-weight: bold !important;
}

.dash-box.lightblue .head {
    background: #1587b7 !important;
    border-color: grey !important;
}

.dash-box.darkblue .head {
    background: #0b445c !important;
}

#dashboard_main {
    float: right;
    width: 77%;
}

    #dashboard_main #dashboard_main_inner {
        padding-right: 10px;
    }

    #dashboard_main .dash-box,
    #dashboard_main .reg-box {
        margin-top: 10px;
    }

        #dashboard_main .dash-box .head,
        #dashboard_main .reg-box .head,
        #sidebar .dash-box .head {
            padding-left: 19px;
            padding-top: 7px;
            height: 26px;
            background-color: #6D6E71;
            border-bottom: 2px solid #414042;
            position: relative;
        }

            #dashboard_main .dash-box .head span.txt,
            #dashboard_main .reg-box .head span.txt,
            #sidebar .dash-box .head span.txt {
                padding-top: 4px;
                vertical-align: baseline;
                color: #FFF;
                font-size: 80%;
                font-family: 'OpenSans-Semibold';
                float: left;
                min-width: 30%;
            }

                #dashboard_main .dash-box .head span.txt ul.view_type {
                    float: right;
                }

                    #dashboard_main .dash-box .head span.txt ul.view_type li {
                        vertical-align: baseline;
                        border-right: 1px solid #C6C6C6;
                        font-size: 69%;
                        color: #C6C6C6;
                        text-decoration: underline;
                        float: left;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

                        #dashboard_main .dash-box .head span.txt ul.view_type li:last-child {
                            border-right: none;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li a {
                            color: #C6C6C6;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li.active {
                            color: #8fc5dc;
                        }

                            #dashboard_main .dash-box .head span.txt ul.view_type li.active a {
                                color: #8fc5dc;
                            }


                        #dashboard_main .dash-box .head span.txt ul.view_type li.active {
                            color: #8fc5dc;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li.first {
                            border-left: none;
                        }

            #dashboard_main .dash-box .head .action-icons {
                position: absolute;
                right: 0;
            }

                #dashboard_main .dash-box .head .action-icons img {
                    float: right;
                    margin-right: 11px;
                }

                    #dashboard_main .dash-box .head .action-icons img.download {
                        margin-top: 3px;
                    }

                #dashboard_main .dash-box .head .action-icons input[type="image"].download {
                    margin-top: 3px;
                    margin-right: 10px;
                }

        #dashboard_main .dash-box div.panelQH {
            margin-top: 5px;
            /*display: table;*/
            width: 100%;
            /*table-layout:fixed;*/
        }

        #dashboard_main .reg-box div.panelQ {
            background-color: #FFF;
            -moz-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            padding-bottom: 5px;
            margin-top: 5px;
            margin-right: 5px;
            border-right: 5px solid #dcddde;
        }

            #dashboard_main .reg-box div.panelQ td {
                font-size: 75%;
                font-family: 'OpenSans-Bold';
                color: #26586d;
                padding-bottom: 10px;
                padding-top: 10px;
            }


        #dashboard_main .dash-box div.panel,
        #dashboard_main .reg-box div.panel,
        #dashboard_main div.panel div.panel,
        #sidebar .dash-box div.panel {
            background-color: #FFF;
            -moz-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            padding-bottom: 5px;
        }

            #dashboard_main .dash-box div.panel img {
                max-width: 100%;
            }


            #dashboard_main .dash-box div.panel table.head_panel_table,
            #dashboard_main .dash-box div.panel table.head_panel {
                margin-left: 10px;
            }

                #dashboard_main .dash-box div.panel table.head_panel_table .table_sub_headings td,
                #dashboard_main .dash-box div.panel table.head_panel .table_sub_headings td {
                    color: #006a8d !important;
                }

                #dashboard_main .dash-box div.panel table.head_panel_table td,
                #dashboard_main .dash-box div.panel table.head_panel td,
                #dashboard_main .dash-box div.panel table.head_panel_table th {
                    text-align: right;
                }


                    #dashboard_main .dash-box div.panel table.head_panel_table td.first,
                    #dashboard_main .dash-box div.panel table.head_panel td.first,
                    #dashboard_main .dash-box div.panel table.head_panel_table th.first {
                        text-align: left;
                        padding-left: 9px;
                    }

                        #dashboard_main .dash-box div.panel table.head_panel_table td.first small,
                        #dashboard_main .dash-box div.panel table.head_panel_table th.first small {
                            padding-left: 0;
                            padding-right: 5px;
                        }

                    #dashboard_main .dash-box div.panel table.head_panel_table td.last,
                    #dashboard_main .dash-box div.panel table.head_panel_table th.last {
                        padding-right: 9px;
                    }

                    #dashboard_main .dash-box div.panel table.head_panel_table td small,
                    #dashboard_main .dash-box div.panel table.head_panel_table th small {
                        padding-left: 5px;
                        font-size: 70%;
                    }

                #dashboard_main .dash-box div.panel table.head_panel_table th,
                #dashboard_main .dash-box div.panel table.head_panel th {
                    position: relative;
                    top: -34px;
                    font-size: 80%;
                    font-family: 'OpenSans-Semibold';
                    color: white;
                }



                #dashboard_main .dash-box div.panel table.head_panel_table tbody td,
                #dashboard_main .dash-box div.panel table.head_panel tbody td,
                #dashboard_main .dash-box div.panel span,
                /*#dashboard_main div.panel div.panel tbody td,
                #dashboard_main div.panel tbody td,*/
                #sidebar .dash-box div.panel table.head_panel tbody td {
                    font-size: 75%;
                    font-family: 'OpenSans-Bold';
                    color: #26586d;
                    padding-bottom: 10px;
                    padding-top: 10px;
                    border-bottom: 1px dashed #afd2e0;
                }

            #dashboard_main .reg-box div.panel span,
            #dashboard_main .reg-box div.panel table.head_panel_table tbody td,
            #dashboard_main div.panel div.panel tbody td,
            #dashboard_main div.panel tbody td,
            #dashboard_main .reg-box div.panel table.head_panel tbody td {
                font-size: 75%;
                font-family: 'OpenSans-Bold';
                color: #26586d;
                padding-bottom: 5px;
                padding-top: 5px;
            }

            #dashboard_main .dash-box div.panel table.head_panel_table td.placetd,
            #dashboard_main .dash-box div.panel table.head_panel td.placetd {
                padding-bottom: 2px !important;
                padding-top: 2px !important;
                text-align: left !important;
                /*padding-left: 9px !important;*/
                padding: 3px 3px !important;
                vertical-align: top !important;
                font-size: 120%;
                border: none !important;
            }

.selectBox-dropdown-menu {
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#sidebar .jspVerticalBar {
    right: 19px;
    width: 6px;
}

#sidebar .jspTrack {
    background: #fff;
}

#sidebar .jspDrag {
    background: #449fc5;
}

.noBotomBorder {
    border-bottom: none !important;
}

#sidebar .prettycheckbox label small,
#sidebar .prettyradio label small {
    color: #C3C3C4;
}

#sidebar .section {
    padding-right: 8px;
}

    #sidebar .section .chkboxlist {
        width: 100%;
        clear: both;
        line-height: 120%;
    }

        #sidebar .section .chkboxlist label {
            padding: 0;
            margin: 0;
            padding-top: 2px;
            padding-left: 6px;
        }

        #sidebar .section .chkboxlist td {
            vertical-align: top;
            white-space: nowrap;
        }

        #sidebar .section .chkboxlist small {
            font-size: 69%;
        }

        #sidebar .section .chkboxlist.disabled {
            padding-left: 24px;
            color: #ABABAB !important;
        }

    #sidebar .section .prettycheckbox a {
        background: url('images/Checkbox-1.png') 0 0 no-repeat;
        width: 13px;
        height: 13px;
        margin-top: 6px;
        padding-right: 5px;
    }


        #sidebar .section .prettycheckbox a.checked {
            background: url('images/checkbox-ticked.png') 0 0 no-repeat;
        }

    #sidebar .section .prettycheckbox label {
        white-space: nowrap;
    }

    #sidebar .section div.heading,
    #sidebar .section div.headingQ,
    #sidebar .section div.contents span.heading {
        padding-top: 12px;
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        margin-left: 5px;
        margin-right: 5px;
    }


        #sidebar .section div.heading .selectBox-label {
            font-size: 100%;
        }

    #sidebar .section div.heading,
    #sidebar .section div.contents {
        padding-left: 10px;
    }

    #sidebar .section div.contents {
        margin-top: 10px;
        max-height: 258px;
        margin-bottom: 10px;
        overflow-y: auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    #sidebar .section div.contentsRadio {
        margin-top: 5px;
        max-height: 258px;
        margin-bottom: 5px;
        white-space: nowrap;
    }




        #sidebar .section div.contents .has-pretty-child,
        #sidebar .section div.contentsRadio input,
        #sidebar .section div.contentsRadio label {
            padding: 0;
            font-size: 75%;
            font-family: 'OpenSans-Bold';
            margin-top: 3px;
            color: white;
            white-space: nowrap;
        }

#sidebar .selectBox-arrow {
    background: url('images/arrow-bottom.png') 0 8px no-repeat;
}

#sidebar .selectBox-dropdown {
    cursor: pointer;
    display: block;
    width: 100% !important;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
}

    #sidebar .selectBox-dropdown:hover {
        background: grey;
    }

    #sidebar .selectBox-dropdown .selectBox-label {
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 90%;
        width: 95% !important;
    }

    #sidebar .selectBox-dropdown .selectBox-arrow {
        border: none;
    }

.FilterContent {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    margin-left: 5px;
    margin-right: 5px;
}

.FilterHeading {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 360px) {
    .dash-box .action-icons {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #dashboard_main {
        width: 100% !important;
    }

        #dashboard_main #dashboard_main_inner {
            padding-right: 0 !important;
        }

    /*html.inner #sidebar_top_row {
        width: 50%;
    }*/

    /*#sidebar {
        position: static !important;
        height: auto !important;
        float: none !important;
        width: 99% !important;
    }*/


}

@media screen and (min-height: 500px) and (max-height:700px) {
    .scSNFAnswer {
        overflow: auto;
        height: 310px;
    }
}

@media screen and (min-height: 701px) and (max-height: 1100px) {
    .scSNFAnswer {
        overflow: auto;
        height: 410px;
    }
}

@media screen and (min-height: 1101px) {
    .scSNFAnswer {
        overflow: auto;
        height: 620px;
    }
}








@media only screen and (max-width: 1100px) {
    /*#dashboard_main {
        width: 100% !important;
    }

        #dashboard_main #dashboard_main_inner {
            padding-right: 0 !important;
        }*/

    /*html.inner #sidebar_top_row {
        width: 50%;
    }

    #sidebar {
        position: static !important;
        height: auto !important;
        float: none !important;
        width: 99% !important;
    }*/


}


#sidebar_top_row.sidebar_collapsed {
    text-align: center;
}

    #sidebar_top_row.sidebar_collapsed img.collapse {
        margin-right: 0px !important;
        float: none !important;
    }

#sidebar_top_row .swapped {
    display: none;
}

#sidebar_top_row.sidebar_collapsed img.collapse {
    display: none;
}

    #sidebar_top_row.sidebar_collapsed img.collapse.swapped {
        display: block;
    }

#sidebar_top_row.sidebar_collapsed,
#sidebar.sidebar_collapsed {
    width: 2% !important;
    min-width: 16px;
}

#dashboard_main.sidebar_collapsed {
    width: 98%;
}

#sidebar.sidebar_collapsed #sidebar-inner {
    display: none;
}

.top_navigation {
    padding-left: 12%;
}

    .top_navigation ul li {
        margin-top: 5px;
        /*margin-left: 30px;*/
        float: left;
        min-height: 18px;
        /*padding-left: 35px;*/
    }

        .top_navigation ul li.first {
            margin-left: 0;
        }

        .top_navigation ul li.active a,
        .top_navigation ul li:hover a {
            color: #1587B7;
        }

        .top_navigation ul li a {
            font-size: 93%;
            color: #0B445C;
            text-decoration: none;
        }

        .top_navigation ul li.multiple-nursing-homes {
            background: url('images/multiple-nursing-homes-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.multiple-nursing-homes a {
                font-family: 'OpenSans-Semibold';
            }

            .top_navigation ul li.multiple-nursing-homes.active,
            .top_navigation ul li.multiple-nursing-homes:hover {
                background: url('images/multiple-nursing-homes-active.png') 0 0 no-repeat;
            }

        .top_navigation ul li.single-nursing-homes {
            padding-left: 29px;
            background: url('images/single-home-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.single-nursing-homes.active,
            .top_navigation ul li.single-nursing-homes:hover {
                background: url('images/single-home-active.png') 0 0 no-repeat;
            }

        .top_navigation ul li.personalised-profile {
            padding-left: 26px;
            background: url('images/personalized-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.personalised-profile.active,
            .top_navigation ul li.personalised-profile:hover {
                background: url('images/personalized-active.png') 0 0 no-repeat;
            }

.slicknav_btn {
    background: #979da2 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    width: 42px;
    height: 35px;
}

body .slicknav_menu .slicknav_icon-bar {
    height: 3px;
    margin-bottom: 8px;
    margin-top: 5px;
    width: 2em;
    margin-left: 4px;
}

.headingf {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-family: 'OpenSans-bold';
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
    color: #0b445c;
}

.linkf {
    margin-right: 20px;
    color: white;
}

ul.slicknav_nav {
    background: #ffffff;
}

    ul.slicknav_nav ul.sub-menu {
        border-top: 1px solid #d3d5d6;
        display: block !important;
    }

    ul.slicknav_nav li a {
        color: #4d565d;
        padding-left: 15px;
    }

        ul.slicknav_nav li a:hover {
            color: #4d565d;
        }

.slicknav_nav .slicknav_arrow {
    float: left;
}

.slicknav_menu {
    background: none !important;
    z-index: 999;
    position: absolute;
    top: 0px;
    text-align: left;
    padding-top: 0px !important;
    left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .slicknav_menu .slicknav_btn {
        margin-left: 155px;
        float: left;
    }

    .slicknav_menu a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .slicknav_menu a,
        .slicknav_menu a:hover {
            border-radius: 0 !important;
        }

    .slicknav_menu ul li:nth-child(1) a,
    .slicknav_menu ul li a a {
        border: none;
    }

    .slicknav_menu ul li a {
        border-top: 1px solid #d3d5d6;
    }

.slicknav_arrow {
    display: none;
}

.slicknav_menu {
    display: none;
}

#mobile_navigation {
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    #header .top_row .logo {
        position: relative;
    }

    html body #header .top_row {
        padding: 12px 12px 0;
    }

    .slicknav_menu {
        display: block;
    }

    .top_navigation ul {
        display: none;
    }
}

div.submitor {
    margin: 0 10%;
    margin-top: 27px;
}

    div.submitor input {
        display: block;
        width: 100%;
        height: 32px;
        background-color: #0b445c;
        border: none;
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        cursor: pointer;
    }

.newFilter {
    display: block;
    width: 100%;
    height: 25px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.eraser {
    float: right;
    margin-right: 25px;
    margin-top: 2px;
    cursor: pointer;
}

input.submitorShort {
    width: 100%;
    height: 26px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

input.submitorDisableShort {
    width: 100%;
    height: 26px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    opacity: 0.5;
}

input.submitor {
    width: 100%;
    height: 32px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

button.submitorAssess {
    width: 100%;
    height: 26px;
    background-color: #ffffff;
    border: none;
    color: #0b445c;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

button.submitorAssessClick {
    width: 100%;
    height: 26px;
    background-color: #65c5f2;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    /*cursor: pointer;*/
}

input.submitorDisable {
    width: 100%;
    height: 32px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    opacity: 0.5;
}


.errorText {
    border-bottom: none !important;
    font-size: 100% !important;
    color: red !important;
}

.msgText {
    border-bottom: none !important;
    font-size: 100% !important;
    color: darkcyan !important;
}

.Ptd {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-bottom: none !important;
    font-size: 100% !important;
}

.Pinput {
    padding-left: 5px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 85% !important;
    border-bottom: none !important;
}

div.submitor input:hover,
input.submitor:hover {
    opacity: 0.7;
}

#sidebar div.section {
    padding-left: 7%;
}

.selectBox-options {
    border: none !important;
    background: none !important;
    font-size: small;
}

    .selectBox-options LI {
        background: #87888b;
        border: none;
    }

        .selectBox-options LI:hover a {
            color: #449fc5;
        }

        .selectBox-options LI a {
            padding: 5px 10px !important;
            display: inline-block;
            color: #f1f2f2;
            border: none;
        }

#sidebar .selectBox-dropdown {
    position: relative;
    left: -8px;
}

div.notice_row {
    float: left;
    margin-left: 3%;
    padding-top: 3px;
    color: #6d6e71;
    font-size: 87%;
    width: 75%;
}


    div.notice_row strong,
    div.notice_row a,
    div.notice_row span.upper_tip {
        color: #1587b7;
        font-family: 'OpenSans-Semibold';
    }

    div.notice_row .viewType {
        float: right !important;
        margin-right: 15px;
    }

    div.notice_row span.upper_tip,
    div.notice_row .viewType {
        text-decoration: underline;
        cursor: pointer;
    }

    div.notice_row .viewTypeLeft {
        float: left !important;
        margin-right: 15px;
        text-decoration: underline;
        cursor: pointer;
    }


.customer_load_save {
    margin-left: 10px;
    font-size: 87%;
}


.customer_id {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 4px;
    width: 50px;
    font-size: 87%;
}

.vaidate {
    margin-left: 5px;
    margin-right: 10px;
}

.customer_load_save a {
    color: #1587b7;
}


.myCustomClass {
    border-color: #00be00;
    background-color: #ddd;
}

.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

.scroll-pane {
    line-height: 1;
}


.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

.span.blue {
    color: #449fc5;
}

td.blue {
    color: #449fc5 !important;
}


.myCustomClass {
    border-color: #00be00;
    background-color: #ddd;
}

.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading {
        font-size: 120%;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

div.profile-s {
    font-family: "OpenSans-Bold";
    background-color: white;
}

    div.profile-s table {
        max-height: 400px;
        overflow-y: scroll;
    }

    div.profile-s .ind_row {
        border-bottom: 1px solid #f1f2f2;
        padding-top: 10px;
    }

        div.profile-s .ind_row.first {
            border-top: 1px solid #f1f2f2;
        }

    div.profile-s .equal_wide {
        width: 130px;
        display: inline-block;
        font-family: 'OpenSans regular ';
        font-size: 90%;
    }

#sidebar.has_accordion div.section {
    padding-right: 0;
    padding-bottom: 0 !important;
}

#sidebar.has_accordion div.section {
    padding-left: 0%;
}

    #sidebar.has_accordion div.section div.contents div.checkbox_row::after {
        clear: both;
    }

    #sidebar.has_accordion div.section.open div.contents-outer {
        display: block;
    }

    #sidebar.has_accordion div.section.open div.heading::before {
        content: "▼";
    }

    #sidebar.has_accordion div.section div.checkMark {
        background: #fff;
    }

    #sidebar.has_accordion div.section div.questionMark {
        background: #fff;
    }

    #sidebar.has_accordion div.section div.heading,
    #sidebar.has_accordion div.section div.headingQ {
        background: #fff;
        color: #0b445c;
        padding-bottom: 10px;
        cursor: pointer;
        font-size: 90%;
        font-family: "OpenSans-Bold";
    }

    #sidebar.has_accordion div.section div.headingOpen,
    #sidebar.has_accordion div.section div.headingQOpen {
        background: #65c5f2;
        color: white;
        padding-top: 12px;
        cursor: pointer;
        padding-bottom: 10px;
        font-size: 90%;
        font-family: "OpenSans-Bold";
    }

    #sidebar.has_accordion div.section div.heading:hover,
    #sidebar.has_accordion div.section div.headingQ:hover {
        background: #f1f2f2;
    }

    #sidebar.has_accordion div.section div.headingQOpen:hover {
        background: #65c5f2 !important;
    }


    #sidebar.has_accordion div.section div.questionMark::after {
        content: url("images/question1.png");
        padding-right: 0.5em;
        position: relative;
        float: right;
        width: 16px;
        height: 16px;
    }

    #sidebar.has_accordion div.section div.checkMark::before {
        content: url("images/2190986-16.png");
        padding-right: 0.5em;
        position: relative;
        float: right;
        width: 16px;
        height: 16px;
    }


    #sidebar.has_accordion div.section div.contents-outer {
        display: none;
    }

div.panelHidden {
    display: none;
}

#sidebar.has_accordion div.section div.heading,
#sidebar.has_accordion div.section div.headingOpen,
#sidebar.has_accordion div.section div.headingQ,
#sidebar.has_accordion div.section div.headingQOpen,
#sidebar.has_accordion div.section div.contents-outer {
    padding-left: 7%;
    padding-right: 8px;
}

#dashboard_main .dash-box div.panelQ .contents-title,
#dashboard_main .reg-box div.panelQ .contents-title {
    font-size: 90%;
    padding-top: 2px;
    margin-top: 10px;
    padding-left: 8px;
    font-family: 'OpenSans-Bold';
    color: #26586d;
}

.sorting {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d !important;
    padding-right: 15px;
}

.sortingUp {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-right: 15px;
}

.sortingDown {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-right: 15px;
}

.sortingWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}

.sortingUpWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}

.sortingDownWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}


.sortingUp::after {
    content: url("images/sortup.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingUpWhite::after {
    content: url("images/sortupwhite.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingDown::after {
    content: url("images/sortdown.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingDownWhite::after {
    content: url("images/sortdownwhite.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}


.required::after {
    content: url("images/required.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.requiredS::before {
    content: url("images/required.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 14px;
    position: relative;
    float: left;
}

div.profile-s table tr {
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
}

    div.profile-s table tr td {
        min-width: 150px;
    }


.graph_tooltip {
    padding: 5px;
}

    .graph_tooltip .title {
        font-size: 125%;
        font-weight: bold;
    }

    .graph_tooltip .details {
        font-size: 105%;
        padding-top: 5px;
        font-size: 100%;
    }



        .graph_tooltip .details .details2 {
            font-weight: bold;
            font-size: 115%;
        }

.star-text1 {
    font-size: 15px;
    margin-top: 0.2em;
    margin-left: 0.2em;
}

.strikThrou {
    text-decoration: line-through;
}

.bullet {
    font: 12px sans-serif;
}

    .bullet .marker.s0 {
        stroke: green;
        stroke-width: 2px;
    }

    .bullet .marker.s1 {
        stroke: steelblue;
        stroke-width: 3px;
    }

    .bullet .marker.g0 {
        fill: green;
    }

    .bullet .marker.g1 {
        fill: white;
    }

    .bullet .tick line {
        stroke: #666;
        stroke-width: .5px;
    }

    .bullet .rangeFrame {
        fill: #fff;
        stroke: black;
        stroke-width: 2px;
    }

    .bullet .range.s0 {
        fill: #fff;
        stroke: black;
    }

    .bullet .range.s1 {
        fill: #ddd;
    }

    .bullet .range.s2 {
        fill: #fff;
    }

    .bullet .range.g0 {
        fill: #fff;
    }

    .bullet .range.g1 {
        fill: #ddd;
    }

    .bullet .range.g2 {
        fill: #fff;
    }

    .bullet .measure.s0 {
        fill: steelblue;
    }

    .bullet .measure.s1 {
        fill: white;
    }

    .bullet .title {
        font-size: 14px;
        font-weight: bold;
        fill: #26586d;
    }

    .bullet .subtitle {
        fill: black;
    }

#modal_wrapper.overlay::before,
#modal_wrapperc.overlay::before,
#modal_wrapperm.overlay::before,
#modal_wrapperf.overlay::before,
#modal_wrapper_u.overlay::before,
#modal_wrapper_un.overlay::before,
#modal_wrapper_ew.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_c {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_s {
    display: none;
    z-index: 200;
    position: fixed;
    left: 60%;
    top: 50%;
    width: 450px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_f {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1300px;
    height: 500px;
    overflow: auto;
    padding: 10px 20px;
    background: #6d6e71;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_u {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1300px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_ew {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_un {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_p {
    display: none;
    z-index: 200;
    position: fixed;
    left: 70%;
    top: 40%;
    width: 300px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_windowp {
    display: none;
    z-index: 800;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


#modal_windowm {
    display: none;
    z-index: 800;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 600px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_r.overlay #modal_window_r,
#modal_wrapper_h.overlay #modal_window_h,
#modal_wrapperc.overlay #modal_window_c,
#modal_wrapperp.overlay #modal_windowp,
#modal_wrapperm.overlay #modal_windowm,
#modal_wrapperf.overlay #modal_window_f,
#modal_wrapper.overlay #modal_window,
#modal_wrapper.overlay #modal_window_s,
#modal_wrapper_u.overlay #modal_window_u,
#modal_wrapper_un.overlay #modal_window_un,
#modal_wrapper_ew.overlay #modal_window_ew,
#modal_wrapper_cat.overlay #modal_window_cat {
    display: block;
}

.snflable {
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-bottom: 5px;
    padding-top: 5px;
}

#modal_wrapper_r.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_r {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_cat.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_cat {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_h.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_h {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.modalLable {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modalDropDown {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modalTableHead {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px !important;
    border: solid 1px black;
}

.modalTableValue {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 5px !important;
    border: solid 1px black;
    text-align: Left;
}

.DivClose {
    display: none;
    position: absolute;
    width: 250px;
    height: 115px;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    background-color: #f1f2f2;
}

.LabelClose {
    vertical-align: text-top;
    position: absolute;
    bottom: 0px;
    font-family: Verdana;
}

.DivCheckBoxList {
    display: none;
    background-color: White;
    width: 250px;
    position: absolute;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    z-index: 100000;
}

.CheckBoxList {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: small;
}

.CheckBoxListWhite {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: medium;
    color: white;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#dialogSession {
    width: 400px;
    padding: 30px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

/*treeview css*/
.treeview-text-clr {
    color: white;
    padding: 0.16667em 0.25em;
}

.treeview-text-clr:hover {
    color: #000;
    border-color: #b5b5b5 #b5b5b5 #9e9e9e;
    background-color: #C5C5C5;
}

.img-treeview {
    width: 25px;
}

.treeview-td-right {
    position: absolute;
    margin-left: -10px;
    margin-top: 5px;
}

#countiesTreeView table {
    margin-left: -8px;
}

table.treeview-child-tbl {
    margin-left: -18px !important;
}

.treeview-td-right-child:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    border-left: 1px dotted #7b7b7b;
}

.treeview-text-font-clr {
    color: #26586d !important;
}

.cls-empty-child-node {
    margin-left: 10px;
}

.alignGrid {
    margin: 1rem auto;
    width:50%;
}