@charset "UTF-8";
/* Load fonts */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #274449;
  --second-color: #3d6e80;
  --navbar-color: #274449;
  --text-color: #484848;
  --header-text-color: #c0c0c0;
  --menu-text-color: #484848;
}

* {
  box-sizing: border-box;
}

.s24 {
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.s32 {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.row {
  flex-direction: row;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex.column {
  flex-direction: column;
}
.flex.column-reverse {
  flex-direction: column-reverse;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.align-center {
  align-items: center;
}
.flex.align-stretch {
  align-items: stretch;
}
.flex.align-baseline {
  align-items: baseline;
}
.flex.align-content-start {
  align-content: flex-start;
}
.flex.align-content-end {
  align-content: flex-end;
}
.flex.align-content-center {
  align-content: center;
}
.flex.align-content-stretch {
  align-content: stretch;
}
.flex.align-content-space-between {
  align-content: space-between;
}
.flex.align-content-space-around {
  align-content: space-around;
}
.flex > .left {
  align-self: flex-start;
}
.flex > .right {
  margin-left: auto;
}
.flex > .center {
  margin: 0 auto;
}

.group > *:not(:last-child) {
  margin-right: 1em;
}

.flex-item-1 {
  flex: 1;
}

.flex-item-2 {
  flex: 2;
}

.flex-item-3 {
  flex: 3;
}

.p-btn {
  padding: 0.375rem 0.75rem;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.button {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.1s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: rgb(89.4126984127, 152.8015873016, 176.0873015873);
  border: 1px solid rgb(106.6825396825, 163.4603174603, 184.3174603175);
  color: #484848;
}
.button .icon {
  margin-right: 5px;
}
.button:not([disabled]):hover {
  background: rgb(106.6825396825, 163.4603174603, 184.3174603175);
}
.button:active {
  background: rgb(77.4603174603, 139.6825396825, 162.5396825397);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button .icon {
  margin-right: 5px;
}
.button.primary {
  background: #3d6e80;
  border: 1px solid rgb(69.2301587302, 124.8412698413, 145.2698412698);
  color: #484848;
}
.button.primary .icon {
  margin-right: 5px;
}
.button.primary:not([disabled]):hover {
  background: rgb(69.2301587302, 124.8412698413, 145.2698412698);
}
.button.primary:active {
  background: rgb(52.7698412698, 95.1587301587, 110.7301587302);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.outline {
  border: 1px solid rgb(83.3973214286, 145.4107142857, 156.1026785714);
  background: transparent;
  border: 1px solid rgba(12.75, 12.75, 12.75, 0);
  color: #484848;
}
.button.outline .icon {
  margin-right: 5px;
}
.button.outline:not([disabled]):hover {
  background: rgba(12.75, 12.75, 12.75, 0);
}
.button.outline:active {
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.success {
  background: #20983b;
  border: 1px solid rgb(36.4347826087, 173.0652173913, 67.1766304348);
  color: #484848;
}
.button.success .icon {
  margin-right: 5px;
}
.button.success:not([disabled]):hover {
  background: rgb(36.4347826087, 173.0652173913, 67.1766304348);
}
.button.success:active {
  background: rgb(27.5652173913, 130.9347826087, 50.8233695652);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.warning {
  background: #b38118;
  border: 1px solid rgb(201.4852216749, 145.2044334975, 27.0147783251);
  color: #484848;
}
.button.warning .icon {
  margin-right: 5px;
}
.button.warning:not([disabled]):hover {
  background: rgb(201.4852216749, 145.2044334975, 27.0147783251);
}
.button.warning:active {
  background: rgb(156.5147783251, 112.7955665025, 20.9852216749);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.danger {
  background: #ab1b1b;
  border: 1px solid rgb(193.0227272727, 30.4772727273, 30.4772727273);
  color: #484848;
}
.button.danger .icon {
  margin-right: 5px;
}
.button.danger:not([disabled]):hover {
  background: rgb(193.0227272727, 30.4772727273, 30.4772727273);
}
.button.danger:active {
  background: rgb(148.9772727273, 23.5227272727, 23.5227272727);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}
.button.loading {
  color: transparent !important;
  text-shadow: none;
  pointer-events: none;
  position: relative;
}
.button.loading:after {
  position: absolute;
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.button.large {
  font-size: 1.25em;
  line-height: 2em;
  padding: 2px 1.8em;
}
.button.large.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.button.small {
  font-size: 0.9em;
  padding: 2px 1em;
}
.button.small.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.button:focus {
  box-shadow: 0 0 8px rgba(61, 110, 128, 0.6);
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group .button:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.button-group .button:last-child:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.button-group .button:not(:first-child):not(:last-child) {
  border-radius: 0px;
}

.button.fab {
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  white-space: initial;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  touch-action: manipulation;
  user-select: none;
}
.button.fab .icon {
  margin-right: 0;
}
.button.fab:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button.fab.large {
  font-size: 1.5em;
}

.inline-dl dt,
.inline-dl dd {
  display: inline;
}
.inline-dl dt::before {
  content: "";
  display: block;
}
.inline-dl dt::after {
  content: ": ";
}

.inline-form {
  display: unset;
  width: unset;
}

.input-group label {
  display: inline-flex;
  align-items: center;
}

.form-floating-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.joined-floating-forms > *:first-of-type input,
.joined-floating-forms > *:first-of-type button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -1px;
}
.joined-floating-forms > *:not(:first-of-type):not(:last-of-type) input,
.joined-floating-forms > *:not(:first-of-type):not(:last-of-type) button {
  border-radius: 0;
  margin-bottom: -1px;
}
.joined-floating-forms > *:last-of-type input,
.joined-floating-forms > *:last-of-type button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.joined-floating-forms .invalid-feedback {
  background-color: white;
  border: 1px solid #ced4da;
  margin-top: 0;
  margin-bottom: -1px;
}
.joined-floating-forms .invalid-feedback ul {
  margin-bottom: 0;
}

.legend {
  float: unset;
  font-size: unset;
  font-weight: bold;
  margin-bottom: unset;
  width: unset;
}

.form-group {
  position: relative;
  margin-bottom: 1em;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #484848;
  font-weight: 400;
}
.form-group .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #484848;
  border: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  border-radius: 5px;
  outline: 0;
  background-color: rgb(89.4126984127, 152.8015873016, 176.0873015873);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}
.form-group .form-control::-moz-placeholder {
  color: #484848;
  font-family: "Roboto", sans-serif;
  opacity: 0.4;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #484848;
  font-family: "Roboto", sans-serif;
  opacity: 0.4;
}
.form-group .form-control:-moz-placeholder {
  color: #484848;
  font-family: "Roboto", sans-serif;
  opacity: 0.4;
}
.form-group .form-control:-ms-input-placeholder {
  color: #484848;
  font-family: "Roboto", sans-serif;
  opacity: 0.4;
}
.form-group .form-control[disabled] {
  cursor: not-allowed;
}
.form-group .form-control:focus {
  box-shadow: 0 0 8px rgba(61, 110, 128, 0.6);
}
.form-group select option {
  background: #ffffff;
}
.form-group.has-icon .form-control {
  padding-right: 2em;
}
.form-group.has-icon .icon {
  position: absolute;
  right: 0.4em;
  top: 1.6em;
  display: block;
  font-size: 1.2em;
}
.form-group .hint {
  font-style: italic;
  font-size: 0.8em;
  color: rgba(72, 72, 72, 0.8);
}
.form-group .errors {
  color: rgb(236.7954545455, 139.7045454545, 139.7045454545);
  font-size: 0.8em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.form-group .errors span {
  display: block;
  background-image: !important;
  margin-top: 0.2em;
  margin-left: 0.3em;
  font-weight: 600;
}
.form-group .errors span:before {
  content: "\f071";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
.form-group.valid label {
  color: rgb(48.8913043478, 211.6086956522, 85.5027173913);
}
.form-group.valid .form-control {
  border: 1px solid rgb(48.8913043478, 211.6086956522, 85.5027173913);
  background-color: rgba(32, 152, 59, 0.1);
}
.form-group.error label {
  color: rgb(236.7954545455, 139.7045454545, 139.7045454545);
}
.form-group.error .form-control {
  border: 1px solid rgb(236.7954545455, 139.7045454545, 139.7045454545);
  background-color: rgba(255, 0, 0, 0.15);
}

.form-option {
  position: relative;
  width: 100%;
}
.form-option input {
  display: none;
}
.form-option label {
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.4rem;
  user-select: none;
  cursor: pointer;
}
.form-option label:before {
  background-color: #eeeeee;
  border: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  box-shadow: 0 0 1px #eeeeee, 0 0 1px #eeeeee inset;
  content: "";
  display: block;
  position: absolute;
  top: 0.98em;
  left: 0.75em;
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.form-option input:checked + label:after {
  background-color: #3d6e80;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1.25em;
  left: 1em;
  border-radius: 1px;
}
.form-option input[type=radio] + label:before {
  border-radius: 9px;
}
.form-option input[type=radio]:checked + label:after {
  border-radius: 6px;
}

.dropdown-menu-nobootstrap {
  visibility: visible;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  padding-left: 2%;
  padding-right: 2%;
  background-color: rgba(89.4126984127, 152.8015873016, 176.0873015873, 0.7);
  color: #484848;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu-nobootstrap li {
  border-left: 2px solid transparent;
  transition: border-left 0.2s ease, background-color 0.2s ease;
}
.dropdown-menu-nobootstrap li a {
  display: block;
  color: #484848;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.6em;
  transition: color 0.2s ease;
}
.dropdown-menu-nobootstrap li a .icon {
  display: inline-block;
  width: 1.8em;
  font-size: 1.2em;
  text-align: center;
}
.dropdown-menu-nobootstrap li:hover {
  border-left: 2px solid #3d6e80;
}
.dropdown-menu-nobootstrap li:hover a {
  color: #3d6e80;
}
.dropdown-menu-nobootstrap li.separator {
  border-bottom: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  margin: 0.1em 0;
}
.dropdown-menu-nobootstrap.visible {
  visibility: visible;
  opacity: 1;
}

.alert.alert-error {
  background-color: #ab1b1b;
}
.alert .icon {
  margin-right: 0.8em;
}
.alert strong {
  margin-right: 0.4em;
  font-weight: 700;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin: 0.4em 0;
}
.alert .alert-close {
  border: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  color: #484848;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 800;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0 0.625em;
  line-height: 1em;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.alert .alert-close:hover {
  color: #484848;
  opacity: 1;
  text-decoration: none;
  border-bottom: 0;
}

.tag {
  margin: 0.3em;
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  background-color: rgb(89.4126984127, 152.8015873016, 176.0873015873);
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.tag.primary {
  background: #0d6efd;
  color: #ffffff;
}
.tag.info {
  background: #0dcaf0;
  color: #212529;
}
.tag.success {
  background: #198754;
  color: #ffffff;
}
.tag.warning {
  background: #ffc107;
  color: #212529;
}
.tag.danger {
  background: #ab1b1b;
  color: #ffffff;
}
.tag.pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.progressbar {
  position: relative;
  border: none;
  border-radius: 1em;
  display: block;
  height: 1em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}
.progressbar .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #3d6e80;
  border-radius: 1em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}
.progressbar.success .progress {
  background: #20983b;
}
.progressbar.warning .progress {
  background: #b38118;
}
.progressbar.danger .progress {
  background: #ab1b1b;
}
.progressbar.stripped .progress {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progressbar.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}
.progressbar.small {
  position: relative;
  border: none;
  border-radius: 0.75em;
  display: block;
  height: 0.75em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 0.75em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}
.progressbar.small .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #3d6e80;
  border-radius: 0.75em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}
.progressbar.small.success .progress {
  background: #20983b;
}
.progressbar.small.warning .progress {
  background: #b38118;
}
.progressbar.small.danger .progress {
  background: #ab1b1b;
}
.progressbar.small.stripped .progress {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progressbar.small.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}
.progressbar.large {
  position: relative;
  border: none;
  border-radius: 1.5em;
  display: block;
  height: 1.5em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}
.progressbar.large .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #3d6e80;
  border-radius: 1.5em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}
.progressbar.large.success .progress {
  background: #20983b;
}
.progressbar.large.warning .progress {
  background: #b38118;
}
.progressbar.large.danger .progress {
  background: #ab1b1b;
}
.progressbar.large.stripped .progress {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progressbar.large.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}

.panel {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.panel > .header,
.panel > .footer {
  min-height: 2.2em;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.6em 1.1em;
  font-weight: 300;
  font-size: 1.2em;
  color: #484848;
  background-color: rgb(225.25, 225.25, 225.25);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.panel > .header a,
.panel > .footer a {
  color: rgb(106.6825396825, 163.4603174603, 184.3174603175);
}
.panel > .header:before, .panel > .header:after,
.panel > .footer:before,
.panel > .footer:after {
  content: "";
  display: table;
}
.panel > .header:after,
.panel > .footer:after {
  clear: both;
}
.panel > .footer {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .body {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.8em 1.3em;
  background-color: #ffffff;
  overflow: auto;
  color: rgba(0, 23, 31, 0.8);
}
.panel > .body p:first-child {
  margin-top: 0;
}
.panel > .body p:last-child {
  margin-bottom: 0;
}
.panel.primary > .header,
.panel.primary > .footer {
  background-color: #3d6e80;
}
.panel.success > .header,
.panel.success > .footer {
  background-color: #20983b;
}
.panel.warning > .header,
.panel.warning > .footer {
  background-color: #b38118;
}
.panel.danger > .header,
.panel.danger > .footer {
  background-color: #ab1b1b;
}
.panel.outline {
  background-color: transparent;
}
.panel.outline > .header,
.panel.outline > .footer {
  border-bottom: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  background-color: transparent;
}

.card-header-btn {
  margin-top: 0.25rem;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #2989d8;
  background: linear-gradient(#2989d8 0%, rgb(27.8241106719, 96.314229249, 152.6758893281) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
}
.ribbon.right {
  left: initial;
  right: -5px;
}
.ribbon.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.primary {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.primary span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #3d6e80;
  background: linear-gradient(#3d6e80 0%, rgb(36.3095238095, 65.4761904762, 76.1904761905) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.primary span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(36.3095238095, 65.4761904762, 76.1904761905);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(36.3095238095, 65.4761904762, 76.1904761905);
}
.ribbon.primary span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(36.3095238095, 65.4761904762, 76.1904761905);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(36.3095238095, 65.4761904762, 76.1904761905);
}
.ribbon.primary.right {
  left: initial;
  right: -5px;
}
.ribbon.primary.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.black {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.black span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #222;
  background: linear-gradient(#222 0%, black 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.black span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid black;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid black;
}
.ribbon.black span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid black;
  border-bottom: 3px solid transparent;
  border-top: 3px solid black;
}
.ribbon.black.right {
  left: initial;
  right: -5px;
}
.ribbon.black.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.red {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.red span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #c30303;
  background: linear-gradient(#c30303 0%, rgb(119.6590909091, 1.8409090909, 1.8409090909) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.red span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
}
.ribbon.red span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
}
.ribbon.red.right {
  left: initial;
  right: -5px;
}
.ribbon.red.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.green {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.green span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #9bc90d;
  background: linear-gradient(#9bc90d 0%, rgb(99.5911214953, 129.1471962617, 8.3528037383) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.green span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
}
.ribbon.green span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
}
.ribbon.green.right {
  left: initial;
  right: -5px;
}
.ribbon.green.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.orange {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.orange span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #f79e05;
  background: linear-gradient(#f79e05 0%, rgb(172.0178571429, 110.0357142857, 3.4821428571) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.orange span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
}
.ribbon.orange span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
}
.ribbon.orange.right {
  left: initial;
  right: -5px;
}
.ribbon.orange.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.grey {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon.grey span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #b6bac9;
  background: linear-gradient(#b6bac9 0%, rgb(138.0275590551, 144.437007874, 168.4724409449) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon.grey span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
}
.ribbon.grey span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
}
.ribbon.grey.right {
  left: initial;
  right: -5px;
}
.ribbon.grey.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.media {
  background-color: #eeeeee;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 1em;
}
.media .media-left {
  margin-right: 1em;
}
.media .media-right {
  margin-left: 1em;
}
.media .media-right .close {
  border: 0;
  text-decoration: none;
  color: rgba(72, 72, 72, 0.3);
  font-size: 1.6em;
  transition: color 0.2s ease;
}
.media .media-right .close:before {
  font-family: FontAwesome;
  content: "\f057";
}
.media .media-right .close:hover {
  color: #484848;
}
.media .media-content {
  flex-grow: 1;
}
.media .media-content strong + small {
  margin-left: 0.5em;
}
.media .media-content p:last-child {
  margin-bottom: 0;
}
.media .media-content .functions > *:not(:last-child) {
  margin-right: 1em;
}
.media .media-content .functions > a {
  color: rgba(61, 110, 128, 0.7);
  transition: color 0.2s ease;
}
.media .media-content .functions > a:hover {
  color: #484848;
}
.media.primary {
  background-color: rgb(44.5396825397, 80.3174603175, 93.4603174603);
  background-color: rgba(44.5396825397, 80.3174603175, 93.4603174603, 0.8);
}
.media.primary a,
.media.primary .functions > a {
  color: #484848;
}
.media.success {
  background-color: rgb(23.1304347826, 109.8695652174, 42.6467391304);
  background-color: rgba(23.1304347826, 109.8695652174, 42.6467391304, 0.8);
}
.media.warning {
  background-color: rgb(134.0295566502, 96.5911330049, 17.9704433498);
  background-color: rgba(134.0295566502, 96.5911330049, 17.9704433498, 0.8);
}
.media.danger {
  background-color: rgb(126.9545454545, 20.0454545455, 20.0454545455);
  background-color: rgba(126.9545454545, 20.0454545455, 20.0454545455, 0.8);
}
.media.outline {
  background-color: transparent;
}

@keyframes pulsate {
  30% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin-around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.text-muted {
  color: rgb(181.8, 181.8, 181.8) !important;
}

.disable-text-selection {
  -webkit-touch-callout: none;
  user-select: none;
}

.disabled {
  pointer-events: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.readable-width {
  max-width: 50em;
}

.text-page {
  padding: 1rem;
}
.text-page main {
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}

#app h1,
#app h2,
#app h3,
#app h4,
#app h5 {
  font-weight: 300;
  line-height: 1.4;
  color: #484848;
}
#app h1 {
  font-size: 2.5rem;
}
#app h2 {
  font-size: 2rem;
}
#app h3 {
  font-size: 1.6rem;
}
#app h4 {
  font-size: 1.28rem;
}
#app h5 {
  font-size: 1rem;
}
#app strong {
  font-weight: 700;
}
#app em {
  font-style: italic;
}
#app small {
  font-size: 80%;
  font-weight: 400;
}
#app a {
  cursor: pointer;
}
#app a.link {
  color: #3d6e80;
  border-bottom: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
  text-decoration: none;
}
#app a.link:hover {
  color: rgb(12.3616071429, 21.5535714286, 23.1383928571);
  border-bottom: 1px solid rgb(12.3616071429, 21.5535714286, 23.1383928571);
}
#app img.leaflet-tile {
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #274449;
  cursor: pointer;
  -webkit-border-radius: 1ex;
  border: none;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-corner {
  background: #ffffff;
}

body {
  scrollbar-face-color: #274449;
  scrollbar-track-color: #ffffff;
}

html {
  position: relative;
  min-width: 320px;
}

html,
body {
  min-height: 100%;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body {
  background-color: #ffffff;
  color: #484848;
  padding: 0;
  margin: 0;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: none;
  background: none no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

.aoi-tool {
  background-color: #f0f9ff;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #274449;
  --second-color: #3d6e80;
  --navbar-color: #274449;
  --text-color: #484848;
  --header-text-color: #c0c0c0;
  --menu-text-color: #484848;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
}

/*-------------------------------TEXT STYLINGS-------------------------------*/
.font-sm {
  font-size: 90%;
}

.font-lg {
  font-size: 120%;
}

.font-xl {
  font-size: 150%;
}

/*------------------BACKGROUND STYLING-------------------------------*/
.bg-successful {
  background-color: rgba(0, 128, 0, 0.1);
}

.bg-failed {
  background-color: rgba(255, 0, 0, 0.1);
}

/*------------------OTHER STYLINGS-------------------------------*/
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(128, 128, 128, 0.7);
}

.padding-y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*----------------------------NAVIGATION BAR STYLING-------------------------------*/
.navbar-custom {
  background-color: #ffffff;
}
.navbar-custom .navbar-nav .nav-link {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .navbar-custom .navbar-nav .nav-link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.navbar-custom .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*----------------------------LOGOS STYLING-------------------------------*/
#logos a {
  display: inline-block;
}
#logos a img {
  width: 100%;
}

/*----------------------------FOOTER STYLING-------------------------------*/
.footer {
  max-width: 700px;
}

/*----------------------------MODAL STYLING-------------------------------*/
#feature-modal .modal-dialog {
  margin-top: 5px !important;
}

#feature-modal-text {
  padding: 1rem;
}

/*----------------------------EXTRA BOOTSTRAP STYLING-------------------------------*/
.dropdown-item-checked::before {
  position: absolute;
  left: 0.4rem;
  content: "✓";
  font-weight: 600;
}

/*------------------CHANGE STYLINGS BASED ON SCREEN WIDTH FOR RESPONSIVE DESIGN---------------------*/
@media screen and (min-width: 1200px) {
  /*---For wide screens make modal wider than default---------*/
  #feature-modal .modal-dialog {
    width: 750px;
    max-width: 750px;
  }
}
.bg {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-page .flex-container {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.flex-page .flex-container main {
  max-width: 24rem;
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid #000000;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.flex-page .flex-container main .form-floating {
  text-align: initial;
}
.flex-page .flex-container main .form-check {
  text-align: initial;
  line-height: 1.15;
}
.flex-page .flex-container main .invalid-feedback {
  text-align: initial;
}
.flex-page .flex-container main .alert {
  padding: 0.5rem 1rem;
  text-align: initial;
}
.flex-page .flex-container.activate-account {
  width: 50%;
  font-size: 1.2em;
}

.link-text-microauth {
  color: #00a2ed;
}

.btn-microauth {
  border-color: #00a2ed;
  background-color: #ffffff;
  text-decoration-color: #00a2ed;
}

#showorg:checked + label + div {
  display: block;
}

#orgfield {
  display: none;
}

.password-group {
  height: 45.63px;
}

.password-group a {
  cursor: pointer;
}

.password-group a:hover {
  cursor: pointer;
}

.password-group .input-group-append {
  height: 45.63px;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 60%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-default-button {
  float: none;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-button-wrap {
  text-align: center;
}

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

.easy-button-button .button-state {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin: 0;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* ================================================================== */
/* Toolbars
/* ================================================================== */
.leaflet-draw-section {
  position: relative;
}

.leaflet-draw-toolbar {
  margin-top: 12px;
}

.leaflet-draw-toolbar-top {
  margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

.leaflet-draw-toolbar a {
  background-image: url("/app/images/leaflet/spritesheet.png");
  background-image: linear-gradient(transparent, transparent), url("/app/images/leaflet/spritesheet.svg");
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}

.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url("/app/images/leaflet/spritesheet-2x.png");
  background-image: linear-gradient(transparent, transparent), url("/app/images/leaflet/spritesheet.svg");
}

.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
  top: 0;
  white-space: nowrap;
}

.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}

.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}

.leaflet-draw-actions li {
  display: inline-block;
}

.leaflet-draw-actions li:first-child a {
  border-left: none;
}

.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #aaa;
  color: #fff;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.leaflet-draw-actions-bottom {
  margin-top: 0;
}

.leaflet-draw-actions-top {
  margin-top: 1px;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.leaflet-draw-actions a:hover {
  background-color: #a0a098;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

.leaflet-draw-tooltip {
  background: rgb(54, 54, 54);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

.leaflet-error-draw-tooltip {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}

.leaflet-error-draw-tooltip:before {
  border-right-color: #e6b6bd;
}

.leaflet-draw-tooltip-single {
  margin-top: -12px;
}

.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: 0.6;
  position: absolute;
  width: 5px;
  height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}

.leaflet-edit-move {
  cursor: move;
}

.leaflet-edit-resize {
  cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

.leaflet-control-fullscreen a {
  background: #fff url(/app/images/leaflet/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(/app/images/leaflet/fullscreen@2x.png);
  }
}
.leaflet-control-slider {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  background: none repeat scroll 0% 0% #fff;
  border-radius: 5px;
}

a.leaflet-control-slider-toggle {
  width: 36px;
  height: 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  line-height: 36px !important;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.3em;
}

.leaflet-control-slider p.leaflet-control-slider-value {
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  display: none;
}

.leaflet-control-slider.leaflet-control-slider-horizontal p.leaflet-control-slider-value {
  line-height: 36px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #ccc;
  width: 35px;
  float: left;
  clear: none;
}

.leaflet-control-slider.leaflet-control-slider-vertical p.leaflet-control-slider-value {
  height: 25px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
  width: 36px;
}

.leaflet-control-slider input.leaflet-slider {
  margin: 0px;
}

.leaflet-control-slider input.leaflet-slider,
.leaflet-control-slider .leaflet-slider-container {
  display: none;
  padding: 0px;
}

.leaflet-control-slider.leaflet-control-slider-horizontal .leaflet-slider-container {
  float: right;
  clear: none;
  width: 90%;
  height: 36px;
}

.leaflet-control-slider.leaflet-control-slider-horizontal input.leaflet-slider {
  height: 36px;
}

.leaflet-control-slider.leaflet-control-slider-vertical input.leaflet-slider {
  writing-mode: bt-lr;
  width: 36px;
  height: 100%;
}

.leaflet-control-slider.leaflet-control-slider-expanded p.leaflet-control-slider-value {
  display: block;
}

.leaflet-control-slider.leaflet-control-slider-expanded a.leaflet-control-slider-toggle {
  display: none;
}

.leaflet-control-slider.leaflet-control-slider-expanded input.leaflet-slider,
.leaflet-control-slider.leaflet-control-slider-expanded .leaflet-slider-container {
  display: inherit;
}

.leaflet-control-slider.leaflet-control-slider-vertical .leaflet-slider-container {
  width: 36px;
  -webkit-transform: rotate(180deg);
}

.leaflet-control-slider.leaflet-control-slider-vertical .leaflet-slider-container {
  margin: 10px 0px;
}

.leaflet-control-slider.leaflet-control-slider-horizontal .leaflet-slider-container {
  margin: 0px 10px;
}

.leaflet-control-slider.leaflet-control-slider-vertical.leaflet-control-slider-incdec .leaflet-slider-container {
  margin: 0px 0px;
}

.leaflet-control-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

.leaflet-control-slider input[type=range]:focus {
  outline: none;
}

.leaflet-control-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #dddddd;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}

.leaflet-control-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #a4a4a4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}

.leaflet-control-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eaeaea;
}

.leaflet-control-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #dddddd;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}

.leaflet-control-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #a4a4a4;
  cursor: pointer;
}

.leaflet-control-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.leaflet-control-slider input[type=range]::-ms-fill-lower {
  background: #d0d0d0;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.leaflet-control-slider input[type=range]::-ms-fill-upper {
  background: #dddddd;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.leaflet-control-slider input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #a4a4a4;
  cursor: pointer;
  height: 5px;
}

.leaflet-control-slider input[type=range]:focus::-ms-fill-lower {
  background: #dddddd;
}

.leaflet-control-slider input[type=range]:focus::-ms-fill-upper {
  background: #eaeaea;
}

.leaflet-control-slider.leaflet-control-slider-vertical input[type=range]::-moz-range-track {
  height: 100%;
  width: 5px;
}

/*increment/decrement*/
.leaflet-control-slider-plus,
.leaflet-control-slider-minus {
  width: 36px;
  height: 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  line-height: 32px !important;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  font-size: 1.3em;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leaflet-control-slider.leaflet-control-slider-expanded .leaflet-control-slider-plus,
.leaflet-control-slider.leaflet-control-slider-expanded .leaflet-control-slider-minus {
  display: block;
}

.leaflet-control-slider.leaflet-control-slider-horizontal .leaflet-control-slider-plus,
.leaflet-control-slider.leaflet-control-slider-horizontal .leaflet-control-slider-minus {
  float: right;
}

.leaflet-control-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* webkit specific CSS */
  .leaflet-control-slider.leaflet-control-slider-vertical input[type=range] {
    -webkit-transform-origin: 18px 18px;
    -webkit-transform: rotate(90deg);
    height: 36px;
  }
}
.leaflet-container .leaflet-control-search {
  float: right !important;
}

/*
https://github.com/socib/Leaflet.TimeDimension

Ported to HGSRT by gastoneb @ Aquanty Inc, (c) 2019.
*/
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.leaflet-bar-timecontrol {
  background-color: #fff;
  color: black;
}

.leaflet-bar-timecontrol * {
  box-sizing: border-box;
}

.leaflet-bar-timecontrol .leaflet-control-timecontrol {
  float: left;
  height: 26px;
  line-height: 26px;
  border: solid #a5a5a5;
  background-color: #fff;
  border-width: 0 1px 0 0;
}

.leaflet-bar-timecontrol .leaflet-control-timecontrol:first-child {
  border-radius: 4px 0 0 4px;
}

.leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child {
  border-radius: 0 4px 4px 0;
}

.leaflet-bar-timecontrol .leaflet-control-timecontrol:before {
  font-family: "Glyphicons Halflings";
  display: block;
}

.leaflet-bar-timecontrol .timecontrol-slider {
  position: relative;
  width: auto;
  cursor: auto;
}

.leaflet-bar-timecontrol a.timecontrol-date,
.leaflet-bar-timecontrol a.timecontrol-date:hover {
  position: relative;
  min-width: 150px;
  width: auto;
  padding: 0 10px 0 20px;
  white-space: nowrap;
}

.leaflet-bar-timecontrol a.timecontrol-date.utc,
.leaflet-bar-timecontrol a.timecontrol-date.utc:hover {
  min-width: 185px;
}

.leaflet-bar-timecontrol a.timecontrol-date.loading,
.leaflet-bar-timecontrol a.timecontrol-date.loading:hover {
  background-color: #ffefa4;
}

.leaflet-bar-timecontrol .timecontrol-dateslider .slider {
  width: 200px;
}

.leaflet-bar-timecontrol .timecontrol-speed {
  white-space: nowrap;
  cursor: auto;
}

.leaflet-bar-timecontrol .timecontrol-speed .slider {
  width: 55px;
  display: inline-block;
}

.leaflet-bar-timecontrol .timecontrol-speed .speed {
  width: 55px;
  display: inline-block;
  float: left;
  text-align: right;
}

.leaflet-bar-timecontrol .timecontrol-play,
.leaflet-bar-timecontrol .timecontrol-play:hover {
  position: relative;
}

.leaflet-bar-timecontrol .timecontrol-play span {
  font-size: 10px;
}

.leaflet-bar-timecontrol a.timecontrol-play.loading {
  background-color: #ffefa4;
}

/**
* Slider/Knobs styles
*/
.timecontrol-slider .slider {
  position: relative;
  height: 12px;
  margin: 6px;
  border: 1px solid #a5a5a5;
  cursor: pointer;
}

.timecontrol-slider .slider.has-limits {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #ddd;
}

.timecontrol-slider .slider.has-limits .range {
  position: absolute;
  height: 10px;
  background-color: #fff;
  /*opacity: 0.5;*/
}

.timecontrol-slider .knob {
  position: absolute;
  width: 8px;
  height: 22px;
  background-color: #ddd;
  border-radius: 2px;
  border: 1px solid #a5a5a5;
  /*use margins because on ie,leaflet will use top/left for positionning*/
  margin-top: -6px;
  margin-left: -4px;
  cursor: ew-resize;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.timecontrol-slider .knob:after {
  /** Big transparent block on top of the knob for easier grabbing on touch device*/
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  top: -5px;
  height: 32px;
  left: -7px;
  /* opacity: 0.5;
  background: red;*/
}

.timecontrol-slider .knob.upper,
.timecontrol-slider .knob.lower {
  width: 11px;
  height: 20px;
  border: none;
  background-color: transparent;
}

.timecontrol-slider .knob.upper {
  margin-top: -5px;
  margin-left: -1px;
}

.timecontrol-slider .knob.lower {
  margin-top: -5px;
  margin-left: -10px;
}

.timecontrol-slider .knob.lower:after {
  right: 0px;
  left: initial;
}

.timecontrol-slider .knob.upper:after {
  left: 0px;
}

.timecontrol-slider .knob.upper:before,
.timecontrol-slider .knob.lower:before {
  display: block;
  content: "";
  position: relative;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timecontrol-slider .knob.upper:before {
  border-width: 16px 0 0 10px;
  border-color: transparent transparent transparent #a5a5a5;
}

.timecontrol-slider .knob.lower:before {
  border-width: 0 0 16px 10px;
  border-color: transparent transparent #a5a5a5;
}

.timecontrol-slider .slider.dragging,
.timecontrol-slider .dragging .knob,
.timecontrol-slider .knob.leaflet-drag-target {
  cursor: ew-resize;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/**
* Icons definitions
*/
@-webkit-keyframes icon-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icon-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.timecontrol-loop.looped,
.timecontrol-loop.looped:hover {
  background-color: #ddd;
  color: #094f8e;
}

.timecontrol-backward:before,
.timecontrol-forward:before,
.timecontrol-stop:before,
.timecontrol-play:before,
.timecontrol-loop:before {
  width: 100%;
  text-align: center;
}

.timecontrol-play:before {
  position: absolute;
  content: "\e072";
}

/*.timecontrol-play.play:before {
    content: "\e072";
}*/
.timecontrol-play.reverse:before {
  content: "\e072";
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.timecontrol-play.pause:before {
  content: "\e073";
}

.timecontrol-play.reverse.pause:before {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

a.timecontrol-play.loading:before {
  content: "\e031";
  opacity: 0.2;
  -webkit-animation: icon-rotation 6s infinite linear;
  animation: icon-rotation 6s infinite linear;
}

.timecontrol-date.loading:before {
  content: "\e031";
  left: 5px;
  position: absolute;
  -webkit-animation: icon-rotation 6s infinite linear;
  animation: icon-rotation 6s infinite linear;
}

.timecontrol-speed:before {
  content: "\e141";
  position: absolute;
  left: 7px;
}

.timecontrol-stop:before {
  content: "\e074";
}

.timecontrol-forward:before {
  content: "\e075";
}

.timecontrol-backward:before {
  content: "\e071";
}

.timecontrol-loop:before {
  content: "\e030";
}

@media (max-width: 767px) {
  .leaflet-bar-timecontrol .timecontrol-date,
  .leaflet-bar-timecontrol .timecontrol-slider {
    clear: both;
    float: none;
    border-right: none;
  }
}
.leaflet-touch .leaflet-bar-timecontrol .leaflet-control-timecontrol {
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .timecontrol-slider .slider {
  margin-top: 10px;
}

/* https://github.com/davicustodio/Leaflet.StyledLayerControl

Revised by Graham Stonebridge @ Aquanty Inc, (c) 2018. */
.ac-container {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

div[id^=leaflet-control-accordion-layers] > label {
  padding: 5px 20px;
  position: relative;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
  background: -moz-linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  background: -o-linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaeaea",GradientType=0 );
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  cursor: pointer;
  width: auto;
  margin: 0;
}

div[id^=leaflet-control-accordion-layers] > label:hover {
  background: #fff;
}

.ac-container input.menu:checked + label,
.ac-container input.menu:checked + label:hover {
  background: #c6e1ec;
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container div[id^=leaflet-control-accordion-layers] > label:hover:after,
.ac-container input.menu:checked + div[id^=leaflet-control-accordion-layers] > label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
}

.ac-container input.menu {
  display: none;
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  height: 0;
  overflow: hidden;
}

.ac-container input.menu:checked ~ article {
  height: unset;
  overflow: unset;
}

.ac-container input.menu:checked ~ article.ac-large {
  padding: 8px 0;
}

.ac-container article label {
  display: inline;
  cursor: pointer;
}

.ac-container .group-toggle-container {
  text-align: right;
  margin-right: 3px;
  line-height: 0px;
  display: none;
  height: 20px;
}

.ac-container input.menu:checked ~ .group-toggle-container {
  display: block;
  line-height: 1em;
}

.bt_delete {
  position: relative;
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

.leaflet-control-layers-expanded {
  padding: 5px;
}

.leaflet-control-layers:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.leaflet-control-layers-base label,
.menu-item-radio-base label,
.menu-item-radio-overlay label,
.menu-item-checkbox-overlay label {
  display: inline-block;
  padding-left: 2px;
  font-size: 15px;
  line-height: 22px;
}

.accordion-sm .accordion-button {
  padding: 0.25rem 0.5rem;
}
.accordion-sm .accordion-body {
  padding: 0.25rem 0.5rem;
}

.alert.fade {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: opacity 0.3s linear, height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, margin 0.3s ease;
}
.alert.fade.show {
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  transition: opacity 0.15s linear, height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, margin 0.3s ease;
}

.avatar {
  width: 3rem;
  height: 3rem;
  background-color: #6c757d;
  color: white;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.avatar.avatar-sm {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.avatar.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.avatar.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
}

.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

.no-bullets li ul {
  list-style-type: disc;
}

.content .fa {
  transition: 0.3s transform ease-in-out;
}

.content .collapsed .fa {
  transform: rotate(90deg);
}

.popover-container {
  display: contents;
  position: relative;
}
.popover-container .popover {
  left: unset;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: unset;
  transition: opacity 0.2s, max-height 0.2s step-end;
}
.popover-container .popover.show {
  max-height: 1000px;
  opacity: 1;
  transition: opacity 0.2s;
}
.popover-container .popover .popover-header {
  padding: 0.5rem 1rem;
}
.popover-container .popover .popover-body {
  padding: 1rem;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  z-index: 500;
  content: "";
  height: 0;
  width: 0;
}
[data-tooltip]:hover::before, [data-tooltip]:focus-visible::before {
  opacity: 1;
}
[data-tooltip][data-tooltip-pos=up]::before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  transform-origin: top;
  border: 5px solid transparent;
  border-top-color: rgba(16, 16, 16, 0.95);
}
[data-tooltip][data-tooltip-pos=up]:hover::before, [data-tooltip][data-tooltip-pos=up]:focus-visible::before {
  transform: translate(-50%, 0);
}
[data-tooltip][data-tooltip-pos=down]::before {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
  border: 5px solid transparent;
  border-bottom-color: rgba(16, 16, 16, 0.95);
}
[data-tooltip][data-tooltip-pos=down]:hover::before, [data-tooltip][data-tooltip-pos=down]:focus-visible::before {
  transform: translate(-50%, 0);
}
[data-tooltip][data-tooltip-pos=left]::before {
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  border: 5px solid transparent;
  border-left-color: rgba(16, 16, 16, 0.95);
}
[data-tooltip][data-tooltip-pos=left]:hover::before, [data-tooltip][data-tooltip-pos=left]:focus-visible::before {
  transform: translate(0, -50%);
}
[data-tooltip][data-tooltip-pos=right]::before {
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  border: 5px solid transparent;
  border-right-color: rgba(16, 16, 16, 0.95);
}
[data-tooltip][data-tooltip-pos=right]:hover::before, [data-tooltip][data-tooltip-pos=right]:focus-visible::before {
  transform: translate(0, -50%);
}
[data-tooltip]::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  z-index: 500;
  background-color: rgba(16, 16, 16, 0.95);
  border-radius: 4px;
  color: white;
  content: attr(data-tooltip);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  padding: 0.5em 1em;
  text-indent: 0;
  text-shadow: none;
  white-space: nowrap;
}
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after {
  opacity: 1;
}
[data-tooltip][data-tooltip-pos=up]::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  transform-origin: top;
  margin-bottom: 10px;
}
[data-tooltip][data-tooltip-pos=up]:hover::after, [data-tooltip][data-tooltip-pos=up]:focus-visible::after {
  transform: translate(-50%, 0);
}
[data-tooltip][data-tooltip-pos=down]::after {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
  margin-top: 10px;
}
[data-tooltip][data-tooltip-pos=down]:hover::after, [data-tooltip][data-tooltip-pos=down]:focus-visible::after {
  transform: translate(-50%, 0);
}
[data-tooltip][data-tooltip-pos=left]::after {
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  margin-right: 10px;
}
[data-tooltip][data-tooltip-pos=left]:hover::after, [data-tooltip][data-tooltip-pos=left]:focus-visible::after {
  transform: translate(0, -50%);
}
[data-tooltip][data-tooltip-pos=right]::after {
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  margin-left: 10px;
}
[data-tooltip][data-tooltip-pos=right]:hover::after, [data-tooltip][data-tooltip-pos=right]:focus-visible::after {
  transform: translate(0, -50%);
}
[data-tooltip][data-tooltip-size=sm]::after {
  white-space: pre-line;
  width: 5rem;
}
[data-tooltip][data-tooltip-size=md]::after {
  white-space: pre-line;
  width: 10rem;
}
[data-tooltip][data-tooltip-size=lg]::after {
  white-space: pre-line;
  width: 15rem;
}
[data-tooltip][data-tooltip-size=xl]::after {
  white-space: pre-line;
  width: 20rem;
}

#documentation main {
  max-width: 60em;
}
#documentation main img {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#feedback textarea {
  font-size: 1rem;
  min-height: calc(15em + 1rem + 2px);
}

.profile {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile .details {
  flex-grow: 1;
}
.profile .details .name {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: 0.2em;
  text-align: center;
}
@media (min-width: 576px) {
  .profile .details .name {
    text-align: left;
  }
}
.profile .details .tags {
  display: flex;
  flex-wrap: wrap;
}
.profile .details .tags .tag {
  margin: 0 0.4em 0.4em 0;
  text-transform: capitalize;
}
.profile .details .description {
  line-height: 1.3em;
  margin-top: 0.6em;
}
.profile .details .description .info-row {
  line-height: 1.3em;
}
.profile .details .description .info-row i {
  margin-right: 0.5em;
}
.profile .details .description .info-row .caption {
  display: inline-block;
  width: 5em;
}
.profile .details .description .info-row .value {
  margin-left: 0.2em;
  color: #484848;
  font-weight: 400;
}

#otpVerify {
  min-width: 8em;
  max-width: 14em;
}

.information h2 {
  line-height: 45px;
}
.information .info-table {
  font-size: 1.2em;
}
.information .info-table .row {
  margin-top: 1.2em;
  min-height: 38px;
}
.information .info-table .row input,
.information .info-table .row select,
.information .info-table .row .input-group,
.information .info-table .row .progress {
  max-width: 400px;
}
.information .info-table .row .input-group input {
  max-width: unset;
}
.information .info-table .caption {
  display: inline-block;
  font-weight: 700;
}
@media (min-width: 576px) {
  .information .info-table .caption {
    text-align: right;
    border-right: 1px solid #484848;
  }
}
.information .info-table .value {
  color: #484848;
  font-weight: 400;
  text-align: left;
  vertical-align: bottom;
}

#sub-alert {
  position: absolute;
  right: 70px;
  max-width: 60%;
  padding-right: 3rem;
  z-index: 1000;
}

.dottedUnder {
  border-bottom: 1px dotted;
  cursor: pointer;
}

#search-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: black;
  opacity: 0.25;
}

.popover-container .preview-popover .popover-body {
  padding: 0;
}

.aoi-modal-content {
  height: 95vh;
}

.aoi-modal-body {
  margin: 0;
  overflow-x: hidden;
}

.aoi-modal-outer {
  background-color: #eeeeee;
  color: #484848;
}

.modal-content .close {
  display: none;
}
.modal-content hr {
  width: 100%;
  margin: 16px 0;
}
.modal-content .custom-radio .custom-control-label {
  cursor: pointer;
}
.modal-content .card .collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}
.modal-content .card .collapsed + button {
  display: none;
}
.modal-content .del-pipeline-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.modal-content .del-pipeline-btn i {
  transition: transform 0.3s;
}
.modal-content .del-pipeline-btn:hover i {
  transform: rotate(180deg);
}
.modal-content .del-pipeline-btn:active {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.modal-content .del-pipeline-popover .arrow {
  display: none;
}
.modal-content .del-pipeline-popover .fa {
  cursor: pointer;
}
.modal-content .del-pipeline-popover .fa:hover, .modal-content .del-pipeline-popover .fa:focus {
  color: royalblue;
}
.modal-content .view-btn {
  border: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  width: 100%;
}
.modal-content .download-btn {
  background-color: dodgerblue;
  border: none;
  border-radius: 0 0 0 3px;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
}
.modal-content .download-btn:hover, .modal-content .download-btn:focus {
  background-color: royalblue;
}
.modal-content .download-btn:active {
  background-color: blue !important;
}
.modal-content .download-btn .btn {
  padding: 3px 6px 2px 6px;
}
.modal-content .ext-select {
  padding: 0;
  min-width: 75px;
}
.modal-content .ext-select a {
  border-radius: 4px;
  padding: 5px;
}
.modal-content .ext-select a:hover {
  font-weight: 500;
}
.modal-content .ext-select hr {
  width: 100%;
  margin: 0;
}

.img-preview {
  max-width: 72px;
  max-height: 72px;
  width: 72px;
  height: 72px;
}

.img-popover {
  max-width: 256px;
  min-width: 256px;
  max-height: 256px;
  width: 256px;
  height: 256px;
}

#paymentWindow {
  height: calc(950px - 15vw);
}

#libraryTableContainer {
  overflow-x: auto;
}
#libraryTableContainer #libraryTable tbody td {
  cursor: pointer;
}

.agroclimate-box {
  height: 320px;
  width: 100%;
  overflow-x: scroll;
}

.precip-box {
  height: 320px;
  width: 100%;
  overflow-x: scroll;
}

.remote-sensing-v2-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.remote-sensing-v2-sidebar > .tab-content {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.remote-sensing-v2-sidebar .aoi-notes p {
  margin-bottom: 0;
}
.remote-sensing-v2-sidebar .aoi-notes a {
  color: #0000b0;
  font-size: 0.9em;
}
.remote-sensing-v2-sidebar .selected {
  background: #e9ecef;
}

.dottedUnder {
  border-bottom: 1px dotted;
  cursor: pointer;
}

#search-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: black;
  opacity: 0.25;
}

#preview-popover {
  max-height: 400px;
  background-color: white;
}
#preview-popover .arrow {
  display: none;
}
#preview-popover .popover-header {
  border-top-right-radius: 0;
}
#preview-popover .popover-body {
  padding: 0;
}

.aoi-modal-content {
  height: 95vh;
}

.aoi-modal-body {
  margin: 0;
  overflow-x: hidden;
}

.aoi-modal-outer {
  background-color: #eeeeee;
  color: #484848;
}

.modal-content .close {
  display: none;
}
.modal-content hr {
  width: 100%;
  margin: 16px 0;
}
.modal-content .custom-radio .custom-control-label {
  cursor: pointer;
}
.modal-content .card .collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}
.modal-content .card .collapsed + button {
  display: none;
}

.img-preview {
  max-width: 72px;
  max-height: 72px;
  width: 72px;
  height: 72px;
}

.img-popover {
  max-width: 256px;
  min-width: 256px;
  max-height: 256px;
  width: 256px;
  height: 256px;
}

.sensorplot-box {
  height: 350px;
  width: 100%;
  overflow-x: auto;
}

#search-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: black;
  opacity: 0.25;
}

.rastertimeseriesplot-box {
  height: 350px;
  width: 100%;
  overflow-x: auto;
}

#soil-moisture-modal-table.table-hover tr {
  cursor: pointer;
}

@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  padding-top: 3rem;
  color: #5a5a5a;
}

span.anchor {
  margin-top: -70px; /* height of nav, in this case 54px */
  display: block;
  height: 70px; /* height of nav, in this case 54px */
  visibility: hidden;
  position: relative;
}

/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta-576.jpg");
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0 -100px;
  background-attachment: fixed;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* Container properties for the feature content */
.marketing {
  margin-bottom: 4rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h1 {
  margin-bottom: 2rem;
}

.marketing h2 {
  margin-top: 2rem;
  font-weight: 400;
}

.marketing.col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  text-align: center;
}

/*-----------------------------------SECTIONS----------------------------------*/
body.hgsrt section:nth-of-type(even) {
  background-color: #ebf4fa;
}

.styled-link {
  color: black;
}

.styled-link:hover {
  color: #007bff;
  text-decoration: none;
}

.citation {
  position: absolute;
  bottom: 0;
  right: 5px;
}

#watershed-map {
  height: 256px;
}

.btn-primary {
  background-color: #274449;
  border-color: none;
}
.btn-primary:hover {
  background-color: rgb(65.6383928571, 114.4464285714, 122.8616071429);
  border-color: #274449;
}
.btn-primary:active:focus {
  background-color: rgb(65.6383928571, 114.4464285714, 122.8616071429) !important;
  border-color: #274449 !important;
}

.customize-card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.custom-img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta-768.jpg");
  }
}
@media (min-width: 768px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta-992.jpg");
  }
}
@media (min-width: 992px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta-1200.jpg");
  }
}
@media (min-width: 1200px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta-1400.jpg");
  }
}
@media (min-width: 1400px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://agsat.azureedge.net/hgsrt/images/hero-delta.jpg");
  }
}
/*------------------ NAVBAR STYLINGS-------------------------------*/
.navbar-custom {
  background-color: #274449;
}
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav .nav-link:active, .navbar-custom .navbar-nav .nav-link:hover {
  color: rgb(89.4126984127, 152.8015873016, 176.0873015873);
}
.navbar-custom .btn-outline-secondary {
  background-color: #274449;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .btn-outline-secondary:hover {
  background-color: rgb(65.6383928571, 114.4464285714, 122.8616071429);
  border-color: rgba(255, 255, 255, 0.5);
  outline-color: rgba(255, 255, 255, 0.5);
  color: rgb(89.4126984127, 152.8015873016, 176.0873015873);
}
.navbar-custom .btn-outline-secondary:focus {
  background-color: rgb(65.6383928571, 114.4464285714, 122.8616071429) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline-style: none !important;
  outline-color: rgba(255, 255, 255, 0.5) !important;
  color: rgb(89.4126984127, 152.8015873016, 176.0873015873) !important;
}
.navbar-custom .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*------------------ FOOTER STYLINGS-------------------------------*/
#footer {
  background-color: #ebf4fa;
}

/*------------------ MODAL STYLINGS-------------------------------*/
/*------------------ NAVBAR STYLINGS-------------------------------*/
.navbar-login {
  background-color: #274449;
}

.navbar-login a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-login a:active, .navbar-login a:hover {
  color: rgb(89.4126984127, 152.8015873016, 176.0873015873);
  text-decoration: none;
}

.bg-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://agsat.azureedge.net/hgsrt/images/hero.jpeg");
}

.login-header {
  font-size: 1.75rem;
}

.btn-main {
  background-color: #274449;
  border: #274449;
  color: #ffffff;
}
.btn-main:hover, .btn-main:focus {
  background-color: #274449;
  border: #274449;
  color: #ffffff;
}

.btn-main[disabled],
body .btn-main[disabled]:hover {
  border-color: rgba(39, 68, 73, 0.7);
  background-color: rgba(39, 68, 73, 0.7);
  color: #eeeeee;
}

.message {
  color: #274449;
  font-size: 2.2rem;
}

/*# sourceMappingURL=hgsrt.css.map */
