/* --------------------------------------- */
/* General Styles                          */

/* Text Color */
h1, h2, h3, h4, h5, h6, strong {
}

/* --------------------------------------- */
/* Sizing                                  */
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

/* --------------------------------------- */
/* Links                                   */
a {
	color: #0000FF;
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

/* --------------------------------------- */
/* Content Panel                           */
h1.pageTitle {
	margin: 0 0 0.50em 0;
}
h1.pageTitle .highLight {
    margin-left: 1.00em;
    font-style: normal;
    font-weight: normal;
    font-size: 1.00em;
    background-color: #999999;
    color: #FFFFFF;
    padding: 2px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
h2.pageSubTitle {
    margin: 1.00em 0 1.50em 0;
}
h2.pageSubTitle small {
    font-weight: normal;
}

.pageTitlePanel {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}
.pageTitlePanel h1.pageTitle {
    display: inline-block;
    margin: 0 20px 0 0;
}
.pageTitlePanel h1.pageTitle + p {
    margin-top: 20px;
}

.pageTitlePanel a.inlineBoxy {
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
}
.pageTitlePanel a.inlineBoxy:hover {
    color: white;
    background-color: gray;
}
.pageTitlePanel a.inlineBoxy.redAlert {
    float: right;
    background-color: #FF0000;
    color: #FFFFFF;
    margin-right: 0;
}

.pageTitlePanel h6 {
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pageTitlePanel.pagePreview h6 {
    margin-bottom: 0;
}

p {
	margin: 0 0 1.00em 0;
    line-height: 1.50;
    width: auto;
}
p.bio {
    overflow: auto;
    margin: 1.00em 2.00em 2.00em 2.00em;
}

.highLightPanel {
    background-color: #FFFFFF;
    margin: 1.00em 0;
    padding: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    white-space: nowrap;
}
.highLightPanel p {
    line-height: 1.5;
}
.highLightPanel ul {
    line-height: 2.0;
    list-style-type: none;
}
.highLightPanel ul li {
    display: inline-block;
}
.highLightPanel ul li:first-child {
    list-style-type: none;
    margin-left: 0;
}
.highLightPanel h4 {
    margin: 0 0 1.00em 0;
    line-height: 1.5;
}
.highLightPanel a {
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
}
.highLightPanel a.current {
    color: #000000;
    background-color: #C8C8C8;
    text-decoration: none;
    border: 1px solid #C8C8C8;
}
.highLightPanel ul a {
    padding: 0 5px;
}
.highLightPanel .button,.highLightPanel .inlineBoxy {
    margin-left: 0;
    box-sizing: border-box;
    vertical-align: top;
}
.highLightPanel .button.wide {
    width: 12em;
}
.highLightPanel .is_active {
    background-color: yellow;
}

.tool_assignment_form {
    display: inline;
    vertical-align: middle;
}
.tool_assignment_form input.mini-button[type="submit"] {
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px 5px 5px;
} 

.highLightPanel select, .highLightPanel input[type="text"] {
    padding: 4px;
}
.highLightPanel select {
    max-width: 350px;
}
.highLightPanel input[type="submit"] {
    margin: 0 5px 5px 5px;
}
.highLightPanel input[type="submit"]:first-child {
    margin-left: 0;
}

.highLightPanelTable {
    display: table;
    width: auto;
    margin-bottom: 1.00em;
}
.highLightPanelTable .highLightPanel {
    display: table-cell;
    vertical-align: top;
}
.highLightPanelTable .spacer {
    display: table-cell;
    width: 10px;
}
.highLightPanel .portal-header {
    margin: 0 0 0 0;
    padding: 0;
    border: none;
}
.highLightPanel a.inlineBoxy {
    text-decoration: none;
    color: blue;
    font-size: 1.35em;
    line-height: 1.25;
    border: none;
}
.highLightPanel.canHover {
    padding: 0;
}
.highLightPanel.canHover a.inlineBoxy {
    display: block;
    padding: 10px;
}
.highLightPanel.canHover:hover a.inlineBoxy {
    color: #666666;
    background-color: transparent;
}
.highLightPanel.canHover:hover {
    background-color: #F0F0F0;
}
.highLightPanel b {
    font-weight: normal;
    font-size: 1.25em;
    color: gray;
}

p.warn {
    display: inline-block;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}
p.warn .warn {
    color: red;
}

.form_updated {
    background-color: #00FF00;
    margin: 1.00em 0;
    padding: 10px;
    border: 1px solid #C8C8C8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.form_updated p {
    margin: 0.50em 0;
}

b.TM {
    color: #E9640D;
    font-style: italic;
}

h2 {
    margin: 2.00em 0 1.00em 0;
}
h3 {
    color: #FF6600;
    margin: 2.00em 0 0.50em 0;
}
h4 {
    margin: 2.00em 0 0.50em 0;
}

h6.warning {
    text-align: center;
    color: red;
    font-size: 1.10em;
    margin: 1.00em 0;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid red;
}
div.warning {
    text-align: center;
    font-size: 1.10em;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 5px solid red;
}
div.warning .button.save_all_data {
    margin: 0;
}

ul.plainList {

}
ul.plainList li {
    margin: 1.00em 0;
}

a.boxy {
    padding: 5px;
}
a.boxy:hover {
    text-decoration: none;
    color: white;
    background-color: gray;
}

dl dt {
    font-size: 100%;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.25em;
}
dl dd {
    margin-bottom: 1.50em;
    margin-left: 0.50em;
    width: 75%;
    line-height: 1.25;
}

ol {
    margin: 1.00em 1.00em;
    list-style-type: disc;
}
ol li {
    line-height: 2.00;
    margin-left: 1.00em;
}

/* --------------------------------------- */
/* Footer Panel                            */
#footer-panel .copyright {
	padding: 1.00em 0;
	text-align: center;
}
#footer-panel .contactInfo {
	float: left;
	width: 40%;
	margin: 0;
	line-height: 1.50;
}
#footer-panel .logoImg {
	float: right;
	width: 40%;
	margin: 0;
	text-align: right;
}

/* --------------------------------------- */
/* Image Placement                         */
.imgTopRight {
	float: right;
	padding: 0 0 10px 10px;
}

/* --------------------------------------- */
/* Sign-In Page                            */
.twoColPanel {
    width: 100%;
}
.twoColPanel td {
    vertical-align: top;
}
.twoColPanel td.col1 {
    width: 45%;
    padding-left: 2.00em;
}
.twoColPanel td.col2 {
    width: auto;
}
.loginPanel {
}
.loginPanel p {
    width: auto;
}

.notePanel {
    background-color: #FFFFFF;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.notePanel h2 {
    margin: 1.00em 0 1.00em 0;
}
.notePanel h2 small {
    font-size: 0.75em;
    color: gray;
}
.notePanel h2 code {
    font-size: 1.00em;
    font-weight: normal;
}
.notePanel h4 {
    font-size: 1.00em;
    margin: 1.00em 0 1.00em 0;
}
.notePanel h4 small {
    font-size: 0.75em;
}

.notePanel .links {
    padding: 2.00em 0;
    text-align: center;
}
.notePanel a.inlineBoxy {
    margin: 0 1.00em;
    padding: 10px;
    text-decoration: none;
    background-color: #f2711d;
    color: #FFFFFF;
    font-size: 1.25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.notePanel a.inlineBoxy:hover {
    color: white;
    background-color: gray;
}
.notePanel a.inlineShortBoxy {
    margin: 0;
    padding: 2px 4px;
    text-decoration: none;
    background-color: #f2711d;
    color: #FFFFFF;
    font-size: 1.00em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.notePanel a.inlineShortBoxy:hover {
    color: white;
    background-color: gray;
}

.helpBoard {
    margin: 1.00em 0;
    padding: 10px;
    background-color: #FFFFFF;
    border: 2px solid #f2711d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.helpBoard h2 {
    margin: 0 0 1.00em 0;
}

.helpBoard dt {
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    clear: both;
}
.helpBoard dt:hover {
    background-color: #333333;
    color: #FFFFFF;
}
.helpBoard dd {
    clear: both;
}

/* --------------------------------------- */
/* Controls                                */
.openCloseButton {
	color: blue;
	cursor: pointer;
	margin: 1.00em 0;
}
.hoverDeco {
	background-color: lightgray;
}

p.error {
    border: 4px solid red;
    color: red;
    font-size: 2.00em;
    padding: 1.00em;
    margin: 4.00em;
}
p.error-small-block {
    border: 4px solid red;
    color: red;
    font-size: 2.00em;
    padding: 0.50em;
    margin: 0.00em;
    text-align: center;
    line-height: 1.0;
}
p.error.sm {
    font-size: 1.00em;
}
div.error.inline {
    display: inline-block;
    background-color: transparent;
    height: min-content;
    margin: 0;
    padding: 5px 0 0 0;
}
div.error.inline p {
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
p.small-error {
    display: inline-block;
    background-color: red;
    color: white;
    font-size: 1.00em;
    padding: 0 5px;
    margin: 0.00em;
}

.errMsgBox {
    border: 2px solid red;
    border-width: 8px;
    background-color: #FFFFFF;
    color: black;
    padding: 0.50em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    width: 19.5em;
    margin-bottom: 2.00em;
}
.errMsgBox.wide {
    width: auto;
}
.errMsgBox.wide-shrink {
    width: auto;
    display: table;
}
.errMsgBox h2 {
    margin: 0 0 0.50em 0;
    color: red;
    font-size: 1.50em;
    font-weight: normal;
}
.errMsgBox p {
    margin: 0.50em 0;
    width: auto;
}

.helpMsgBox {
    border: 2px solid #F2711D;
    background-color: #FFFFFF;
    color: black;
    padding: 0.50em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 19.5em;
    margin-top: 4.00em;
}
.helpMsgBox h2 {
    margin: 0 0 0.50em 0;
    color: #BF530B;
    font-size: 1.25em;
    font-weight: bold;
}
.helpMsgBox p {
    margin: 0.50em 0;
    width: auto;
}
.id-tag {
    margin-right: 1.00em;
    cursor: pointer;
    font-size: 0.80em;
    font-weight: bold;
    color: #444444;
    background-color: #CCCCCC;
}

cite.id {
    display: inline-block;
    font-family: monospace;
    font-style: normal;
    font-size: 1.00em;
    margin-right: 10px;
}
cite.count {
    display: inline-block;
    margin-left: 1.0em;
    font-family: monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
}

.code-label {
    margin: 0.50em 0;
    font-family: Courier, monospace;
    font-size: 0.90em;
}

.content abbr.plain {
    display: inline;
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
}
.content abbr.plain.pointer {
    cursor: help;
}

.content abbr {
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #333333;
    color: #DDDDDD;
    font-size: 1.2em;
}
.content abbr.true {
    background-color: green;
    color: white;
}
.content abbr.false {
    background-color: red;
    color: white;
}
.content abbr.default-password {
    background-color: yellow;
    color: #333;
}
.content abbr.search {
    background-color: gold;
    color: #333;
}
.content abbr.user-agent {
    background-color: skyblue;
    color: #333;
}
.content abbr.new {
    background-color: lime;
    color: black;
}
.content abbr.in-progress {
    background-color: yellow;
    color: black;
}
.content abbr.info {
    display: inline-block;
    margin: 0;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: transparent;
    color: #0000FF;
    font-size: 2.0em;
    vertical-align: middle;
}
.content abbr.info:hover {
    color: white;
    background-color: gray;
}
.content abbr.info.error-flag {
    color: #FF0000;
}
.content abbr.info.error-flag:hover {
    color: white;
    background-color: gray;
}
.content abbr.info.error-flag .alt {
    color: #215E21;
}
.content abbr.info.error-flag:hover .alt {
}

.content abbr.info:hover .alt {
    color: white;
}
.content abbr.info .alt {
    color: orange;
}

.content abbr.info:hover .missing {
    color: white;
}
.content abbr.info .missing {
    color: #FF0000;
}

.content abbr.info:hover .single {
    color: white;
}
.content abbr.info .single {
    color: #0000FF;
    font-size: 0.80em;
}
.content abbr.info:hover .multi {
    color: white;
}
.content abbr.info .multi {
    color: #0000FF;
    font-size: 0.80em;
}

.content abbr.info .default {
    color: gray;
}

.content abbr.toggle {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    color: blue;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.content abbr.toggle span {
    display: none;
}
.content abbr.toggle.long {
    display: block;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    height: auto;
}
.content abbr.toggle.long span {
    display: inline;
}

.content small.status-label {
    display: inline-block;
    padding: 2px;
    margin-top: 4px;
    background-color: #FFFFFF;
    color: #880000;
}
.no-wrap {
    white-space: nowrap;
}

.content .scas-toggle abbr {
    display: inline-block;
    width: 2.00em;
    text-align: center;
    margin: 0 0 0 0;
    padding: 2px 4px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 1.0em;
    font-weight: normal;
    cursor: pointer;
}
.content .scas-toggle abbr:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.content .scas-toggle .reassign {
    display: none;
}
.content .scas-toggle.highLight abbr {
    background-color: #FFFF00;
    color: #000000;
}
.content .scas-toggle.highLight abbr:hover {
    background-color: #EEEE00;
    color: #000000;
}
.content .scas-toggle.highLight .unassign {
    display: none;
}
.content .scas-toggle.highLight .reassign {
    display: inline-block;
}

.assignment-status {
    color: green;
    display: inline-block;
    vertical-align: bottom;
    font-size: 25px;
    width: 25px;
    height: 25px;
}
.assignment-status i {
    display: none;
}
.assignment-status.show i {
    display: inline;
}

.assignment-status svg {
    display: none;
}
.assignment-status.show svg {
    display: inline;
}

.update_custom_external_id_form .assignment-status.show i {
    display: inline;
    margin-left: 10px;
}

.portal-header, .portal-year-filter {
    background-color: #FFFFFF;
    border: 1px solid gray;
    padding: 10px;
    margin: 0 0 1.00em 0;
    border-radius: 10px;
}
.portal-header em {
    background-color: yellow;
    font-style: normal;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
.portal-notice {
    background-color: lightgreen;
    border: 1px solid green;
    padding: 10px;
    margin: 0 10px 1.00em 10px;
    border-radius: 10px;
}

.portal-year-filter  a {
    display: inline-block;
    background-color: #CCCCCC;
    border: 1px solid #A0A0A0;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
    text-decoration: none;
}
.portal-year-filter a.active {
    background-color: #FFFFFF;
}
.portal-year-filter a:hover:not(.active) {
    background-color: #FFF68F;
}

#list_table tr.pending td {
    background-color: #FFF68F;
}
.keep-inline {
    white-space: nowrap;
}

.button.sideshow {
    visibility: hidden;
}
tr:hover .button.sideshow {
    visibility: visible;
}

.rsm {
    border: 2px solid red;
    border-radius: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    color: red;
    font-weight: bold;
    display: inline-block;
}

.highslide-heading b {
    color: blue;
    font-size: 1.25em;
}

.error-message-list {
    list-style-type: disc;
    margin: 1.00em 0 2.00em 1.00em;
}
.error-message-list li {
    margin: 1.00em;
}

.pop-panel {
    position: relative;
    text-align: left;
}
.pop-panel .pop-up {
    display: none;
    width: 400px;
    white-space: normal;
    position: absolute;
    top: 10px;
    right: 50%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #215E21;
    background-color: rgba(255,255,255,0.95);
    z-index: 10;
}
.pop-up .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.pop-panel.show .pop-up {
    display: block;
    z-index: 20;
}
.w80 {
    width: 80px;
}
table tr .text-center {
    text-align: center;
}

ol.number-list {
    list-style-type: decimal;
    margin: 2.00em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: inline-block;
}
ol.number-list li {
    margin-left: 3.00em;
    margin-right: 2.00em;
}

.c2 sup {
    margin-left: 2px;
    vertical-align: super;
    font-weight: bold;
    font-size:1.00em;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
}
.err_msg {
    color: red;
    background-color: yellow;
}
.no_value_msg {
    color: #66666;
    background-color: #F0F0F0;
}

b.green-icon {
    font-size: 1.50em;
    color: green;
}
b.red-icon {
    font-size: 1.50em;
    color: red;
}

.generateDataFileMsg {
    margin: 0 0 10px 0;
    padding: 0 10px;
    display: none;
}
.generateDataFileMsg.show {
    margin: 0 0 10px 1.0em;
    display: block;
}
.highLightPanel .generateDataFileMsg b {
    font-size: 1.00em;
    color: blue;
}
.highLightPanel .generateDataFileMsg a {
    font-size: 1.00em;
    display: inline-block;
    padding: 4px;
    border: none;
}
.highLightPanel .generateDataFileMsg a:hover {
    color: #FFFFFF;
    background-color: #4444FF;
    text-decoration: none;
}
.usePleaseWait .pleaseWaitMsg {
    margin: 10px 0 0 1.0em;
    display: none;
}
.usePleaseWait .pleaseWaitMsg b {
    font-size: 1.00em;
    color: #0000FF;
}
.usePleaseWait .pleaseWaitMsg.show {
    display: block;
}
.usePleaseWait .pleaseWaitMsg.show.inline {
    display: inline-block;
}

.largeCheckBox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
.largeCheckBox:hover {
    background-color: #FFFF00;
}
.largeCheckBox input {
    transform: scale(1.00);
}

.sort-controls {
    overflow: auto;
    min-height: 2.5em;
    white-space: nowrap;
    padding-right: 65px;
    position: relative;
}
.sort-controls .sort-wrap {
    position: absolute;
    right: 0;
}
.sort_up, .sort_down {
    font-size: 2.0em;
    margin-right: 10px;
    cursor: pointer;
    color: #999999;
    font-weight: normal;
}
.sort_up:hover, .sort_down:hover {
    color: #0000FF;
}

tr:first-child .sort_up {
    display: none;
}
tr:last-child .sort_down {
    display: none;
}
.center-text {
    font-family: monospace;
    font-style: normal;
    text-align: center;
}
.moved, .button.moved {
    background-color: #FFFF66;
}
.small-fixed-text {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-family: monospace;
    font-style: normal;
    color: #666666;
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 4px;
}
.bg-0 {
    background-color: #FFFFFF;
}
.bg-1 {
    background-color: #FFFF00;
}
.bg-2 {
    background-color: #00FF00;
}
.bg-3 {
    background-color: #FFFFFF;
}
.bg-4 {
    background-color: #CCCCFF;
}

.sort-order-form {
}
.sort-order {
}

.indenter.level1 {
    margin-left: 0em;
}
.indenter.level2 {
    margin-left: 2em;
}
.indenter.level3 {
    margin-left: 4em;
}
.indenter.level4 {
    margin-left: 6em;
}
.indenter.level5 {
    margin-left: 8em;
}
.indenter.level6 {
    margin-left: 10em;
}

.content-panel-white {
    background-color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0;
}
.content-panel-white h1 {
    margin: 1.0em 0;
}
.content-panel-white h1.no-margins {
    margin: 0;
}
.content-panel-white h1.pageTitle {
    margin: 0 0 0.50em 0;
}
.content-panel-white p {
    margin: 0 0 2.00em 0;
}
.content-panel-white ol {
    list-style-type: decimal;
}
.content-panel-white ol li {
    margin: 1.5em 2.00em;
}

.input-filter-panel {
    margin-bottom: 25px;
}
.input-filter-panel select {
    max-width: 225px;
}

.inlineID i {
    color: blue;
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.inlineID svg {
    color: blue;
}

label.check-label {

}
label.check-label.active {
    color: blue;
}
.file-progress-bar {
    width: 200px;
    word-break: break-all;
}

/* Moved from AWD_additional.css by Marc Audet 2019-01-08 */
.notification_message .message {
    background-color: lightgray;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid white;
}
.notification_message .message.success_message {
    background-color: lightgreen;
}
.notification_message .message.error_message {
    background-color: lightcoral;
}

.tag-imported {
    font-style: normal;
    color: green;
}
.tag-imported svg {
}
