/* LESS Variables
----------------------------------------------------------*/
/* LESS Mixins
----------------------------------------------------------*/
/*----------------------------------------------------------*/

* {
  box-sizing: border-box;
  font-family: Nunito, Verdana, Arial, sans-serif;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #c8c2c2;
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  color: black;
  font-size: 12px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a,
.link {
  cursor: pointer;
  text-decoration: underline;
  color: #3f48cc;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #3f48cc;
}
p {
  margin-top: 0px;
}
ul,
ol {
  padding-left: 20px;
}
/*----------------------------------------------*/

input[type=submit],
.InterfaceButton,
input[type=button],
.ui-button,
.btn-primary {
  height: 30px;
  line-height: 30px;
  min-width: 70px;
  text-align: center;
  text-transform: uppercase;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  color: white;
  background: #339933;
  padding: 0px 20px;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 5px;
}
input[type=submit]:hover,
input[type=button]:hover,
.ui-button:hover,
.InterfaceButton:hover,
.btn-primary:hover {
  background: #267326;
}
input[type=submit]:active,
input[type=button]:active,
.ui-button:active,
.InterfaceButton:active,
.btn-primary:active {
  background: #267326;
}
input[type=submit].btn-secondary {
  background: #767676;
}
input[type=submit].btn-secondary:hover {
  background: #5d5d5d;
}
input[type=submit].btn-add,
input[type=submit].btn-edit,
input[type=submit].btn-save {
  background: #008a00;
}
input[type=submit].btn-add:hover,
input[type=submit].btn-edit:hover,
input[type=submit].btn-save:hover {
  background: #005700;
}
input[type=submit].btn-remove {
  background: #ee0000;
}
input[type=submit].btn-remove:hover {
  background: #bb0000;
}
:focus {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid black;
  outline: none;
}
.panel-header input[type=submit] {
  min-width: unset;
  font-size: 0.833rem;
  vertical-align: text-bottom;
  margin: 5px 0px 5px 3px;
  line-height: 20px;
  padding: 0 15px;
  height: 20px;
}
.panel-header .float-right {
  height: inherit;
}
.panel-footer input[type=submit],
.panel-footer input[type=button] {
  min-width: unset;
  vertical-align: text-bottom;
  margin: 10px 0px 0px;
  line-height: 25px;
  padding: 0 15px;
  height: 25px;
}
/*Modal Dialog Close Button X*/

.btn-close {
  background: none;
  border: none;
  outline: none;
  width: unset;
  text-decoration: none;
}
.btn-close::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  content: '\f00d';
  color: #999999;
}
.btn-close:hover::before {
  color: #666666;
}
.btnShowMore {
  width: 100%;
  text-align: center;
  line-height: 24px;
  height: 24px;
  font-size: 22px;
  background-color: #f3f3f3;
  color: #222222;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btnShowMore:hover,
.btnShowMore:focus {
  outline: none;
  background-color: #ebebeb;
}
.w-300 {
  width: 300px !important;
}
.w-400 {
  width: 400px !important;
}
.w-150 {
  width: 150px !important;
}
.w-50p {
  width: 50%;
}
.InterfaceDialog {
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  min-width: 300px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                    MAIN CONTAINER & MENU STYLES                                    */

/*----------------------------------------------------------------------------------------------------*/

.wrapper {
  margin: 0px auto;
  width: 1280px;
  background-color: White;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
}
.banner {
  background: url('images/custom/ZambiaBanner.png') no-repeat;
  /*background-size: cover;*/
  height: 130px !important;
  width: 1280px;
  padding: 0 15px;
}
.left_column {
  float: left;
  margin: 0;
  width: 175px;
  padding-top: 10px;
  font-size: 13px;
  background-color: #e4e4e4;
  -webkit-box-shadow: inset 0px 7px 5px -4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 7px 5px -4px rgba(0, 0, 0, 0.4);
  border-right: 1px solid #e0e0e0;
}
.right_column {
  float: left;
  padding: 15px 10px 10px;
  width: calc(100% - 175px);
  -webkit-box-shadow: inset 0px 7px 5px -4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 7px 5px -4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1280px) {
  .wrapper {
    width: 1024px;
  }
  .banner {
    background: url('images/custom/ZambiaBanner.png') no-repeat;
    width: 1024px;
  }
  .left_column {
    width: 175px;
  }
  .right_column {
    width: calc(100% - 175px);
  }
}
.banner .logo {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAANSURBVBhXY2BgYGAAAAAFAAGKM+MAAAAAAElFTkSuQmCC');
  display: inline-block;
  height: 130px;
}
.banner .portal-name {
  display: inline-block;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  height: 130px;
  line-height: 130px;
  vertical-align: top;
  padding-left: 20px;
}
.banner .portal-name::before {
  content: '';
}
.main-nav {
  overflow: hidden;
  border: none;
  text-align: left;
}
.main-nav div {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
}
.main-nav div:hover {
  background-color: #ebebeb;
}
.main-nav > .header,
.main-nav > .header:hover {
  position: relative;
  background-color: #e4e4e4;
  padding: 7px 30px 7px 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #222222;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.main-nav > .header::after {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 28px;
  color: #222222;
  opacity: 0.5;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 18px;
  font-weight: 600;
  content: '\f077';
}
.main-nav > .header.expand::after {
  content: '\f078';
}
.main-nav > .header:hover::before,
.main-nav > .header:hover::after {
  opacity: 1;
}
.static .main-nav > .header {
  pointer-events: none;
  padding: 7px 5px 7px 10px;
}
.static .main-nav > .header::after {
  display: none;
}
.main-nav div > a {
  padding: 7px 0 7px 10px;
  line-height: 18px;
  vertical-align: middle;
  color: #222222;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.main-nav div > a:hover {
  color: #222222;
}
.main-nav div > a:focus {
  outline: 1px dotted black;
}
.main-nav div.active,
.main-nav div.active:hover {
  background-color: #339933;
}
.main-nav div.active > a,
.main-nav div.active > a:hover {
  color: white;
  font-weight: bold;
}
.page-nav {
  text-align: right;
  overflow: visible;
  height: 30px;
  margin-bottom: 10px;
}
.page-nav > ul {
  margin: 0px;
  padding: 0px;
  height: 30px;
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  z-index: 2;
}
.page-nav > ul li {
  background-color: #339933;
  color: white;
  position: relative;
  text-align: left;
  padding: 0 10px;
  cursor: pointer;
}
.page-nav > ul li:hover,
.page-nav > ul li:focus-within {
  background: #267326;
}
.page-nav > ul li:focus-within a,
.page-nav > ul li:focus-within span {
  outline: none;
}
.page-nav > ul > li > a,
.page-nav > ul > li > span {
  color: white;
  line-height: 30px;
  text-decoration: none;
}
.page-nav > ul > li > a::after,
.page-nav > ul > li > span::after {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 5px;
  font-weight: 900;
  font-size: 14px;
  color: white;
  content: '\f0d7';
  line-height: 30px;
}
.page-nav > ul li img {
  vertical-align: middle;
  margin-right: 5px;
}
.page-nav > ul li:hover > ul,
.page-nav > ul li:focus-within > ul,
.page-nav > ul li ul:hover,
.page-nav > ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.page-nav ul.dropmenu {
  background-color: #f3f3f3;
  visibility: hidden;
  opacity: 0;
  padding: 0px;
  position: absolute;
  display: none;
  right: 0;
  left: unset !important;
  top: 31px !important;
  width: max-content;
  list-style: none;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}
.page-nav ul.dropmenu > li {
  background-color: #f3f3f3;
  clear: both;
  width: 100%;
}
.page-nav ul.dropmenu > li:hover,
.page-nav ul.dropmenu > li:focus-within {
  background-color: #e4e4e4;
}
.page-nav ul.dropmenu > li a {
  text-decoration: none;
  line-height: 30px;
  color: black;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                        INPUT ELEMENT STYLES                                        */

/*----------------------------------------------------------------------------------------------------*/

input[type=text],
input[type=date],
select,
input[type=password] {
  width: 250px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #bbbbbb;
  padding: 0px 5px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text][readonly],
input[type=text][disabled],
input[type=date][readonly],
input[type=date][disabled],
select[disabled],
select[readonly],
textarea[readonly],
textarea[disabled] {
  background-color: white;
  color: black;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  min-height: 24px;
  outline: none;
}
/* Dropdown icon implementation */

.row span.dropdown,
.dropdown {
  width: auto;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.dropdown::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  pointer-events: none;
  top: 4px;
  right: 8px;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  content: '\f0d7';
}
.dropdown:hover::after {
  color: black;
}
.dropdown:empty::after {
  display: none;
}
/*Lifts the select/input above the pseudo-element icons used on these controls*/

.dropdown select[disabled],
.dropdown select[readonly],
.datepicker input[readonly],
.datepicker input[disabled] {
  opacity: 1;
  z-index: 1;
}
.panel-header .dropdown::after {
  top: 0px;
  line-height: 18px;
}
/* Calendar icon implementation */

.row span.datepicker {
  width: auto;
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
}
.datepicker input,
.datepicker input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0px 25px 0px 5px !important;
}
.datepicker::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  pointer-events: none;
  top: 5px;
  right: 7px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  content: '\f073';
}
.datepicker:hover::after {
  color: black;
}
input::-webkit-inner-spin-button,
input::-webkit-clear-button,
select::-webkit-inner-spin-button,
select::-webkit-clear-button,
select::-ms-expand {
  display: none;
}
textarea {
  width: 250px;
  min-height: 42px;
  line-height: 18px;
  padding: 3px 5px;
  border: 1px solid #bbbbbb;
}
/*Checkbox and Radio Button inputs hidden, replaced with font awesome icons which are linked to the checkbox/radio button labels */

span.checkbox,
span.radio,
.radio-list td {
  width: auto !important;
  padding-top: 0px;
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.radio-list td {
  height: 24px;
}
.checkbox::before {
  position: absolute;
  left: 1px;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  line-height: 19px;
  font-weight: 900;
  font-size: 21px;
  color: #339933;
  content: '\f14a';
  z-index: 1;
  pointer-events: none;
}
.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: white;
  border: 2px solid #999999;
  height: 19px;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 2;
}
.checkbox input[type=checkbox]:checked {
  z-index: 0;
  border-color: #339933;
}
.radio::before,
.radio-list td::before {
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background: #339933;
  border: none;
  height: 12px;
  width: 12px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 1;
  pointer-events: none;
  content: '';
}
.radio input[type=radio],
.radio-list input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: white;
  border: 2px solid #999999;
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 2;
}
.radio input[type=radio]:checked,
.radio-list input[type=radio]:checked {
  z-index: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-weight: normal;
  width: auto !important;
  /*line-height: 20px;*/
  padding-left: 25px;
  padding-top: 0px;
  display: inline-block;
}
input[disabled][type=checkbox],
input[disabled][type=radio] {
  background-color: white !important;
  color: black !important;
  box-shadow: none !important;
}
.row .radio-list span {
  padding-top: 0px;
}
.row span.checkbox,
.row span.checkbox span {
  padding-top: 0px;
  width: unset;
}
.row span + table.membership {
  display: inline-block;
  width: 400px;
}
table.membership td {
  padding-left: 0px !important;
}
.application_buttons {
  min-width: 50px !important;
  padding: 5px !important;
  margin-top: 3px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                            TEXT STYLES                                             */

/*----------------------------------------------------------------------------------------------------*/

.general_text {
  color: black;
  padding: 0;
  margin: 0;
}
.required_text {
  color: red;
}
.italic_text {
  font-style: italic;
}
.bold_text {
  font-weight: bold;
}
.text-header {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.underlined_text {
  text-decoration: underline;
}
.validation_text,
.required {
  color: #ee0000;
  width: unset;
}
.muted {
  color: #666666;
}
.highlight {
  font-weight: bold;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                     CONTAINER ELEMENTS' STYLES                                     */

/*----------------------------------------------------------------------------------------------------*/

.validation {
  border: 1px solid #ee0000;
  background: #ffcccc;
  padding: 5px 10px;
  text-align: center;
  color: #ee0000;
  margin-bottom: 15px;
  border-radius: 5px;
}
.panel_border {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  box-sizing: border-box;
}
.panel_border_bottom {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.panel_inner {
  padding: 10px;
}
.panel_inner_large_padding {
  padding: 20px;
}
.panel_header {
  background-color: #f3f3f3;
  height: 24px;
  vertical-align: middle;
  font-weight: bold;
}
.panel_header_text {
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 24px;
}
.panel {
  border: 1px solid #e0e0e0;
  background-color: White;
  margin-bottom: 15px;
}
.panel-content {
  padding: 10px;
}
.panel-header {
  background-color: #f3f3f3;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  vertical-align: middle;
}
.panel-header span {
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #222222;
}
.panel-footer {
  padding: 0px 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.subheader {
  padding: 10px;
}
.catalogue-products {
  vertical-align: top;
  width: 25%;
  height: 100%;
  float: left;
  display: inline-block;
}
.catalogue-details {
  border-left: 1px solid #e0e0e0;
  vertical-align: top;
  width: 75%;
  height: 100%;
  float: left;
  display: inline-block;
}
/*---------UTILITY CLASSES---------*/

.clear_div_float,
.clearfix {
  clear: both;
}
.float_left_column_div,
.float_right_column_div {
  width: 350px;
  margin: 0px;
  padding-right: 4px;
}
.float-left,
.float_left_column_div,
.float_left_div {
  float: left;
}
.float-right,
.float_right_column_div,
.float_right_div {
  float: right;
}
.float_left_div,
.float_right_div {
  margin: 3px 0px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.center {
  margin: 0 auto;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.hidden {
  display: none !important;
}
.p-relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.v-align-top {
  vertical-align: top;
}
.w-unset {
  width: unset !important;
}
.spacer {
  margin: 5px 0px;
}
.info {
  color: lightblue;
}
.icon {
  padding-top: 4px !important;
}
.icon:before {
  margin-left: 2px;
  width: unset;
  padding-top: unset;
  font-size: 16px;
  vertical-align: top;
}
.entity-icon {
  font-size: 14px;
  margin-right: 5px;
  color: #339933;
  vertical-align: middle;
}
.p-t-0 {
  padding-top: 0 !important;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-r-0 {
  margin-right: 0px !important;
}
.green {
  color: #008a00;
}
.orange {
  color: orange;
}
.red {
  color: #ee0000;
}
.black {
  color: black;
}
span.datalist_validation_message span {
  padding-top: 0px;
}
.validation-message {
  color: #ee0000;
  font-weight: bold;
}
.scanning-message {
  color: orange;
  font-weight: bold;
}
.scanning-message::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: orange;
  display: inline-block;
  margin-inline-start: 8px;
  margin-inline-end: 8px;
  content: "\f110";
  animation: spin 2s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.primary {
  color: #339933;
}
/*---------FORM LAYOUTS---------*/

.row.header {
  margin-bottom: 10px;
}
.row.header span {
  width: auto;
  font-weight: bold;
}
.row .parameter,
.details .row {
  display: inline-block;
  margin-right: 45px;
  min-width: 403px;
  vertical-align: top;
}
.row span,
.row label {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
  width: 150px;
  word-wrap: normal;
  font-size: 12px;
  margin-bottom: 3px;
}
.details-wide .row span {
  width: 200px;
}
.details-wide .row span.datepicker,
.details-wide .row span.dropdown {
  width: 250px;
}
.row a {
  padding-top: 6px;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}
.row svg {
  margin-top: 6px;
}
.row span + span,
.row label + span {
  margin-bottom: 10px;
  width: auto;
}
.row span + span.checkbox,
.row label + span.checkbox {
  padding-top: 0px;
  margin-top: 4px;
}
.row input,
.row select,
.row textarea,
.row .datepicker.wide input {
  line-height: 25px;
  height: 25px;
  padding: 0px 5px;
  width: 250px;
  font-size: 12px;
  margin-bottom: 10px;
}
.row select {
  padding: 0px 25px 0px 5px;
}
.row input[type=checkbox],
.row input[type=radio] {
  line-height: unset;
  margin-bottom: 0;
}
.row input[type=submit],
.row input[type=button] {
  width: auto;
  height: auto;
  padding: 0px 15px;
  margin-top: 10px;
}
.row input[disabled],
.row input[readonly],
.row textarea[disabled],
.row textarea[readonly],
.row select[disabled],
.row select[readonly] {
  margin-bottom: 3px;
  /*width: unset;*/

}
.row input[type=checkbox][disabled] {
  width: 19px;
}
.row span.aspNetDisabled input[type=checkbox][disabled] {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 20px;
}
.row .checkbox.aspNetDisabled {
  margin-top: 4px;
}
.div-datalist input[type=checkbox][disabled] {
  width: 19px;
  height: 19px;
  font-size: 12px !important;
}
.row input[type=radio][disabled] {
  width: 20px;
}
.row .datepicker input {
  width: 123.5px;
  position: relative;
  font-size: 11px;
}
@media only screen and (max-width: 1279px) {
  .row .parameter,
  .details .row {
    display: inline-block;
    margin-right: 25px;
    min-width: 363px;
    vertical-align: top;
  }
  .row input,
  .row select,
  .row textarea,
  .row .datepicker.wide input {
    width: 200px;
  }
  .row input[disabled],
  .row input[readonly],
  .row textarea[disabled],
  .row textarea[readonly],
  .row select[disabled],
  .row select[readonly] {
    width: 350px;
  }
  .row .datepicker input {
    width: 98.5px;
    position: relative;
    font-size: 11px;
  }
}
.login-form {
  width: 500px;
  margin: 0 auto;
}
.app-details {
  max-width: calc(100% - 220px);
  display: inline-block;
  width: 100%;
  float: left;
}
.app-row {
  max-width: calc(100% - 160px);
  padding-top: 6px;
}
.app-row a {
  padding-top: 0px;
}
.app-buttons {
  width: 220px;
  display: inline-block;
  float: right;
  padding: 10px 10px 0 0;
  text-align: right;
}
.app-buttons input {
  margin: 0px 0px 10px 5px;
}
.details {
  float: left;
  width: calc(100% - 350px);
  display: inline-block;
}
.details .row {
  display: block;
  font-size: 12px;
}
.details .row label {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
  width: 150px;
  word-wrap: normal;
  margin-bottom: 10px;
}
.details .row span {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
  width: auto;
}
.details .row a {
  padding-top: 6px;
  vertical-align: top;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 10px;
}
.summary-map {
  float: right;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
/*--------UI COMPONENTS--------*/

.full-page {
  position: fixed;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 400;
}
.ui-widget-overlay,
.modal-overlay {
  opacity: unset !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.3) !important;
  overflow: hidden !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 400;
}
.ui-widget-header {
  background-color: #f3f3f3 !important;
  background-image: none !important;
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  color: #222222 !important;
  font-size: 12px !important;
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.panel-content .ui-widget-content {
  border: none;
  padding: 0;
}
.ui-widget {
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  outline: none;
}
.ui-widget input,
.ui-widget select {
  font-family: Nunito, Verdana, Arial, sans-serif !important;
}
.ui-dialog {
  padding: 0px !important;
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  min-width: 300px;
  outline: none;
}
.ui-dialog-content {
  padding: 10px !important;
}
.ui-dialog-buttonpane {
  border-top: 1px solid #e0e0e0 !important;
}
.ui-tabs {
  padding: 0px !important;
}
.ui-tabs .ui-widget-header {
  background: none !important;
  background-color: none !important;
}
.ui-tabs .ui-tabs-panel {
  padding: 10px 0px 0px !important;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                       TABLE ELEMENTS' STYLES                                       */

/*----------------------------------------------------------------------------------------------------*/

table.datalist,
table.product-list,
.report-viewer table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
table.datalist > thead > tr,
table.datalist > tbody > tr.headrow {
  background-color: white;
}
table.datalist > thead > tr > td,
table.datalist > thead > tr > th,
table.datalist > tbody > tr.headrow > td {
  text-decoration: none;
  color: black;
  line-height: 18px;
  padding: 5px 5px;
  font-weight: bold;
  border-top: none;
  vertical-align: bottom;
  text-align: left;
}
table.datalist > thead > tr > td > a,
table.datalist > thead > tr > th > a,
table.datalist > tbody > tr.headrow > td > a {
  color: black;
  font-weight: bold;
}
table.datalist > thead > tr > td:first-child,
table.datalist > thead > tr > th:first-child,
table > tbody > tr > td:first-child {
  padding-left: 5px;
}
.report-viewer table > tbody > tr > td:first-child {
  padding-left: 0px;
}
table.datalist > tbody {
  overflow: auto;
}
table.datalist > tbody > tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
table.datalist > tbody > tr > td {
  line-height: 18px;
  padding: 3px 5px;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}
table.datalist > tbody > tr:last-child > td {
  border-bottom: none;
}
table.datalist.no-lines > tbody > tr:hover {
  background: none;
}
table.datalist a {
  cursor: pointer;
  text-decoration: underline;
  color: #3f48cc;
}
table.datalist input {
  font-size: 11px;
}
table.no-lines > tbody > tr > td {
  border-top: none;
}
table.no-spacing > tbody > tr > td,
table.no-spacing > thead > tr > td,
table.no-spacing > thead > tr > th {
  padding: 0px;
}
table .checkbox::before {
  top: 0px;
}
td.input {
  padding: 2px 5px;
}
td.input input {
  height: 20px;
  width: 300px;
}
td input[type=text][disabled],
td input[type=text][readonly] {
  background-color: transparent;
  padding: 0px;
}
td input[type=submit],
td input[type=button] {
  line-height: 20px;
  height: 20px;
  padding: 0px 15px;
  min-width: unset;
}
table.datalist tbody tr td span {
  padding-top: 0px;
  width: unset;
  white-space: normal;
  word-break: break-word;
}
table.statlist tbody tr td:first-child {
  padding-left: 0px;
}
table.statlist tbody tr td span {
  width: 250px;
}
.table-loader {
  position: relative;
  margin-left: 30%;
  margin-top: -40px;
  padding: 5px;
  text-align: center;
  display: none;
  width: 350px;
  border-radius: 5px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: black;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
.panel-content table.datalist > thead > tr > td:first-child,
.panel-content table.datalist > thead > tr > th:first-child,
.panel-content table.datalist > tbody > tr > td:first-child {
  padding-left: 0;
}
.panel-content table.datalist > thead > tr > td:last-child,
.panel-content table.datalist > thead > tr > th:last-child,
.panel-content table.datalist > tbody > tr > td:last-child {
  padding-right: 0;
}
.general_table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.general_cell {
  padding: 2px 10px;
  height: 30px;
}
.row-highlight,
.row-highlight:hover {
  border: 1px solid #dddddd;
  background: rgba(0, 0, 0, 0.05) !important;
}
.general_label_column {
  width: 150px;
  padding: 0px 0px 0px 5px;
}
#StatisticItem .general_label_column:nth-child(1) {
  width: 400px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                       BUTTON ELEMENT STYLES                                        */

/*----------------------------------------------------------------------------------------------------*/

.disabledButton {
  background-color: lightgrey !important;
  cursor: not-allowed !important;
}
.disabledButton:hover {
  -webkit-box-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 0px black;
  cursor: not-allowed !important;
}
.disabledButton:active {
  -webkit-box-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 0px black;
  cursor: not-allowed !important;
}
.dialogButtonsContainer {
  text-align: left;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.licenses_map_div {
  position: relative;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}
.licenselist_span {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.licenselist_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}
.licenselist_row {
  color: white;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.licenselist_row_highlighted {
  color: white;
  background-color: #c1c1c1;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.licenselist_header_span {
  color: #304742;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.licenselist_header_cell {
  color: #110d0d;
  background-color: #efeff0;
  line-height: 24px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}
.licenselist_header_scrollbar_cell {
  color: #ececec;
  background-color: #efeff0;
  line-height: 24px;
  padding-left: 0;
  margin: 0;
}
.licenselist_header_row {
  color: #ececec;
  background-color: #efeff0;
  border: 0;
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.licenseslist_no_data {
  color: #304742;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
  padding-left: 10px;
  margin: 0;
}
.license_list_table_div {
  overflow: auto;
  width: 100%;
}
.licenselist_search_panel {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 48%;
  height: 20px;
}
.licenselist_search_panel_buttons {
  display: inline-block;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  width: 20%;
}
input[type=submit].licenselist_search_button {
  margin: 2px;
  width: 65px;
  min-width: 65px;
  padding-left: 12px;
}
.licenselist_search_label {
  display: inline-block;
  width: 40%;
  font-size: smaller;
}
.licenselist_search_input,
.licenselist_search_input_date {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 20px;
}
.licenselist_search_input {
  width: 50%;
}
.licenselist_search_input_date {
  width: 24%;
}
.small_link {
  cursor: pointer;
  text-decoration: underline;
  color: #3f48cc;
  font-size: smaller;
}
.licenselist_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.license_map_div {
  border: 1px solid #eeeeee;
  width: 350px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}
.license_left_panel_cell {
  width: 350px;
  vertical-align: top;
}
.license_left_panel_row {
  height: 24px;
}
.application_page_left_column {
  width: 165px;
}
.application_page_row {
  line-height: 23px;
}
.ModalDialogHost .panel-header,
.ui-dialog .ui-widget-header {
  background-color: #f3f3f3 !important;
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding: 0 10px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.ModalDialogHost .panel-header span,
.ui-dialog .ui-widget-header .ui-dialog-title {
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: black !important;
  text-align: left;
}
.ModalDialogHost {
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  min-width: 300px;
  overflow: hidden;
  position: absolute;
}
.ModalDialogHost .panel-content div[role=radiogroup] {
  max-height: 400px;
  overflow-y: auto;
}
.DialogMapContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.commodities_selected {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #304742;
}
.commodities_column {
  vertical-align: top;
  width: 155px;
}
.commodities_cell {
  line-height: 14px;
}
.commodities_checkbox {
  white-space: nowrap;
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.commodities_container_div {
  overflow-x: visible;
  overflow-y: auto;
}
.map_busy_loading {
  position: absolute;
  top: 0px;
  left: 1px;
  background-color: #fafafa;
  border: none;
}
.map_busy_loading_text {
  position: absolute;
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.map_no_coordinates_text {
  position: relative;
  top: 170px;
  left: 100px;
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.license_details_link_span {
  color: #3f48cc;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.license_details_payment_cell {
  color: white;
  line-height: 18px;
  padding: 0px 10px 0px 0px;
  margin: 0;
}
.license_details_payment_row {
  color: white;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.coordinate_editor_coordiate_system {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #304742;
}
.coordinate_editor_main_panel {
  padding: 20px 55px;
}
.map-square {
  position: relative;
  border: 1px solid #eeeeee;
  width: 350px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}
.map-rect {
  position: relative;
  border: 1px solid #eeeeee;
  width: 600px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}
.coordinate_editor_map_div {
  border: 1px solid #aaaaaa;
  width: 480px;
  height: 340px;
  margin: 0px;
  padding: 0px;
}
.coordinate_editor_list_div {
  margin-top: 10px;
  border: 0;
  width: 480px;
  margin: 0px;
  padding: 0px;
}
.coordinate_editor_add_part_radio_button_span {
  position: relative;
  top: 3px;
  left: 3px;
}
.coordinate_editor_list_parts_container {
  border: 1px solid #e0e0e0 !important;
  margin: 10px 0 0 0;
  padding: 0px;
}
.coordinate_editor_list_parts {
  max-height: 130px;
}
.coordinate_editor_list_parts_heading {
  line-height: 24px;
  padding-left: 5px;
  background-color: #efeff0 !important;
}
.coordinate_editor_list_add_part {
  float: right;
  background-image: url("images/add-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
}
.coordinate_editor_list_remove_part {
  float: right;
  background-image: url("images/minus-small.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 3px;
  cursor: pointer;
}
.coordinate_editor_list_part_name_textbox {
  color: black;
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
  border: 0px solid;
  width: 90%;
}
.coordinate_editor_list_part_name_textbox:focus {
  outline: none;
}
.coordinate_editor_list_parts_entry_div {
  line-height: 24px;
  padding-left: 10px;
  margin: 2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.coordinate_editor_list_parts_interior_entry_div {
  padding-left: 20px !important;
}
.coordinate_editor_list_parts_entry_div:hover {
  background-color: #e2e2e4;
}
.coordinate_editor_list_parts_entry_div_disabled .coordinate_editor_list_parts_entry_div:hover {
  background-color: transparent;
}
.coordinate_editor_list_parts_entry_div_selected,
.coordinate_editor_list_parts_entry_div_disabled .coordinate_editor_list_parts_entry_div_selected:hover {
  background-color: #e2e2e4;
  border: 1px solid #d5d5d7;
}
.coordinates_map {
  width: 600px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}
.coordinates_map_container {
  position: relative;
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 600px;
  height: 350px;
  margin: 0px 30px 0px 0px;
  padding: 0px;
}
.coordinate_list_spans {
  color: black;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 3px 5px;
}
.coordinate_list_header_spans {
  color: black;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.coordinate_list_cells {
  vertical-align: top;
}
.coordinate_list_view_all_span {
  color: black;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 3px 5px;
  white-space: nowrap;
}
.coordinate_list_view_all_link {
  color: midnightblue;
  background-color: transparent;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.coordinate_list_button_cell {
  line-height: 43px;
  height: 43px;
  border-top: 1px solid #e0e0e0;
}
.coordinate_list_outer_table {
  width: 270px;
}
.coordinate_list_table_width_spacer {
  width: 195px;
  height: 0px;
  color: White;
}
.coordinate_list_table {
  overflow: visible;
}
.invalid_coordinates__button_cell {
  line-height: 63px;
  height: 63px;
}
.file_uploader_div {
  position: relative;
  overflow: hidden;
}
.file_uploader_fakefile {
  z-index: 1;
  margin: 0 0 0 1px;
  padding: 0;
  cursor: pointer;
}
.file_uploader_input {
  position: absolute;
  cursor: pointer;
  height: 25px;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.file_uploader_input:focus + .file_uploader_fakefile span {
  outline: 1px dotted #3f48cc;
}
.progress-container {
  width: 65px;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
}
.progress-fill-container {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
}
.progress-fill {
  height: 20px;
  width: 65px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.progress-fill span {
  font-size: 12px;
  color: White;
  text-decoration: none;
  line-height: 20px;
}
.progress-back {
  width: 65px;
  height: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.progress-back span {
  font-size: 12px;
  color: darkgreen;
  line-height: 20px;
}
.progress-scanning {
  background-color: orange;
}
.progress-scan-failure {
  background-color: #ee0000;
}
.progress-ok {
  background-color: #008a00;
}
.payment_loading_text {
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.area_item_normal {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border: 1px solid #bbbbbb;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
}
.area_item_normal::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  content: '\f0d7';
  margin-left: 5px;
  font-size: 12px;
}
.area_item_normal:hover {
  background-color: #f8f8f8;
}
.area_item_normal > span,
.row .area_item_normal > span {
  padding-top: 0;
  margin-bottom: 0;
  width: unset;
}
.area_item_hover {
  background-color: #f8f8f8;
}
.area_item_normal .AreaPopupDiv {
  position: absolute;
  top: 23px;
  left: -6px;
  border-radius: 0;
  background-color: #f4f4f4;
  /*@AreaDropDownBackgroundColor*/
  border: 1px solid #bbbbbb;
  /*@AreaDropDownBorderColor*/
  cursor: pointer;
  overflow: hidden;
  width: max-content;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}
.area_item_normal .AreaPopupDiv > table tbody tr td {
  line-height: 20px;
  padding-left: 5px;
  white-space: nowrap;
}
.area_item_normal .AreaPopupDiv > table span.fas {
  width: 20px;
  padding-left: 5px;
  margin-right: 0px;
}
.area_item_normal .AreaPopupDiv > table span {
  width: unset;
  margin-right: 10px;
}
.AreaPopupText {
  white-space: nowrap;
}
.AreaPopupRowHighlight {
  background-color: #ececec;
}
.license_application_location {
  color: midnightblue;
  background-color: transparent;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0px 1px;
}
.saved_at {
  color: #8c8c8c;
  background-color: transparent;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.draft_link {
  color: #3f48cc;
  background-color: transparent;
  font-family: Nunito, Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.interactive_selection_map_div {
  border: 1px solid #aaaaaa;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.Interactive_Selection_DrawingArea {
  position: absolute;
  border: 0;
  background-color: transparent;
  pointer-events: none;
}
svg {
  shape-rendering: crispEdges;
}
.interactive_selection_instructions_description {
  color: black;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_tool {
  color: blue;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_tool_instructions {
  color: black;
  font-size: 9px;
  line-height: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_ul {
  margin: 0;
  padding: 0 0 0 1px;
}
.interactive_selection_tools_dialog_div {
  position: absolute;
  top: 130px;
  left: 120px;
  border-radius: 5px;
}
.interactive_selection_tools_dialog_header_div {
  cursor: move;
}
.interactive_selection_tools_dialog_footer_div {
  border: none;
  border-top: 1px solid #304742;
  height: 36px;
  padding-top: 7px;
}
.interactive_selection_point_message_span {
  margin-right: 10px;
  color: #304742;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}
.interactive_selection_point_message_div {
  padding-top: 5px 15px 10px;
}
.interactive_selection_add_remove_mode_div {
  background-color: White;
}
.interactive_selection_add_remove_mode_span,
.interactive_selection_tool_span {
  margin-right: 10px;
  color: #304742;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.interactive_selection_add_mode_div,
.interactive_selection_remove_mode_div {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-top: 2px 10px 2px 3px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ececec;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}
.interactive_selection_add_mode_div:hover,
.interactive_selection_remove_mode_div:hover {
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
  cursor: pointer;
}
.interactive_selection_add_mode_div_selected,
.interactive_selection_remove_mode_div_selected {
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
}
.interactive_selection_add_mode_img,
.interactive_selection_remove_mode_img {
  position: relative;
  top: 4px;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  border: 0px;
}
.interactive_selection_add_mode_img {
  background-image: url("images/plus.png");
}
.interactive_selection_remove_mode_img {
  background-image: url("images/minus.png");
}
.interactive_selection_add_mode_span,
.interactive_selection_remove_mode_span {
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.interactive_selection_add_mode_span {
  top: -3px;
}
.interactive_selection_remove_mode_span {
  top: -4px;
}
.interactive_selection_tool_div {
  background-color: White;
}
.interactive_selection_table {
  padding: 10px;
}
.interactive_selection_tool_item_div {
  white-space: nowrap;
  background-color: #ececec;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
  width: 172px;
}
.interactive_selection_tool_item_div_dropped_down {
  width: 190px;
}
.interactive_selection_tool_item_container_div {
  display: inline-block;
  white-space: nowrap;
}
.interactive_selection_tool_item_and_arrow_container_div {
  background-color: #ececec;
  margin-left: auto;
  margin-right: 0px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.interactive_selection_tool_drop_down_arrow {
  background-image: url("images/drop down.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 24px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.interactive_selection_tool_block_img,
.interactive_selection_tool_polygon_img,
.interactive_selection_tool_edit_polygon_img {
  position: relative;
  top: 5px;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  border: 0px;
}
.interactive_selection_tool_block_img {
  background-image: url("images/Block.png");
}
.interactive_selection_tool_polygon_img {
  background-image: url("images/Polygon.png");
  top: 3px !important;
}
.interactive_selection_tool_edit_polygon_img {
  background-image: url("images/EditPolygon.png");
  top: 3px !important;
}
.interactive_selection_tool_item_span {
  position: relative;
  top: -4px;
  margin-left: 5px;
  white-space: nowrap;
}
.interactive_selection_tool_drop_down_container_div {
  background-color: #ececec;
  position: absolute;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.interactive_selection_tool_item_div_selectable:hover {
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
}
.map_portal_div {
  padding: 5px;
  overflow: hidden;
}
.map_portal_iframe {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* ---------------------------------------------------------
    PersonDetails
    CompanyGeneralDetails
    ContactDetails
    AddressDetails
----------------------------------------------------------*/

.general_textbox {
  width: 300px;
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  height: 18px;
  box-sizing: border-box;
  text-indent: 4px;
}
.general_dropdown {
  width: 300px;
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  height: 18px;
  box-sizing: border-box;
  text-indent: 4px;
}
.person_details_table,
.company_general_details_table,
.contact_details_table,
.address_details_table {
  width: 100%;
}
.person_details_input,
.person_details_comment,
.person_details_drop_down,
.person_details_email,
.company_details_input,
.company_details_drop_down,
.company_details_list_box,
.contact_details_input,
.address_details_input,
.address_details_drop_down {
  width: 400px;
  height: 18px;
  font-family: Nunito, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  box-sizing: border-box;
  text-indent: 4px;
  padding: 0;
  margin: 0;
}
.person_details_comment {
  width: 610px;
  height: 54px;
}
.submission_comment {
  height: 54px;
}
.person_details_comment[readonly="readonly"] {
  border: 1px solid #464646;
}
.user_profile_list_table_div {
  overflow: scroll;
  width: 100%;
}
.user_profile_check_outer {
  width: 100%;
}
.user_profile_check {
  width: 9px;
  height: 9px;
  background-image: url(Images/success.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  margin-left: auto;
  margin-right: auto;
}
.user_profile_cross {
  width: 9px;
  height: 9px;
  background-image: url(Images/failure.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  margin-left: auto;
  margin-right: auto;
}
.user_details_inner_panel {
  margin: 10px;
}
label,
input[type="radio"] {
  vertical-align: middle;
}
label,
input[type="checkbox"] {
  vertical-align: middle;
}
.panel_header_icon {
  padding: 2px;
  margin: 2px;
  cursor: pointer;
  border: 0px;
  border-radius: 2px;
}
.panel_header_icon:hover {
  border: 1px solid #1a4d19;
  margin: 1px !important;
}
.user_profiles_search_in_flexi_cadastre {
  border-radius: 2px;
  margin-top: 1px;
  margin-right: 1px;
  padding: 3px;
}
.user_profiles_search_image_hoverable:hover {
  border: 1px solid black;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.user_profiles_search_image {
  position: relative;
  top: 3px;
}
.person_search_icon {
  padding: 2px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.person_search_span {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: white;
  padding: 2px;
  cursor: pointer;
}
.person_search_span:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid Gray;
}
.legalentity_list_span {
  color: #304742;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.legalentity_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}
.legalentity_row {
  color: white;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.legalentity_row :hover {
  background-color: #cacaca !important;
}
.legalentity_row_highlighted {
  color: white;
  background-color: #c1c1c1;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.legalentity_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.legalentity_search_input_div {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #efefef;
  margin-left: 5px;
  margin-right: 5px;
}
.legalentity_row_disabled {
  color: black;
  background-color: #f3f3f3;
  font-style: italic;
}
.CustomHtmlEditor {
  width: calc(1080px);
  height: 500px;
}
.InvalidInput {
  border: 1px solid #ee0000;
  background: #ffe5e5;
}
.invalid_message_icon {
  position: absolute;
  cursor: pointer;
}
.invalid-icon {
  display: inline-block;
  margin-left: 5px;
  color: #ee0000;
}
.invalid-icon span {
  width: unset;
  padding-top: unset;
  font-size: 16px;
  vertical-align: middle;
}
.passwordStrengthSuggestionDiv {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.passwordStrengthSuggestionDiv span {
  width: unset;
}
.DocumentTabsBorder {
  border: none;
}
.deactivatedLegalentity_cell {
  color: lightgrey;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}
.coorinate_display_box {
  position: absolute;
  width: 220px;
  height: 20px;
  background-color: white;
  border: 2px solid #304742;
  border-radius: 5px;
}
.coorinate_display_text {
  margin-left: 5px;
}
.required_field_label_visible,
.required_field_label_invisible {
  color: red;
  padding-left: 3px;
  margin-right: 4px;
  font-size: 12px;
}
.required_field_label_visible {
  visibility: visible;
}
.required_field_label_invisible {
  visibility: hidden;
}
.document_upoader_main_table.ui-tabs-panel {
  padding: 0px !important;
  border-radius: 0px !important;
}
.document_upoader_existing_documents {
  width: 730px;
}
.document_upoader_existing_documents.ui-tabs-panel {
  padding: 0px !important;
}
.listmanager_table_div {
  overflow: auto;
}
.listmanager_table {
  padding: 0px;
  border-spacing: 0px;
  border-collapse: separate;
  border-width: 0px;
  width: 100%;
}
.listmanager_header_cell {
  background-color: #efeff0;
  line-height: 24px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}
.listmanager_header_span {
  color: #110d0d;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.listmanager_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
  max-width: 200px;
}
.listmanager_span {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: default;
  overflow-wrap: break-word;
}
.listmanager_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}
.listmanager_dialog {
  width: 647px;
}
.document_description_textbox {
  width: 310px;
  border: 1px solid #f3f3f3;
}
.add-document {
  margin-top: 10px;
}
.DocumentTabs {
  overflow-x: hidden;
  overflow-y: hidden;
}
.list_feedback_icon {
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: -3px;
  margin-left: 3px;
}
.full_width {
  width: 100%;
}
.height-auto {
  height: auto !important;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeft10 {
  margin-left: 10px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.paddingTop5 {
  padding-top: 5px;
}
.div_spacer {
  padding: 5px;
}
.table_row_spacer {
  height: 4px;
}
.right_aligned_buttons_container {
  text-align: right;
  padding: 10px 30px 30px 0;
}
.validation_spinner_div {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 7px;
}
.application.validation_spinner_div:empty {
  height: 0px;
  width: 0px;
}
.application.validation_spinner_div {
  padding-left: 160px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: unset;
  left: unset;
}
.section_panel {
  border: 1px solid #e0e0e0;
  background-color: White;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
.section_panel.no_border {
  border: none;
}
.row .catalogue {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px;
  grid-template-columns: 1fr 200px;
  border-bottom: 1px solid #dddddd;
}
.row .catalogue .item-description {
  -ms-grid-column: 1;
  grid-column: 1;
}
.row .catalogue .item-actions {
  -ms-grid-column: 2;
  grid-column: 2;
}
.row .catalogue:first-child .title {
  padding-top: 0px;
}
.row .catalogue:last-child {
  border-bottom: none;
}
.row .catalogue span {
  padding-top: 0px;
  width: unset;
}
.row.catalogue span + span {
  margin-bottom: unset;
}
.row .catalogue .title {
  display: inline-block;
  padding-top: 10px;
  font-size: 1.125rem;
}
.row .catalogue a {
  margin-bottom: 5px;
}
.row .catalogue input[type=submit] {
  line-height: 20px;
  margin-right: 0px;
  background: white;
  padding: 0px 10px;
}
.row .catalogue input[type=submit].btn-add {
  background-color: white;
  border: 1px solid #008a00;
  color: #008a00;
}
.row .catalogue input[type=submit].btn-add:hover {
  background: #008a00;
  color: white;
}
.row .catalogue input[type=submit].btn-remove {
  background-color: white;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.row .catalogue input[type=submit].btn-remove:hover {
  background: #ee0000;
  color: white;
}
.catalogue_search_textbox {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 11px;
  width: 734px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  box-sizing: border-box;
}
.catalogue_details_div {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 11px;
  width: 500px;
  padding: 10px;
}
.wordwrap {
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE */

}
.hide_scrollbars {
  overflow-x: hidden;
  overflow-y: hidden;
}
.list_manager_busy_indicator {
  position: relative;
  margin-left: 30%;
  margin-top: -35px;
  padding: 5px;
  display: none;
  width: 350px;
  background-color: #339933;
  color: white;
}
.testing_map_service_div {
  display: inline-block;
  position: relative;
  right: 0px;
}
.testing_map_service_span {
  font-weight: bold;
  color: #ee0000;
}
.testing_map_service_img {
  position: relative;
  top: 4px;
  left: 0px;
}
.testing_map_service_spinner_div {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 7px;
}
.map_service_found_span {
  color: #429f49;
}
.map_service_not_found_span {
  font-weight: normal;
  color: red;
}
.validation-table {
  width: calc(100% - 160px);
  display: inline-block;
}
.shape_validation_restriction_icon {
  width: 16px;
  height: 16px;
  background-image: url(Images/failure.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_warning_icon {
  width: 16px;
  height: 16px;
  background-image: url(Images/warning.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_success_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(Images/success.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_results_div {
  border: 1px solid #e0e0e0;
  padding: 0px 5px;
}
.shape_validation_result_row_selected {
  background-color: rgba(255, 0, 0, 0.2);
}
.shape_validation_result_row_hovered {
  background-color: rgba(255, 0, 0, 0.1);
}
.shape_validation_right_cell {
  padding-right: 5px;
}
.HiddenControl {
  display: none;
}
.hidden-header {
  display: table-column;
  font-size: 0px;
  margin-top: -20px;
}
.shape_coordinate_list_container {
  max-height: 200px;
  margin-top: 10px;
}
.coordinates_list_control_container {
  width: 250px;
}
.rotated {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */

}
table.datalist.grouplist {
  position: relative;
}
table.datalist.grouplist tr td {
  position: relative;
}
table.datalist.grouplist tr.row-expand {
  cursor: pointer;
}
table.datalist.grouplist tr.row-expand td:nth-child(2)::after {
  position: absolute;
  display: inline;
  left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #333333;
  content: '\f0da';
  padding-top: 3px;
  transition-duration: 0.5s;
  top: 2px;
}
table.datalist.grouplist tr.row-expand.expanded td:nth-child(2)::after {
  left: 7px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  top: 3px;
}
table.datalist.grouplist tr.row-expand td:nth-child(2) {
  font-weight: bold;
  padding-left: 25px;
}
table.datalist.grouplist tr td:nth-child(2) {
  padding-left: 35px;
}
table.datalist.grouplist tr.row-expand td:last-child {
  font-weight: bold;
}
table.datalist.grouplist tr.row-expand:last-child td:nth-child(2)::after {
  display: none;
}
table.datalist.grouplist tr:last-child td:nth-child(2) {
  font-weight: bold;
}
/*Catalogue Page*/

.catalogue-panel {
  display: -ms-grid;
  display: grid;
  /*IE and edge don't accept the grid-column-gap property, hence we create a new "column" to mimic the gap for them*/
  -ms-grid-columns: 200px 10px 1fr;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 10px;
}
.catalogue-panel .catalogue-search {
  -ms-grid-column: 1;
  grid-column: 1;
  border-right: 1px solid #e0e0e0;
}
.catalogue-panel .catalogue-search input[type=text] {
  width: 190px;
}
.catalogue-panel .catalogue-list {
  -ms-grid-column: 3;
  grid-column: 2;
}
a.row_disabled {
  cursor: not-allowed;
  text-decoration: none;
  opacity: .4;
}
ul.filter-list {
  padding: 0px;
  list-style: none;
}
ul.filter-list li {
  padding: 0px;
  font-weight: 600;
  position: relative;
}
ul.filter-list ul.child-filters {
  padding: 0px;
  margin-bottom: 5px;
  list-style: none;
}
ul.filter-list ul.child-filters li {
  padding: 0px;
  font-weight: normal;
}
.row ul.filter-list {
  display: inline-block;
  width: calc(100% - 155px);
  margin-top: 3px;
}
ul.child-filters:empty {
  display: none;
}
ul.child-filters ul.child-filters {
  padding-left: 15px;
}
ul.filter-list input[type=checkbox] {
  position: absolute;
  margin-left: 0px;
  height: 15px;
  width: unset;
  left: 0;
  top: 0;
}
ul.filter-list span {
  padding-top: 2px;
  display: inline-block;
  padding-left: 18px;
  width: unset;
}
.paging {
  font-weight: 600;
}
.paging label {
  font-weight: 600;
  margin-right: 5px;
}
/*Accessibility fixes*/

#stcpDiv,
#st_gdpr_iframe {
  display: none;
  font-weight: 400;
}
.paging a[selected] {
  text-decoration: none;
  color: #222222;
  pointer-events: none;
  font-weight: 600;
}
.split-grid {
  -ms-display: grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 15px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.split-grid .selection-panel {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.split-grid .selection-panel + .selection-panel {
  grid-column: 3;
  -ms-grid-column: 3;
}
.split-grid .search-fields {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.split-grid .access-heading {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  padding-top: 14px;
  font-weight: bold;
}
.split-grid .selection-panel {
  vertical-align: top;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
}
/*MAP*/

body.full-map {
  overflow-y: hidden !important;
}
body.full-map .wrapper {
  width: 100%;
  overflow-y: hidden;
}
body.full-map .banner {
  height: 60px !important;
  background: #eeeeee;
  width: 100%;
}
body.full-map .banner .logo {
  height: 60px;
  margin-left: 10px;
}
body.full-map .banner .portal-name {
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: #002d5b;
}
body.full-map #menu_toggle {
  background: #eeeeee;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  vertical-align: top;
  color: #002d5b;
  outline: none;
  border: none;
  margin-left: -15px;
  padding: 0px 20px;
  cursor: pointer;
}
body.full-map #menu_toggle:hover {
  background: #dddddd;
}
body.full-map #menu_toggle::before {
  display: inline-block;
  content: '\f0c9';
}
body.full-map .left_column {
  position: absolute;
  display: none;
  background: #eeeeee;
  top: 60px;
  left: 0px;
  z-index: 50;
  -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
body.full-map .left_column .header {
  background: #eeeeee;
}
/*FULL PAGE RIGHT COLUMN*/

body.full-map .right_column {
  width: 100%;
  padding: 0px;
}
body.full-map .right_column .page-nav {
  position: absolute;
  top: 15px;
  right: 15px;
}
body.full-map .right_column .lf-watermark {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  vertical-align: text-bottom;
  color: #0d6aa8;
  font-size: 12px;
  font-weight: bold;
}
body.full-map .right_column .lf-watermark img {
  display: inline-block;
  height: auto;
  width: 120px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
body.full-map .right_column .lf-watermark .lf-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
}
body.full-map .fullscreen {
  top: 60px;
}
body.full-map .trimble-map,
body.full-map .trimble-map .map_container,
body.full-map .trimble-map .map_div.map,
body.full-map .trimble-map .map_busy_loading {
  height: calc(100vh - 60px) !important;
  width: 100vw !important;
}
body.full-map .trimble-map .sidebar_div {
  height: calc(100vh - 60px) !important;
}
body.full-map .trimble-map .title_box_shadow_top,
body.full-map .trimble-map .title_box_shadow_left,
body.full-map .trimble-map .menu_icon,
body.full-map .trimble-map .maximize_minimize_icon {
  z-index: 10 !important;
}
body.full-map .trimble-map {
  border: none;
}
.panel.trimble-map {
  position: relative;
}
.DialogMapContainer.trimble-map {
  position: fixed !important;
}
.default_modal_dialog_handler_dialog_div {
  position: fixed;
  inset-block-start: 50% !important;
  inset-inline-start: 50% !important;
  transform: translate(-50%, -50%);
}
.default_modal_dialog_handler_dialog_div .trimble-map {
  position: relative;
  inset-block-start: unset;
  inset-inline-start: unset;
}
#menu_toggle {
  display: none;
}
.splash {
  max-width: 700px;
  width: 700px;
  padding: 30px;
}
.splash .banner-image {
  height: 100px;
  margin: -30px -30px 20px;
  background: url('images/custom/ZambiaBanner.png');
  background-size: cover;
}
.splash .content {
  font-size: 14px;
}
.splash .footer {
  margin-top: 30px;
  text-align: right;
}
.nicescroll-rails {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  height: unset !important;
}
