﻿
.colorAnnotationTab {
    background-color: #fffdb3;
    font-weight: 900;
}

a.colorAnnotationTab:visited {
    color: black !important;
}

a.colorAnnotationTab:active {
    color: black !important;
}

a.colorAnnotationTab:hover {
    color: black !important;
}

.s_legend {
    color: Black;
}
.ui-menu {
    width: 222px;
}

.indicator {
    color: Green;
}

.indicator_error {
    color: Red;
}

.dcn_upload {
    background-color: #dddddd;
    border-color: #fff;
}

.selected11 {
    background-color: Silver;
    border-radius: 4px;
}

.selected {
    color: white;
    background: url(/Areas/Common/Content/buttonBG.png) repeat-x;
    border-radius: 4px;
}

option.workflow {
    font-weight: bold;
    color: Navy;
}

option.group {
    color: Green;
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
    margin-left: 20px;
}

option.queue {
    color: Black;
    padding-left: 20px;
    margin-left: 40px;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}


.critical_date {
    background-color: Red;
    color: White;
}

.warning_date {
    background-color: Yellow;
}

a.topbar:visited {
    color: black !important;
}

a.topbar:link {
    color: black !important;
}

a.topbar:active {
    color: black !important;
}

a.topbar:hover {
    color: black !important;
}

a.topbar-logon:visited {
    color: white !important;
}

a.topbar-logon:link {
    color: white !important;
}

a.topbar-logon:active {
    color: white !important;
}

a.topbar-logon:hover {
    color: white !important;
}





a.logbar:visited {
    color: black !important;
    text-decoration: none;
}

a.logbar:link {
    color: White !important;
    text-decoration: underline;
}

a.logbar:active {
    color: White !important;
    text-decoration: underline;
}

a.logbar:hover {
    color: White !important;
    text-decoration: underline;
}

.document_path {
    background-color: #ffffff;
    background-image: none;
}

.total_row {
    background-color: navy !important;
    color: White !important;
    font-weight: normal !important;
}

table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown {
    background-color: gray !important;
}

.simple_date {
    width: 100px !important;
}

.validation-summary-errors {
    color: maroon;
}

.copyright {
    font-size: 10pt;
    font-style: italic;
    color: Navy;
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    right: 0px;
    margin-right: 10px;
}

.field-validation-error {
    color: maroon;
}

.validation-summary-errors {
    font-weight: bold;
    color: maroon;
}

.input-validation-error {
    border: 1px solid;
    background-color: #ffeeee;
}


/* ----------------------------------------------------------*/
/* Menu - Navigation */
/* ----------------------------------------------------------*/
.navTable {
    width: 100%;
    color: black;
    padding: 0px;
    border: none;
}

#navBar {
    margin-top: 0px;
    height: 37px;
    background: #32343a;
    text-align: left;
    text-align: left;
    vertical-align: top;
    float: left;
}

#navContainer {
    padding-top: 8px;
    padding-left: 0px;
    height: 38px;
    /*background:url(/Content/mainBG.png) repeat-x;*/
    /*border:thin solid #ddd; /*#32343a;*/
    /*background:url(/Content/gradient.png) repeat-x;*/
    background-color: #90b5be;
    /*border:thin solid #32343a;*/
}



#navContainer li a {
    text-decoration: none;
    color: white;
    display: block;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    height: 22px;
    background: none;
    background-color: darkslategray;
    border-right: thin solid #32343a;
    border-bottom: thin solid #32343a;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 12px;
}

#navContainer li:hover {
    background-color: black;
    border-radius: 5px;
}

#navContainer li a:hover {
    /*background:url(/Areas/Common/Content/buttonFloatRightLight.png?v2.0) no-repeat left top;*/
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
