@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import "../fonts/simplelineicons/css/simple-line-icons.css";
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");

html,
body {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 12pt;
}

.wrapper {
  display: flex;
  width: 100%;
  /* align-items: stretch; */
}

/* SIDEBAR */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;

  width: 250px;
  height: 100vh;
  z-index: 999;

  background: #ffffff;
  border-right: solid 1px #eee;

  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar hr {
  border: solip 1px #eee;
}

#sidebar h6 {
  font-weight: 400;
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  font-size: 14pt;
  background: #ffffff;
  color: #25aee3;
}

#sidebar ul.components {
  padding: 10px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #666;
}
#sidebar ul li a:hover {
  color: #6c101a;
  background: #eee;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #6c101a;
  background: #eee;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

/* MAIN CONTAINER */
#page-container {
  width: calc(100% - 250px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

#page-container.active {
  width: 100%;
}

/* PLATFORM */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #page-container {
    width: 100%;
  }
  #page-container.active {
    width: calc(100% - 250px);
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* PRE LOADER */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;

  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #fff;
  /* background: linear-gradient(20deg, #0c57a1, #3f88c5 45%) fixed; */
}

.preloader2 {
  position: absolute;
  top: 80px;
  left: 250px;
  width: calc(100% - 250px);
  height: calc(100vh - 80px);
  z-index: 9999;
  

  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  .preloader2 {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 30px);
    z-index: 800;
    
  
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.2);
  }
}

.loader {
  position: relative;
  display: flex;
  /* justify-content: center;
  align-content: center; */
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  width: 120px;
  height: 20px;
}

.dot {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 5px;
  height: 20px;
  width: 2px;
}

.dot:first-of-type {
  margin-left: 0;
}

.dot:last-of-type {
  margin-right: 0;
}

.dot::before,
.dot::after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 4px;
  height: 4px;
  background: rgb(12, 87, 161);
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  animation: helix 1.25s ease-in-out infinite;
}

.dot::after {
  bottom: 100%;
  animation: helix-reversed 1.25s ease-in-out infinite;
}

.dot i {
  position: absolute;
  z-index: 25;
  align-self: center;
  width: 2px;
  height: 10px;
  background: rgba(12, 87, 161, 0.15);
  animation: helix-bar 1.25s ease-in-out infinite;
}

.dot2::before,
.dot2::after,
.dot2 i {
  animation-delay: 0.05s;
}

.dot3::before,
.dot3::after,
.dot3 i {
  animation-delay: 0.1s;
}

.dot4::before,
.dot4::after,
.dot4 i {
  animation-delay: 0.15s;
}

.dot5::before,
.dot5::after,
.dot5 i {
  animation-delay: 0.2s;
}

.dot6::before,
.dot6::after,
.dot6 i {
  animation-delay: 0.25s;
}

.dot7::before,
.dot7::after,
.dot7 i {
  animation-delay: 0.3s;
}

.dot8::before,
.dot8::after,
.dot8 i {
  animation-delay: 0.35s;
}

.dot9::before,
.dot9::after,
.dot9 i {
  animation-delay: 0.4s;
}

@keyframes helix {
  0% {
    width: 5px;
    height: 5px;
    bottom: -5px;
    z-index: 10;
  }
  25% {
    width: 2px;
    height: 2px;
  }
  50% {
    width: 5px;
    height: 5px;
    bottom: 100%;
    z-index: 20;
  }
  75% {
    width: 8px;
    height: 8px;
  }
  100% {
    width: 5px;
    height: 5px;
    bottom: -5px;
  }
}

@keyframes helix-reversed {
  0% {
    width: 5px;
    height: 5px;
    bottom: 100%;
    z-index: 20;
  }
  25% {
    width: 8px;
    height: 8px;
  }
  50% {
    width: 5px;
    height: 5px;
    bottom: -5px;
    z-index: 10;
  }
  75% {
    width: 2px;
    height: 2px;
  }
  100% {
    width: 5px;
    height: 5px;
    bottom: 100%;
  }
}

@keyframes helix-bar {
  0% {
    height: 15px;
  }
  25% {
    height: 8px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 8px;
  }
  100% {
    height: 15px;
  }
}

/* MAP */
.map-form {
  height: 80px;
  width: 100%;
  border-bottom: solid 1px #eee;
  font-size: 10pt;
}
@media (max-width: 768px) {
  .map-form {
    position:absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 900;
    background-color: #fff;
    display: none;
  }
}

.map-form input,
.map-form button {
  font-size: 11pt;
}

#map {
  height: calc(100vh - 80px);
  width: 100%;
}

@media (max-width: 768px) {
  #map {
    height: calc(100vh - 60px);
    width: 100%;
  }
}

.icon-bold {
  font-weight: 600;
}

.labels {
  background-color: #fff;
  padding: 10px;
  border: solid 1px #eee;
}

/* TOAST */
.toastScreen {
  position:absolute; 
  top: 90px; 
  right: 10px; 
  width: 450px;
  z-index: 999;
  min-height: 10px;
}

.toastScreen #toast-container {
  position: absolute;
  top: 0px;
  right: 0px;
  min-height: 0px;
}

@media (max-width: 768px) {
  .toastScreen {
    position:absolute; 
    top: 160px; 
    left: 0px;
    width: 100%;
  } 
}

/* REFORMAT */
textarea:focus,
input:focus {
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}

 button:active,
 button:focus,
 button:hover {
   outline: none !important;
   box-shadow: none !important;
}



input,
input:focus,
select,
select:focus {
  outline: none !important;
   box-shadow: none !important;
}

input, select, textarea {
  font-size: 1em !important;
}

/* Table */
.table th {
  font-weight: 400;
}

.btn-outline-info {
  border: solid 1px #ccc;
  color: #6c101a;
}

.btn-outline-info:hover {
  border: solid 1px #6c101a;
  background-color: #6c101a;
  color: #fff;
}

.text-info {
  color: #6c101a !important;
}


a {
  padding: 10px;
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #6c101a;
}