/* **************************************
 * General Layout Specifications
 */

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica";
  overflow: hidden;
  color: #333;
  background: url('images/bm_page_bg.gif') repeat scroll 0 0 transparent;
}

.pre {
  white-space: pre-line;
}

#page_container pre {
  margin: 0;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

#page_container pre.wrapped,
#overlayContentAreaWrapper pre.wrapped {
  white-space: pre-wrap;
}

#page_container_outer {
  width: 100%;
  height: 100%;
}

#page_container {
  margin: 0px 8px 0;
}

#page_container #header {
  padding-top: 4px;
  height: 55px;
  position: relative;
}

#page_container #mainbody {
  background-color: white;
  border: 2px solid black;
  font-family: arial;
  overflow-y: hidden;
  overflow-x: hidden;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -moz-border-radius-top-left: 17px;
  -moz-border-radius-top-right: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
}

#page_container #footer {
  height: 14px;
  color: #666666;
  font-size: 8pt;
  text-align: center;
}

/*
 * General Layout Specifications End
 ************************************** */


/* **************************************
 * Login Status Styles
 */
span.loginStatus {
  font-size: 12px;
}

/*
 * Login Status Styles End
 ************************************** */


/* **************************************
 * Menu Layout & Styles
 */

/*
 * Menu Layout & Styles end
 ************************************** */


/* **************************************
 * Full Content Area Styles
 */
div#fullContentArea {
  overflow-y: auto;
}

h2.fullContentArea {
  background-color: #333;
  color: white;
  height: 35px;
  white-space: nowrap;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-top-left: 15px;
  -moz-border-radius-top-right: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  padding-left: 15px;
}

h2.fullContentArea .extraLinks {
  float: right;
  padding-right: 5px;
}

h2.fullContentArea .extraLinks button,
h2.fullContentArea .extraLinks a {
  font-size: 13px;
  border: none;
  background: none;
  color: white;
  text-decoration: none;
  ;
}

h2.fullContentArea .extraLinks button:hover,
h2.fullContentArea .extraLinks a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #D8E3F5;
}

h2.fullContentArea .extraLinks i {
  padding-right: 3px;
}

/*
 * Full Content Area Styles end
 ************************************** */


/* **************************************
 * Link Styles
 */
a {
  outline: none;
  text-decoration: none;
}

a.generalLink:hover {
  color: orange;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

a.generalLink {
  color: blue;
  cursor: pointer;
  font-weight: bold;
}

div#headerMenu li.top a {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  color: #111;
  padding: 0 0 0 15px;
}

div#headerMenu li.top a img {
  border: none;
}

a button {
  cursor: pointer;
  text-decoration: none;
}

input[type='submit'] {
  cursor: pointer;
  text-decoration: none;
}

a.button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  font-size: 11px;
  padding: 2px 6px 3px;
}

a.button * {
  vertical-align: middle;
}

ul.tab-headers li.disabled a {
  cursor: not-allowed;
  color: #333;
  background-color: #AAA;

}

a[disabled='disabled'] {
  cursor: not-allowed !important;
}

a[disabled='disabled']:hover {
  cursor: not-allowed !important;
  color: #AAA !important;
  text-decoration: none !important;
}

.download-button {
  padding: 3px;
  background: #2865b1;
  color: white !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.download-button:hover {
  background: #00327E;
  text-decoration: none !important;
}

/*
 * Link Styles End
 ************************************** */


/* **************************************
 * Overlay Styles
 */
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
  z-index: 9999;
}

#timeoutOverlay,
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 128, 144, 0.6);
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
  z-index: 9999;
}

#lightbox {
  position: absolute;
  background: #fff;
  display: none;
  z-index: 10000;
  border: 3px solid black;
  overflow-x: hidden;
  overflow-y: hidden;
}

#lightbox.loading {
  background: #fff url('../images/logos/loading-lightbox-demo.gif') no-repeat 50% 50%;
}

#lightbox a.close {
  color: white;
  position: absolute;
  right: 8px;
  top: 4px;
  display: block;
  font-size: 10px;
  z-index: 5;
}

#lightbox span.extraLinks {
  color: white;
  position: absolute;
  right: 35px;
  top: 4px;
  display: block;
  font-size: 10px;
  z-index: 5;
  white-space: nowrap;
  font-family: "Verdana", "Sans", "Arial", "Helvetica";
}

#lightbox span.extraLinks a {
  color: white;
  font-size: 14px;
}

#lightbox span.extraLinks a:hover {
  cursor: pointer;
  color: #FC7A16;
}

.lightbox-lease-schedule-due-dates {
  overflow-y: auto !important;
}

#overlayContentArea {
  position: relative;
  padding: 1px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#ui-datepicker-div {
  z-index: 30000;
}

h2.overlayContentArea {
  background-color: #333;
  color: white;
  height: 30px;
  white-space: nowrap;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}

h2.overlayContentArea a {
  color: white;
  text-decoration: none;
}

h2.overlayContentArea a:hover {
  text-decoration: underline;
}

/*
 * Overlay Styles End
 ************************************** */


/* **************************************
 * List Table Styles
 */
.listTable {
  width: 100%;
}

.listTable thead tr {
  height: 15px;
  position: relative;
}

.listTable tbody {
  overflow: auto;
  overflow-x: hidden;
}

.listTable tbody tr {
  height: auto;
}

.listTable tbody td select {
  width: 99%;
}

.listTable tbody tr td:last-child {
  padding-right: 20px;
}

.searchFormTable {
  font-size: 12px;
}

/************
 * wrap stuff .. cathal
 ***********/
.listTable td.managementInfo {
  white-space: normal;
}

table.listTable {
  font-size: 12px;
}

table.listTable th {
  color: white;
  background-color: #000066;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #000066;
  font-family: verdana, ariel;
  overflow-x: hidden;
  white-space: nowrap;
}

table.listTable tr.lightBlue td {
  background-color: #D8E3F5;
  font-size: 12px;
}

.lightBlue {
  background-color: #D8E3F5;
}

table.listTable a,
table.formTable a {
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

table.listTable a:hover,
table.formTable a:hover {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  color: blue;
}

/*
 * List Table Styles End
 ************************************** */


/* **************************************
 * Form table styles
 */
table.formTable {
  font-size: 12px;
}

table.formTable th {
  background-color: #D8E3F5;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
}

table.formTable td {
  padding-bottom: 10px;
}

table.formTable th.error,
th.error {
  border: 2px solid #CD0A0A;
  background-color: #FEF1EC;
  font-size: 12px;
  text-align: left;
  margin: 5px;
  font-family: verdana;
  color: #CD0A0A;
}

td.error {
  border: 2px solid #CD0A0A;
  background-color: #FEF1EC;
}

table.formTable input[type="text"],
table.formTable input[type="password"] {
  width: 60%;
}

table.formTable option[disabled="disabled"],
table.formTable input[disabled="disabled"],
table.formTable textarea[disabled="disabled"] {
  background-color: silver;
  color: grey;
}

table.formTable div.disabledField {
  background-color: #DADBDE;
  color: grey;
  border: 1px solid #ABADB3;
  width: 60%;
  height: 18px;
}

/*
 * Form table styles end
 ************************************** */


/* **************************************
 * LIST styles
 */
div.ul {
  margin-left: 20px;
  margin-top: 10px;
  padding: 2px;
  font-size: 12px;
  color: #333;
}

div.li {
  display: block;
  text-indent: 15px;
}

div.bullet_black {
  background: transparent url(../images/icons/bullet_black.png) no-repeat scroll 0%;
}

div.bullet_red {
  background: transparent url(../images/icons/bullet_red.png) no-repeat scroll 0%;
  color: red;
}

/*
 * LIST styles end
 ************************************** */


/* **************************************
 * block level menu styles
 */
/*
#blockMenuBar { border-bottom: 2px solid #333; margin: 0; padding: 0; position: relative; }
#blockMenuBar div.top { margin: 0; padding: 0; display: inline-block; border-left: 2px solid #333; text-align: center;	font-size: 12px; font-family: arial; font-weight: bold; position: relative;	}
#blockMenuBar div.top a { margin: 0; padding: 0; }
#blockMenuBar div.top ul.inner { display: none; position: absolute; z-index: 130; background-color: white; border: 2px solid black; top: 15px; margin: 0; padding: 0; padding-bottom: 6px; padding-top: 6px; }
#blockMenuBar div.top ul.inner li.inner { list-style: none; margin: 0; padding: 0; padding: 3px; padding-left: 5px; padding-right: 2px; text-align: left; position: relative; white-space: nowrap;}
#blockMenuBar div.top ul.inner li.inner ul.inner { top: 0; z-index: 300; text-align: left; width: auto; white-space: nowrap; }
#blockMenuBar div.top ul.inner li.inner ul.inner li.inner { width: auto; white-space: nowrap; text-align: left; }
#blockMenuBar div.top a { cursor: default; font-size: 11px; font-weight: bold; color: #222222; text-decoration: none; height: 100%; width: 100%; }
#blockMenuBar div.top a.active:hover { cursor: pointer; color: #FC7A16; }
#blockMenuBar div.top a.disabled { color: #999; }
*/
#blockContentArea {
  position: relative;
}

#blockContentArea span.extraLinks {
  color: white;
  position: absolute;
  right: 35px;
  top: 13px;
  display: block;
  font-size: 10px;
  white-space: nowrap;
  font-family: "Verdana", "Sans", "Arial", "Helvetica";
}

#blockContentArea span.extraLinks a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

span.extraLinks a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

#blockContentArea span.extraLinks a:hover {
  color: #FC7A16;
}

.extraLinks button {
  font-size: 13px;
  border: none;
  background: none;
  color: white;
  text-decoration: none;
  ;
}

.extraLinks button:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #D8E3F5;
}

.extraLinks i {
  padding-right: 3px;
}

.units-navigator {
  position: absolute;
  top: -2px;
  left: calc(50% - (360px/2));
  width: 360px;
  height: 37px;
  padding-top: 7px;
}

.units-navigator a {
  vertical-align: top;
  background: #bbc0c3;
  color: #444;
  border: none;
  text-decoration: none !important;
  width: 80px;
  display: inline-block;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
}

.units-navigator a:hover {
  background-color: #e9c963;
  color: #000;
  cursor: pointer;
}

.units-navigator a.previous-unit {
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  text-align: left;
}

.units-navigator a.next-unit {
  border-radius: 0 5px 5px 0;
  text-align: right;
  padding-right: 10px;
}

.units-navigator input {
  vertical-align: top;
  height: 22px;
  width: 163px;
  border: 2px;
  padding: 2px;
}

h2.blockContentArea {
  background-color: #333;
  color: white;
  height: 35px;
  white-space: nowrap;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  padding-left: 5px;
}

h2.blockContentArea a {
  color: orange;
  text-decoration: underline;
}

/*
 * block level menu styles end
 ************************************** */


/* **************************************
 * tabs styles
 */
#blockContentArea_tabs,
#overlayContentArea_tabs {
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #333;
  margin-bottom: 6px;
}

/*
 * tabs styles end
 ************************************** */


/* **************************************
 * accordian styles
 */
#blockContentArea-accordion {
  margin: 5px;
}

/*
 * accordian styles end
 ************************************** */


/* **************************************
 * tool tips styles
 */
#tooltip,
div.tooltip {
  font-size: 12px;
  font-family: helvetica;
  background-color: #FFFFCC;
  border: 1px solid black;
  border-radius: 5px;
  color: #333;
  position: absolute;
  z-index: 50000;
  max-width: 200px;
}

#tooltip h3 {
  font-weight: normal;
  font-size: 12px;
  padding: 4px;
  margin: 0;
}

a.toolTipMe,
a.toolTipMe img {
  cursor: help;
  border: none;
}

/*
 * tool tips styles end
 ************************************** */


/* **************************************
 * message boxes styles start
 */
.noticeBox {
  text-align: center;
  color: red;
  font-size: 12px;
  font-family: helvetica;
}

.errorBox {
  color: #CD0A0A !important;
  border: solid #CD0A0A 3px;
  background-color: #FEF1EC;
  padding: 5px;
  margin-bottom: 10px;
  padding-right: 15px;
  font-family: ariel;
  font-size: 13px;
}

.warningBox {
  border: 3px dashed black;
  background-color: #FED801;
  padding: 5px;
  margin-bottom: 10px;
  padding-right: 15px;
  font-family: ariel;
  font-size: 13px;
}

.infoBox {
  background-color: #DFEBF8;
  border: 3px solid blue;
  font-family: arial;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 15px 5px 5px;
  color: #333;
}


.unexpected_error_box h1 {
  margin: 0;
  padding: 0;
  background-color: #FFD2D2;
  color: #D8000C;
  padding-left: 10px;
}

.unexpected_warning_box h1 {
  margin: 0;
  padding: 0;
  background-color: #FEEFB3;
  color: #9F6000;
  padding-left: 10px;
}

.unexpected_error_box h1:before,
.unexpected_warning_box h1:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.unexpected_error_box_desc_list ul {
  font-size: 12px;
}

.unexpected_error_box_desc_list,
.unexpected_warning_box_desc_list {
  padding-left: 20px;
}

.unexpected_error_box .error_info_box,
.unexpected_warning_box .error_info_box {
  padding: 5px;
  padding-left: 10px;
  background-color: #EDEDED;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.unexpected_error_box .error_info_box h3 {
  color: #D8000C;
  margin: 0;
  font-weight: normal;
  font-size: 80%;
}

.unexpected_warning_box .error_info_box h3 {
  color: #9F6000;
  margin: 0;
  font-weight: normal;
  font-size: 80%;
}

.unexpected_error_box .error_info_box p,
.unexpected_warning_box .error_info_box p {
  padding-left: 10px;
  font-weight: normal;
  font-size: 80%;
}

.unexpected_error_box .error_info_box h3.strong,
.unexpected_warning_box .error_info_box h3.strong {
  font-weight: bold;
  font-size: 100%;
}

.unexpected_error_box .error_info_box p.strong,
.unexpected_warning_box .error_info_box p.strong {
  font-weight: bold;
  font-size: 100%;
}

.unexpected_error_box button,
.unexpected_warning_box button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

/*
 * message boxes styles end
 ************************************** */


/* **************************************
 * auto suggest styles start
 */
.autosuggest_div {
  background-image: url(../images/icons/as_pointer.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10px 0 0;
  position: absolute;
  display: none;
  position: absolute;
  z-index: 50000;
  width: auto;
}

.autosuggest_div ul,
.autosuggest_div div.ul {
  background-color: #444;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 4px;
  max-height: 300px;
  overflow-y: auto;
}

.autosuggest_div div.ul {
  width: 250px;
}

.autosuggest_div ul li,
.autosuggest_div div.ul div.li {
  margin: 0 4px 4px;
  padding: 0;
  text-align: left;
  padding-left: 4px;
  padding-right: 4px;
}

.autosuggest_div ul li a,
.autosuggest_div div.ul div.li a {
  color: #e7e7e7;
  display: block;
  padding: 3px;
  text-decoration: none;
  outline: none;
  font-size: 10px;
  font-weight: bold;
  font-family: Lucida Grande, Arial, sans-serif;
  cursor: pointer;
}

.autosuggest_div ul li a:hover,
.autosuggest_div div.ul div.li a:hover {
  background-color: #1B5CCD;
}

.autosuggest_div ul em {
  color: #6EADE7;
  font-style: normal;
}

.callc_reset {
  font-size: 10px !important;
  font-weight: bold !important;
  color: red !important;
  float: right !important;
  padding-right: 15px;
}

/*
 * auto suggest styles end
 ************************************** */

#calendarFull table {
  width: 100%;
}

#calendarFull .fc-header-left table {
  width: 200px
}

.fc-view-month table tbody td {
  cursor: pointer;
}

#calendarFull .fc-other-month {
  background: none;
  background-color: #CCC;
  cursor: default;
  color: #888;
}


#calendarFull .fc-header-right table,
#calendarFull .fc-header-center table {
  width: auto;
}

#calendarFull .fc-header-right table a,
#calendarFull .fc-header-left table a,
#calendarFull .fc-header-center table a {
  cursor: pointer;
}

.fc-event {
  border: 2px solid #3366CC;
  background-color: #3366CC;
  color: white;
  font-size: 11px;
  margin: 14px 30px 1px;
  margin-bottom: 1px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-event:hover {
  border: 2px solid darkorange;
}

.fc-event a {
  color: white !important;
  float: left;
  height: 100%;
  width: 100%;
}

.fc-event a span {
  float: left;
  height: 100%;
  width: 100%;
}

.fc-day-number {
  float: left;
  padding: 0 2px;
}

.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
  margin: 0;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}


.yearEndLinkList {
  display: none;
  background-color: white;
  border: 1px solid black;
  position: absolute;
  z-index: 1000;
  float: left;
  margin: 0;
  padding: 0;
}

.yearEndLinkList li {
  list-style: none;
  color: black;
  font-size: 12px;
  padding-left: 18px;
  padding-right: 10px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.yearEndLinkList li.title {
  padding-left: 6px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.yearEndLinkList li a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

.yearEndLinkList li:hover {
  background-color: #222;
  cursor: pointer;
}

.yearEndLinkList li:hover a {
  color: white;
}

.yearEndLinkList li.title:hover {
  background-color: white;
}

.yearEndLinkList li.title:hover a {
  color: black;
}

textarea.prompt {
  color: #AAAAAA;
}

textarea.active {
  color: black;
}

.overlayClose {
  cursor: pointer;
}

.duplicate_table td {
  padding-top: 6px;
}

.duplicate_selected td {
  background-color: #F2C385 !important;
  color: #444444;
}

.duplicate_selected td a {
  color: white;
}

.duplicate_selected td a:hover {
  color: #333;
}

/*****
css grids
******** */
.grid_container {}

.grid {
  float: left;
  display: inline;
}

.grid_35_p {
  width: 35%;
}

.grid_60_p {
  width: 60%;
}

.grid_clear {
  clear: both;
}

.grid_right_border {
  border-right: 1px solid #444;
}

.grid_left_border {
  border-left: 1px solid #444;
}

.grid_top_border {
  border-top: 1px solid #444;
}

.grid_padding_left_10 {
  padding-left: 10px;
}

.grid_padding_top_10 {
  padding-top: 10px;
}

.grid_padding_left_5 {
  padding-left: 5px;
}

/* ***
pagination styles
************ */
ul.pagination {
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.pagination_container {
  display: block;
}

.pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: block;
  float: left;
  list-style: none;
  margin-right: 7px;
}

.pagination a {
  border: solid 1px #9aafe5;
  margin-right: 2px;
}

.pagination .previous_off,
.pagination .next_off {
  border: solid 1px #BEBEBE;
  background-color: #DEDEDE;
  color: #888888;
  font-weight: bold;
  margin-right: 7px;
  padding: 4px 6px;
}

.pagination .previous,
.pagination .next {
  font-weight: bold;
  color: #000066;
}

.pagination .active {
  background: #000066;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 6px;
  border: 1px solid #000066;
}

.pagination a:link,
.pagination a:visited {
  color: #0e509e;
  display: block;
  float: left;
  padding: 4px 6px;
  text-decoration: none;
}

.pagination a:hover {
  border: solid 1px #000066;
  color: #000066;
}

/* custom yes-no prompt */
.popup_prompt {
  background-color: white;
  border: 2px solid black;
}

.popup_prompt h2 {
  background-color: #333333;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding-left: 5px;
  white-space: nowrap;
}

.popup_warning h2 {
  background-color: orange;
  color: #222222;
}

.popup_prompt .prompt_question {
  padding: 20px;
}

.popup_prompt .prompt_control {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}

.popup_prompt .prompt_control button {
  margin-left: 5px;
  cursor: pointer;
}

/*
web portal export
*/
.export_warning {
  color: #855902;
  font-weight: bold;
}

.export_error {
  color: #850202;
  font-weight: bold;
}

.export_info {
  color: #015050;
  font-weight: bold;
}

.selectAll,
.deselectAll {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.selectAll:hover,
.deselectAll:hover {
  text-decoration: none !important;
}

.deselectAll {
  color: red !important;
}

.selectAll {
  color: green !important;
}

/* ********************
** Announcement Styles
*********************** */
.announcement_container {
  padding: 10px;
}

.announcement_container h3 {
  color: #444444;
  margin: 0;
  margin-bottom: 3px;
  font-size: 24px;
  text-shadow: 1px 1px 1px #CCCCCC;
}

.announcement_container h3 span {
  color: #D8000C;
  font-size: 20px;
}

#announcement_container-accordion {
  margin-left: 15px;
  margin-right: 15px;
}

#announcement_container-accordion h3 {
  font-size: 16px !important;
  padding-left: 30px !important;
  font-weight: normal;
}

#announcement_container-accordion h3 span {
  font-size: 12px !important;
}

.announcement_container h4 {
  color: #444444;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  margin-left: 5px;
  font-style: italic;
  text-shadow: 0px 1px 0px #CCCCCC;
  font-weight: normal;
}

.announcement_container p,
.announcement_container ul,
.announcement_container li {
  color: #555555;
  font-size: 14px;
  text-shadow: 0px 1px 0px #E0E0E0;
  margin-left: 5px;
  margin-right: 25px;
  line-height: 20px;

}

.announcement_container p a,
.announcement_container ul a,
.announcement_container li a {
  text-decoration: underline;
  color: #1E90FF;
}

.announcement_container p a:hover,
.announcement_container ul a:hover,
.announcement_container li a:hover {
  text-shadow: 1px 1px 1px #AAAAAA;
  text-decoration: none;
  cursor: pointer;
}

.announcement_container strong {
  text-shadow: none;
}

.announcement_container .u {
  font-style: italic;
  font-style: italic;
  text-shadow: none;
  font-weight: bold;
}

.announcement_container .styled_button,
.fix_password_container .styled_button {
  display: block;
  float: right;
  margin: 0 40px 0 0;
  background-color: #C5C5C5;
  border: 1px solid #AEAEAE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #529214;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
  /* Links */
}

.announcement_container input.styled_button,
.fix_password_container input.styled_button {
  padding: 5px 10px 5px 7px;
  /* Firefox */
  line-height: 17px;
  /* Safari */
  font-weight: normal;
}



.announcement_container .styled_button img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

.announcement_container .styled_button:hover,
.fix_password_container .styled_button:hover {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
  text-shadow: none;
}

.announcement_container .styled_button:active,
.fix_password_container .styled_button:active {
  background-color: #529214;
  border: 1px solid #529214;
  color: #fff;
  text-shadow: none;
}

.fix_password_container p {
  font-size: 13px;
  color: #444444;
  padding: 5px;
  margin: 5px;
  text-shadow: 0px 1px 0px #E0E0E0;
}

.fix_password_container td {
  vertical-align: top !important;
}

.fix_password_container .instructions {
  padding: 10px;
  background-color: #EDEDED;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.instructions {
  padding: 10px;
  background-color: #EDEDED;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.fix_password_container .positive,
.fix_password_container .positive li,
.fix_password_container .positive p {
  color: #59955C !important;
}

.fix_password_container .negative,
.fix_password_container .negative li,
.fix_password_container .negative p {
  color: #FF4848 !important;
}




/*
  short styles
*/
.centre {
  text-align: center;
  margin: 0 auto;
}

.f_14 {
  font-size: 14px;
}


/*
   Misc
*/
.home_greeting,
.home_image {
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#dashboards_link_and_login_status_container {
  position: relative;
}

#dashboards_link_and_login_status_container .dashboards_link_container {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 100;
}

.dashboards_link_container a,
.dashboards_link_container a:visited {
  color: blue;
}

.overlay2-container {
  display: none;
  position: fixed;
  width: auto;
  min-width: 20vh;
  min-height: 20vh;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  z-index: 10001;
  transition: box-shadow 0.5s ease-out;
  overflow-y: scroll;
}

.highlight,
.overlay2-container:hover {
  box-shadow: 0 2px 20px 5px rgba(255, 255, 0, 0.25);
}

.overlay2-container .overlay2-close-img {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 10002;
  border-radius: 50%;
}

.overlay2-container .overlay2-handle {
  width: 100%;
  height: 16px;
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 10002;
  background: #d1dde8;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccd;
}

.overlay2-container .overlay2-header {
  color: #666;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  margin: 0.5em 0;
}

.overlay2-container .overlay2-body {
  max-height: 70vh;
  overflow-y: auto;
}

.overlay2-black-bg-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  opacity: 0.5;
  background: black;
  z-index: 999;
}

.chart-container .chart {
  display: inline-block;
  vertical-align: middle;
}

.chart-container .chart-table-container {
  display: inline-block;
  vertical-align: middle;
}

.chart-table-container table {
  border-collapse: collapse;
  border: none;
  background: transparent;
}

.chart-table-container th,
.chart-table-container td {
  word-wrap: break-word;
  border: 1px solid #ddd;
  padding: 8px;
  color: #888;
  background-color: white;
}

.chart-table-container th {
  text-align: center;
}

.chart-table-container td {
  text-align: right;
}

.chart-table-container tfoot .grey-row,
.chart-table-container tfoot .grey-row {
  font-weight: bold;
}

.chart-table-container tfoot tr.grey-row td {
  background: #EEEEEE;
}

.chart-table-container tfoot tr.green-row td {
  color: green;
  background: #EEEEEE;
}

.chart-table-container tfoot .table-splitter>td {
  border: none;
  height: 2em;
  background: transparent;
}

.notification {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0 1px 0;
  padding: 5px;
}

.notification .overlay2-handle {
  height: auto;
  background-color: #333;
  border: 0px;
  left: 0;
}

.notification .overlay2-handle h2 {
  color: #F0F0F0;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  border-bottom: 0px;
}

.notification .overlay2-close-img {
  top: 0px;
  right: 5px;
}

.notification .notification-notify_at {
  font-size: 0.8em;
  color: #666666;
  margin-top: 40px;
  margin-left: 10px;
}

.notification .notification-content {
  margin: 1rem;
  color: #888888;
}

.notification .notification-content a {
  color: #ff9900;
}

/* Password Toggle Visibility */
.field-icon {
  position: absolute;
  font-size: 14px;
  margin-left: -22px;
  margin-top: 4px;
  z-index: 2;
  cursor: pointer;
}

.api-input-validator-tooltip,
.api-input-validator-suggestion {
  border: 1px solid #ffeeee;
  background: #fafafa;
  padding: 12px;
  color: #ff5555;
  font-style: italic;
  margin: 0;
}

.api-input-validator-suggestion {
  border: none;
  background: none;
}

a.spool-files-select-all,
a.spool-files-select-none {
  color: #03A9F4 !important;
}

a.spool-files-batch-download {
  color: black;
  line-height: 16px;
  padding: 2px 8px 2px 8px;
}

#report-messages-container {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10001;
  /* because #timeoutOverlay is 9999, but #lightbox is 10000 */
  color: #644;
  font-size: 0.9rem;
  pointer-events: none;
}

#report-messages-container .report-message-container {
  border-bottom: 1px solid #f0c36d;
  padding: 0.5rem;
  position: relative;
  padding-left: 2rem;
  background: #f9edbe;
}

#report-messages-container .report-message-close {
  vertical-align: middle;
  margin-right: 1rem;
  position: absolute;
  top: 8px;
  right: 5px;
  pointer-events: all;
}

#report-messages-container img.close {
  border-radius: 2px;
  cursor: pointer;
}

#report-messages-container .message-extra {
  padding-left: 1rem;
}

#report-messages-container .action-job-progress {
  padding-right: 1rem;
}

#report-messages-container .action-job-download {
  text-decoration: underline;
  color: #44F;
  pointer-events: all;
}

#report-messages-container .action-job-download:hover {
  cursor: pointer;
  color: #FC7A16;
}

#report-messages-container .report-message-loader .circle-side-container {
  position: relative;
}

#report-messages-container .report-message-loader [data-loader] {
  width: 10px;
  height: 10px;
  position: top;
  position: absolute;
  top: -0.4rem;
  left: 0;
}

a.spool-files-select-all,
a.spool-files-select-none {
  color: #03A9F4 !important;
}

a.spool-files-batch-download {
  color: black;
  line-height: 16px;
  padding: 2px 8px 2px 8px;
}

a.spool-files-select-all,
a.spool-files-select-none {
  color: #03A9F4 !important;
}

a.spool-files-batch-download {
  color: black;
  line-height: 16px;
  padding: 2px 8px 2px 8px;
}

.infoParagraph {
  padding-left: 5px;
  margin-top: 10px;
}

.warningParagraph {
  padding-left: 5px;
  margin-top: 10px;
  color: red;
}

.switcherFormDisabled {
  display: none;
}

.switcherFormEnabled {
  display: block;
}

.video-light-box {
  display: none;
  position: absolute;
  width: 60%;
  height: 60%;
  z-index: 11000;
  top: 0;
  margin-left: 20%;
  margin-top: 150px;
  background-color: #DDD;
  border: 1px solid #222;
  border-radius: 15px;
  padding: 15px;
}

.video-light-box .video-light-box-video-container {
  width: 90%;
  height: 90%;
  margin: 0 auto;
}

.video-light-box .video-light-box-close-button-container {
  text-align: right;
  font-size: 14px;
  height: 5%;
}

.video-light-box .video-light-box-close-button-container button {
  font-size: 14px;
}

::-ms-reveal {
  display: none !important;
}

.button-white {
  background: #EEF;
  border-radius: 2px;
  border: 1px solid #AAF;
  padding: 2px;
  color: #118 !important;
  white-space: nowrap;
  line-height: 16px;
}

.button-red {
  background: #FEE;
  border-radius: 2px;
  border: 1px solid #FAA;
  padding: 2px;
  color: #811 !important;
  white-space: nowrap;
  line-height: 16px;
}

.button-margin {
  margin: 0 5px;
}

.icon-green-encircled {
  color: green;
  border-radius: 50%;
  border: 1px solid #bdb;
  background: #dfd;
  width: 12px;
}

.icon-red-encircled {
  color: red;
  border-radius: 50%;
  border: 1px solid #dbb;
  background: #fdd;
  width: 12px;
}