/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Colours from priority tiles: */
.base-menu, .sub-menu-bar {
  list-style: none;
  padding: 0;
  height: 30px;
  color: white;
  -webkit-user-select: none;
  user-select: none;
}
.base-menu > li, .sub-menu-bar > li {
  float: left;
  line-height: 30px;
  border: solid white 0px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow: hidden;
}
.base-menu > li:hover, .sub-menu-bar > li:hover {
  cursor: pointer;
}
.base-menu > li a, .sub-menu-bar > li a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

#short_menu {
  top: 0px;
  height: 28px;
  border-radius: 4px 4px 0px 0px;
  display: none;
  position: absolute;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background-color: transparent;
}
.theme-service_stream #short_menu.menu_clicked > li {
  background-color: #007f64;
  color: white;
}
.theme-construction_manager #short_menu.menu_clicked > li {
  background-color: #007f64;
  color: white;
}
.theme-xero #short_menu.menu_clicked > li {
  background-color: #007f64;
  color: white;
}
.theme-construct_cloud #short_menu.menu_clicked > li {
  background-color: #007f64;
  color: white;
}
#short_menu li {
  padding-left: 15px;
  padding-right: 15px;
  width: 70px;
}

#short_sub_menu_button {
  width: 150px;
}

#main_menu_container {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.theme-service_stream #main_menu_container {
  background-color: #007f64;
}
.theme-construction_manager #main_menu_container {
  background-color: #007f64;
}
.theme-xero #main_menu_container {
  background-color: #007f64;
}
.theme-construct_cloud #main_menu_container {
  background-color: #007f64;
}
#main_menu_container #navlist {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  min-width: 1081px;
  min-height: 42px;
  top: 64px;
  left: 186px;
  gap: 16px;
}

.sub-menu-bar {
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 48px !important;
  background-color: #f3f2f1;
  font-size: 13px !important;
  font-weight: 200;
  margin: 0px;
  border-top: 1px solid #e1dfdd;
  border-bottom: 1px solid #e1dfdd;
}
.theme-service_stream .sub-menu-bar {
  color: #45464f;
}
.theme-construction_manager .sub-menu-bar {
  color: #45464f;
}
.theme-xero .sub-menu-bar {
  color: #45464f;
}
.theme-construct_cloud .sub-menu-bar {
  color: #45464f;
}
.sub-menu-bar > li:not(.submenu_divider) {
  margin: 0 12px 0 8px;
  height: 28px;
  line-height: 27px;
  background: transparent;
  transition: background 0.3s;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.theme-service_stream .sub-menu-bar > li:not(.submenu_divider) {
  border-color: #8a8886;
}
.theme-construction_manager .sub-menu-bar > li:not(.submenu_divider) {
  border-color: #8a8886;
}
.theme-xero .sub-menu-bar > li:not(.submenu_divider) {
  border-color: #8a8886;
}
.theme-construct_cloud .sub-menu-bar > li:not(.submenu_divider) {
  border-color: #8a8886;
}
.sub-menu-bar > li:not(.submenu_divider) a {
  display: block;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow: hidden;
}
.sub-menu-bar > li:first-child {
  font-weight: 600;
}
.sub-menu-bar .sub-menu-item-menu ul li {
  margin: 0 !important;
}
.sub-menu-bar > li:not(.submenu_section):not(.submenu_divider):not(.sub-menu-item-menu):hover,
.sub-menu-bar > li:not(:first-child) > a:hover {
  border-bottom: 2px solid #8a8886;
}

.sub-menu-bar.vertical_menu {
  display: block;
  position: absolute;
  height: inherit;
  z-index: 1000;
  margin-left: 5px;
  overflow: visible;
  width: 150px;
}
.sub-menu-bar.vertical_menu > li {
  color: white !important;
  border-top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  width: 180px;
  margin: 0px;
  border-radius: 0px;
}
.sub-menu-bar.vertical_menu > li:first-child {
  margin-left: 0px;
}
.theme-service_stream .sub-menu-bar.vertical_menu > li:hover {
  background-color: #45464f !important;
}
.theme-construction_manager .sub-menu-bar.vertical_menu > li:hover {
  background-color: #45464f !important;
}
.theme-xero .sub-menu-bar.vertical_menu > li:hover {
  background-color: #45464f !important;
}
.theme-construct_cloud .sub-menu-bar.vertical_menu > li:hover {
  background-color: #45464f !important;
}
.theme-service_stream .sub-menu-bar.vertical_menu > li {
  background-color: #007f64 !important;
}
.theme-construction_manager .sub-menu-bar.vertical_menu > li {
  background-color: #007f64 !important;
}
.theme-xero .sub-menu-bar.vertical_menu > li {
  background-color: #007f64 !important;
}
.theme-construct_cloud .sub-menu-bar.vertical_menu > li {
  background-color: #007f64 !important;
}
.sub-menu-bar.vertical_menu > li ul {
  margin-top: -28px;
  margin-left: 178px;
  border-radius: 0px;
  border: none;
}
.sub-menu-bar.vertical_menu > li ul li {
  width: 200px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  height: 30px;
}
.sub-menu-bar.vertical_menu > li > i.menu_chevron {
  float: right;
  display: block;
}

.title-header {
  margin: 10px 10px 0;
  background-color: #dcd6f7;
  padding: 3px 10px;
  border-radius: 4px;
  border-color: #a495ea;
}
.title-header h3 {
  color: #1d1155;
  display: inline-block;
}

.dropdown-menu {
  margin-top: 12px !important;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
  min-width: 1003px;
  min-height: 32px;
  gap: 12px;
}
.dropdown-menu > li {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  transition: background 0.3s, color 0.3s;
  height: 30px;
  line-height: 30px;
  margin: 1px 2px;
  border-radius: 4px;
  padding: 0px 12px 0px 12px !important;
}
.theme-service_stream .dropdown-menu > li {
  color: #f5f5f5;
}
.theme-construction_manager .dropdown-menu > li {
  color: #f5f5f5;
}
.theme-xero .dropdown-menu > li {
  color: #f5f5f5;
}
.theme-construct_cloud .dropdown-menu > li {
  color: #f5f5f5;
}
.theme-service_stream .dropdown-menu > li {
  background-color: #007f64;
}
.theme-construction_manager .dropdown-menu > li {
  background-color: #007f64;
}
.theme-xero .dropdown-menu > li {
  background-color: #007f64;
}
.theme-construct_cloud .dropdown-menu > li {
  background-color: #007f64;
}
.dropdown-menu > li i.glyphicons-chevron-right {
  float: right;
  display: none;
}
.theme-service_stream .dropdown-menu > li {
  border-color: #f3f2f1;
}
.theme-construction_manager .dropdown-menu > li {
  border-color: #f3f2f1;
}
.theme-xero .dropdown-menu > li {
  border-color: #f3f2f1;
}
.theme-construct_cloud .dropdown-menu > li {
  border-color: #f3f2f1;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.theme-service_stream .dropdown-menu > li > a {
  color: #f5f5f5 !important;
}
.theme-construction_manager .dropdown-menu > li > a {
  color: #f5f5f5 !important;
}
.theme-xero .dropdown-menu > li > a {
  color: #f5f5f5 !important;
}
.theme-construct_cloud .dropdown-menu > li > a {
  color: #f5f5f5 !important;
}
.dropdown-menu > li > a:hover {
  border-bottom: 1px solid #f5f5f5 !important;
}
.dropdown-menu > li > span {
  cursor: default;
  width: 59px;
  height: 20px;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
}
.theme-service_stream .dropdown-menu > li > span {
  color: #f5f5f5;
}
.theme-construction_manager .dropdown-menu > li > span {
  color: #f5f5f5;
}
.theme-xero .dropdown-menu > li > span {
  color: #f5f5f5;
}
.theme-construct_cloud .dropdown-menu > li > span {
  color: #f5f5f5;
}
.dropdown-menu > li > span:hover {
  border-bottom: 1px solid #f5f5f5 !important;
}
.dropdown-menu > li > ul {
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 999;
  border-radius: 4px;
  display: none;
  list-style: none;
  padding: 0;
  margin: -8px;
  margin-top: 0;
  border-top: none;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f5f5f5 !important;
  overflow: hidden;
}
.dropdown-menu > li > ul > :first-child {
  padding-top: 2px;
}
.dropdown-menu > li > ul > li {
  color: black !important;
  min-width: 150px;
  height: 28px;
}
.dropdown-menu > li > ul > li > a {
  color: black !important;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none !important;
}
.dropdown-menu > li > ul > li:last-of-type {
  border-bottom-width: 0;
}
.theme-service_stream .dropdown-menu > li > ul > li:hover {
  background-color: #dfdfdf;
}
.theme-construction_manager .dropdown-menu > li > ul > li:hover {
  background-color: #dfdfdf;
}
.theme-xero .dropdown-menu > li > ul > li:hover {
  background-color: #dfdfdf;
}
.theme-construct_cloud .dropdown-menu > li > ul > li:hover {
  background-color: #dfdfdf;
}
.dropdown-menu > li > ul > li:hover a {
  background-color: transparent !important;
}
.theme-service_stream .dropdown-menu > li > ul > li:hover a {
  color: #45464f !important;
}
.theme-construction_manager .dropdown-menu > li > ul > li:hover a {
  color: #45464f !important;
}
.theme-xero .dropdown-menu > li > ul > li:hover a {
  color: #45464f !important;
}
.theme-construct_cloud .dropdown-menu > li > ul > li:hover a {
  color: #45464f !important;
}
.dropdown-menu > li > ul :last-child {
  padding-bottom: 2px;
}
.dropdown-menu > li.menuActive > span {
  font-weight: 600;
  line-height: 18px !important;
}
.theme-service_stream .dropdown-menu > li.menuActive > span {
  color: #fff;
}
.theme-construction_manager .dropdown-menu > li.menuActive > span {
  color: #fff;
}
.theme-xero .dropdown-menu > li.menuActive > span {
  color: #fff;
}
.theme-construct_cloud .dropdown-menu > li.menuActive > span {
  color: #fff;
}
.dropdown-menu > li.selected {
  outline: none !important;
}
.theme-service_stream .dropdown-menu > li.selected > a {
  color: white !important;
}
.theme-construction_manager .dropdown-menu > li.selected > a {
  color: white !important;
}
.theme-xero .dropdown-menu > li.selected > a {
  color: white !important;
}
.theme-construct_cloud .dropdown-menu > li.selected > a {
  color: white !important;
}
.dropdown-menu > li.selected > span {
  width: 72px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}
.theme-service_stream .dropdown-menu > li.selected > span {
  color: white;
}
.theme-construction_manager .dropdown-menu > li.selected > span {
  color: white;
}
.theme-xero .dropdown-menu > li.selected > span {
  color: white;
}
.theme-construct_cloud .dropdown-menu > li.selected > span {
  color: white;
}

.theme-service_stream .selected_main_menu_item {
  color: #45464f !important;
}
.theme-construction_manager .selected_main_menu_item {
  color: #45464f !important;
}
.theme-xero .selected_main_menu_item {
  color: #45464f !important;
}
.theme-construct_cloud .selected_main_menu_item {
  color: #45464f !important;
}

.dropdown-sub-menu {
  display: inline-flex;
  flex-flow: row;
  height: 30px;
  line-height: 30px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  font-weight: 200;
  font-size: 13px;
  overflow: hidden;
  padding-left: 21px;
}
.dropdown-sub-menu li {
  cursor: pointer;
  background-color: white;
  transition: background 0.3s, color 0.3s;
}
.dropdown-sub-menu li.submenu_divider {
  margin-right: 7px;
}
.dropdown-sub-menu > li {
  height: 25px;
}
.dropdown-sub-menu > li:first-child {
  margin-left: 0px;
}
.dropdown-sub-menu a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.dropdown-sub-menu span {
  cursor: default;
}
.dropdown-sub-menu a:visited {
  color: inherit;
}
.dropdown-sub-menu > li {
  overflow: hidden;
}
.dropdown-sub-menu > li span,
.dropdown-sub-menu > li a {
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-sub-menu > li > ul {
  position: absolute;
  z-index: 999;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  border: 1px solid #1f6b9e;
  border-top: none;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dropdown-sub-menu > li > ul > :first-child {
  padding-top: 2px;
}
.dropdown-sub-menu > li > ul > li {
  border-top: solid 1px #4190c5;
  color: white;
  min-width: 150px;
  height: 28px;
}
.theme-service_stream .dropdown-sub-menu > li > ul > li {
  border-color: #118f74 !important;
}
.theme-construction_manager .dropdown-sub-menu > li > ul > li {
  border-color: #118f74 !important;
}
.theme-xero .dropdown-sub-menu > li > ul > li {
  border-color: #118f74 !important;
}
.theme-construct_cloud .dropdown-sub-menu > li > ul > li {
  border-color: #118f74 !important;
}
.theme-service_stream .dropdown-sub-menu > li > ul > li {
  background-color: #007f64;
}
.theme-construction_manager .dropdown-sub-menu > li > ul > li {
  background-color: #007f64;
}
.theme-xero .dropdown-sub-menu > li > ul > li {
  background-color: #007f64;
}
.theme-construct_cloud .dropdown-sub-menu > li > ul > li {
  background-color: #007f64;
}
.dropdown-sub-menu > li > ul > li:last-of-type {
  border-bottom-width: 0;
}
.theme-service_stream .dropdown-sub-menu > li > ul > li:hover {
  background-color: #45464f !important;
}
.theme-construction_manager .dropdown-sub-menu > li > ul > li:hover {
  background-color: #45464f !important;
}
.theme-xero .dropdown-sub-menu > li > ul > li:hover {
  background-color: #45464f !important;
}
.theme-construct_cloud .dropdown-sub-menu > li > ul > li:hover {
  background-color: #45464f !important;
}
.dropdown-sub-menu > li > ul :last-child {
  padding-bottom: 2px;
}

#main_menu.vertical_menu {
  display: block;
  position: absolute;
  top: 30px;
  left: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  border-top: none;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-width: 400px;
  min-height: 400px;
  z-index: 999;
  border-radius: 4px;
  background-color: transparent;
}
#main_menu.vertical_menu > li {
  background-color: #ffffff;
  color: black;
  max-width: 160px;
  height: 28px;
  margin: 0;
  padding-left: 15px;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#main_menu.vertical_menu > li:first-child {
  margin-left: 0px !important;
}
#main_menu.vertical_menu > li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.theme-service_stream #main_menu.vertical_menu > li:hover {
  background-color: #dfdfdf;
}
.theme-construction_manager #main_menu.vertical_menu > li:hover {
  background-color: #dfdfdf;
}
.theme-xero #main_menu.vertical_menu > li:hover {
  background-color: #dfdfdf;
}
.theme-construct_cloud #main_menu.vertical_menu > li:hover {
  background-color: #dfdfdf;
}
#main_menu.vertical_menu > li:hover a {
  background-color: transparent !important;
}
.theme-service_stream #main_menu.vertical_menu > li:hover a {
  color: #45464f !important;
}
.theme-construction_manager #main_menu.vertical_menu > li:hover a {
  color: #45464f !important;
}
.theme-xero #main_menu.vertical_menu > li:hover a {
  color: #45464f !important;
}
.theme-construct_cloud #main_menu.vertical_menu > li:hover a {
  color: #45464f !important;
}
#main_menu.vertical_menu > li > ul {
  left: 159px;
  top: 0px;
  margin: 0px !important;
}
#main_menu.vertical_menu > li > ul li {
  white-space: nowrap;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  height: 28px;
}
#main_menu.vertical_menu > li > ul li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#main_menu.vertical_menu > li > i.menu_chevron {
  float: right;
  display: block;
}

.menu_chevron {
  display: none;
}

.mini-menu-option {
  cursor: pointer;
  transition: 0.5s;
  color: #444;
}

.mini-menu-option:hover {
  transition: 0.5s;
}

.columns-li {
  margin: 0;
  line-height: 30px;
  height: 30px;
  float: right;
  color: white;
  border: solid white 0px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.listFilterContainer {
  float: right;
  padding: 0px;
  border: none;
}
.listFilterContainer li {
  border: none;
  padding: 0px;
  padding-right: 5px;
}
.listFilterContainer li:hover {
  border: none !important;
  background: transparent !important;
}

.listFilterDropDown {
  width: 100%;
  margin-top: -2px !important;
  background: transparent;
  height: 25px !important;
}

.expanding_menu_icon i {
  margin-top: 5px;
  vertical-align: top;
}

.expanding_menu_text {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

#notification_panel {
  width: 510px;
  max-height: 920px;
  position: absolute;
  background: white;
  z-index: 1000;
  box-shadow: 0px 25.6px 57.6px 0px rgba(0, 0, 0, 0.22), 0px 4.8px 14.4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  border-color: white !important;
  overflow: hidden;
  right: 0px;
  top: 52px;
  display: block;
  box-sizing: content-box;
}
#notification_panel .notiication_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 22px 23px;
  border-bottom: 1px solid;
}
.theme-service_stream #notification_panel .notiication_header {
  border-color: #8a8886;
}
.theme-construction_manager #notification_panel .notiication_header {
  border-color: #8a8886;
}
.theme-xero #notification_panel .notiication_header {
  border-color: #8a8886;
}
.theme-construct_cloud #notification_panel .notiication_header {
  border-color: #8a8886;
}
#notification_panel h5 {
  flex-grow: 2;
  padding: 3px;
  height: 34px;
  color: #323130;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
}
#notification_panel .notification_delete_all {
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  color: #605e5c;
  text-align: center;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #8a8886;
  background: #fff;
}

.no_notifications {
  text-align: center;
  height: 48px;
  color: #aaa;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 8px;
}

.notification_line {
  display: flex;
  flex-direction: row;
  padding: 8px 4px;
  gap: 10px;
  border-bottom: 1px solid;
  min-height: 40px;
}
.theme-service_stream .notification_line {
  border-color: #8a8886;
}
.theme-construction_manager .notification_line {
  border-color: #8a8886;
}
.theme-xero .notification_line {
  border-color: #8a8886;
}
.theme-construct_cloud .notification_line {
  border-color: #8a8886;
}

.notification_delete {
  height: 100%;
}

.notification_priority {
  background-repeat: repeat;
  width: 16px;
  margin-right: 5px;
}
.notification_priority[priority="1"] {
  background: #bf433f;
}
.notification_priority[priority="2"] {
  background: url("/images/orangetile.png");
}
.notification_priority[priority="3"] {
  background: url("/images/greentile.png");
}

.notification_delete {
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}
.notification_delete i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 100%;
}

.notification_spacer {
  width: 1px;
  margin-top: 6px;
  height: 28px;
  background: #eee;
}

.notification_link {
  text-decoration: none;
}
.theme-service_stream .notification_link {
  color: #45464f !important;
}
.theme-construction_manager .notification_link {
  color: #45464f !important;
}
.theme-xero .notification_link {
  color: #45464f !important;
}
.theme-construct_cloud .notification_link {
  color: #45464f !important;
}

.notification_textarea {
  width: 560px;
}

.notification_timestamp {
  font-weight: bold;
  margin-bottom: 10px;
}

#notification_menu {
  cursor: pointer;
}
#notification_menu.wiggle {
  animation: wiggle linear 1s;
}
#notification_menu #notification_anchor {
  position: relative;
  padding-left: 5px;
}
#notification_menu .notification-count {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: #e00;
  color: white;
  border-radius: 30px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
  line-height: unset;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.theme-service_stream #notification_menu:hover a {
  color: #45464f;
}
.theme-construction_manager #notification_menu:hover a {
  color: #45464f;
}
.theme-xero #notification_menu:hover a {
  color: #45464f;
}
.theme-construct_cloud #notification_menu:hover a {
  color: #45464f;
}

ul li.tab_button.widebutton button {
  width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
}

ul li.tab_button.euro_button button {
  background-color: #003399 !important;
  padding-left: 3px;
}

ul li.tab_button button {
  width: 45px !important;
  margin: 0px !important;
  overflow: hidden;
  border-radius: 3px !important;
  height: 45px !important;
  padding: 0;
}
.theme-service_stream ul li.tab_button button {
  color: white !important;
}
.theme-construction_manager ul li.tab_button button {
  color: white !important;
}
.theme-xero ul li.tab_button button {
  color: white !important;
}
.theme-construct_cloud ul li.tab_button button {
  color: white !important;
}
.theme-service_stream ul li.tab_button button {
  background-color: #007f64;
}
.theme-construction_manager ul li.tab_button button {
  background-color: #007f64;
}
.theme-xero ul li.tab_button button {
  background-color: #007f64;
}
.theme-construct_cloud ul li.tab_button button {
  background-color: #007f64;
}
ul li.tab_button button i {
  font-size: 30px !important;
  vertical-align: top !important;
}
.theme-service_stream ul li.tab_button button:hover {
  background: #009978;
}
.theme-construction_manager ul li.tab_button button:hover {
  background: #009978;
}
.theme-xero ul li.tab_button button:hover {
  background: #009978;
}
.theme-construct_cloud ul li.tab_button button:hover {
  background: #009978;
}

ul li.tab_button button[disabled] {
  color: #eee !important;
  cursor: not-allowed !important;
}
.theme-service_stream ul li.tab_button button[disabled] {
  background-color: #969696 !important;
}
.theme-construction_manager ul li.tab_button button[disabled] {
  background-color: #969696 !important;
}
.theme-xero ul li.tab_button button[disabled] {
  background-color: #969696 !important;
}
.theme-construct_cloud ul li.tab_button button[disabled] {
  background-color: #969696 !important;
}

.tab_button {
  float: right !important;
  background: #ecf0f1 !important;
  margin-top: -5px !important;
  border-radius: 0px !important;
  height: 45px !important;
  padding-top: 0px !important;
  margin-right: 0px !important;
  padding-left: 4px !important;
}

ul li.tab_button_with_text button {
  padding: 0 10px !important;
  width: auto !important;
}

.tab_button_spacer {
  height: 45px !important;
  width: 0px;
  border-left: 5px solid;
  float: right !important;
  margin-top: -5px !important;
  border-radius: 0px !important;
  padding-top: 0px !important;
  margin-right: 0px !important;
}
.theme-service_stream .tab_button_spacer {
  border-color: #eeeeee !important;
}
.theme-construction_manager .tab_button_spacer {
  border-color: #eeeeee !important;
}
.theme-xero .tab_button_spacer {
  border-color: #eeeeee !important;
}
.theme-construct_cloud .tab_button_spacer {
  border-color: #eeeeee !important;
}
.theme-service_stream .tab_button_spacer {
  background-color: #eeeeee !important;
}
.theme-construction_manager .tab_button_spacer {
  background-color: #eeeeee !important;
}
.theme-xero .tab_button_spacer {
  background-color: #eeeeee !important;
}
.theme-construct_cloud .tab_button_spacer {
  background-color: #eeeeee !important;
}
.tab_button_spacer div {
  height: 45px !important;
  width: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theme-service_stream .tab_button_spacer div {
  background-color: #007f64 !important;
}
.theme-construction_manager .tab_button_spacer div {
  background-color: #007f64 !important;
}
.theme-xero .tab_button_spacer div {
  background-color: #007f64 !important;
}
.theme-construct_cloud .tab_button_spacer div {
  background-color: #007f64 !important;
}

.tab_terminator {
  height: 45px !important;
  width: 15px;
  background-color: #ecf0f1 !important;
  float: right !important;
  margin-top: -5px !important;
  padding-top: 0px !important;
  margin-right: 0px !important;
  border-radius: 0px !important;
}
.tab_terminator div {
  height: 45px !important;
  width: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.theme-service_stream .tab_terminator div {
  background-color: #007f64 !important;
}
.theme-construction_manager .tab_terminator div {
  background-color: #007f64 !important;
}
.theme-xero .tab_terminator div {
  background-color: #007f64 !important;
}
.theme-construct_cloud .tab_terminator div {
  background-color: #007f64 !important;
}

.ui-tabs .ui-tabs-nav {
  padding-right: 0px !important;
}

.menu_error_area {
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  height: 28px;
  overflow: hidden;
}
.menu_error_area div {
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  line-height: 28px;
  margin-left: 10px;
}
.menu_error_area div::before {
  content: "\e505";
  font-family: "Glyphicons Regular";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: top;
  margin-right: 5px;
  font-size: 13px;
}
.menu_error_area div.blank_error_message::before {
  content: "";
}

.submenu_section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: default !important;
}
.submenu_section img {
  height: 24px;
  width: 24px;
}
.submenu_section a {
  height: 28px;
  cursor: pointer !important;
}
.theme-service_stream .submenu_section a {
  border-color: #118f74;
}
.theme-construction_manager .submenu_section a {
  border-color: #118f74;
}
.theme-xero .submenu_section a {
  border-color: #118f74;
}
.theme-construct_cloud .submenu_section a {
  border-color: #118f74;
}

.sub-menu-bar li.submenu_section:first-child {
  color: var(--type-colors-secondary, #605e5c);
  text-align: center;
  padding-left: 5px;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  margin-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow: hidden;
}

.sub-menu-bar li.submenu_section {
  height: 28px;
}
.theme-service_stream .sub-menu-bar li.submenu_section {
  border-color: #8a8886 !important;
}
.theme-construction_manager .sub-menu-bar li.submenu_section {
  border-color: #8a8886 !important;
}
.theme-xero .sub-menu-bar li.submenu_section {
  border-color: #8a8886 !important;
}
.theme-construct_cloud .sub-menu-bar li.submenu_section {
  border-color: #8a8886 !important;
}

.menu_emphasis {
  font-weight: bold;
}

.submenu_divider {
  padding: 0px;
  color: #888888;
}
.submenu_divider i {
  padding: 0px;
  vertical-align: middle !important;
}
.submenu_divider i.glyphicons:before {
  padding: 0px !important;
}

.menu_icon {
  font-size: 24px !important;
}

a.disabled-menu-item {
  pointer-events: none;
}

li.disabled-menu-item {
  cursor: not-allowed !important;
}

.disabled-menu-button:hover {
  cursor: not-allowed !important;
}

.submenu_menu_down {
  color: #888888 !important;
}

ul.sub-menu-bar .sub-menu-item-menu ul {
  position: absolute;
  display: none;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  background: white;
  z-index: 100;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}
ul.sub-menu-bar .sub-menu-item-menu ul li {
  padding-left: 5px;
  padding-right: 5px;
}
ul.sub-menu-bar .sub-menu-item-menu ul li.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.theme-service_stream ul.sub-menu-bar .sub-menu-item-menu ul li:hover {
  background-color: #dfdfdf;
}
.theme-construction_manager ul.sub-menu-bar .sub-menu-item-menu ul li:hover {
  background-color: #dfdfdf;
}
.theme-xero ul.sub-menu-bar .sub-menu-item-menu ul li:hover {
  background-color: #dfdfdf;
}
.theme-construct_cloud ul.sub-menu-bar .sub-menu-item-menu ul li:hover {
  background-color: #dfdfdf;
}
ul.sub-menu-bar .sub-menu-item-menu .glyphicons {
  vertical-align: middle !important;
  line-height: unset !important;
}
ul.sub-menu-bar .sub-menu-item-menu .glyphicons:before {
  padding: 0px !important;
}

@media (max-width: 500px) {
  ul.sub-menu-bar li {
    font-weight: bold !important;
  }
}
.ui-tabs-paging-prev {
  background-color: transparent !important;
  color: white !important;
  border: 0px !important;
  width: 14px;
}
.ui-tabs-paging-prev a i {
  margin-left: -8px;
  line-height: 25px !important;
}

.ui-tabs-paging-next {
  background-color: transparent !important;
  color: white !important;
  border: 0px !important;
  width: 14px;
}
.ui-tabs-paging-next a i {
  line-height: 25px !important;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  -webkit-activelink: rgb(0, 0, 0);
}
.login-container a {
  color: rgb(0, 0, 0);
}
.login-container .login-form {
  margin-top: 80px;
  width: 450px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  padding: 50px;
  border-radius: 7px;
  background-color: rgb(242, 242, 242);
  display: flex;
  flex-direction: column;
}
.login-container .login-form input {
  height: 34px;
  font-family: sans-serif;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-top: 5px;
  padding: 8px 12px;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
  border-style: solid;
  border-radius: 6px;
  background-color: white;
  border-color: #e1dfdd;
  border-width: 0.5px;
}
.login-container .login-form input:focus {
  border-color: #45464f;
}
.login-container .login-form #login-email {
  margin-top: 0px;
}
.login-container .login-form #log-in-button {
  cursor: pointer;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
  background-size: 30px 30px;
  border-width: 0px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  overflow-y: hidden;
  margin-top: 10px;
  background-color: #007f64;
  font-size: 14px;
}
.login-container .login-form #log-in-button:hover {
  background-color: #009978;
}
.login-container .login-form #xero_login {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
  background-size: 30px 30px;
  border-width: 0px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  overflow-y: hidden;
  background-color: #007f64;
  margin-top: 5px;
  width: 100%;
  padding: 0px;
}
.login-container .login-form-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: transparent !important;
  height: 110px;
  left: -51px;
  margin-bottom: 40px;
  margin-top: -50px;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  width: calc(100% + 100px);
  background-color: #007f64;
  padding-top: 6px;
}
.login-container .login-form-header .login-form-branding {
  width: calc(100% - 20px);
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 20px;
  height: 92px;
  background-image: url(/assets/images/logo-cc.svg);
  background-position-y: bottom;
  background-size: 85%;
}
.login-container .login-form-error-message-wrapper {
  margin-top: 10px;
  display: flex;
  color: red;
  font-size: 0.9em;
  align-items: center;
  justify-content: left;
}
.login-container .login-form-sub-links {
  margin-top: 10px;
}
.login-container .login-form-sub-links a {
  font-size: 13px;
}
.login-container .login_company_logo {
  background-image: url("/assets/images/eque2_logo_new.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  height: 55px;
  width: 180px;
}
.login-container .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-container .footer {
  font-size: 10px;
  margin-top: 30px;
}

@font-face {
  font-family: "Glyphicons Regular" !important;
  src: url("/assets/fonts/glyphicons-regular.eot");
  src: url("/assets/fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/glyphicons-regular.woff2") format("woff2"), url("/assets/fonts/glyphicons-regular.woff") format("woff"), url("/assets/fonts/glyphicons-regular.ttf") format("truetype"), url("/assets/fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");
}
.glyphicons,
.ui-icon-closethick {
  display: inline-block;
  font-family: "Glyphicons Regular" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
}

.glyphicons.x05 {
  font-size: 12px;
}

.glyphicons.x2 {
  font-size: 48px;
}

.glyphicons.x2:before {
  padding: 8px 12px;
}

.glyphicons.x3 {
  font-size: 72px;
}

.glyphicons.x3:before {
  padding: 16px 20px;
}

.glyphicons.x4 {
  font-size: 96px;
}

.glyphicons.x4:before {
  padding: 20px 28px;
}

.glyphicons.x5 {
  font-size: 120px;
}

.glyphicons.x5:before {
  padding: 28px 36px;
}

.glyphicons.light:before {
  color: #f2f2f2;
}

.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.glyphicons.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.glyphicons.flipv {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.glyphicons.rotate90 {
  transform: rotate(90deg);
}

.glyphicons.rotate180 {
  transform: rotate(180deg);
}

.glyphicons.rotate270 {
  transform: rotate(270deg);
}

.glyphicons-glass:before {
  content: "\e001";
}

.glyphicons-leaf:before {
  content: "\e002";
}

.glyphicons-dog:before {
  content: "\e003";
}

.glyphicons-user:before {
  content: "\e004";
}

.glyphicons-girl:before {
  content: "\e005";
}

.glyphicons-car:before {
  content: "\e006";
}

.glyphicons-user-add:before {
  content: "\e007";
}

.glyphicons-user-remove:before {
  content: "\e008";
}

.glyphicons-film:before {
  content: "\e009";
}

.glyphicons-magic:before {
  content: "\e010";
}

.glyphicons-envelope:before {
  content: "\e011";
}

.glyphicons-camera:before {
  content: "\e012";
}

.glyphicons-heart:before {
  content: "\e013";
}

.glyphicons-beach-umbrella:before {
  content: "\e014";
}

.glyphicons-train:before {
  content: "\e015";
}

.glyphicons-print:before {
  content: "\e016";
}

.glyphicons-bin:before {
  content: "\e017";
}

.glyphicons-music:before {
  content: "\e018";
}

.glyphicons-music-alt:before {
  content: "\e019";
}

.glyphicons-heart-empty:before {
  content: "\e020";
}

.glyphicons-home:before {
  content: "\e021";
}

.glyphicons-snowflake:before {
  content: "\e022";
}

.glyphicons-fire:before {
  content: "\e023";
}

.glyphicons-magnet:before {
  content: "\e024";
}

.glyphicons-parents:before {
  content: "\e025";
}

.glyphicons-binoculars:before {
  content: "\e026";
}

.glyphicons-road:before {
  content: "\e027";
}

.glyphicons-search:before {
  content: "\e028";
}

.glyphicons-cars:before {
  content: "\e029";
}

.glyphicons-notes-2:before {
  content: "\e030";
}

.glyphicons-pencil:before {
  content: "\e031";
}

.glyphicons-bus:before {
  content: "\e032";
}

.glyphicons-wifi-alt:before {
  content: "\e033";
}

.glyphicons-luggage:before {
  content: "\e034";
}

.glyphicons-old-man:before {
  content: "\e035";
}

.glyphicons-woman:before {
  content: "\e036";
}

.glyphicons-file:before {
  content: "\e037";
}

.glyphicons-coins:before {
  content: "\e038";
}

.glyphicons-plane:before {
  content: "\e039";
}

.glyphicons-notes:before {
  content: "\e040";
}

.glyphicons-stats:before {
  content: "\e041";
}

.glyphicons-charts:before {
  content: "\e042";
}

.glyphicons-pie-chart:before {
  content: "\e043";
}

.glyphicons-group:before {
  content: "\e044";
}

.glyphicons-keys:before {
  content: "\e045";
}

.glyphicons-calendar:before {
  content: "\e046";
}

.glyphicons-router:before {
  content: "\e047";
}

.glyphicons-camera-small:before {
  content: "\e048";
}

.glyphicons-star-empty:before {
  content: "\e049";
}

.glyphicons-star:before {
  content: "\e050";
}

.glyphicons-link:before {
  content: "\e051";
}

.glyphicons-eye-open:before {
  content: "\e052";
}

.glyphicons-eye-close:before {
  content: "\e053";
}

.glyphicons-alarm:before {
  content: "\e054";
}

.glyphicons-clock:before {
  content: "\e055";
}

.glyphicons-stopwatch:before {
  content: "\e056";
}

.glyphicons-projector:before {
  content: "\e057";
}

.glyphicons-history:before {
  content: "\e058";
}

.glyphicons-truck:before {
  content: "\e059";
}

.glyphicons-cargo:before {
  content: "\e060";
}

.glyphicons-compass:before {
  content: "\e061";
}

.glyphicons-keynote:before {
  content: "\e062";
}

.glyphicons-paperclip:before {
  content: "\e063";
}

.glyphicons-power:before {
  content: "\e064";
}

.glyphicons-lightbulb:before {
  content: "\e065";
}

.glyphicons-tag:before {
  content: "\e066";
}

.glyphicons-tags:before {
  content: "\e067";
}

.glyphicons-cleaning:before {
  content: "\e068";
}

.glyphicons-ruler:before {
  content: "\e069";
}

.glyphicons-gift:before {
  content: "\e070";
}

.glyphicons-umbrella:before {
  content: "\e071";
}

.glyphicons-book:before {
  content: "\e072";
}

.glyphicons-bookmark:before {
  content: "\e073";
}

.glyphicons-wifi:before {
  content: "\e074";
}

.glyphicons-cup:before {
  content: "\e075";
}

.glyphicons-stroller:before {
  content: "\e076";
}

.glyphicons-headphones:before {
  content: "\e077";
}

.glyphicons-headset:before {
  content: "\e078";
}

.glyphicons-warning-sign:before {
  content: "\e079";
}

.glyphicons-signal:before {
  content: "\e080";
}

.glyphicons-retweet:before {
  content: "\e081";
}

.glyphicons-refresh:before {
  content: "\e082";
}

.glyphicons-roundabout:before {
  content: "\e083";
}

.glyphicons-random:before {
  content: "\e084";
}

.glyphicons-heat:before {
  content: "\e085";
}

.glyphicons-repeat:before {
  content: "\e086";
}

.glyphicons-display:before {
  content: "\e087";
}

.glyphicons-log-book:before {
  content: "\e088";
}

.glyphicons-address-book:before {
  content: "\e089";
}

.glyphicons-building:before {
  content: "\e090";
}

.glyphicons-eyedropper:before {
  content: "\e091";
}

.glyphicons-adjust:before {
  content: "\e092";
}

.glyphicons-tint:before {
  content: "\e093";
}

.glyphicons-crop:before {
  content: "\e094";
}

.glyphicons-vector-path-square:before {
  content: "\e095";
}

.glyphicons-vector-path-circle:before {
  content: "\e096";
}

.glyphicons-vector-path-polygon:before {
  content: "\e097";
}

.glyphicons-vector-path-line:before {
  content: "\e098";
}

.glyphicons-vector-path-curve:before {
  content: "\e099";
}

.glyphicons-vector-path-all:before {
  content: "\e100";
}

.glyphicons-font:before {
  content: "\e101";
}

.glyphicons-italic:before {
  content: "\e102";
}

.glyphicons-bold:before {
  content: "\e103";
}

.glyphicons-text-underline:before {
  content: "\e104";
}

.glyphicons-text-strike:before {
  content: "\e105";
}

.glyphicons-text-height:before {
  content: "\e106";
}

.glyphicons-text-width:before {
  content: "\e107";
}

.glyphicons-text-resize:before {
  content: "\e108";
}

.glyphicons-left-indent:before {
  content: "\e109";
}

.glyphicons-right-indent:before {
  content: "\e110";
}

.glyphicons-align-left:before {
  content: "\e111";
}

.glyphicons-align-center:before {
  content: "\e112";
}

.glyphicons-align-right:before {
  content: "\e113";
}

.glyphicons-justify:before {
  content: "\e114";
}

.glyphicons-list:before {
  content: "\e115";
}

.glyphicons-text-smaller:before {
  content: "\e116";
}

.glyphicons-text-bigger:before {
  content: "\e117";
}

.glyphicons-embed:before {
  content: "\e118";
}

.glyphicons-embed-close:before {
  content: "\e119";
}

.glyphicons-table:before {
  content: "\e120";
}

.glyphicons-message-full:before {
  content: "\e121";
}

.glyphicons-message-empty:before {
  content: "\e122";
}

.glyphicons-message-in:before {
  content: "\e123";
}

.glyphicons-message-out:before {
  content: "\e124";
}

.glyphicons-message-plus:before {
  content: "\e125";
}

.glyphicons-message-minus:before {
  content: "\e126";
}

.glyphicons-message-ban:before {
  content: "\e127";
}

.glyphicons-message-flag:before {
  content: "\e128";
}

.glyphicons-message-lock:before {
  content: "\e129";
}

.glyphicons-message-new:before {
  content: "\e130";
}

.glyphicons-inbox:before {
  content: "\e131";
}

.glyphicons-inbox-plus:before {
  content: "\e132";
}

.glyphicons-inbox-minus:before {
  content: "\e133";
}

.glyphicons-inbox-lock:before {
  content: "\e134";
}

.glyphicons-inbox-in:before {
  content: "\e135";
}

.glyphicons-inbox-out:before {
  content: "\e136";
}

.glyphicons-cogwheel:before {
  content: "\e137";
}

.glyphicons-cogwheels:before {
  content: "\e138";
}

.glyphicons-picture:before {
  content: "\e139";
}

.glyphicons-adjust-alt:before {
  content: "\e140";
}

.glyphicons-database-lock:before {
  content: "\e141";
}

.glyphicons-database-plus:before {
  content: "\e142";
}

.glyphicons-database-minus:before {
  content: "\e143";
}

.glyphicons-database-ban:before {
  content: "\e144";
}

.glyphicons-folder-open:before {
  content: "\e145";
}

.glyphicons-folder-plus:before {
  content: "\e146";
}

.glyphicons-folder-minus:before {
  content: "\e147";
}

.glyphicons-folder-lock:before {
  content: "\e148";
}

.glyphicons-folder-flag:before {
  content: "\e149";
}

.glyphicons-folder-new:before {
  content: "\e150";
}

.glyphicons-edit:before {
  content: "\e151";
}

.glyphicons-new-window:before {
  content: "\e152";
}

.glyphicons-check:before {
  content: "\e153";
}

.glyphicons-unchecked:before {
  content: "\e154";
}

.glyphicons-more-windows:before {
  content: "\e155";
}

.glyphicons-show-big-thumbnails:before {
  content: "\e156";
}

.glyphicons-show-thumbnails:before {
  content: "\e157";
}

.glyphicons-show-thumbnails-with-lines:before {
  content: "\e158";
}

.glyphicons-show-lines:before {
  content: "\e159";
}

.glyphicons-playlist:before {
  content: "\e160";
}

.glyphicons-imac:before {
  content: "\e161";
}

.glyphicons-macbook:before {
  content: "\e162";
}

.glyphicons-ipad:before {
  content: "\e163";
}

.glyphicons-iphone:before {
  content: "\e164";
}

.glyphicons-iphone-transfer:before {
  content: "\e165";
}

.glyphicons-iphone-exchange:before {
  content: "\e166";
}

.glyphicons-ipod:before {
  content: "\e167";
}

.glyphicons-ipod-shuffle:before {
  content: "\e168";
}

.glyphicons-ear-plugs:before {
  content: "\e169";
}

.glyphicons-record:before {
  content: "\e170";
}

.glyphicons-step-backward:before {
  content: "\e171";
}

.glyphicons-fast-backward:before {
  content: "\e172";
}

.glyphicons-rewind:before {
  content: "\e173";
}

.glyphicons-play:before {
  content: "\e174";
}

.glyphicons-pause:before {
  content: "\e175";
}

.glyphicons-stop:before {
  content: "\e176";
}

.glyphicons-forward:before {
  content: "\e177";
}

.glyphicons-fast-forward:before {
  content: "\e178";
}

.glyphicons-step-forward:before {
  content: "\e179";
}

.glyphicons-eject:before {
  content: "\e180";
}

.glyphicons-facetime-video:before {
  content: "\e181";
}

.glyphicons-download-alt:before {
  content: "\e182";
}

.glyphicons-mute:before {
  content: "\e183";
}

.glyphicons-volume-down:before {
  content: "\e184";
}

.glyphicons-volume-up:before {
  content: "\e185";
}

.glyphicons-screenshot:before {
  content: "\e186";
}

.glyphicons-move:before {
  content: "\e187";
}

.glyphicons-more:before {
  content: "\e188";
}

.glyphicons-brightness-reduce:before {
  content: "\e189";
}

.glyphicons-brightness-increase:before {
  content: "\e190";
}

.glyphicons-plus-sign:before {
  content: "\e191";
}

.glyphicons-minus-sign:before {
  content: "\e192";
}

.glyphicons-remove-sign:before {
  content: "\e193";
}

.glyphicons-ok-sign:before {
  content: "\e194";
}

.glyphicons-question-sign:before {
  content: "\e195";
}

.glyphicons-info-sign:before {
  content: "\e196";
}

.glyphicons-exclamation-sign:before {
  content: "\e197";
}

.glyphicons-remove-circle:before {
  content: "\e198";
}

.glyphicons-ok-circle:before {
  content: "\e199";
}

.glyphicons-ban-circle:before {
  content: "\e200";
}

.glyphicons-download:before {
  content: "\e201";
}

.glyphicons-upload:before {
  content: "\e202";
}

.glyphicons-shopping-cart:before {
  content: "\e203";
}

.glyphicons-lock:before {
  content: "\e204";
}

.glyphicons-unlock:before {
  content: "\e205";
}

.glyphicons-electricity:before {
  content: "\e206";
}

.glyphicons-ok:before {
  content: "\e207";
}

.glyphicons-remove:before,
.ui-icon-closethick:before {
  content: "\e208";
}

.glyphicons-cart-in:before {
  content: "\e209";
}

.glyphicons-cart-out:before {
  content: "\e210";
}

.glyphicons-arrow-left:before {
  content: "\e211";
}

.glyphicons-arrow-right:before {
  content: "\e212";
}

.glyphicons-arrow-down:before {
  content: "\e213";
}

.glyphicons-arrow-up:before {
  content: "\e214";
}

.glyphicons-resize-small:before {
  content: "\e215";
}

.glyphicons-resize-full:before {
  content: "\e216";
}

.glyphicons-circle-arrow-left:before {
  content: "\e217";
}

.glyphicons-circle-arrow-right:before {
  content: "\e218";
}

.glyphicons-circle-arrow-top:before {
  content: "\e219";
}

.glyphicons-circle-arrow-down:before {
  content: "\e220";
}

.glyphicons-play-button:before {
  content: "\e221";
}

.glyphicons-unshare:before {
  content: "\e222";
}

.glyphicons-share:before {
  content: "\e223";
}

.glyphicons-chevron-right:before {
  content: "\e224";
}

.glyphicons-chevron-left:before {
  content: "\e225";
}

.glyphicons-bluetooth:before {
  content: "\e226";
}

.glyphicons-euro:before {
  content: "\e227";
}

.glyphicons-usd:before {
  content: "\e228";
}

.glyphicons-gbp:before {
  content: "\e229";
}

.glyphicons-retweet-2:before {
  content: "\e230";
}

.glyphicons-moon:before {
  content: "\e231";
}

.glyphicons-sun:before {
  content: "\e232";
}

.glyphicons-cloud:before {
  content: "\e233";
}

.glyphicons-direction:before {
  content: "\e234";
}

.glyphicons-brush:before {
  content: "\e235";
}

.glyphicons-pen:before {
  content: "\e236";
}

.glyphicons-zoom-in:before {
  content: "\e237";
}

.glyphicons-zoom-out:before {
  content: "\e238";
}

.glyphicons-pin:before {
  content: "\e239";
}

.glyphicons-albums:before {
  content: "\e240";
}

.glyphicons-rotation-lock:before {
  content: "\e241";
}

.glyphicons-flash:before {
  content: "\e242";
}

.glyphicons-map-marker:before {
  content: "\e243";
}

.glyphicons-anchor:before {
  content: "\e244";
}

.glyphicons-conversation:before {
  content: "\e245";
}

.glyphicons-chat:before {
  content: "\e246";
}

.glyphicons-note-empty:before {
  content: "\e247";
}

.glyphicons-note:before {
  content: "\e248";
}

.glyphicons-asterisk:before {
  content: "\e249";
}

.glyphicons-divide:before {
  content: "\e250";
}

.glyphicons-snorkel-diving:before {
  content: "\e251";
}

.glyphicons-scuba-diving:before {
  content: "\e252";
}

.glyphicons-oxygen-bottle:before {
  content: "\e253";
}

.glyphicons-fins:before {
  content: "\e254";
}

.glyphicons-fishes:before {
  content: "\e255";
}

.glyphicons-boat:before {
  content: "\e256";
}

.glyphicons-delete:before {
  content: "\e257";
}

.glyphicons-sheriffs-star:before {
  content: "\e258";
}

.glyphicons-qrcode:before {
  content: "\e259";
}

.glyphicons-barcode:before {
  content: "\e260";
}

.glyphicons-pool:before {
  content: "\e261";
}

.glyphicons-buoy:before {
  content: "\e262";
}

.glyphicons-spade:before {
  content: "\e263";
}

.glyphicons-bank:before {
  content: "\e264";
}

.glyphicons-vcard:before {
  content: "\e265";
}

.glyphicons-electrical-plug:before {
  content: "\e266";
}

.glyphicons-flag:before {
  content: "\e267";
}

.glyphicons-credit-card:before {
  content: "\e268";
}

.glyphicons-keyboard-wireless:before {
  content: "\e269";
}

.glyphicons-keyboard-wired:before {
  content: "\e270";
}

.glyphicons-shield:before {
  content: "\e271";
}

.glyphicons-ring:before {
  content: "\e272";
}

.glyphicons-cake:before {
  content: "\e273";
}

.glyphicons-drink:before {
  content: "\e274";
}

.glyphicons-beer:before {
  content: "\e275";
}

.glyphicons-fast-food:before {
  content: "\e276";
}

.glyphicons-cutlery:before {
  content: "\e277";
}

.glyphicons-pizza:before {
  content: "\e278";
}

.glyphicons-birthday-cake:before {
  content: "\e279";
}

.glyphicons-tablet:before {
  content: "\e280";
}

.glyphicons-settings:before {
  content: "\e281";
}

.glyphicons-bullets:before {
  content: "\e282";
}

.glyphicons-cardio:before {
  content: "\e283";
}

.glyphicons-t-shirt:before {
  content: "\e284";
}

.glyphicons-pants:before {
  content: "\e285";
}

.glyphicons-sweater:before {
  content: "\e286";
}

.glyphicons-fabric:before {
  content: "\e287";
}

.glyphicons-leather:before {
  content: "\e288";
}

.glyphicons-scissors:before {
  content: "\e289";
}

.glyphicons-bomb:before {
  content: "\e290";
}

.glyphicons-skull:before {
  content: "\e291";
}

.glyphicons-celebration:before {
  content: "\e292";
}

.glyphicons-tea-kettle:before {
  content: "\e293";
}

.glyphicons-french-press:before {
  content: "\e294";
}

.glyphicons-coffee-cup:before {
  content: "\e295";
}

.glyphicons-pot:before {
  content: "\e296";
}

.glyphicons-grater:before {
  content: "\e297";
}

.glyphicons-kettle:before {
  content: "\e298";
}

.glyphicons-hospital:before {
  content: "\e299";
}

.glyphicons-hospital-h:before {
  content: "\e300";
}

.glyphicons-microphone:before {
  content: "\e301";
}

.glyphicons-webcam:before {
  content: "\e302";
}

.glyphicons-temple-christianity-church:before {
  content: "\e303";
}

.glyphicons-temple-islam:before {
  content: "\e304";
}

.glyphicons-temple-hindu:before {
  content: "\e305";
}

.glyphicons-temple-buddhist:before {
  content: "\e306";
}

.glyphicons-bicycle:before {
  content: "\e307";
}

.glyphicons-life-preserver:before {
  content: "\e308";
}

.glyphicons-share-alt:before {
  content: "\e309";
}

.glyphicons-comments:before {
  content: "\e310";
}

.glyphicons-flower:before {
  content: "\e311";
}

.glyphicons-baseball:before {
  content: "\e312";
}

.glyphicons-rugby:before {
  content: "\e313";
}

.glyphicons-ax:before {
  content: "\e314";
}

.glyphicons-table-tennis:before {
  content: "\e315";
}

.glyphicons-bowling:before {
  content: "\e316";
}

.glyphicons-tree-conifer:before {
  content: "\e317";
}

.glyphicons-tree-deciduous:before {
  content: "\e318";
}

.glyphicons-more-items:before {
  content: "\e319";
}

.glyphicons-sort:before {
  content: "\e320";
}

.glyphicons-filter:before {
  content: "\e321";
}

.glyphicons-gamepad:before {
  content: "\e322";
}

.glyphicons-playing-dices:before {
  content: "\e323";
}

.glyphicons-calculator:before {
  content: "\e324";
}

.glyphicons-tie:before {
  content: "\e325";
}

.glyphicons-wallet:before {
  content: "\e326";
}

.glyphicons-piano:before {
  content: "\e327";
}

.glyphicons-sampler:before {
  content: "\e328";
}

.glyphicons-podium:before {
  content: "\e329";
}

.glyphicons-soccer-ball:before {
  content: "\e330";
}

.glyphicons-blog:before {
  content: "\e331";
}

.glyphicons-dashboard:before {
  content: "\e332";
}

.glyphicons-certificate:before {
  content: "\e333";
}

.glyphicons-bell:before {
  content: "\e334";
}

.glyphicons-candle:before {
  content: "\e335";
}

.glyphicons-pushpin:before {
  content: "\e336";
}

.glyphicons-iphone-shake:before {
  content: "\e337";
}

.glyphicons-pin-flag:before {
  content: "\e338";
}

.glyphicons-turtle:before {
  content: "\e339";
}

.glyphicons-rabbit:before {
  content: "\e340";
}

.glyphicons-globe:before {
  content: "\e341";
}

.glyphicons-briefcase:before {
  content: "\e342";
}

.glyphicons-hdd:before {
  content: "\e343";
}

.glyphicons-thumbs-up:before {
  content: "\e344";
}

.glyphicons-thumbs-down:before {
  content: "\e345";
}

.glyphicons-hand-right:before {
  content: "\e346";
}

.glyphicons-hand-left:before {
  content: "\e347";
}

.glyphicons-hand-up:before {
  content: "\e348";
}

.glyphicons-hand-down:before {
  content: "\e349";
}

.glyphicons-fullscreen:before {
  content: "\e350";
}

.glyphicons-shopping-bag:before {
  content: "\e351";
}

.glyphicons-book-open:before {
  content: "\e352";
}

.glyphicons-nameplate:before {
  content: "\e353";
}

.glyphicons-nameplate-alt:before {
  content: "\e354";
}

.glyphicons-vases:before {
  content: "\e355";
}

.glyphicons-bullhorn:before {
  content: "\e356";
}

.glyphicons-dumbbell:before {
  content: "\e357";
}

.glyphicons-suitcase:before {
  content: "\e358";
}

.glyphicons-file-import:before {
  content: "\e359";
}

.glyphicons-file-export:before {
  content: "\e360";
}

.glyphicons-bug:before {
  content: "\e361";
}

.glyphicons-crown:before {
  content: "\e362";
}

.glyphicons-smoking:before {
  content: "\e363";
}

.glyphicons-cloud-upload:before {
  content: "\e364";
}

.glyphicons-cloud-download:before {
  content: "\e365";
}

.glyphicons-restart:before {
  content: "\e366";
}

.glyphicons-security-camera:before {
  content: "\e367";
}

.glyphicons-expand:before {
  content: "\e368";
}

.glyphicons-collapse:before {
  content: "\e369";
}

.glyphicons-collapse-top:before {
  content: "\e370";
}

.glyphicons-globe-af:before {
  content: "\e371";
}

.glyphicons-global:before {
  content: "\e372";
}

.glyphicons-spray:before {
  content: "\e373";
}

.glyphicons-nails:before {
  content: "\e374";
}

.glyphicons-claw-hammer:before {
  content: "\e375";
}

.glyphicons-classic-hammer:before {
  content: "\e376";
}

.glyphicons-hand-saw:before {
  content: "\e377";
}

.glyphicons-riflescope:before {
  content: "\e378";
}

.glyphicons-electrical-socket-eu:before {
  content: "\e379";
}

.glyphicons-electrical-socket-us:before {
  content: "\e380";
}

.glyphicons-message-forward:before {
  content: "\e381";
}

.glyphicons-coat-hanger:before {
  content: "\e382";
}

.glyphicons-dress:before {
  content: "\e383";
}

.glyphicons-bathrobe:before {
  content: "\e384";
}

.glyphicons-shirt:before {
  content: "\e385";
}

.glyphicons-underwear:before {
  content: "\e386";
}

.glyphicons-log-in:before {
  content: "\e387";
}

.glyphicons-log-out:before {
  content: "\e388";
}

.glyphicons-exit:before {
  content: "\e389";
}

.glyphicons-new-window-alt:before {
  content: "\e390";
}

.glyphicons-video-sd:before {
  content: "\e391";
}

.glyphicons-video-hd:before {
  content: "\e392";
}

.glyphicons-subtitles:before {
  content: "\e393";
}

.glyphicons-sound-stereo:before {
  content: "\e394";
}

.glyphicons-sound-dolby:before {
  content: "\e395";
}

.glyphicons-sound-5-1:before {
  content: "\e396";
}

.glyphicons-sound-6-1:before {
  content: "\e397";
}

.glyphicons-sound-7-1:before {
  content: "\e398";
}

.glyphicons-copyright-mark:before {
  content: "\e399";
}

.glyphicons-registration-mark:before {
  content: "\e400";
}

.glyphicons-radar:before {
  content: "\e401";
}

.glyphicons-skateboard:before {
  content: "\e402";
}

.glyphicons-golf-course:before {
  content: "\e403";
}

.glyphicons-sorting:before {
  content: "\e404";
}

.glyphicons-sort-by-alphabet:before {
  content: "\e405";
}

.glyphicons-sort-by-alphabet-alt:before {
  content: "\e406";
}

.glyphicons-sort-by-order:before {
  content: "\e407";
}

.glyphicons-sort-by-order-alt:before {
  content: "\e408";
}

.glyphicons-sort-by-attributes:before {
  content: "\e409";
}

.glyphicons-sort-by-attributes-alt:before {
  content: "\e410";
}

.glyphicons-compressed:before {
  content: "\e411";
}

.glyphicons-package:before {
  content: "\e412";
}

.glyphicons-cloud-plus:before {
  content: "\e413";
}

.glyphicons-cloud-minus:before {
  content: "\e414";
}

.glyphicons-disk-save:before {
  content: "\e415";
}

.glyphicons-disk-open:before {
  content: "\e416";
}

.glyphicons-disk-saved:before {
  content: "\e417";
}

.glyphicons-disk-remove:before {
  content: "\e418";
}

.glyphicons-disk-import:before {
  content: "\e419";
}

.glyphicons-disk-export:before {
  content: "\e420";
}

.glyphicons-tower:before {
  content: "\e421";
}

.glyphicons-send:before {
  content: "\e422";
}

.glyphicons-git-branch:before {
  content: "\e423";
}

.glyphicons-git-create:before {
  content: "\e424";
}

.glyphicons-git-private:before {
  content: "\e425";
}

.glyphicons-git-delete:before {
  content: "\e426";
}

.glyphicons-git-merge:before {
  content: "\e427";
}

.glyphicons-git-pull-request:before {
  content: "\e428";
}

.glyphicons-git-compare:before {
  content: "\e429";
}

.glyphicons-git-commit:before {
  content: "\e430";
}

.glyphicons-construction-cone:before {
  content: "\e431";
}

.glyphicons-shoe-steps:before {
  content: "\e432";
}

.glyphicons-plus:before {
  content: "\e433";
}

.glyphicons-minus:before {
  content: "\e434";
}

.glyphicons-redo:before {
  content: "\e435";
}

.glyphicons-undo:before {
  content: "\e436";
}

.glyphicons-golf:before {
  content: "\e437";
}

.glyphicons-hockey:before {
  content: "\e438";
}

.glyphicons-pipe:before {
  content: "\e439";
}

.glyphicons-wrench:before {
  content: "\e440";
}

.glyphicons-folder-closed:before {
  content: "\e441";
}

.glyphicons-phone-alt:before {
  content: "\e442";
}

.glyphicons-earphone:before {
  content: "\e443";
}

.glyphicons-floppy-disk:before {
  content: "\e444";
}

.glyphicons-floppy-saved:before {
  content: "\e445";
}

.glyphicons-floppy-remove:before {
  content: "\e446";
}

.glyphicons-floppy-save:before {
  content: "\e447";
}

.glyphicons-floppy-open:before {
  content: "\e448";
}

.glyphicons-translate:before {
  content: "\e449";
}

.glyphicons-fax:before {
  content: "\e450";
}

.glyphicons-factory:before {
  content: "\e451";
}

.glyphicons-shop-window:before {
  content: "\e452";
}

.glyphicons-shop:before {
  content: "\e453";
}

.glyphicons-kiosk:before {
  content: "\e454";
}

.glyphicons-kiosk-wheels:before {
  content: "\e455";
}

.glyphicons-kiosk-light:before {
  content: "\e456";
}

.glyphicons-kiosk-food:before {
  content: "\e457";
}

.glyphicons-transfer:before {
  content: "\e458";
}

.glyphicons-money:before {
  content: "\e459";
}

.glyphicons-header:before {
  content: "\e460";
}

.glyphicons-blacksmith:before {
  content: "\e461";
}

.glyphicons-saw-blade:before {
  content: "\e462";
}

.glyphicons-basketball:before {
  content: "\e463";
}

.glyphicons-server:before {
  content: "\e464";
}

.glyphicons-server-plus:before {
  content: "\e465";
}

.glyphicons-server-minus:before {
  content: "\e466";
}

.glyphicons-server-ban:before {
  content: "\e467";
}

.glyphicons-server-flag:before {
  content: "\e468";
}

.glyphicons-server-lock:before {
  content: "\e469";
}

.glyphicons-server-new:before {
  content: "\e470";
}

.glyphicons-charging-station:before {
  content: "\e471";
}

.glyphicons-gas-station:before {
  content: "\e472";
}

.glyphicons-target:before {
  content: "\e473";
}

.glyphicons-bed:before {
  content: "\e474";
}

.glyphicons-mosquito:before {
  content: "\e475";
}

.glyphicons-dining-set:before {
  content: "\e476";
}

.glyphicons-plate-of-food:before {
  content: "\e477";
}

.glyphicons-hygiene-kit:before {
  content: "\e478";
}

.glyphicons-blackboard:before {
  content: "\e479";
}

.glyphicons-marriage:before {
  content: "\e480";
}

.glyphicons-bucket:before {
  content: "\e481";
}

.glyphicons-none-color-swatch:before {
  content: "\e482";
}

.glyphicons-bring-forward:before {
  content: "\e483";
}

.glyphicons-bring-to-front:before {
  content: "\e484";
}

.glyphicons-send-backward:before {
  content: "\e485";
}

.glyphicons-send-to-back:before {
  content: "\e486";
}

.glyphicons-fit-frame-to-image:before {
  content: "\e487";
}

.glyphicons-fit-image-to-frame:before {
  content: "\e488";
}

.glyphicons-multiple-displays:before {
  content: "\e489";
}

.glyphicons-handshake:before {
  content: "\e490";
}

.glyphicons-child:before {
  content: "\e491";
}

.glyphicons-baby-formula:before {
  content: "\e492";
}

.glyphicons-medicine:before {
  content: "\e493";
}

.glyphicons-atv-vehicle:before {
  content: "\e494";
}

.glyphicons-motorcycle:before {
  content: "\e495";
}

.glyphicons-bed-alt:before {
  content: "\e496";
}

.glyphicons-tent:before {
  content: "\e497";
}

.glyphicons-glasses:before {
  content: "\e498";
}

.glyphicons-sunglasses:before {
  content: "\e499";
}

.glyphicons-family:before {
  content: "\e500";
}

.glyphicons-education:before {
  content: "\e501";
}

.glyphicons-shoes:before {
  content: "\e502";
}

.glyphicons-map:before {
  content: "\e503";
}

.glyphicons-cd:before {
  content: "\e504";
}

.glyphicons-alert:before {
  content: "\e505";
}

.glyphicons-piggy-bank:before {
  content: "\e506";
}

.glyphicons-star-half:before {
  content: "\e507";
}

.glyphicons-cluster:before {
  content: "\e508";
}

.glyphicons-flowchart:before {
  content: "\e509";
}

.glyphicons-commodities:before {
  content: "\e510";
}

.glyphicons-duplicate:before {
  content: "\e511";
}

.glyphicons-copy:before {
  content: "\e512";
}

.glyphicons-paste:before {
  content: "\e513";
}

.glyphicons-bath-bathtub:before {
  content: "\e514";
}

.glyphicons-bath-shower:before {
  content: "\e515";
}

.glyphicons-shower:before {
  content: "\e516";
}

.glyphicons-menu-hamburger:before {
  content: "\e517";
}

.glyphicons-option-vertical:before {
  content: "\e518";
}

.glyphicons-option-horizontal:before {
  content: "\e519";
}

.glyphicons-currency-conversion:before {
  content: "\e520";
}

.glyphicons-user-ban:before {
  content: "\e521";
}

.glyphicons-user-lock:before {
  content: "\e522";
}

.glyphicons-user-flag:before {
  content: "\e523";
}

.glyphicons-user-asterisk:before {
  content: "\e524";
}

.glyphicons-user-alert:before {
  content: "\e525";
}

.glyphicons-user-key:before {
  content: "\e526";
}

.glyphicons-user-conversation:before {
  content: "\e527";
}

.glyphicons-database:before {
  content: "\e528";
}

.glyphicons-database-search:before {
  content: "\e529";
}

.glyphicons-list-alt:before {
  content: "\e530";
}

.glyphicons-hazard-sign:before {
  content: "\e531";
}

.glyphicons-hazard:before {
  content: "\e532";
}

.glyphicons-stop-sign:before {
  content: "\e533";
}

.glyphicons-lab:before {
  content: "\e534";
}

.glyphicons-lab-alt:before {
  content: "\e535";
}

.glyphicons-ice-cream:before {
  content: "\e536";
}

.glyphicons-ice-lolly:before {
  content: "\e537";
}

.glyphicons-ice-lolly-tasted:before {
  content: "\e538";
}

.glyphicons-invoice:before {
  content: "\e539";
}

.glyphicons-cart-tick:before {
  content: "\e540";
}

.glyphicons-hourglass:before {
  content: "\e541";
}

.glyphicons-cat:before {
  content: "\e542";
}

.glyphicons-lamp:before {
  content: "\e543";
}

.glyphicons-scale-classic:before {
  content: "\e544";
}

.glyphicons-eye-plus:before {
  content: "\e545";
}

.glyphicons-eye-minus:before {
  content: "\e546";
}

.glyphicons-quote:before {
  content: "\e547";
}

.glyphicons-bitcoin:before {
  content: "\e548";
}

.glyphicons-yen:before {
  content: "\e549";
}

.glyphicons-ruble:before {
  content: "\e550";
}

.glyphicons-erase:before {
  content: "\e551";
}

.glyphicons-podcast:before {
  content: "\e552";
}

.glyphicons-firework:before {
  content: "\e553";
}

.glyphicons-scale:before {
  content: "\e554";
}

.glyphicons-king:before {
  content: "\e555";
}

.glyphicons-queen:before {
  content: "\e556";
}

.glyphicons-pawn:before {
  content: "\e557";
}

.glyphicons-bishop:before {
  content: "\e558";
}

.glyphicons-knight:before {
  content: "\e559";
}

.glyphicons-mic-mute:before {
  content: "\e560";
}

.glyphicons-voicemail:before {
  content: "\e561";
}

.glyphicons-paragraph-alt:before {
  content: "\e562";
}

.glyphicons-person-walking:before {
  content: "\e563";
}

.glyphicons-person-wheelchair:before {
  content: "\e564";
}

.glyphicons-underground:before {
  content: "\e565";
}

.glyphicons-car-hov:before {
  content: "\e566";
}

.glyphicons-car-rental:before {
  content: "\e567";
}

.glyphicons-transport:before {
  content: "\e568";
}

.glyphicons-taxi:before {
  content: "\e569";
}

.glyphicons-ice-cream-no:before {
  content: "\e570";
}

.glyphicons-uk-rat-u:before {
  content: "\e571";
}

.glyphicons-uk-rat-pg:before {
  content: "\e572";
}

.glyphicons-uk-rat-12a:before {
  content: "\e573";
}

.glyphicons-uk-rat-12:before {
  content: "\e574";
}

.glyphicons-uk-rat-15:before {
  content: "\e575";
}

.glyphicons-uk-rat-18:before {
  content: "\e576";
}

.glyphicons-uk-rat-r18:before {
  content: "\e577";
}

.glyphicons-tv:before {
  content: "\e578";
}

.glyphicons-sms:before {
  content: "\e579";
}

.glyphicons-mms:before {
  content: "\e580";
}

.glyphicons-us-rat-g:before {
  content: "\e581";
}

.glyphicons-us-rat-pg:before {
  content: "\e582";
}

.glyphicons-us-rat-pg-13:before {
  content: "\e583";
}

.glyphicons-us-rat-restricted:before {
  content: "\e584";
}

.glyphicons-us-rat-no-one-17:before {
  content: "\e585";
}

.glyphicons-equalizer:before {
  content: "\e586";
}

.glyphicons-speakers:before {
  content: "\e587";
}

.glyphicons-remote-control:before {
  content: "\e588";
}

.glyphicons-remote-control-tv:before {
  content: "\e589";
}

.glyphicons-shredder:before {
  content: "\e590";
}

.glyphicons-folder-heart:before {
  content: "\e591";
}

.glyphicons-person-running:before {
  content: "\e592";
}

.glyphicons-person:before {
  content: "\e593";
}

.glyphicons-voice:before {
  content: "\e594";
}

.glyphicons-stethoscope:before {
  content: "\e595";
}

.glyphicons-paired:before {
  content: "\e596";
}

.glyphicons-activity:before {
  content: "\e597";
}

.glyphicons-watch:before {
  content: "\e598";
}

.glyphicons-scissors-alt:before {
  content: "\e599";
}

.glyphicons-car-wheel:before {
  content: "\e600";
}

.glyphicons-chevron-up:before {
  content: "\e601";
}

.glyphicons-chevron-down:before {
  content: "\e602";
}

.glyphicons-superscript:before {
  content: "\e603";
}

.glyphicons-subscript:before {
  content: "\e604";
}

.glyphicons-text-size:before {
  content: "\e605";
}

.glyphicons-text-color:before {
  content: "\e606";
}

.glyphicons-text-background:before {
  content: "\e607";
}

.glyphicons-modal-window:before {
  content: "\e608";
}

.glyphicons-newspaper:before {
  content: "\e609";
}

.glyphicons-tractor:before {
  content: "\e610";
}

.glyphicons-camping:before {
  content: "\e611";
}

.glyphicons-camping-benches:before {
  content: "\e612";
}

.glyphicons-forest:before {
  content: "\e613";
}

.glyphicons-park:before {
  content: "\e614";
}

.glyphicons-field:before {
  content: "\e615";
}

.glyphicons-mountains:before {
  content: "\e616";
}

.glyphicons-fees-payments:before {
  content: "\e617";
}

.glyphicons-small-payments:before {
  content: "\e618";
}

.glyphicons-mixed-buildings:before {
  content: "\e619";
}

.glyphicons-industrial-zone:before {
  content: "\e620";
}

.glyphicons-visitor-tag:before {
  content: "\e621";
}

.glyphicons-businessman:before {
  content: "\e622";
}

.glyphicons-meditation:before {
  content: "\e623";
}

.glyphicons-bath:before {
  content: "\e624";
}

.glyphicons-donate:before {
  content: "\e625";
}

.glyphicons-sauna:before {
  content: "\e626";
}

.glyphicons-bedroom-nightstand:before {
  content: "\e627";
}

.glyphicons-bedroom-lamp:before {
  content: "\e628";
}

.glyphicons-doctor:before {
  content: "\e629";
}

.glyphicons-engineering-networks:before {
  content: "\e630";
}

.glyphicons-washing-machine:before {
  content: "\e631";
}

.glyphicons-dryer:before {
  content: "\e632";
}

.glyphicons-dishwasher:before {
  content: "\e633";
}

.glyphicons-luggage-group:before {
  content: "\e634";
}

.glyphicons-teenager:before {
  content: "\e635";
}

.glyphicons-person-stick:before {
  content: "\e636";
}

.glyphicons-person-stick-old:before {
  content: "\e637";
}

.glyphicons-traveler:before {
  content: "\e638";
}

.glyphicons-veteran:before {
  content: "\e639";
}

.glyphicons-group-chat:before {
  content: "\e640";
}

.glyphicons-elections:before {
  content: "\e641";
}

.glyphicons-law-justice:before {
  content: "\e642";
}

.glyphicons-judiciary:before {
  content: "\e643";
}

.glyphicons-house-fire:before {
  content: "\e644";
}

.glyphicons-firefighters:before {
  content: "\e645";
}

.glyphicons-police:before {
  content: "\e646";
}

.glyphicons-ambulance:before {
  content: "\e647";
}

.glyphicons-light-beacon:before {
  content: "\e648";
}

.glyphicons-important-day:before {
  content: "\e649";
}

.glyphicons-bike-park:before {
  content: "\e650";
}

.glyphicons-object-align-top:before {
  content: "\e651";
}

.glyphicons-object-align-bottom:before {
  content: "\e652";
}

.glyphicons-object-align-horizontal:before {
  content: "\e653";
}

.glyphicons-object-align-left:before {
  content: "\e654";
}

.glyphicons-object-align-vertical:before {
  content: "\e655";
}

.glyphicons-object-align-right:before {
  content: "\e656";
}

.glyphicons-reflect-y:before {
  content: "\e657";
}

.glyphicons-reflect-x:before {
  content: "\e658";
}

.glyphicons-tick:before {
  content: "\e659";
}

.glyphicons-lawnmower:before {
  content: "\e660";
}

.glyphicons-call-redirect:before {
  content: "\e661";
}

.glyphicons-call-ip:before {
  content: "\e662";
}

.glyphicons-call-record:before {
  content: "\e663";
}

.glyphicons-call-ringtone:before {
  content: "\e664";
}

.glyphicons-call-traffic:before {
  content: "\e665";
}

.glyphicons-call-hold:before {
  content: "\e666";
}

.glyphicons-call-incoming:before {
  content: "\e667";
}

.glyphicons-call-outgoing:before {
  content: "\e668";
}

.glyphicons-call-video:before {
  content: "\e669";
}

.glyphicons-call-missed:before {
  content: "\e670";
}

.glyphicons-theater:before {
  content: "\e671";
}

.glyphicons-heartbeat:before {
  content: "\e672";
}

.glyphicons-kettlebell:before {
  content: "\e673";
}

.glyphicons-fireplace:before {
  content: "\e674";
}

.glyphicons-street-lights:before {
  content: "\e675";
}

.glyphicons-pedestrian:before {
  content: "\e676";
}

.glyphicons-flood:before {
  content: "\e677";
}

.glyphicons-open-water:before {
  content: "\e678";
}

.glyphicons-for-sale:before {
  content: "\e679";
}

.glyphicons-dustbin:before {
  content: "\e680";
}

.glyphicons-door:before {
  content: "\e681";
}

.glyphicons-camp-fire:before {
  content: "\e682";
}

.glyphicons-fleur-de-lis:before {
  content: "\e683";
}

.glyphicons-temperature-settings:before {
  content: "\e684";
}

.glyphicons-article:before {
  content: "\e685";
}

.glyphicons-sunbath:before {
  content: "\e686";
}

.glyphicons-balanced-diet:before {
  content: "\e687";
}

.glyphicons-ticket:before {
  content: "\e688";
}

.glyphicons-parking-ticket:before {
  content: "\e689";
}

.glyphicons-parking-meter:before {
  content: "\e690";
}

.glyphicons-laptop:before {
  content: "\e691";
}

.glyphicons-tree-structure:before {
  content: "\e692";
}

.glyphicons-weather-warning:before {
  content: "\e693";
}

.glyphicons-temperature-low:before {
  content: "\e694";
}

.glyphicons-temperature-high:before {
  content: "\e695";
}

.glyphicons-temperature-low-warning:before {
  content: "\e696";
}

.glyphicons-temperature-high-warning:before {
  content: "\e697";
}

.glyphicons-hurricane:before {
  content: "\e698";
}

.glyphicons-storm:before {
  content: "\e699";
}

.glyphicons-sorted-waste:before {
  content: "\e700";
}

.glyphicons-ear:before {
  content: "\e701";
}

.glyphicons-ear-deaf:before {
  content: "\e702";
}

.glyphicons-file-plus:before {
  content: "\e703";
}

.glyphicons-file-minus:before {
  content: "\e704";
}

.glyphicons-file-lock:before {
  content: "\e705";
}

.glyphicons-file-cloud:before {
  content: "\e706";
}

.glyphicons-file-cloud-download:before {
  content: "\e707";
}

.glyphicons-file-cloud-upload:before {
  content: "\e708";
}

.glyphicons-paragraph:before {
  content: "\e709";
}

.glyphicons-list-numbered:before {
  content: "\e710";
}

.glyphicons-donate-heart:before {
  content: "\e711";
}

.glyphicons-government:before {
  content: "\e712";
}

.glyphicons-maze:before {
  content: "\e713";
}

.glyphicons-chronicle:before {
  content: "\e714";
}

.glyphicons-user-structure:before {
  content: "\e715";
}

.glyphicons-recycle:before {
  content: "\e716";
}

.glyphicons-gas:before {
  content: "\e717";
}

.glyphicons-waste-pipe:before {
  content: "\e718";
}

.glyphicons-water-pipe:before {
  content: "\e719";
}

.glyphicons-parking:before {
  content: "\e720";
}

.glyphicons-closed:before {
  content: "\e721";
}

.glyphicons-mouse:before {
  content: "\e722";
}

.glyphicons-mouse-double-click:before {
  content: "\e723";
}

.glyphicons-mouse-left-click:before {
  content: "\e724";
}

.glyphicons-mouse-right-click:before {
  content: "\e725";
}

.glyphicons-mouse-middle-click:before {
  content: "\e726";
}

.glyphicons-mouse-scroll:before {
  content: "\e727";
}

.glyphicons-resize-vertical:before {
  content: "\e728";
}

.glyphicons-resize-horizontal:before {
  content: "\e729";
}

.glyphicons-temperature:before {
  content: "\e730";
}

.glyphicons-puzzle:before {
  content: "\e731";
}

.glyphicons-puzzle-2:before {
  content: "\e732";
}

.glyphicons-puzzle-3:before {
  content: "\e733";
}

.glyphicons-nearby-square:before {
  content: "\e734";
}

.glyphicons-nearby-circle:before {
  content: "\e735";
}

.glyphicons-rotate-right:before {
  content: "\e736";
}

.glyphicons-rotate-left:before {
  content: "\e737";
}

.glyphicons-pictures:before {
  content: "\e738";
}

.glyphicons-photo-album:before {
  content: "\e739";
}

.glyphicons-cadastral-map:before {
  content: "\e740";
}

.glyphicons-fingerprint-scan:before {
  content: "\e741";
}

.glyphicons-fingerprint:before {
  content: "\e742";
}

.glyphicons-fingerprint-lock:before {
  content: "\e743";
}

.glyphicons-fingerprint-ok:before {
  content: "\e744";
}

.glyphicons-fingerprint-remove:before {
  content: "\e745";
}

.glyphicons-fingerprint-reload:before {
  content: "\e746";
}

.glyphicons-pending-notifications:before {
  content: "\e747";
}

.glyphicons-synchronization:before {
  content: "\e748";
}

.glyphicons-synchronization-ban:before {
  content: "\e749";
}

.glyphicons-hash:before {
  content: "\e750";
}

.glyphicons-gender-male:before {
  content: "\e751";
}

.glyphicons-gender-female:before {
  content: "\e752";
}

.glyphicons-gender-virgin-female:before {
  content: "\e753";
}

.glyphicons-gender-intersex:before {
  content: "\e754";
}

.glyphicons-gender-transgender:before {
  content: "\e755";
}

.glyphicons-gender-ori-lesbian:before {
  content: "\e756";
}

.glyphicons-gender-ori-gay:before {
  content: "\e757";
}

.glyphicons-gender-ori-hetero:before {
  content: "\e758";
}

.glyphicons-gender-other:before {
  content: "\e759";
}

.glyphicons-gender-unknown:before {
  content: "\e760";
}

.glyphicons-scanner:before {
  content: "\e761";
}

.glyphicons-multifunction-printer:before {
  content: "\e762";
}

.glyphicons-lasso:before {
  content: "\e763";
}

.glyphicons-view-360:before {
  content: "\e764";
}

.glyphicons-battery-charging:before {
  content: "\e765";
}

.glyphicons-battery-full:before {
  content: "\e766";
}

.glyphicons-battery-75:before {
  content: "\e767";
}

.glyphicons-battery-50:before {
  content: "\e768";
}

.glyphicons-battery-25:before {
  content: "\e769";
}

.glyphicons-battery-10:before {
  content: "\e770";
}

.glyphicons-satellite:before {
  content: "\e771";
}

.glyphicons-satellite-dish:before {
  content: "\e772";
}

.glyphicons-satellite-dish-alt:before {
  content: "\e773";
}

.glyphicons-auction:before {
  content: "\e774";
}

.glyphicons-directions:before {
  content: "\e775";
}

.glyphicons-race:before {
  content: "\e776";
}

.glyphicons-robot:before {
  content: "\e777";
}

.glyphicons-ruler-alt:before {
  content: "\e778";
}

.glyphicons-cube-empty:before {
  content: "\e779";
}

.glyphicons-cube-black:before {
  content: "\e780";
}

.glyphicons-move-square:before {
  content: "\e781";
}

.glyphicons-drop:before {
  content: "\e782";
}

.glyphicons-vr-headset:before {
  content: "\e783";
}

.glyphicons-vr-charging:before {
  content: "\e784";
}

.glyphicons-vr-low-battery:before {
  content: "\e785";
}

.glyphicons-vr-paired:before {
  content: "\e786";
}

.glyphicons-vr-settings:before {
  content: "\e787";
}

.glyphicons-vr-maintenance:before {
  content: "\e788";
}

.glyphicons-filter-remove:before {
  content: "\e789";
}

.glyphicons-filter-applied:before {
  content: "\e790";
}

.glyphicons-one-day:before {
  content: "\e791";
}

.glyphicons-user-vr:before {
  content: "\e792";
}

.glyphicons-user-vr-add:before {
  content: "\e793";
}

.glyphicons-user-vr-remove:before {
  content: "\e794";
}

.glyphicons-dice-1:before {
  content: "\e795";
}

.glyphicons-dice-2:before {
  content: "\e796";
}

.glyphicons-dice-3:before {
  content: "\e797";
}

.glyphicons-dice-4:before {
  content: "\e798";
}

.glyphicons-dice-5:before {
  content: "\e799";
}

.glyphicons-dice-6:before {
  content: "\e800";
}

.glyphicons-th:before {
  content: "\e011";
}

.glyphicons-th-large:before {
  content: "\e010";
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

#StiViewer,
.stiJsViewerMainPanel * {
  font-family: "Arial", sans-serif;
}

/* Apply these to small screens. */
@media screen and (max-width: 1000px) {
  body {
    overflow-x: scroll;
  }
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
html textarea::-webkit-scrollbar,
body textarea::-webkit-scrollbar {
  display: none;
}
html textarea,
body textarea {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#wrapperFix {
  min-height: 100%;
  position: relative;
}
.theme-service_stream #wrapperFix {
  background-color: #eeeeee;
}
.theme-construction_manager #wrapperFix {
  background-color: #eeeeee;
}
.theme-xero #wrapperFix {
  background-color: #eeeeee;
}
.theme-construct_cloud #wrapperFix {
  background-color: #eeeeee;
}

#contentFix {
  padding: 0px;
  /*************************************************/
  /* 3rd Level tabs and tablist fluentish styles
  /***********************************************/
}
#contentFix div.content-main > #maintabs > .ui-tabs-nav,
#contentFix div.content-main > #report_tabs > .ui-tabs-nav,
#contentFix #customer-screen-tabs > .ui-tabs-nav,
#contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav,
#contentFix #quote-screen-tabs > .ui-tabs-nav,
#contentFix #contract-screen-tabs > .ui-tabs-nav,
#contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav,
#contentFix #settings-tabs > .ui-tabs-nav,
#contentFix #maintabs > .ui-tabs-nav,
#contentFix #sor_items_tabs > .ui-tabs-nav,
#contentFix #site_tabs > .ui-tabs-nav,
#contentFix #formtabs > .ui-tabs-nav,
#contentFix #pi_tabs > .ui-tabs-nav,
#contentFix #batch_tabs > .ui-tabs-nav,
#contentFix #product_tabs > .ui-tabs-nav,
#contentFix #mail_tabs > .ui-tabs-nav,
#contentFix #accounts_connection_tabs > .ui-tabs-nav,
#contentFix #client_portal_account_tabs > .ui-tabs-nav,
#contentFix #defaults-tabs > .ui-tabs-nav,
#contentFix #maintenance_general_settings_tabs > .ui-tabs-nav,
#contentFix #company-preferences-tabs > .ui-tabs-nav,
#contentFix #third_party_integration_settings_tabs > .ui-tabs-nav,
#contentFix #advanced_approvals_tabs > .ui-tabs-nav,
#contentFix .content-main > #maintabs ul > .ui-tabs-nav,
#contentFix #main-tabs > .ui-tabs-nav {
  color: inherit !important;
  font-family: inherit !important;
  align-items: center;
  font-weight: 200;
  border-top: 1px solid #e1dfdd;
  border-bottom: 1px solid #e1dfdd;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 20px;
  font-size: 13px !important;
  height: 40px !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav,
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav,
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav,
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav,
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav,
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav {
  background: #f3f2f1 !important;
  color: #605e5c !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav,
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav,
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav,
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav {
  background: #f3f2f1 !important;
  color: #605e5c !important;
}
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav,
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav,
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav,
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav,
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav,
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav,
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav,
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav,
.theme-xero #contentFix #maintabs > .ui-tabs-nav,
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav,
.theme-xero #contentFix #site_tabs > .ui-tabs-nav,
.theme-xero #contentFix #formtabs > .ui-tabs-nav,
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav,
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav,
.theme-xero #contentFix #product_tabs > .ui-tabs-nav,
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav,
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav,
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav,
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav,
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav,
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav,
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav,
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav,
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav,
.theme-xero #contentFix #main-tabs > .ui-tabs-nav {
  background: #f3f2f1 !important;
  color: #605e5c !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav,
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav,
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav {
  background: #f3f2f1 !important;
  color: #605e5c !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span,
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav li[role=tab],
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span {
  background: #f3f2f1 !important;
  color: #605e5c !important;
  height: 32px !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover {
  border-bottom: 2px solid #8a8886 !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span,
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav li[role=tab],
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span {
  background: #f3f2f1 !important;
  color: #605e5c !important;
  height: 32px !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover {
  border-bottom: 2px solid #8a8886 !important;
}
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #maintabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #site_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #formtabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #formtabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #product_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span,
.theme-xero #contentFix #main-tabs > .ui-tabs-nav li[role=tab],
.theme-xero #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span {
  background: #f3f2f1 !important;
  color: #605e5c !important;
  height: 32px !important;
}
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #site_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #formtabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #formtabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #product_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #main-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-xero #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover {
  border-bottom: 2px solid #8a8886 !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span,
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav li[role=tab],
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span {
  background: #f3f2f1 !important;
  color: #605e5c !important;
  height: 32px !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav li[role=tab]:not(.ui-state-active) > a:hover,
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav li[role=tab] span:not(.ui-state-active) > a:hover {
  border-bottom: 2px solid #8a8886 !important;
}
#contentFix div.content-main > #maintabs > .ui-tabs-nav .employee_span,
#contentFix div.content-main > #report_tabs > .ui-tabs-nav .employee_span,
#contentFix #customer-screen-tabs > .ui-tabs-nav .employee_span,
#contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav .employee_span,
#contentFix #quote-screen-tabs > .ui-tabs-nav .employee_span,
#contentFix #contract-screen-tabs > .ui-tabs-nav .employee_span,
#contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav .employee_span,
#contentFix #settings-tabs > .ui-tabs-nav .employee_span,
#contentFix #maintabs > .ui-tabs-nav .employee_span,
#contentFix #sor_items_tabs > .ui-tabs-nav .employee_span,
#contentFix #site_tabs > .ui-tabs-nav .employee_span,
#contentFix #formtabs > .ui-tabs-nav .employee_span,
#contentFix #pi_tabs > .ui-tabs-nav .employee_span,
#contentFix #batch_tabs > .ui-tabs-nav .employee_span,
#contentFix #product_tabs > .ui-tabs-nav .employee_span,
#contentFix #mail_tabs > .ui-tabs-nav .employee_span,
#contentFix #accounts_connection_tabs > .ui-tabs-nav .employee_span,
#contentFix #client_portal_account_tabs > .ui-tabs-nav .employee_span,
#contentFix #defaults-tabs > .ui-tabs-nav .employee_span,
#contentFix #maintenance_general_settings_tabs > .ui-tabs-nav .employee_span,
#contentFix #company-preferences-tabs > .ui-tabs-nav .employee_span,
#contentFix #third_party_integration_settings_tabs > .ui-tabs-nav .employee_span,
#contentFix #advanced_approvals_tabs > .ui-tabs-nav .employee_span,
#contentFix .content-main > #maintabs ul > .ui-tabs-nav .employee_span,
#contentFix #main-tabs > .ui-tabs-nav .employee_span {
  background: transparent !important;
  margin-top: 0rem;
}
#contentFix div.content-main > #maintabs > .ui-tabs-nav .employee_span_payrate,
#contentFix div.content-main > #report_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #customer-screen-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #quote-screen-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #contract-screen-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #settings-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #maintabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #sor_items_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #site_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #formtabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #pi_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #batch_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #product_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #mail_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #accounts_connection_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #client_portal_account_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #defaults-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #maintenance_general_settings_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #company-preferences-tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #third_party_integration_settings_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix #advanced_approvals_tabs > .ui-tabs-nav .employee_span_payrate,
#contentFix .content-main > #maintabs ul > .ui-tabs-nav .employee_span_payrate,
#contentFix #main-tabs > .ui-tabs-nav .employee_span_payrate {
  background: transparent !important;
  margin-top: 0.7rem;
}
#contentFix div.content-main > #maintabs > .ui-tabs-nav a,
#contentFix div.content-main > #report_tabs > .ui-tabs-nav a,
#contentFix #customer-screen-tabs > .ui-tabs-nav a,
#contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a,
#contentFix #quote-screen-tabs > .ui-tabs-nav a,
#contentFix #contract-screen-tabs > .ui-tabs-nav a,
#contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a,
#contentFix #settings-tabs > .ui-tabs-nav a,
#contentFix #maintabs > .ui-tabs-nav a,
#contentFix #sor_items_tabs > .ui-tabs-nav a,
#contentFix #site_tabs > .ui-tabs-nav a,
#contentFix #formtabs > .ui-tabs-nav a,
#contentFix #pi_tabs > .ui-tabs-nav a,
#contentFix #batch_tabs > .ui-tabs-nav a,
#contentFix #product_tabs > .ui-tabs-nav a,
#contentFix #mail_tabs > .ui-tabs-nav a,
#contentFix #accounts_connection_tabs > .ui-tabs-nav a,
#contentFix #client_portal_account_tabs > .ui-tabs-nav a,
#contentFix #defaults-tabs > .ui-tabs-nav a,
#contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a,
#contentFix #company-preferences-tabs > .ui-tabs-nav a,
#contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a,
#contentFix #advanced_approvals_tabs > .ui-tabs-nav a,
#contentFix .content-main > #maintabs ul > .ui-tabs-nav a,
#contentFix #main-tabs > .ui-tabs-nav a {
  height: 28px !important;
  padding: 0 !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav a,
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav a,
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav a,
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav a {
  color: #605e5c !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix div.content-main > #report_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #customer-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #quote-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #contract-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #settings-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #sor_items_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #site_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #formtabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #pi_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #batch_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #product_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #mail_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #accounts_connection_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #client_portal_account_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #defaults-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #company-preferences-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #advanced_approvals_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix .content-main > #maintabs ul > .ui-tabs-nav a:hover:not(:first-child),
.theme-service_stream #contentFix #main-tabs > .ui-tabs-nav a:hover:not(:first-child) {
  border-bottom: 2px solid #118f74 !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav a,
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav a,
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav a {
  color: #605e5c !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix div.content-main > #report_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #customer-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #quote-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #contract-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #settings-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #sor_items_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #site_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #formtabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #pi_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #batch_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #product_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #mail_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #accounts_connection_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #client_portal_account_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #defaults-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #company-preferences-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #advanced_approvals_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix .content-main > #maintabs ul > .ui-tabs-nav a:hover:not(:first-child),
.theme-construction_manager #contentFix #main-tabs > .ui-tabs-nav a:hover:not(:first-child) {
  border-bottom: 2px solid #118f74 !important;
}
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav a,
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #maintabs > .ui-tabs-nav a,
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #site_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #formtabs > .ui-tabs-nav a,
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #product_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav a,
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a,
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav a,
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav a,
.theme-xero #contentFix #main-tabs > .ui-tabs-nav a {
  color: #605e5c !important;
}
.theme-xero #contentFix div.content-main > #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix div.content-main > #report_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #customer-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #quote-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #contract-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #settings-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #sor_items_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #site_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #formtabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #pi_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #batch_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #product_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #mail_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #accounts_connection_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #client_portal_account_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #defaults-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #company-preferences-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #advanced_approvals_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix .content-main > #maintabs ul > .ui-tabs-nav a:hover:not(:first-child),
.theme-xero #contentFix #main-tabs > .ui-tabs-nav a:hover:not(:first-child) {
  border-bottom: 2px solid #118f74 !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav a,
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav a,
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav a {
  color: #605e5c !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix div.content-main > #report_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #customer-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #quote-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #contract-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #settings-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #maintabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #sor_items_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #site_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #formtabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #pi_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #batch_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #product_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #mail_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #accounts_connection_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #client_portal_account_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #defaults-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #company-preferences-tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #advanced_approvals_tabs > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix .content-main > #maintabs ul > .ui-tabs-nav a:hover:not(:first-child),
.theme-construct_cloud #contentFix #main-tabs > .ui-tabs-nav a:hover:not(:first-child) {
  border-bottom: 2px solid #118f74 !important;
}
#contentFix div.content-main > #maintabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix div.content-main > #report_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #customer-screen-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #subcontractor-applications-screen-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #quote-screen-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #contract-screen-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #purchase-invoice-screen-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #settings-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #maintabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #sor_items_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #site_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #formtabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #pi_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #batch_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #product_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #mail_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #accounts_connection_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #client_portal_account_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #defaults-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #maintenance_general_settings_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #company-preferences-tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #third_party_integration_settings_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #advanced_approvals_tabs > .ui-tabs-nav a#purchaseOrderLink,
#contentFix .content-main > #maintabs ul > .ui-tabs-nav a#purchaseOrderLink,
#contentFix #main-tabs > .ui-tabs-nav a#purchaseOrderLink {
  padding: 4px !important;
  position: absolute;
  top: 9.4px;
  line-height: inherit;
  height: 24px !important;
}
#contentFix div.content-main > #maintabs li:first-child a,
#contentFix div.content-main > #maintabs li:first-child span,
#contentFix div.content-main > #report_tabs li:first-child a,
#contentFix div.content-main > #report_tabs li:first-child span,
#contentFix #customer-screen-tabs li:first-child a,
#contentFix #customer-screen-tabs li:first-child span,
#contentFix #subcontractor-applications-screen-tabs li:first-child a,
#contentFix #subcontractor-applications-screen-tabs li:first-child span,
#contentFix #quote-screen-tabs li:first-child a,
#contentFix #quote-screen-tabs li:first-child span,
#contentFix #contract-screen-tabs li:first-child a,
#contentFix #contract-screen-tabs li:first-child span,
#contentFix #purchase-invoice-screen-tabs li:first-child a,
#contentFix #purchase-invoice-screen-tabs li:first-child span,
#contentFix #settings-tabs li:first-child a,
#contentFix #settings-tabs li:first-child span,
#contentFix #maintabs li:first-child a,
#contentFix #maintabs li:first-child span,
#contentFix #sor_items_tabs li:first-child a,
#contentFix #sor_items_tabs li:first-child span,
#contentFix #site_tabs li:first-child a,
#contentFix #site_tabs li:first-child span,
#contentFix #formtabs li:first-child a,
#contentFix #formtabs li:first-child span,
#contentFix #pi_tabs li:first-child a,
#contentFix #pi_tabs li:first-child span,
#contentFix #batch_tabs li:first-child a,
#contentFix #batch_tabs li:first-child span,
#contentFix #product_tabs li:first-child a,
#contentFix #product_tabs li:first-child span,
#contentFix #mail_tabs li:first-child a,
#contentFix #mail_tabs li:first-child span,
#contentFix #accounts_connection_tabs li:first-child a,
#contentFix #accounts_connection_tabs li:first-child span,
#contentFix #client_portal_account_tabs li:first-child a,
#contentFix #client_portal_account_tabs li:first-child span,
#contentFix #defaults-tabs li:first-child a,
#contentFix #defaults-tabs li:first-child span,
#contentFix #maintenance_general_settings_tabs li:first-child a,
#contentFix #maintenance_general_settings_tabs li:first-child span,
#contentFix #company-preferences-tabs li:first-child a,
#contentFix #company-preferences-tabs li:first-child span,
#contentFix #third_party_integration_settings_tabs li:first-child a,
#contentFix #third_party_integration_settings_tabs li:first-child span,
#contentFix #advanced_approvals_tabs li:first-child a,
#contentFix #advanced_approvals_tabs li:first-child span,
#contentFix .content-main > #maintabs ul li:first-child a,
#contentFix .content-main > #maintabs ul li:first-child span,
#contentFix #main-tabs li:first-child a,
#contentFix #main-tabs li:first-child span {
  color: #323130;
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-style: normal;
}
#contentFix div.content-main > #maintabs ul li.tab_button,
#contentFix div.content-main > #report_tabs ul li.tab_button,
#contentFix #customer-screen-tabs ul li.tab_button,
#contentFix #subcontractor-applications-screen-tabs ul li.tab_button,
#contentFix #quote-screen-tabs ul li.tab_button,
#contentFix #contract-screen-tabs ul li.tab_button,
#contentFix #purchase-invoice-screen-tabs ul li.tab_button,
#contentFix #settings-tabs ul li.tab_button,
#contentFix #maintabs ul li.tab_button,
#contentFix #sor_items_tabs ul li.tab_button,
#contentFix #site_tabs ul li.tab_button,
#contentFix #formtabs ul li.tab_button,
#contentFix #pi_tabs ul li.tab_button,
#contentFix #batch_tabs ul li.tab_button,
#contentFix #product_tabs ul li.tab_button,
#contentFix #mail_tabs ul li.tab_button,
#contentFix #accounts_connection_tabs ul li.tab_button,
#contentFix #client_portal_account_tabs ul li.tab_button,
#contentFix #defaults-tabs ul li.tab_button,
#contentFix #maintenance_general_settings_tabs ul li.tab_button,
#contentFix #company-preferences-tabs ul li.tab_button,
#contentFix #third_party_integration_settings_tabs ul li.tab_button,
#contentFix #advanced_approvals_tabs ul li.tab_button,
#contentFix .content-main > #maintabs ul ul li.tab_button,
#contentFix #main-tabs ul li.tab_button {
  height: 30px !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs ul li.tab_button,
.theme-service_stream #contentFix div.content-main > #report_tabs ul li.tab_button,
.theme-service_stream #contentFix #customer-screen-tabs ul li.tab_button,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs ul li.tab_button,
.theme-service_stream #contentFix #quote-screen-tabs ul li.tab_button,
.theme-service_stream #contentFix #contract-screen-tabs ul li.tab_button,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs ul li.tab_button,
.theme-service_stream #contentFix #settings-tabs ul li.tab_button,
.theme-service_stream #contentFix #maintabs ul li.tab_button,
.theme-service_stream #contentFix #sor_items_tabs ul li.tab_button,
.theme-service_stream #contentFix #site_tabs ul li.tab_button,
.theme-service_stream #contentFix #formtabs ul li.tab_button,
.theme-service_stream #contentFix #pi_tabs ul li.tab_button,
.theme-service_stream #contentFix #batch_tabs ul li.tab_button,
.theme-service_stream #contentFix #product_tabs ul li.tab_button,
.theme-service_stream #contentFix #mail_tabs ul li.tab_button,
.theme-service_stream #contentFix #accounts_connection_tabs ul li.tab_button,
.theme-service_stream #contentFix #client_portal_account_tabs ul li.tab_button,
.theme-service_stream #contentFix #defaults-tabs ul li.tab_button,
.theme-service_stream #contentFix #maintenance_general_settings_tabs ul li.tab_button,
.theme-service_stream #contentFix #company-preferences-tabs ul li.tab_button,
.theme-service_stream #contentFix #third_party_integration_settings_tabs ul li.tab_button,
.theme-service_stream #contentFix #advanced_approvals_tabs ul li.tab_button,
.theme-service_stream #contentFix .content-main > #maintabs ul ul li.tab_button,
.theme-service_stream #contentFix #main-tabs ul li.tab_button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs ul li.tab_button,
.theme-construction_manager #contentFix div.content-main > #report_tabs ul li.tab_button,
.theme-construction_manager #contentFix #customer-screen-tabs ul li.tab_button,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs ul li.tab_button,
.theme-construction_manager #contentFix #quote-screen-tabs ul li.tab_button,
.theme-construction_manager #contentFix #contract-screen-tabs ul li.tab_button,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs ul li.tab_button,
.theme-construction_manager #contentFix #settings-tabs ul li.tab_button,
.theme-construction_manager #contentFix #maintabs ul li.tab_button,
.theme-construction_manager #contentFix #sor_items_tabs ul li.tab_button,
.theme-construction_manager #contentFix #site_tabs ul li.tab_button,
.theme-construction_manager #contentFix #formtabs ul li.tab_button,
.theme-construction_manager #contentFix #pi_tabs ul li.tab_button,
.theme-construction_manager #contentFix #batch_tabs ul li.tab_button,
.theme-construction_manager #contentFix #product_tabs ul li.tab_button,
.theme-construction_manager #contentFix #mail_tabs ul li.tab_button,
.theme-construction_manager #contentFix #accounts_connection_tabs ul li.tab_button,
.theme-construction_manager #contentFix #client_portal_account_tabs ul li.tab_button,
.theme-construction_manager #contentFix #defaults-tabs ul li.tab_button,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs ul li.tab_button,
.theme-construction_manager #contentFix #company-preferences-tabs ul li.tab_button,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs ul li.tab_button,
.theme-construction_manager #contentFix #advanced_approvals_tabs ul li.tab_button,
.theme-construction_manager #contentFix .content-main > #maintabs ul ul li.tab_button,
.theme-construction_manager #contentFix #main-tabs ul li.tab_button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-xero #contentFix div.content-main > #maintabs ul li.tab_button,
.theme-xero #contentFix div.content-main > #report_tabs ul li.tab_button,
.theme-xero #contentFix #customer-screen-tabs ul li.tab_button,
.theme-xero #contentFix #subcontractor-applications-screen-tabs ul li.tab_button,
.theme-xero #contentFix #quote-screen-tabs ul li.tab_button,
.theme-xero #contentFix #contract-screen-tabs ul li.tab_button,
.theme-xero #contentFix #purchase-invoice-screen-tabs ul li.tab_button,
.theme-xero #contentFix #settings-tabs ul li.tab_button,
.theme-xero #contentFix #maintabs ul li.tab_button,
.theme-xero #contentFix #sor_items_tabs ul li.tab_button,
.theme-xero #contentFix #site_tabs ul li.tab_button,
.theme-xero #contentFix #formtabs ul li.tab_button,
.theme-xero #contentFix #pi_tabs ul li.tab_button,
.theme-xero #contentFix #batch_tabs ul li.tab_button,
.theme-xero #contentFix #product_tabs ul li.tab_button,
.theme-xero #contentFix #mail_tabs ul li.tab_button,
.theme-xero #contentFix #accounts_connection_tabs ul li.tab_button,
.theme-xero #contentFix #client_portal_account_tabs ul li.tab_button,
.theme-xero #contentFix #defaults-tabs ul li.tab_button,
.theme-xero #contentFix #maintenance_general_settings_tabs ul li.tab_button,
.theme-xero #contentFix #company-preferences-tabs ul li.tab_button,
.theme-xero #contentFix #third_party_integration_settings_tabs ul li.tab_button,
.theme-xero #contentFix #advanced_approvals_tabs ul li.tab_button,
.theme-xero #contentFix .content-main > #maintabs ul ul li.tab_button,
.theme-xero #contentFix #main-tabs ul li.tab_button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs ul li.tab_button,
.theme-construct_cloud #contentFix div.content-main > #report_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #customer-screen-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #quote-screen-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #contract-screen-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #settings-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #maintabs ul li.tab_button,
.theme-construct_cloud #contentFix #sor_items_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #site_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #formtabs ul li.tab_button,
.theme-construct_cloud #contentFix #pi_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #batch_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #product_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #mail_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #accounts_connection_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #client_portal_account_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #defaults-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #company-preferences-tabs ul li.tab_button,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs ul li.tab_button,
.theme-construct_cloud #contentFix #advanced_approvals_tabs ul li.tab_button,
.theme-construct_cloud #contentFix .content-main > #maintabs ul ul li.tab_button,
.theme-construct_cloud #contentFix #main-tabs ul li.tab_button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
#contentFix div.content-main > #maintabs ul li.tab_button button,
#contentFix div.content-main > #report_tabs ul li.tab_button button,
#contentFix #customer-screen-tabs ul li.tab_button button,
#contentFix #subcontractor-applications-screen-tabs ul li.tab_button button,
#contentFix #quote-screen-tabs ul li.tab_button button,
#contentFix #contract-screen-tabs ul li.tab_button button,
#contentFix #purchase-invoice-screen-tabs ul li.tab_button button,
#contentFix #settings-tabs ul li.tab_button button,
#contentFix #maintabs ul li.tab_button button,
#contentFix #sor_items_tabs ul li.tab_button button,
#contentFix #site_tabs ul li.tab_button button,
#contentFix #formtabs ul li.tab_button button,
#contentFix #pi_tabs ul li.tab_button button,
#contentFix #batch_tabs ul li.tab_button button,
#contentFix #product_tabs ul li.tab_button button,
#contentFix #mail_tabs ul li.tab_button button,
#contentFix #accounts_connection_tabs ul li.tab_button button,
#contentFix #client_portal_account_tabs ul li.tab_button button,
#contentFix #defaults-tabs ul li.tab_button button,
#contentFix #maintenance_general_settings_tabs ul li.tab_button button,
#contentFix #company-preferences-tabs ul li.tab_button button,
#contentFix #third_party_integration_settings_tabs ul li.tab_button button,
#contentFix #advanced_approvals_tabs ul li.tab_button button,
#contentFix .content-main > #maintabs ul ul li.tab_button button,
#contentFix #main-tabs ul li.tab_button button {
  font-size: 14px;
  margin: 3px 5px !important;
  height: 32px !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs ul li.tab_button button,
.theme-service_stream #contentFix div.content-main > #report_tabs ul li.tab_button button,
.theme-service_stream #contentFix #customer-screen-tabs ul li.tab_button button,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button,
.theme-service_stream #contentFix #quote-screen-tabs ul li.tab_button button,
.theme-service_stream #contentFix #contract-screen-tabs ul li.tab_button button,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs ul li.tab_button button,
.theme-service_stream #contentFix #settings-tabs ul li.tab_button button,
.theme-service_stream #contentFix #maintabs ul li.tab_button button,
.theme-service_stream #contentFix #sor_items_tabs ul li.tab_button button,
.theme-service_stream #contentFix #site_tabs ul li.tab_button button,
.theme-service_stream #contentFix #formtabs ul li.tab_button button,
.theme-service_stream #contentFix #pi_tabs ul li.tab_button button,
.theme-service_stream #contentFix #batch_tabs ul li.tab_button button,
.theme-service_stream #contentFix #product_tabs ul li.tab_button button,
.theme-service_stream #contentFix #mail_tabs ul li.tab_button button,
.theme-service_stream #contentFix #accounts_connection_tabs ul li.tab_button button,
.theme-service_stream #contentFix #client_portal_account_tabs ul li.tab_button button,
.theme-service_stream #contentFix #defaults-tabs ul li.tab_button button,
.theme-service_stream #contentFix #maintenance_general_settings_tabs ul li.tab_button button,
.theme-service_stream #contentFix #company-preferences-tabs ul li.tab_button button,
.theme-service_stream #contentFix #third_party_integration_settings_tabs ul li.tab_button button,
.theme-service_stream #contentFix #advanced_approvals_tabs ul li.tab_button button,
.theme-service_stream #contentFix .content-main > #maintabs ul ul li.tab_button button,
.theme-service_stream #contentFix #main-tabs ul li.tab_button button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-service_stream #contentFix div.content-main > #maintabs ul li.tab_button button:hover,
.theme-service_stream #contentFix div.content-main > #report_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #customer-screen-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #quote-screen-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #contract-screen-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #purchase-invoice-screen-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #settings-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #maintabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #sor_items_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #site_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #formtabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #pi_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #batch_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #product_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #mail_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #accounts_connection_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #client_portal_account_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #defaults-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #maintenance_general_settings_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #company-preferences-tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #third_party_integration_settings_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix #advanced_approvals_tabs ul li.tab_button button:hover,
.theme-service_stream #contentFix .content-main > #maintabs ul ul li.tab_button button:hover,
.theme-service_stream #contentFix #main-tabs ul li.tab_button button:hover {
  background: #dfdfdf !important;
  color: #605e5c !important;
  font-weight: 600;
}
.theme-construction_manager #contentFix div.content-main > #maintabs ul li.tab_button button,
.theme-construction_manager #contentFix div.content-main > #report_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #customer-screen-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #quote-screen-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #contract-screen-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #settings-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #maintabs ul li.tab_button button,
.theme-construction_manager #contentFix #sor_items_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #site_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #formtabs ul li.tab_button button,
.theme-construction_manager #contentFix #pi_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #batch_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #product_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #mail_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #accounts_connection_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #client_portal_account_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #defaults-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #company-preferences-tabs ul li.tab_button button,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs ul li.tab_button button,
.theme-construction_manager #contentFix #advanced_approvals_tabs ul li.tab_button button,
.theme-construction_manager #contentFix .content-main > #maintabs ul ul li.tab_button button,
.theme-construction_manager #contentFix #main-tabs ul li.tab_button button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-construction_manager #contentFix div.content-main > #maintabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix div.content-main > #report_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #customer-screen-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #quote-screen-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #contract-screen-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #purchase-invoice-screen-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #settings-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #maintabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #sor_items_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #site_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #formtabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #pi_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #batch_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #product_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #mail_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #accounts_connection_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #client_portal_account_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #defaults-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #maintenance_general_settings_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #company-preferences-tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #third_party_integration_settings_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix #advanced_approvals_tabs ul li.tab_button button:hover,
.theme-construction_manager #contentFix .content-main > #maintabs ul ul li.tab_button button:hover,
.theme-construction_manager #contentFix #main-tabs ul li.tab_button button:hover {
  background: #dfdfdf !important;
  color: #605e5c !important;
  font-weight: 600;
}
.theme-xero #contentFix div.content-main > #maintabs ul li.tab_button button,
.theme-xero #contentFix div.content-main > #report_tabs ul li.tab_button button,
.theme-xero #contentFix #customer-screen-tabs ul li.tab_button button,
.theme-xero #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button,
.theme-xero #contentFix #quote-screen-tabs ul li.tab_button button,
.theme-xero #contentFix #contract-screen-tabs ul li.tab_button button,
.theme-xero #contentFix #purchase-invoice-screen-tabs ul li.tab_button button,
.theme-xero #contentFix #settings-tabs ul li.tab_button button,
.theme-xero #contentFix #maintabs ul li.tab_button button,
.theme-xero #contentFix #sor_items_tabs ul li.tab_button button,
.theme-xero #contentFix #site_tabs ul li.tab_button button,
.theme-xero #contentFix #formtabs ul li.tab_button button,
.theme-xero #contentFix #pi_tabs ul li.tab_button button,
.theme-xero #contentFix #batch_tabs ul li.tab_button button,
.theme-xero #contentFix #product_tabs ul li.tab_button button,
.theme-xero #contentFix #mail_tabs ul li.tab_button button,
.theme-xero #contentFix #accounts_connection_tabs ul li.tab_button button,
.theme-xero #contentFix #client_portal_account_tabs ul li.tab_button button,
.theme-xero #contentFix #defaults-tabs ul li.tab_button button,
.theme-xero #contentFix #maintenance_general_settings_tabs ul li.tab_button button,
.theme-xero #contentFix #company-preferences-tabs ul li.tab_button button,
.theme-xero #contentFix #third_party_integration_settings_tabs ul li.tab_button button,
.theme-xero #contentFix #advanced_approvals_tabs ul li.tab_button button,
.theme-xero #contentFix .content-main > #maintabs ul ul li.tab_button button,
.theme-xero #contentFix #main-tabs ul li.tab_button button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-xero #contentFix div.content-main > #maintabs ul li.tab_button button:hover,
.theme-xero #contentFix div.content-main > #report_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #customer-screen-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #quote-screen-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #contract-screen-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #purchase-invoice-screen-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #settings-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #maintabs ul li.tab_button button:hover,
.theme-xero #contentFix #sor_items_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #site_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #formtabs ul li.tab_button button:hover,
.theme-xero #contentFix #pi_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #batch_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #product_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #mail_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #accounts_connection_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #client_portal_account_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #defaults-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #maintenance_general_settings_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #company-preferences-tabs ul li.tab_button button:hover,
.theme-xero #contentFix #third_party_integration_settings_tabs ul li.tab_button button:hover,
.theme-xero #contentFix #advanced_approvals_tabs ul li.tab_button button:hover,
.theme-xero #contentFix .content-main > #maintabs ul ul li.tab_button button:hover,
.theme-xero #contentFix #main-tabs ul li.tab_button button:hover {
  background: #dfdfdf !important;
  color: #605e5c !important;
  font-weight: 600;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs ul li.tab_button button,
.theme-construct_cloud #contentFix div.content-main > #report_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #customer-screen-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #quote-screen-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #contract-screen-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #settings-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #maintabs ul li.tab_button button,
.theme-construct_cloud #contentFix #sor_items_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #site_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #formtabs ul li.tab_button button,
.theme-construct_cloud #contentFix #pi_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #batch_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #product_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #mail_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #accounts_connection_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #client_portal_account_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #defaults-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #company-preferences-tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix #advanced_approvals_tabs ul li.tab_button button,
.theme-construct_cloud #contentFix .content-main > #maintabs ul ul li.tab_button button,
.theme-construct_cloud #contentFix #main-tabs ul li.tab_button button {
  background: inherit !important;
  background: #f3f2f1 !important;
  color: #007f64 !important;
}
.theme-construct_cloud #contentFix div.content-main > #maintabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix div.content-main > #report_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #customer-screen-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #subcontractor-applications-screen-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #quote-screen-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #contract-screen-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #purchase-invoice-screen-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #settings-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #maintabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #sor_items_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #site_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #formtabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #pi_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #batch_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #product_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #mail_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #accounts_connection_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #client_portal_account_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #defaults-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #maintenance_general_settings_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #company-preferences-tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #third_party_integration_settings_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #advanced_approvals_tabs ul li.tab_button button:hover,
.theme-construct_cloud #contentFix .content-main > #maintabs ul ul li.tab_button button:hover,
.theme-construct_cloud #contentFix #main-tabs ul li.tab_button button:hover {
  background: #dfdfdf !important;
  color: #605e5c !important;
  font-weight: 600;
}
#contentFix div.content-main > #maintabs ul li.tab_button button .menu_icon,
#contentFix div.content-main > #maintabs ul li.tab_button button .glyphicons,
#contentFix div.content-main > #maintabs ul li.tab_button button .ui-icon-closethick,
#contentFix div.content-main > #report_tabs ul li.tab_button button .menu_icon,
#contentFix div.content-main > #report_tabs ul li.tab_button button .glyphicons,
#contentFix div.content-main > #report_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #customer-screen-tabs ul li.tab_button button .menu_icon,
#contentFix #customer-screen-tabs ul li.tab_button button .glyphicons,
#contentFix #customer-screen-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #subcontractor-applications-screen-tabs ul li.tab_button button .menu_icon,
#contentFix #subcontractor-applications-screen-tabs ul li.tab_button button .glyphicons,
#contentFix #subcontractor-applications-screen-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #quote-screen-tabs ul li.tab_button button .menu_icon,
#contentFix #quote-screen-tabs ul li.tab_button button .glyphicons,
#contentFix #quote-screen-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #contract-screen-tabs ul li.tab_button button .menu_icon,
#contentFix #contract-screen-tabs ul li.tab_button button .glyphicons,
#contentFix #contract-screen-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #purchase-invoice-screen-tabs ul li.tab_button button .menu_icon,
#contentFix #purchase-invoice-screen-tabs ul li.tab_button button .glyphicons,
#contentFix #purchase-invoice-screen-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #settings-tabs ul li.tab_button button .menu_icon,
#contentFix #settings-tabs ul li.tab_button button .glyphicons,
#contentFix #settings-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #maintabs ul li.tab_button button .menu_icon,
#contentFix #maintabs ul li.tab_button button .glyphicons,
#contentFix #maintabs ul li.tab_button button .ui-icon-closethick,
#contentFix #sor_items_tabs ul li.tab_button button .menu_icon,
#contentFix #sor_items_tabs ul li.tab_button button .glyphicons,
#contentFix #sor_items_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #site_tabs ul li.tab_button button .menu_icon,
#contentFix #site_tabs ul li.tab_button button .glyphicons,
#contentFix #site_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #formtabs ul li.tab_button button .menu_icon,
#contentFix #formtabs ul li.tab_button button .glyphicons,
#contentFix #formtabs ul li.tab_button button .ui-icon-closethick,
#contentFix #pi_tabs ul li.tab_button button .menu_icon,
#contentFix #pi_tabs ul li.tab_button button .glyphicons,
#contentFix #pi_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #batch_tabs ul li.tab_button button .menu_icon,
#contentFix #batch_tabs ul li.tab_button button .glyphicons,
#contentFix #batch_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #product_tabs ul li.tab_button button .menu_icon,
#contentFix #product_tabs ul li.tab_button button .glyphicons,
#contentFix #product_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #mail_tabs ul li.tab_button button .menu_icon,
#contentFix #mail_tabs ul li.tab_button button .glyphicons,
#contentFix #mail_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #accounts_connection_tabs ul li.tab_button button .menu_icon,
#contentFix #accounts_connection_tabs ul li.tab_button button .glyphicons,
#contentFix #accounts_connection_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #client_portal_account_tabs ul li.tab_button button .menu_icon,
#contentFix #client_portal_account_tabs ul li.tab_button button .glyphicons,
#contentFix #client_portal_account_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #defaults-tabs ul li.tab_button button .menu_icon,
#contentFix #defaults-tabs ul li.tab_button button .glyphicons,
#contentFix #defaults-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #maintenance_general_settings_tabs ul li.tab_button button .menu_icon,
#contentFix #maintenance_general_settings_tabs ul li.tab_button button .glyphicons,
#contentFix #maintenance_general_settings_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #company-preferences-tabs ul li.tab_button button .menu_icon,
#contentFix #company-preferences-tabs ul li.tab_button button .glyphicons,
#contentFix #company-preferences-tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #third_party_integration_settings_tabs ul li.tab_button button .menu_icon,
#contentFix #third_party_integration_settings_tabs ul li.tab_button button .glyphicons,
#contentFix #third_party_integration_settings_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix #advanced_approvals_tabs ul li.tab_button button .menu_icon,
#contentFix #advanced_approvals_tabs ul li.tab_button button .glyphicons,
#contentFix #advanced_approvals_tabs ul li.tab_button button .ui-icon-closethick,
#contentFix .content-main > #maintabs ul ul li.tab_button button .menu_icon,
#contentFix .content-main > #maintabs ul ul li.tab_button button .glyphicons,
#contentFix .content-main > #maintabs ul ul li.tab_button button .ui-icon-closethick,
#contentFix #main-tabs ul li.tab_button button .menu_icon,
#contentFix #main-tabs ul li.tab_button button .glyphicons,
#contentFix #main-tabs ul li.tab_button button .ui-icon-closethick {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 20px;
}
#contentFix div.content-main > #maintabs #form_save_button,
#contentFix div.content-main > #report_tabs #form_save_button,
#contentFix #customer-screen-tabs #form_save_button,
#contentFix #subcontractor-applications-screen-tabs #form_save_button,
#contentFix #quote-screen-tabs #form_save_button,
#contentFix #contract-screen-tabs #form_save_button,
#contentFix #purchase-invoice-screen-tabs #form_save_button,
#contentFix #settings-tabs #form_save_button,
#contentFix #maintabs #form_save_button,
#contentFix #sor_items_tabs #form_save_button,
#contentFix #site_tabs #form_save_button,
#contentFix #formtabs #form_save_button,
#contentFix #pi_tabs #form_save_button,
#contentFix #batch_tabs #form_save_button,
#contentFix #product_tabs #form_save_button,
#contentFix #mail_tabs #form_save_button,
#contentFix #accounts_connection_tabs #form_save_button,
#contentFix #client_portal_account_tabs #form_save_button,
#contentFix #defaults-tabs #form_save_button,
#contentFix #maintenance_general_settings_tabs #form_save_button,
#contentFix #company-preferences-tabs #form_save_button,
#contentFix #third_party_integration_settings_tabs #form_save_button,
#contentFix #advanced_approvals_tabs #form_save_button,
#contentFix .content-main > #maintabs ul #form_save_button,
#contentFix #main-tabs #form_save_button {
  position: relative !important;
  top: -9px !important;
}
#contentFix div.content-main > #maintabs li.tab_button,
#contentFix div.content-main > #report_tabs li.tab_button,
#contentFix #customer-screen-tabs li.tab_button,
#contentFix #subcontractor-applications-screen-tabs li.tab_button,
#contentFix #quote-screen-tabs li.tab_button,
#contentFix #contract-screen-tabs li.tab_button,
#contentFix #purchase-invoice-screen-tabs li.tab_button,
#contentFix #settings-tabs li.tab_button,
#contentFix #maintabs li.tab_button,
#contentFix #sor_items_tabs li.tab_button,
#contentFix #site_tabs li.tab_button,
#contentFix #formtabs li.tab_button,
#contentFix #pi_tabs li.tab_button,
#contentFix #batch_tabs li.tab_button,
#contentFix #product_tabs li.tab_button,
#contentFix #mail_tabs li.tab_button,
#contentFix #accounts_connection_tabs li.tab_button,
#contentFix #client_portal_account_tabs li.tab_button,
#contentFix #defaults-tabs li.tab_button,
#contentFix #maintenance_general_settings_tabs li.tab_button,
#contentFix #company-preferences-tabs li.tab_button,
#contentFix #third_party_integration_settings_tabs li.tab_button,
#contentFix #advanced_approvals_tabs li.tab_button,
#contentFix .content-main > #maintabs ul li.tab_button,
#contentFix #main-tabs li.tab_button {
  margin: 0px !important;
}
#contentFix div.content-main > #maintabs .tab_button_spacer,
#contentFix div.content-main > #maintabs .tab_terminator,
#contentFix div.content-main > #maintabs .submenu_divider,
#contentFix div.content-main > #report_tabs .tab_button_spacer,
#contentFix div.content-main > #report_tabs .tab_terminator,
#contentFix div.content-main > #report_tabs .submenu_divider,
#contentFix #customer-screen-tabs .tab_button_spacer,
#contentFix #customer-screen-tabs .tab_terminator,
#contentFix #customer-screen-tabs .submenu_divider,
#contentFix #subcontractor-applications-screen-tabs .tab_button_spacer,
#contentFix #subcontractor-applications-screen-tabs .tab_terminator,
#contentFix #subcontractor-applications-screen-tabs .submenu_divider,
#contentFix #quote-screen-tabs .tab_button_spacer,
#contentFix #quote-screen-tabs .tab_terminator,
#contentFix #quote-screen-tabs .submenu_divider,
#contentFix #contract-screen-tabs .tab_button_spacer,
#contentFix #contract-screen-tabs .tab_terminator,
#contentFix #contract-screen-tabs .submenu_divider,
#contentFix #purchase-invoice-screen-tabs .tab_button_spacer,
#contentFix #purchase-invoice-screen-tabs .tab_terminator,
#contentFix #purchase-invoice-screen-tabs .submenu_divider,
#contentFix #settings-tabs .tab_button_spacer,
#contentFix #settings-tabs .tab_terminator,
#contentFix #settings-tabs .submenu_divider,
#contentFix #maintabs .tab_button_spacer,
#contentFix #maintabs .tab_terminator,
#contentFix #maintabs .submenu_divider,
#contentFix #sor_items_tabs .tab_button_spacer,
#contentFix #sor_items_tabs .tab_terminator,
#contentFix #sor_items_tabs .submenu_divider,
#contentFix #site_tabs .tab_button_spacer,
#contentFix #site_tabs .tab_terminator,
#contentFix #site_tabs .submenu_divider,
#contentFix #formtabs .tab_button_spacer,
#contentFix #formtabs .tab_terminator,
#contentFix #formtabs .submenu_divider,
#contentFix #pi_tabs .tab_button_spacer,
#contentFix #pi_tabs .tab_terminator,
#contentFix #pi_tabs .submenu_divider,
#contentFix #batch_tabs .tab_button_spacer,
#contentFix #batch_tabs .tab_terminator,
#contentFix #batch_tabs .submenu_divider,
#contentFix #product_tabs .tab_button_spacer,
#contentFix #product_tabs .tab_terminator,
#contentFix #product_tabs .submenu_divider,
#contentFix #mail_tabs .tab_button_spacer,
#contentFix #mail_tabs .tab_terminator,
#contentFix #mail_tabs .submenu_divider,
#contentFix #accounts_connection_tabs .tab_button_spacer,
#contentFix #accounts_connection_tabs .tab_terminator,
#contentFix #accounts_connection_tabs .submenu_divider,
#contentFix #client_portal_account_tabs .tab_button_spacer,
#contentFix #client_portal_account_tabs .tab_terminator,
#contentFix #client_portal_account_tabs .submenu_divider,
#contentFix #defaults-tabs .tab_button_spacer,
#contentFix #defaults-tabs .tab_terminator,
#contentFix #defaults-tabs .submenu_divider,
#contentFix #maintenance_general_settings_tabs .tab_button_spacer,
#contentFix #maintenance_general_settings_tabs .tab_terminator,
#contentFix #maintenance_general_settings_tabs .submenu_divider,
#contentFix #company-preferences-tabs .tab_button_spacer,
#contentFix #company-preferences-tabs .tab_terminator,
#contentFix #company-preferences-tabs .submenu_divider,
#contentFix #third_party_integration_settings_tabs .tab_button_spacer,
#contentFix #third_party_integration_settings_tabs .tab_terminator,
#contentFix #third_party_integration_settings_tabs .submenu_divider,
#contentFix #advanced_approvals_tabs .tab_button_spacer,
#contentFix #advanced_approvals_tabs .tab_terminator,
#contentFix #advanced_approvals_tabs .submenu_divider,
#contentFix .content-main > #maintabs ul .tab_button_spacer,
#contentFix .content-main > #maintabs ul .tab_terminator,
#contentFix .content-main > #maintabs ul .submenu_divider,
#contentFix #main-tabs .tab_button_spacer,
#contentFix #main-tabs .tab_terminator,
#contentFix #main-tabs .submenu_divider {
  display: none !important;
}

.inactive {
  display: none;
}

#footer {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body {
  color: var(--grey-palette-grey-190, #201f1e);
  /* SegoeUI Regular/14 - ms-fontSize-14 FontSizes.size14 */
  font-family: "Open Sans", "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  /* 142.857% */
}
body input::placeholder,
body textarea::placeholder {
  font-style: normal !important;
}

.company_logo {
  background-repeat: no-repeat;
  background-size: contain;
}
.theme-service_stream .company_logo {
  background-image: url("/assets/images/Logo-CMC-final-17Oct24@1x.svg");
}
.theme-construction_manager .company_logo {
  background-image: url("/assets/images/Logo-CMC-final-17Oct24@1x.svg");
}
.theme-xero .company_logo {
  background-image: url("/images/Logo-CMC-final-17Oct24@1x.svg");
}
.theme-construct_cloud .company_logo {
  background-image: url("/images/Logo-CC-final-17oct24@1x.svg");
}

@media screen and (max-width: 1065px) {
  #version_text {
    display: none !important;
  }
  #company_menu_button span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #company_help_button {
    display: none;
  }
  #quick_lookup_dialog {
    left: 0px !important;
    width: auto !important;
  }
  #notification_panel {
    width: 100% !important;
  }
  #notification_panel button.notification_delete_all {
    display: none;
  }
  .company_logo {
    height: 27px !important;
    width: 200px !important;
  }
}
.ui-widget .ui-widget {
  font-size: 13px !important;
}

.row {
  width: 95%;
  max-width: 1000px;
  padding: 5px;
  margin: 5px auto;
  overflow: hidden;
  margin-top: 10px;
}
.row:first-child {
  margin-top: 0;
}

.row > h1 {
  font-weight: 300;
}

*:focus {
  outline: none;
}

#top-banner {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 52px;
  color: #fff;
  font-size: 35px;
}
.theme-service_stream #top-banner {
  background-color: #007f64;
}
.theme-construction_manager #top-banner {
  background-color: #007f64;
}
.theme-xero #top-banner {
  background-color: #007f64;
}
.theme-construct_cloud #top-banner {
  background-color: #007f64;
}
#top-banner span.hide_on_mobile {
  margin-left: 7px;
}
@media (max-width: 500px) {
  #top-banner span.hide_on_mobile {
    display: none;
  }
}
#top-banner a,
#top-banner > span {
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  margin-top: 0px;
  padding: 0px;
}
#top-banner > span {
  margin-left: 0px;
}
#top-banner > span {
  margin-left: 0px;
}

.content-main {
  width: 100%;
  box-sizing: border-box;
}
.theme-service_stream .content-main {
  background-color: #eeeeee !important;
}
.theme-construction_manager .content-main {
  background-color: #eeeeee !important;
}
.theme-xero .content-main {
  background-color: #eeeeee !important;
}
.theme-construct_cloud .content-main {
  background-color: #eeeeee !important;
}

.mobile-selection {
  margin-top: 10px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .mobile-selection {
    display: none;
  }
}
@media (max-width: 600px) {
  .mobile-content-main {
    display: none;
  }
}
.error-message {
  color: red;
  font-style: italic;
}

.message-box, .success-message, .error-message {
  display: none;
  border-radius: 2px;
  font-style: italic;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
}

.error-message {
  border: solid #b33c3c 1px;
  color: #b33c3c;
}

.success-message {
  border: solid #60966e 1px;
  color: #60966e;
}

.field_btn_group input {
  margin-right: 0;
  border-right: 0 none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 90%;
}
.field_btn_group button {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 34px;
  line-height: normal;
  vertical-align: middle;
  width: 10%;
  background-color: #666666 !important;
  cursor: pointer;
}

/******************************************************************************
 * FORM TOOLTIPS                                                              *
 ******************************************************************************/
/*LOGIN SCREEN*/
.login-header {
  height: 250px;
  padding: 40px 20px 20px 80px;
  color: #fff;
  font-weight: normal;
}
.theme-service_stream .login-header {
  background-color: #007f64;
}
.theme-construction_manager .login-header {
  background-color: #007f64;
}
.theme-xero .login-header {
  background-color: #007f64;
}
.theme-construct_cloud .login-header {
  background-color: #007f64;
}
.login-header .product-name {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
}
.login-header .product-name-frame td {
  line-height: 30px;
  font-size: 80px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  letter-spacing: -5px;
}
.login-header .company-name {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0px;
}

.login-page-section {
  font-size: 1.6em;
  padding: 40px 15%;
  overflow: hidden;
  text-align: center;
}
.theme-service_stream .login-page-section {
  color: #45464f;
}
.theme-construction_manager .login-page-section {
  color: #45464f;
}
.theme-xero .login-page-section {
  color: #45464f;
}
.theme-construct_cloud .login-page-section {
  color: #45464f;
}
.login-page-section:nth-child(2) {
  background-color: #fff;
}
.login-page-section:nth-child(3) {
  background-color: #ecf0f1;
  padding: 60px 15%;
}
.theme-service_stream .login-page-section:nth-child(3) {
  color: #45464f;
}
.theme-construction_manager .login-page-section:nth-child(3) {
  color: #45464f;
}
.theme-xero .login-page-section:nth-child(3) {
  color: #45464f;
}
.theme-construct_cloud .login-page-section:nth-child(3) {
  color: #45464f;
}
.login-page-section:nth-child(4) {
  background-color: #1abc9c;
  margin: 0;
}
.login-page-section:nth-child(5) {
  padding: 40px 20%;
}

.text-section {
  padding: 10px;
  width: 635px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  body,
  html {
    min-width: 0;
  }
  .login-page-section {
    padding: 1.7em 1em;
  }
  .login-header {
    height: auto;
    padding: 1.7em;
  }
  .login-header .product-name {
    font-size: 55px;
  }
  .login-header .company-name {
    font-size: 1em;
    font-style: italic;
  }
  #contentFix section.login-page-section:nth-child(3) {
    padding: 20px 0;
  }
}
.notice-span {
  font-style: italic;
}

.notice-box {
  border-radius: 3px;
  border: solid orange 1px;
  background: orange;
  padding: 10px;
  padding-left: 30px;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.notice-box:before {
  font-family: "Glyphicons Regular";
  content: "\e505";
  position: relative;
  font-size: 15px;
  vertical-align: bottom;
}

.clean-table {
  width: 100%;
}
.theme-service_stream .clean-table {
  color: #605e5c;
}
.theme-construction_manager .clean-table {
  color: #605e5c;
}
.theme-xero .clean-table {
  color: #605e5c;
}
.theme-construct_cloud .clean-table {
  color: #605e5c;
}
.clean-table thead th {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.clean-table tbody tr:nth-child(odd) {
  background-color: #ecf0f1;
}
.clean-table tbody tr:nth-child(even) {
  background-color: white;
}
.clean-table tr {
  height: 50px;
}
.clean-table td.red-text {
  color: #a4262c;
}
.clean-table button {
  width: 100%;
}
.clean-table .currency-column {
  text-align: right;
}

.panel-table {
  overflow: hidden !important;
  max-width: 1000px;
}
.panel-table table {
  margin-top: 5px;
}
.panel-table tbody tr {
  width: 100%;
}
.panel-table th {
  font-weight: bold;
  padding: 3px 25px;
}
.panel-table td {
  min-width: 20%;
  padding: 0.5% 2%;
  height: 35px !important;
}
.panel-table td span a span {
  background-color: #eee !important;
}
.panel-table input {
  width: 70%;
}

td.overdue {
  background: #a4262c !important;
  color: #fff !important;
}

.row_selected td.overdue {
  background: transparent !important;
}

tr:hover td a {
  color: #fff;
}

.right-aligned {
  text-align: right;
}

.ui-tabs {
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 20px !important;
}
.theme-service_stream .ui-tabs {
  background-color: #eeeeee !important;
}
.theme-construction_manager .ui-tabs {
  background-color: #eeeeee !important;
}
.theme-xero .ui-tabs {
  background-color: #eeeeee !important;
}
.theme-construct_cloud .ui-tabs {
  background-color: #eeeeee !important;
}

.ui-tabs > ul li {
  background: #9ac2f0;
}

.ui-tabs > ul li:hover {
  background: #dceafa;
}

.theme-service_stream .ui-tabs ul li.ui-state-active > a {
  border-bottom: 2px solid #118f74 !important;
  color: #118f74 !important;
}
.theme-construction_manager .ui-tabs ul li.ui-state-active > a {
  border-bottom: 2px solid #118f74 !important;
  color: #118f74 !important;
}
.theme-xero .ui-tabs ul li.ui-state-active > a {
  border-bottom: 2px solid #118f74 !important;
  color: #118f74 !important;
}
.theme-construct_cloud .ui-tabs ul li.ui-state-active > a {
  border-bottom: 2px solid #118f74 !important;
  color: #118f74 !important;
}

.theme-service_stream .ui-tabs ul li.ui-state-active > a > span {
  color: #118f74 !important;
}
.theme-construction_manager .ui-tabs ul li.ui-state-active > a > span {
  color: #118f74 !important;
}
.theme-xero .ui-tabs ul li.ui-state-active > a > span {
  color: #118f74 !important;
}
.theme-construct_cloud .ui-tabs ul li.ui-state-active > a > span {
  color: #118f74 !important;
}

.ui-state-focus {
  border: none !important;
}

.ui-tabs > ul li a {
  outline: none;
}

/******************************************************************************\
  PANELS
\******************************************************************************/
.access_right_section {
  margin-bottom: 5px;
}
.access_right_section table {
  margin-left: 15px !important;
}
.access_right_section th {
  font-weight: bold;
  padding-right: 10px !important;
  padding-left: 0px !important;
}
.access_right_section td {
  padding-right: 10px !important;
}
.access_right_section ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.access_right_section li {
  list-style: none;
}

h6.banner_header {
  font-size: 13px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  color: white;
  padding: 5px;
}
.theme-service_stream h6.banner_header {
  background-color: #45464f;
}
.theme-construction_manager h6.banner_header {
  background-color: #45464f;
}
.theme-xero h6.banner_header {
  background-color: #45464f;
}
.theme-construct_cloud h6.banner_header {
  background-color: #45464f;
}

.borderpanel {
  border-style: solid;
  border-radius: 4px;
  padding: 11px 8px;
  background: white;
}
.theme-service_stream .borderpanel {
  border-width: 1px;
}
.theme-construction_manager .borderpanel {
  border-width: 1px;
}
.theme-xero .borderpanel {
  border-width: 1px;
}
.theme-construct_cloud .borderpanel {
  border-width: 1px;
}
.theme-service_stream .borderpanel {
  border-color: #8a8886;
}
.theme-construction_manager .borderpanel {
  border-color: #8a8886;
}
.theme-xero .borderpanel {
  border-color: #8a8886;
}
.theme-construct_cloud .borderpanel {
  border-color: #8a8886;
}
.borderpanel p:first-child {
  margin-top: 0;
}
.borderpanel hr {
  margin-left: -8px;
  margin-right: -8px;
}

.borderpanel[disabled=disabled] {
  border: 2px solid;
}
.theme-service_stream .borderpanel[disabled=disabled] {
  border-color: #888;
}
.theme-construction_manager .borderpanel[disabled=disabled] {
  border-color: #888;
}
.theme-xero .borderpanel[disabled=disabled] {
  border-color: #888;
}
.theme-construct_cloud .borderpanel[disabled=disabled] {
  border-color: #888;
}
.theme-service_stream .borderpanel[disabled=disabled] {
  color: #888;
}
.theme-construction_manager .borderpanel[disabled=disabled] {
  color: #888;
}
.theme-xero .borderpanel[disabled=disabled] {
  color: #888;
}
.theme-construct_cloud .borderpanel[disabled=disabled] {
  color: #888;
}
.borderpanel[disabled=disabled] .always_editable {
  color: #333;
}
.theme-service_stream .borderpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-construction_manager .borderpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-xero .borderpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-construct_cloud .borderpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}

.borderpanel.darkpanel[disabled=disabled] {
  border: 2px solid #eeeeee;
}
.theme-service_stream .borderpanel.darkpanel[disabled=disabled] {
  color: #888;
}
.theme-construction_manager .borderpanel.darkpanel[disabled=disabled] {
  color: #888;
}
.theme-xero .borderpanel.darkpanel[disabled=disabled] {
  color: #888;
}
.theme-construct_cloud .borderpanel.darkpanel[disabled=disabled] {
  color: #888;
}
.theme-service_stream .borderpanel.darkpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-construction_manager .borderpanel.darkpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-xero .borderpanel.darkpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-construct_cloud .borderpanel.darkpanel[disabled=disabled] h5 {
  color: #bbbbbb;
}
.theme-service_stream .borderpanel.darkpanel[disabled=disabled] h5 {
  background-color: #888;
}
.theme-construction_manager .borderpanel.darkpanel[disabled=disabled] h5 {
  background-color: #888;
}
.theme-xero .borderpanel.darkpanel[disabled=disabled] h5 {
  background-color: #888;
}
.theme-construct_cloud .borderpanel.darkpanel[disabled=disabled] h5 {
  background-color: #888;
}

.rightpanel {
  float: right;
  width: calc(50% - 5px);
  margin-bottom: 5px;
}

.leftpanel {
  float: left;
  width: 50%;
  margin-right: 5px;
}

.ui-helper-reset {
  font-size: 13px !important;
}

.ui-widget {
  font-size: 13px !important;
}

.borderpanel h5 {
  font-weight: bold;
  margin: 0px;
  color: #333;
  font-size: 13px;
}
.borderpanel h5 .glyphicons:before {
  padding: 0px;
}

.borderpanel .upgrade_company_to_mfa_btn {
  width: 140px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.theme-service_stream .borderpanel.darkpanel {
  border-color: #45464f;
}
.theme-construction_manager .borderpanel.darkpanel {
  border-color: #45464f;
}
.theme-xero .borderpanel.darkpanel {
  border-color: #45464f;
}
.theme-construct_cloud .borderpanel.darkpanel {
  border-color: #45464f;
}
.borderpanel.darkpanel > h5 {
  color: white;
}
.theme-service_stream .borderpanel.darkpanel > h5 {
  background: #45464f;
}
.theme-construction_manager .borderpanel.darkpanel > h5 {
  background: #45464f;
}
.theme-xero .borderpanel.darkpanel > h5 {
  background: #45464f;
}
.theme-construct_cloud .borderpanel.darkpanel > h5 {
  background: #45464f;
}

.theme-service_stream .borderpanel.greenpanel {
  border-color: #007f64;
}
.theme-construction_manager .borderpanel.greenpanel {
  border-color: #007f64;
}
.theme-xero .borderpanel.greenpanel {
  border-color: #007f64;
}
.theme-construct_cloud .borderpanel.greenpanel {
  border-color: #007f64;
}
.borderpanel.greenpanel > h5 {
  color: white;
}
.theme-service_stream .borderpanel.greenpanel > h5 {
  background: #007f64;
}
.theme-construction_manager .borderpanel.greenpanel > h5 {
  background: #007f64;
}
.theme-xero .borderpanel.greenpanel > h5 {
  background: #007f64;
}
.theme-construct_cloud .borderpanel.greenpanel > h5 {
  background: #007f64;
}

.gridpanel {
  background: white;
}

.labelpanel {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.4);
  padding: 5px;
}

.labelpanel h5 {
  padding: 6px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-top: -5px;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 0px;
  border-radius: 3px 3px 0px 0px;
}
.theme-service_stream .labelpanel h5 {
  background-color: #118f74;
}
.theme-construction_manager .labelpanel h5 {
  background-color: #118f74;
}
.theme-xero .labelpanel h5 {
  background-color: #118f74;
}
.theme-construct_cloud .labelpanel h5 {
  background-color: #118f74;
}

.align-right {
  text-align: right;
}

.ui-tabs > ul button {
  width: auto;
  float: right;
  margin-left: 5px;
  color: #1c6290;
  background-color: white;
}
.ui-tabs > ul button a {
  color: inherit;
}

.header_links {
  color: white !important;
  font-size: 14px;
  margin-left: auto;
  padding-right: 32px !important;
}
.header_links ul {
  list-style-type: none;
}
.header_links ul li#company_help_button {
  border: 1px solid;
  border-radius: 26px;
  padding: 6px 16px 6px 16px;
}
.theme-service_stream .header_links ul li#company_help_button {
  border-color: #118f74;
}
.theme-construction_manager .header_links ul li#company_help_button {
  border-color: #118f74;
}
.theme-xero .header_links ul li#company_help_button {
  border-color: #118f74;
}
.theme-construct_cloud .header_links ul li#company_help_button {
  border-color: #118f74;
}
.header_links ul li {
  line-height: 18px;
  margin-right: 0px;
  text-align: right;
  display: inline-block;
  cursor: pointer;
}
.header_links ul li a {
  color: white !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
}
.header_links ul li a i {
  font-size: 19px;
  margin-top: -2px;
  line-height: 4px;
  margin-left: -2px;
}
.theme-service_stream .header_links ul li a.red_item {
  background-color: #a4262c !important;
}
.theme-construction_manager .header_links ul li a.red_item {
  background-color: #a4262c !important;
}
.theme-xero .header_links ul li a.red_item {
  background-color: #a4262c !important;
}
.theme-construct_cloud .header_links ul li a.red_item {
  background-color: #a4262c !important;
}

#version_text {
  right: 32px;
  color: #ddd;
  position: absolute;
  top: 37px;
  font-size: 11px;
  display: inline-block;
}

#company_menu_button {
  margin-right: 3px;
}

#help_menu {
  top: 41px;
}

#company_menu {
  top: 35px;
}

#quick_lookup_dialog {
  top: 36px;
  width: 400px;
  padding: 22px;
  font-size: 14px;
}
.theme-service_stream #quick_lookup_dialog {
  color: #45464f;
}
.theme-construction_manager #quick_lookup_dialog {
  color: #45464f;
}
.theme-xero #quick_lookup_dialog {
  color: #45464f;
}
.theme-construct_cloud #quick_lookup_dialog {
  color: #45464f;
}
#quick_lookup_dialog span {
  font-size: 14px;
}

#help_menu,
#company_menu,
#quick_lookup_dialog {
  right: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-width: 258px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  display: none;
  z-index: 1000;
  overflow: hidden;
}

.quicklookup_dropdown {
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 40px;
}
.quicklookup_dropdown a {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: 100%;
  margin-left: 0px !important;
}
.quicklookup_dropdown a span {
  width: 160px;
}

.popup_menu_container ul.horizontal-line {
  border: 1px solid #edebe9;
  margin-left: 10px;
  margin-right: 10px;
}
.popup_menu_container ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.popup_menu_container ul a {
  line-height: 20px !important;
  margin-left: 0px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  display: block !important;
  margin-top: 0px !important;
  padding: 0px !important;
}
.popup_menu_container ul li {
  width: 100% !important;
  text-align: left !important;
  padding: 10px 5px;
  cursor: pointer !important;
}
.theme-service_stream .popup_menu_container ul li a {
  color: #45464f !important;
}
.theme-construction_manager .popup_menu_container ul li a {
  color: #45464f !important;
}
.theme-xero .popup_menu_container ul li a {
  color: #45464f !important;
}
.theme-construct_cloud .popup_menu_container ul li a {
  color: #45464f !important;
}
.popup_menu_container ul li a i {
  margin-right: 6px;
  font-size: 19px;
  line-height: 8px;
}
.theme-service_stream .popup_menu_container ul li:hover:not(.no_hover) {
  background-color: #dfdfdf;
  color: #45464f !important;
}
.theme-construction_manager .popup_menu_container ul li:hover:not(.no_hover) {
  background-color: #dfdfdf;
  color: #45464f !important;
}
.theme-xero .popup_menu_container ul li:hover:not(.no_hover) {
  background-color: #dfdfdf;
  color: #45464f !important;
}
.theme-construct_cloud .popup_menu_container ul li:hover:not(.no_hover) {
  background-color: #dfdfdf;
  color: #45464f !important;
}
.popup_menu_container h5 {
  padding: 6px;
  border: 1px transparent;
  margin: 0px 0px 2px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px 3px 0px 0px;
}

/* Don't show the IE10 input clear. */
input::-ms-clear {
  display: none;
}

.glyphicon-fw {
  width: 1.28571429em;
  text-align: center;
}

.superscript-help {
  vertical-align: super;
  color: blue !important;
  font-size: 0.9em;
}
.superscript-help:visited {
  color: blue !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body.wait,
body.wait * {
  cursor: wait !important;
}

.mail-content-box form > div {
  width: 100%;
}
.mail-content-box form fieldset {
  width: 50%;
  float: left;
}
.mail-content-box form fieldset label {
  width: 4em;
}
.mail-content-box form fieldset input,
.mail-content-box form fieldset select {
  width: calc(100% - 4em);
}
.mail-content-box form fieldset:first-of-type {
  padding-right: 5px;
}
.mail-content-box form fieldset:last-of-type {
  padding-left: 5px;
}
.mail-content-box form textarea[name=mail_body] {
  height: 200px;
}
.mail-content-box h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.mail-content-box .mail-box-footer {
  margin-top: 5px;
  min-height: 30px;
  overflow: hidden;
}
.mail-content-box .mail-box-back-button {
  float: left;
  margin-right: 10px;
}

.flexy-cols {
  display: flex;
  flex-flow: row;
}
.flexy-cols > fieldset,
.flexy-cols > div {
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.flexy-cols > fieldset:first-child,
.flexy-cols > div:first-child {
  margin-left: 0;
}
.flexy-cols > fieldset:last-child,
.flexy-cols > div:last-child {
  margin-right: 0;
}
.flexy-cols > div > .borderpanel {
  margin-bottom: 10px;
}
.flexy-cols > div > .borderpanel:last-child {
  margin-bottom: 0;
}

.flexy-columns {
  display: flex;
  flex-flow: column;
}
.flexy-columns > fieldset,
.flexy-columns > div {
  flex: 1;
}

#global-progress-bars {
  width: 600px;
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  z-index: 1;
  border-radius: 3px;
}
.theme-service_stream #global-progress-bars {
  background-color: #007f64;
}
.theme-construction_manager #global-progress-bars {
  background-color: #007f64;
}
.theme-xero #global-progress-bars {
  background-color: #007f64;
}
.theme-construct_cloud #global-progress-bars {
  background-color: #007f64;
}
#global-progress-bars .gpb-bars {
  display: none;
}
#global-progress-bars .gpb-bars .ui-widget-content {
  padding: 0;
}
#global-progress-bars .gpb-bars .js-progress:first-child {
  margin-top: 5px;
}
#global-progress-bars .gpb-bars .js-progress {
  position: relative;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 30px;
}
#global-progress-bars .gpb-bars .js-progress .js-progress-label {
  width: 100%;
  color: #5d7b9a;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.theme-service_stream #global-progress-bars .gpb-bars .js-progress.complete .ui-progressbar-value {
  background-color: #118f74;
}
.theme-construction_manager #global-progress-bars .gpb-bars .js-progress.complete .ui-progressbar-value {
  background-color: #118f74;
}
.theme-xero #global-progress-bars .gpb-bars .js-progress.complete .ui-progressbar-value {
  background-color: #118f74;
}
.theme-construct_cloud #global-progress-bars .gpb-bars .js-progress.complete .ui-progressbar-value {
  background-color: #118f74;
}
#global-progress-bars .gpb-toggle {
  height: 30px;
  color: white;
  font-size: 19px;
  margin-top: 3px;
  border-radius: 3px;
  display: none;
  line-height: 30px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.theme-service_stream #global-progress-bars .gpb-toggle {
  background-color: #007f64;
}
.theme-construction_manager #global-progress-bars .gpb-toggle {
  background-color: #007f64;
}
.theme-xero #global-progress-bars .gpb-toggle {
  background-color: #007f64;
}
.theme-construct_cloud #global-progress-bars .gpb-toggle {
  background-color: #007f64;
}

.full-page-section {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
}

.attachments-loading-screen {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  border: dashed;
}

.buttonless-sweet-alert .sa-button-container {
  display: none;
}

.loading-alert .glyphicons {
  animation: infinite-spinning 2s infinite;
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.js-email-item-container .js-mail-item:nth-child(odd) {
  background-color: #ecf0f1;
}
.js-email-item-container .js-mail-item_new:nth-child(odd) {
  background-color: white !important;
  margin-bottom: 5px;
}
.js-email-item-container .js-mail-item {
  padding: 5px;
}

.tooltip_icon {
  font-size: 18px;
  line-height: 8px !important;
}

.ql-editor {
  background: white;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  min-width: inherit;
  margin-top: 0;
}

.bold {
  font-weight: bold;
}

.theme-service_stream .good-text {
  color: #118f74;
}
.theme-construction_manager .good-text {
  color: #118f74;
}
.theme-xero .good-text {
  color: #118f74;
}
.theme-construct_cloud .good-text {
  color: #118f74;
}

.warning-text {
  color: #e5ae57;
}

#grid_selection_dialog form .borderpanel {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
}
#grid_selection_dialog form .borderpanel label,
#grid_selection_dialog form .borderpanel input[type=radio] {
  margin: 0;
  align-self: center;
}

#job_management_dialog input,
#posted-sales-inv-dialog input,
#posted-subbie-cert-dialog input,
#posted-sales-cert-dialog input {
  width: 68.5%;
}
#job_management_dialog form .borderpanel,
#posted-sales-inv-dialog form .borderpanel,
#posted-subbie-cert-dialog form .borderpanel,
#posted-sales-cert-dialog form .borderpanel {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  margin-top: 5px;
}
#job_management_dialog form .borderpanel label,
#job_management_dialog form .borderpanel input[type=radio],
#posted-sales-inv-dialog form .borderpanel label,
#posted-sales-inv-dialog form .borderpanel input[type=radio],
#posted-subbie-cert-dialog form .borderpanel label,
#posted-subbie-cert-dialog form .borderpanel input[type=radio],
#posted-sales-cert-dialog form .borderpanel label,
#posted-sales-cert-dialog form .borderpanel input[type=radio] {
  margin: 0;
  align-self: center;
}

#purchase_invoice_dialog .borderpanel {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
}
#purchase_invoice_dialog .borderpanel label,
#purchase_invoice_dialog .borderpanel input[type=radio] {
  margin: 0;
  align-self: center;
}

#activity_grid_selection_dialog form .borderpanel {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
}
#activity_grid_selection_dialog form .borderpanel label,
#activity_grid_selection_dialog form .borderpanel input[type=radio] {
  margin: 0;
  align-self: center;
}

.js-attached-files-tree {
  height: 381px;
}

.theme-service_stream .border-t-b {
  border-top: 1px solid #118f74;
}
.theme-construction_manager .border-t-b {
  border-top: 1px solid #118f74;
}
.theme-xero .border-t-b {
  border-top: 1px solid #118f74;
}
.theme-construct_cloud .border-t-b {
  border-top: 1px solid #118f74;
}
.theme-service_stream .border-t-b {
  border-bottom: 1px solid #118f74;
}
.theme-construction_manager .border-t-b {
  border-bottom: 1px solid #118f74;
}
.theme-xero .border-t-b {
  border-bottom: 1px solid #118f74;
}
.theme-construct_cloud .border-t-b {
  border-bottom: 1px solid #118f74;
}

.disable-section {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  z-index: 99;
  top: 0;
}
.disable-section .text-section {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5%;
}

.blackout {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  z-index: 99;
  top: 0;
}

.spinner {
  background-image: url(/images/spinner.svg);
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  margin: 0 auto;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15%;
}

.spinner_small {
  background-image: url(/images/spinner.svg);
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin: 0 auto;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15%;
}

#sales_applications_conversion {
  background-color: white;
  top: 50%;
  padding: 17px;
  width: 400px;
  text-align: center;
  border-radius: 5px;
  z-index: 99999;
  display: block;
  margin: 0 auto;
  margin-top: 15%;
  vertical-align: middle;
}
#sales_applications_conversion .progress_bar {
  width: 100%;
  height: 40px;
}
#sales_applications_conversion .progress_bar div {
  width: 1%;
  height: 100%;
}
.theme-service_stream #sales_applications_conversion .progress_bar div {
  background-color: #007f64;
}
.theme-construction_manager #sales_applications_conversion .progress_bar div {
  background-color: #007f64;
}
.theme-xero #sales_applications_conversion .progress_bar div {
  background-color: #007f64;
}
.theme-construct_cloud #sales_applications_conversion .progress_bar div {
  background-color: #007f64;
}

.spinner.contracts {
  background-image: url(/images/spinner.svg);
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  margin: 0 auto;
  vertical-align: middle;
  top: 0;
  transform: none;
}

.contracts_spinner_info {
  top: 50%;
  border: 1px solid #cccccc;
  display: block;
  width: 300px;
  height: 220px;
  background-color: #fff;
  margin: auto;
  margin-top: 50%;
  color: #ccc;
}

.theme-service_stream .contracts_spinner_info h2 {
  color: #007f64;
}
.theme-construction_manager .contracts_spinner_info h2 {
  color: #007f64;
}
.theme-xero .contracts_spinner_info h2 {
  color: #007f64;
}
.theme-construct_cloud .contracts_spinner_info h2 {
  color: #007f64;
}

.contracts_spinner_info p {
  color: #666666;
}

.start-here > a {
  z-index: 100;
  box-shadow: #007f64 0 0 10px 5px, hsla(1, 100%, 0%, 0.2) 0 0 0 5000px !important;
  -webkit-box-shadow: #007f64 0 0 10px 5px, hsla(1, 100%, 0%, 0.2) 0 0 0 5000px !important;
  transition: 0.2s;
}

#job_selection_frame.start-here {
  z-index: 100;
  box-shadow: #007f64 0 0 10px 5px, hsla(1, 100%, 0%, 0.2) 0 0 0 5000px !important;
  -webkit-box-shadow: #007f64 0 0 10px 5px, hsla(1, 100%, 0%, 0.2) 0 0 0 5000px !important;
  transition: 0.2s;
  pointer-events: none;
}

.embedded-help-block {
  background: #ccf3ff;
  border-left: solid 5px #4996cc;
  padding: 10px;
}
.embedded-help-block p:first-child {
  margin-top: 0;
}
.embedded-help-block p:last-child {
  margin-bottom: 0;
}

.embedded-help-block-restyled {
  background: #21e5bb;
  border-left: solid 5px #007f64;
  padding: 10px;
}
.embedded-help-block-restyled p:first-child {
  margin-top: 0;
}
.embedded-help-block-restyled p:last-child {
  margin-bottom: 0;
}

#tenders-layout #jc-tenders-layout {
  border: 1px solid #cccccc;
}

table.advanced_tenders_layout,
table.job_costing_layout {
  border-collapse: collapse;
  white-space: nowrap;
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-top: 0;
}
table.advanced_tenders_layout .select2-container a.select2-choice span.select2-arrow b,
table.job_costing_layout .select2-container a.select2-choice span.select2-arrow b {
  background-position: 0 -4px;
}
table.advanced_tenders_layout .select2-container,
table.job_costing_layout .select2-container {
  margin-top: 0px !important;
}
table.advanced_tenders_layout .select2-container a.select2-choice,
table.job_costing_layout .select2-container a.select2-choice {
  padding: 4px !important;
  width: 100%;
  line-height: 14px;
  height: 24px !important;
  border-width: 1px !important;
  border-color: #45464f !important;
  border-radius: 3px;
  visibility: visible;
  margin: 0 !important;
}
table.advanced_tenders_layout thead th,
table.job_costing_layout thead th {
  top: unset !important;
}
.theme-service_stream table.advanced_tenders_layout thead th,
.theme-service_stream table.job_costing_layout thead th {
  background-color: #45464f;
}
.theme-construction_manager table.advanced_tenders_layout thead th,
.theme-construction_manager table.job_costing_layout thead th {
  background-color: #45464f;
}
.theme-xero table.advanced_tenders_layout thead th,
.theme-xero table.job_costing_layout thead th {
  background-color: #45464f;
}
.theme-construct_cloud table.advanced_tenders_layout thead th,
.theme-construct_cloud table.job_costing_layout thead th {
  background-color: #45464f;
}
.theme-service_stream table.advanced_tenders_layout thead th,
.theme-service_stream table.job_costing_layout thead th {
  color: white;
}
.theme-construction_manager table.advanced_tenders_layout thead th,
.theme-construction_manager table.job_costing_layout thead th {
  color: white;
}
.theme-xero table.advanced_tenders_layout thead th,
.theme-xero table.job_costing_layout thead th {
  color: white;
}
.theme-construct_cloud table.advanced_tenders_layout thead th,
.theme-construct_cloud table.job_costing_layout thead th {
  color: white;
}
table.advanced_tenders_layout .header-row,
table.advanced_tenders_layout .totals-row,
table.job_costing_layout .header-row,
table.job_costing_layout .totals-row {
  font-weight: bold;
}
table.advanced_tenders_layout td button,
table.job_costing_layout td button {
  margin-top: 0;
}
table.advanced_tenders_layout td button .glyphicons,
table.job_costing_layout td button .glyphicons {
  font-size: 86%;
}
table.advanced_tenders_layout td button .glyphicons:before,
table.job_costing_layout td button .glyphicons:before {
  padding: 4px 7px;
}
table.advanced_tenders_layout .vo-number,
table.job_costing_layout .vo-number {
  text-align: center;
}
table.advanced_tenders_layout tr.header-row,
table.job_costing_layout tr.header-row {
  color: white;
}
.theme-service_stream table.advanced_tenders_layout tr.header-row,
.theme-service_stream table.job_costing_layout tr.header-row {
  background-color: #118f74;
}
.theme-construction_manager table.advanced_tenders_layout tr.header-row,
.theme-construction_manager table.job_costing_layout tr.header-row {
  background-color: #118f74;
}
.theme-xero table.advanced_tenders_layout tr.header-row,
.theme-xero table.job_costing_layout tr.header-row {
  background-color: #118f74;
}
.theme-construct_cloud table.advanced_tenders_layout tr.header-row,
.theme-construct_cloud table.job_costing_layout tr.header-row {
  background-color: #118f74;
}
.theme-service_stream table.advanced_tenders_layout tr.header-row td:nth-child(1) > div.options,
.theme-service_stream table.job_costing_layout tr.header-row td:nth-child(1) > div.options {
  background-color: #118f74;
}
.theme-construction_manager table.advanced_tenders_layout tr.header-row td:nth-child(1) > div.options,
.theme-construction_manager table.job_costing_layout tr.header-row td:nth-child(1) > div.options {
  background-color: #118f74;
}
.theme-xero table.advanced_tenders_layout tr.header-row td:nth-child(1) > div.options,
.theme-xero table.job_costing_layout tr.header-row td:nth-child(1) > div.options {
  background-color: #118f74;
}
.theme-construct_cloud table.advanced_tenders_layout tr.header-row td:nth-child(1) > div.options,
.theme-construct_cloud table.job_costing_layout tr.header-row td:nth-child(1) > div.options {
  background-color: #118f74;
}
table.advanced_tenders_layout .sales_budget,
table.advanced_tenders_layout .cost_budget,
table.advanced_tenders_layout .cost_budget_alert,
table.advanced_tenders_layout .value_complete,
table.job_costing_layout .sales_budget,
table.job_costing_layout .cost_budget,
table.job_costing_layout .cost_budget_alert,
table.job_costing_layout .value_complete {
  width: 80px;
}
table.advanced_tenders_layout .uplift,
table.advanced_tenders_layout .percentage_complete,
table.job_costing_layout .uplift,
table.job_costing_layout .percentage_complete {
  width: 130px;
}
table.advanced_tenders_layout .text,
table.job_costing_layout .text {
  width: 200px;
}
table.advanced_tenders_layout td .label,
table.job_costing_layout td .label {
  width: 100%;
  display: block;
}
table.advanced_tenders_layout .table-field,
table.job_costing_layout .table-field {
  width: 100%;
}
table.advanced_tenders_layout .table-field input,
table.advanced_tenders_layout .table-field select,
table.job_costing_layout .table-field input,
table.job_costing_layout .table-field select {
  margin: 0;
  padding: 4px;
  width: 100%;
  border-style: solid;
  border-radius: 3px;
  border-width: 1px;
  vertical-align: top;
}
table.advanced_tenders_layout .table-field input input:not([type=checkbox]),
table.advanced_tenders_layout .table-field select input:not([type=checkbox]),
table.job_costing_layout .table-field input input:not([type=checkbox]),
table.job_costing_layout .table-field select input:not([type=checkbox]) {
  height: 24px !important;
}
.theme-service_stream table.advanced_tenders_layout .table-field input,
.theme-service_stream table.advanced_tenders_layout .table-field select,
.theme-service_stream table.job_costing_layout .table-field input,
.theme-service_stream table.job_costing_layout .table-field select {
  border-color: #45464f;
}
.theme-construction_manager table.advanced_tenders_layout .table-field input,
.theme-construction_manager table.advanced_tenders_layout .table-field select,
.theme-construction_manager table.job_costing_layout .table-field input,
.theme-construction_manager table.job_costing_layout .table-field select {
  border-color: #45464f;
}
.theme-xero table.advanced_tenders_layout .table-field input,
.theme-xero table.advanced_tenders_layout .table-field select,
.theme-xero table.job_costing_layout .table-field input,
.theme-xero table.job_costing_layout .table-field select {
  border-color: #45464f;
}
.theme-construct_cloud table.advanced_tenders_layout .table-field input,
.theme-construct_cloud table.advanced_tenders_layout .table-field select,
.theme-construct_cloud table.job_costing_layout .table-field input,
.theme-construct_cloud table.job_costing_layout .table-field select {
  border-color: #45464f;
}
.theme-service_stream table.advanced_tenders_layout .table-field .cancel,
.theme-service_stream table.job_costing_layout .table-field .cancel {
  background-color: #45464f;
  opacity: 0.9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theme-construction_manager table.advanced_tenders_layout .table-field .cancel,
.theme-construction_manager table.job_costing_layout .table-field .cancel {
  background-color: #45464f;
  opacity: 0.9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theme-xero table.advanced_tenders_layout .table-field .cancel,
.theme-xero table.job_costing_layout .table-field .cancel {
  background-color: #45464f;
  opacity: 0.9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theme-construct_cloud table.advanced_tenders_layout .table-field .cancel,
.theme-construct_cloud table.job_costing_layout .table-field .cancel {
  background-color: #45464f;
  opacity: 0.9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table.advanced_tenders_layout .table-field .cancel:hover,
table.job_costing_layout .table-field .cancel:hover {
  opacity: 1;
}
table.advanced_tenders_layout .table-field button,
table.job_costing_layout .table-field button {
  height: 25px;
  border-radius: 0;
  padding: 0;
  vertical-align: top;
  border-right: 1px solid #016b54;
}
table.advanced_tenders_layout .table-field button:last-child,
table.job_costing_layout .table-field button:last-child {
  border-radius: 3px;
}
table.advanced_tenders_layout tbody tr.group:not(.selected-row):not(.header-row),
table.job_costing_layout tbody tr.group:not(.selected-row):not(.header-row) {
  background-color: #eee;
}
table.advanced_tenders_layout tbody tr.selected-row:not(.header-row),
table.job_costing_layout tbody tr.selected-row:not(.header-row) {
  background-color: #ccc;
}
table.advanced_tenders_layout th,
table.job_costing_layout th {
  font-weight: bold;
  padding: 10px;
  background-color: #45464f;
  font-size: 90%;
  position: sticky;
  top: 0;
  z-index: 1;
}
table.advanced_tenders_layout th:nth-child(1),
table.advanced_tenders_layout td:nth-child(1),
table.job_costing_layout th:nth-child(1),
table.job_costing_layout td:nth-child(1) {
  left: 0;
  z-index: 2;
}
table.advanced_tenders_layout td,
table.job_costing_layout td {
  border-bottom: 1px solid #ccc;
  padding: 4px;
  font-size: 12px;
  white-space: nowrap;
  background-color: transparent;
}
table.advanced_tenders_layout .data-additional,
table.advanced_tenders_layout .template_data-additional,
table.job_costing_layout .data-additional,
table.job_costing_layout .template_data-additional {
  text-align: center;
}
table.advanced_tenders_layout .structure-cell,
table.job_costing_layout .structure-cell {
  padding: 8px 2px;
}
table.advanced_tenders_layout .structure-cell .table-icon.glyphicons:before,
table.job_costing_layout .structure-cell .table-icon.glyphicons:before {
  padding: 6px 0px;
}
table.advanced_tenders_layout .decimal,
table.advanced_tenders_layout .currency,
table.job_costing_layout .decimal,
table.job_costing_layout .currency {
  text-align: right;
}
table.advanced_tenders_layout .decimal input,
table.advanced_tenders_layout .currency input,
table.job_costing_layout .decimal input,
table.job_costing_layout .currency input {
  text-align: right;
}
table.advanced_tenders_layout .description,
table.job_costing_layout .description {
  text-align: left;
}
table.advanced_tenders_layout .ref,
table.job_costing_layout .ref {
  text-align: left;
}
table.advanced_tenders_layout .structure-cell-behind,
table.job_costing_layout .structure-cell-behind {
  z-index: 1 !important;
}
table.advanced_tenders_layout .options,
table.job_costing_layout .options {
  position: absolute;
  background-color: #e0e0e0;
  z-index: 3;
  padding: 5px;
  left: 20px;
}
table.advanced_tenders_layout .options span,
table.job_costing_layout .options span {
  font-size: 15px;
}

.detailsTableDialog .standardinput {
  min-width: 120px !important;
}
.detailsTableDialog th {
  padding: 0;
  text-align: center;
}
.detailsTableDialog .total-row td {
  background-color: #f2f7ed;
}
.detailsTableDialog td:first-child {
  padding-left: 2%;
}
.detailsTableDialog td:last-child {
  padding-right: 2%;
}
.detailsTableDialog td {
  padding: 0.5% 1%;
  height: 35px;
}

.iti__country-list {
  position: fixed !important;
}

#mfa_authentication_settings div.iti {
  width: 80%;
}

.configure-panel div.iti {
  width: 70%;
}

.approval_warning,
.advanced_approval_warning {
  background: #efdea9;
  border: 2px solid #f5c22a;
  padding: 5px;
  margin: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #8a8886;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  background-color: #605e5c;
  transition: 0.4s;
  border-radius: 50%;
}

.switch-text {
  margin-left: 8px;
}

.theme-service_stream input:checked + .slider {
  background-color: #007f64;
}
.theme-construction_manager input:checked + .slider {
  background-color: #007f64;
}
.theme-xero input:checked + .slider {
  background-color: #007f64;
}
.theme-construct_cloud input:checked + .slider {
  background-color: #007f64;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(20px);
  background-color: white;
}

.dialog-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.dialog-close-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #605e5c;
  font-size: 18px;
}

.ui-dialog-posting {
  position: relative;
  left: -20px;
  list-style-type: none;
}

#simplemodal-container {
  background: var(--grey-palette-white, #fff) !important;
  box-shadow: 0px 25.6px 57.6px 0px rgba(0, 0, 0, 0.22), 0px 4.8px 14.4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px !important;
  border-color: white !important;
}

#simplemodal-container a.modal-close {
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 5px;
  right: -4px;
  cursor: pointer;
  text-decoration: none;
}

.inputdialogtitlebar {
  background-color: var(--grey-palette-white, #fff) !important;
  padding-left: 10px !important;
}
.inputdialogtitlebar label {
  color: black !important;
}

:root {
  --scrollbar-width: 12px;
  --scrollbar-height: 12px;
  --scrollbar-thumb-bg: #8a8886;
  --scrollbar-thumb-hover-bg: #787775;
  --scrollbar-track-bg: #f1f1f1;
  --scrollbar-thumb-border: 3px solid #f1f1f1;
  --scrollbar-thumb-border-hover: 0px solid #f1f1f1;
}

@supports (-webkit-appearance: none) {
  ::-webkit-scrollbar {
    width: var(--scrollbar-width);
    height: var(--scrollbar-height);
  }
  ::-webkit-scrollbar-track {
    background: var(--scrollbar-track-bg);
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-bg);
    border-radius: 10px;
    border: var(--scrollbar-thumb-border);
    -webkit-transition: background-color 0.3s, width 0.3s;
    transition: background-color 0.3s, width 0.3s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-bg);
    border: var(--scrollbar-thumb-border-hover);
  }
}
/*
* Menu nav bar Overides
*/
.eq2-backdrop {
  height: 140px;
  max-height: 140px;
  transition: height 0.5s ease-in-out;
}
.theme-service_stream .eq2-backdrop {
  background-color: #007f64;
}
.theme-construction_manager .eq2-backdrop {
  background-color: #007f64;
}
.theme-xero .eq2-backdrop {
  background-color: #007f64;
}
.theme-construct_cloud .eq2-backdrop {
  background-color: #007f64;
}

.app-content {
  width: 100%;
  height: 75%;
}

div#top-banner {
  height: 56px !important;
}

div.header_links ul li .hide_on_mobile a span {
  color: white !important;
}

:host div.eq2-table-container {
  height: 100vh !important;
}

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff; /* 1 */
  color: #000; /* 2 */
  font-size: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 12px;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #a7cfc1;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc !important;
  margin: 1em 0 !important;
  padding: 0;
}

.borderpanel hr {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.borderpanel h5 {
  line-height: 20px !important;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
   App Global CSS
   ---------------------------------------------------------------
   Put style rules here that you want to apply globally.
   These styles are for the ENTIRE app and not just one component.
   ---------------------------------------------------------------
 */
:root {
  --color-primary: var(--color-green-cmc-primary);
  --color-secondary: var(--color-blue-blue);
  --color-warning: var(--color-status-warning);
  --color-danger: var(--color-status-error);
  --color-light: var(--color-mono-90);
  --color-dark: var(--color-mono-30);
  --color-label-dark: var(--color-mono-14);
  --color-disabled: var(--color-text-body-disabled);
  --color-info: var(--color-status-info);
  --color-background: var(--color-mono-98);
  --color-text-numerics-lg: #0f0f0f;
  --color-text-numerics-md: #3d3d3d;
  --color-text-page-title: #0a0a0a;
  --color-text-header: #1f1f1f;
  --color-text-subtitle: #474747;
  --color-text-sub-text: #3d3d3d;
  --color-blue-blue-xlight: #effcffff;
  --color-blue-blue-lighter: #c5f1fcff;
  --color-blue-blue-light: #1fc0e7ff;
  --color-blue-blue: #2c79c4ff;
  --color-blue-blue-alt: #1e63a7ff;
  --color-blue-blue-dark: #263b54ff;
  --color-blue-blue-darker: #1b2c3fff;
  --color-mono-black: #000000ff;
  --color-mono-white: #ffffffff;
  --color-mono-grey: #e4e7e9;
  --color-mono-2: #050505ff;
  --color-mono-4: #0a0a0aff;
  --color-mono-6: #0f0f0fff;
  --color-mono-8: #141414ff;
  --color-mono-10: #1a1a1aff;
  --color-mono-12: #1f1f1fff;
  --color-mono-14: #242424ff;
  --color-mono-16: #292929ff;
  --color-mono-18: #2e2e2eff;
  --color-mono-20: #333333ff;
  --color-mono-22: #383838ff;
  --color-mono-24: #3d3d3dff;
  --color-mono-26: #424242ff;
  --color-mono-28: #474747ff;
  --color-mono-30: #4d4d4dff;
  --color-mono-32: #525252ff;
  --color-mono-34: #575757ff;
  --color-mono-36: #5c5c5cff;
  --color-mono-38: #616161ff;
  --color-mono-40: #666666ff;
  --color-mono-42: #6b6b6bff;
  --color-mono-44: #707070ff;
  --color-mono-46: #757575ff;
  --color-mono-48: #7a7a7aff;
  --color-mono-50: #808080ff;
  --color-mono-52: #858585ff;
  --color-mono-54: #8a8a8aff;
  --color-mono-56: #8f8f8fff;
  --color-mono-58: #949494ff;
  --color-mono-60: #999999ff;
  --color-mono-62: #9e9e9eff;
  --color-mono-64: #a3a3a3ff;
  --color-mono-66: #a8a8a8ff;
  --color-mono-68: #adadadff;
  --color-mono-70: #b3b3b3ff;
  --color-mono-72: #b8b8b8ff;
  --color-mono-74: #bdbdbdff;
  --color-mono-76: #c2c2c2ff;
  --color-mono-78: #c7c7c7ff;
  --color-mono-80: #ccccccff;
  --color-mono-82: #d1d1d1ff;
  --color-mono-84: #d6d6d6ff;
  --color-mono-86: #dbdbdbff;
  --color-mono-88: #e0e0e0ff;
  --color-mono-90: #e6e6e6ff;
  --color-mono-92: #ebebebff;
  --color-mono-94: #f0f0f0ff;
  --color-mono-96: #f5f5f5ff;
  --color-mono-98: #fafafaff;
  --color-mono-99: #eceeef;
  --color-mono-100: #fafbfb;
  --color-mono-101: #494f54;
  --color-green-10: #103e36ff;
  --color-green-20: #0e463cff;
  --color-green-30: #0a4b3fff;
  --color-green-40: #065243ff;
  --color-green-50: #025c4aff;
  --color-green-60: #00634eff;
  --color-green-70: #006b54ff;
  --color-green-cmc-primary: #007f64ff;
  --color-green-74: #00795fff;
  --color-green-80: #038468ff;
  --color-green-90: #068a6eff;
  --color-green-100: #0d9c7dff;
  --color-green-110: #3cc7a9ff;
  --color-green-120: #57d9bdff;
  --color-green-130: #7af1d8ff;
  --color-green-140: #b7f5e8ff;
  --color-green-150: #d1fff5ff;
  --color-green-160: #ebfffbff;
  --color-green-170: #f3fff3;
  --color-grey-blue-grey-blue1: #777e86ff;
  --color-grey-blue-grey-blue2: #95999fff;
  --color-status-success: #007a27;
  --color-status-success-dark: #067e06ff;
  --color-status-success-xdark: #076107ff;
  --color-status-success-xlight: #f8fff8ff;
  --color-status-success-light: #e0ffe0ff;
  --color-status-error: #cf0404;
  --color-status-error-dark: #c20a2bff;
  --color-status-error-xdark: #870616ff;
  --color-status-error-xlight: #ffeff2ff;
  --color-status-error-xxlight: #fff9faff;
  --color-status-error-light: #fdb6c3ff;
  --color-status-warning: #c47f2a;
  --color-status-warning-light: #fdcdb4ff;
  --color-status-warning-dark: #df5f1bff;
  --color-status-warning-xxlight: #fffaf3ff;
  --color-status-warning-xlight: #ffede3ff;
  --color-status-warning-xdark: #943807ff;
  --color-status-info: #0076bf;
  --color-status-info-xlight: #f8fcffff;
  --color-status-info-light: #c2e7feff;
  --color-status-info-dark: #0a639aff;
  --color-status-info-xdark: #034d7aff;
  --color-status-dark: #494f54;
  --color-surface-border-grey-rest: #e0e0e0;
  --color-surface-overlay-light-40: #ffffff66;
  --color-surface-container-grey-xlight: #f5f5f5;
  --color-surface-container-grey-xxlight: #fafafa;
  --color-surface-container-grey-mid-1: #d1d1d1;
  --color-surface-container-white: #fff;
  --color-surface-container-primary: #007f64;
  --color-surface-container-grey-inactive: #f0f0f0;
  --color-surface-table-header: #f5f5f5;
  --color-surface-table-header-select: #fafafa;
  --color-surface-border-table-row: #e6e6e6;
  --color-surface-table-alt-row: #f1f2f4;
  --color-surface-table-cell-hover: #dadce0;
  --color-surface-table-col-hover: #f1f3f4;
  --color-surface-border-success: #2bc92b;
  --color-status-container-success-light: #d0ffd0;
  --color-text-header: #1f1f1f;
  --color-text-body: #494f54;
  --color-text-body-disabled: #bdbdbd;
  --color-text-body-dark: #4d4d4d;
  --color-text-body-white: #fff;
  --color-text-body-xdark: #333;
  --color-text-body-primary-hover: #006b54;
  --color-surface-border-keyline-card-hdr: #d1d1d1;
  --color-surface-container-grey-light: #f5f5f5;
  --color-surface-border-grey: #d9d9d9;
  --color-surface-border-border-grey-rest: #e0e0e0;
  --color-surface-border-border-grey-focus: #8f8f8f;
  --color-surface-border-border-grey-hover: #b8b8b8;
  --color-surface-border-border-grey-selected: #a8a8a8;
  --color-surface-container-grey-xlight-background: #ebebeb;
  --color-surface-container-grey-hover: #b8b8b8;
  --color-surface-border-border-grey-dar1: #666;
  --color-surface-border-border-grey-xlight: #b8b8b8;
  --color-surface-border-border-info: #0080cf;
  --color-status-text-info: #0076bf;
  --color-surface-border-border-info-hover: #0a639a;
  --color-status-container-info: #0080cf;
  --color-status-text-info-hover: #0a639a;
  --color-status-container-info-hover: #0a639a;
  --color-status-container-info-light: #f3faff;
  --color-status-container-info-light-2: #e7f6ff;
  --color-surface-border-border-warning: #ee5d0e;
  --color-status-container-warning-xlight: #fff1e9;
  --color-status-text-warning: #ee6f2b;
  --color-surface-border-border-warning-hover: #c64500;
  --color-surface-border-border-warning-light: #fdcdb4;
  --color-status-text-warning-hover: #c64500;
  --color-status-container-warning: #ee6f2b;
  --color-status-container-warning-xdark: #a23800;
  --color-surface-border-border-error: #dc082e;
  --color-status-container-error-xlight: #ffeff2;
  --color-status-text-error: #dc082e;
  --color-surface-border-border-error-hover: #a60724;
  --color-status-text-error-hover: #a60724;
  --color-status-container-errror: #dc082e;
  --color-status-container-error-xdark: #870616;
  --color-surface-border-border-success: #2bc92b;
  --color-status-container-success-light: #d0ffd0;
  --color-status-container-success-xlight: #f3fff3;
  --color-status-text-success: #009e00;
  --color-surface-border-border-success-hover: #067e06;
  --color-status-text-success-hover: #067e06;
  --color-surface-border-border-primary: #007f64;
  --color-surface-container-primary-lightest: #ebfffb;
  --color-surface-border-border-focus: #0e463c;
  --color-surface-overlay-light-12: rgba(255, 255, 255, 0.12);
  --color-surface-overlay-light-84: rgba(255, 255, 255, 0.84);
  --color-surface-overlay-light-40: rgba(0, 0, 0, 0.4);
  --color-surface-overlay-dark-16: rgba(0, 0, 0, 0.16);
  --color-surface-overlay-dark-32: rgba(0, 0, 0, 0.32);
  --color-scrollbar-background: #8a8886;
  --color-scrollbar-background-hover: #787775;
  --color-scrollbar-border: #f1f1f1;
  --color-text-label: #242424;
  --color-select-header-container-background: #f5f5f5;
  --color-select-header-label: #666;
  --color-grey-400: #d2d6d9;
  --color-grey-white: #fff;
}

:root {
  /* Effect Styles  */
  --box-shadows-light-shadow-02: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-04: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-04x: 0px 0px 4px 0px rgba(0, 0, 0, 0.12),
    0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  --box-shadows-light-shadow-08: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-16: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),
    0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  --box-shadows-light-shadow-28: 0px 0px 8px 0px rgba(0, 0, 0, 0.2),
    0px 14px 28.8px 0px rgba(0, 0, 0, 0.24);
  --box-shadows-light-shadow-64: 0px 0px 8px 0px rgba(0, 0, 0, 0.2),
    0px 32px 64px 0px rgba(0, 0, 0, 0.24);
  --box-shadows-dark-shadow-02: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-04: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 2px 4px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-08: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 4px 8px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-16: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 8px 16px 0px rgba(0, 0, 0, 0.28);
  --box-shadows-dark-shadow-28: 0px 0px 8px 0px rgba(0, 0, 0, 0.4),
    0px 14px 28px 0px rgba(0, 0, 0, 0.48);
  --box-shadows-dark-shadow-64: 0px 0px 8px 0px rgba(0, 0, 0, 0.4),
    0px 32px 64px 0px rgba(0, 0, 0, 0.48);
  --box-shadows-dark-shadow-08x: 0px 0px 2px 0px rgba(0, 0, 0, 0.24),
    0px 2px 8px 0px rgba(0, 0, 0, 0.28);
}

:root .hide {
  display: none !important;
}
:root .float-left,
:root .float-start {
  float: left !important;
}
:root .float-right,
:root .float-end {
  float: right !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex {
  display: flex;
}

.gap-0 {
  gap: var(--size-size-0);
}

.gap-2 {
  gap: var(--size-size-2);
}

.gap-4 {
  gap: var(--size-size-4);
}

.gap-8 {
  gap: var(--size-size-8);
}

.gap-10 {
  gap: var(--size-size-8);
}

.gap-12 {
  gap: var(--size-size-8);
}

:root {
  --eq2-spacing: 8px;
  --eq2-spacing-sm: 4px;
  --eq2-spacing-lg: 12px;
  /* #region No Padding */
  /* #endregion */
  /* #region Standard */
  /* #endregion */
  /* #region Small */
  /* #endregion */
  /* #region Large */
  /* #endregion */
  /* #region No Margin */
  /* #endregion */
  /* #region Standard */
  /* #endregion */
  /* #region Small */
  /* #endregion */
  /* #region Large */
  /* #endregion */
}
:root .no-padding,
:root .padding-none {
  padding: 0px !important;
}
:root .no-padding-top,
:root .padding-top-none {
  padding-top: 0px !important;
}
:root .no-padding-right,
:root .padding-right-none {
  padding-right: 0px !important;
}
:root .no-padding-bottom,
:root .padding-bottom-none {
  padding-bottom: 0px !important;
}
:root .no-padding-left,
:root .padding-left-none {
  padding-left: 0px !important;
}
:root .no-padding-height,
:root .padding-height-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
:root .no-padding-width,
:root .padding-width-none {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
:root .padding {
  padding: var(--eq2-spacing);
}
:root .padding-top {
  padding-top: var(--eq2-spacing);
}
:root .padding-right {
  padding-right: var(--eq2-spacing);
}
:root .padding-bottom {
  padding-bottom: var(--eq2-spacing);
}
:root .padding-left {
  padding-left: var(--eq2-spacing);
}
:root .padding-height {
  padding-top: var(--eq2-spacing);
  padding-bottom: var(--eq2-spacing);
}
:root .padding-width {
  padding-right: var(--eq2-spacing);
  padding-left: var(--eq2-spacing);
}
:root .padding-sm {
  padding: var(--eq2-spacing-sm);
}
:root .padding-top-sm {
  padding-top: var(--eq2-spacing-sm);
}
:root .padding-right-sm {
  padding-right: var(--eq2-spacing-sm);
}
:root .padding-bottom-sm {
  padding-bottom: var(--eq2-spacing-sm);
}
:root .padding-left-sm {
  padding-left: var(--eq2-spacing-sm);
}
:root .padding-height-sm {
  padding-top: var(--eq2-spacing-sm);
  padding-bottom: var(--eq2-spacing-sm);
}
:root .padding-width-sm {
  padding-right: var(--eq2-spacing-sm);
  padding-left: var(--eq2-spacing-sm);
}
:root .padding-lg {
  padding: var(--eq2-spacing-lg);
}
:root .padding-top-lg {
  padding-top: var(--eq2-spacing-lg);
}
:root .padding-right-lg {
  padding-right: var(--eq2-spacing-lg);
}
:root .padding-bottom-lg {
  padding-bottom: var(--eq2-spacing-lg);
}
:root .padding-left-lg {
  padding-left: var(--eq2-spacing-lg);
}
:root .padding-height-lg {
  padding-top: var(--eq2-spacing-lg);
  padding-bottom: var(--eq2-spacing-lg);
}
:root .padding-width-lg {
  padding-right: var(--eq2-spacing-lg);
  padding-left: var(--eq2-spacing-lg);
}
:root .no-margin,
:root .margin-none {
  margin: 0px !important;
}
:root .no-margin-top,
:root .margin-top-none {
  margin-top: 0px !important;
}
:root .no-margin-right,
:root .margin-right-none {
  margin-right: 0px !important;
}
:root .no-margin-bottom,
:root .margin-bottom-none {
  margin-bottom: 0px !important;
}
:root .no-margin-left,
:root .margin-left-none {
  margin-left: 0px !important;
}
:root .no-margin-height,
:root .margin-height-none {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
:root .no-margin-width,
:root .margin-width-none {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
:root .margin {
  margin: var(--eq2-spacing);
}
:root .margin-top {
  margin-top: var(--eq2-spacing);
}
:root .margin-right {
  margin-right: var(--eq2-spacing);
}
:root .margin-bottom {
  margin-bottom: var(--eq2-spacing);
}
:root .margin-left {
  margin-left: var(--eq2-spacing);
}
:root .margin-height {
  margin-top: var(--eq2-spacing);
  margin-bottom: var(--eq2-spacing);
}
:root .margin-width {
  margin-right: var(--eq2-spacing);
  margin-left: var(--eq2-spacing);
}
:root .margin-sm {
  margin: var(--eq2-spacing-sm);
}
:root .margin-top-sm {
  margin-top: var(--eq2-spacing-sm);
}
:root .margin-right-sm {
  margin-right: var(--eq2-spacing-sm);
}
:root .margin-bottom-sm {
  margin-bottom: var(--eq2-spacing-sm);
}
:root .margin-left-sm {
  margin-left: var(--eq2-spacing-sm);
}
:root .margin-height-sm {
  margin-top: var(--eq2-spacing-sm);
  margin-bottom: var(--eq2-spacing-sm);
}
:root .margin-width-sm {
  margin-right: var(--eq2-spacing-sm);
  margin-left: var(--eq2-spacing-sm);
}
:root .margin-lg {
  margin: var(--eq2-spacing-lg);
}
:root .margin-top-lg {
  margin-top: var(--eq2-spacing-lg);
}
:root .margin-right-lg {
  margin-right: var(--eq2-spacing-lg);
}
:root .margin-bottom-lg {
  margin-bottom: var(--eq2-spacing-lg);
}
:root .margin-left-lg {
  margin-left: var(--eq2-spacing-lg);
}
:root .margin-height-lg {
  margin-top: var(--eq2-spacing-lg);
  margin-bottom: var(--eq2-spacing-lg);
}
:root .margin-width-lg {
  margin-right: var(--eq2-spacing-lg);
  margin-left: var(--eq2-spacing-lg);
}

:root .text-center {
  text-align: center !important;
}
:root .text-justify {
  text-align: justify !important;
}
:root .text-start {
  text-align: start !important;
}
:root .text-end {
  text-align: end !important;
}
:root .text-left {
  text-align: left !important;
}
:root .text-right {
  text-align: right !important;
}
:root .text-nowrap,
:root .text-no-wrap {
  white-space: nowrap !important;
}
:root .text-wrap {
  white-space: normal !important;
}
:root .text-concat,
:root .text-ellipsis,
:root .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

:root .text-uppercase {
  text-transform: uppercase !important;
}
:root .text-lowercase {
  text-transform: lowercase !important;
}
:root .text-capitalise,
:root .text-capitalize {
  text-transform: capitalize !important;
}
:root .text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

:root {
  --size-size-0: 0px;
  --size-size-1: 1px;
  --size-size-2: 2px;
  --size-size-4: 4px;
  --size-size-6: 6px;
  --size-size-8: 8px;
  --size-size-10: 10px;
  --size-size-12: 12px;
  --size-size-14: 14px;
  --size-size-16: 16px;
  --size-size-18: 18px;
  --size-size-20: 20px;
  --size-size-24: 24px;
  --size-size-28: 28px;
  --size-size-30: 30px;
  --size-size-32: 32px;
  --size-size-36: 36px;
  --size-size-38: 38px;
  --size-size-40: 40px;
  --size-size-48: 48px;
  --size-size-50: 50px;
  --size-size-52: 52px;
  --size-size-54: 54px;
  --size-size-56: 56px;
  --size-size-60: 60px;
  --size-size-64: 64px;
  --size-size-68: 68px;
  --size-size-74: 74px;
  --size-size-78: 78px;
  --size-size-84: 84px;
  --size-size-90: 90px;
  --size-size-128: 128px;
  --size-size-320: 320px;
  --size-size-360: 360px;
  --size-size-480: 480px;
  --size-size-1024: 1024px;
  --size-size-1376: 1376px;
  --size-size-1440: 1440px;
  --size-size-1824: 1824px;
  --size-radius-rad-0-on-light: var(--size-size-0);
  --size-radius-rad-xs-on-light: var(--size-size-2);
  --size-radius-rad-s-on-light: var(--size-size-4);
  --size-radius-rad-m-on-light: var(--size-size-8);
  --size-radius-rad-l-on-light: var(--size-size-16);
  --size-radius-rad-l24-on-light: var(--size-size-24);
  --size-radius-rad-xl-on-light: var(--size-size-32);
  --size-radius-rad-xxl-on-light: var(--size-size-64);
  --size-radius-rad-128-on-light: var(--size-size-128);
  --size-radius-rad-360-on-light: var(--size-size-360);
  --size-padding-pad-0-on-light: var(--size-size-0);
  --size-padding-pad-1-on-light: var(--size-size-1);
  --size-padding-pad-xs2-on-light: var(--size-size-2);
  --size-padding-pad-s4-on-light: var(--size-size-4);
  --size-padding-pad-s6-on-light: var(--size-size-6);
  --size-padding-pad-m8-on-light: var(--size-size-8);
  --size-padding-pad-m10-on-light: var(--size-size-10);
  --size-padding-pad-m12-on-light: var(--size-size-12);
  --size-padding-pad-m14-on-light: var(--size-size-14);
  --size-padding-pad-l16-on-light: var(--size-size-16);
  --size-padding-pad-l24-on-light: var(--size-size-24);
  --size-padding-pad-l32-on-light: var(--size-size-28);
  --size-padding-pad-xl40-on-light: var(--size-size-40);
  --size-padding-pad-xl48-on-light: var(--size-size-48);
  --size-padding-pad-xl-on-light: var(--size-size-64);
  --size-gap-gap-0-on-light: var(--size-size-0);
  --size-gap-gap-xxs-on-light: var(--size-size-1);
  --size-gap-gap-xs-on-light: var(--size-size-2);
  --size-gap-gap-s-on-light: var(--size-size-4);
  --size-gap-gap-r-on-light: var(--size-size-6);
  --size-gap-gap-m-on-light: var(--size-size-8);
  --size-gap-gap-m12-on-light: var(--size-size-12);
  --size-gap-gap-l-on-light: var(--size-size-16);
  --size-gap-gap-l24-on-light: var(--size-size-24);
  --size-gap-gap-xl-on-light: var(--size-size-32);
  --size-gap-gap-xl40-on-light: var(--size-size-40);
  --size-gap-gap-0: var(--size-size-0);
  --size-gap-gap-xxs: var(--size-size-1);
  --size-gap-gap-xs: var(--size-size-2);
  --size-gap-gap-s: var(--size-size-4);
  --size-gap-gap-m: var(--size-size-8);
  --size-gap-gap-m12: var(--size-size-12);
  --size-gap-gap-l: var(--size-size-16);
  --size-gap-gap-l24: var(--size-size-24);
  --size-gap-gap-xl: var(--size-size-32);
  --size-gap-gap-xl40: var(--size-size-40);
  --size-devices-desktop-grid-on-light: var(--size-size-1376);
  --size-devices-desktop-hdr-on-light: var(--size-size-1440);
  --font-family: "Open Sans", "Helvetica Neue", sans-serif;
  --font-size-body: var(--font-size-16);
  --font-size-10: var(--size-size-10);
  --font-size-12: var(--size-size-12);
  --font-size-14: var(--size-size-14);
  --font-size-16: var(--size-size-16);
  --font-size-20: var(--size-size-20);
  --font-size-24: var(--size-size-24);
  --font-size-28: var(--size-size-28);
  --font-size-32: var(--size-size-32);
  --font-size-40: var(--size-size-40);
  --font-size-48: var(--size-size-48);
  --font-size-54: var(--size-size-54);
  --font-size-64: var(--size-size-64);
  --font-weight-400: 400;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-line-height-10: var(--size-size-10);
  --font-line-height-12: var(--size-size-12);
  --font-line-height-14: var(--size-size-14);
  --font-line-height-16: var(--size-size-16);
  --font-line-height-18: var(--size-size-18);
  --font-line-height-20: var(--size-size-20);
  --font-line-height-28: var(--size-size-28);
  --font-line-height-30: var(--size-size-30);
  --font-line-height-34: var(--size-size-34);
  --font-line-height-40: var(--size-size-40);
  --font-line-height-52: var(--size-size-52);
  --font-line-height-60: var(--size-size-60);
  --font-line-height-66: var(--size-size-66);
  --font-line-height-76: var(--size-size-76);
  --font-letter-spacing-small: 0.024px;
  --font-letter-spacing-0: var(--size-size-0);
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6 {
  color: var(--color-text-header);
  margin-top: var(--size-size-32);
  margin-bottom: var(--size-size-16);
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root strong,
:root b {
  font-weight: var(--font-weight-600);
}
:root h6 {
  font-weight: var(--font-weight-400);
}
:root h1 {
  color: var(--color-text-page-title);
  font-family: var(--font-family);
  font-size: var(--font-size-48);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-60);
}
:root h2 {
  font-size: var(--font-size-40);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-52);
}
:root h3 {
  font-size: var(--font-size-32);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-40);
}
:root h4 {
  font-size: var(--font-size-28);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-40);
}
:root h5 {
  font-size: var(--font-size-24);
  color: var(--color-text-header);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-30);
}
:root h6 {
  font-size: var(--font-size-20);
  color: var(--color-text-subtitle);
  font-family: var(--font-family);
  font-style: normal;
  line-height: var(--font-line-height-28);
}
:root p,
:root span {
  font-size: var(--font-size-12);
  color: var(--color-text-body);
  font-family: var(--font-family);
  font-style: normal;
  line-height: var(--font-line-height-20);
}
:root p:first-of-type {
  margin-top: 0;
}
:root .numerics-lg {
  color: var(--color-text-numerics-lg);
  font-family: var(--font-family);
  font-size: var(--font-size-64);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-76);
}
:root .numerics-md {
  color: var(--color-text-numerics-md);
  font-family: var(--font-family);
  font-size: var(--font-size-54);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-66);
}
:root small {
  font-family: var(--font-family);
  font-size: var(--font-size-14);
  line-height: var(--font-line-height-18);
}
:root small.x-small,
:root small.x-sm,
:root small.x-s {
  font-size: var(--font-size-12);
  line-height: var(--font-line-height-16);
}
:root small.x-small strong,
:root small.x-sm strong,
:root small.x-s strong {
  font-weight: 600;
}
:root label {
  color: var(--color-text-sub-text);
  font-family: var(--font-family);
  font-size: var(--font-size-12);
  font-style: normal;
  line-height: var(--font-line-height-16);
}
:root label small {
  font-family: var(--font-family);
  font-size: var(--font-size-10);
  font-style: normal;
  font-weight: var(--font-weight-600);
  line-height: var(--font-line-height-14);
  letter-spacing: var(--font-letter-spacing-small);
}
:root label small b,
:root label small strong {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: var(--font-weight-800);
  line-height: var(--font-line-height-16);
}
:root code {
  background: #1f1f1f;
  padding: 2px 6px;
  border-radius: 4px;
  color: #aadafa;
  font-size: var(--font-size-14);
}
:root code span.code-attrib-value {
  color: #bd8e77;
}
:root .monospace {
  font-family: monospace;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/*
   App Global CSS
   ---------------------------------------------------------------
   Put style rules here that you want to apply globally.
   These styles are for the ENTIRE app and not just one component.
   ---------------------------------------------------------------
 */
/*
   App Global CSS
   ---------------------------------------------------------------
   Put style rules here that you want to apply globally.
   These styles are for the ENTIRE app and not just one component.
   ---------------------------------------------------------------
 */
/* Add application styles & imports to this file! */
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

:root {
  --grid-columns: 12;
}
:root html,
:root body {
  background-color: var(--color-background);
  font-family: var(--font-family);
  --body-font: var(--font-family);
}
:root html hr,
:root body hr {
  margin-top: 24px;
  border-color: #fafafa;
}
:root html input,
:root html textarea,
:root body input,
:root body textarea {
  font-family: var(--font-family);
  padding: 0px;
}
:root html ::selection,
:root body ::selection {
  color: var(--color-primary);
  background: var(--color-green-160);
}
:root .hidden-element {
  display: none;
}

/**
   Popover styling.
 */
.popover {
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1215686275), 0px 2px 4px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: var(--size-radius-rad-s-on-light) !important;
  margin-top: var(--size-size-4);
}

/**
 Select Overlay styling
 */
.select-overlay.small span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.select-overlay.medium span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.select-overlay.large span {
  font-weight: 400;
  line-height: 20px;
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
ul.tabs li {
  margin-bottom: -1px;
  display: block;
  padding: 4px 2px;
  margin: 0 8px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}
ul.tabs li.active {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  text-shadow: 0px 0px 0.5px var(--color-primary);
}
ul.tabs li.separator {
  border-left: 1px solid var(--color-dark);
  width: 0;
  padding: 0;
}
ul.tabs.flex-column li {
  padding: 2px 4px;
  margin-bottom: 4px;
}
ul.tabs.flex-column li.active {
  color: var(--color-primary);
  border-left: 2px solid var(--color-primary);
  border-bottom: none;
  text-shadow: 0px 0px 0.5px var(--color-primary);
}
ul.tabs.flex-column li.separator {
  border-bottom: 1px solid var(--color-dark);
  height: 0;
  padding: 0;
}

.toast-container.toast-top-center .custom-toaster,
.toast-container.toast-bottom-center .custom-toaster {
  width: 608px;
  margin-left: auto;
  margin-right: auto;
}

/* helipopper custome styles */
.tippy-box[data-theme~=tomato] {
  background-color: tomato;
  color: yellow;
  min-width: 232px;
  padding: 0px;
}

.tippy-box {
  border-radius: var(--size-radius-rad-m-on-light) !important;
  box-shadow: var(--box-shadows-light-shadow-16) !important;
}

.tippy-content {
  padding: 0px !important;
}

.tippy-box[data-theme~=dark] > .tippy-arrow::before {
  transform: scale(0.8);
}

.tippy-box[data-theme~=light] > .tippy-arrow::before {
  transform: scale(0.8);
}

.tippy-box[data-theme~=dark] {
  background-color: #4d4d4d !important;
}

.tippy-box[data-theme~=light] {
  border: 1px solid #d2d6d9 !important;
}

.tippy-box[data-theme~=dark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #4d4d4d !important;
}

.tippy-box[data-theme~=dark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #4d4d4d !important;
}

.datepicker-overlay .tippy-box {
  box-shadow: var(--box-shadows-dark-shadow-04) !important;
}

.tooltip-overlay-dark .tippy-box {
  box-shadow: var(--box-shadows-dark-shadow-08x) !important;
}

.tooltip-overlay-light .tippy-box {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16) !important;
}

@supports (-webkit-appearance: none) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0 10px;
    background-color: var(--color-background);
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--color-scrollbar-background);
    border-radius: 10px;
    border: 2px solid var(--color-scrollbar-border);
    -webkit-transition: background-color 0.3s, width 0.3s;
    transition: background-color 0.3s, width 0.3s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-scrollbar-background-hover);
    border: 0px solid var(--color-scrollbar-border);
  }
  ::-webkit-scrollbar-corner {
    background-color: var(--color-background);
  }
}
html,
body,
app-root,
main,
router-outlet,
app-rails-html {
  font-family: sans-serif;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.content-main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  flex: 1 1 auto;
}

#wrapperFix {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

#contentFix {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.grid_operations_container * span {
  color: #fff;
}

form input,
form select,
form textarea {
  margin-top: 5px;
  background-color: white;
  border-style: solid;
  border-radius: 6px;
}

section.user-access-rights h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

section.user-access-rights h2 {
  font-size: 1.75em;
  margin: 0.5em 0;
}

section.user-access-rights h3 {
  font-size: 1.2em;
  margin: 0.5em 0;
  line-height: unset;
}

/*# sourceMappingURL=styles.css.map*/