:root {
  --Facilitron_Blue: #42a5f5;
  --Facilitron_Dark_Blue: #3b94db;
  --Facilitron_Light_Blue: #31bede;
  --Background_Fill: #eef5f9;
  --Grey: #727b84;
  --Dark_Grey: #495057;
  --Facilitron_Green: #3fb69b;
  --Facilitron_Orange: #f5af42;
  --Facilitron_Red: #f7605b;
  --Light_Grey: #dddddd;
  --Pale_blue: #d7dfe3;
  --White: #ffffff;
  --Footer_Background: #f2f6f8;
  --Footer_Height: 60px;
  --Header_Blue: #41a4f4;
}

.MasterPageHeaderPanel {
  width: 660px;
  background-image: url(background_main_660Wx80H.jpg);
  border-style: solid;
  border-width: 1px;
  border-color: var(--Facilitron_Dark_Blue);
}

.MasterPageFooterPanel {
  width: 660px;
  text-align: center;
}

.SoftwareNameHeaderLabel {
  color: var(--White);
  text-align: left;
  width: 400px;
  font-weight: normal;
}

.MasterPageHelpMenu {
  font-weight: bold;
  font-size: 10pt;
  color: White;
}

.MasterPageLoginStatus {
  font-weight: bold;
  font-size: 9pt;
  color: var(--White);
}

.MasterPageMenu {
  font-weight: bold;
  font-size: 10pt;
  color: var(--White);
}

.MasterPageStaticMenuStyle {
  background-color: Transparent; /*this is main menu background*/
}

.MasterPageStaticHoverStyle {
  background-color: var(
    --Facilitron_Light_Blue
  ); /* this is the main menu row only and is the hover*/
}

.MasterPageDynamicMenuStyle {
  z-index: 1;
  border-color: var(--Light_Grey); /*light slate gray*/
  border-style: Solid;
  border-width: 1px;
  background-color: inherit; /*u can force it here to light slate gray =#F7F6F3*/
}

.MasterPageDynamicHoverStyleMenu {
  background-color: var(
    --Facilitron_Light_Blue
  ); /* this is the mouse hovering under the menu*/
}

.MasterPageDynamicSelectedStyle {
  background-color: var(
    --Facilitron_Light_Blue
  ); /* this gets over-ridden by MasterPageDynamicMenuItemStyle*/
}

.MasterPageDynamicMenuItemStyle {
  color: var(--Dark_Grey); /*darkgray =#708090 */
  font-size: small;
  font-weight: bold;
  border-color: var(--Light_Grey); /*light slate gray*/
  border-style: Solid;
  border-width: 1px;
}

.MasterPageStaticMenuItemStyle {
  color: #ffffff;
  font-weight: bold;
}

.PageHeaderLabel {
  color: var(--Facilitron_Dark_Blue);
  font-size: 16pt;
  font-weight: normal;
  vertical-align: top;
}

.PageLinkButtons {
  font-size: 10pt;
  color: var(--Facilitron_Dark_Blue);
}

.MasterPageFooterLinkLabels {
  font-size: 10pt;
  color: var(--Facilitron_Dark_Blue);
}

.MasterPageFooterEDULabel {
  font-size: 10pt;
  color: var(--Facilitron_Blue);
  font-style: italic;
}

.MasterPageFooterLabels {
  font-size: 10pt;
  color: Black;
}

.MasterPageLoginFooterLabels {
  font-size: 10pt;
  color: Black;
}

.MasterPageDateLabel {
  color: var(--Facilitron_Light_Blue);
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
}

.MasterPageLoginLabel {
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: var(--Facilitron_Dark_Blue);
  height: 25px;
}

.MasterPageFormViewRowStyle {
  background-color: Transparent;
  text-align: left;
  width: inherit;
}

.HelpIconImage {
  background-image: url(help.gif);
  background-repeat: no-repeat;
}

.HomeMaintenanceFormViewStyle {
  background-color: Transparent;
}

.TableForPageHeaderLabel {
  vertical-align: top;
}

.NeutralFormViewRowStyle /*this is for formviews with calcs where need clear background */
/* you must enable theming to false for this to work */ {
  background-color: Transparent;
  text-align: right;
  width: inherit;
}

.DatalistCustomerNameReportHeader {
  background-color: White;
  text-align: left;
  width: inherit;
  font-size: 11pt;
  font-weight: normal;
  vertical-align: bottom;
}

.NewWorkOrderFormView {
  background-color: var(--Facilitron_Light_Blue);
  color: Black;
  text-align: inherit;
  font-size: medium;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: none;
  border-width: 1px;
  border-color: Navy;
}

.NewWorkOrderHeaderLabel {
  color: Black;
  font-size: medium;
  font-weight: bold;
  width: inherit;
}

.NewWorkOrderLabels {
  color: Black;
  font-size: medium;
}

.LabelWithLightBackShadow {
  background-color: var(--Grey);
  border-style: none;
}

.LabelWithDarkBackShadow {
  background-color: var(--Dark_Grey);
  border-style: none;
  color: #ffffff;
}

.LabelClearBackLightForeColor {
  color: var(--Grey);
}

.EditWorkOrderForm {
  background-color: var(--Light_Grey);
  font-weight: bold;
  font-size: medium;
  color: var(--Background_Fill);
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.EditWorkOrderHeaderPanel {
  background-color: var(--Light_Grey);
  color: var(--White);
  font-size: medium;
  font-weight: bold;
  width: inherit;
}

.GridViewEmptyDataRowStyle {
  font-size: small;
  color: var(--Facilitron_Dark_Blue);
  text-align: inherit;
}

.GridViewNoFormat,
.FormViewNoFormat,
.DetailsViewNoFormat,
.DatalistNoFormat {
  font-size: inherit;
  font-weight: inherit;
  background-color: var(--White);
  width: inherit;
}

.GridViewLinkButtons, .FormViewLinkButtons, .DetailsViewLinkButtons, .DatalistLinkButtons
/* In the print class these print e.g. for wo numbers site names etc */ {
  font-size: small;
  color: var(--Facilitron_Dark_Blue);
  text-align: inherit;
  text-decoration: underline;
}

.GridViewCommandLinkButtons, .FormViewCommandLinkButtons, .DetailsViewCommandLinkButtons, .DatalistCommandLinkButtons
/* In the print css these are marked as hidden so they do not print */ {
  font-size: small;
  color: var(--Facilitron_Dark_Blue);
  text-align: inherit;
}

.GridViewRowStyle, .FormViewRowStyle, .DatalistItemStyle
/* CAUTION don't add .FormViewRowStyle here otherwise master page inherits,    */ {
  text-align: left;
  background-color: var(--White);
  color: black;
  font-size: small;
}

.DetailsViewRowStyle {
  text-align: left;
  background-color: inherit;
  color: black;
  font-size: small;
}

.GridViewEditRowStyle,
.FormViewEditRowStyle,
.DetailsViewEditRowStyle {
  text-align: left;
  background-color: var(--Light_Grey);
  color: black;
  font-size: small;
}

.GridViewAlternatingRowStyle,
.FormViewAlternatingRowStyle,
.DatalistAlternatingRowStyle {
  text-align: left;
  background-color: var(--Background_Fill);
  color: var(--Facilitron_Dark_Blue);
  font-size: small;
}

.DetailsViewAlternatingRowStyle {
  text-align: left;
  color: var(--Facilitron_Dark_Blue);
  font-size: small;
}

.DetailsViewCommandRowStyle {
  text-align: center;
  background-color: var(--Light_Grey);
  font-size: medium;
}

.GridViewSelectedRowStyle {
  background-color: var(--Facilitron_Dark_Blue);
  font-weight: bold;
  color: var(--White);
}

.DetailsViewHeaderStyle {
  background-color: var(--Facilitron_Dark_Blue);
  font-weight: normal;
  color: var(--White);
  font-size: medium;
  text-align: center;
}

.GridViewHeaderStyle,
.FormViewHeaderStyle,
.DatalistHeaderStyle {
  background-color: var(--Facilitron_Dark_Blue);
  font-weight: normal;
  color: var(--White);
  font-size: small;
}

.DetailsViewFieldHeaderStyle {
  color: var(--White);
  background-color: var(--Facilitron_Dark_Blue);
  font-size: small;
}

.GridViewFooterStyle,
.FormViewFooterStyle,
.DetailsViewFooterStyle,
.DatalistFooterStyle {
  background-color: var(--Grey);
  font-weight: bold;
  color: Black;
}

.GridViewPagerStyle,
.FormViewPagerStyle,
.DetailsViewPagerStyle {
  background-color: var(--Facilitron_Dark_Blue);
  color: var(--White);
  text-align: center;
}

.FieldSetLegend {
  font-size: 10pt;
  color: var(--Facilitron_Dark_Blue);
}

.FieldSetLabel {
  font-size: small;
  color: black;
}

.CalendarDayHeaderStyle {
  background-color: var(--Grey);
  color: var(--Dark_Grey);
}

.CalendarOtherMonthDayStyle {
  color: var(--Dark_Grey);
}

.CalendarTitleStyle {
  background-color: var(--Facilitron_Dark_Blue);
}

.CalendarWeekendDayStyle {
  background-color: var(--Grey);
}

.ShowInPrintOnly {
  visibility: hidden;
  display: none;
}

.NoFormat {
}

.btn-blue input,
.btn-blue a.button {
  background: none repeat scroll 0 0 var(--Facilitron_Dark_Blue);
  color: var(--White);
  display: inline-block;
  float: left;
  margin: 0 0 15px 0px;
  min-width: 135px;
  padding: 6px 0;
  text-align: center;
}

a.backbutton,
a.backbutton:hover {
  color: var(--White);
  background-color: var(--Facilitron_Blue);
  padding: 6px;
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
}

/* AutoComplete Styles */
.autocomplete_completionListElement {
  background-color: var(--White);
  color: black;
  border: solid 1px black;
  border-width: 1px;
  border-style: solid;
  height: 200px;
  cursor: "default";
  text-align: left;
  list-style-type: none;
  font-size: 90%;
  white-space: nowrap;
  overflow: auto;
  margin: 0px;
}

.autocomplete_highlightedListItem {
  background-color: var(--Facilitron_Orange);
  color: black;
  padding: 2px 1px 2px 5px;
}

.autocomplete_listItem {
  padding: 2px 1px 2px 5px;
}

/*CollapsiblePanel*/
.collapsePanel {
  background-color: var(--Background_Fill);
  text-align: left;
  overflow: hidden;
  font-size: 90%;
}

.collapsePanelHeader {
  height: 30px;
  text-align: left;
  background-color: var(--Background_Fill);
  color: Black;
  font-weight: bold;
}

.MCPAccordion {
  border-left: solid 1px var(--Light_Grey);
  border-right: solid 1px var(--Grey);
  border-bottom: solid 1px var(--Light_Grey);
  overflow: hidden;
  font-size: 12px;
}

.MCPAccordion .Tab {
  background-repeat: repeat-x;
  border-top: solid 1px var(--Grey);
  border-bottom: solid 1px var(--Light_Grey);
  margin: 0px;
  padding: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  text-align: center;
}

.MCPAccordion .Content {
  overflow: auto;
  height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: smaller;
  background-repeat: repeat-x;
}

.MCPAccordion .hover {
  background-image: none;
  background-color: var(--Facilitron_Blue);
}

.MCPAccordion .open {
  /* Add properties here. */
}

.MCPAccordion .closed {
  /* Add properties here. */
}

.MCPAccordion .focused {
  /* Add properties here. */
}

.last-modified {
  text-align: left;
  color: var(--Dark_Grey);
  font-size: smaller;
  font-style: italic;
}

div.my-wrapper {
  background-color: var(--White);
  width: 660px;
}

.toolbar-icon img {
  width: 30px;
}

select.ddl-small {
  font-size: 8pt;
}

/* Google Translate Styles */
select.goog-te-combo {
  width: 200px;
}

/*body {
  top: 0 !important;
}
*/
.goog-te-banner-frame {
  display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
/***************************/

.disabled {
  background-color: var(--Light_Grey);
  color: var(--Grey);
  cursor: not-allowed;
}

.closed {
  color: white !important;
  background-color: var(--Facilitron_Red) !important;
}

.fancybox-content {
  padding: 10px !important;
}

.navi-bg,
.vertical-nav,
.mobile_menu {
  background-color: var(--White);
  box-shadow: 1px 0px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
  height: 100vh;
}

.navi-bg {
  top: 85px;
}

.trans-header {
  background-color: var(--Facilitron_Blue);
}

.mobile_menu ul li a,
.mobile_menu li a,
.vertical-nav ul li a,
.vertical-nav li a {
  background-color: var(--White);
  color: var(--Grey);
  padding: 10px;
}

.mobile_menu ul li a:hover,
.mobile_menu ul li a:active,
.mobile_menu li a:hover,
.mobile_menu li a.active .vertical-nav ul li a:hover,
.vertical-nav ul li a:active,
.vertical-nav li a:hover,
.vertical-nav li a.active {
  background-color: var(--Facilitron_Light_Blue);
  color: var(--White);
  border-radius: 4px;
}

.site-title {
  color: var(--White);
  font-size: 21px;
  text-align: left;
  height: 85px;
  padding: 0;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.25);
}

.site-title > span {
  line-height: 85px;
  vertical-align: middle;
  padding-left: 20px;
}

.site-title > .header-right > .header-right-profile {
  line-height: 85px;
  height: 85px;
  vertical-align: middle;
}

.logo {
  height: 85px;
  padding: 0;
  background: var(--White);
  text-align: center;
}
/*60w 60h, 10 from top*/

.logo > a > img {
  height: 60px;
  width: 60px;
  margin-top: 12px;
}

#main-menu {
  background: var(--White);
  margin-left: -1px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.08);
}

#main-menu > li {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

#main-menu > li > a.has-submenu {
  position: unset;
  margin: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-nav > li.showhide {
  background: var(--Facilitron_Blue);
  color: var(--White);
}

#wosToReceive {
  color: var(--Facilitron_Orange);
}

#wosIncoming {
  color: var(--Facilitron_Orange);
}

.panel-default > .panel-heading {
  background-color: var(--Facilitron_Blue);
}

.btn-blue-new {
  background: var(--Facilitron_Dark_Blue);
}

.head-icon {
  background: var(--Facilitron_Dark_Blue);
}

.titlebar-icon {
  background: none;
  line-height: 85px;
  vertical-align: middle;
}

.header-menu {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

.main-wrapper {
  height: 100%;
  background: var(--White);
  padding-bottom: 135px;
}

.nav-footer {
  width: 84px;
  height: 50px;
  position: fixed;
  bottom: 0;
  z-index: 80000;
  background: var(--Footer_Background);
  text-align: center;
  vertical-align: middle;
}


#ctl00_lblUserName {
  color: white;
  font-size: 16px;
}

#ctl00_TextBoxSearch {
  height: 30px;
  color: var(--Dark_Grey);
  padding: 5px;
  line-height: 30px;
}

.header-right-search {
  position: absolute;
  right: 20px;
  top: 94.5px;
  height: 50px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.mobile_menu i {
  margin-right: 10px;
  vertical-align: middle;
}

.sm_menu_outer {
  position: absolute;
  top: 50px;
  left: 0px;
}

.sm_menu_outer.slide .mobile_menu .submenu,
.sm_menu_outer {
  background: var(--White);
  padding-left: 0;
}
.sm_menu_outer .mobile_menu li,
.sm_menu_outer .mobile_menu a,
.sm_menu_outer .mobile_menu a:active,
.sm_menu_outer .mobile_menu a:link,
.sm_menu_outer .mobile_menu a:visited {
  color: var(--Dark_Grey);
  padding: 10px;
}

#sm_menu_ham {
  position: absolute;
}
#sm_menu_ham span {
  background-color: var(--Dark_Grey);
}

.mobile_menu i.material-icons-outlined {
  width: 24px;
}

.navi-bg {
  z-index: 1040;
}
select,
select option {
  font-weight: bold;
}

@media (max-width: 990px) {
  h1 {
    font-size: 18px;
  }
  footer {
    width: 100%;
    left: 0;
    margin: 0;
    height: 50px;
    padding: 0;
  }

  .navi-bg,
  .vertical-nav {
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .vertical-nav ul li,
  .mobile_menu ul li {
    background: var(--White);
  }

  .task-table {
    width: 95vw;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.alert-danger h2 {
  color: #a94442;
  text-align: center;
  font-weight: bold;
}
