@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;600&display=swap");
.layout {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  color: #6E6E6E;
  font-weight: 300 !important;
  display: grid;
  grid-template-areas: "header nav" "aside main";
  grid-template-columns: 250px 1fr;
  grid-template-rows: 90px auto;
  height: 100vh;
}
.layout main {
  background: #F8F8F8;
  padding-top: 20px;
}
.layout nav {
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: #ffffff;
}
.layout nav a {
  color: #1F1957;
  text-decoration: none;
}
.layout nav a svg {
  fill: #1F1957;
}
.layout nav .name {
  font-size: 32px;
  color: #1F1957;
}
.layout nav .links {
  display: flex;
  column-gap: 20px;
  margin-left: auto;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
}
.layout nav .users {
  margin-right: 20px;
}
.layout header {
  box-shadow: 13px 10px 40px #f6f6f6;
  clip-path: polygon(0% 0%, 120% 0%, 120% 100%, 0% 100%);
  display: flex;
  align-items: end;
  justify-content: center;
}
.layout header img {
  width: 80%;
}
.layout .top {
  background: url(/images/panels.png) !important;
  min-height: 450px;
  position: relative;
  color: white;
}
.layout .top .home {
  position: absolute;
  bottom: 40px;
}
.layout .top .home h1 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  padding-bottom: 10px;
}
.layout .top .home h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  padding-bottom: 25px;
}
.layout .top .home h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.layout .top a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: #0088CE;
  color: white;
  border: 0;
  padding: 15px;
  font-weight: 600;
  text-decoration: none;
}
.layout .private {
  font-family: "Poppins", sans-serif;
  background: #1F1957 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px;
}
.layout .private b {
  color: white;
  font-weight: 600;
}
.layout .private p {
  display: inline;
  padding-top: 20px;
  font-size: 14px;
  color: #FFFFFF69;
}
.layout .rounded-section {
  border-radius: 20px;
  padding: 40px;
  background: white;
  margin: 20px;
}
.layout .top-content {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 65px;
}
.layout .top-content h1 {
  color: #393939;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 25px;
}
.layout .social a {
  display: flex;
  width: 200px;
  padding: 15px;
  margin: 10px;
  align-items: center;
  column-gap: 10px;
  color: black;
  text-decoration: none;
}
.layout .social a.fb {
  background: #4771D526;
}
.layout .social a.in {
  background: #0E79B326;
}
.layout .social a.yt {
  background: #FB0E0E26;
}
.layout .social a svg {
  width: 22px;
}
.layout aside {
  box-shadow: 13px 3px 40px #00000005;
  display: flex;
  flex-direction: column;
}
.layout aside .login-info {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout aside .login-info .name {
  font-weight: 500;
  word-break: break-all;
}
.layout aside .login-info a {
  padding: 5px 5px 5px 0;
  font-size: 12px;
}
.layout aside .login-info img {
  width: 25%;
}
.layout aside a {
  color: #A1A1A1;
  text-decoration: none;
}
.layout aside a svg {
  fill: #A1A1A1;
}
.layout aside .links {
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.layout aside .links > a {
  padding-left: 30px;
  height: 50px;
  align-items: center;
  column-gap: 10px;
  display: flex;
}
.layout aside .links > a.active {
  color: #0088CE;
  font-weight: 600;
  background: #0088CE0D;
  position: relative;
}
.layout aside .links > a.active svg {
  fill: #0088CE;
}
.layout aside .links > a.active:after {
  content: "";
  width: 10px;
  background: #0088CE;
  position: absolute;
  height: 100%;
  border-radius: 2px;
  right: 0;
}
.layout aside .footer {
  font-family: "Poppins", sans-serif;
  margin-top: auto;
  font-size: 12px;
  padding-left: 30px;
  width: 65%;
  color: #6E6E6E;
}
.layout aside .footer .title {
  font-weight: 600;
}
.layout aside .footer .description {
  font-weight: 300;
}

.value {
  color: #f6931f;
  font-weight: bold;
}

.ui-datepicker-year {
  display: none;
}

.logo-desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}

.logo-desc small {
  color: gray;
  margin-top: -7px;
}

body {
  font-family: "Roboto", sans-serif !important;
}

.table thead th {
  vertical-align: top !important;
}

#table {
  font-size: 13px !important;
}

#table th, #table td {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

#table_length {
  display: none;
}

#input-form label {
  display: block;
}

.select2 {
  width: 100% !important;
}

.content #map {
  height: 300px;
}

#map {
  height: 700px;
  width: 100%;
}

.login {
  margin-top: 10%;
  max-width: 350px !important;
}

#datepicker {
  border: solid 1px #9e9e9e;
  border-radius: 4px;
  padding-left: 10px;
}

.monthPicker .ui-datepicker {
  margin: 0 auto;
}

.monthPicker .ui-datepicker-year{
  display: inline;
}

.monthPicker .ui-datepicker-calendar{
  display: inline;
}

#hideyear .ui-datepicker-year {
  display: none;
}


#hidecalendar .ui-datepicker-calendar {
    display: none;
}

#gis-map img {
  max-width: 80%;
}

.people img {
  height: 250px;
}

img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
