/**
 * Basic XRMS theme
 *
 * This style sheet overlays the default XRMS sheets:
 *    rmsstyle.css, rmsstyle-ie.css (if IE), and rmsstyle-screen.css
 *
 * It is used with screen media only.
 */

/** Include the Calendar widget CSS **/
@import url(../../js/jscalendar/calendar-blue.css);

/** ----------
 * LAYOUT ADJUSTMENTS - to accomodate new font dimentions
 */
#loginbar {
    top: 4px;
    right: 4px;
}
#Main #Sidebar {
    margin: 0px;
}
/** ----------
 * FOREGROUND COLORS - black by default (body)
 */
#navline,
#navline a {
    color: #e1e1e1;
    font-weight: bold;
}
#navline a:hover {
    color: rgb(240,184,47);
}
/**
 * default font settings for entire document
 */
body {
    margin: 4px; /* Takes the pressure off the sides, easier on the eyes with some margin */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/** ----------
 * FOREGROUND COLORS - black by default (body)
 */
body {
    color: #000;
}
table.widget td {
    color: #999;
}
table.widget .sublabel {
    color: #999;
}
#loginbar,
#loginbar a {
    color: gray;
}
#page_header,
table.widget .widget_header,
/*table.widget .overdue_activity,*/
table.widget .non_uploaded_file  {
  color: #000;
}
table.widget .widget_content_graph {
  color: #fff;
}
/** -------
 * FONT/TEXT SETTINGS
 */

/**
 * Override XRMS font, margin, and padding adjustments for
 * better display on screen
 */
#page_header {
    font-size: 12px;
    color: #073771;
}
#loginbar {
    font-size: 12px;
}
#msg,
#loginbar,
#navline,
#vacation_msg,
input,
input.button,
select,
tetarea,
ul.mktree li,
ul.mktree li ul li,
table.widget .small,
table.widget .open_activity,
table.widget .closed_activity,
table.widget .overdue_activity,
table.widget .scheduled_activity,
table.widget .widget_label,
table.widget .widget_label_right,
table.widget .widget_label_center,
table.widget .widget_content,
table.widget .widget_content_center,
table.widget .widget_content_alt,
table.widget .widget_content_alt2,
table.widget .widget_content_green,
table.widget .widget_content_yellow,
table.widget .widget_content_red,
table.widget .widget_content_form_element,
table.widget .widget_content_form_element_center,
table.widget input.button {
    font-size: 11px;
}
#navline {
    color: #fff;
}
#Sidebar table.widget {
    font-size: 10px;
}
/* reset to medium, they're covered by #Sidebar table.widget */
#Sidebar table.widget .widget_header {
    font-size: 11px;
}
#Sidebar input,
#Sidebar input.button,
ul.mktree li ul li ul li,
ul.mktree li ul li ul li ul li,
ul.mktree li ul li ul li ul li ul li,
#Sidebar table.widget .small,
#Sidebar table.widget .widget_label,
#Sidebar table.widget .widget_label_right,
#Sidebar table.widget .widget_label_center,
#Sidebar table.widget .widget_content_form_element,
#Sidebar table.widget .widget_content_form_element_center {
    font-size: 10px;
}

input.button {
    color: #073771;
    font-size: 9px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    padding: 7px 8px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #000000;
    cursor: pointer;
}

.btn:hover {
    box-shadow: 1px 1px 8px 6px #ccc;
}

.btn-primary {
    background: #616dc7;
    color: #fff;
}

input.button:hover {
    color: rgb(240,184,47);
}
table.widget td {
    color: #333;
}

/** Trident specific bolding of top li in an mktree view **/
ul.mktree li {
    font-weight: bold;
}
li a.liSelected {
    font-size: 12px;
    font-weight: bold;
    color: rgb(240,184,47);
}
ul.mktree li.liOpen    .bullet { background: url(../../img/minus-basic.png)  center left no-repeat; }
ul.mktree li.liClosed  .bullet { background: url(../../img/plus-basic.png)   center left no-repeat; }
ul.mktree li.liBullet  .bullet { background: url(../../img/bullet-basic.png) center left no-repeat; }

/** --------
 * ANCHOR TAGS - colors/decorations
 */
a {
    text-decoration: underline;
    color: #073771;
}
a:hover {
    text-decoration: underline;
    color: rgb(240,184,47);
}
a:link {
    text-decoration: underline;
}


/** --------
 * BACKGROUND COLORS - light gray by default (body)
 */
body {
    background-color: #ffffff;
}
table.widget {
    background-color: #e1e1e1; /* Affects lines in tables */
}
input.button {
    background-color: #e2e2e2;
}
table.widget th,
table.widget td {
    background-color: #f1f1f1; /* Affects cell color across tables */
}
table.widget .widget_content_alt, .widget_content_graph,
table.widget .widget_content_market2 {
    background-color: #fff;
    color: #000;
}
table.widget .widget_content {
    background-color: #f1f1f1;
    color: #000;
}
table.widget .widget_content_alt {
    background-color: #fff;
    color: #000;
}
table.widget .widget_content_alt2 {
    background-color: #fff;
    color: #000;
}
table.widget .widget_content_green {
    background-color: #C1FFC1;
    color: #000;
}
table.widget .widget_content_yellow {
    background-color: #F7FFAE;
    color: #000;
}
table.widget .widget_content_red {
    background-color: #FFE0E0;
    color: #000;
}
table.widget .closed_activity {
    color: #666;
}
table.widget .scheduled_activity {
/*     background-color: #eef; */
}
table.widget  {
    background-color: #bbb;
}
table.widget .non_uploaded_file,
table.widget .overdue_activity {
    color: #990000;  /* text color for identifying overdue items */
                     /* #900; is dark red */
}
table.widget .widget_header,
table.widget .widget_label {
    background-color: #e8e8e8; /* Principal color setting */
}
/** -------
 * BACKGROUND/BORDER SETTINGS
 * Specified URIs are relative to the stylesheet, not the loaded page
 */
#navline {
    background-color: #073771; /* Principal color setting */
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}
#page_header {
    border: none;
    background-color: #fff;
    /* line-height: 15px; */
}
#msg {
    background-color: #ffff99;
    border: 1px solid #ddd;
}
#vacation_msg {
    background-color: red;
    color: #ffffff;
    font-size: 26px;
}
input.button {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}
table.widget {
/*     border: 1px solid #ddd; */
}

/**
 * PADDING and MARGINS
 */
table {
    border-spacing: 1px;
}
table.widget td {
    padding: 3px; /* use whitespace as separator */
}
#page_header {
    padding-top: 55px;
    padding-left: 8px;
    margin: 0px;
}
table.widget .widget_header {
    padding: 3px;
}
table.widget .widget_label {
    text-align: center;
    padding: 1px 1px 1px 1px;
}
input.button {
    margin: 3px 2px;
    padding: 1px;
}
#navline {
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 6px 0px; /* space below nav bar */
}
form,
img,
input,
select,
tetarea {
    margin: 3px;
}
table.widget_content {
    margin: 2px;
}
table.widget .widget_content_graph table {
    margin: 4px auto 4px auto;
}
table.widget .sublabel {
    padding-right: 4px;
}
#msg {
    padding: 6px 4px;
    margin: 4px;
}
#vacation_msg {
    padding: 6px 4px;
    margin: 4px;
}
#Main,
#Sidebar {
    padding-top: 4px;
}




.overdue_activity a {
    color: #990000; /* should match the color for overdue_activity above */
}
.closed_activity a {
    color: #666; /* grey links for closed activities, matches closed_activity above */
}
.overdue_activity a:hover, .closed_activity a:hover {
    color: rgb(240,184,47); /* grey links for closed activities, matches closed_activity above */
}
.non_uploaded_file a {
    color: #990000; /* should match the color for non_uploaded_file above */
}

#PagerRestore {
    padding: 8px 0 0 0;
    background-image: url(../../img/pagerRestoreDark.png);
}
#PagerMaximize {
    padding: 8px 0 0 0;
    background-image: url(../../img/pagerMaximizeDark.png);
}
#PagerRefresh {
    padding: 8px 0 0 0;
    background-image: url(../../img/pagerRefreshDark.png);
}

.widget select {
    visibility: visible !important;
}
.activity_bg_green{
    background-color: #00F088 !important;
}
.activity_bg_red{
    background-color: #F26767 !important;
}
.activity_bg_orange{
    background-color: orange !important;
}
.activity_bg_yellow{
    background-color: yellow !important;
}

.table {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    font-size: 1rem;
    line-height: 1.5;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: inherit;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table td {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-container {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}


.missing-field {
    border: 2px solid #d50f0f;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.text-black {
    color: #111;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.pointer-cursor {
    cursor: pointer;
}

.text-success {
    color: #669900;
}

.text-warning {
    color: #cc6600;
}

.text-danger {
    color: #cc3300;
}

.text-info {
    color: #24609f;
}

.label {
    padding: 3px 8px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
}

a.label{
    text-decoration: none !important;
}

a.label:hover{
    color: #eee;
}

.label-success {
    background-color: #087418 !important;
}

.label-warning {
    background-color: #cc6600 !important;
}

.label-info {
    background-color: #76baef !important;
    color: #111;
}

.label-primary {
    background-color: #114166 !important;
}

.label-danger {
    background-color: #cc3300 !important;
}

/* Margin and padding helper classes */

/* Margin */
.m-0 { margin: 0; }
.m-5 { margin: 5px; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.ml-0 { margin-left: 0; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mr-0 { margin-right: 0; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }

/* Padding */
.p-0 { padding: 0; }
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.pt-0 { padding-top: 0; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-0 { padding-bottom: 0; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pl-0 { padding-left: 0; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pr-0 { padding-right: 0; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }