body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: 1px solid #e6e6e6;
  overflow-y: hidden;
  overflow-x: hidden; }
  body ::-webkit-scrollbar {
    width: 10px; }
  body ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  body ::-webkit-scrollbar-thumb {
    background: #888; }
  body ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  body .wrapper {
    display: flex;
    top: 47px;
    align-items: stretch;
    position: relative;
    height: calc(100vh - 48px);
    overflow: hidden; }
    body .wrapper p {
      font-size: 1.1em;
      line-height: 1.7em; }
    body .wrapper a, body .wrapper a:hover, body .wrapper a:focus {
      color: inherit;
      text-decoration: none;
      transition: all 0.3s; }
  body .navbar {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 100;
    height: 48px;
    display: flex;
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #e6e6e6;
    background-color: white; }
    body .navbar img {
      margin-top: 2px; }
      body .navbar img:first-child {
        height: 43.09px;
        width: 57px;
        margin-left: 16px; }
      body .navbar img:last-child {
        margin-right: 16px; }
  body .navbar-brand {
    height: 25px;
    width: 296px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #263349;
    font-weight: 600; }
  body #sidebar {
    width: 100%;
    min-height: calc(100vh - 48px);
    background-color: #f8f7f9;
    color: #263349;
    transition: all 0.3s;
    font-size: 13px;
    font-family: "Segoe UI";
    line-height: 17px;
    padding-left: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 2px solid #e6e6e6;
    padding-top: 5px;
    margin-right: 0px; }
    body #sidebar.ul.components {
      padding: 20px 0; }
    body #sidebar ul p {
      padding: 10px; }
    body #sidebar ul li a {
      padding: 8px;
      padding-left: 4px;
      font-size: 1.0em;
      display: flex;
      justify-content: space-between; }
    body #sidebar .menu > a {
      border-bottom: 2px solid #e6e6e6; }
    body #sidebar .menu ul {
      border-bottom: 2px solid #e6e6e6; }
    body #sidebar .arrow {
      position: relative;
      margin-right: 8px; }
      body #sidebar .arrow img {
        padding: 5px; }
    body #sidebar a[aria-expanded="true"] .arrow img:last-child {
      display: initial; }
    body #sidebar a[aria-expanded="true"] .arrow img:first-child {
      display: none; }
    body #sidebar a[aria-expanded="false"] .arrow img:first-child {
      display: initial; }
    body #sidebar a[aria-expanded="false"] .arrow img:last-child {
      display: none; }
    body #sidebar #buttons {
      left: 50%;
      position: relative;
      transform: translate(-50%, 0%);
      width: 370px; }
    body #sidebar #dataTableSubmenu {
      margin-top: 24px;
      border-top: 2px solid #e6e6e6; }
      body #sidebar #dataTableSubmenu ul {
        padding-left: 20px; }
      body #sidebar #dataTableSubmenu .resultDiv {
        padding-top: 10px;
        padding-bottom: 5px;
        margin: 0px 0px 0px 16px;
        justify-content: space-between;
        padding-top: 0px; }
        body #sidebar #dataTableSubmenu .resultDiv img {
          cursor: pointer;
          padding: 5px;
          background-color: rgba(70, 141, 240, 0.3);
          border-radius: 6px; }
        body #sidebar #dataTableSubmenu .resultDiv label {
          line-height: 1.8em; }
    body #sidebar .uuid, body #sidebar .id {
      display: none; }
  body .select2-results {
    background-color: #f8f7f9; }
  @media screen and (max-width: 1000px) {
    body .barContainer {
      cursor: pointer;
      z-index: 111;
      position: absolute;
      top: 53px;
      right: 13px; }
    body .bar1, body .bar2, body .bar3 {
      width: 35px;
      height: 5px;
      background-color: #fff;
      margin: 6px 0;
      transition: 0.4s; }
    body .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
      background-color: white;
      margin: 6px 360px; }
    body .change .bar2 {
      opacity: 0;
      margin: 6px 360px; }
    body .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
      background-color: white;
      margin: 6px 360px; }
    body #sidebar {
      margin-right: -360px; }
      body #sidebar.showMobile {
        transform: translateX(-360px); }
      body #sidebar.hideMobile {
        transform: translateX(360px); }
    body #descriptionBar ul li > a {
      margin-right: 0px !important; }
    body #map_canvas {
      width: 100%; }
    body #zoomControl {
      margin-top: calc(50vh - 50px) !important; } }
  @media screen and (max-width: 500px) {
    body .navbar img {
      display: none; } }
  body #map-canvas {
    width: 100%;
    overflow: hidden;
    display: block; }

.wait, .wait * {
  cursor: wait !important; }

#dataTableSubmenu table {
  margin: 30px;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 96%;
  text-align: left;
  border-collapse: collapse; }
#dataTableSubmenu table td, #dataTableSubmenu table th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
  line-height: 40px; }
#dataTableSubmenu table tbody td {
  font-size: 13px; }
#dataTableSubmenu table tr:nth-child(even) {
  background: #D0E4F5; }
#dataTableSubmenu table thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444; }
#dataTableSubmenu table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5; }
#dataTableSubmenu table thead th:first-child {
  border-left: none; }

/*#datePicker {
	div {
		display: flex;
		float: left;
		width: auto;
	}

	input {
		width: 200px;
	}
}*/
.datepicker-dropdown {
  z-index: 100 !important; }

.btn {
  width: 183px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1d71e6;
  border: 2px solid #1d71e6;
  border-radius: 20px;
  margin: auto; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 830px; } }
body #myModal .modal-header {
  display: block !important; }

body #myModal .modal-body .btn, body #myModal .modal-footer .btn {
  width: 233px;
  height: 38px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1d71e6;
  border: 2px solid #1d71e6;
  border-radius: 20px;
  margin-right: 5px; }

body #myModal .modal-body .btn#contact-button, body #myModal .modal-footer .btn#contact-button {
  background-color: #c7dcfb;
  border: none;
  margin-right: 0px;
  margin-left: 5px; }

body #myModal .modal-body div, body #myModal .modal-footer div {
  display: flex;
  justify-content: center; }

/*# sourceMappingURL=index.css.map */
