/*$color_Principal: #4DB7CD;*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.btn-primary {
  color: #fff !important;
}

span.link_name:hover {
  cursor: pointer;
}

.Loading__Screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1099;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white-color: #fff;
  --blue-color: #067B23;
  --grey-color: #707070;
  --grey-color-light: #aaa;
}

body {
  background-color: #fff;
  transition: all 0.5s ease;
}

/* navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}

.logo_item {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #067B23;
}

.navbar img {
  /*width: 70px;*/
  height: 30px;
}

.profile {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
  border-radius: 50%;
}

.navbar_content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.navbar_content i {
  cursor: pointer;
  font-size: 20px;
  color: var(--grey-color);
}

/* sidebar */
.sidebar {
  background-color: var(--white-color);
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 80px 20px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
}

.sidebar.close {
  padding: 60px 0;
  width: 80px;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.menu_content {
  position: relative;
}

.menu_title {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 18px;
}

.sidebar.close .menu_title {
  padding: 6px 30px;
}

.menu_title::before {
  color: var(--grey-color);
  white-space: nowrap;
}

.menu_dahsboard::before {
  content: "Nomina";
}

.menu_editor::before {
  content: "Procesos";
}

.menu_setting::before {
  content: "Mantenimientos";
}

.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: var(--grey-color-light);
}

.menu_items {
  padding: 0;
  list-style: none;
}

.navlink_icon {
  position: relative;
  font-size: 22px;
  min-width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}

.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 100px);
  left: -20px;
}

.navlink_icon:hover {
  background: var(--blue-color);
}

.sidebar .nav_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--grey-color);
  white-space: nowrap;
}

.sidebar.close .navlink {
  display: none;
}

.nav_link:hover {
  color: var(--white-color);
  background: var(--blue-color);
}

.sidebar.close .nav_link:hover {
  background: var(--white-color);
}

.submenu_item {
  cursor: pointer;
}

.submenu {
  display: none;
}

.submenu_item .arrow-left {
  position: absolute;
  right: 10px;
  display: inline-block;
  margin-right: auto;
}

.sidebar.close .submenu {
  display: none;
}

.show_submenu ~ .submenu {
  display: block;
}

.show_submenu .arrow-left {
  transform: rotate(90deg);
}

.submenu .sublink {
  padding: 15px 15px 15px 52px;
}

.bottom_content {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.bottom {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  color: var(--grey-color);
  border-top: 1px solid var(--grey-color-light);
  background-color: var(--white-color);
}

.bottom i {
  font-size: 20px;
}

.bottom span {
  font-size: 18px;
}

.sidebar.close .bottom_content {
  width: 50px;
  left: 15px;
}

.sidebar.close .bottom span {
  display: none;
}

.sidebar.hoverable .collapse_sidebar {
  display: none;
}

#sidebarOpen {
  display: none;
}

@media screen and (max-width: 768px) {
  #sidebarOpen {
    font-size: 25px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    color: var(--grey-color);
  }
  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
}
.contenedor__ {
  width: 90%;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 20px;
}

thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff !important;
}

td {
  max-width: 330px;
  overflow: clip;
  white-space: normal;
  text-overflow: ellipsis;
}

.contenedor__table {
  height: 75vh;
  overflow: auto;
  width: 100%;
}
.contenedor__table .table {
  width: 100vw;
}

.contenedor {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_login {
  display: flex;
  border-radius: 0 30px 0 30px;
  background-color: #067B23;
  width: 50vw;
  height: 50vh;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.container_logo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_form {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 2em;
  border-radius: 20px 20px 0 20px;
}
.container_form .tittle {
  color: #067B23;
  text-align: center;
}

.formulario {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.formulario .input_ {
  border: none;
  color: #575757;
  border-radius: 20px;
  height: 5vh;
  padding: 5px;
}
.formulario .txt_form {
  color: #000;
}
.formulario .btn_login {
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #067B23;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  font-size: 1em;
}
.formulario .btn_login:hover {
  background-color: #575757;
}

@media (max-width: 900px) {
  .container_login {
    flex-direction: column;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
    width: 70%;
    height: 65%;
  }
  .container_form {
    width: 100%;
    height: 70%;
  }
  .container_logo {
    width: 100%;
    height: 30%;
  }
}
body {
  margin-top: 20px;
}

.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #067B23;
}

.steps .step.completed .step-icon {
  border-color: #067B23;
  background-color: #067B23;
  color: #fff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
.bg-faded, .bg-secondary {
  background-color: #f5f5f5 !important;
}

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