@charset "UTF-8";
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Estilos generales
--------------------------------------------------------------*/
html {
  font-size: 14px !important;
  font-family: "Open Sans"; }

body.no-scroll {
  overflow: hidden; }

body h1 {
  margin-bottom: 0.5rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #464855;
  font-size: 2em;
  margin-top: 0; }

body .dst-btn-add,
body .dst-btn-float,
body .dst-btn-select {
  background: #FFF;
  font-size: 18px;
  color: #333;
  padding: 14px 30px;
  margin-right: 0;
  min-width: 150px;
  border: 1px solid #e3ebf4;
  font-family: "Open Sans"; }
  body .dst-btn-add > i,
  body .dst-btn-float > i,
  body .dst-btn-select > i {
    margin-right: 10px; }
  body .dst-btn-add:hover, body .dst-btn-add:active,
  body .dst-btn-float:hover,
  body .dst-btn-float:active,
  body .dst-btn-select:hover,
  body .dst-btn-select:active {
    background: #fcb31a !important;
    border-color: #fcb31a !important;
    color: #FFF !important;
    outline: none !important; }
  body .dst-btn-add:focus,
  body .dst-btn-float:focus,
  body .dst-btn-select:focus {
    outline: none; }

body .dst-btn-select {
  padding: 0;
  min-width: 170px;
  border-radius: 5px;
  border: none; }
  body .dst-btn-select > li {
    width: 100%; }
    body .dst-btn-select > li > a {
      padding: 10px 30px;
      text-align: center;
      font-size: 18px;
      color: #333;
      border-radius: 5px;
      background-color: #FFF !important;
      border: 1px solid #e3ebf4 !important; }
    body .dst-btn-select > li:hover > a, body .dst-btn-select > li.open > a, body .dst-btn-select > li.show > a {
      background-color: #fcb31a !important;
      border: 1px solid #fcb31a !important;
      color: #FFF !important; }
  body .dst-btn-select .caret {
    display: none; }
  body .dst-btn-select .dropdown-menu {
    transition: none !important;
    margin-top: 5px;
    width: 100%; }

body .icon-red {
  color: #c11218 !important; }

.dst-float-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

@keyframes float-layer-background {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes form-appear {
  0% {
    right: -25%; }
  100% {
    right: 0; } }
  .dst-float-layer.active:before {
    animation-name: float-layer-background;
    animation-duration: .5s; }
  .dst-float-layer.active .float-wrapper {
    animation-name: form-appear;
    animation-duration: .5s; }
  .dst-float-layer:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  .dst-float-layer .float-wrapper {
    background: #FFF;
    height: 100vh;
    width: 25%;
    right: 0px;
    position: absolute;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap; }
    .dst-float-layer .float-wrapper .float-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px; }
      .dst-float-layer .float-wrapper .float-header > h2 {
        font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
        color: #575757;
        font-weight: normal; }
      .dst-float-layer .float-wrapper .float-header .dst-btn-float-close {
        padding: 0;
        background: none; }
        .dst-float-layer .float-wrapper .float-header .dst-btn-float-close > i {
          font-size: 1.7em !important;
          top: 50%;
          left: 50%;
          background: #e3ebf4;
          padding: 14px;
          border-radius: 50%;
          transition: all .2s ease-in-out; }
        .dst-float-layer .float-wrapper .float-header .dst-btn-float-close:hover > i {
          background: #fcb31a;
          color: #FFF;
          transition: all .2s ease-in-out; }
    .dst-float-layer .float-wrapper .float-content {
      padding-right: 30px;
      box-sizing: border-box; }
      .dst-float-layer .float-wrapper .float-content h2 {
        font-family: "Open Sans";
        color: #575757;
        font-size: 1.5rem;
        margin: 70px 0 15px; }
      .dst-float-layer .float-wrapper .float-content h3 {
        font-family: "Open Sans";
        color: #575757;
        font-size: 1.2rem;
        margin: 30px 0 15px; }
    .dst-float-layer .float-wrapper .float-footer {
      position: absolute;
      bottom: 0;
      padding: 25px;
      margin-left: -25px;
      box-sizing: border-box;
      border-top: 1px solid #e3ebf4;
      width: calc(100% - 0px);
      display: flex;
      justify-content: flex-end; }
      .dst-float-layer .float-wrapper .float-footer .btn {
        margin-left: 15px; }
  .dst-float-layer.active {
    display: block; }

header .header-navbar.bg-info {
  background-color: #f2f3f9 !important; }

header .fixed-top {
  position: fixed; }

header .navbar-semi-light .navbar-nav .nav-link {
  color: #666a80; }
  header .navbar-semi-light .navbar-nav .nav-link:hover, header .navbar-semi-light .navbar-nav .nav-link:focus {
    background: none;
    color: #333; }

header .dropdown-language {
  display: none !important; }
  header .dropdown-language .dropdown-menu {
    transform: translateX(-50%); }

header .dropdown-user-link .dropdown-menu {
  left: 0;
  right: auto; }

.main-menu.menu-fixed {
  top: 0;
  z-index: 9999;
  height: 100vh !important;
  background: #FFF url("../images/corporate-detail-menu.png") -70px bottom no-repeat; }

.main-menu .menu-logo {
  width: 100%;
  gap: 5px;
  position: relative;
  display: flex;
  min-height: 150px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .main-menu .menu-logo > a {
    margin-left: -30px; }
  .main-menu .menu-logo.menu-logo-life {
    min-height: 70px;
    margin-top: 20px; }
  .main-menu .menu-logo:last-child {
    margin-bottom: 50px; }

.main-menu #main-menu-navigation .nav-item > a {
  transition-property: transform; }

.main-menu #main-menu-navigation .nav-item:hover > a {
  background: #fcb31a;
  color: #FFF; }

.main-menu #main-menu-navigation .nav-item.open > a {
  border-right: 4px solid #fcb31a; }

body.menu-collapsed .main-menu .menu-logo {
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.dst-alert {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999;
  width: calc(100% - 30px);
  min-height: 70px;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  animation-name: alert-animation;
  animation-duration: .9s; }

@keyframes alert-animation {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.content.app-content {
  min-height: calc(100% - 40px); }

.content .content-header {
  margin-top: 25px;
  margin-bottom: 30px; }
  .content .content-header.title_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .content .content-header .info_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .content .content-header .info_wrapper .bs-callout-primary {
      width: 70%;
      display: block;
      border-color: #666EE8 !important;
      background-color: #e4e4ed;
      border-radius: 0.25rem;
      color: #0a0e45; }
    .content .content-header .info_wrapper .bs-callout-danger {
      width: 70%;
      display: block;
      border-color: #FF4961 !important;
      background-color: #ffecef;
      border-radius: 0.25rem;
      color: #49000a; }
    .content .content-header .info_wrapper .bs-callout-warning {
      width: 70%;
      display: block;
      border-color: #FF9149 !important;
      background-color: #fff4ec;
      border-radius: 0.25rem;
      color: #491d00; }

.content .content-body .card .card-header .dst-info-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .content .content-body .card .card-header .dst-info-button-wrapper .gis-project-map-info {
    font-style: italic;
    position: relative;
    padding-left: 35px;
    font-family: "Open Sans"; }
    .content .content-body .card .card-header .dst-info-button-wrapper .gis-project-map-info:before {
      content: '\f2a7';
      font-family: 'LineAwesome';
      font-size: 24px;
      position: absolute;
      font-style: normal;
      left: 0;
      top: -7px; }

.content .content-body .card .card-header .nav.nav-tabs.nav-underline {
  border-radius: 0;
  border-bottom-color: #d9dae1;
  margin: 10px 0 0 !important; }
  .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item {
    flex: none; }
    .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item > a.nav-link {
      padding: 10px 60px;
      font-size: 1.3em;
      color: #666; }
      .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item > a.nav-link:hover {
        background: none;
        color: #fcb31a; }
      .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item > a.nav-link:before {
        background: #fcb31a;
        height: 5px; }
    .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item.active a.nav-link {
      color: #fcb31a;
      font-weight: 400;
      font-family: "Open Sans"; }
      .content .content-body .card .card-header .nav.nav-tabs.nav-underline .nav-item.active a.nav-link:before {
        transform: translate3d(0, 0, 0); }

.content .content-body .card .card-body .table-responsive .dst-row-deleted {
  background: #ffefef;
  color: red; }
  .content .content-body .card .card-body .table-responsive .dst-row-deleted > td {
    text-decoration: line-through; }
  .content .content-body .card .card-body .table-responsive .dst-row-deleted > td:last-of-type {
    text-decoration: none; }

.content .content-body .card .card-body .table-responsive .summary {
  margin-bottom: 15px;
  color: #999;
  font-family: "Open Sans"; }

.content .content-body .card .card-body .table-responsive .pagination {
  display: flex;
  justify-content: center; }
  .content .content-body .card .card-body .table-responsive .pagination li a {
    color: #71788f; }
  .content .content-body .card .card-body .table-responsive .pagination li.active a {
    background: #71788f;
    border-color: #71788f;
    color: #FFF; }

.content .content-body .card .card-body .table-responsive .dst-table {
  border: 1px solid #e3ebf4;
  margin-bottom: 50px; }
  .content .content-body .card .card-body .table-responsive .dst-table > thead > tr > th {
    border-color: #e3ebf4;
    color: #575757;
    font-family: "Open Sans"; }
    .content .content-body .card .card-body .table-responsive .dst-table > thead > tr > th > a {
      color: #575757;
      font-family: "Open Sans"; }
  .content .content-body .card .card-body .table-responsive .dst-table td {
    font-family: "Open Sans";
    vertical-align: middle; }
  .content .content-body .card .card-body .table-responsive .dst-table td > a {
    text-decoration: none; }
    .content .content-body .card .card-body .table-responsive .dst-table td > a > i.la {
      color: #575757;
      font-size: 25px;
      padding: 0 5px; }
    .content .content-body .card .card-body .table-responsive .dst-table td > a:hover > i.la {
      color: #fcb31a; }

.content .content-body .card .card-body .dst-num-per-page {
  margin-bottom: 30px; }

.content .content-body .card .card-body .dataTables_length {
  display: flex;
  align-items: center; }
  .content .content-body .card .card-body .dataTables_length > label {
    margin-bottom: 0;
    margin-right: 8px;
    font-weight: normal;
    color: #999;
    font-family: "Open Sans"; }
  .content .content-body .card .card-body .dataTables_length select.form-control.form-control-sm {
    width: 80px;
    margin-right: 8px;
    font-family: "Open Sans"; }
  .content .content-body .card .card-body .dataTables_length > span {
    color: #999; }

.content .content-footer .buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end; }
  .content .content-footer .buttons .btn {
    margin-left: 12px;
    margin-right: 0 !important; }
    .content .content-footer .buttons .btn:first-of-type {
      margin-left: 0 !important; }
  .content .content-footer .buttons .btn-back {
    margin-right: auto !important;
    margin-left: 0 !important; }

.content .element-form .help-icon {
  margin-left: 10px;
  position: relative; }
  .content .element-form .help-icon:hover {
    color: #fcb31a;
    cursor: pointer; }

body.logged-out.fixed-navbar {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  justify-content: space-between; }

body.logged-out.vertical-layout.vertical-menu.menu-expanded .content {
  margin-left: 0; }

body.logged-out .wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-grow: 100; }
  body.logged-out .wrap .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    body.logged-out .wrap .content .authentication-form-content {
      width: 80%;
      max-width: 1000px;
      min-height: 500px;
      margin: 0 auto;
      background: #FFF;
      display: flex;
      flex-flow: row nowrap;
      border-radius: 10px;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1); }
      body.logged-out .wrap .content .authentication-form-content .left {
        background: #f6f6f6 url("../images/corporate-detail-menu.png") left bottom no-repeat;
        width: 250px;
        display: flex;
        align-items: center;
        flex-direction: column; }
        body.logged-out .wrap .content .authentication-form-content .left .brand-logo {
          margin-top: 60px;
          margin-left: -40px; }
      body.logged-out .wrap .content .authentication-form-content .right {
        flex: 1;
        padding: 60px 50px 20px;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 37px 2px rgba(0, 0, 0, 0.1); }
        body.logged-out .wrap .content .authentication-form-content .right .right-content {
          display: flex;
          flex-flow: column nowrap;
          height: 100%; }
          body.logged-out .wrap .content .authentication-form-content .right .right-content > h1 {
            margin-bottom: 40px; }
          body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper {
            display: flex;
            flex-flow: column nowrap;
            height: 100%; }
            body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form {
              margin-bottom: 50px;
              display: flex;
              flex-flow: column nowrap;
              align-items: flex-start;
              height: 100%; }
              body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .form-group {
                width: 100%; }
              body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .field-login-form-login {
                margin-bottom: 30px; }
              body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .btn-forgot_password {
                align-self: flex-end;
                margin-bottom: 40px;
                font-style: italic;
                text-decoration: underline;
                font-size: 1rem;
                color: #666; }
                body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .btn-forgot_password:hover {
                  color: #fcb31a; }
              body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .send-btns {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: auto;
                margin-top: 60px; }
                body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .send-btns .btn-left {
                  font-style: italic;
                  text-decoration: underline;
                  font-size: 1rem;
                  color: #666;
                  border: none;
                  background: #FFF;
                  cursor: pointer; }
                  body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .send-btns .btn-left:hover {
                    color: #fcb31a; }
                body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .send-btns .btn-action {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  padding: 6px 12px;
                  min-height: 50px;
                  min-width: 160px;
                  font-size: 1.1rem;
                  font-weight: normal;
                  line-height: 1.4;
                  text-align: center;
                  white-space: nowrap;
                  vertical-align: middle;
                  touch-action: manipulation;
                  cursor: pointer;
                  user-select: none;
                  background-image: none;
                  border: 1px solid #cacfe7;
                  background: #FFF;
                  border-radius: 4px;
                  color: #666; }
                  body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper > form .send-btns .btn-action:hover {
                    background: #fcb31a;
                    color: #ffffff;
                    border-color: #fcb31a; }
            body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper .text-center {
              margin-top: auto;
              margin-bottom: 0; }
              body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper .text-center .btn-confirmation {
                font-style: italic;
                text-decoration: underline;
                font-size: 1rem;
                color: #666; }
                body.logged-out .wrap .content .authentication-form-content .right .right-content .form-wrapper .text-center .btn-confirmation:hover {
                  color: #fcb31a; }

body.logged-out .footer {
  flex-grow: 1; }

.footer.footer-static {
  height: auto;
  overflow: hidden; }

.footer .footer-txt {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 18px;
  text-align: left !important; }
  .footer .footer-txt .copy {
    margin-bottom: 10px; }
  .footer .footer-txt .text {
    font-size: 12px !important; }

.profile-card-wrapper {
  background: #e3ebf4;
  border: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  box-sizing: border-box; }
  .profile-card-wrapper .img-card {
    width: 60px;
    border: 5px solid #fff;
    border-radius: 50%; }
  .profile-card-wrapper > h3 {
    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
    font-size: 2rem;
    margin-left: 15px;
    color: #575757; }

.dw-user-edit .form-body .control-label,
.dw-admin-user-edit .form-body .control-label {
  margin-bottom: 10px; }

.dw-user-edit .form-actions,
.dw-admin-user-edit .form-actions {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-left: 15px; }
  .dw-user-edit .form-actions .btn,
  .dw-admin-user-edit .form-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    min-height: 50px;
    min-width: 160px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #cacfe7;
    background: #FFF;
    border-radius: 4px;
    color: #666; }
    .dw-user-edit .form-actions .btn:hover,
    .dw-admin-user-edit .form-actions .btn:hover {
      background: #fcb31a;
      color: #ffffff;
      border-color: #fcb31a; }

.dw-admin-user-edit .card-header .block-delete-btns ul.btns-delete {
  display: flex;
  justify-content: flex-end; }

.dw-admin-user-edit .card-header .block-delete-btns .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  min-height: 50px;
  min-width: 160px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid #cacfe7;
  background: #FFF;
  border-radius: 4px;
  color: #666; }
  .dw-admin-user-edit .card-header .block-delete-btns .btn a:hover {
    background: #fcb31a;
    color: #ffffff;
    border-color: #fcb31a; }
  .dw-admin-user-edit .card-header .block-delete-btns .btn a:hover {
    background: #e03137;
    color: #FFF !important;
    border-color: #e03137; }
  .dw-admin-user-edit .card-header .block-delete-btns .btn a.text-success:hover {
    background: #28D094;
    color: #FFF !important;
    border-color: #28D094; }

.fileinput-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  font-family: "Open Sans" !important;
  font-size: 1.1rem !important;
  padding: 6px 12px !important;
  min-height: 50px;
  min-width: 160px;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid #cacfe7 !important;
  background: #FFF !important;
  border-radius: 4px;
  color: #575757 !important; }
  .fileinput-button:hover {
    background: #fcb31a !important;
    color: #ffffff;
    border-color: #fcb31a !important; }
  .fileinput-button > i {
    font-size: 1rem !important;
    margin-right: 8px;
    margin-top: -2px; }

.form-generation-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-generation-process.float-wrapper {
  width: 60% !important; }

.form-generation-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-generation-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-generation-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-generation-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-pretreatment-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-pretreatment-process .mass-balance-params,
.form-pretreatment-process .waste-block,
.form-pretreatment-process .waste-element {
  display: none; }

.form-pretreatment-process .mass-balance-params.visible,
.form-pretreatment-process .waste-block.visible,
.form-pretreatment-process .waste-element.visible {
  display: block; }

.form-pretreatment-process.float-wrapper {
  width: 60% !important; }

.form-pretreatment-process.float-wrapper .two_columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-pretreatment-process.float-wrapper .three_columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-pretreatment-process .map_wrapper {
  grid-column: span 3; }

.form-pretreatment-process li.select2-search--inline input {
  width: 100% !important; }

.form-source-separation .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-source-separation .waste-block,
.form-source-separation .waste-element {
  display: none; }

.form-source-separation .waste-block.visible,
.form-source-separation .waste-element.visible {
  display: block; }

.form-source-separation .float-wrapper {
  width: 60% !important; }

.form-source-separation.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-source-separation.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-source-separation.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-source-separation.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-collection-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-collection-process .waste-block,
.form-collection-process .waste-element {
  display: none; }

.form-collection-process .waste-block.visible,
.form-collection-process .waste-element.visible {
  display: block; }

.form-collection-process .float-wrapper {
  width: 60% !important; }

.form-collection-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-collection-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-collection-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-collection-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-transport-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-transport-process.float-wrapper {
  width: 60% !important; }

.form-transport-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-transport-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-transport-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-transport-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-treatment-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-treatment-process.float-wrapper {
  width: 90% !important; }

.form-treatment-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-treatment-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-treatment-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-treatment-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-treatment-process.float-wrapper .five_columns {
  grid-template-columns: repeat(5, 1fr); }

.form-bioproduct-use-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-bioproduct-use-process.float-wrapper {
  width: 60% !important; }

.form-bioproduct-use-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-bioproduct-use-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-bioproduct-use-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-bioproduct-use-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.form-final-disposal-process .float-content {
  overflow-y: auto;
  margin-bottom: 82px; }

.form-final-disposal-process.float-wrapper {
  width: 60% !important; }

.form-final-disposal-process.float-wrapper .columns {
  display: grid;
  grid-column-gap: 20px;
  width: 100%; }

.form-final-disposal-process.float-wrapper .two_columns {
  grid-template-columns: repeat(2, 1fr); }

.form-final-disposal-process.float-wrapper .three_columns {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 100%; }

.form-final-disposal-process.float-wrapper .four_columns {
  grid-template-columns: repeat(4, 1fr); }

.info-help {
  font-size: 0.8em;
  color: #666;
  margin: 0;
  padding: 0 0 10px 0; }

.select2-container {
  z-index: 99990; }

html body .checkbox_wrapper {
  position: relative; }
  html body .checkbox_wrapper #share-process {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    min-height: initial;
    margin: 0;
    z-index: 10001;
    cursor: pointer; }
    html body .checkbox_wrapper #share-process + label {
      position: relative;
      padding: 0; }
    html body .checkbox_wrapper #share-process + label:before {
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background: white;
      border: 1px solid #ffc107;
      content: ''; }
    html body .checkbox_wrapper #share-process:hover + label:before {
      background: #ffc107; }
    html body .checkbox_wrapper #share-process:checked + label:before {
      background: #ffc107; }
    html body .checkbox_wrapper #share-process:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    html body .checkbox_wrapper #share-process:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    html body .checkbox_wrapper #share-process:checked + label:after {
      position: absolute;
      left: 5px;
      top: 9px;
      width: 2px;
      height: 2px;
      background: white;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg);
      content: ''; }

html body .popover {
  z-index: 99999; }
  html body .popover .arrow:before, html body .popover .arrow:after {
    display: none; }

html body .help-icon.active {
  color: #FCB31A; }

/*--------------------------------------------------------------
# Commons
--------------------------------------------------------------*/
.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.green {
  color: #28D094; }

.orange {
  color: #d48901 !important; }

.red {
  color: #e03137; }

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

form .form-control {
  border-width: 2px; }

.form-control {
  line-height: 1.7;
  font-size: 1.1rem; }
  .form-control:focus {
    border-color: #71788f; }

.help-block {
  background-color: rgba(224, 49, 55, 0.2) !important;
  position: relative;
  color: #e03137;
  font-size: 1rem;
  padding: .8rem 1.2rem;
  box-sizing: border-box;
  display: none !important;
  margin-bottom: 0;
  margin-top: 10px; }
  .help-block:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(224, 49, 55, 0.2); }

.has-error .help-block {
  display: block !important;
  font-family: "Open Sans"; }

.header-wizard-steps {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start !important; }
  .header-wizard-steps > h1 {
    color: #575757; }
    .header-wizard-steps > h1 > span {
      color: #575757;
      padding-left: 0; }
      .header-wizard-steps > h1 > span:before {
        content: '· '; }
  .header-wizard-steps .buttons {
    align-self: flex-end; }

.wizard-steps {
  position: relative;
  display: block;
  width: 100%; }
  .wizard-steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none; }
    .wizard-steps > ul > li {
      display: table-cell;
      width: auto;
      vertical-align: top;
      text-align: center;
      position: relative; }
      .wizard-steps > ul > li:before, .wizard-steps > ul > li:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 43px;
        width: 50%;
        height: 5px;
        background-color: #d9dae0; }
      .wizard-steps > ul > li:before {
        right: initial;
        left: 0; }
      .wizard-steps > ul > li:first-of-type:before {
        display: none; }
      .wizard-steps > ul > li:last-of-type:after {
        display: none; }
      .wizard-steps > ul > li > a {
        position: relative;
        padding-top: 52px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        text-decoration: none;
        font-family: "Open Sans";
        color: #575757; }
        .wizard-steps > ul > li > a .current-info {
          color: #666;
          text-decoration: none;
          font-weight: normal; }
        .wizard-steps > ul > li > a .number {
          width: 50px;
          height: 50px;
          line-height: 40px;
          border: 5px solid #d9dae0;
          font-size: 1.3rem;
          border-radius: 50%;
          background-color: #fff;
          color: #666;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -24px;
          z-index: 10;
          text-align: center; }
        .wizard-steps > ul > li > a:hover .number {
          border-color: #fcb31a;
          color: #fcb31a; }
        .wizard-steps > ul > li > a:hover .current-info {
          color: #fcb31a; }
      .wizard-steps > ul > li.active > a, .wizard-steps > ul > li.pass > a {
        color: #333333;
        cursor: default; }
        .wizard-steps > ul > li.active > a .number, .wizard-steps > ul > li.pass > a .number {
          border-color: #fcb31a;
          background-color: #fff;
          color: #fcb31a; }
      .wizard-steps > ul > li.active:before, .wizard-steps > ul > li.pass:before {
        background: #fcb31a; }
      .wizard-steps > ul > li.pass:after {
        background: #fcb31a; }

.form-group > label {
  color: #575757;
  font-weight: normal;
  font-family: "Open Sans"; }

.form-group > input {
  min-height: 45px;
  color: #575757;
  font-weight: normal;
  font-family: "Open Sans"; }

.form-group > select,
.form-group > select.form-control:not([size]):not([multiple]) {
  height: 45px;
  color: #575757;
  font-weight: normal;
  font-family: "Open Sans"; }

.form-group.has-error > label {
  color: #e03137 !important; }

.form-group.has-error > input {
  border-color: #e03137 !important; }

.card .card-header > h2,
.card .card-header > h3,
.card .card-body > h2,
.card .card-body > h3 {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  color: #575757; }

.select2-container--bootstrap .select2-selection--single,
.select2-results__option {
  font-family: "Open Sans" !important; }

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  margin: 3px 0 3px 6px !important; }

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
  font-family: "Open Sans"; }

.s2-togall-select .s2-select-label,
.select2-container--krajee .select2-results__option--highlighted[aria-selected],
.select2-container--krajee .select2-results__option[aria-selected] {
  font-family: "Open Sans"; }

.select2-container--krajee .select2-selection--multiple {
  height: auto !important;
  min-height: 45px !important; }

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 0 !important; }

.table thead td input,
.table thead td select {
  height: 45px !important; }

.form-new-element > label {
  font-family: "Open Sans";
  color: #575757;
  font-weight: normal;
  margin-bottom: 10px; }

.select2-selection {
  height: 45px !important;
  border: 2px solid #cacfe7 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center; }

.status-red,
.status-green,
.status-orange {
  width: 15px !important;
  height: 15px !important; }

.input-info {
  font-family: "Open Sans";
  font-size: .9rem;
  color: rgba(87, 87, 87, 0.7);
  font-style: italic;
  margin: 5px 0;
  position: relative;
  display: block; }

.skin.skin-square {
  margin: 30px 0; }
  .skin.skin-square .icheckbox_square-yellow {
    margin-right: 5px; }
  .skin.skin-square > label {
    font-family: "Open Sans";
    font-weight: normal; }

.dw_multiple_inputs .multiple-input-list {
  font-family: "Open Sans";
  font-weight: normal; }
  .dw_multiple_inputs .multiple-input-list thead th {
    font-weight: normal; }
  .dw_multiple_inputs .multiple-input-list tbody > tr > td {
    vertical-align: middle; }
    .dw_multiple_inputs .multiple-input-list tbody > tr > td .btn.btn-danger {
      background-color: #fff !important;
      border: none;
      color: #e03137; }
      .dw_multiple_inputs .multiple-input-list tbody > tr > td .btn.btn-danger > i {
        color: #e03137; }
  .dw_multiple_inputs .multiple-input-list tfoot .btn > i {
    left: 1px; }

.jcfe {
  justify-content: flex-end !important; }

.modal-backdrop.show {
  opacity: 0.5 !important; }

.modal.show .modal-dialog {
  transform: translate(0, 0) !important; }

#dw-default-modal {
  z-index: 9999999999; }
  #dw-default-modal .modal-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: #fcb31a;
    border-bottom: none; }
    #dw-default-modal .modal-header:before, #dw-default-modal .modal-header:after {
      display: none; }
    #dw-default-modal .modal-header .modal-title {
      font-family: "Quicksand", Georgia, "Times New Roman", Times, serif; }
    #dw-default-modal .modal-header .close {
      margin: 0;
      padding: 0; }
  #dw-default-modal .modal-body {
    min-height: 100px; }
    #dw-default-modal .modal-body .txt-content {
      font-family: "Open Sans"; }
  #dw-default-modal .modal-footer .btn {
    font-family: "Open Sans";
    color: #575757;
    padding: 8px 25px; }
    #dw-default-modal .modal-footer .btn:hover {
      background: #e3ebf4;
      border: 1px solid #e3ebf4; }
  #dw-default-modal .modal-footer .btn-modal-success {
    background: #FFF;
    border: 1px solid #e3ebf4;
    color: #575757; }
    #dw-default-modal .modal-footer .btn-modal-success:hover {
      background: #fcb31a;
      color: #FFF;
      border-color: #fcb31a; }
  #dw-default-modal.m-danger .modal-header {
    background: #e03137; }
    #dw-default-modal.m-danger .modal-header .modal-title {
      color: #FFF; }
  #dw-default-modal.m-danger .modal-footer .btn-modal-success:hover {
    background: #e03137;
    border-color: #e03137; }
  #dw-default-modal.m-success .modal-header {
    background: #28D094; }
    #dw-default-modal.m-success .modal-header .modal-title {
      color: #FFF; }
  #dw-default-modal.m-success .modal-footer .btn-modal-success:hover {
    background: #28D094;
    border-color: #28D094; }

.row-no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.toaster {
  position: fixed;
  z-index: 99999;
  top: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-width: 550px; }

.toast {
  font-family: "Open Sans";
  font-size: 1.2rem;
  color: #575757;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-140px) rotateY(40deg);
  transition: all 300ms ease-in-out;
  background: #FFF;
  width: 100%;
  display: block;
  position: relative; }
  .toast:before {
    content: '';
    width: 5px;
    height: 100%;
    background: #28D094;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .toast strong {
    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
    font-size: 1.3rem;
    color: #575757; }
  .toast.toast--show {
    transform: translateY(0) rotateY(0);
    opacity: 1; }
  .toast.toast--success {
    color: #28D094; }
    .toast.toast--success:before {
      background: #28D094; }
  .toast.toast--danger, .toast.toast--error {
    color: #e03137; }
    .toast.toast--danger:before, .toast.toast--error:before {
      background: #e03137; }
  .toast.toast--info {
    color: #1E9FF2; }
    .toast.toast--info:before {
      background: #1E9FF2; }

.leaflet-tooltip.tooltip-wmz {
  background: #1E9FF2;
  border-color: #1E9FF2;
  color: #FFF;
  font-weight: bold; }
  .leaflet-tooltip.tooltip-wmz.leaflet-tooltip-right:before {
    border-right-color: #1E9FF2; }
  .leaflet-tooltip.tooltip-wmz.leaflet-tooltip-left:before {
    border-left-color: #1E9FF2; }

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