::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-moz-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 0px;
}
::-moz-scrollbar-thumb {
  background-color: #999999;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #e6e6e6;
}
::-moz-scrollbar-track {
  background: #e6e6e6;
}
.data-ok {
  color: #53a94b;
}
.data-ok-bg {
  background-color: #53a94b;
}
.progress-ok {
  background-color: rgba(216, 240, 80, 0.6);
}
.data-limite {
  color: #f09e34;
}
.data-limite-bg {
  background-color: #f09e34;
}
.progress-limite {
  background-color: rgba(240, 158, 52, 0.8);
}
.data-mal {
  color: #f05050;
}
.data-gris {
  color: #c6c6c6;
}
.data-mal-bg {
  background-color: #f05050;
}
.progress-mal {
  background-color: rgba(240, 80, 80, 0.9);
}
.verde-produccion {
  background-color: rgba(40, 148, 31, 0.8);
}
.rojo-gestion {
  background-color: rgba(148, 31, 31, 0.6);
}
.azul-produccion {
  background: #00c0ef;
}
.gris-gestion {
  background: #c8c8c8;
}
.rojo {
  color: #e74a25;
}
.verde {
  color: #10c38e;
}
.amarillo {
  color: #f3b704;
}
.azul {
  color: #00c0ef;
}
* {
  padding: 0;
  margin: 0;
  -webkit-transition: border-box;
  -moz-transition: border-box;
  -ms-transition: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
}  
*::before, *::after {
  -webkit-transition: border-box;
  -moz-transition: border-box;
  -ms-transition: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
}
*:hover, *:focus, *:active {
  outline: none;
  text-decoration: none;
}
html, body {
  min-height: 100%;
  overflow-x: hidden @i;
}
html {
  font-size: 62.5%;
  position: relative;
  min-height: 100vh;
  scroll-behavior: smooth;
}
body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333333;
  min-height: 100%;
  background: #f5f5f5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body header {
  position: fixed;
  z-index: 1030;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body header .header {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
}
body header .header > div {
  width: 235px;
  padding: 8px 16px;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
body header .header > div.logo-top {
  width: 100%;
  display: block;
}
body header .header > div .logo .icon {
  max-height: 30px;
  max-width: 140px;
}
body header .header > div .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body header .header > div .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
body header .header > div .sidebar-toggle:hover .icon-bar {
  background: #ffffff !important;
  width: 26px;
}
body header .header nav.navbar {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 46px);
}
body header .header nav.navbar a {
  color: #ffffff;
}
body header .header nav.navbar .navbar-nav > .user-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body header .header nav.navbar .navbar-nav > .user-menu > a {
  font-weight: 500;
}
body header .header nav.navbar .navbar-nav > .user-menu > a.config {
  font-size: 1.4em !important;
}
body header .header nav.navbar .navbar-nav > .user-menu > a.config > i {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body header .header nav.navbar .navbar-nav > .user-menu > a.config:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body header .header nav.navbar .navbar-nav > .user-menu > a.usuario {
  display: flex;
  align-items: center;
}
body header .header nav.navbar .navbar-nav > .user-menu > a.usuario.dropdown-toggle::after {
  content: '\f0d7';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 10px;
  height: 5px;
  margin: 0px 5px;
  border: none;
}
body header .header nav.navbar .navbar-nav > .user-menu > a > img {
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
body header .header nav.navbar .navbar-nav > .user-menu.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu {
  padding: 0px;
  width: 280px;
  right: -5px;
  left: initial;
  top: calc(100% + 1px);
  border: none;
  border-radius: 5px;
  background: #333333;
  position: absolute;
  z-index: 2300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding: 20px;
  text-align: center;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > a {
  display: block;
  margin: 0 0 15px !important;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > a:hover {
  background-color: transparent;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > a > img {
  width: 72px;
  height: auto;
  margin: 0px;
  z-index: 5;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  font-size: 18px;
  color: #cccccc;
  margin: 2px 0px 0px;
  z-index: 5;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p:first-of-type {
  margin-bottom: 5px;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  font-size: 12px;
  display: block;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small > i {
  margin-right: 5px;
}
body header .header nav.navbar .navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  padding: 0 15px 15px;
}
body header .header nav.navbar .navbar-nav > .breadcrumb {
  list-style: none;
  border-radius: 0;
  padding: inherit;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo {
  font-size: 0.9em;
  height: initial;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo > li {
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  animation-name: parpadeo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes parpadeo {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo > li:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  margin: 0 8px;
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo > li:last-child {
  padding-right: 0px;
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo > li:last-child:after {
  display: none;
}
body header .header nav.navbar .navbar-nav > .breadcrumb ul#registro-activo > li.tareas {
  color: #999999;
}
body .row-offcanvas {
  padding-top: 50px;
  min-height: 100vh;
}
body .row-offcanvas .left-side {
  position: absolute;
  width: 220px;
  top: 0;
  position: fixed;
  opacity: 1;
  visibility: visible;
  background: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .row-offcanvas .left-side > .sidebar {
  height: calc(100vh - 50px);
  overflow: auto;
  border-right: solid 1px #e6e6e6;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 50px;
  padding: 15px 20px 15px 40px;
  position: relative;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a::after {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a.active {
  font-weight: 500;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a.active::after {
  background-color: #ffffff;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a.active > i {
  font-weight: 900;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a.active,
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a:hover,
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a:active,
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a > i {
  font-size: 1.6rem;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a > span {
  font-size: 1.85rem;
  line-height: 1;
  position: absolute;
  left: 48px;
  -webkit-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  -moz-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  -ms-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  opacity: 1;
  visibility: visible;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > a .gif-menu {
  width: 16px;
  margin-left: auto;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul {
  padding: 5px 5px 5px 16px;
  display: none;
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a {
  color: #666666;
  line-height: 35px;
  height: 35px;
  display: block;
  padding: 0px 0px 0px 30px;
  position: relative;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a > span {
  width: calc(100% - 35px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  -moz-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  -ms-transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
  transition: left 0.15s ease-out, opacity 0.15s ease-out, visibility 0.15s ease-out;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a > i {
  font-size: 1.35rem;
  text-align: center;
  position: absolute;
  width: 19px;
  left: 4px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a.active {
  font-weight: 500;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a.active > i {
  font-weight: 900 !important;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a:hover,
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a:focus,
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul > li > a.active {
  color: #000000;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li > ul.active {
  display: block;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li.submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li.submenu > a:first-of-type {
  width: calc(100% - 60px);
}
body .row-offcanvas .left-side > .sidebar > .sidebar-menu > li.submenu > ul {
  width: 100%;
}
body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > a {
  padding: 15px;
}
body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > a > i {
  margin-right: 0px;
  text-align: center;
}
body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > a > span {
  opacity: 0;
  visibility: hidden;
  left: 47px;
}
body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > ul > li > a {
  padding: 10px 0px 10px 0px;
}
body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > ul > li > a > span {
  left: 32px;
  opacity: 0;
  visibility: hidden;
}
body .row-offcanvas .right-side {
  position: absolute;
  left: 220px;
  right: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body .row-offcanvas .right-side > .content-header {
  margin: 0px 15px;
  padding: 15px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #e6e6e6;
  background: #ffffff;
  position: relative;
}
body .row-offcanvas .right-side > .content-header h1 {
  margin-bottom: 0px;
}
body .row-offcanvas .right-side > .content-header > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}
body .row-offcanvas .right-side > .content-header > div #num-recursos-activos {
  font-size: 1.1em;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin: 0 15px;
  background-color: #333333;
  border-radius: 50%;
}
body .row-offcanvas .right-side > .content-header > div #num-recursos-activos.extra {
  padding: 2px 7px;
  border-radius: 7px;
  width: auto;
  margin: 0px 15px 0px 0px;
}
body .row-offcanvas .right-side > .content {
  padding: 15px;
  /* overflow: auto; */
  overflow: visible;
}
body .row-offcanvas .right-side,
body .row-offcanvas .left-side {
  min-height: calc(100vh - 50px);
}
body.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
body.login .login-wrapper {
  padding: 20px;
  width: 280px;
  border: solid 1px #dedede;
  background: #ffffff;
  border-radius: 5px;
}
body.login .login-wrapper .login-logo {
  text-align: center;
  padding: 10px 0px 15px;
}
body.login .login-wrapper .login-logo .titulo {
  font-weight: 500;
  color: #666666;
  margin-top: 10px;
}
body.login .login-wrapper .login-logo img {
  /*height: 61px;*/
  max-width: 100%;

}
body.login .login-wrapper .form-group {
  margin-bottom: 0px;
}
body.login .login-wrapper .form-group input {
  height: 42px;
}
body.login .login-wrapper .footer {
  padding-top: 10px;
}
body.login .login-wrapper .footer .btn {
  width: 100%;
}
body.login .login-wrapper .footer .enlace {
  display: block;
  font-size: 13px;
  margin-top: 20px;
}
body.login .login-wrapper #cargando {
  display: none;
  text-align: center;
}
body.login .login-wrapper #cargando img {
  width: 50px;
}
body.fullscreen header {
  top: -50px;
}
body.fullscreen .row-offcanvas {
  padding-top: 0px;
}
body.fullscreen .row-offcanvas .left-side {
  left: -60px !important;
}
body.fullscreen .row-offcanvas .right-side {
  left: 0 !important;
  min-height: 100vh;
}
body.fullscreen .row-offcanvas .right-side > .content-header {
  display: none;
}
body.fullscreen .item .inner {
  max-height: calc(100vh - 145px);
}
body.fullscreen.filtros-on .item .inner {
  max-height: calc(100vh - 230px);
}
body.filtros-on .item .inner {
  max-height: calc(100vh - 340px);
}
body #breadcrumb {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
}
body #breadcrumb > li > a {
  color: #777777;
  text-decoration: none;
}
body #breadcrumb > li > a:hover {
  color: inherit;
}
body #breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  margin: 0 8px;
  position: relative;
  top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.15em;
  font-weight: 500;
}
h4.modal-title {
  font-size: 1.8em;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}
p {
  margin-bottom: 15px;
}
a {
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover,
a:active,
a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.fw-500 {
  font-weight: 500;
}
strong,
.fw-600 {
  font-weight: 600;
}
strong small,
.fw-600 small {
  font-weight: 700;
}
.fw-700,
.negrita {
  font-weight: 700;
}
small {
  font-size: 85%;
}
.no-padding-y-axis {
  padding: 0 20px;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.leyenda {
  padding: 20px;
}
.der {
  float: right;
  text-align: right;
}
.der i {
  margin: 0px 5px 0px 10px;
}
.extra-left {
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 3;
  color: #C0C0C0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.extra-right {
  position: absolute;
  top: 8px;
  left: 98%;
  z-index: 3;
  color: #C0C0C0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.error {
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 0, 0, 0.8);
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 0, 0, 0.8);
  -ms-box-shadow: inset 0px 0px 2px rgba(255, 0, 0, 0.8);
  -o-box-shadow: inset 0px 0px 2px rgba(255, 0, 0, 0.8);
  box-shadow: inset 0px 0px 2px rgba(255, 0, 0, 0.8);
}
.cierre {
  width: 100%;
  clear: both;
}
.sin-borde {
  border: none !important;
  box-shadow: none;
}
.inline {
  display: inline-block;
}
.section-acciones {
  background: #f5f5f5;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.radius-0 {
  border-radius: 0px !important;
}
.radius-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.radius-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.separador {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  margin: 40px 0px;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-0-5 {
  padding: 0px 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.tapar {
  visibility: hidden;
}
.right {
  display: inline-block;
  float: right;
}
.notas,
.aviso {
  font-weight: 500;
  color: #333333;
  margin: 0px;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 16px;
  border: solid 1px #e6e6e6;
}
.notas p,
.aviso p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
}
.notas p i,
.aviso p i {
  position: absolute;
  top: 3px;
  left: 0px;
}
.notas i,
.aviso i {
  font-size: 1.2em;
  color: #e74a25;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#aviso-bloqueo.active {
  display: flex;
}
#aviso-bloqueo {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
#aviso-bloqueo .inner {
  max-width: 95%;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
}
#aviso-bloqueo .inner span {
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
}
#aviso-bloqueo .inner i {
  font-size: 50px;
  margin: auto;
}
.ocultar-inicio,
.oculto,
.oculta {
  display: none !important;
}
.relative {
  position: relative;
}
.mostrar {
  cursor: pointer;
}
.desktop {
  display: block;
  opacity: 1;
  visibility: visible;
}
.responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 20px 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.no-overflow {
  overflow-x: hidden !important;
}
.overflow-x {
  overflow-x: auto;
}
.jqstooltip {
  box-sizing: content-box;
}
.weekend {
  background: #f4f7f4 !important;
}
#fila.registro-fila {
  display: none;
}
#tb-gastos {
  padding: 20px;
  width: 900px;
  max-width: 100%;
}
#tb-gastos h2 strong {
  float: right;
  padding-right: 15px;
  color: #F05050;
}
#tb-gastos .form input {
  margin: 0px 5px;
}
#tb-gastos .fila {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#datos-gastos {
  margin: 30px 0;
}
#datos-gastos img {
  display: block;
  margin: auto;
}
#datos-gastos input,
#datos-gastos textarea {
  border: 0px;
  margin-bottom: 15px;
}
#fecha_gantt {
  width: 200px;
}
#bloque_stop_fecha {
  position: absolute;
}
#fecha_stop,
#hora_stop {
  width: 140px !important;
}
#icono-actual {
  cursor: pointer;
}
#icono-actual i {
  line-height: 24px;
  margin-right: 10px;
}
.btn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  flex: 1 0 60px;
  min-width: 60px;
  width: fit-content;
  height: 40px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: transparent;
  text-transform: uppercase;
  padding: 0px 10px;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn i {
  font-size: 1.2em;
  margin-right: 6px;
}
.btn.round {
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
  min-width: auto;
  width: 28px;
  height: 28px;
  background-color: #999999;
  border: none;
  border-radius: 50%;
}
.btn.round i {
  font-size: 1.1em;
  margin-right: 0px !important;
}
.btn.round.mini {
  flex: 1 0 32px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #d4d4d4;
  border: none;
  border-radius: 50%;
}
.btn.round.mini i {
  font-size: 1em;
  color: #333333;
  margin: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn.round.mini i.fa-long-arrow-up,
.btn.round.mini i.fa-long-arrow-down,
.btn.round.mini i.fa-plus {
  font-size: 1.4em;
}
.btn.round.mini:hover,
.btn.round.mini:focus,
.btn.round.mini:active,
.btn.round.mini.active {
  background: #999999;
}
.btn.round.mini:hover i,
.btn.round.mini:focus i,
.btn.round.mini:active i,
.btn.round.mini.active i {
  color: #ffffff;
}
.btn.round.mini.rojo i,
.btn.round.mini.verde i,
.btn.round.mini.amarillo i {
  color: #ffffff;
}
.btn.round.micro {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.btn.round.micro i {
  font-size: 0.8em;
  margin-right: 0px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.round.color {
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.btn.round.color-xl {
  margin: 0px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: solid 1px #a6a6a6;
}
.btn.top-radius-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.btn.bottom-radius-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn.padding-0 {
  padding: 0px;
}
.btn.mini {
  font-size: 1.35rem;
  font-weight: 600;
  height: 32px;
  border-radius: 16px;
  min-width: 42px;
  padding: 0 16px;
}
.btn.mini i {
  font-size: 1.3rem;
  top: 0px;
  margin-right: 5px;
}
.btn.mini i.fa-times-circle,
.btn.mini i.fa-plus-circle {
  font-size: 1.3rem;
}
.btn.mini.icon {
  min-width: 40px;
  height: 32px;
  padding: 0px;
}
.btn.mini.icon i {
  font-size: 1.5rem;
  margin-right: 0px;
  top: 0;
}
.btn.micro {
  font-size: 0.85em;
  font-weight: 600;
  height: 24px;
  min-width: 32px;
  padding: 0px 12px;
}
.btn.micro i {
  font-size: 1rem;
  margin-right: 5px;
}
.btn.micro i.fa-exclamation-circle,
.btn.micro i.fa-stop {
  top: -1px;
}
.btn.micro.icon {
  min-width: 32px;
  flex: 1 0 32px;
}
.btn.micro.icon i {
  font-size: 0.8em;
  margin-right: 0px;
  top: 0;
}
.btn.btn-extra-mini {
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-left: 6px;
  padding: 7px;
  background: #367fa9;
  color: #fff;
  border-bottom: 1px solid #367fa9;
  cursor: pointer;
}
.btn.w-100 {
  width: 100%;
}
.btn.icon {
  min-width: 60px;
}
.btn.icon i {
  margin-right: 0px;
}
.btn.outline {
  color: #333333 !important;
  background: #ffffff !important;
  /*border-color: #999999 !important;*/
  border-color: #d4d4d4  !important;
}
.btn.outline:hover {
  color: #ffffff !important;
  background: #666666 !important;
  border-color: #666666 !important;
}
.btn.outline.rojo {
  color: #e74a25 !important;
  background: #ffffff !important;
  border-color: #e74a25 !important;
}
.btn.outline.rojo:hover {
  color: #ffffff !important;
  background: #e74a25 !important;
  border-color: #e74a25 !important;
}
.btn.verde {
  color: #ffffff !important;
  background: #10c38e !important;
  border-color: #10c38e !important;
}
.btn.verde:hover {
  background: #00a775 !important;
  border-color: #00a775 !important;
}
.btn.rojo {
  color: #ffffff !important;
  background: #e74a25 !important;
  border-color: #e74a25 !important;
}
.btn.rojo:hover {
  background: #d4320c !important;
  border-color: #d4320c !important;
}
.btn.amarillo {
  color: #ffffff !important;
  background: #f3b704 !important;
  border-color: #f3b704 !important;
}
.btn.amarillo:hover,
.btn.amarillo:focus,
.btn.amarillo:active,
.btn.amarillo.activo {
  color: #ffffff !important;
  background: #e8af04 !important;
  border-color: #e8af04 !important;
}
.btn.azul {
  color: #ffffff !important;
  background: #00c0ef !important;
  border-color: #00c0ef !important;
}
.btn.azul:hover {
  background: #009dc3 !important;
  border-color: #009dc3 !important;
}
.btn.morado {
  color: #ffffff !important;
  background: #8e44ad !important;
  border-color: #8e44ad !important;
}
.btn.morado:hover {
  background: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn.blanco {
  color: #333333 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.btn.blanco:hover {
  color: #ffffff !important;
  background: #666666 !important;
  border-color: #666666 !important;
}
.btn.corporativo {
  color: #ffffff !important;
  background: #f57b20 !important;
  border-color: #f57b20 !important;
}
.btn.corporativo:hover {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.transparente {
  color: #444444 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.btn.transparente:hover {
  color: #000000 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.btn.g {
  color: #333333 !important;
  background: #e8e8e8 !important;
  /*background: #dddddd !important;*/
  /*border-color: #bbbbbb !important;*/
}
.btn.g:hover, .btn.g:focus, .btn.g:active {
  color: #ffffff !important;
  background: #333333 !important;
  /*border-color: #333333 !important;*/
}
.btn.g3 {
  color: #ffffff !important;
  background: #333333 !important;
  /*border-color: #333333 !important;*/
}
.btn.g3:hover, .btn.g3:focus, .btn.g3:active {
  color: #ffffff !important;
  background: #000000 !important;
  /*border-color: #000000 !important;*/
}
.btn.g6 {
  color: #ffffff !important;
  background: #666666 !important;
  /*border-color: #666666 !important;*/
}
.btn.g6:hover, .btn.g6:focus, .btn.g6:active {
  color: #ffffff !important;
  background: #333333 !important;
  /*border-color: #333333 !important;*/
}
.btn.g9 {
  color: #ffffff !important;
  background: #999999 !important;
  /*border-color: #999999 !important;*/
}
.btn.g9:hover, .btn.g9:focus, .btn.g9:active {
  color: #ffffff !important;
  background: #333333 !important;
  /*border-color: #333333 !important;*/
}
.btn.e6 {
  color: #333333 !important;
  background: #e6e6e6 !important;
  border-color: #d4d4d4 !important;
}
.btn.e6:hover {
  color: #000000 !important;
  background: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
.btn.animated {
  min-width: 32px;
  width: 32px;
  overflow: hidden;
  justify-content: flex-start;
  border-radius: 16px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn.animated i {
  font-size: 1.2em;
  margin-right: 7px;
}
.btn.animated:hover {
  width: 132px;
}
.btn.animated:hover i {
  font-size: 1em;
}
.btn.oculto {
  display: none !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.activo {
  color: #ffffff;
  border-color: #333333;
  background: #333333;
  outline: none;
  box-shadow: none;
}
.btn.round-icon {
  flex: 1 0 32px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #d4d4d4;
  border: none;
  border-radius: 50%;
}
.btn.round-icon:hover,
.btn.round-icon:focus,
.btn.round-icon:active,
.btn.round-icon.active {
  background: #999999;
}
.btn.round-icon:hover i,
.btn.round-icon:focus i,
.btn.round-icon:active i,
.btn.round-icon.active i {
  color: #ffffff;
}
.btn.round-icon i {
  font-size: 1rem;
  color: #333333;
  margin: 0px;
  position: relative;
  top: -1px;
}
.btn.full {
  position: relative;
}
.btn.full::before {
  content: '\f31d';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.4em;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.full.active::before {
  content: '\f78c';
}
.btn.filtros {
  /*
		padding: 0px;
	    flex: 1 0 42px;
	    min-width: 42px;
	    height: 42px;
	    border: none;	    
	    */

  position: relative;
}
.btn.filtros::before {
  content: '\f884';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.4em;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.filtros.active::before {
  content: '\f161';
}
.btn.filtros:hover,
.btn.filtros:focus,
.btn.filtros:active,
.btn.filtros.activo {
  color: #333333;
  background: transparent;
}
input[type="color"] {
  padding: 0px;
  background-color: transparent;
  border: none;
  width: 30px;
  cursor: pointer;
}
input[type="color"]:hover {
  background-color: transparent;
}
.celda-boton {
  width: 100%;
}
.celda-boton > li:first-of-type{
  width: calc(100% - 30px);
}
.celda-boton > li:last-of-type{
  width: 30px;
}
.celda-boton > li:last-of-type i{
  font-size: 20px;
}
.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  margin: 0px;
}
.toggle:before {
  content: "";
  position: relative;
  top: 50%;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background .2s ease;
  transform: translateY(-50%);
}
.toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: #333333;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all .2s ease;
  transform: translateY(-50%);
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(244, 124, 0, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}
.check-button {
  display: none;
}
.check-button:checked + .toggle:before {
  background: #00C0EF66;
}
.check-button:checked + .toggle span {
  background: #00C0EF;
  transform: translate(20px, -50%);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.2);
}
.check-button:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all .4s ease;
  background: rgba(40, 167, 69, 0.5);
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.timeline-simple {
  padding-left: 20px;
  position: relative;
}
ul.timeline-simple:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  left: 0px;
  top: 0px;
  position: absolute;
}
ul.timeline-simple > li {
  position: relative;
}
ul.timeline-simple > li:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000000;
  left: -27px;
  top: 9px;
  position: absolute;
}
ul.timeline {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}
ul.timeline:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 2px;
  background: #e0e0e0;
  left: 24px;
  margin: 0;
  border-radius: 2px;
}
ul.timeline > li {
  position: relative;
  margin-bottom: 10px;
}
ul.timeline > li:last-child {
  margin-bottom: 0px;
}
ul.timeline > li.time-label {
  margin-top: 20px;
}
ul.timeline > li.time-label:first-of-type {
  margin-top: 0px;
}
ul.timeline > li.time-label > span {
  color: #333333;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  /*background: @e6;*/

  background: #ffffff;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
  -ms-box-shadow: 0 0 0 4px #ffffff;
  -o-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
}
ul.timeline > li.event > .timeline-item {
  margin-bottom: 15px;
  margin-left: 50px;
  padding: 15px;
  position: relative;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  background: #ffffff;
}
ul.timeline > li.event > .timeline-item .timeline-header {
  font-size: 1em;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.timeline > li.event > .timeline-item .timeline-header a {
  font-weight: 600;
}
ul.timeline > li.event > .timeline-item .timeline-header a img {
  width: 20px;
  position: relative;
  top: -2px;
}
ul.timeline > li.event > .timeline-item .timeline-body {
  padding-left: 24px;
  position: relative;
}
ul.timeline > li.event > .timeline-item .timeline-body.activo {
  font-size: 120%;
}
ul.timeline > li.event > .timeline-item .timeline-body::before {
  content: '\f4ae';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 2px;
}
ul.timeline > li.event > .timeline-item .timeline-body p {
  margin-bottom: 5px;
}
ul.timeline > li.event > .timeline-item .timeline-body ul,
ul.timeline > li.event > .timeline-item .timeline-body ol {
  list-style-type: initial;
  margin-left: 15px;
}
ul.timeline > li.event > .timeline-item .timeline-info > li:first-of-type i {
  margin: 0 2px;
}
ul.timeline > li.event > .timeline-item .timeline-info > li:first-of-type span {
  font-weight: 600;
}
ul.timeline > li.event > .timeline-item .timeline-info > li:last-of-type a {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.timeline > li.event > .timeline-item .timeline-info > li:last-of-type a:hover {
  opacity: 1;
}
ul.timeline > li.event > .tags {
  position: absolute;
  width: 50px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
ul.timeline > li.event > .tags i {
  font-size: 0.8em;
  line-height: 26px;
  color: #666666;
  text-align: center;
  width: 26px;
  height: 26px;
  background: #efefef;
  border-radius: 50%;
  margin: 4px 0px 6px;
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
  -ms-box-shadow: 0 0 0 4px #ffffff;
  -o-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
}
ul.timeline > li.event > .tags i.logo-importante {
  font-size: 1.6em;
  color: #e74a25;
  background: #ffffff;
}
.resumen-checklist {
  margin-left: 15px;
  border-left: 2px solid #e0e0e0;
  padding-left: 15px;
}
.tareas-fase {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
}
.tareas-fase:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 2px;
  background: #e0e0e0;
  left: 24px;
  margin: 0;
  border-radius: 2px;
}
.tareas-fase .bloque-tarea {
  overflow: visible !important;
}
.tareas-fase .bloque-tarea .tags {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  align-items: center;
}
.tareas-fase .bloque-tarea .tags i {
  font-size: 0.8em;
  line-height: 26px;
  color: #666666;
  text-align: center;
  width: 26px;
  height: 26px;
  background: #efefef;
  border-radius: 50%;
  margin: 4px 0px 6px;
  -webkit-box-shadow: 0 0 0 4px #FFFFFF;
  -moz-box-shadow: 0 0 0 4px #FFFFFF;
  -ms-box-shadow: 0 0 0 4px #FFFFFF;
  -o-box-shadow: 0 0 0 4px #FFFFFF;
  box-shadow: 0 0 0 4px #FFFFFF;
}
.tareas-fase .bloque-tarea .checklist-lista {
  overflow: hidden;
  position: relative;
}
.tareas-fase .bloque-tarea .checklist-lista:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #e0e0e0;
  left: 12px;
  margin: 0;
  border-radius: 2px;
}
.tareas-fase .bloque-tarea .checklist-lista .tags {
  position: relative;
  top: 0px;
  left: 0px;
}
.tareas-fase .bloque-tarea .checklist-lista .tags i {
  background-color: #00c0ef;
  color: #fff;
}
.bloque-fase {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.bloque-fase:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.note-editable {
  -webkit-user-select: initial;
  user-select: initial;
}
.note-editable ul,
.note-editable ol {
  list-style-type: initial;
  margin-left: 15px;
}
.flex-row {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 15px;
}
.flex-row.left {
  justify-content: flex-start;
  float: none;
}
.flex-row.right {
  justify-content: flex-end;
  float: none;
}
.flex-row > li {
  margin-bottom: 15px;
}
.flex-row > li.width-100 {
  width: 100%;
}
.flex-row .flex-row {
  margin-bottom: 0px;
}
.flex-row .flex-row > li {
  margin-bottom: 5px;
}
.flex-row .flex-row.btn-list > li {
  margin-bottom: 0px;
}
.flex-row h1,
.flex-row h2,
.flex-row h3,
.flex-row h4,
.flex-row h5,
.flex-row h6 {
  margin-bottom: 0px;
}
.flex-row.mb-10 {
  margin-bottom: 10px;
}
.flex-row.li-mb-0 > li {
  margin-bottom: 0px;
}
.flex-row.li-mb-5 > li {
  margin-bottom: 5px;
}
.flex-row.li-mb-10 > li {
  margin-bottom: 10px;
}
.flex-row.nowrap {
  flex-wrap: nowrap;
}
.flex-row.width-100 {
  width: 100%;
}
.flex-row.border {
  border: 1px solid #d4d4d4 !important;
}
.flex-row.li-spacing-xs {
  margin-left: -3px;
  margin-right: -3px;
}
.flex-row.li-spacing-xs > li {
  padding-left: 3px;
  padding-right: 3px;
}
.flex-row.li-spacing {
  margin-left: -5px;
  margin-right: -5px;
}
.flex-row.li-spacing > li {
  padding-left: 5px;
  padding-right: 5px;
}
.flex-row.li-spacing-md {
  margin-left: -10px;
  margin-right: -10px;
}
.flex-row.li-spacing-md > li {
  padding-left: 10px;
  padding-right: 10px;
}
.flex-row.li-spacing-xl {
  margin-left: -15px;
  margin-right: -15px;
}
.flex-row.li-spacing-xl > li {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-row.justify-center {
  justify-content: center;
}
.flex-row.justify-end {
  justify-content: flex-end;
}
.flex-row.space-between {
  display: flex;
  justify-content: space-between;
}
.flex-row.last-right {
  display: flex;
}
.flex-row.last-right > div:last-of-type,
.flex-row.last-right > li:last-of-type,
.flex-row.last-right > span:last-of-type {
  margin-left: auto;
}
.flex-row.ml-auto {
  margin-left: auto;
}
.flex-row.va-start {
  align-items: flex-start;
}
.flex-row.va-center {
  align-items: center;
}
.flex-row.va-center label,
.flex-row.va-center input,
.flex-row.va-center select {
  margin-bottom: 0px;
}
.flex-row.va-end {
  align-items: flex-end;
}
.flex-row.rotate .fa-chevron-down.r-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-row.seleccion {
  background: #ffffff;
  border-radius: 5px;
  flex-wrap: nowrap;
}
.flex-row.seleccion.bg {
  background: #efefef;
}
.flex-row.seleccion.border {
  position: relative;
  border: none !important;
}
.flex-row.seleccion.border::before {
  content: '';
  display: block;
  border-radius: 5px;
  border: 1px solid #d4d4d4 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-row.seleccion.txt-right {
  justify-content: flex-end;
}
.flex-row.seleccion > li {
  padding: 0px;
  margin-bottom: 0px;
}
.flex-row.seleccion > li label,
.flex-row.seleccion > li span,
.flex-row.seleccion > li input,
.flex-row.seleccion > li select {
  height: 32px;
  margin: 0px 5px;
  display: inline;
}
.flex-row.seleccion > li label,
.flex-row.seleccion > li input,
.flex-row.seleccion > li select {
  border: none !important;
  min-width: initial !important;
}
.flex-row.seleccion > li input {
  margin-bottom: 0px;
  padding: 0 5px;
  width: 95px;
  text-align: center;
  /*background: transparent;*/
  border: solid 1px #d4d4d4 !important;
  border-right: none !important;
  background: #f5f5f5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  z-index: 1;
}
.flex-row.seleccion > li input.criterio {
  width: 215px;
  text-align: left;
  margin: 0px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.flex-row.seleccion > li img {
  width: 34px;
  height: 34px;
  margin: 0px 10px;
}
.flex-row.seleccion > li > i {
  position: relative;
  top: 1px;
}
.flex-row.seleccion > li:last-child .btn {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.flex-row.seleccion > li:last-child .btn.mini {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flex-row.seleccion > li:last-child .btn.mini.icon {
  position: relative;
  color: #666666;
  background: #f5f5f5;
  border: none;
  border: solid 1px #d4d4d4;
  padding: 0px;
  width: 40px;
}
.flex-row.seleccion > li:last-child .btn.mini.icon:hover,
.flex-row.seleccion > li:last-child .btn.mini.icon:focus,
.flex-row.seleccion > li:last-child .btn.mini.icon:active {
  /*background-color: #e6e6e6;
  border-color: #d4d4d4;*/
}
.flex-row.seleccion > li:last-child .btn.mini.icon i {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.flex-row.seleccion > li:last-child .btn.mini.icon i.cargando {
  -webkit-transform: rotate(360deg);
  -webkit-transition-delay: 0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-transform: rotate(360deg);
  -moz-transition-duration: 1.5s;
  -moz-transition-delay: 0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  transform: rotate(360deg);
  transition-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flex-row.seleccion > li:last-child .btn.mini.icon.buscar::before {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.flex-row.seleccion > li:last-child .btn.mini.icon.buscar.cargando_tabla_ajax::before {
  content: '\f2f1';
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: now;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.flex-row.controles_pagina > li,
.flex-row.cerrar-registro > li {
  margin-bottom: 0px;
}
.flex-row.edicion-fecha-hora input {
  text-align: center;
  width: 98px;
  height: 32px;
  margin-bottom: 0px;
  background: #ffffff;
}
.flex-row.seleccion-fecha {
  position: relative;
}
.flex-row.seleccion-fecha i {
  margin: 0px;
}
.flex-row.seleccion-fecha i,
.flex-row.seleccion-fecha span {
  cursor: pointer;
}
.flex-row.seleccion-fecha #fecha-seleccion {
  font-weight: 600;
  margin: 0 5px;
}
.flex-row.seleccion-fecha #fecha-input {
  position: absolute;
  left: 16px;
  z-index: 2;
  border: 0px;
  width: 74px;
  height: 30px;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
.flex-row.seleccion-fecha #fecha-hoy {
  padding-top: 1px;
  padding-left: 10px;
}
.flex-row.seleccion-fecha #fecha-hoy i span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 0.9em;
  margin-left: 3px;
}
.flex-row.timeline-info > li {
  margin-bottom: 0px;
}
.flex-row.column {
  flex-direction: column !important;
}
.flex-row.column.start {
  align-items: flex-start !important;
}
.flex-row.column.end {
  align-items: flex-end !important;
}
.flex-column {
  margin-bottom: 15px;
}
.flex-column.li-spacing {
  margin-top: -5px;
}
.flex-column.li-spacing > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.flex-column.li-spacing-md {
  margin-top: -10px;
}
.flex-column.li-spacing-md > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.flex-column.li-spacing-xl {
  margin-top: -15px;
}
.flex-column.li-spacing-xl > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.flex-column > li ul {
  margin-bottom: 0px;
}
.btn-list {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.btn-list > li {
  border-left: solid 1px #ffffff;
  margin-bottom: 0px;
}
.btn-list > li .btn {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  background: #ffffff;
}
.btn-list > li .btn:hover,
.btn-list > li .btn.activo,
.btn-list > li .btn.active,
.btn-list > li .btn.selected {
  color: #000000;
  background: #e6e6e6;
  box-shadow: none;
}
.btn-list > li .btn.activo,
.btn-list > li .btn.active,
.btn-list > li .btn.selected {
  font-weight: 600;
}
.btn-list > li .btn.mini.icon.activo i {
  font-weight: 900;
}
.btn-list > li .btn > span {
  font-size: 0.95em;
  color: #ffffff;
  font-weight: 500;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  background: #e74a25;
}
.btn-list > li input {
  border-radius: 0px;
  margin: 0px;
}
.btn-list > li:first-child {
  border-left: none;
}
.btn-list > li:first-child .btn,
.btn-list > li:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-list > li:last-child .btn,
.btn-list > li:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-list.controles_paginacion {
  background: #ececec;
}
.btn-list.controles_paginacion > li .btn {
  color: #666666;
  width: 36px;
  background: #ffffff !important;
}
.btn-list.controles_paginacion > li .btn:hover {
  color: #ffffff !important;
  background: #666666 !important;
}
.btn-list.controles_paginacion > li .btn.micro.icon i {
  font-size: 1em;
}
.btn-list.controles_paginacion > li .btn.micro.icon i.fa-caret-left,
.btn-list.controles_paginacion > li .btn.micro.icon i.fa-caret-right {
  font-size: 1.5em;
}
.btn-list.bg > li {
  border-color: #d4d4d4;
}
.btn-list.bg > li .btn:hover,
.btn-list.bg > li .btn.activo,
.btn-list.bg > li .btn.active,
.btn-list.bg > li .btn.selected {
  background: #e6e6e6;
}
.btn-list.border > li {
  border-color: #d4d4d4;
}
.btn-list.botones {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -6px;
}
.btn-list.botones > li {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 6px;
  border-left: none;
}
.btn-list.botones > li .btn {
  border-radius: 15px !important;
  border: 1px solid #d4d4d4 !important;
}
.flex {
  display: flex;
}
.flex.inline-flex {
  display: inline-flex;
}
.flex.w-100 {
  width: 100%;
}
.flex.h-100 {
  height: 100%;
}
.flex.x-axis {
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  margin-bottom: 0px;
}
.flex.x-axis.x-center {
  justify-content: center;
}
.flex.x-axis.x-end {
  justify-content: flex-end;
}
.flex.x-axis.y-center {
  align-items: center;
}
.flex.x-axis.y-end {
  align-items: flex-end;
}
.flex.x-axis.space-between {
  display: flex;
  justify-content: space-between;
}
.flex.x-axis.last-right > li:last-of-type {
  margin-left: auto;
}
.flex.x-axis.nowrap {
  flex-wrap: nowrap;
}
.flex.x-axis.li-spacing-3px {
  margin-left: -3px;
  margin-right: -3px;
}
.flex.x-axis.li-spacing-3px > li {
  margin-left: 3px;
  margin-right: 3px;
}
.flex.x-axis.li-spacing-5px {
  margin-left: -5px;
  margin-right: -5px;
}
.flex.x-axis.li-spacing-5px > li {
  margin-left: 5px;
  margin-right: 5px;
}
.flex.x-axis.li-spacing-10px {
  margin-left: -10px;
  margin-right: -10px;
}
.flex.x-axis.li-spacing-10px > li {
  margin-left: 10px;
  margin-right: 10px;
}
.flex.x-axis.li-spacing-15px {
  margin-left: -15px;
  margin-right: -15px;
}
.flex.x-axis.li-spacing-15px > li {
  margin-left: 15px;
  margin-right: 15px;
}
.flex.x-axis.li-spacing-20px {
  margin-left: -20px;
  margin-right: -20px;
}
.flex.x-axis.li-spacing-20px > li {
  margin-left: 20px;
  margin-right: 20px;
}
.flex.x-axis.li-spacing-25px {
  margin-left: -25px;
  margin-right: -25px;
}
.flex.x-axis.li-spacing-25px > li {
  margin-left: 25px;
  margin-right: 25px;
}
.flex.x-axis.li-mb-0px > li {
  margin-bottom: 0px;
}
.flex.x-axis.li-mb-5px > li {
  margin-bottom: 5px;
}
.flex.x-axis.li-mb-10px > li {
  margin-bottom: 10px;
}
.flex.y-axis {
  flex-flow: column nowrap;
}
.flex.y-axis.xy-center {
  justify-content: center;
  align-items: center;
}
.flex.y-axis.y-center {
  justify-content: center;
}
.flex.y-axis.y-start {
  justify-content: flex-start;
}
.flex.y-axis.y-end {
  justify-content: flex-end;
}
.flex.y-axis.x-center {
  align-items: center;
}
.flex.y-axis.x-start {
  align-items: flex-start;
}
.flex.y-axis.x-end {
  align-items: flex-end;
}
.flex.y-axis.li-spacing-0px > li {
  margin-bottom: 0px;
}
.flex.y-axis.li-spacing-3px > li {
  margin-bottom: 3px;
}
.flex.y-axis.li-spacing-5px > li {
  margin-bottom: 5px;
}
.flex.y-axis.li-spacing-10px > li {
  margin-bottom: 10px;
}
.flex.y-axis.li-spacing-15px > li {
  margin-bottom: 15px;
}
.flex.y-axis.li-spacing-20px > li {
  margin-bottom: 20px;
}
.flex.y-axis.li-spacing-25px > li {
  margin-bottom: 25px;
}
.box {
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
}
.box .box-header {
  margin-bottom: 25px;
}
.box .box-header h1,
.box .box-header h2,
.box .box-header h3,
.box .box-header h4,
.box .box-header h5,
.box .box-header h6 {
  line-height: 32px;
  margin-bottom: 0px;
}
.box .box-header h3 i {
  font-size: 21px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.box-header.fondo {
  padding: 20px;
  margin: -20px -20px 20px;
  background: #666666;
}
.box-header.fondo h2 {
  color: #ffffff;
}
.box .box-header > .box-tools {
  margin-left: auto;
  width: 18px;
  height: 18px;
}
.box .box-header > .box-tools button {
  font-size: 24px;
  line-height: 20px;
  width: 20px;
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}
.box .box-header > .box-tools button:hover,
.box .box-header > .box-tools button:focus,
.box .box-header > .box-tools button:active {
  box-shadow: none;
  outline: none;
}
.box .box-body {
  /*
		.box-timeline {
			border: none;
			background: @t;
			padding: 10px 0px;

			ul.timeline {
				> li {
					&.time-label > span {
						background-color: @e6;
					}

					&.event > .timeline-item {
						background: #f5f5f5;
					}
				}
			}
		}
		*/

}
.box .box-body .box-inner {
  margin-top: 25px;
}
.box .box-body .wrapper_tabla .criterio {
  margin-left: 0px;
}
.box .box-footer {
  padding: 25px 0px 0px;
}
.box .inner-box {
  padding: 16px;
  margin-bottom: 16px;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a.active,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:active,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:hover,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:focus {
  background: #efefef;
}
.box .inner-box .flex-row.btn-list > li .btn {
  background: #ffffff;
}
.box .inner-box .flex-row.btn-list > li .btn:hover,
.box .inner-box .flex-row.btn-list > li .btn.activo,
.box .inner-box .flex-row.btn-list > li .btn.active,
.box .inner-box .flex-row.btn-list > li .btn.selected {
  background: #666666;
}
.box .inner-box .flex-row.seleccion.bg {
  background: #ffffff;
}
.box .inner-box input,
.box .inner-box textarea,
.box .inner-box select {
  background: #ffffff;
}
.box .inner-box input[type="file"] {
  background: transparent;
}
.box .inner-box table tr {
  background: transparent;
}
.box .inner-box table tr.filaimpar {
  background: #fff;
}
.box .inner-box table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.box .inner-box#calendario {
  background: #f1f1f1;
}
.box .inner-box#calendario table:not(.fc-header) tr {
  background: #ffffff;
}
.box.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.box.lista_recursos {
  margin-bottom: 0px;
}
.box:not(.no-padding) table.table {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.box.detalle ul.flex-row > li > ul.flex-row.li-spacing > li {
  padding-left: 0px;
  padding-right: 0px;
}
.box.detalle ul.flex-row > li > ul.flex-row.li-spacing > li button {
  margin-left: 5px;
  margin-right: 5px;
}
.box.tabs {
  padding: 0px 15px 20px;
}
.box.info-panel {
  border-width: 2px;
}
.box.info-panel h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 0.8;
  color: #ffffff;
  margin-bottom: 5px;
}
.box.info-panel p {
  font-weight: 500;
}
.box.info-panel > i {
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
.box-timeline {
  width: 100%;
  /*box-shadow: none;*/

  /*background: #f9f9f9;*/

  /*border: 1px solid #e2e2e2;*/

  /*margin: 0px;*/

  /*padding: 30px 20px;*/

  /*position: relative;*/

  /*border-radius: 5px;*/

}
.tabs > .box-header {
  color: #ffffff;
  padding-bottom: 0px;
  margin: 0px -15px 30px;
  background: #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs > .box-header h2,
.tabs > .box-header h3 {
  line-height: 1;
  margin-right: auto;
  padding: 10px 15px;
}
.tabs .nav-tabs {
  border: none;
}
.tabs .nav-tabs li a {
  font-weight: 500;
  letter-spacing: 0.1px;
  display: block;
  padding: 10px 15px;
  background: #e6e6e6;
}
.tabs .nav-tabs li a.active,
.tabs .nav-tabs li a:active,
.tabs .nav-tabs li a:hover,
.tabs .nav-tabs li a:focus {
  color: #000000;
  background: #ffffff;
}
.tabs .nav-tabs li.active a,
.tabs .nav-tabs li:active a,
.tabs .nav-tabs li:hover a,
.tabs .nav-tabs li:focus a {
  color: #000000;
  background: #ffffff;
}
.tabs .nav-tabs li:first-child {
  border: none;
}
.tabs .nav-tabs li:last-child a {
  border-top-right-radius: 5px;
}
.tabs > .tab-content {
  background: #fff;
}
.tabs > .tab-content > .tab-pane.chart {
  height: 300px;
}
.tabs.inner-box > .box-header {
  margin: -16px -16px 30px;
}
.small-box {
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 5px;
}
.small-box > .inner {
  padding: 15px;
}
.small-box > .inner a {
  display: block;
  padding: 0px;
  margin: 0 0 20px 0;
  white-space: nowrap;
}
.small-box > .inner p {
  font-size: 15px;
  z-index: 5;
}
.small-box > .inner p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box > .inner .icon {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
}
.small-box > .inner:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(20deg);
  transition: all 0.3s ease-out;
}
.small-box > .small-box-footer {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0px 10px;
  background: #666666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.small-box > .small-box-footer:hover {
  background: #333333;
}
.small-box > .small-box-footer i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.small-box.panelexcel .inner:after {
  background-image: url('../../gestor/modulos/proyectos/style/img/excel.svg');
}
.small-box.panelinforme .inner:after {
  background-image: url('../../gestor/modulos/proyectos/style/img/pdf.svg');
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover > .inner h3 {
  color: #ffffff;
}
.small-box:hover > .inner .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
.small-box:hover > .inner:after {
  width: 56px;
  height: 56px;
  transform: rotate(0deg);
}
table {
  line-height: 1.5rem;
  width: 100%;
  margin-bottom: 0px;
}
table tr.ok {
  background: #53a94b;
}
table tr.ko {
    background: #f05050;
  }
table tr.ignorar {
  background: #e6e6e6;
}
table tr th {
  font-weight: 600;
  white-space: nowrap;
}
table tr td.loader {
  text-align: center;
  vertical-align: middle;
  width: 58px;
  padding: 0px 12px;
}
table tr td.loader img {
  width: 34px;
  height: 34px;
}
table tr td.loader i {
  font-size: 20px;
  margin-right: 0px;
}
table tr td.alerta {
  color: #e74a25;
}
table tr td.alerta i {
  font-size: 15px;
  margin-right: 0px !important;
}
table tr td .progress {
  margin: 0;
}
table tbody tr {
  border-top: solid 1px #e6e6e6;
}
table.table {
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
table.table thead tr {
  background-color: #ffffff;
}
table.table thead tr th {
  padding: 4px 12px;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.table thead tr th a {
  color: #000000;
}
table.table tbody {
  line-height: 1.1em;
}
table.table tbody tr {
  background-color: #ffffff;
}
table.table tbody tr.marcado {
  background-color: #e6e6e6;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.table tbody tr.transparent {
  background-color: transparent;
}
table.table tbody tr.transparent:hover {
  background-color: transparent;
}
table.table tbody tr th,
table.table tbody tr td {
  padding: 10px 12px;
  vertical-align: middle;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.table tbody tr td.accion a {
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.table tbody tr td.accion a i {
  color: #666666;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-right: 10px;
}
table.table tbody tr td.accion a:hover i,
table.table tbody tr td.accion a:focus i,
table.table tbody tr td.accion a:active i {
  color: #000000;
}
table.table tbody tr td.delete-accion {
  font-size: 20px;
  text-align: right;
  cursor: pointer;
}
table.table tbody tr td.delete-accion i {
  margin-right: 0px;
}
table.table tbody tr td.enlace,
table.table tbody tr td.guardar {
  width: 44px;
}
table.table tbody tr td.enlace:hover,
table.table tbody tr td.guardar:hover {
  color: #000000;
  cursor: pointer;
}
table.table tbody tr td.guardar,
table.table tbody tr td.delete-accion,
table.table tbody tr td.delete-proyecto,
table.table tbody tr td.ver-proyecto,
table.table tbody tr td.estado-proyecto,
table.table tbody tr td.aviso-proyecto {
  width: 36px;
  vertical-align: top;
  text-align: center;
}
table.table tbody tr td.delete-accion a,
table.table tbody tr td.delete-proyecto a {
  font-size: 20px;
  line-height: 20px;
  cursor: pointer ;
}
table.table tbody tr td.fila-separador {
  height: 10px;
  padding: 0px;
  background-color: #eaeaea;
  position: relative;
}
table.table tbody tr td.fila-separador::after {
  display: block;
  content: '';
  height: 3px;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
table.table tbody tr td.fila-separador-fino {
  padding: 1px 0 0;
  background: #999999;
}
table.table tbody tr td.estrecho {
  width: 25px !important;
  padding: 5px 0px !important;
}
table.table tbody tr td.estrecho i {
  text-align: center;
  margin-right: 0px !important;
  padding-left: 10px;
}
table.table tbody tr td.tarea {
  max-width: 150px;
  padding: 10px 12px 10px 34px;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
table.table tbody tr td.tarea a {
  cursor: pointer;
  position: absolute;
  left: 10px;
}
table.table tbody tr td.tarea a i {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: -3px;
}
table.table tbody tr td.contenido_gantt:hover {
  background-color: #ffffff !important;
}
table.table tbody tr td.seleccionado {
  width: 80px;
}
table.table tbody tr td.propiedades {
  width: 100px;
}
table.table tbody tr td.propiedades i {
  font-size: 1.6rem;
}
table.table tbody tr td #centrar {
  position: absolute;
  right: 5px;
  text-align: center;
  border: none;
  color: #72afd2;
}
table.table tbody tr td .proyecto {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
  position: relative !important;
  left: 0px !important;
}
table.table tbody tr td .btn i {
  margin-right: 7px;
}
table.table tbody tr td select {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  background: #ffffff;
}
table.table tbody tr td img {
  margin-right: 10px;
}
table.table tbody.modificado tr {
  border: none;
}
table.table.border-bottom tr {
  border-bottom: 1px solid #dee2e6;
}
table.table-hover thead tr:hover {
  background-color: transparent;
}
table.table-hover tr {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.table-hover tr:hover,
table.table-hover tr:focus,
table.table-hover tr:active {
  background-color: #e6e6e6;
}
table.table-hover tr.no-hover:hover,
table.table-hover tr.no-hover:focus,
table.table-hover tr.no-hover:active {
  background-color: #ffffff;
}
table.table-hover tr.no-hover.transparent:hover,
table.table-hover tr.no-hover.transparent:focus,
table.table-hover tr.no-hover.transparent:active {
  background-color: transparent;
}
table.table-hover tr a,
table.table-hover tr span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.estrecha th,
table.estrecha td {
  padding: 7px 12px;
}
table.gantt thead {
  z-index: 3;
}
table.gantt thead tr:last-child {
  border-top: 1px solid #e6e6e6;
}
table.gantt thead tr th {
  font-size: 0.94em;
  padding: 11px 12px;
}
table.gantt thead tr th.horas {
  padding: 0px !important;
  display: flex;
  flex-flow: row wrap;
  border-top: solid 1px #e6e6e6;
}
table.gantt thead tr th.horas span {
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-left: 1px solid #dee2e6;
  padding: 3px 0 0 5px;
  height: 25px;
  position: relative;
}
table.gantt thead tr th.horas span:first-of-type {
  border-left: none;
}
table.gantt thead tr th.horas span#centrar {
  color: #333333;
  cursor: pointer;
  border: none;
  padding: 0px;
  display: flex;
  width: 100%;
  height: 37px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  z-index: 1;
}
table.gantt thead tr th.horas span#centrar i {
  margin-right: 5px;
}
table.gantt thead tr th.horas span#centrar:hover {
  color: #000000;
}
table.gantt thead tr th #mostrar-fechas {
  position: relative;
  z-index: 10;
}
table.gantt tbody tr td {
  position: relative;
  padding: 0px !important;
  vertical-align: middle;
  width: 100%;
}
table.gantt tbody tr td:first-child {
  padding: 10px 12px !important;
}
table.gantt tbody tr td.ajustar {
  width: 15%;
}
table.gantt tbody tr td.fila {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 12px !important;
}
table.gantt tbody tr td.fila a.registro {
  height: 100%;
  border-left: 1px solid #E6E6E6;
  opacity: 0.5;
  z-index: 2;
  position: absolute;
  top: 0;
}
table.gantt tbody tr td .accion {
  display: inline-block;
  opacity: 0.6;
}
table.gantt tbody tr td .total {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 0;
  color: #A7A7A7;
  margin-left: 0px;
  margin-right: 15px;
  vertical-align: -webkit-baseline-middle;
}
table.gantt tbody tr.marcar td.grafico {
  padding: 0px !important;
}
table.gantt .cabecera_gantt {
  border-left: solid 1px #c8c8c8;
}
table.tareas tr {
  height: 40px;
}
table.tareas thead tr th#progresion {
  padding: 10px 0px;
  position: relative;
}
table.tareas thead tr th#progresion .intervalo {
  position: absolute;
  top: 0px;
  height: 100%;
  vertical-align: middle;
  border-left: 1px solid #dddddd;
  padding: 12px;
}
table.tareas tbody tr {
  border-top: 1px solid #dddddd;
}
table.tareas tbody tr:last-of-type {
  border-bottom: 1px solid #dddddd;
}
table.tareas tbody tr td.nb-tarea {
  max-width: 300px;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle !important;
  border-right: 1px solid #dddddd;
  position: relative;
}
table.tareas tbody tr td.nb-tarea > i {
  padding-left: 0px;
  opacity: 0.6;
  font-size: 14px;
}
table.tareas tbody tr td.nb-tarea > i:hover {
  opacity: 1;
  color: #333333;
}
table.tareas tbody tr td.nb-tarea > i.fa-user::before {
  position: relative;
  left: 3px;
}
table.tareas tbody tr td.nb-tarea > i,
table.tareas tbody tr td.nb-tarea > .i,
table.tareas tbody tr td.nb-tarea a:not(.nb-tarea) {
  width: 24px;
  display: inline-block;
}
table.tareas tbody tr td.nb-tarea .info {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  z-index: 10;
}
table.tareas tbody tr td.nb-tarea .info.stats {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding-right: 2px;
  right: 0px;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.tareas tbody tr td.nb-tarea .info.stats.active {
  opacity: 1;
  visibility: visible;
}
table.tareas tbody tr td.nb-tarea .info.stats span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-align: right;
  display: block;
  padding-top: 1px;
}
table.tareas tbody tr td.nb-tarea .info.stats span i {
  font-size: 10px;
  color: #333333;
  margin-left: 3px;
  width: 12px;
  text-align: left;
}
table.tareas tbody tr td.nb-tarea .info.stats a.close {
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  opacity: 1;
}
table.tareas tbody tr td.nb-tarea .info.stats a.close i {
  font-size: 20px;
  line-height: 39px;
  color: #000000;
}
table.tareas tbody tr td.nb-tarea .info.resumen {
  cursor: pointer;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 14px;
}
table.tareas tbody tr td.nb-tarea .info.resumen i:hover {
  color: inherit;
}
table.tareas tbody tr td.grafica {
  width: 100%;
  position: relative;
  padding: 0px;
}
table.tareas tbody tr td.grafica .reg-tarea {
  display: block;
  background-color: #00C0EF;
  position: absolute;
  bottom: 0px;
  z-index: 99;
}
table.tareas tbody tr td.grafica .reg-tarea.resto {
  background-color: #EF005B;
}
table.tareas .completado {
  font-size: 14px;
  font-weight: 700;
}
table.tareas .fecha {
  color: #3478f0;
}
table.tareas .completado .input {
  border: none !important;
  background-color: inherit;
}
table.mostrar-tareas {
  margin-top: 30px;
}
table.mostrar-tareas thead tr th,
table.mostrar-tareas tbody tr td {
  border-left: solid 1px #dddddd;
}
table.mostrar-tareas thead tr th:first-of-type,
table.mostrar-tareas tbody tr td:first-of-type {
  border: none;
  width: 300px;
}
table.mostrar-tareas tbody tr {
  border-top: solid 1px #dddddd;
}
table.mostrar-tareas tbody tr:last-of-type {
  border-bottom: 1px solid #dddddd;
}
table.mostrar-tareas tbody tr td i {
  opacity: 0.6;
  font-size: 14px;
  width: 24px;
}
table.mostrar-tareas tbody tr td i:hover {
  opacity: 1;
  color: #00C0EF;
}
table.table-equal {
  table-layout: fixed;
}
table.table-nowrap {
  white-space: nowrap;
}
table.table-no-overflow {
  overflow: hidden;
}
table.table-responsive {
  display: table;
}
table.fc-header tr {
  border-top: none;
}
table.modificado thead tr,
table.tabla_datos thead tr {
  border: none;
}
table.modificado thead tr th,
table.tabla_datos thead tr th {
  border: none;
}
table.modificado thead tr th:last-of-type,
table.tabla_datos thead tr th:last-of-type {
  width: 50px;
}
table.modificado thead tr th h6,
table.tabla_datos thead tr th h6 {
  font-size: 1em;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.modificado thead tr th h6 span,
table.tabla_datos thead tr th h6 span {
  text-transform: capitalize;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
table.modificado thead tr th h6 span::before,
table.tabla_datos thead tr th h6 span::before {
  content: '';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0;
}
table.modificado thead tr th h6:hover,
table.tabla_datos thead tr th h6:hover {
  color: #000000;
}
table.modificado thead tr th.asc h6 span::before,
table.tabla_datos thead tr th.asc h6 span::before {
  content: '\f0de';
}
table.modificado thead tr th.desc h6 span::before,
table.tabla_datos thead tr th.desc h6 span::before {
  content: '\f0dd';
}
table.modificado thead tr th.cabecera h6 span,
table.tabla_datos thead tr th.cabecera h6 span {
  padding-left: 0px;
}
table.modificado tbody tr,
table.tabla_datos tbody tr {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
table.modificado tbody tr:hover,
table.tabla_datos tbody tr:hover {
  background-color: #f5f5f5;
}
table.modificado tbody tr:nth-child(odd) input,
table.tabla_datos tbody tr:nth-child(odd) input {
  background: #ffffff;
}
table.modificado tr th,
table.tabla_datos tr th {
  vertical-align: top;
  border-top: 1px solid #ddd;
  white-space: nowrap;
}
table.modificado tr th,
table.tabla_datos tr th,
table.modificado tr td,
table.tabla_datos tr td {
  /*padding: 5px 8px @i;*/

  padding: 7px !important;
}
table.modificado tr th a,
table.tabla_datos tr th a,
table.modificado tr td a,
table.tabla_datos tr td a {
  color: inherit;
  /*white-space: nowrap;*/

}
table.modificado tr td input,
table.tabla_datos tr td input {
  margin-bottom: 0px;
}
table.modificado tr td i,
table.tabla_datos tr td i {
  margin-right: 7px;
  /*&.fa-check {
						color: @verde;
					}*/

}
table.modificado tr td i[class*="fa-check"],
table.tabla_datos tr td i[class*="fa-check"] {
  color: #10c38e;
}
table.modificado tr td i.fa-times,
table.tabla_datos tr td i.fa-times {
  color: #e74a25;
}
table.modificado tr td .btn.round.micro,
table.tabla_datos tr td .btn.round.micro {
  margin: 0px;
}
table.table-acciones tr,
table.table-proyectos tr,
table.gantt tr {
  position: relative;
}
table.table-acciones tr::after,
table.table-proyectos tr::after,
table.gantt tr::after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
}
table.table-acciones tbody tr:last-child,
table.table-proyectos tbody tr:last-child,
table.gantt tbody tr:last-child {
  border-bottom: none;
}
table.table-acciones {
  width: 100%;
}
table.table-acciones tr th,
table.table-acciones tr td {
  width: 100%;
}
table.no-border tbody tr {
  border: none;
}
table.no-border tbody tr td {
  vertical-align: top;
}
table.no-border tbody tr td:first-of-type {
  white-space: nowrap;
}
table.no-padding-lr tbody tr td:first-of-type {
  padding-left: 0px;
}
table.no-padding-lr tbody tr td:last-of-type {
  padding-right: 0px;
}
.table-responsive {
  display: block;
  width: calc(100% + 8px);
  padding-right: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-embed {
  overflow-x: scroll;
}
.table-embed table td {
  min-width: 60px;
  border: 1px solid #c4c4c4;
}
.table-embed table td input {
  margin-bottom: 0px;
  background: transparent;
}
.table-embed tr td:first-child {
  min-width: 20px;
}
.tpv ul.opciones {
  margin: 0 -10px;
  align-items: center;
}
.tpv ul.opciones li:last-child {
  margin-left: auto;
}
.tpv ul.opciones li.menu-boton {
  display: none;
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 20px;
}
.tpv ul.opciones li.crono {
  font-size: 18px;
  padding: 0 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.tpv ul.opciones li.crono i {
  font-size: 22px;
  margin-left: 10px;
}
.tpv ul.opciones li.crono img {
  width: 34px;
  margin-left: 10px;
}
.tpv ul.opciones li form {
  display: none;
  margin-bottom: 30px;
}
.tpv ul.opciones li form input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 0px;
  font-size: 16px;
}
.tpv ul.opciones.autoaccion li.boton {
  padding: 0 10px;
}
.tpv ul.opciones:after {
  content: '';
  display: block;
  clear: both;
}
.tpv ul.opciones #mostrar-cierre {
  line-height: 28px;
  width: 20px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #333333;
  cursor: pointer;
  position: relative;
}
.tpv ul.opciones #mostrar-cierre::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  left: -3px;
  top: 0;
  bottom: 0;
  background-color: #333333;
}
.tpv ul.opciones #mostrar-cierre i {
  color: #ffffff;
  line-height: 36px;
  position: relative;
  left: 3px;
}
.tpv ul ul {
  margin: 0px;
}
.tpv .listado {
  display: none;
  margin-top: 0px;
}
.tpv .listado ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0 -10px;
}
.tpv .listado ul li.boton {
  white-space: nowrap;
  margin: 10px;
  display: flex;
  width: calc(25% - 20px);
  position: relative;
}
.tpv .listado ul li.boton > a {
  font-size: 15px;
  line-height: 1.15;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  white-space: normal;
  border: none;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.tpv .listado ul li.boton > a i {
  font-size: 22px;
  margin: 0 0 7px 0;
}
.tpv .listado ul li.boton > .delete-accion,
.tpv .listado ul li.boton > .delete-proyecto {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: -14px;
  top: -13px;
  background-color: #333333;
  border: solid 3px #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.tpv .listado ul li.boton > .delete-accion i,
.tpv .listado ul li.boton > .delete-proyecto i {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.tpv .listado ul li.boton.marcado > a {
  background: #333333 !important;
}
.tabla_ajax_resultados .texto_elementos,
.tabla_ajax_resultados .texto_paginas {
  font-size: 0.8em;
  color: #999999;
  display: block;
  text-align: right;
}
.tabla_ajax_resultados .texto_elementos {
  margin-bottom: 10px;
}
#total-base {
  font-size: 1.4em;
}
label {
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
label.inline {
  display: inline-block;
}
input,
select,
optgroup,
option,
textarea,
button {
  color: #333333;
  font-weight: 500;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
input:hover,
select:hover,
optgroup:hover,
option:hover,
textarea:hover,
button:hover,
input:focus,
select:focus,
optgroup:focus,
option:focus,
textarea:focus,
button:focus,
input:active,
select:active,
optgroup:active,
option:active,
textarea:active,
button:active {
  outline: none;
  box-shadow: none;
}
input::focus,
select::focus,
optgroup::focus,
option::focus,
textarea::focus,
button::focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input.mb-0px,
select.mb-0px,
optgroup.mb-0px,
option.mb-0px,
textarea.mb-0px,
button.mb-0px {
  margin-bottom: 0px;
}
input,
textarea,
select,
.input {
  height: 32px;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding: 4px 10px;
  margin-bottom: 10px;
  width: 100%;
}
input {
  background-color: transparent;
}
select {
  font-weight: 400;
}
select.select {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  border: 1px solid #ccc;
}
input[name="buscar-timeline"] {
  padding: 6px 8px;
  width: 204px;
}
input[type="file"] {
  height: 34px;
  line-height: 34px;
  position: relative;
  padding: 0px;
  padding-left: 17px;
  margin: 0px;
  border: none;
  background-color: transparent;
}
input[type="file"]::after {
  content: '\f093';
  font-family: 'Font Awesome 6 Pro';
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  line-height: 34px;
  width: 156px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input[type="file"]::before {
  content: '';
  width: 157px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
input[type="file"]:hover::after {
  color: #ffffff;
  background-color: #666666;
}
input[type="file"]:focus {
  background-color: transparent;
}
input[type="radio"] {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
}
textarea.form-control {
  padding: 10px;
  height: 230px;
}
textarea.form-control.mini {
  height: 101px;
}
label.enlace.mostrar {
  margin-bottom: 20px;
}
label.enlace.mostrar i {
  margin-right: 10px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group.notificacion {
  padding: 16px;
  margin-bottom: 16px;
  border: solid 1px #d4d4d4;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.form-group.radio-group > div.flex-row {
  height: 2em;
  margin-bottom: 5px;
}
.form-control {
  font-size: inherit;
  line-height: 1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 10px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.form-control:focus,
.form-control:active {
  color: #000000;
  background-color: #ececec;
  border-color: #999999 !important;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border: none;
  background-color: rgba(255, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -moz-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -ms-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -o-box-shadow: inset 0px 0px 2px 1px #ff0000;
  box-shadow: inset 0px 0px 2px 1px #ff0000;
}
.form-control input#color {
  width: 38px;
  padding: 2px;
}
.icheckbox_minimal label,
.iradio_minimal label {
  display: inline-block;
}
.chosen-container {
  font-size: inherit;
}
.chosen-container.error .chosen-single {
  border: none;
  background-color: rgba(255, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -moz-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -ms-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -o-box-shadow: inset 0px 0px 2px 1px #ff0000;
  box-shadow: inset 0px 0px 2px 1px #ff0000;
}
.chosen-container-single {
  width: 100% !important;
  border-radius: 5px;
}
.chosen-container-single .chosen-single {
  font-weight: 500;
  height: 34px;
  background: #ffffff;
  border-color: #d4d4d4;
  border-radius: 5px;
}
.chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.imagen-form {
  width: 120px;
  max-width: 120px;
  margin-top: 15px;
  margin-bottom: 31px;
}
.highcharts-tracker tspan {
  font-family: 'Roboto';
  font-size: 12px;
  color: #000000;
  fill: #444;
  font-weight: 500;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.highcharts-tracker tspan:nth-child(2) {
  font-weight: normal;
}
.highcharts-tooltip text tspan:nth-child(2) {
  display: none;
}
.linea-tiempo {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(210, 210, 210, 0.8);
  width: 2px;
}
.no-sobresalir {
  overflow: hidden !important;
  position: relative;
}
.tooltip {
  z-index: 99999 !important;
}
.marca-interv {
  font-size: 0.8em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -32px;
  width: 80px;
  padding: 30px 0px 5px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.marca-interv-bottom {
  position: absolute;
  bottom: -10px;
  right: -26px;
  z-index: 9999;
  width: 70px;
  text-align: center;
  padding: 2px 0px 17px 0px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #ffffff;
}
.progress {
  width: 100%;
  height: 16px;
  margin: 0px auto;
  border-radius: 12px;
  background-color: #c8c8c8;
}
.progress.xs {
  height: 7px;
}
.progress.sm {
  height: 10px;
}
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm {
  width: 20px;
}
.progress.vertical.xs {
  width: 10px;
}
.progress .progress-bar {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  text-align: left !important;
  padding: 0px 5px !important;
}
.progress .progress-bar span {
  font-size: 0.85rem !important;
  line-height: 1 !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.progress .progressbar-control {
  height: 22px;
  border: 0px !important;
  background: none !important;
  position: relative;
}
.progress .progressbar-control .item-bar {
  height: 22px;
  border: 0px !important;
  border-radius: 0px !important;
  opacity: 0.5 !important;
  margin: 0px !important;
}
.progress .progressbar-control .item-bar.blue {
  background: #17a2b8 !important;
}
.progress .progressbar-control .item-bar.orange {
  background: #fd7e14 !important;
}
.progress .progressbar-control .item-bar.yellow {
  background: #ffc107 !important;
}
.progress .progressbar-control span {
  font-size: 0.85rem !important;
  font-weight: bold;
  line-height: 1 !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 10px;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #f56954;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#barra {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}
#slider.temperatura {
  background: #dddddd;
  background: -moz-linear-gradient(left, #dddddd 0%, #00c0ef 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dddddd), color-stop(100%, #00c0ef));
  background: -webkit-linear-gradient(left, #dddddd 0%, #00c0ef 100%);
  background: -o-linear-gradient(left, #dddddd 0%, #00c0ef 100%);
  background: -ms-linear-gradient(left, #dddddd 0%, #00c0ef 100%);
  background: linear-gradient(to right, #dddddd 0%, #00c0ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a9fa', endColorstr='#89f084', GradientType=1);
}
.zona-horaria #btn-zona {
  display: inline-block;
  font-size: 18px;
  padding: 3px 8px;
  border-radius: 5px;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  background-color: rgba(161, 228, 89, 0.7);
  background-image: url(img/world.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
.zona-horaria #btn-zona:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  background-color: rgba(135, 203, 61, 0.7);
}
.btn-ver-mas {
  float: right;
  margin: 15px;
  color: #00c0ef;
  cursor: pointer;
}
.rotar:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#mood-form {
  margin: 8px 0px;
}
#mood-form #wrapper-mood-bar {
  display: flex;
  /*
		height: 26px;	
		padding: 2px;
		background: @g3;
		border-radius: 5px;
		*/

}
#mood-form #wrapper-mood-bar #mood-reporting {
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
}
#mood-form #wrapper-mood-bar .mod-reporting-bar {
  height: 24px;
}
#mood-form #wrapper-mood-bar span:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#mood-form #wrapper-mood-bar span:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal-content {
  border: none;
  background-color: #ffffff !important;
  border-radius: 5px;
}
.modal-content .modal-header {
  padding: 15px;
  border: solid 2px #ffffff;
  background-color: #333333;
}
.modal-content .modal-header h2,
.modal-content .modal-header h3,
.modal-content .modal-header h4,
.modal-content .modal-header h5,
.modal-content .modal-header h6 {
  color: #ffffff;
}
.modal-content .modal-header .close {
  font-size: 2em;
  color: #ffffff;
  opacity: 1;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modal-content .modal-header .close:hover,
.modal-content .modal-header .close:focus,
.modal-content .modal-header .close:active {
  color: #ffffff;
  opacity: 0.8;
}
.modal-content .modal-body #timeline {
  max-height: 300px;
  overflow: auto;
}
.modal-content .modal-body .note-editable {
  max-height: 150px !important;
  min-height: auto !important;
}
#filemanager, #filemanager2, #filemanager-archivo {
  margin: auto;
  width: 1400px !important;
  max-width: 100%;
  margin-left: auto !important;
}
#filemanager .modal-body, #filemanager2 .modal-body, #filemanager-archivo .modal-body {
  width: 100% !important;
}
#estado-actual {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
}
#estado-actual .modal-header {
  padding: 15px;
  border: solid 2px #ffffff;
  background-color: #333333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#estado-actual .modal-header h4.modal-title {
  text-align: center;
}
#estado-actual .modal-header button {
  font-size: 1.8em;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#estado-actual .modal-header button:active,
#estado-actual .modal-header button:focus {
  outline: none;
}
#estado-actual .modal-body {
  padding: 50px 10px 20px 0px;
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#estado-actual .modal-body .confort-bar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 15px;
  left: 55px;
  right: 65px;
}
#estado-actual .modal-body .confort-bar::after {
  height: 1px;
  left: 30px;
  right: 30px;
}
#estado-actual .modal-body .actividad-bar {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 12px;
  top: 60px;
  bottom: 29px;
  width: 31px;
}
#estado-actual .modal-body .actividad-bar::after {
  width: 1px;
  top: 30px;
  bottom: 30px;
  right: -22px;
}
#estado-actual .modal-body .actividad-bar span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#estado-actual .modal-body .actividad-bar > * {
  position: relative;
  left: -37px;
}
#estado-actual .modal-body .actividad-bar::after {
  left: 12px;
}
#estado-actual .modal-body .confort-bar::after,
#estado-actual .modal-body .actividad-bar::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background: #999999;
}
#estado-actual .modal-body .confort-bar span,
#estado-actual .modal-body .actividad-bar span {
  font-size: 1.2em;
  font-weight: 500;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}
#estado-actual .modal-body .confort-bar i,
#estado-actual .modal-body .actividad-bar i {
  font-size: 1.4em;
}
#estado-actual .modal-body .puntos {
  text-align: center;
}
#estado-actual .modal-body .mood-a:hover {
  border: 10px solid !important;
  margin: 0px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) !important;
}
.modal-dialog {
  max-width: 90%;
}
.modal-body {
  padding: 30px 15px;
  background-color: #ffffff;
}
button.close {
  cursor: pointer;
}
ul.cerrar-registro.desactivar > li {
  /*&:first-of-type{
				display: none;
			}*/

}
ul.cerrar-registro.desactivar > li#mostrar-cierre i {
  transform: rotate(180deg);
}
ul.cerrar-registro > li {
  margin-left: 0px;
}
ul.cerrar-registro > li .btn {
  padding: 0px 10px 0 8px;
  border: none;
}
ul.cerrar-registro > li .btn.desplegable {
  width: 30px;
  min-width: 30px;
  padding: 8px 10px 8px 5px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  position: relative;
}
ul.cerrar-registro > li .btn.desplegable::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: -3px;
  background: #333333;
}
ul.cerrar-registro > li .btn.desplegable i {
  margin: 0px;
}
ul.cerrar-registro > li .btn.desplegable:hover,
ul.cerrar-registro > li .btn.desplegable.acito,
ul.cerrar-registro > li .btn.desplegable.active,
ul.cerrar-registro > li .btn.desplegable.selected {
  background: #333333 !important;
}
#registro-actual {
  height: 32px;
  position: relative;
  z-index: 2;
  margin-left: 10px !important;
  margin-right: -5px !important;
}
#registro-actual > li > span {
  font-weight: 600;
}
#form-cierre {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: calc(100% - 6px);
}
#form-cierre form {
  padding: 0px;
  background: #f5f5f5;
  border-bottom-right-radius: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#form-cierre form .flex-row {
  flex-wrap: nowrap;
}
#form-cierre.ocultar-inicio form {
  opacity: 0;
  visibility: hidden;
}
#panel-proyectos .table-proyectos .btn.mini,
#panel-acciones .table-acciones .btn.mini {
  height: 29px;
}
#panel-proyectos .table-proyectos thead tr th,
#panel-acciones .table-acciones thead tr th {
  height: 64px;
}
#panel-proyectos .table-proyectos thead tr th .flex-row.li-spacing-xl,
#panel-acciones .table-acciones thead tr th .flex-row.li-spacing-xl {
  margin-left: -12px;
  margin-right: -12px;
}
#panel-proyectos .table-proyectos thead tr th .flex-row.li-spacing-xl > li,
#panel-acciones .table-acciones thead tr th .flex-row.li-spacing-xl > li {
  padding-left: 12px;
  padding-right: 12px;
}
#panel-gantt table.gantt thead tr th {
  width: 100%;
}
#panel-gantt table.gantt thead tr:last-child {
  border-top: none;
}
#panel-gantt #actual {
  position: absolute;
  top: 66px;
  bottom: 0;
  border-left: 1px dotted #00C0EF;
  z-index: 1;
}
#panel-gantt #actual span {
  font-size: 1.2rem;
  line-height: 0.5;
  color: #00c0EF;
  text-align: center;
  padding: 0px 4px;
  border-radius: 3px;
  position: absolute;
  top: -13px;
  left: -20px;
  width: 34px;
  height: 10px;
}
#caja-config {
  border-top: 1px solid #999999;
}
#caja-timeline > .box {
  max-height: 400px;
  border-top: 1px solid #999999;
  overflow: auto;
}
#caja-timeline > .box .box-timeline {
  padding: 50px 20px 30px;
}
.btn-group .selected {
  background: #E9E9E9;
  box-shadow: inset 1px 1px 3px rgba(211, 211, 211, 0.8);
}
#dashboard #mapa {
  width: 100%;
  height: 75vh;
}
.caja-gauge {
  position: relative;
  top: -40px;
  margin-bottom: -60px;
}
.caja-gauge .gauge {
  position: relative;
}
.caja-gauge .gauge .gauge-obj {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.caja-gauge .gauge .gauge-obj tspan {
  display: none;
}
.caja-gauge .gauge h4 {
  text-align: center;
  position: relative;
  top: -40px;
  margin: 0px;
}
.caja-datos > .dato {
  padding-bottom: 15px;
  position: relative;
}
.caja-datos > .dato div.flex-row {
  margin-bottom: 9px;
}
.caja-datos > .dato div.flex-row .icono {
  font-size: 1.5rem;
  line-height: 32px;
  text-align: center;
  width: 28px;
  margin-right: 5px;
}
.caja-datos > .dato div.flex-row .txt {
  font-size: 1.2em;
  line-height: 32px;
  font-weight: 400;
}
.caja-datos > .dato div.flex-row input {
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.caja-datos > .dato a.cerrar {
  display: block;
  font-size: 28px;
  line-height: 32px;
  cursor: pointer;
}
.caja-datos > .dato .progress {
  height: 16px;
}
.caja-datos > .dato:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
.caja-fecha {
  margin-top: 15px;
}
.caja-fecha input {
  padding: 7px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.gantt-embed {
  height: 82vh;
  overflow: auto;
}
.textodetalles ul {
  list-style-type: disc;
  padding-left: 17px;
}
#panelresumen .box-header {
  padding: 20px;
  margin: -20px -20px 20px;
  background: #666666;
}
#panelresumen h2 {
  color: #ffffff;
  font-weight: 500;
}
#panelresumen h3 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}
#panelresumen h4 {
  margin-bottom: 10px;
}
#panelresumen .foto-perfil img {
  width: 38px;
  height: 38px;
  float: left;
}
#panelresumen .icon i {
  font-size: 30px;
}
#panelresumen select.fases {
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 29px;
}
#panelresumen ul.datos {
  padding-left: 50px;
}
#panelresumen ul.datos li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
#panelresumen ul.datos li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#panelresumen .status {
  color: #ffffff;
}
#panelresumen .status i {
  font-size: 2rem;
  /*
			position: relative;
			box-shadow: 0px 0px 0px 3px @b;
			border-radius: 50%;

			&::before {
				position: relative;
				z-index: 1;
			}

			&::after {
				content: '';
			    display: block;
			    position: absolute;
			    top: 1px;
			    right: 1px;
			    bottom: 1px;
			    left: 1px;
			    background: @b;
			    z-index: 0;
			    border-radius: 50%;
			}
			*/

}
#panelresumen .status p {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0px;
}
#tablagastos ul.descripcion-gasto {
  line-height: 1.2;
  padding: 10px 0px 0px;
  margin-top: 30px;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  background: #f7f7f7;
}
#tablagastos ul.descripcion-gasto > li {
  padding: 10px 15px 0 25px;
  position: relative;
}
#tablagastos ul.descripcion-gasto > li::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 12px;
  left: 15px;
}
#tablagastos ul.descripcion-gasto > li:last-child {
  padding: 10px 0px 0px;
}
#tablagastos ul.descripcion-gasto > li:last-child::before {
  display: none;
}
#tablagastos ul.descripcion-gasto > li p {
  font-weight: 700;
  margin-bottom: 0px;
}
#tablagastos > .row:first-of-type > [class^="col-"]:nth-of-type(2n+1) {
  clear: both;
}
#tablagastos > .row:first-of-type [class^="col-"] {
  margin-bottom: 30px;
}
#tablagastos textarea {
  height: 132px;
}
#panelrecursos img,
#panelrecursos i {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
#tablatareas {
  margin: 30px 0;
}
#tablatareas .form-nueva-tarea .flex-row li input,
#tablatareas .form-nueva-tarea .flex-row li select,
#tablatareas .form-nueva-tarea .flex-row li textarea {
  min-width: 240px;
}
#tablatareas .form-nueva-tarea .flex-row li input[type="checkbox"] {
  margin: 0 10px 0 0;
  min-width: initial;
  width: 16px;
  height: 16px;
}
#limpiarbusqueda.on {
  cursor: pointer;
  background: #367fa9;
}
.matriz-horas {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.matriz-horas table {
  width: 100%;
  height: 8px;
  margin-top: 10px;
}
.matriz-horas table td {
  opacity: 0.7;
}
.matriz-horas table td:hover {
  opacity: 1;
}
.rectangulo {
  width: 87px;
  height: 37px;
  padding: 0;
}
.contenido_gantt {
  position: relative;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  border-top: 0px !important;
  z-index: 999;
  opacity: 0.5;
}
.leyenda_gantt {
  color: silver;
  text-align: right;
  width: 100%;
  opacity: 1;
  z-index: 999;
}
.pie_gantt {
  position: absolute;
}
#letra {
  background: #10c38e;
  font-size: 120px;
  padding: 20px 70px;
  min-width: 220px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 20px;
  font-weight: bold;
  color: #ffffff;
}
#tablaplanificador {
  margin: 20px 0px 10px;
}
.caja-logos span {
  cursor: pointer;
  margin-right: 10px;
}
#aviso {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 15px 20px;
  position: fixed;
  z-index: 99999;
  top: 100vh;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#aviso p {
  padding-left: 36px;
  position: relative;
}
#aviso p i {
  font-size: 26px;
  position: absolute;
  left: 0;
}
#aviso *:last-of-type {
  margin-bottom: 0px;
}
#aviso.rojo {
  background: rgba(220, 53, 69, 0.9);
}
#aviso.verde {
  background: rgba(40, 167, 69, 0.9);
}
#aviso.active {
  opacity: 1;
  top: calc(100vh - 100px);
}
.loader {
  text-align: center;
}
.loader img {
  max-width: 60px !important;
}
#tbl-hoy-proyectos > div {
  margin-bottom: 30px;
}
#tbl-hoy-proyectos > div:last-of-type {
  margin-bottom: 0px;
}
#tbl-hoy-proyectos h4 {
  position: relative;
  background: #ffffff;
  margin-bottom: 10px;
}
#tbl-hoy-recursos .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #e6e6e6;
}
#tbl-hoy-recursos .row:first-of-type {
  border-top: none;
}
#tbl-hoy-recursos .row:last-of-type {
  padding-bottom: 0px;
}
#tbl-personal table tr th,
#tbl-personal table tr td {
  max-width: 190px;
}
#tbl-personal,
.table-responsive {
  max-height: 600px;
  overflow-y: auto;
}
#tbl-personal table tr th a,
.table-responsive table tr th a,
#tbl-personal table tr td a,
.table-responsive table tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: inline-block;*/

}
#datepickerrange {
  font-weight: 500;
  line-height: 30px;
  background: #ffffff;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  width: 100%;
  height: 32px;
}
#datepickerrange.gris {
  background: #f1f1f1;
  box-shadow: none;
  border: solid 1px #e0e0e0;
}
#datepickerrange i:last-of-type {
  margin-left: 5px;
}
.daterangepicker .ranges li.active {
  background: #00c0ef !important;
}
.daterangepicker td.active,
.daterangepicker .daterangepicker td.active:hover {
  background: #00c0ef !important;
}
.daterangepicker .drp-buttons {
  clear: both;
}
.daterangepicker .drp-buttons .btn {
  float: left;
  margin: 0px 5px 10px;
  color: #334351 !important;
  background: #FFFFFF !important;
  border-color: #999999 !important;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  min-width: 42px;
  padding: 0 8px;
  text-transform: uppercase;
  cursor: pointer;
}
.gantt_cal_light .gantt_section_time .gantt_time_selects {
  width: 100%;
  float: none;
}
.gantt_cal_light .gantt_section_time .gantt_time_selects select {
  width: 33%;
}
.gantt_cal_light .gantt_section_time .gantt_duration {
  float: none;
  margin: 10px 0;
}
#estados {
  display: flex;
  flex-wrap: wrap;
}
#estados.fila {
  flex-wrap: nowrap;
  overflow-x: auto;
}
#estados.fila .panel-resumen .box-body {
  max-height: auto;
}
#estados .panel-resumen {
  margin-bottom: 16px;
}
#estados .panel-resumen .box-header {
  padding: 7px 10px;
  /*background: #666666;*/
  border: solid 2px #e6e6e6;
  border-bottom-width: 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
}
#estados .panel-resumen .box-header h2 {
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  /*background: #ffffff;*/
  padding: 5px 8px;
  line-height: 1;
  border-radius: 5px;
}
#estados .panel-resumen .box-header span {
  font-size: 0.9rem;
  letter-spacing: -0.5px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 15px;
  background: #ffffff;
}
#estados .panel-resumen .box-body {
  min-height: 150px;
  max-height: 335px;
  margin-top: 4px;
  overflow: auto;
}
#estados .panel-resumen .box-body .proyecto {
  padding: 10px;
  margin-top: 4px;
  border: solid 1px #eeeeee;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#estados .panel-resumen .box-body .proyecto:hover {
  background: #f7f7f7;
  border-color: #cccccc;
}
#estados .panel-resumen .box-body .proyecto:first-of-type {
  margin-top: 0px;
}
#estados .panel-resumen .box-body .proyecto:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#estados .panel-resumen .box-body .proyecto > .flex-row {
  margin-bottom: 10px;
}
#estados .panel-resumen .box-body .proyecto > ul > li > h3 {
  font-size: 1.1rem;
  padding-top: 2px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner hr {
  margin: 15px 0px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 3px 0px 10px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .btn.micro.icon i {
  font-size: 1.1em;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner select {
  display: none;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .caja-datos {
  margin-left: -5px;
  margin-right: -5px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .caja-datos .dato {
  padding-left: 5px;
  padding-right: 5px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .caja-datos .dato > div.label {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  margin-bottom: 5px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .caja-datos .dato > div.label i {
  margin-right: 5px;
}
#estados .panel-resumen .box-body .proyecto .detalles > .inner .caja-datos .dato > div.label span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#estados .panel-resumen .box-body .proyecto .btn.micro.icon i {
  font-size: 1em;
}
.galeria {
	margin: 30px 0px;
	border: 2px solid #c6c6c6;
	padding: 15px;
	min-height: 60px;
}
.galeria > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.galeria > ul > li {
  width: 33%;
  padding: 5px;
  position: relative;
}
.galeria > ul > li > img {
  max-width: 100%;
}
.galeria > ul > li > span {
  position: absolute;
  top: -10px;
  right: 10px;
}
#galeria-combinacion > li {
  width: 20%;
}
#galeria-combinacion > li.active {
  border: 5px solid #00C0EF;
  cursor: pointer;
}
#mapa {
  width: 100%;
  height: 100%;
}
.recuadro-detalles {
  margin: 15px 0px;
  padding: 15px;
  border: 1px solid #c6c6c6;
}
#tabla-gasto {
  /* overflow: auto; */
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  table.table tbody tr td.accion a {
    max-width: 193px;
  }
}
@media screen and (max-width: 1199px) {
  .small-box > .inner:after {
    width: 40px;
    height: 40px;
    position: initial;
  }
  #estados .panel-resumen .box-body .proyecto .detalles > .inner select {
    display: block;
  }
  .modal-dialog {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  body .row-offcanvas .left-side {
    top: 50px;
  }
  body .row-offcanvas .left-side.collapse-left {
    left: 0px;
    width: 60px;
  }
  body .row-offcanvas .right-side.strech {
    /*margin-left: 60px;*/
  
    left: 60px;
  }
  body .row-offcanvas .right-side.strech > .content-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  body .row-offcanvas .left-side {
    width: 165px;
    top: 50px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > a {
    padding: 15px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > a > span {
    left: 55px;
    opacity: 1;
    visibility: visible;
  }
  body .row-offcanvas .left-side.collapse-left {
    width: 60px;
    left: 0;
  }
  body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > a > span {
    left: 50px;
    opacity: 0;
    visibility: hidden;
  }
  body .row-offcanvas .right-side {
    /*margin-left: 160px;*/
  
    left: 160px;
  }
  body .row-offcanvas .right-side.strech {
    /*margin-left: 60px;*/
  
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .responsive {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.3em;
  }
  body .logo-top {
    height: 25px;
    background-color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
  }
  body .logo-top a img {
    height: 15px;
  }
  body header {
    top: 25px;
    height: 40px;
  }
  body header .header > div {
    width: initial;
    height: 40px;
  }
  body header .header > div .logo {
    width: 140px;
    height: 34px;
    margin-right: 15px;
  }
  body header .header > div .logo .icon {
    height: 34px;
    max-width: 100%;
  }
  body header .header > div,
  body header .header .navbar {
    height: 40px;
  }
  body header .header nav.navbar .navbar-nav > .user-menu > a > img {
    width: 22px;
    height: 22px;
  }
  body .row-offcanvas {
    padding-top: 65px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  body .row-offcanvas .left-side {
    width: 165px;
    top: 65px;
    left: 0;
  }
  body .row-offcanvas .left-side.collapse-left {
    left: -165px;
    width: 165px;
  }
  body .row-offcanvas .left-side > .sidebar {
    height: calc(100vh - 65px);
  }
  body .row-offcanvas .right-side {
    left: 165px;
    position: relative;
  }
  body .row-offcanvas .right-side > .content-header {
    margin: 0px 10px;
  }
  body .row-offcanvas .right-side > .content {
    padding: 10px;
  }
  body .row-offcanvas .right-side.strech {
    left: 0px;
  }
  .btn {
    flex: 1 0 54px;
    min-width: 54px;
    height: 38px;
  }
  .flex-row.seleccion > li label,
  .flex-row.seleccion > li span,
  .flex-row.seleccion > li input,
  .flex-row.seleccion > li select {
    margin: 0px 1px;
  }
  .flex-row.btn-list > li .btn {
    padding: 0 6px;
  }
  .box {
    padding: 15px 10px;
  }
  .box .inner-box {
    padding: 15px;
  }
  .box.tabs {
    padding: 0px 10px 15px;
  }
  .tabs > .box-header {
    margin: 0px -10px 30px;
  }
  .tabs .nav-tabs li a {
    padding: 10px 10px;
  }
  .tpv ul li.boton {
    width: 50%;
  }
  .tpv ul.opciones > li.boton {
    display: none;
  }
  .tpv ul.opciones.visible > li.boton {
    display: block;
  }
  .tpv ul.opciones.visible > li.crono {
    padding-top: 15px;
  }
  .tpv ul.opciones li.menu-boton {
    display: block;
  }
  .tpv ul.opciones li.crono {
    padding-top: 0px;
  }
  .tpv .listado ul li {
    width: 33%;
  }
  #form-cierre {
    width: 100%;
  }
  #panel-proyectos .table-proyectos thead tr th,
  #panel-acciones .table-acciones thead tr th {
    height: initial;
    padding: 10px 12px;
  }
  #panel-proyectos .table-proyectos thead tr th h2,
  #panel-acciones .table-acciones thead tr th h2 {
    line-height: 29px;
  }
  .modal-body {
    padding: 30px 5px;
  }
}
@media screen and (max-width: 580px) {
  body {
    font-size: 14px;
  }
  body header .header > div,
  body header .header .navbar {
    padding: 5px 10px;
  }
  body header .header > div .logo {
    width: 100px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > a > span {
    font-size: 0.9rem;
    left: 42px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > a > i {
    font-size: 18px;
    width: 20px;
    -webkit-transform: translateY(calc(-50%));
    -moz-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    -o-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > ul {
    padding: 5px 5px 5px 15px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > ul > li > a {
    font-size: 12px;
    padding: 0px 0px 0px 25px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > ul > li > a > i {
    font-size: 14px;
    left: 0px;
  }
  body .row-offcanvas .left-side .sidebar > .sidebar-menu > li > ul > li > a > span {
    left: 26px;
  }
  body .row-offcanvas .left-side.collapse-left {
    width: 50px;
  }
  body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > a > span {
    left: 40px;
  }
  body .row-offcanvas .left-side.collapse-left > .sidebar > .sidebar-menu > li > ul > li > a > span {
    left: 23px;
  }
  body .row-offcanvas .right-side {
    position: relative;
  }
  #form-cierre {
    top: calc(100% - 15px);
  }
  #form-cierre form {
    padding-top: 15px;
  }
}
@media screen and (max-width: 420px) {
  .perfil-imagen {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-timeline.box {
    padding-left: 5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .timeline:before {
    left: 15px;
  }
  .timeline > li > .fa {
    left: -3px;
  }
  .timeline > li > .timeline-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .timeline .fa {
    z-index: 2;
  }
  .timeline li .timeline-item h3 {
    margin-left: 25px !important;
  }
  .timeline li .timeline-item .timeline-body {
    padding: 4px;
  }
  .tpv .listado ul li {
    width: 50%;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
