/* line 56, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 62, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
html {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

/* line 68, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  min-height: 100vh;
}

/* line 78, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
html,
body {
  color: #003e6b;
  background-color: #ffffff;
}

/* line 84, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
table, label, input, div, span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

/* line 90, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.page {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-width: 1050px;
  min-width: 1024px;
}

/* line 98, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
:focus {
  outline: none !important;
}

/* line 102, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
p {
  margin: 0 0 15px 0;
}

/* line 106, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.text-danger {
  color: #e41e26;
}

/* line 110, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
a {
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  color: #003e6b;
  text-decoration: none;
}

/* line 115, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
a:hover {
  color: #59a5d6;
  text-decoration: none;
  cursor: pointer;
}

/* line 122, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
img {
  max-width: 100%;
}

/* line 127, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.ui-tabs {
  padding: 0px;
}

/* line 131, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.ui-widget-content {
  border-width: 0px;
  color: #003e6b;
  background-color: #ffffff;
}

/* line 136, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

/* line 144, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
h1 {
  color: #003e6b !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 36px !important;
  line-height: 1.25 !important;
  font-weight: normal !important;
  margin-bottom: 30px !important;
  margin-bottom: 10px !important;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  /* line 144, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  h1 {
    text-align: left;
  }
}

/* line 158, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
h2 {
  color: #59a5d6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30pt;
  line-height: 1;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 168, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
h3 {
  color: #59a5d6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  margin: 40px 0px 10px 0px;
}

/* line 178, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
h4 {
  color: #59a5d6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

/* line 186, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
h5 {
  color: #003e6b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  margin: 20px 0px 20px 0px;
}

/* line 196, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.formGroup {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

/* line 200, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.formGroup label {
  float: none;
  display: block;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 2px;
  margin-right: 10px;
  white-space: nowrap;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

/* line 213, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.formGroup label:hover {
  cursor: pointer;
}

/* line 218, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.formGroup.button {
  margin-top: 30px;
}

/* line 224, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
input,
select,
textarea {
  display: block;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 240, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
input:focus,
select:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
input:disabled,
select:disabled,
textarea:disabled {
  background-color: transparent;
  background-color: #efefef;
}

/* line 253, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
input[type=checkbox], input[type=radio],
select[type=checkbox],
select[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: auto;
  display: inline-block;
}

/* line 260, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
input[type=checkbox]:disabled, input[type=radio]:disabled,
select[type=checkbox]:disabled,
select[type=radio]:disabled,
textarea[type=checkbox]:disabled,
textarea[type=radio]:disabled {
  visibility: visible;
}

/* line 268, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #ffffff;
  background-color: #003e6b;
  border-color: #003e6b;
  width: auto !important;
}

/* line 289, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn:hover {
  color: #ffffff;
  background-color: #6b9fd1;
  border-color: #6b9fd1;
  cursor: pointer;
}

/* line 296, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.smaller {
  font-size: 12px;
}

/* line 300, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.alt {
  color: #003e6b;
  background-color: #ffffff;
  border-color: #003e6b;
  cursor: pointer;
}

/* line 306, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.alt:hover {
  color: #ffffff;
  background-color: #6b9fd1;
  border-color: #6b9fd1;
}

/* line 313, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.admin {
  color: #e41e26;
  background-color: #ffffff;
  border-color: #e41e26;
  cursor: pointer;
}

/* line 319, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.admin:hover {
  color: #ffffff;
  background-color: #e41e26;
  border-color: #e41e26;
}

/* line 324, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.admin:hover:disabled, .btn.admin:hover.disabled {
  color: #cacaca;
  border-color: #cacaca;
  background-color: transparent;
  cursor: auto;
}

/* line 334, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn.admin:disabled, .btn.admin.disabled {
  color: #cacaca;
  border-color: #cacaca;
  background-color: transparent;
}

/* line 342, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn:disabled, .btn.disabled {
  color: #cacaca;
  border-color: #cacaca;
  background-color: transparent;
}

/* line 348, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn:disabled:disabled:hover, .btn:disabled.disabled:hover, .btn.disabled:disabled:hover, .btn.disabled.disabled:hover {
  color: #cacaca;
  border-color: #cacaca;
  background-color: transparent;
  cursor: auto;
}

/* line 360, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Error {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  color: #e41e26;
  text-align: left;
}

/* line 368, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login {
  text-align: center;
}

/* line 371, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .page {
  padding: 20px;
  text-align: center;
}

/* line 376, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .logo {
  max-width: 300px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}

/* line 384, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .LoginFormFrame {
  text-align: center;
  max-width: 300px;
  display: block;
  margin: 0px auto;
}

/* line 390, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .LoginFormFrame .Instructions {
  text-align: left;
}

/* line 413, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .LoginFormFrame .formGroup.button {
  text-align: center;
}

/* line 421, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .LoginFormFrame .formGroup.loginLinks {
  text-align: center;
}

/* line 424, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .LoginFormFrame .formGroup.loginLinks a {
  display: block;
}

/* line 432, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Login .copyright {
  text-align: center;
  font-size: 12px;
}

/* line 439, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header {
  color: #ffffff;
  background-color: #003e6b;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 447, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .headerLeft {
  text-align: left;
  width: 200px;
}

/* line 452, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .headerRight {
  text-align: right;
  width: calc(100% - 200px);
  position: relative;
}

/* line 458, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .LogoWrap {
  display: inline-block;
  width: auto;
  padding: 5px;
  background-color: transparent;
}

/* line 463, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .LogoWrap .Logo {
  display: block;
  position: static;
  width: 171px;
  height: 70px;
  max-height: 70px;
  left: 0px;
  top: 0px;
  background-image: url(/images/ORCell_Logo_Final_02a.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 478, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame #MainMenuToggle {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 485, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu {
  display: none;
  margin: 12px 0px 0px 0px;
  z-index: 10;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  float: right;
  margin-right: 60px;
  width: auto;
  max-width: 100%;
}

/* line 504, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 10;
}

/* line 510, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li {
  float: none;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  line-height: 21px;
  text-align: left;
  margin: 0px !important;
  padding: 5px 2px !important;
}

/* line 521, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li label,
.header .MainMenuFrame .MainMenu ul li a {
  color: #ffffff !important;
  padding: 0px 10px;
  background-color: transparent !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

/* line 530, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li label:hover,
.header .MainMenuFrame .MainMenu ul li a:hover {
  background: transparent;
  color: #ffffff;
}

/* line 536, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li a:hover {
  color: #ffe33c !important;
}

/* line 540, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li ul {
  background-color: #003e6b;
  border: 0px;
  text-align: left;
  padding: 10px 20px 10px 0px;
}

/* line 545, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li ul li {
  background-color: transparent;
  border: 0px;
  text-align: left;
}

/* line 549, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame .MainMenu ul li ul li a {
  background-color: transparent;
  border: 0px;
  white-space: nowrap;
}

/* line 560, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame #ToggleNightModeFrame {
  position: absolute;
  right: 70px;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}

/* line 567, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame #ToggleNightModeFrame #ToggleNightMode {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 572, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame #ToggleNightModeFrame #ToggleNightMode .fas {
  margin-right: 5px;
}

/* line 576, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.header .MainMenuFrame #ToggleNightModeFrame #ToggleNightMode:hover {
  color: #ffe33c;
}

/* line 586, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent {
  position: relative;
  padding: 10px;
}

/* line 593, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .maintenance h1 {
  color: #000000;
  text-decoration: none;
}

/* line 601, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .GridView {
  color: #5f646a;
}

/* line 607, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .GridView thead td {
  color: #f9f9f9;
  background-color: #5f646a;
  font-weight: normal;
}

/* line 612, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .GridView thead td a {
  color: #ffffff;
}

/* line 615, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .GridView thead td a:hover {
  color: yellow;
}

/* line 623, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.mainContent .GridView tr.GridViewRow,
.mainContent .GridView tr.GridViewAltRow {
  background-color: #f9f9f9;
}

/* line 634, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr:hover > td,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 644, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper .dataTables_filter {
  display: none;
}

/* line 650, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact input[type=checkbox], .dataTablesWrap .dataTables_wrapper table.dataTable.compact input[type=radio] {
  margin-bottom: 0px;
}

/* line 655, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
  border-bottom: 1px solid #111;
  text-align: left;
  white-space: nowrap;
  background-color: #6b9fd1;
  color: #ffffff;
  position: relative;
}

/* line 664, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.dtfc-fixed-left {
  z-index: 2;
}

/* line 668, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.sorting {
  background-image: none;
}

/* line 672, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.sorting_asc {
  background-image: url(../images/sort_asc.png) !important;
  background-image: none !important;
  background-position: left center;
  padding: 4px 4px 4px 17px;
}

/* line 678, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.sorting_asc:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 2px;
  left: 6px;
  font-size: 15px;
  content: "\f0d8";
}

/* line 688, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.sorting_desc {
  background-image: url(../images/sort_desc.png) !important;
  background-image: none !important;
  background-position: left center;
  padding: 4px 4px 4px 17px;
}

/* line 694, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th.sorting_desc:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 5px;
  left: 6px;
  font-size: 15px;
  content: "\f0d7";
}

/* line 711, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td {
  padding: 4px 17px 4px 4px;
  text-align: left;
  border-top: 0px;
  border-bottom: 0px;
}

/* line 717, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator {
  width: 15px;
  height: 15px;
  display: inline-block;
}

/* line 723, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendWM1, .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendOff {
  background-color: transparent;
  color: transparent;
  background-color: White;
  color: White;
}

/* line 732, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendWM2 {
  background-color: Gray;
  color: Gray;
}

/* line 737, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendWM3 {
  background-color: White;
  color: White;
  background-color: Green;
  color: White;
}

/* line 745, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendWM4, .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendFT4 {
  background-color: Red;
  color: Red;
}

/* line 751, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendWM5, .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td .status_indicator.LegendFT5 {
  background-color: Yellow;
  color: Yellow;
}

/* line 760, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td.deg:after {
  content: "\00b0";
}

/* line 768, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover {
  cursor: pointer;
}

/* line 772, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover .sorting_1,
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover td {
  background-color: #9cb5e2 !important;
}

/* line 779, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.disabled, .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.pending {
  opacity: 0.25;
}

/* line 786, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.even td {
  background-color: inherit;
}

/* line 798, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.odd td {
  background-color: #e9e9e9;
}

/* line 811, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.selected.odd td {
  background-color: #B7CFE8;
  color: #003e6b;
}

/* line 818, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.selected.even td {
  background-color: #CADCEE;
  color: #003e6b;
}

/* line 830, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper .dataTables_info {
  display: none;
}

/* line 840, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dataTablesWrap .dataTables_wrapper .dataTables_scrollBody table.dataTable.compact thead th.sorting_asc:before, .dataTablesWrap .dataTables_wrapper .dataTables_scrollBody table.dataTable.compact thead th.sorting_desc:before {
  display: none;
}

/* line 854, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout {
  display: flex;
}

/* line 857, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft {
  flex: 1;
  width: 60%;
}

@media screen and (max-width: 1199px) {
  /* line 857, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .AssetLayout .AssetLayoutLeft {
    width: 50%;
  }
}

/* line 865, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader {
  height: 20px;
  margin: 2px 5px 4px 5px;
  display: flex;
  justify-content: space-between;
}

/* line 871, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader a {
  display: inline-block;
  color: #999999;
  margin-right: 25px;
}

/* line 876, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader a .fas {
  margin-right: 5px;
}

/* line 880, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader a:active, .AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader a:hover {
  color: #59a5d6;
}

/* line 890, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame {
  position: relative;
}

/* line 894, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame .flydown {
  position: absolute;
  top: 17px;
  left: 0px;
  display: none;
  z-index: 999;
  background-color: #eeeeee;
  padding: 0px 60px 0px 11px;
}

/* line 907, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame .flydown ul {
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
}

/* line 912, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame .flydown ul li {
  display: block;
  margin: 0px;
  padding: 0px;
}

/* line 918, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame .flydown ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

/* line 933, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .AssetLayoutLeftHeader div.link_groups_frame:hover .flydown {
  display: block;
}

/* line 948, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutLeft .mainButtonRow {
  margin: 10px 0px 20px 0px;
}

/* line 954, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight {
  position: relative;
  width: 40%;
}

/* line 958, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight.collapsed {
  width: 0%;
}

@media screen and (max-width: 1199px) {
  /* line 954, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .AssetLayout .AssetLayoutRight {
    width: 50%;
  }
}

/* line 966, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight.scrollable {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

/* line 971, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight .AssetLayoutRightInner {
  padding: 0px 0px 0px 20px;
}

/* line 974, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight .AssetLayoutRightInner .PanelWrap {
  display: none;
}

/* line 982, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetLayout .AssetLayoutRight .mainButtonRow {
  margin: 10px 0px 10px 0px;
}

/* line 991, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divAssetTableData {
  background-image: none;
}

/* line 996, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetTabs {
  display: block;
  position: absolute;
  top: -38px;
  top: -30px;
  top: -31px;
  left: 220px;
}

/* line 1006, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetTabs a {
  display: inline-block;
  padding: 8px 20px;
  height: 38px;
  padding: 4px 10px;
  height: 31px;
  font-weight: normal;
  color: #003e6b;
  background-color: #cacaca;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px #cacaca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 1029, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.AssetTabs a.active {
  font-weight: bold;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

/* line 1037, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend {
  position: absolute;
  top: -45px;
  left: 600px;
  width: auto;
}

/* line 1044, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM,
.Legend .LegendFT {
  background-image: none;
}

/* line 1048, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div,
.Legend .LegendFT div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  width: 20px;
  width: 78px;
  width: auto;
  height: 20px;
  height: 25px;
  text-align: center;
  float: none;
  display: inline-block;
  border: solid 1px white;
  margin-top: 5px;
  margin-left: 0px !important;
  margin-right: 26px !important;
  padding: 0px 0px 0px 0px;
  display: inline-flex;
}

@media screen and (max-width: 1199px) {
  /* line 1048, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .Legend .LegendWM div,
  .Legend .LegendFT div {
    margin-right: 13px !important;
  }
}

/* line 1075, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div .number,
.Legend .LegendFT div .number {
  padding: 5px 5px 5px 5px;
}

/* line 1079, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div .label,
.Legend .LegendFT div .label {
  padding: 5px 5px 5px 0px;
  white-space: nowrap;
  display: inline-block;
  margin-left: 5px;
  color: White;
}

/* line 1088, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM1, .Legend .LegendWM div.LegendOff,
.Legend .LegendFT div.LegendWM1,
.Legend .LegendFT div.LegendOff {
  background-color: transparent;
  border-color: White;
  color: Black;
}

/* line 1094, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM1 .number, .Legend .LegendWM div.LegendOff .number,
.Legend .LegendFT div.LegendWM1 .number,
.Legend .LegendFT div.LegendOff .number {
  background-color: White;
}

/* line 1100, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM2,
.Legend .LegendFT div.LegendWM2 {
  display: none;
  background-color: transparent;
  border-color: Gray;
  color: White;
}

/* line 1106, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM2 .number,
.Legend .LegendFT div.LegendWM2 .number {
  background-color: Gray;
}

/* line 1112, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM3,
.Legend .LegendFT div.LegendWM3 {
  background-color: transparent;
  border-color: Green;
  color: White;
}

/* line 1117, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM3 .number,
.Legend .LegendFT div.LegendWM3 .number {
  background-color: Green;
}

/* line 1123, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM4, .Legend .LegendWM div.LegendFT4,
.Legend .LegendFT div.LegendWM4,
.Legend .LegendFT div.LegendFT4 {
  background-color: transparent;
  border-color: Red;
  color: White;
}

/* line 1129, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM4 .number, .Legend .LegendWM div.LegendFT4 .number,
.Legend .LegendFT div.LegendWM4 .number,
.Legend .LegendFT div.LegendFT4 .number {
  background-color: Red;
}

/* line 1135, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM5, .Legend .LegendWM div.LegendFT5,
.Legend .LegendFT div.LegendWM5,
.Legend .LegendFT div.LegendFT5 {
  background-color: transparent;
  border-color: Yellow;
  color: Black;
}

/* line 1141, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Legend .LegendWM div.LegendWM5 .number, .Legend .LegendWM div.LegendFT5 .number,
.Legend .LegendFT div.LegendWM5 .number,
.Legend .LegendFT div.LegendFT5 .number {
  background-color: Yellow;
}

/* line 1153, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#AssetLayoutRight_toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #999999;
  background-image: url(/images/icons/arrow_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

/* line 1163, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#AssetLayoutRight_toggle.closed {
  position: absolute;
  left: -18px;
  top: 0px;
  background-image: url(/images/icons/arrow_open.svg);
}

/* line 1175, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs {
  display: flex;
  margin-top: 10px;
  border-width: 0px;
  border-radius: 0px;
}

/* line 1181, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100px;
  border-width: 0px;
  border-radius: 0px;
  background: transparent;
  font-weight: normal;
}

/* line 1191, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: none;
  border-width: 0px;
  background: transparent;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

/* line 1203, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li.ui-state-active {
  font-weight: bold;
}

/* line 1207, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 50px 10px 10px 10px;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50px 50px;
  float: none;
  color: #000000 !important;
}

/* line 1224, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.AutoStart {
  background-image: url(/images/icons/auto_start_2.svg);
}

/* line 1228, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.History {
  background-image: url(/images/icons/history.svg);
}

/* line 1232, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.Graph {
  background-image: url(/images/icons/graph.svg);
}

/* line 1236, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.FuelMap {
  background-image: url(/images/icons/map_for_f_t.svg);
}

/* line 1240, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.Map {
  background-image: url(/images/icons/map_for_w_m.svg);
}

/* line 1244, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li a.Settings {
  background-image: url(/images/icons/settings.svg);
}

/* line 1250, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li.ui-tabs-active a {
  background-color: #eeeeee;
}

/* line 1256, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs ul.tabNav li.ui-state-hover a {
  background-color: #F2F2F2;
}

/* line 1263, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel {
  text-align: center;
  border: 0px;
  padding: 10px;
  background-color: #eeeeee;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

/* line 1272, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-History {
  text-align: left;
}

/* line 1275, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-History .tab-history-content {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

/* line 1284, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* line 1293, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element input,
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element select {
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 1299, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element input.i-time-span,
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element select.i-time-span {
  width: 60px;
}

/* line 1303, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element input.i-time-units,
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element select.i-time-units {
  width: 80px;
}

/* line 1307, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element input.i-date-time,
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .form-element select.i-date-time {
  display: inline-block;
  width: 130px;
}

/* line 1314, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel#tabs-Graph .form .form-main .input-group-addon {
  display: inline-block;
  padding: 9px 10px 9px 10px;
  margin-top: 0px;
}

@media screen and (max-width: 1499px) {
  /* line 1327, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .SidePanelWrap #tabs div.tabPanel#tabs-Graph .form {
    flex-direction: column;
    gap: 0px;
  }
}

/* line 1364, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel h2 {
  margin: 0px 0px 10px 0px;
  background-color: #6b9fd1;
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

/* line 1376, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel h2 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

/* line 1383, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel h2 .right {
  display: flex;
  align-items: center;
}

/* line 1389, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal {
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
}

/* line 1394, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: auto;
  display: flex;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-weight: normal;
}

/* line 1405, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: none;
  border-width: 0px;
  background-color: transparent;
  font-weight: normal;
  color: #ffffff;
}

/* line 1416, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li a {
  display: block;
  margin: 0px 5px 0px 5px;
  padding: 5px 5px 5px 5px;
  border: solid 1px #59a5d6;
  border-radius: 5px;
  text-align: center;
  float: none;
}

/* line 1427, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li.ui-tabs-active a {
  color: #ffffff;
  background-color: #6b9fd1;
}

/* line 1434, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li.ui-state-hover a {
  color: #ffffff;
  background-color: #99c8ea;
  cursor: pointer;
}

/* line 1443, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal {
  text-align: left;
  border: 0px;
  padding: 10px 5px;
  background-color: #eeeeee;
  width: 100%;
}

/* line 1450, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal h3 {
  margin: 0px 0px 10px 0px;
  background-color: transparent;
  color: #59a5d6;
  padding: 6px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

/* line 1462, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal h3 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

/* line 1469, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal h3 .right {
  display: flex;
  align-items: center;
}

/* line 1474, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal h3 .btn {
  margin: 0px;
}

/* line 1479, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal .form {
  padding: 10px;
  width: 100%;
}

/* line 1493, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#d_lock.disabled {
  opacity: 0.5;
}

/* line 1497, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#d_lock.disabled:hover {
  cursor: auto;
}

/* line 1502, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#d_lock.disabled label:hover {
  cursor: auto;
}

/* line 1508, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#d_lock.disabled .lockControl:hover {
  cursor: auto;
}

/* line 1519, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form {
  width: auto;
  display: inline-block;
  min-width: 300px;
  margin: 0px auto;
}

/* line 1529, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-button-bar {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  justify-content: space-evenly;
  margin-top: 20px;
}

/* line 1536, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-button-bar .btn {
  margin: 0px 5px;
}

/* line 1541, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form h4 {
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin: 20px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  text-align: left;
}

/* line 1550, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form h4.inline {
  display: inline-block;
  margin-right: 10px;
}

/* line 1557, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element {
  display: flex;
}

/* line 1560, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.inline {
  display: inline-block;
  margin-right: 10px;
}

/* line 1565, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element label {
  display: inline-block;
  width: 110px;
  width: 125px;
  padding: 5px 5px 5px 0px;
  text-align: left;
  white-space: normal;
}

/* line 1582, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.label-wide label {
  width: 140px;
}

/* line 1585, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.label-wide input,
.form .form-element.label-wide select,
.form .form-element.label-wide textarea {
  width: 200px;
}

/* line 1593, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.label-auto label {
  width: auto;
}

/* line 1599, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.label-right label {
  text-align: right;
}

/* line 1604, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element input,
.form .form-element select,
.form .form-element textarea {
  width: 100%;
  max-width: 260px;
}

/* line 1610, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element input.ui-spinner-input,
.form .form-element select.ui-spinner-input,
.form .form-element textarea.ui-spinner-input {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
}

/* line 1618, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element textarea {
  height: 60px;
}

/* line 1624, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .datetimepicker input {
  width: calc(100% - 35px);
  display: inline-block;
}

/* line 1629, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .datetimepicker .input-group-addon {
  padding: 0px 5px;
}

/* line 1632, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .datetimepicker .input-group-addon:hover {
  cursor: pointer;
}

/* line 1643, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls,
.form .form-element.radios .checkbox-controls, .form .form-element.checkboxes .radio-controls,
.form .form-element.checkboxes .checkbox-controls, .form .form-element.radios-checkboxes .radio-controls,
.form .form-element.radios-checkboxes .checkbox-controls {
  text-align: left;
}

/* line 1647, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls label,
.form .form-element.radios .checkbox-controls label, .form .form-element.checkboxes .radio-controls label,
.form .form-element.checkboxes .checkbox-controls label, .form .form-element.radios-checkboxes .radio-controls label,
.form .form-element.radios-checkboxes .checkbox-controls label {
  width: auto;
  padding-right: 15px;
}

/* line 1651, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls input,
.form .form-element.radios .checkbox-controls input, .form .form-element.checkboxes .radio-controls input,
.form .form-element.checkboxes .checkbox-controls input, .form .form-element.radios-checkboxes .radio-controls input,
.form .form-element.radios-checkboxes .checkbox-controls input {
  width: auto;
  position: relative;
  top: 2px;
}

/* line 1658, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.stacked label,
.form .form-element.radios .checkbox-controls.stacked label, .form .form-element.checkboxes .radio-controls.stacked label,
.form .form-element.checkboxes .checkbox-controls.stacked label, .form .form-element.radios-checkboxes .radio-controls.stacked label,
.form .form-element.radios-checkboxes .checkbox-controls.stacked label {
  display: block;
}

/* line 1663, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.margin-right,
.form .form-element.radios .checkbox-controls.margin-right, .form .form-element.checkboxes .radio-controls.margin-right,
.form .form-element.checkboxes .checkbox-controls.margin-right, .form .form-element.radios-checkboxes .radio-controls.margin-right,
.form .form-element.radios-checkboxes .checkbox-controls.margin-right {
  margin-right: 50px;
}

/* line 1667, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.stackedtwocolumnsalt,
.form .form-element.radios .checkbox-controls.stackedtwocolumnsalt, .form .form-element.checkboxes .radio-controls.stackedtwocolumnsalt,
.form .form-element.checkboxes .checkbox-controls.stackedtwocolumnsalt, .form .form-element.radios-checkboxes .radio-controls.stackedtwocolumnsalt,
.form .form-element.radios-checkboxes .checkbox-controls.stackedtwocolumnsalt {
  width: 80%;
}

/* line 1670, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.stackedtwocolumnsalt label,
.form .form-element.radios .checkbox-controls.stackedtwocolumnsalt label, .form .form-element.checkboxes .radio-controls.stackedtwocolumnsalt label,
.form .form-element.checkboxes .checkbox-controls.stackedtwocolumnsalt label, .form .form-element.radios-checkboxes .radio-controls.stackedtwocolumnsalt label,
.form .form-element.radios-checkboxes .checkbox-controls.stackedtwocolumnsalt label {
  width: 48%;
  vertical-align: top;
}

@media screen and (max-width: 1499px) {
  /* line 1667, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .form .form-element.radios .radio-controls.stackedtwocolumnsalt,
  .form .form-element.radios .checkbox-controls.stackedtwocolumnsalt, .form .form-element.checkboxes .radio-controls.stackedtwocolumnsalt,
  .form .form-element.checkboxes .checkbox-controls.stackedtwocolumnsalt, .form .form-element.radios-checkboxes .radio-controls.stackedtwocolumnsalt,
  .form .form-element.radios-checkboxes .checkbox-controls.stackedtwocolumnsalt {
    width: 100%;
  }
}

/* line 1683, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.stackedfourcolumnsalt,
.form .form-element.radios .checkbox-controls.stackedfourcolumnsalt, .form .form-element.checkboxes .radio-controls.stackedfourcolumnsalt,
.form .form-element.checkboxes .checkbox-controls.stackedfourcolumnsalt, .form .form-element.radios-checkboxes .radio-controls.stackedfourcolumnsalt,
.form .form-element.radios-checkboxes .checkbox-controls.stackedfourcolumnsalt {
  width: 100%;
}

/* line 1686, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.radios .radio-controls.stackedfourcolumnsalt label,
.form .form-element.radios .checkbox-controls.stackedfourcolumnsalt label, .form .form-element.checkboxes .radio-controls.stackedfourcolumnsalt label,
.form .form-element.checkboxes .checkbox-controls.stackedfourcolumnsalt label, .form .form-element.radios-checkboxes .radio-controls.stackedfourcolumnsalt label,
.form .form-element.radios-checkboxes .checkbox-controls.stackedfourcolumnsalt label {
  width: 24%;
  text-wrap: wrap;
  white-space: normal;
  vertical-align: top;
}

@media screen and (max-width: 1499px) {
  /* line 1686, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
  .form .form-element.radios .radio-controls.stackedfourcolumnsalt label,
  .form .form-element.radios .checkbox-controls.stackedfourcolumnsalt label, .form .form-element.checkboxes .radio-controls.stackedfourcolumnsalt label,
  .form .form-element.checkboxes .checkbox-controls.stackedfourcolumnsalt label, .form .form-element.radios-checkboxes .radio-controls.stackedfourcolumnsalt label,
  .form .form-element.radios-checkboxes .checkbox-controls.stackedfourcolumnsalt label {
    width: 32%;
  }
}

/* line 1706, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.buttons {
  display: block;
}

/* line 1709, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.buttons .btn {
  display: block;
}

/* line 1716, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.centered {
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

/* line 1721, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.centered .btn {
  margin: 0px auto 10px auto;
}

/* line 1728, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element.labelCollapse label {
  width: auto;
  padding-right: 15px;
}

/* line 1734, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .stackedtwocolumns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 150px;
}

/* line 1741, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .stackedfourcolumns_wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1746, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.form .form-element .stackedfourcolumns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-height: 150px;
}

/* line 1759, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
label:hover {
  cursor: pointer;
}

/* line 1765, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

/* line 1772, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr th, .smallchart tr td {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1778, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr th {
  text-align: left;
  color: #ffffff;
  background-color: #6b9fd1;
}

/* line 1783, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr th.icon {
  width: 1%;
}

/* line 1787, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr th.centered {
  text-align: center;
}

/* line 1792, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr td {
  text-align: left;
}

/* line 1795, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr td.centered {
  text-align: center;
}

/* line 1799, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr td.admin {
  color: red;
}

/* line 1805, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* line 1815, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.history th:nth-child(1), .smallchart.history td:nth-child(1) {
  width: 125px;
}

/* line 1819, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.history th:nth-child(2), .smallchart.history td:nth-child(2) {
  width: 60px;
}

/* line 1825, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.history td {
  color: #003e6b;
}

/* line 1836, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.history-fueltank th:nth-child(1), .smallchart.history-fueltank td:nth-child(1) {
  width: 125px;
}

/* line 1841, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.history-fueltank td {
  color: #003e6b;
}

/* line 1847, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.autowidth {
  width: auto;
  display: inline-block;
}

/* line 1852, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.head {
  margin-bottom: 0px;
}

/* line 1858, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart.clickable-rows tr:hover td {
  cursor: pointer;
  background-color: #99C8EA !important;
}

/* line 1867, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.smallchart_body_wrap {
  overflow-y: scroll;
  max-height: calc(100vh - 275px);
}

/* line 1874, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.graph .windmachine-graph,
.graph .graph-placeholder {
  background-color: #ffffff;
  width: auto;
  margin-bottom: 20px;
  min-height: 300px;
}

/* line 1885, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.map .map-placeholder {
  background-color: #666666;
  background-color: #000000;
  width: auto;
  height: 500px;
  margin-bottom: 20px;
}

/* line 1895, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.lockControl {
  background-image: url(/images/icons/unlocked_2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px 30px;
  width: 62px;
  height: 20px;
  display: inline-block;
}

/* line 1904, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.lockControl:hover {
  cursor: pointer;
}

/* line 1908, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.lockControl.locked {
  background-image: url(/images/icons/locked_2.svg);
}

/* line 1912, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.lockControl.disabled {
  opacity: 0.5;
}

/* line 1916, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.lockControl.disabled:hover {
  cursor: auto;
}

/* line 1926, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl {
  font-size: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  color: #65C30A;
  width: 60px;
  padding-left: 3px;
}

/* line 1935, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl:before {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f205";
  margin-right: 5px;
}

/* line 1948, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl:after {
  content: "ON";
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

/* line 1957, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl:hover {
  cursor: pointer;
}

/* line 1961, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl.statusOff {
  color: #D70A05;
}

/* line 1964, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl.statusOff:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1969, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl.statusOff:after {
  content: "OFF";
}

/* line 1974, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl.disabled {
  opacity: 0.5;
}

/* line 1978, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.statusControl.disabled:hover {
  cursor: auto;
}

/* line 1988, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.alert,
.alert-danger,
.alert-success,
.alert-warning,
.alert-info {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: left;
}

/* line 2001, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 2007, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 2013, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 2019, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 2026, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Editor,
.LoneEditor {
  border-width: 0px;
  background-color: transparent;
  width: auto;
}

/* line 2032, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.Editor .RanchAccess,
.LoneEditor .RanchAccess {
  border-width: 0px;
}

/* line 2037, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.GrayBox,
.EditorSection {
  border-width: 0px;
  height: auto !important;
}

/* line 2043, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.BlueBox {
  border-width: 0px;
}

/* line 2048, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.FormTextBox_ro, .dd_ro, .dd2_ro, .ff_ro, .ff2_ro, input[type=text].readonly, .FormDropDown_ro, .FormTextBoxM_ro, input.FormNumberTextBox[readonly] {
  background-color: #ffffff !important;
}

/* line 2052, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.SelectorButton {
  width: auto;
}

/* line 2056, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.EditorButton {
  display: inline-block;
}

/* line 2060, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divAccounts #divList,
#divAccounts #divReports {
  background-color: transparent;
}

/* line 2066, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divAccounts #divList,
#divAccounts #divReports {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 2076, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divAccounts #divList #divGrid input {
  float: none;
}

/* line 2081, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divAccounts #divList .AssetLayoutRight.scrollable {
  max-height: calc(100vh - 300px);
}

/* line 2087, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.tabs {
  padding-left: 20px;
}

/* line 2091, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.tabs li a {
  font-size: 16px;
  line-height: 24px;
}

/* line 2109, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
#divReports #divReport th {
  background-image: none;
  background-color: #dddddd;
}

/* line 2121, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.MicrosoftMap .Infobox .infobox-body .infobox-title {
  padding: 5px;
}

/* line 2125, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.MicrosoftMap .Infobox .infobox-body .infobox-info {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  overflow-x: hidden;
}

/* line 2133, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.MicrosoftMap .Infobox .infobox-body .infobox-info table.map-popup-table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 2138, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.MicrosoftMap .Infobox .infobox-body .infobox-info table.map-popup-table tr td {
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #ccc;
  padding: 2px 2px 2px 2px;
}

/* line 2152, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn-map-zoom-wrap {
  margin-left: 20px;
  width: 100px;
}

/* line 2156, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.btn-map-zoom-wrap .btn {
  display: inline-block;
  margin: 0px 0px 0px 5px !important;
  width: 26px !important;
  height: 26px !important;
  color: #ffffff;
  padding: 5px 0px 0px 0px;
  font-size: 14px;
  line-height: 26px;
}

/* line 2203, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.ui-dialog .ui-dialog-content p .ui-icon {
  margin: 0px 12px 0px 0 !important;
}

/* line 2222, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark {
  background-color: #000000;
  color: #CCD6F6;
}

/* line 2226, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .header {
  background-color: #0A192F;
}

/* line 2237, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Legend .LegendWM div::after,
.dark .Legend .LegendFT div::after {
  background-color: #000000;
}

/* line 2244, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark h1 {
  color: #CCD6F6 !important;
}

/* line 2248, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark a {
  color: #59a5d6;
}

/* line 2251, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark a:hover {
  color: #ffffff;
}

/* line 2256, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark input,
.dark select,
.dark textarea {
  background-color: #000000;
  color: #ffffff;
}

/* line 2262, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark input:disabled,
.dark select:disabled,
.dark textarea:disabled {
  background-color: #172A46;
  color: #A8B2D1;
}

/* line 2268, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn,
.dark .ui-button {
  color: #ffffff;
  background-color: #0A84FE;
  border-color: #0A84FE;
}

/* line 2274, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn:hover,
.dark .ui-button:hover {
  color: #0A84FE;
  background-color: #ffffff;
  border-color: #0A84FE;
}

/* line 2280, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn.alt,
.dark .ui-button.alt {
  color: #0A84FE;
  background-color: transparent;
  border-color: #0A84FE;
}

/* line 2285, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn.alt:hover,
.dark .ui-button.alt:hover {
  color: #ffffff;
  background-color: #0A84FE;
  border-color: #0A84FE;
}

/* line 2292, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn.admin,
.dark .ui-button.admin {
  color: #e41e26;
  background-color: transparent;
  border-color: #e41e26;
}

/* line 2297, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn.admin:hover,
.dark .ui-button.admin:hover {
  color: #ffffff;
  background-color: #e41e26;
  border-color: #e41e26;
}

/* line 2304, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn:disabled,
.dark .ui-button:disabled {
  color: #cacaca;
  border-color: #cacaca;
}

/* line 2308, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn:disabled:disabled:hover,
.dark .ui-button:disabled:disabled:hover {
  color: #cacaca;
  border-color: #cacaca;
  background-color: transparent;
}

/* line 2321, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .smallchart tr th, .dark .smallchart tr td {
  color: #CCD6F6;
}

/* line 2325, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .smallchart tr th {
  background-color: #05357D;
}

/* line 2329, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .smallchart tr td {
  background-color: #000000;
}

/* line 2334, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .smallchart tr:nth-child(odd) td {
  background-color: #13305B;
}

/* line 2342, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .smallchart.history th, .dark .smallchart.history td {
  color: #CCD6F6;
}

/* line 2355, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark table.dataTable.display tbody tr:hover > .sorting_1,
.dark table.dataTable.display tbody tr:hover > td,
.dark table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: red;
}

/* line 2368, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact thead th {
  border-bottom: 1px solid #121212;
  color: #CCD6F6;
  background-color: #05357D;
}

/* line 2381, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr td a {
  color: #0A84FE;
}

/* line 2387, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.even td {
  background-color: #000000;
}

/* line 2396, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.odd td {
  background-color: #13305B;
}

/* line 2407, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.selected.odd td {
  background-color: #B7CFE8;
  color: #003e6b;
}

/* line 2414, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr.selected.even td {
  background-color: #CADCEE;
  color: #003e6b;
}

/* line 2426, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover .sorting_1,
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover td {
  background-color: inherit !important;
}

/* line 2430, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover .sorting_1 a,
.dark .dataTablesWrap .dataTables_wrapper table.dataTable.compact tbody tr:hover td a {
  color: #ffffff;
}

/* line 2444, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .tabs li a {
  color: #CCD6F6 !important;
  background-color: #000000 !important;
}

/* line 2454, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark #divReports #divReport table {
  background-color: #000000;
}

/* line 2457, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark #divReports #divReport table th {
  background-color: #05357D;
}

/* line 2465, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-widget-content {
  color: #CCD6F6;
  background-color: #000000;
}

/* line 2469, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-widget-content a {
  color: #0A84FE;
}

/* line 2472, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-widget-content a:hover {
  color: #70A8FC;
}

/* line 2479, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark #AssetLayoutRight_toggle {
  border: solid 1px #cccccc;
}

/* line 2489, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap.noTabs {
  padding-left: 50px;
}

/* line 2499, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a {
  color: #CCD6F6 !important;
}

/* line 2502, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.AutoStart {
  background-image: url(/images/icons/auto_start_2_negative.svg);
}

/* line 2506, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.History {
  background-image: url(/images/icons/history_negative.svg);
}

/* line 2510, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.Graph {
  background-image: url(/images/icons/graph_negative.svg);
}

/* line 2514, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.FuelMap {
  background-image: url(/images/icons/map_for_f_t_negative.svg);
}

/* line 2518, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.Map {
  background-image: url(/images/icons/map_for_w_m_negative.svg);
}

/* line 2522, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li a.Settings {
  background-image: url(/images/icons/settings_negative.svg);
}

/* line 2528, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li.ui-tabs-active a {
  background-color: #172A46;
}

/* line 2534, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs ul.tabNav li.ui-state-hover a {
  background-color: #172A46;
}

/* line 2541, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel {
  background-color: #172A46;
}

/* line 2544, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel h2 {
  background-color: #05357D;
  color: #ffffff;
}

/* line 2551, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal {
  background-color: transparent;
}

/* line 2554, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li {
  background-color: transparent;
  color: #ffffff;
}

/* line 2558, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li a {
  color: #CCD6F6;
}

/* line 2563, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li.ui-tabs-active a {
  color: #ffffff;
  background-color: #6b9fd1;
}

/* line 2570, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal ul.tabNav-internal li.ui-state-hover a {
  color: #ffffff;
  background-color: #172A46;
}

/* line 2578, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal {
  background-color: #172A46;
}

/* line 2581, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .SidePanelWrap #tabs div.tabPanel .tabs-internal div.tabPanel-internal h3 {
  margin: 0px 0px 10px 0px;
  background-color: transparent;
  color: #59a5d6;
}

/* line 2595, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .AssetTabs a {
  color: #A8B2D1;
  background-color: #172A46;
  border: solid 1px #172A46;
}

/* line 2600, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .AssetTabs a.active {
  color: #CCD6F6;
  background-color: #000000;
  border: solid 1px #000000;
}

/* line 2609, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark #AssetLayoutRight_toggle {
  background-image: url(/images/icons/arrow_close_negative.svg);
}

/* line 2612, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark #AssetLayoutRight_toggle.closed {
  background-image: url(/images/icons/arrow_open_negative.svg);
}

/* line 2619, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .graph .windmachine-graph,
.dark .graph .graph-placeholder {
  background-color: #000000;
  width: auto;
  margin-bottom: 20px;
  min-height: 300px;
}

/* line 2629, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .lockControl {
  background-image: url(/images/icons/unlocked_2_negative.svg);
}

/* line 2632, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .lockControl.locked {
  background-image: url(/images/icons/locked_2_negative.svg);
}

/* line 2646, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .alert-danger {
  color: #f5c6cb;
  background-color: #121212;
  border-color: #f5c6cb;
}

/* line 2662, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .btn-map-zoom-wrap .btn {
  color: #ffffff;
}

/* line 2667, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox {
  background-color: #000000 !important;
}

/* line 2671, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox .infobox-body .infobox-title {
  color: #CCD6F6;
}

/* line 2675, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox .infobox-body .infobox-info {
  color: #CCD6F6;
}

/* line 2678, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox .infobox-body .infobox-info div {
  color: #CCD6F6;
}

/* line 2683, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox .infobox-body .infobox-info div table.map-popup-table tbody tr {
  border-color: #A8B2D1;
}

/* line 2686, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .Infobox .infobox-body .infobox-info div table.map-popup-table tbody tr td {
  color: #CCD6F6;
}

/* line 2700, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-dialog .ui-dialog-titlebar {
  color: #CCD6F6;
  background-color: #05357D;
  border-color: #05357D;
}

/* line 2714, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-dialog .ui-dialog-titlebar button.ui-button:hover .ui-icon-closethick {
  background-image: url(https://code.jquery.com/ui/1.13.1/themes/base/images/ui-icons_444444_256x240.png);
}

/* line 2740, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .ui-icon, .dark .ui-widget-content .ui-icon {
  background-image: url(https://code.jquery.com/ui/1.13.1/themes/base/images/ui-icons_ffffff_256x240.png);
}

/* line 2745, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark .dtfc-right-top-blocker {
  background-color: transparent !important;
}

/* line 2750, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark table.dataTable thead .sorting {
  background-image: url(/images/tables/icons/dark/sort_both.png);
  background-image: none !important;
}

/* line 2755, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark table.dataTable thead .sorting_asc {
  background-image: url(/images/tables/icons/dark/sort_asc.png) !important;
  background-image: none !important;
}

/* line 2760, ../../inetpub/devroot/OrchardRite/WebUI/css/sass/UI_OrCell.scss */
.dark table.dataTable thead .sorting_desc {
  background-image: url(/images/tables/icons/dark/sort_desc.png) !important;
  background-image: none !important;
}

/*# sourceMappingURL=UI_OrCell.css.map */