﻿/*Devexpress changed some of the styling for some of there components, we want are theme to remain consistent so will override some of devexpress ne styling*/
.dxeCalendarDay_Moderno.dxeCalendarSelected_Moderno.dxeCalendarToday_Moderno {
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.dxbButton {
  background: none;
  border: none;
}
.dxbButton div.dxb {
  padding: 0px;
}
.dxbButton.dxb-outline {
  border: none;
}
.inv-label {
  color: #000000;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}
.inv-textbox,
.inv-dropdown {
  padding: 10px 15px 10px 15px;
  height: 42px;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 2px 0px #CED6DB;
}
.user-list .media {
  padding-top: 2px;
  padding-bottom: 2px;
}
.user-list .media-left {
  border: solid #241e10;
}
.user-list .media-left img {
  border: solid #ddae31;
}
.user-list .media-left,
.user-list .media-left img {
  border-radius: 50%;
}
.user-list .media-body {
  padding-top: 12px;
  padding-left: 4px;
}
.user-list .media-body .media-heading {
  font-size: 12px;
}
ul.dxtc-strip li.dark-tab a {
  background-color: #316373 !important;
  color: #ffffff !important;
}
div.pageControl.dark-tab > div.dxtc-content {
  background-color: #316373 !important;
  color: #ffffff !important;
}
.ntp-header {
  background-color: #1c5466;
  font-size: smaller;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  height: 60px;
}
.ntp-01 {
  border-right: 1px solid white;
  width: 5%;
  text-align: center;
}
.ntp-02 {
  border-right: 1px solid white;
  width: 15%;
  text-align: left;
}
.ntp-03 {
  width: 80%;
  text-align: right;
}
.ntp-form {
  width: 100%;
  float: left;
  height: 450px;
  margin-top: 20px;
}
.ntp-options {
  width: 94%;
  float: left;
  background-color: #1c5466;
  height: 200px;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}
.ntp-subtasks {
  width: 100%;
  float: left;
  height: 220px;
  margin-top: 20px;
  margin-right: 20px;
}
.ntp-responsible {
  width: 94%;
  float: left;
  background-color: #1c5466;
  height: 450px;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}
.plx-avatar {
  border-radius: 50%;
  padding: 2px;
}
.plx-btn {
  background-color: #1c5466;
  border: none;
  color: white;
  margin: 1px;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
}
.plx-btn,
.plx-btn img {
  height: 21px;
  max-width: 21px;
}
.selected-action {
  color: #1c5466;
  background-color: #eaf0f3;
}
.customHeader {
  padding-top: 20px;
  background-color: transparent;
}
._gv1Row,
.dxgvDataRow_Moderno td.dxgv {
  /* border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent; */
  border-color: transparent;
  border-top-color: #eaf0f3;
  border-top-style: solid;
  border-top-width: 1px;
}
tr.alert td {
  padding: 10px;
  padding-top: 0px;
  padding-right: 3px;
}
tr.alert td div {
  background-color: #eaf0f3;
  padding: 10px;
}
tr.alert td div div:nth-child(odd) span {
  border-right: 5px solid orange;
}
tr.alert td div div:nth-child(even) span {
  border-right: 5px solid red;
}
tr.alert td div div span {
  padding-right: 5px;
  margin-right: 8px;
}
ul.dxtc-strip .hidden-tab {
  visibility: hidden;
}
.introjs-tooltip {
  max-width: 16vw;
  width: 100%;
}
body {
  background-position: top left;
  background: url(/Shared/Pages/Styles/Images/Background.webp) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  min-height: 300px;
  min-width: 375px;
  margin: 30px 0 0;
  padding: 0;
}
:not([class^="glyphicon"]) {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.actions-page-coverup {
  text-decoration: none;
}
.actions-page-coverup.dxeHyperlink:visited {
  color: #045cad !important;
}
.actions-page-coverup:hover {
  text-decoration: underline;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer ul {
  font-size: 12px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}
footer ul li a:hover {
  color: #FFF;
}
footer#bodyContent_footerRowCTS {
  position: relative;
}
footer h2 {
  font-size: 16px;
  font-weight: 600;
}
footer h3 {
  font-size: 14px;
  font-weight: 600;
}
h1 {
  font-size: 22px;
  font-weight: 600;
}
h2 {
  font-size: 20px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
ol {
  font-size: 14px;
  font-weight: 300;
}
p {
  font-size: 14px;
  font-weight: 300;
}
ul {
  font-size: 14px;
  font-weight: 300;
}
.mainColour {
  background-color: #444 !important;
  border: none !important;
  color: #FFF !important;
}
.mainColour table {
  table-layout: fixed;
  width: 100%;
}
.mainColour table td {
  word-wrap: break-word;
}
.mainColour a:not(.btn) {
  color: #FFF !important;
}
.mainColour a:hover {
  background-color: #256 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.mainColour li:hover {
  background-color: #256 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.blueColour {
  background-color: #256 !important;
  border: none !important;
  color: #FFF !important;
}
.blueColour a:not(.btn) {
  color: #BBB !important;
  transition: 0.25s;
}
.blueColour a:hover {
  color: #FFF !important;
}
.blueColour li:hover {
  background-color: #256 !important;
  color: #FFF !important;
}
.customColour {
  background-color: #444 !important;
  border: none !important;
  color: #FFF !important;
}
.customColour a {
  color: #1A1A1A !important;
}
.customColour a:hover {
  background-color: silver !important;
  color: #1A1A1A !important;
  text-decoration: none !important;
}
.customColour li:hover {
  background-color: silver !important;
  color: #1A1A1A !important;
  text-decoration: none !important;
}
.tabContentColour {
  background-color: #FFF !important;
  border: none !important;
  color: #000 !important;
}
.mainColourLight {
  background-color: #737373 !important;
  border: none !important;
  color: #FFF !important;
}
.mainColourLight a {
  color: #FFF !important;
}
.mainColourLight a:hover {
  background-color: #666 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.mainColourLight li:hover {
  background-color: #666 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.mainColourLight input {
  background-color: #737373 !important;
  border: none !important;
  color: #FFF !important;
  opacity: 0.5;
}
.mainColourExtraLight {
  background-color: #4F96B6 !important;
  color: #004B78 !important;
}
.mainColourExtraExtraLight {
  background-color: #DFE5EE !important;
  color: #2D2F2F !important;
}
.highlightColour {
  background-color: #256 !important;
  border: none !important;
  color: #FFF !important;
}
.highlightColour a {
  color: #FFF !important;
}
.highlightColour a:hover {
  background-color: #256 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.highlightColour li:hover {
  background-color: #256 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.highlightColourTransparent {
  background: rgba(175, 190, 46, 0.2);
  color: #8A9816;
}
.highlightColourLight {
  background-color: #EEFA8B !important;
  border: none !important;
  color: #647000 !important;
}
.highlightColourLight a {
  color: #647000 !important;
}
.highlightColourLight a:hover {
  background-color: #AFBE2E !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.highlightColourLight li:hover {
  background-color: #AFBE2E !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.highlightColourDark {
  background-color: #8A9816 !important;
  border: none !important;
  color: #EEFA8B !important;
}
.highlightColourDark a {
  color: #EEFA8B !important;
}
.highlightColourDark a:hover {
  background-color: #8A9816 !important;
  color: #EEFA8B !important;
  text-decoration: none !important;
}
.highlightColourDark li:hover {
  background-color: #8A9816 !important;
  color: #EEFA8B !important;
  text-decoration: none !important;
}
#footerRow {
  background-color: #2D2F2F !important;
  border: none !important;
  color: silver !important;
}
#footerRow a {
  color: silver !important;
}
#footerRow a:hover {
  background-color: #2D2F2F !important;
  color: #FFF !important;
  text-decoration: underline !important;
}
.disabledColour {
  background-color: #444 !important;
  border: none !important;
  color: #708090 !important;
}
.disabledColour input {
  background-color: silver !important;
  border: none !important;
  color: #708090 !important;
}
.disabled {
  pointer-events: none;
  color: silver;
}
.adaptiveMenuCentered {
  height: 100%;
  margin: 0;
  padding: 0;
}
.adaptiveMenuCentered > ul > li {
  height: 100%;
  margin: 0;
  padding: 0;
}
.adaptiveMenuCentered > ul > li > div {
  display: table !important;
  float: none;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.adaptiveMenuCentered > ul > li > div > span {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
.adaptiveMenuCentered > ul > li > div > a {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
.adaptiveMenuCentered > ul > li > a {
  display: table !important;
  float: none;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.adaptiveMenuCentered > ul > li > a > span {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fixedMenuCentered {
  border: 1px solid red;
  height: 100%;
  margin: 0;
  padding: 0;
}
.fixedMenuCentered > ul > li {
  height: 100%;
  margin: 0;
  padding: 0 2px;
}
.fixedMenuCentered > ul > li > div:first-of-type {
  display: table !important;
  float: none;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
.fixedMenuCentered > ul > li > div > span:first-of-type {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  margin: 0;
  padding: 0;
}
.fixedMenuCentered > ul > li > div > a:first-of-type {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  margin: 0;
  padding: 0;
}
.fixedMenuCentered > ul > li > a:first-of-type {
  display: table !important;
  float: none;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
.fixedMenuCentered > ul > li > a > span:first-of-type {
  display: table-cell !important;
  height: 100%;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important;
  margin: 0;
  padding: 0;
}
.box {
  background-color: #004B78;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.box h2 {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.box a {
  color: #FFF !important;
}
.content {
  background-color: #FFF;
  padding: 30px 50px;
}
.content > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content:first-child {
  margin-top: 0;
}
.content p {
  font-size: 16px;
}
.error {
  color: red;
}
.expandButton {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  background-color: #AFBE2E !important;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 7px 0 !important;
}
.expandButton a {
  color: #FFF !important;
  text-decoration: none !important;
}
.expandButton a:hover {
  color: #004B78 !important;
  text-decoration: none !important;
}
.logo {
  display: table;
  height: 74px;
  width: 100%;
}
.logo img {
  width: 100%;
  height: auto;
}
.mapImage {
  max-width: 200px;
  margin: 20px auto;
}
.progressBackground {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
  background-color: #797E80;
}
.progressMessage {
  position: fixed;
  font-size: 36px;
  left: 40%;
  top: 40%;
  background-color: #FFF;
  border-width: 0;
  padding: 20px 50px;
}
.pageControlContent {
  background-color: #FFF !important;
  border: none !important;
  padding: 50px 25px !important;
}
.bigTab {
  background-color: transparent !important;
  text-align: left !important;
  vertical-align: middle;
  padding: 10px 0 0 !important;
}
.bigTab > a.dxtc-link {
  background-color: #666 !important;
  color: #FFF !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  padding: 15px 15px 10px !important;
}
.bigTab > a.dxtc-link i {
  font-size: 12px;
  font-weight: 400;
}
.bigTabActive {
  background-color: #FFF !important;
  color: #666 !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 0 2px;
}
.bigTabActive > a.dxtc-link {
  background-color: #FFF !important;
  color: #666 !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  padding: 15px 15px 10px !important;
}
.smallTab {
  background-color: transparent !important;
  text-align: left !important;
  padding: 25px 2px 0 0 !important;
}
.smallTab > a.dxtc-link {
  background-color: #4F96B6 !important;
  color: #004B78 !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  padding: 15px 10px 0 !important;
}
.smallTab > a.dxtc-link i {
  font-size: 10px;
  font-weight: 400;
}
.smallTabActive {
  background-color: transparent !important;
  text-align: left !important;
  padding: 20px 2px 0 0 !important;
}
.smallTabActive > a.dxtc-link {
  background-color: #FFF !important;
  color: #004B78 !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  padding: 15px 10px 5px !important;
}
.smallTabActive > a.dxtc-link i {
  font-size: 10px;
  font-weight: 400;
}
.widgetTab {
  background-color: #ECECEC !important;
  text-align: left !important;
  color: #256 !important;
  padding: 25px 2px 0 0 !important;
}
.widgetTab > a.dxtc-link {
  background-color: #4F96B6 !important;
  color: #004B78 !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  padding: 15px 10px 0 !important;
}
.widgetTab > a.dxtc-link i {
  font-size: 10px;
  font-weight: 400;
}
.widgetTabActive {
  background-color: #DFE9EC !important;
  text-align: left !important;
  color: #256 !important;
  padding: 20px 2px 0 0 !important;
}
.widgetTabActive > a.dxtc-link {
  background-color: #FFF !important;
  color: #004B78 !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  padding: 15px 10px 5px !important;
}
.widgetTabActive > a.dxtc-link i {
  font-size: 10px;
  font-weight: 400;
}
.btn-olive {
  background-color: #AFBE2E;
  color: #FFF;
  border-color: #AFBE2E;
}
.btn-orange {
  background-color: #FF9A00;
  color: #FFF;
  border-color: #FF9A00;
}
.btn-grey {
  background-color: #888;
  color: #FFF;
  border-color: #888;
}
.loginbox {
  box-shadow: 10px 10px 5px #aaa;
}
.divDetailLabel {
  width: 132px;
  padding-top: 10px;
  padding-left: 10px;
  height: 36px;
}
.divDetailData {
  width: 342px;
  padding-top: 3px;
  height: 36px;
}
.noStyle {
  background-image: none !important;
  background-color: black !important;
  border: none !important;
  padding: 0;
}
.noStyle span {
  display: none;
}
.textBoxInput {
  background-color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_white', endColorstr='@color_whisper', GradientType=0);
  background-image: linear-gradient(totop, #FFF 20%, #F6F6F6 50%, #eee 52%, #F4F4F4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 34px;
  line-height: 35px;
  color: #757575;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 8px;
}
.ddlSelect {
  background-color: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_white', endColorstr='@color_white-smoke-darker', GradientType=0);
  background-image: linear-gradient(totop, #FFF 20%, #F6F6F6 50%, #F0F0F0 52%, #F4F4F4 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 34px;
  line-height: 35px;
  color: #757575;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 8px;
}
.lblInput {
  color: #000;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
  padding-top: 8px;
}
.ddlInput {
  height: 30px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
  padding-top: 12px;
}
.CTS-footer-dot {
  position: absolute;
  background-color: #2D2F2F;
  border-radius: 58%;
  display: inline-block;
  z-index: 1000;
}
#ucPopup {
  background-color: #256;
}
.btn-submit {
  min-height: 42px;
  min-width: 126px;
  transition: 0.25s;
}
.btn-submit .fa-arrow-right {
  margin-left: 0px;
  margin-right: 20px;
  transition: 0.25s;
}
.btn-submit:hover {
  border-color: #FFF;
}
.btn-submit:hover .fa-arrow-right {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}
.btn-edit {
  height: 46px;
  width: 100px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0.5em;
  /*display:flex;
    text-align:justify;
    justify-content:space-between;*/
  transition: 0.25s;
}
.btn-edit:hover {
  border-color: #FFF;
}
.btn-edit:hover .fa-arrow-right {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}
.btn-add {
  height: 1.5em;
  width: 1.5em;
  /*margin:auto;*/
  padding: 0;
  text-align: center;
}
.btn-add:hover {
  border-color: #FFF;
}
.btn-add:hover .fa-arrow-right {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}
.orange {
  background-color: #FF9A00;
}
.link-contact-form {
  background-color: #256;
  color: #CCC;
  font-size: 12px;
}
.link-contact-form:hover {
  color: #FFF;
}
.vl {
  border-left: 4px solid #FFF;
  height: auto;
  min-height: 45px;
  position: absolute;
  top: 37%;
  bottom: 25px;
}
.hl {
  bottom: 25px;
  border-bottom: 4px solid #FFF;
  width: 95.5%;
  margin-right: 31px;
  position: absolute;
}
.link-contact-modal {
  font-size: 10px !important;
  position: absolute;
  color: #CCC;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.vine-modal {
  height: 323px;
  width: 106px;
}
.plant-modal {
  height: 72px;
  width: 67px;
  position: absolute;
  bottom: 25px;
  right: 14px;
}
.container > .contact-div {
  height: 514px;
  width: 758px;
  background-color: #256;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -257px;
  margin-left: -379px;
  padding-left: 16px;
  padding-top: 20px;
  box-shadow: 10px 10px 20px #aaa;
}
.font-family-default {
  font-family: 'Open Sans';
}
.rectangle-3 {
  height: 264px;
  width: 388px;
  background-color: #FCFCFC !important;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  min-width: 220px !important;
}
.rectangle-3-heading {
  height: 42px;
  width: 388px;
  background-color: #444 !important;
  position: absolute;
  overflow: hidden;
  font-style: oblique !important;
  min-width: 220px !important;
}
.widget-notification {
  height: 11px;
  width: 55px;
  color: #D0D1D3;
  font-family: 'Open Sans';
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
  text-align: right;
}
div.vertical-line {
  margin-left: 7px !important;
  border-left: 1px solid #1C6885 !important;
  display: inline-block !important;
}
label.widget-font {
  font-size: 12px !important;
  font-family: 'Open Sans';
  color: #2B2B2B;
}
.dot {
  position: absolute;
}
.dot > span {
  height: 46px;
  width: 46px;
  float: left;
  position: absolute;
  top: -53px;
  left: 0px;
  background-color: #256 !important;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 1px 3px #FFF;
  z-index: 1000;
}
.dot > span > i {
  position: relative !important;
  top: 22% !important;
  left: 18% !important;
}
.dxpc-content {
  padding-top: 30px !important;
}
.minpadding {
  padding-left: 5px !important;
  padding-right: 0 !important;
}
.dockheader {
  color: white;
  background-image: none !important;
  background-color: #444 !important;
  height: 40px;
}
.header-icon {
  height: 21px !important;
  width: 25px !important;
  background-color: #256 !important;
  color: #FFF !important;
  position: relative !important;
  left: 22.5% !important;
  top: 27.5% !important;
}
.list-icon {
  height: 17px !important;
  width: 19px !important;
  background-color: #FFF !important;
  color: #256 !important;
}
.list-window {
  padding: 30px;
  background: #FFF;
  margin-bottom: 30px;
  margin-top: 43px;
  font-size: 14px;
  position: relative;
}
.list-window > .list-buttons {
  padding-bottom: 15px;
  position: absolute;
  right: 40px;
}
#footermap {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  height: 295px;
  width: 295px;
  border: 1px solid silver;
  box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.7);
}
#footermap iframe {
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: -11px;
  z-index: 1;
}
#footermap .mapShadow {
  background: transparent;
  -webkit-box-shadow: inset 0 6px 4px 4px #000;
  -moz-box-shadow: inset 0 6px 4px 4px #000;
  box-shadow: inset 0 6px 4px 4px #FFF;
  position: absolute;
  border-radius: 50%;
}
.divGridView {
  padding-bottom: 5px;
  padding-right: 5px;
}
.divGridView .dxgvDetailButton_Moderno.dxgv {
  border-top-color: #E7E7E7 !important;
  border-bottom-color: #E7E7E7 !important;
  border-right-color: #E7E7E7 !important;
  border-bottom-width: 5px !important;
  border-style: solid !important;
}
.divGridView td.dxgvIndentCell {
  background-color: #E7E7E7 !important;
}
.divGridView .dxp-summary.dxp-lead {
  color: #FFF !important;
  font-weight: 400;
  font-size: 11px;
}
.divGridView .dxp-button.dxp-bi {
  background-color: #888 !important;
  border: none;
  background-image: none !important;
}
.divGridView .dxp-num {
  color: #FFF !important;
  font-size: 11px;
}
.divGridView .dxp-num.dxp-current {
  color: #FFF !important;
  background-color: #444 !important;
}
.grid-container {
  display: grid !important;
  grid-template-columns: 45px auto 42px !important;
  grid-template-rows: inherit;
  position: relative;
}
.grid-header {
  background-image: none !important;
  background-color: #737373 !important;
  font-size: 11px;
}
.grid-header table tbody tr td {
  color: #FFF !important;
}
.grid-pager {
  background-image: none !important;
  background-color: #666 !important;
  border-top-width: 10px !important;
  text-align: right !important;
  border-color: #FFF !important;
  border-style: Solid !important;
}
.grid-pager .dxp-ellip,
.grid-pager .dxp-num {
  color: #2b2b2b !important;
}
.grid-pager table tbody tr td {
  color: #FFF !important;
}
.grid-pager2 {
  background-image: none !important;
  background-color: #666 !important;
  border-top-width: 10px !important;
  text-align: right !important;
  border-color: #E7E7E7 !important;
  border-style: Solid !important;
}
.grid-row {
  color: #000;
  font-size: 10px !important;
  font-weight: 600;
  background-color: #E7E7E7;
  width: 85%;
}
.course-label {
  color: #FFF !important;
  font-size: 10px !important;
}
.divMainGridView .dxgvDetailButton_Moderno.dxgv {
  border-top-color: #FFF !important;
  border-bottom-color: #FFF !important;
  border-right-color: #FFF !important;
  border-bottom-width: 5px !important;
  border-style: solid !important;
}
.cb label {
  margin-left: 10px;
}
.detail-text {
  color: #000;
  font-size: 10px !important;
  font-weight: 600;
}
.gv1Row {
  background-color: #E7E7E7 !important;
  height: 48px !important;
  font-size: 12px;
  font-weight: 600;
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-color: #FFF !important;
}
.gv1Row .gv1BorderFirstCol {
  border-style: Solid None Solid Solid !important;
}
.gv1Row .gv1BorderMidCol {
  border-style: Solid None !important;
}
.gv1Row .gv1BorderLastCol {
  border-style: Solid Solid Solid None !important;
}
.gv1Row .gv1BorderCellCol {
  padding-right: 0 !important;
  border-style: Solid !important;
}
.gv2Row {
  background-color: #FFF !important;
  height: 35px !important;
  font-size: 11px;
  font-weight: 600;
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-color: #E7E7E7 !important;
}
.gv2Row .gv2BorderFirstCol {
  border-style: Solid None Solid Solid !important;
}
.gv2Row .gv2BorderMidCol {
  border-style: Solid None !important;
}
.gv2Row .gv2BorderLastCol {
  border-style: Solid Solid Solid None !important;
}
.gv2Row .gv2BorderCellCol {
  padding-right: 0 !important;
  border-style: Solid !important;
}
.grid-table {
  border: none;
  border-collapse: collapse;
}
.grid-table td {
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  padding-left: 10px;
}
.grid-table td:first-child {
  border-left: none;
}
.grid-table td:last-child {
  border-right: none;
}
.faq-container {
  display: grid !important;
  grid-template-columns: 80% 10% !important;
  grid-template-rows: inherit;
  position: relative;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
.header-1 {
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.header-2 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.header-3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.header-4 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.header-5 {
  font-size: 1.25rem;
}
.font-14 {
  font-size: 14px;
  font-weight: 600;
}
.font-16 {
  font-size: 16px;
  font-weight: 600;
}
.mainColourTransparent {
  background: rgba(0, 75, 120, 0.15);
  color: #004B78 !important;
}
.customColourTransparent {
  background: rgba(0, 75, 120, 0.15);
  color: #004B78 !important;
}
.mainColourFaded {
  background-color: silver !important;
  border: none !important;
  color: #333 !important;
}
.customColourFaded {
  background-color: silver !important;
  border: none !important;
  color: #333 !important;
}
.mainColourAux {
  background-color: #E1E6EF !important;
  border: none !important;
  color: #666 !important;
}
.customColourAux {
  background-color: #E1E6EF !important;
  border: none !important;
  color: #666 !important;
}
.mainColourAuxFaded {
  background-color: #F0F2F4 !important;
  border: none !important;
  color: #666 !important;
}
.customColourAuxFaded {
  background-color: #F0F2F4 !important;
  border: none !important;
  color: #666 !important;
}
.pageControl {
  border: none !important;
}
.pageControl > ul > li {
  border: none !important;
}
.font-12 {
  font-size: 12px;
  font-weight: 400;
}
.font-10 {
  font-size: 10px;
  font-weight: 400;
}
.grid-item {
  background-color: #666 !important;
  color: #FFF !important;
  text-align: left;
  display: inline-block !important;
  margin: 3px;
  padding: 10px;
}
.faq-item {
  background-color: #666 !important;
  color: #FFF !important;
  text-align: left;
  display: inline-block !important;
  margin: 3px;
  padding: 10px;
}
a[aria-expanded=false] .fa-chevron-circle-up {
  display: none;
}
a[aria-expanded=true] .fa-chevron-circle-down {
  display: none;
}
.noHeader {
  display: none;
}
.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-activeTab {
  border-bottom: none !important;
}
.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-tab {
  border-bottom: none !important;
}
.dxgvPagerBottomPanel .dxp-ellip,
.dxgvPagerBottomPanel .dxp-num {
  color: #2b2b2b !important;
}
@media print {
  .no-print {
    display: none !important;
  }
  .no-print * {
    display: none !important;
  }
}
.textbox-shadow {
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.4);
}
.ddl {
  border: 2px solid #747474;
  border-radius: 2px;
  padding: 3px;
  -webkit-appearance: none;
  background-image: url('styles/~/Content/Images/drop-down-arrow.png');
  background-position: 88px;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  /*In Firefox*/
  text-overflow: '';
  /*In Firefox*/
}
.dxeButton.dxeButtonEditButton {
  background: none;
  border: none;
  padding: 0px 3px 1px 2px;
}
.tree2 {
  background-image: url('../Images/Tree2.png');
  background-position: right 2em bottom 2em;
  background-repeat: no-repeat;
}
.userTabsAlternate .dxm-item {
  background-color: #d1d1d1;
  color: #000;
}
.userTabsAlternate .dxm-item:hover {
  background-color: #d1d1d1;
}
.userTabsAlternate .dxm-item a:hover {
  color: #000;
}
.userTabsAlternate .dxm-item.dxm-selected {
  background-color: #F0F0F0;
}
.userTabs .dxm-item {
  color: #000;
  background-color: #e2e2e2;
}
.userTabs .dxm-item:hover {
  background-color: #e2e2e2;
}
.userTabs .dxm-item a:hover {
  color: #000;
}
.userTabs .dxm-item.dxm-selected {
  background-color: #4F96B6;
}
.userTabs .dxm-item.dxm-selected a {
  color: #FFF;
}
.userNameLabel > ul > li:first-child {
  min-width: 128px;
}
.userNameLabel > ul > li:first-child div {
  width: 100%;
  background-color: silver;
  color: #333;
}
.userNameLabel > ul > li:first-child div span {
  font-weight: bold;
  white-space: normal;
  font-size: 16px;
}
.userNameLabel > ul > li.dxm-separator {
  width: 1px;
}
.adminSeparator {
  border-color: black;
}
.importButton {
  font-size: 25px;
  margin-top: 5px;
  color: #1c5466;
}
@media (min-width: 1600px) {
  .main-content-container {
    max-width: 1580px;
  }
  .main-content {
    display: flex;
    justify-content: center;
  }
  _:-ms-fullscreen,
  :root .main-content {
    display: block;
  }
  _:-ms-fullscreen,
  :root .main-content-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1600px) {
  .main-content-container {
    max-width: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.question-mark-btn {
  height: 32px;
  background-color: #000000;
  border: none;
  border-radius: 0;
  width: 32px;
  padding: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.home-widget-header {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
}
.textbox-itemtemplate-center > tbody > tr > td > textarea {
  vertical-align: middle;
  height: auto !important;
}
/* Footer bar*/
@media (max-width: 767px) {
  #titleBarDiv {
    margin-bottom: 0;
  }
  .dxm-item {
    min-width: 69px !important;
  }
}
/*end of footer bar*/
/*inline menu buttons start*/
.edit-buttons {
  padding: 20px;
  width: 100%;
  min-height: 50px;
}
.btn-component {
  text-align: center;
  width: 33px;
  height: 33px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: black;
  color: white !important;
  z-index: 1000;
  position: relative;
  font-size: 18px !important;
  height: 32px;
}
.btn-component:hover {
  color: white;
  cursor: pointer;
  background-color: #0e3643;
  border: 1px solid white;
}
.btn-component:active {
  color: white;
  background-color: #051f2b;
  font-size: 17px;
  margin-top: 1px;
  height: 31px;
  border: 1px solid lightgrey;
}
.btn-component-current {
  background-color: #083042 !important;
  color: white !important;
  cursor: default !important;
  border: none !important;
}
.btn-component-disabled {
  background-color: #666666 !important;
  color: #999999 !important;
  cursor: default !important;
  border: none !important;
}
.btn-component-disabled:active,
.btn-component-current:active {
  font-size: 18px;
  margin-top: 0px;
  margin-left: 0px;
}
.btn-save {
  background-color: #548908;
}
.btn-save:hover {
  background-color: #497707;
  border: 1px solid white;
}
.btn-save:active {
  background-color: #416b06;
  border: 1px solid lightgrey;
}
.btn-cancel {
  background-color: #ff6600;
}
.btn-cancel:hover {
  background-color: #d55602;
  border: 1px solid white;
}
.btn-cancel:active {
  background-color: #bb4c02;
  border: 1px solid lightgrey;
}
.btn-plexusblue {
  background-color: #7D96CD;
  color: #FFF;
  border-color: #AFBE2E;
}
.btn-lightblue {
  background-color: #9CC4D9;
  color: #000;
  border-color: #AFBE2E;
}
.btn-lightgrey {
  background-color: #CDCDCD;
  color: #666666;
  border-color: #888;
}
.arrow {
  color: #0e3643;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  margin-right: -10px;
  margin-left: 5px;
  margin-top: 3px;
  z-index: 1;
  float: right;
  font-size: 28px;
  position: relative;
}
/*inline menu buttons end*/
.aux-black {
  background: #444444 !important;
}
.aux-black > a {
  color: #FFFFFF !important;
}
.aux-blue {
  background: #346271 !important;
}
.aux-blue > a {
  color: #FFFFFF !important;
}
.aux-yellow {
  background: #dcac31 !important;
}
.aux-yellow > a {
  color: #000000 !important;
}
.italics {
  font-style: italic;
}
.lightblue {
  color: #9CC4D9;
}
.dxgvSearchPanel_Moderno > table {
  width: 70% !important;
  max-width: 650px !important;
}
.agsSearchTagBox .list-group {
  display: block;
}
.agsSearchTagBox .tag-item-background span:first-of-type {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  border-radius: 3px;
  background-color: #dcac31;
  padding: 2px 4px 2px 4px;
  color: white;
}
.agsSearchTagBox .tag-remove-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f55a";
  position: relative;
  top: 8px;
  left: 6px;
  background-color: white;
  font-weight: 600;
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  z-index: 100;
}
.agsSearchTagBox .dxbs-tagbox .dxbs-tag-remove-btn {
  margin-left: 0.3em;
  margin-right: 0.7em;
}
.agsSearchTagBox .dxbs-dropdown-edit .dxbs-edit-caption {
  position: relative;
  top: 8px;
  left: 6px;
  background-color: white;
  font-weight: 600;
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  z-index: 100;
}
.focus-shadow {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5);
}
#pflInsertModeCancel {
  display: none;
}
.cts-pfl-insert-instructions,
.cts-pfl-insert-buttons,
.cts-command-pfl-add,
.cts-command-pfl-add-label {
  display: none;
}
.cts-command-pfl-add {
  border-radius: 2px;
}
.cts-command-pfl-add-label {
  font-size: 10px;
  font-weight: bold;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  width: 63px;
}
.cts-pfl-modal-button > svg.fa-ban {
  display: none;
}
.button-icon-whitebold {
  background-color: black !important;
}
.button-icon-whitebold svg {
  color: white;
}
@keyframes alert-glow-anim {
  0% {
    box-shadow: 0px 0px 10px 5px #f0e68c;
  }
  20% {
    box-shadow: 0px 0px 10px 4px #f0e68c;
  }
  40% {
    box-shadow: 0px 0px 10px 3px #f0e68c;
  }
  60% {
    box-shadow: 0px 0px 10px 2px #f0e68c;
  }
  80% {
    box-shadow: 0px 0px 10px 1px #f0e68c;
  }
  100% {
    box-shadow: 0px 0px 10px 0px #f0e68c;
  }
}
.alert-glow {
  border-radius: 2px;
  animation-name: alert-glow-anim;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.cts-pfl-insert-mode #viewTabs > div:last-child {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5);
}
.cts-pfl-insert-mode #pflBooks {
  display: none;
}
.cts-pfl-insert-mode #pflInsertModeCancel {
  display: block;
}
.cts-pfl-insert-mode .ec .ec-edit-btns > div {
  opacity: 0.6;
}
.cts-pfl-insert-mode .ec .btn-cancel,
.cts-pfl-insert-mode .ec .btn-save {
  pointer-events: none;
}
.cts-pfl-insert-mode #ctsview-container .cts-pfl-modal-button {
  background-color: #ff6600;
}
.cts-pfl-insert-mode #ctsview-container .cts-pfl-modal-button > svg.fa-books {
  display: none;
}
.cts-pfl-insert-mode #ctsview-container .cts-pfl-modal-button > svg.fa-ban {
  display: block;
}
.cts-pfl-insert-mode .cts-pfl-insert-buttons {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.cts-pfl-insert-mode .cts-pfl-insert-buttons > div {
  justify-content: center;
  flex-direction: row;
}
.cts-pfl-insert-mode .cts-pfl-insert-buttons > div > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.cts-pfl-insert-mode .cts-pfl-insert-buttons div {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cts-pfl-insert-mode .cts-pfl-insert-instructions {
  display: flex;
  flex-direction: row;
}
.cts-pfl-insert-mode .dxgvCommandColumn .cts-command-pfl-add-label,
.cts-pfl-insert-mode .dxgvCommandColumn .cts-command-pfl-add {
  display: inline-block;
}
.cts-pfl-insert-mode .dxgvCommandColumn > a:not(.cts-command-pfl-add) {
  display: none;
}
.cts-topbar-flexitem {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 150px;
  width: 300px;
}
.cts-topbar-container > div:not(:first-child) {
  border-right: 1px solid #D2D0D5;
  padding-left: 4px;
  padding-right: 4px;
}