body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box !important;
  color: #575758;
  font-family: "Poppins", sans-serif;
}
body.color_background {
  background: url("../images/bg_horizontal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body #header {
  z-index: 100;
  padding: 20px 0;
  position: relative;
  height: 93px;
  display: flex;
  align-items: center;
}
body #header.color_nav {
  background: #f5f5f6;
}
body #header #menu_mobile {
  display: block;
  width: 70px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
body #header #menu_mobile div {
  width: 25px;
  height: 4px;
  background: #f28f00;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  margin-left: 5px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body #header #menu_mobile div:nth-of-type(2) {
  width: 30px;
  margin-left: 2.5px;
}
body #header #menu_mobile:hover div:nth-of-type(2) {
  width: 35px;
  margin-left: 0;
}
body #header #menu_mobile.open div:nth-of-type(1) {
  transform: translateY(4px) rotate(45deg);
}
body #header #menu_mobile.open div:nth-of-type(2) {
  display: none;
}
body #header #menu_mobile.open div:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}
@media (min-width: 996px) {
  body #header #menu_mobile {
    display: none;
  }
}
body #header img {
  width: calc(100vw - 190px);
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
body #header #user_img {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
body #header #user_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body #header #user_img #notifications_mark {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  padding-left: 1px;
  background: red;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
body #wrapper {
  position: relative;
  height: 100%;
}
body #wrapper .page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  max-height: calc(100vh - 93px);
  background: white;
  padding: 20px;
  transition: padding-left 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 996px) {
  body #wrapper .page {
    left: 60px;
    width: calc(100% - 60px);
  }
}
body #wrapper .page.right_panned {
  padding-left: 259px !important;
}
body #wrapper .page.list_page {
  background: #575757;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body #wrapper .page.list_page .list_name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-bottom: 15px;
}
body #wrapper .page.list_page .list_container {
  background: white;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 996px) {
  body #wrapper .page.list_page .list_container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
body #wrapper .page.list_page .list_container .list_container_header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid lightgray;
  align-items: center;
}
body #wrapper .page.list_page .list_container .list_container_header h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body #wrapper .page.list_page .list_container .list_container_header button {
  font-size: 12px;
  padding: 4px 12px;
  color: white;
}
body #wrapper .page.list_page .list_container .list_container_body {
  padding: 0 15px;
  padding-bottom: 12px;
}

.centered_text {
  text-align: center;
}

.float_right {
  display: block !important;
  margin-left: auto;
}

.yellow_btn {
  background-color: #f28f00 !important;
  border-color: #f28f00 !important;
}

.green_btn {
  background-color: #BBCB2D !important;
  border-color: #BBCB2D !important;
}

.grey_btn {
  background-color: #575757 !important;
  border-color: #575757 !important;
}

.clean_btn {
  background: transparent;
}

.align_right {
  text-align: right;
}

.col_container {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding: 0 !important;
}

.col_1 {
  width: 100% !important;
}

.col_2 {
  width: 50%;
  float: left;
}
@media (min-width: 996px) {
  .col_2 {
    width: 33.3% !important;
    float: unset;
  }
}

.col_3 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_3 {
    width: 33.3% !important;
    float: unset;
  }
}

.col_80 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_80 {
    width: 80% !important;
    float: unset;
  }
}

.col_60 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_60 {
    width: 60% !important;
    float: unset;
  }
}

.col_10 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_10 {
    width: 10% !important;
    float: unset;
  }
}

.col_20 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_20 {
    width: 20% !important;
    float: unset;
  }
}

.col_30 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_30 {
    width: 30% !important;
    float: unset;
  }
}

.col_35 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_35 {
    width: 35% !important;
    float: unset;
  }
}

.col_45 {
  width: 100%;
  float: left;
}
@media (min-width: 996px) {
  .col_45 {
    width: 45% !important;
    float: unset;
  }
}

.col_2_float {
  width: 100%;
  float: unset;
}
@media (min-width: 996px) {
  .col_2_float {
    width: 50% !important;
    float: left;
  }
}

.btn-secondary {
  border-radius: 30px !important;
  padding: 0.6rem 1.5rem !important;
  font-size: 15px !important;
}

.error-focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 0, 27, 0.25) !important;
  border-color: rgba(194, 0, 27, 0.5) !important;
  border-radius: 5px;
  border: 1px solid rgba(194, 0, 27, 0.5) !important;
}

.flex {
  display: flex;
}

.flex_responsive {
  display: flex;
  flex-direction: column;
}
@media (min-width: 996px) {
  .flex_responsive {
    flex-direction: row;
  }
}

.flex_right {
  justify-content: flex-end;
}

.mb-15 {
  margin-bottom: 15px;
}

.clean_btn {
  border: 0;
  outline: 0;
  font-size: 14px;
}
.clean_btn i {
  color: #f28f00;
  margin-left: 5px;
}
.clean_btn:focus {
  outline: 0;
}

.status_active {
  color: #C4D24B;
}

.status_inactive {
  color: #DB8F1B;
}

.status_final {
  color: #C81B2F;
}

#loading_container {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  background: #f5f5f6;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
#loading_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading_container #spinner_loading {
  z-index: 2;
  width: 70px;
}
#loading_container #logo_loading {
  z-index: 1;
  width: 70px;
}

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