﻿/* DEFAULTS
----------------------------------------------------------*/

.Undo {
    color: #8A0868;
}

#PEPIDLogo {
    height: 60px;
    min-height: 60px;
    border: none;
    float: left;
    top: 10px;
    margin-left: 25px;
    position: relative;
    z-index: 0;
}

#imgCareplan {
    position: relative;
    top: 0;
    float: right;
    padding-right: 35px;
}

.btn {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    background: #1b7a9d;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    min-width: 7em;
}

    .btn:hover {
        background: #96D6ED;
        text-decoration: none;
    }

.btnHide {
    height: 27px;
    color: #FFF;
    background-color: #96D6ED;
    display: none;
}

.barfa {
    color: white;
}

.editButton {
    color: #8A0868;
    font-size: 1.5em;
}

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    min-width: 1100px;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 798px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 95%;
    background-color: #fff;
    margin: 0 auto 0 auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    width: 100%;
}

.headerBottom {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../images/fuchsia-bar-bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 33px;
    vertical-align: top;
}


.subHeader {
    position: relative;
    margin: 0;
    padding-top: 5px;
    background: #D8D8D8;
    /*background-image: url(../images/sub-head-bar-bg.png);*/
    background-repeat: repeat-x;
    width: 100%;
    height: 33px;
}

.txtTitle {
    /*background-color : #8A0868;*/
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    font-weight: bold;
    /*font-style:italic;
	border: 0  #8A0868;*/
}

.txtComments {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
    background-color: #D2FDAC;
    overflow: auto;
    border: none;
    width: 100%;
}

.lblCharts {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
    background-color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 4px 4px 4px 4px;
}

.lblChartsGrayBG {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
    background-color: #D8D8D8;
    border: none;
    width: 100%;
    padding: 4px 4px 4px 4px;
}

.lblAdd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6E6E6E;
    background-color: #FFF;
    width: 60px;
    border: none;
    padding-top: 5px;
}

.lblSave {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6E6E6E;
    background-color: #FFF;
    width: 80px;
    height: 20px;
    border: none;
    padding: 2px 2px 2px 2px;
}

input.txtDocs {
    font-family: Courier, Helvetica, sans-serif;
    font-size: 13pt;
    color: #6E6E6E;
    background-color: #FFF;
    border-left: solid 0 #c1c1c1;
    border-top: solid 0 #cfcfcf;
    border-right: solid 0 #cfcfcf;
    border-bottom: solid 1px #6E6E6E;
}


input.txtDocsSM {
    font-size: 10pt;
    color: #424242;
    background-color: #FFF;
    border-left: solid 0 #c1c1c1;
    border-top: solid 0 #cfcfcf;
    border-right: solid 0 #cfcfcf;
    border-bottom: solid 1px #6E6E6E;
}



input.txtDocs1 {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #6E6E6E;
    background-color: #FFF;
    border-left: solid 1px #6E6E6E;
    border-top: solid 1px #6E6E6E;
    border-right: solid 1px #6E6E6E;
    border-bottom: solid 1px #6E6E6E;
}

table.style0 {
    table-layout: fixed;
    border-color: White;
    border-width: 1px;
    border-style: solid;
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: pink;
    background-color: #808080;
    border-color: #808080;
    padding: 15px 15px 15px 15px;
}

.style0 > tr > td,
.style0 {
    border-color: White;
    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
}

.style0 {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: pink;
    background-color: #808080;
    border-color: #808080;
    padding: 15px 15px 15px 15px;
}


table.style1 {
    table-layout: fixed;
    border-color: White;
    border-width: 1px;
    border-style: solid;
    background-color: #D8D8D8;
}

.style1 td, .style1 th {
    border-color: White;
    border-width: 1px;
    border-style: solid;
}

table.style2 {
    border-color: #D8D8D8;
    border-width: 0;
    border-style: none;
    padding: 5px 5px 5px 5px;
    margin-right: auto;
    width: 100%;
}

.style2 td, .style2 th {
    border-color: #D8D8D8;
    border-width: 0;
    border-style: none;
    padding: 5px 5px 5px 5px;
    margin-right: auto;
    width: 100%;
}

table.style3 {
    table-layout: fixed;
    border-color: White;
    border-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 100%;
}

.style3.style3 td, .style1 th {
    border-color: White;
    border-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    height: 100%;
}

table.style4 {
    table-layout: fixed;
}

table.style5 {
    table-layout: fixed;
    padding: 10px 10px 10px 10px;
}

.style5 td, .style1 th {
    padding: 10px 10px 10px 10px;
}

.subTitle {
    background-color: #6E6E6E;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.subTitleResult0 {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A0868;
    font-weight: bold;
}

.subTitleResult {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A0868;
    font-weight: bold;
    padding: 15px 10px 10px 10px;
}

.subTitleResultSM {
    background-color: #D8D8D8;
    vertical-align: top;
    font-size: 13px;
    color: #8A0868;
    font-weight: bold;
    padding: 10px 5px 5px 5px;
}

.subTitleResult1 {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6E6E6E;
    padding: 10px 10px 10px 10px;
    overflow: auto;
    word-wrap: break-word;
}

.subTitleResultEdit {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: Courier, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6E6E6E;
    padding: 10px 10px 10px 10px;
    overflow: auto;
    word-wrap: break-word;
}


.subTitleResult1SM {
    background-color: #D8D8D8;
    vertical-align: top;
    font-size: 13px;
    color: #6E6E6E;
    padding: 5px 5px 5px 5px;
}

.subTitleResultNew {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 10px 10px 10px;
}

.subTitleResultNew1 {
    background-color: #D8D8D8;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
}

.subTitleResult2 {
    background-color: #D8D8D8;
}

.subTitleResult3 {
    background-color: #DCDCDC;
}

.subTitleResult4 {
    background-color: #808080;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFF;
    padding: 5px 5px 5px 5px;
}

.subTitleResult4SM {
    background-color: #808080;
    vertical-align: top;
    font-size: 9pt;
    font-weight: bold;
    color: #FFF;
    padding: 5px 5px 5px 5px;
}

.InstitutionName {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 15pt;
    color: #6E6E6E;
    background-color: #FFF;
}

.PlanName {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #940064;
    background-color: #FFF;
}

.CategoryName {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #6E6E6E;
    background-color: #FFF;
}

.CategoryNameSmall {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #6E6E6E;
    background-color: #FFF;
}

.CategoryNameSmallEdit {
    font-family: Courier, Helvetica, sans-serif;
    font-size: 13pt;
    color: #6E6E6E;
    background-color: #FFF;
}

.CategoryNameSmallSM {
    font-size: 10pt;
    color: #6E6E6E;
    background-color: #FFF;
}

.BordoTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    background-color: #940064;
    padding: 15px 15px 15px 15px;
}


.BordoTitlesSM {
    font-size: 11pt;
    /* font-weight: bold;*/
    color: #FFF;
    background-color: #940064;
    padding: 15px 15px 15px 15px;
}

.PinkTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    background-color: #C97FB1;
}


.PinkTitlesSM {
    font-weight: bold;
    color: #8A0868;
    background-color: #D8D8D8;
}

.GreySubTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #D8D8D8;
    background-color: #FFF;
    padding: 1px 1px 1px 1px;
}

.GreyTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFF;
    background-color: #808080;
    padding: 2px 2px 2px 2px;
}

.GreyMainTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: pink;
    background-color: #808080;
    border-color: #808080;
    padding: 2px 2px 2px 2px;
}

    .GreyMainTitles > tr > td,
    .GreyMainTitles {
        border-left: 0;
        border-right: 0;
        border-color: White;
        border-width: 1px;
        border-style: solid;
    }

.GreyMainSubTitles {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFF;
    background-color: #808080;
    padding: 15px 15px 15px 15px;
}

.GreyMainTitles1 {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: pink;
    background-color: #808080;
    padding: 5px 5px 5px 5px;
}



.GreyTitlesSM {
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    background-color: #808080;
}


.TitleTypeDarkGrey {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #575757;
    background-color: #FFF;
}

.TitleTypeDarkGreyEdit {
    font-family: Courier, ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #575757;
    background-color: #FFF;
    overflow: auto;
    word-wrap: break-word;
}


.TitleTypeDarkGreySM {
    font-size: 10pt;
    font-weight: bold;
    color: #575757;
    background-color: #FFF;
}

.TitleTypeGrayNew {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: ArialMT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A0868;
    font-weight: bold;
}

.TitleTypeBordoNew {
    background-color: #FFF;
    vertical-align: top;
    font-family: ArialMT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A0868;
    font-weight: bold;
}

.TitleTypeBordoNewEdit {
    background-color: #FFF;
    vertical-align: top;
    font-family: Courier,ArialMT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A0868;
}

.TitleTypeBordoNewSM {
    background-color: #FFF;
    vertical-align: top;
    font-size: 13px;
    color: #8A0868;
    font-weight: bold;
}

.TitleTypeBordoNew1 {
    vertical-align: top;
    font-family: ArialMT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    .TitleTypeBordoNew1:link {
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-weight: bold;
        text-decoration: none;
    }

    .TitleTypeBordoNew1:visited {
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-weight: bold;
        text-decoration: none;
    }

    .TitleTypeBordoNew1:hover {
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
    }

    .TitleTypeBordoNew1:active {
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #8A0868;
        font-weight: bold;
        text-decoration: none;
    }


.TitleTypeBordo {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #940064;
    background-color: #FFF;
}


.TitleTypeGrayNew1 {
    background-color: #D8D8D8;
    vertical-align: top;
    font-family: ArialMT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: Blue;
    font-weight: bold;
    text-decoration: none;
}

    .TitleTypeGrayNew1:link {
        background-color: #D8D8D8;
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-weight: bold;
        text-decoration: underline;
    }

    .TitleTypeGrayNew1:visited {
        background-color: #D8D8D8;
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-weight: bold;
        text-decoration: underline;
    }

    .TitleTypeGrayNew1:hover {
        background-color: #D8D8D8;
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Blue;
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
    }

    .TitleTypeGrayNew1:active {
        background-color: #D8D8D8;
        vertical-align: top;
        font-family: ArialMT,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #8A0868;
        font-weight: bold;
        text-decoration: none;
    }

.TitleTypeGreySmall {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    color: #4D4D4D;
    background-color: #FFF;
}

/*.subHeaderMain
{
	position: relative;
	margin: 0;
	padding: 0;
	background: #D8D8D8;
	width: 100%;
	height: 37px;
	background-image: url(images/lt-grey-hover.png);
	background-repeat: repeat-x;
}*/

.header h1 {
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #58ACFA;
    width: 100%;
}

div.menu {
    padding: 4px 0 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #013ADF;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #8A0868;
                color: #dde4ec;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #8A0868;
                color: #dde4ec;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}


.toolsDisplay {
    font-size: 1.1em;
    /* display: block;*/
    text-align: left;
    padding: 10px;
    color: #848484;
}

    .toolsDisplay a:link {
        color: #848484;
    }

    .toolsDisplay a:visited {
        color: #848484;
    }

    .toolsDisplay a:hover {
        color: #6E6E6E;
    }

.linksDisplay {
    font-size: 1.1em;
    /* display: block;*/
    text-align: right;
    padding: 10px;
    color: #848484;
}

    .linksDisplay a:link {
        color: #848484;
    }

    .linksDisplay a:visited {
        color: #848484;
    }

    .linksDisplay a:hover {
        color: #6E6E6E;
    }

.failureNotification {
    font-family: ArialMT, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: Red;
    font-style: italic;
}

.textRed {
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.highlight {
    text-decoration: none;
    color: black;
    background: yellow;
}

.button {
    border: solid 1px #c0c0c0;
    background-color: #eeeeee;
    font-family: verdana;
    font-size: 11px;
}

.modalBg {
    background-color: #cccccc;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPanel {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #8A0868;
    width: 440px;
}

.modalPanelSmall {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #8A0868;
    width: 200px;
}

.modalPanelMed {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #8A0868;
    width: 300px;
}

/* Navigation ////////////////////////////////////////////////////////////// */

.topnav {
    background-color: #59bee3;
    font-size: 2em;
    height: 25px;
    margin-top: 55px;
}

    .topnav ul {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 35px;
    }

    .topnav li {
        /*display: inline;*/
        /*margin: 0;*/
        float: left;
    }

        .topnav li a {
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            line-height: 15px;
            padding: 13px 9px 9px 9px;
            font-family: Arial, Helvetica, sans-serif;
            background: #1B7A9D;
            color: #FFF;
            font-weight: bold;
        }

            .topnav li a:hover {
                color: #FFF;
                background-color: #96D6ED;
                cursor: pointer;
            }

    .topnav #active a {
        color: #FFF;
        background-color: #96D6ED;
        cursor: pointer;
    }

    .topnav li.selected a {
        color: #FFF;
        background-color: #96D6ED;
        cursor: pointer;
    }

.topNavButtonSelected {
    color: #FFF !important;
    background-color: #125169 !important;
}


/**/
.mainnav {
    padding-top: 2px;
}

    .mainnav ul {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 33px;
    }

    .mainnav li {
        display: inline;
    }

        .mainnav li a {
            text-decoration: none;
            text-align: center;
            font-size: 12px;
            line-height: 15px;
            padding: 7px 9px 7px 9px;
            font-family: Arial, Helvetica, sans-serif;
            background-image: url(../images/lt-grey-hover.png);
            background-repeat: repeat-x;
            border-bottom: solid 3px #A4A4A4;
            border-left: solid 1px #FFF;
            border-right: solid 1px #FFF;
            /*margin-right: 1px;*/
            color: #6E6E6E;
            font-weight: normal;
        }

            .mainnav li a:hover {
                color: #585858;
                background-image: url(../images/lt-blue-hover.png);
                background-repeat: repeat-x;
                border-bottom: solid 3px #0080FF;
            }

            .mainnav li a:active {
                color: #585858;
                background-image: url(../images/lt-blue-hover.png);
                background-repeat: repeat-x;
                border-bottom: solid 3px #0080FF;
            }

        .mainnav li.selected a {
            background-image: url(../images/lt-blue-hover.png);
            background-repeat: repeat-x;
            border-bottom: solid 3px #0080FF;
        }


/* End Navigation ////////////////////////////////////////////////////////////// */


.textwatermarkPassword {
    background-image: url(../images/Password.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #FFF;
    border: solid 1px #848484;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 3px;
    height: 15px;
    background-position: left center;
    vertical-align: middle;
    text-align: right;
    width: 135px;
}

.textwatermarkUserName {
    background-image: url(../images/UserName.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #FFF;
    border: solid 1px #848484;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 3px;
    height: 15px;
    background-position: left center;
    vertical-align: middle;
    text-align: right;
    width: 135px;
}

.logintext {
    background-repeat: no-repeat;
    background-color: #FFF;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    border: solid 1px #848484;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 7px;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    width: 127px;
}

.searchButton {
    font-size: 20px;
}

.searchText {
    color: #848484;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.watermarkText {
    color: #6E6E6E;
    font-family: Courier, Arial, Helvetica, sans-serif;
    font-size: 14px;
}


.title-heading {
    height: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    z-index: -99;
    line-height: 36px;
    padding: 0 0 0 5px;
}

.gvBorder tr td {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #8A0868;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    font-style: italic;
}

.roundedcategory {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #D8D8D8;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8A0868;
    padding: 10px 10px 10px 10px;
}

.roundedcategorywhite {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8A0868;
    padding: 10px 10px 10px 10px;
}

.categorywhite {
    background-color: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8A0868;
    padding: 5px 5px 5px 4px;
}

.categorygray {
    background-color: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: gray;
    padding: 5px 5px 5px 5px;
}


.categorygrayPtName {
    background-color: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #8A0868;
    padding: 5px 5px 5px 5px;
    float: left;
}

.roundedcategorygray {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #D8D8D8;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 1px 1px 1px 10px;
}

.roundedcategory1 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #D8D8D8;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8A0868;
    padding: 10px 10px 10px 10px;
    width: 250px;
}

/*.rounded_dropdown {
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 background-color: #D8D8D8;
	
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A0868;
	padding: 6px 5px 6px 5px; 
		
 }
 
 .rounded_dropdown_padd {
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 background-color: #D8D8D8;
	
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A0868;
	padding: 0 5px 3px 5px; 
		
 }*/

.space {
    width: 70px;
}

.commentHover {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #8A0868;
    width: 200px;
    height: 100px;
    padding: 5px 5px 3px 5px;
    /* -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;*/
    overflow: auto;
}

#commentsLabel {
    width: 600px;
    height: 70px;
    overflow: auto;
    overflow-x: hidden;
    /*padding: 10px 30px 10px 10px; 
	 margin:10px,10px,10px,10px;*/
}

.resizableContent {
    width: auto;
    word-wrap: break-word;
}

.resizableComments {
    width: 580px;
    word-wrap: break-word;
}

/*Start Right Blue Top bar*/

#topRightBar {
    top: 0;
    text-align: center;
    right: 2.5%;
    position: fixed;
    background-color: #59bee3;
    border-radius: 0 0 4px 4px;
    min-width: 0;
    /*border-bottom: 1px #848889 solid;
	border-left: 1px #848889 solid;
	box-shadow: 0 0 3px 1px #b5bcbf;*/
    z-index: 100;
}

@media screen and (max-width:1200px) {
    #topRightBar {
        right: 0;
    }

    #imgCareplan {
        top: 30px;
    }

    #PEPIDLogo {
        top: 17px;
    }

    #centeredmenu {
        margin-top: 50px;
    }
}

#barWelcome {
    display: block;
    float: left;  
    min-width: 150px;
}

.barIcon {
    display: block;
    float: left;
    margin: 5px 3px 5px 17px;
}

.hiddenButton {
    display: none;
}

.barImage {
    margin: 0 0 0 0;
    height: 16px;
    width: 16px;
}

.barText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    float: left;
    margin: 13px 20px 0 5px;
    color: white;
}

.barEntry {
    display: block;
    float: left;
}

.barEntryDark {
    background-color: #23A3D1;
}

    .barEntryDark:hover {
        background-color: #96D6ED;
        cursor: pointer;
    }

.barEntryDarker {
    background-color: #1B7A9D;
}

    .barEntryDarker:hover {
        background-color: #96D6ED;
        cursor: pointer;
    }

.barEntryDarkest {
    background-color: #125169;
}

    .barEntryDarkest:hover {
        background-color: #96D6ED;
        cursor: pointer;
    }

.custom-label img {
    position: relative;
    top: -12px;
}

.bolded {
    /*font: inherit;*/
    font-weight: bold;
}
/*End Right Blue Top bar*/


#centeredmenu {
    float: left;
    background: #fff;
    overflow: hidden;
    position: inherit;
    margin-top: 35px;
    font-size: 1.5em;
    background-color: #59bee3;
    border-radius: 4px 4px 0 0;
    min-width: 0;
    /*border-top: 1px #848889 solid;
	border-left: 1px #848889 solid;
	box-shadow: 0 0 3px 0 #b5bcbf;*/
}

    #centeredmenu ul {
        float: left;
        list-style: none;
        left: 296px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }

        #centeredmenu ul li {
            display: block;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            right: 50%;
        }

            #centeredmenu ul li a {
                display: block;
                margin: 0 0 0 0;
                padding: 3px 10px;
                background: #23A3D1;
                color: #FFF;
                text-decoration: none;
                line-height: 1.3em;
            }

                #centeredmenu ul li a:hover {
                    background: #369;
                    color: #fff;
                }

                #centeredmenu ul li a.active,
                #centeredmenu ul li a.active:hover {
                    color: #fff;
                    background: #125169;
                    font-weight: bold;
                }

.neck {
    margin: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: #125169;
    height: 5px;
    float: left;
}

body > table {
    width: 100%;
}


.debug {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.75;
    font-size: 22px;
    color: red;
    margin: 15px;
    animation: blinker 3s linear infinite;
    font-weight: 900;
    pointer-events: none;
}

@keyframes blinker {
    50% {
        opacity: .15;
    }
}

.subHeaderText {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
}
@media print {
    #topRightBar, .debug, #centeredmenu, .lblSave, .btn {
        display: none;
    }

    #container #content #main {
        width: 90%;
        margin: 0px;
        padding: 0px;
    }

    textarea, input {
        outline: none;
    }

    * {
        border: none;
        color: #000;
        background-color: #fff;
        @include box-shadow(none);
        @include text-shadow(none);
    }
}

.rightColumn{
    float:left;
    width:75%;
}

.subHeaderDropDown{
    width:250px;
    margin-top:5px;
    margin-right:8px;
}
