@import '//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css';
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import 'bootstrap.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import 'https://use.fontawesome.com/releases/v5.1.0/css/all.css';
/*********************************************
**************  VARIABLES DEL TEMA
*********************************************/
/*********************************************
**************  FUNCIONES
*********************************************/
/*********************************************
**************  EFECTOS Y ANIMACIONES
*********************************************/
.pt-page-scaleUpDown {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  -moz-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.21);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes scaleDownUp {
  to {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*********************************************
************** MEDIDAS DE LAS PANTALLAS
*********************************************/
/********************************************************************
**************  GENERADOR DE ALTURAS .h10, h20, etc para espacios
********************************************************************/
.clearfix:before,
.clearfix:after,
.fix-display:before,
.fix-display:after,
.h200:before,
.h200:after,
.h195:before,
.h195:after,
.h190:before,
.h190:after,
.h185:before,
.h185:after,
.h180:before,
.h180:after,
.h175:before,
.h175:after,
.h170:before,
.h170:after,
.h165:before,
.h165:after,
.h160:before,
.h160:after,
.h155:before,
.h155:after,
.h150:before,
.h150:after,
.h145:before,
.h145:after,
.h140:before,
.h140:after,
.h135:before,
.h135:after,
.h130:before,
.h130:after,
.h125:before,
.h125:after,
.h120:before,
.h120:after,
.h115:before,
.h115:after,
.h110:before,
.h110:after,
.h105:before,
.h105:after,
.h100:before,
.h100:after,
.h95:before,
.h95:after,
.h90:before,
.h90:after,
.h85:before,
.h85:after,
.h80:before,
.h80:after,
.h75:before,
.h75:after,
.h70:before,
.h70:after,
.h65:before,
.h65:after,
.h60:before,
.h60:after,
.h55:before,
.h55:after,
.h50:before,
.h50:after,
.h45:before,
.h45:after,
.h40:before,
.h40:after,
.h35:before,
.h35:after,
.h30:before,
.h30:after,
.h25:before,
.h25:after,
.h20:before,
.h20:after,
.h15:before,
.h15:after,
.h10:before,
.h10:after,
.h5:before,
.h5:after {
  content: " ";
  display: table;
}
.clearfix:after,
.fix-display:after,
.h200:after,
.h195:after,
.h190:after,
.h185:after,
.h180:after,
.h175:after,
.h170:after,
.h165:after,
.h160:after,
.h155:after,
.h150:after,
.h145:after,
.h140:after,
.h135:after,
.h130:after,
.h125:after,
.h120:after,
.h115:after,
.h110:after,
.h105:after,
.h100:after,
.h95:after,
.h90:after,
.h85:after,
.h80:after,
.h75:after,
.h70:after,
.h65:after,
.h60:after,
.h55:after,
.h50:after,
.h45:after,
.h40:after,
.h35:after,
.h30:after,
.h25:after,
.h20:after,
.h15:after,
.h10:after,
.h5:after {
  clear: both;
}
.fix-display,
.h200,
.h195,
.h190,
.h185,
.h180,
.h175,
.h170,
.h165,
.h160,
.h155,
.h150,
.h145,
.h140,
.h135,
.h130,
.h125,
.h120,
.h115,
.h110,
.h105,
.h100,
.h95,
.h90,
.h85,
.h80,
.h75,
.h70,
.h65,
.h60,
.h55,
.h50,
.h45,
.h40,
.h35,
.h30,
.h25,
.h20,
.h15,
.h10,
.h5 {
  display: block;
  clear: both;
  width: 100%;
}
/* Height's máximos */
.h200 {
  height: 200px;
}
@media screen and (max-width: 991px) {
  .h200 {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .h200 {
    height: 165px;
  }
}
.h195 {
  height: 195px;
}
@media screen and (max-width: 991px) {
  .h195 {
    height: 165px;
  }
}
@media screen and (max-width: 767px) {
  .h195 {
    height: 160px;
  }
}
.h190 {
  height: 190px;
}
@media screen and (max-width: 991px) {
  .h190 {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .h190 {
    height: 155px;
  }
}
.h185 {
  height: 185px;
}
@media screen and (max-width: 991px) {
  .h185 {
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .h185 {
    height: 150px;
  }
}
.h180 {
  height: 180px;
}
@media screen and (max-width: 991px) {
  .h180 {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .h180 {
    height: 145px;
  }
}
.h175 {
  height: 175px;
}
@media screen and (max-width: 991px) {
  .h175 {
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .h175 {
    height: 140px;
  }
}
.h170 {
  height: 170px;
}
@media screen and (max-width: 991px) {
  .h170 {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .h170 {
    height: 135px;
  }
}
.h165 {
  height: 165px;
}
@media screen and (max-width: 991px) {
  .h165 {
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  .h165 {
    height: 130px;
  }
}
.h160 {
  height: 160px;
}
@media screen and (max-width: 991px) {
  .h160 {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .h160 {
    height: 125px;
  }
}
.h155 {
  height: 155px;
}
@media screen and (max-width: 991px) {
  .h155 {
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .h155 {
    height: 120px;
  }
}
.h150 {
  height: 150px;
}
@media screen and (max-width: 991px) {
  .h150 {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .h150 {
    height: 115px;
  }
}
.h145 {
  height: 145px;
}
@media screen and (max-width: 991px) {
  .h145 {
    height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .h145 {
    height: 110px;
  }
}
.h140 {
  height: 140px;
}
@media screen and (max-width: 991px) {
  .h140 {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .h140 {
    height: 105px;
  }
}
.h135 {
  height: 135px;
}
@media screen and (max-width: 991px) {
  .h135 {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .h135 {
    height: 100px;
  }
}
.h130 {
  height: 130px;
}
@media screen and (max-width: 991px) {
  .h130 {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .h130 {
    height: 95px;
  }
}
.h125 {
  height: 125px;
}
@media screen and (max-width: 991px) {
  .h125 {
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .h125 {
    height: 90px;
  }
}
.h120 {
  height: 120px;
}
@media screen and (max-width: 991px) {
  .h120 {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .h120 {
    height: 85px;
  }
}
.h115 {
  height: 115px;
}
@media screen and (max-width: 991px) {
  .h115 {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .h115 {
    height: 80px;
  }
}
.h110 {
  height: 110px;
}
@media screen and (max-width: 991px) {
  .h110 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .h110 {
    height: 75px;
  }
}
.h105 {
  height: 105px;
}
@media screen and (max-width: 991px) {
  .h105 {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .h105 {
    height: 70px;
  }
}
.h100 {
  height: 100px;
}
@media screen and (max-width: 991px) {
  .h100 {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .h100 {
    height: 65px;
  }
}
.h95 {
  height: 95px;
}
@media screen and (max-width: 991px) {
  .h95 {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .h95 {
    height: 60px;
  }
}
.h90 {
  height: 90px;
}
@media screen and (max-width: 991px) {
  .h90 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h90 {
    height: 55px;
  }
}
.h85 {
  height: 85px;
}
@media screen and (max-width: 991px) {
  .h85 {
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .h85 {
    height: 50px;
  }
}
.h80 {
  height: 80px;
}
@media screen and (max-width: 991px) {
  .h80 {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .h80 {
    height: 45px;
  }
}
.h75 {
  height: 75px;
}
@media screen and (max-width: 991px) {
  .h75 {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .h75 {
    height: 40px;
  }
}
.h70 {
  height: 70px;
}
@media screen and (max-width: 991px) {
  .h70 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h70 {
    height: 35px;
  }
}
.h65 {
  height: 65px;
}
@media screen and (max-width: 991px) {
  .h65 {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .h65 {
    height: 30px;
  }
}
.h60 {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .h60 {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h60 {
    height: 25px;
  }
}
.h55 {
  height: 55px;
}
@media screen and (max-width: 991px) {
  .h55 {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .h55 {
    height: 40px;
  }
}
.h50 {
  height: 50px;
}
@media screen and (max-width: 991px) {
  .h50 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h50 {
    height: 35px;
  }
}
.h45 {
  height: 45px;
}
@media screen and (max-width: 991px) {
  .h45 {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .h45 {
    height: 30px;
  }
}
.h40 {
  height: 40px;
}
@media screen and (max-width: 991px) {
  .h40 {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h40 {
    height: 25px;
  }
}
.h35 {
  height: 35px;
}
@media screen and (max-width: 991px) {
  .h35 {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .h35 {
    height: 20px;
  }
}
.h30 {
  height: 30px;
}
@media screen and (max-width: 991px) {
  .h30 {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h30 {
    height: 20px;
  }
}
.h25 {
  height: 25px;
}
@media screen and (max-width: 991px) {
  .h25 {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h25 {
    height: 15px;
  }
}
.h20 {
  height: 20px;
}
.h15 {
  height: 15px;
}
.h10 {
  height: 10px;
}
.h5 {
  height: 5px;
}
/*********************************************
**************  ETIQUETAS GENERALES
*********************************************/
body {
  background: #fff;
  font-size: 13px;
  line-height: 25px;
  color: #505050;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 24px;
  color: #005f9a;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  color: #1a1f28;
  font-weight: 600;
  line-height: 40px;
}
h4 {
  font-size: 21px;
  color: #1a1f28;
  font-weight: 300;
  line-height: 26px;
}
h4 b {
  font-weight: normal;
}
ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
:focus {
  outline: none;
}
a {
  color: #505050;
}
a:hover {
  text-decoration: none;
}
select,
input,
p,
a:focus,
a,
button:focus {
  outline: 0 !important;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
strong.semi {
  font-weight: 600;
}
:focus {
  outline: none;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #29b45d;
}
/*Centrar un contenido en un div con tamaño especifico*/
.box {
  width: 100%;
  height: 100%;
  display: table;
}
.content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/***********************************************************
**************  CLASES PERSONALIZADAS GENERALES
***********************************************************/
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mb0 {
  margin-bottom: 0px;
}
.relative {
  position: relative;
}
.dib {
  display: inline-block;
}
.vab {
  vertical-align: bottom;
}
.uppercase {
  text-transform: uppercase;
}
.f20 {
  font-size: 20px;
}
.tprimario {
  color: #005f9a;
}
.tsecundario {
  color: #29b45d;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.hidden-block {
  visibility: hidden;
}
.nomevez {
  display: none;
}
.afull {
  display: block;
  width: 100%;
  height: 100%;
}
.cur-pointer {
  cursor: pointer;
}
.centerdiv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vista-edicion {
  display: none;
}
/*********************************************
**************  HEADER
*********************************************/
#main-header {
  padding-left: 200px;
  height: 85px;
  background: #f5f5f5;
  transition: all 0.3s;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}
#main-header .menu {
  float: left;
  color: #1a1f28;
  font-weight: bold;
  line-height: 85px;
  padding: 0 20px;
  vertical-align: middle;
}
#main-header .menu i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
#main-header .menu span {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
}
#main-header .menu:hover {
  color: #005f9a;
}
#main-header .session-activa {
  float: right;
  margin-right: 40px;
  position: relative;
}
#main-header .session-activa p {
  line-height: 85px;
  margin-bottom: 0px;
}
#main-header .session-activa p i {
  font-size: 25px;
  vertical-align: middle;
  height: 29px;
  margin-left: 10px;
}
#main-header .session-activa:hover .submenu {
  display: block;
}
#main-header .session-activa .submenu {
  text-align: left;
  position: absolute;
  top: 60px;
  right: -20px;
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  display: none;
  transition: all 0.5s;
  z-index: 1;
  border: 1px solid #ccc;
  text-align: right;
  width: 135px;
  padding: 0;
  list-style: none;
}
#main-header .session-activa .submenu:before {
  content: '';
  display: inline-block;
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 9px;
  height: 0;
  width: 0;
  position: absolute;
  top: -19px;
  right: 18px;
}
#main-header .session-activa .submenu:after {
  content: '';
  display: inline-block;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 9px;
  height: 0;
  width: 0;
  position: absolute;
  top: -18px;
  right: 18px;
}
#main-header .session-activa .submenu li {
  width: 100%;
  position: relative;
}
#main-header .session-activa .submenu li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 26px;
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  color: #1a1f28;
}
#main-header .session-activa .submenu li i {
  display: inline-block;
  margin-right: 5px;
}
#main-header .session-activa .submenu li:hover > a {
  background-color: #1a1f28;
  color: #ffffff;
}
/*********************************************
**************  MENU PRINCIPAL
*********************************************/
.left-col {
  height: 100%;
  min-height: 600px;
  width: 200px;
  padding: 0;
  position: fixed;
  display: block;
  z-index: 2;
  transition: all 0.3s;
  overflow: hidden;
  background: #f7f9fa;
  top: 0;
}
.left-col p {
  font-size: 13px;
  color: #005f9a;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: bold;
}
.left-col .logo {
  background: #005f9a;
  height: 85px;
  width: 100%;
  vertical-align: middle;
  padding: 20px 25px;
  display: inline-block;
  text-align: center;
}
.left-col .logo img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.left-col nav {
  width: 200px;
  color: #505050;
}
.left-col nav .fix {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.left-col nav a {
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 15px;
  color: #505050;
  position: relative;
}
.left-col nav a span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.left-col nav a:hover {
  font-weight: bold;
  color: #29b45d;
}
.left-col nav ul li.activoSub {
  background: #313a4f;
}
.left-col .activo a {
  font-weight: bold;
  color: #29b45d;
}
.left-col .activo .submenu a {
  background: #313A4C;
  color: #fff;
}
.left-col .activo .submenu a:hover {
  background: #72BF44;
  color: #fff;
}
/*********************************************
**************  CONTENEDOR PRINCIPAL
*********************************************/
.center-col {
  padding: 115px 20px 0;
  margin: 0 200px;
  transition: all 0.3s;
  max-width: 1200px;
  z-index: 0;
  min-height: 600px;
  position: relative;
}
/*********************************************
**************  MENU DE OPCIONES
*********************************************/
.right-col {
  position: absolute;
  height: 100%;
  width: 200px;
  right: -200px;
  top: 0;
  background: #fff;
  text-align: center;
  display: none;
  padding: 0;
}
.right-col .btn-gral {
  width: 100%;
  margin-bottom: 10px;
}
/*********************************************
**************  FOOTER
*********************************************/
#main-footer {
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
}
#main-footer p,
#main-footer a {
  margin-bottom: 0px;
  color: #005f9a;
  font: normal 8px 'Open Sans', sans-serif;
  line-height: 15px;
}
/*********************************************
**************  MENU MINIFICADO
*********************************************/
body.nav-sm .left-col {
  width: 0px;
}
body.nav-sm .center-col {
  margin-left: 0px;
}
body.nav-sm #main-header {
  padding-left: 0px;
}
body.nav-sm nav span {
  display: none;
}
body.nav-sm .left-col nav a i {
  font-size: 20px;
}
body.nav-sm .left-col nav a {
  padding: 9.5px 17px;
}
body.nav-sm .left-col p {
  display: none;
}
body.nav-sm .logo .main {
  display: none;
}
body.nav-sm .logo .simple {
  display: block;
  margin: 0 auto;
}
body.nav-sm #main-footer {
  padding-left: 0px;
}
/*********************************************
**************  FORMULARIOS
*********************************************/
label {
  color: #005f9a;
  font: 700 12px 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
label.f14 {
  font-size: 14px;
}
textarea,
input,
.select,
input[type=checkbox],
input[type=radio] {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 15px;
  z-index: 1;
  border-radius: 5px;
  color: #505050;
}
textarea.disable,
input.disable,
.select.disable,
input[type=checkbox].disable,
input[type=radio].disable {
  border: none;
  padding-left: 0px;
}
input,
.select,
select {
  height: 40px;
}
textarea {
  height: 121px;
  resize: none;
  margin-bottom: 7px;
}
input[type="button"],
input[type="submit"] {
  background: #005f9a;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #29b45d;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ececec;
  margin: -3px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 20px;
  color: #005f9a;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span {
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  border-radius: 20px;
  margin: -3px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked + label span:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 20px;
  color: #005f9a;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  left: 0;
  position: relative;
  font-size: 15px;
}
.select {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
}
.select select {
  background: transparent;
  width: 100%;
  padding: 0px 35px 0px 10px;
  border: 0;
  border-radius: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  position: relative;
}
.select:before {
  right: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-size: 20px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.modulo.disabled label {
  color: #ccc;
}
.msg {
  padding: 50px 0;
  display: none;
}
.error {
  background: #f66 !important;
  color: #fff !important;
}
.archivo {
  width: 200px;
}
.permisos label {
  font-weight: normal;
  margin-right: 15px;
}
.modulos label {
  font-size: 13px;
  color: #808080;
}
.modulos .modulo {
  width: 33.33%;
  float: left;
}
/*********************************************
**************  TABLAS
*********************************************/
table.datos,
table.datos1,
table.datos2 {
  width: 100%;
  color: #505050;
}
table.datos thead,
table.datos1 thead,
table.datos2 thead {
  color: #fff;
}
table.datos thead tr th,
table.datos1 thead tr th,
table.datos2 thead tr th {
  font-weight: normal;
  color: #4B738C;
  font-weight: 600;
}
table.datos thead tr th:nth-child(odd),
table.datos1 thead tr th:nth-child(odd),
table.datos2 thead tr th:nth-child(odd) {
  background-color: #E9EFF1;
}
table.datos thead tr th:nth-child(even),
table.datos1 thead tr th:nth-child(even),
table.datos2 thead tr th:nth-child(even) {
  background-color: #F7F9FA;
}
table.datos th,
table.datos1 th,
table.datos2 th,
table.datos td,
table.datos1 td,
table.datos2 td {
  height: 40px;
  padding: 0 10px;
}
table.datos th,
table.datos1 th,
table.datos2 th {
  font: 600 13px 'Open Sans', sans-serif;
  line-height: 30px;
  background-color: #fff;
}
table.datos th.acciones,
table.datos1 th.acciones,
table.datos2 th.acciones {
  background-color: #505050;
  color: #ffffff;
  width: 10%;
  text-align: center;
}
table.datos th.acciones.padd,
table.datos1 th.acciones.padd,
table.datos2 th.acciones.padd {
  padding: 0 30px;
}
table.datos th:not(.acciones),
table.datos1 th:not(.acciones),
table.datos2 th:not(.acciones) {
  border-right: 1px solid #fff;
}
table.datos th .ordenholder,
table.datos1 th .ordenholder,
table.datos2 th .ordenholder {
  white-space: nowrap;
}
table.datos td,
table.datos1 td,
table.datos2 td {
  border-bottom: 1px solid #ECECEC;
}
table.datos tr:hover,
table.datos1 tr:hover,
table.datos2 tr:hover,
table.datos .fila-activa,
table.datos1 .fila-activa,
table.datos2 .fila-activa {
  background: #F7F9FA;
  cursor: pointer;
}
table.datos .header,
table.datos1 .header,
table.datos2 .header,
table.datos .tablesorter-header,
table.datos1 .tablesorter-header,
table.datos2 .tablesorter-header {
  background-image: url(../img/orden.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  white-space: normal;
  cursor: pointer;
}
table.datos .header,
table.datos1 .header,
table.datos2 .header,
table.datos .tablesorter-header,
table.datos1 .tablesorter-header,
table.datos2 .tablesorter-header {
  background-image: url(../img/orden.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  white-space: normal;
  cursor: pointer;
}
table.datos .headerSortUp,
table.datos1 .headerSortUp,
table.datos2 .headerSortUp,
table.datos .tablesorter-headerSortUp,
table.datos1 .tablesorter-headerSortUp,
table.datos2 .tablesorter-headerSortUp,
table.datos .tablesorter-headerAsc,
table.datos1 .tablesorter-headerAsc,
table.datos2 .tablesorter-headerAsc {
  background-color: #a0a0a0;
  color: #4B738C;
  background-image: url(../img/orden-desc.png);
}
table.datos .headerSortDown,
table.datos1 .headerSortDown,
table.datos2 .headerSortDown,
table.datos .tablesorter-headerSortDown,
table.datos1 .tablesorter-headerSortDown,
table.datos2 .tablesorter-headerSortDown,
table.datos .tablesorter-headerDesc,
table.datos1 .tablesorter-headerDesc,
table.datos2 .tablesorter-headerDesc {
  background-color: #a0a0a0;
  color: #4B738C;
  background-image: url(../img/orden-asc.png);
}
table.datos thead .sorter-false,
table.datos1 thead .sorter-false,
table.datos2 thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}
table.datos input[type="checkbox"] + label span,
table.datos1 input[type="checkbox"] + label span,
table.datos2 input[type="checkbox"] + label span {
  margin: -3px 0px 0 0;
}
table.datos label,
table.datos1 label,
table.datos2 label {
  margin-bottom: 0px;
}
#pager {
  position: relative !important;
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
#pager input {
  display: inline-block;
  font: normal 15px 'Open Sans', sans-serif;
  text-align: center;
  background-image: none !important;
  line-height: 25px;
  height: 25px;
  border: none;
  width: 170px !important;
  background-color: transparent;
  vertical-align: middle;
  margin-bottom: 0px;
}
#pager i {
  font-size: 25px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#pager .pagesize {
  margin-left: 25px;
  height: 25px;
  font-size: 13px;
  background: #fff;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: none;
}
.tools a {
  font-size: 13px;
  color: #505050;
  display: inline-block;
  margin-left: 10px;
}
.tools a span {
  font-size: 11px;
}
.tools a:first-child {
  margin-left: 0px;
}
.tools a:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 2px;
}
.tools .editar:hover,
.tools .edit:hover {
  color: #00DBBA;
}
.tools .editar:before,
.tools .edit:before {
  content: "\f013";
}
.tools .eliminar:hover,
.tools .remove:hover {
  color: #DD001B;
}
.tools .eliminar:before,
.tools .remove:before {
  content: "\f057";
}
.tools .ocultar:hover {
  color: #fccd35;
}
.tools .ocultar:before {
  content: "\f070";
}
.tools .activar:hover {
  color: #42ebf4;
}
.tools .activar:before {
  content: "\f06e";
}
.tools .reestablecer:hover {
  color: #9ef442;
}
.tools .reestablecer:before {
  content: "\f1c0";
}
.tools .asignar-pallet:hover {
  color: #4189f4;
}
.tools .asignar-pallet:before {
  content: "\f1cb";
}
.tools .asignar-rack:hover {
  color: #4189f4;
}
.tools .asignar-rack:before {
  content: "\f1c0";
}
.tools .asignar-ahora:hover {
  color: #4189f4;
}
.tools .asignar-ahora:before {
  content: "\f058";
}
.tools .reasignar:hover {
  color: #4842f4;
}
.tools .reasignar:before {
  content: "\f361";
}
.btn-tool {
  font-size: 13px;
  color: #505050;
  display: inline-block;
  margin-left: 10px;
}
.btn-tool span {
  font-size: 11px;
}
.btn-tool:first-child {
  margin-left: 0px;
}
.btn-tool:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 2px;
}
.btn-tool.reasignar:hover {
  color: #4842f4;
}
.btn-tool.reasignar:before {
  content: "\f079";
}
.btn-gral {
  background-color: #f7f9fa;
  font: 600 11px 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 28px;
  color: #4B738C;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 6px 15px;
}
.btn-gral:hover {
  background-color: #29b45d;
  color: #fff;
}
.btn-gral.azul {
  background-color: #005f9a;
  color: #fff;
}
.btn-gral.azul:hover {
  background-color: #29b45d;
  color: #fff;
}
.btn-gral.sistema {
  border: 1px solid #ECECEC;
  background: #fff;
  color: #808080;
}
.btn-gral.sistema:hover {
  background-color: #505050;
  color: #fff;
}
/*********************************************
**************  LOADING
*********************************************/
/* PANTALLA DE CARGANDO */
#ajaxBusy {
  z-index: 9999;
  display: none;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 0px;
}
#ajaxBusy p {
  color: #005f9a;
  margin-top: 30px;
  font: bold 15px 'Open Sans', sans-serif;
  position: relative;
  z-index: 1;
}
#ajaxBusy img {
  position: relative;
  z-index: 1;
}
/*********************************************
**************  FILTRO TABLE SORTER
*********************************************/
.buscador-sorter label,
.buscador-sorter input {
  display: inline-block;
}
.buscador-sorter .search {
  width: 70%;
  margin: 0 5px;
  background: #fff;
  max-width: 395px;
}
.buscador-sorter .reset {
  /*.btn-gral; 
        .btn-gral.azul;*/
  border: none;
}
.tablesorter-filter-row,
.tablesorter .filtered {
  display: none;
}
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center;
  transition: all 0.1s;
}
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
/*********************************************
**************  MEDIA QUERYS PARA RESPONSIVO  
*********************************************/
/* TABLETAS */
@media (min-width: 768px) and (max-width: 979px) {
  #main-header,
  .center-col {
    margin-left: 0;
  }
  nav span {
    display: none;
  }
  .left-col {
    width: 0;
  }
  .left-col nav a i {
    font-size: 20px;
  }
  .left-col nav a {
    padding: 9.5px 17px;
  }
  .left-col p {
    display: none;
  }
  .logo .main {
    display: none;
  }
  .logo .simple {
    display: block;
  }
  #main-footer {
    padding-left: 0;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #main-footer a,
  #main-footer p {
    font-size: 10px;
    line-height: 21px;
  }
  .center-col {
    padding: 20px 20px 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  body.nav-sm .center-col {
    margin-left: 0px;
  }
  body.nav-sm .left-col {
    width: 0px;
  }
  body.nav-sm #main-header {
    margin-left: 0px;
  }
  body.nav-sm #main-footer {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /*********************************************
    **************  MENU MINIFICADO
    *********************************************/
  #main-header,
  .center-col {
    margin-left: 0;
  }
  nav span {
    display: none;
  }
  .left-col {
    width: 0;
  }
  .left-col nav a i {
    font-size: 20px;
  }
  .left-col nav a {
    padding: 9.5px 17px;
  }
  .left-col p {
    display: none;
  }
  .logo .main {
    display: none;
  }
  .logo .simple {
    display: block;
  }
  #main-footer {
    padding-left: 0;
    margin-left: 0px;
    height: 60px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #main-footer a,
  #main-footer p {
    font-size: 10px;
    line-height: 21px;
  }
  .center-col {
    padding: 20px 10px 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  #main-header .session-activa {
    margin-right: 15px;
    font-size: 11px;
  }
  #main-header .session-activa .submenu {
    right: 0;
    width: 132px;
  }
  #main-header .menu span {
    display: none;
  }
  body.nav-sm .center-col {
    margin-left: 0px;
  }
  body.nav-sm .left-col {
    width: 0px;
  }
  body.nav-sm #main-header {
    margin-left: 0px;
  }
  body.nav-sm #main-footer {
    padding-left: 0;
  }
  .btn-gral {
    font-size: 11px;
    padding: 6px 14px;
    line-height: 22px;
  }
  h2 {
    font-size: 16px;
    line-height: 34px;
  }
  h2.titulo {
    margin-bottom: -34px;
  }
  #pager i {
    width: 25px;
  }
  #pager input {
    width: 160px!important;
  }
  #pager .pagesize {
    display: none;
  }
  .scrolling-table {
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
  }
  .scrolling-table table.datos {
    width: 600px;
  }
  /* SCROLL BAR PERSONALIZADO*/
  .scrolling-table::-webkit-scrollbar {
    background: #fff;
    width: 5px;
  }
  .scrolling-table::-webkit-scrollbar-thumb {
    background: #000;
    height: 15px;
  }
  .scrolling-table::selection {
    background-color: #dedede;
    color: #111;
  }
  .scrolling-table::-moz-selection {
    background-color: #dedede;
    color: #111;
  }
  .modulos .modulo {
    width: 50%;
  }
}
/*********************************************
**************  LOGIN
*********************************************/
.login-back {
  background: url(../img/login.jpg) no-repeat center center;
  background-size: cover;
}
.back-login {
  display: table;
  width: 100%;
}
.back-login .container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.logo-login {
  width: 100%;
  height: 70px;
  position: relative;
}
.logo-login img {
  max-width: 100%;
  max-height: 100%;
}
.flashmsg {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 110%;
  margin-left: -5%;
}
.flashmsg > div {
  width: 100%;
  height: 100px;
  display: table;
  font: normal 14px 'Open Sans', sans-serif;
  line-height: 1;
  position: absolute;
  top: -22px;
  background: #fff;
  display: none;
}
.flashmsg .texto {
  padding: 0 5px;
  line-height: 21px;
  width: 100%;
}
.flashmsg i {
  font-size: 30px;
}
.flashmsg .logindisabled .texto {
  color: #ebb600;
}
.flashmsg .loginfailed .texto {
  color: #ca0000;
}
.flashmsg .loginsent .texto,
.flashmsg .loginrecovery .texto {
  color: #00bda0;
}
.error {
  border: 1px solid #ff5959 !important;
}
.login .graypart {
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  padding: 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.login .graypart input {
  border: none;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 10px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.login .graypart .botonRecovery,
.login .graypart .botonIngresar {
  text-transform: uppercase;
  outline: 0;
  background: #29b45d;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.login .graypart .botonRecovery:hover,
.login .graypart .botonIngresar:hover {
  background-color: #505050;
  color: #ffffff;
}
.login .graypart.cargando:before {
  background: #fff;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.login .graypart.cargando:after {
  content: '';
  background: #fff;
  width: 80px;
  height: 80px;
  background: url(../img/wait.gif) no-repeat center center;
  background-size: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.login .logintitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.login .lostpass {
  font-weight: 300;
  font-size: 13px;
}
.botonVerde {
  background-color: #71bf44;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  position: relative;
  border-radius: 5px;
}
.botonVerde:hover {
  background-color: #29b45d;
}
.botonVerde [class^="utilicons"] {
  margin: 0 5px;
}
.botonVerde a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .flashmsg i {
    font-size: 25px;
  }
  .flashmsg > div {
    font-size: 12px;
  }
  .login .graypart {
    width: 100%;
    padding: 45px 25px;
  }
  .login .lostpass {
    font-weight: 300;
    font-size: 12px;
  }
}
/*********************************************
**************  DASHBOARD
*********************************************/
.h5 {
  margin: 0px;
}
/* Cajas blancas del dashboard*/
.boxy {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-weight: bold;
  transition: all 0.75s;
}
.boxy .accesos-directos {
  color: #005f9a;
  font-size: 20px;
}
.boxy .accesos-directos .icon {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 10px;
}
.boxy .accesos-directos .text {
  display: inline-block;
  vertical-align: middle;
}
.boxy .accesos-directos span {
  font-size: 13px;
  display: block;
}
.boxy .accesos-directos:hover {
  color: #29b45d;
}
.boxy .contadores {
  font-weight: bold;
  width: 20%;
  display: inline-block;
  float: left;
  border-left: 1px solid #ECECEC;
  padding: 0 10px 0 20px;
}
.boxy .contadores:first-child {
  border: none;
}
.boxy .contadores .titulo {
  font-size: 12px;
  line-height: 15px;
}
.boxy .contadores .titulo i {
  font-size: 15px;
  margin-right: 5px;
}
.boxy .contadores .cifra {
  font-size: 35px;
  line-height: 35px;
  margin-top: 5px;
}
.titulo-tabla {
  line-height: 45px;
  background: #ECECEC;
  width: 100%;
  padding: 0 15px;
}
.titulo-tabla a {
  float: right;
}
.titulo-tabla a span {
  vertical-align: middle;
}
.titulo-tabla a i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 45px;
  margin-left: 5px;
}
.caja-blanca {
  padding: 10px 20px;
  background: #fff;
}
.graficas {
  position: relative;
  margin: auto;
  height: 250px;
  width: 100%;
}
.clearfix,
.fix-display,
.h200,
.h195,
.h190,
.h185,
.h180,
.h175,
.h170,
.h165,
.h160,
.h155,
.h150,
.h145,
.h140,
.h135,
.h130,
.h125,
.h120,
.h115,
.h110,
.h105,
.h100,
.h95,
.h90,
.h85,
.h80,
.h75,
.h70,
.h65,
.h60,
.h55,
.h50,
.h45,
.h40,
.h35,
.h30,
.h25,
.h20,
.h15,
.h10,
.h5 {
  clear: both;
}
/*********************************************
**************  PAGINACION 
*********************************************/
#simple-upload {
  position: relative;
  cursor: pointer;
}
#simple-upload label {
  position: relative;
  background: #f0f0f0;
  color: #707070;
  display: inline-block;
  font: normal 14px 'Open Sans', sans-serif;
  padding: 13px 22px;
  border-radius: 5px;
}
#simple-upload:hover label {
  background: #29b45d;
  color: #ffffff;
}
#simple-upload #simple-name {
  width: 220px;
  float: left;
  margin-right: 5px;
}
#simple-upload input[type="file"] {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  filter: "alpha(opacity = 0)";
  -ms-filter: "alpha(opacity=0)";
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
/*********************************************
**************   OTRAS CLASES 
*********************************************/
#respuesta {
  overflow: hidden;
}
/* Ocultamos el input file */
#url-archivo,
#url-archivo2 {
  width: 220px;
  float: left;
}
input[type="file"] {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  filter: "alpha(opacity = 0)";
  -ms-filter: "alpha(opacity=0)";
  margin: 0;
  padding: 0;
  left: 0;
}
.cargaImagen {
  position: relative;
}
.cargaImagen .cargar {
  text-align: center;
  background: rgba(219, 219, 219, 0.3);
  color: #999;
  width: 100%;
  border: 1px solid #ECECEC;
  z-index: 1;
  height: auto;
  overflow-y: hidden;
  height: 122px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 15px;
}
.cargaImagen .cargar br {
  display: none;
}
.cargaImagen .cargar a {
  font-size: 50px;
  margin: 0 auto;
  position: relative;
  width: 125px;
  height: 140px;
  border: .5px dashed transparent;
  z-index: 2;
}
.cargaImagen .cargar a i {
  margin-top: 27px;
  position: absolute;
  margin-left: -25px;
}
.cargaImagen .cargar span {
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 20px;
  font-size: 12px;
  font-weight: 800;
  z-index: 1;
}
#img-foto {
  width: 175px;
  float: left;
  margin-top: 5px;
}
.imagenesResp {
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  z-index: -1;
}
.imagenesResp img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
}
.imagenesResp a.eliminarImagen {
  font-size: 40px;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: .5px dashed transparent;
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
}
.imagenesResp a .fas,
.imagenesResp a .fa {
  font-size: 23px;
}
.foto-portada {
  max-width: 300px;
  float: left;
  margin-top: 5px;
}
.cargaImagen.simple {
  width: 160px;
}
.cargaImagen.simple .cargar {
  position: relative;
}
.cargaImagen.simple .cargar span {
  bottom: 35px;
  line-height: 15px;
}
.cargaImagen.simple .cargar a i {
  margin-left: -20px;
  font-size: 30px;
  margin-top: 20px;
}
.cargaImagen.simple .imagenesResp img {
  max-width: 160px;
  max-height: 120px;
}
.cargaImagen.simple .lnk-img {
  line-height: 122px;
}
.cargaImagen.simple br {
  display: block;
}
#foto-stand {
  margin-top: 0px;
}
#foto-stand #upload {
  margin: 0px auto 0px !important;
  min-height: initial !important;
  padding-top: 5px !important;
}
#foto-stand #upload ul li {
  width: 20% !important;
}
#foto-stand .lista {
  position: relative !important;
  width: 100% !important;
}
.agregar-items .add-items input {
  width: 65% !important;
  border-radius: 5px !important;
  margin-right: 6px !important;
  margin-top: 1px !important;
  float: left;
}
.agregar-items .add-items a {
  float: left;
}
.agregar-items .item {
  border-bottom: 1px dashed #aaa;
  padding: 10px 0;
  line-height: 20px;
}
.agregar-items .item a {
  float: right;
}
.agregar-items .item:first-child {
  padding-top: 0px;
}
.agregar-items .item-name {
  border: 1px solid #fff !important;
  width: 80% !important;
  margin: 1px 0 0 0 !important;
}
.agregar-items .item-name.activo {
  border: 1px solid #d5d5d5 !important;
}
.agregar-items .item-remove {
  margin-left: 5px;
}
.contenedor-items {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
.contenedor-items .btn-danger {
  padding: 0px 5px;
}
hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
/*********************************************
**************  BREDDCA LOGISTICS
*********************************************/
/* Pallets - Modulos  */
.block-12 {
  height: 360px;
  counter-reset: item 13;
}
.block-11 {
  height: 330px;
  counter-reset: item 12;
}
.block-10 {
  height: 300px;
  counter-reset: item 11;
}
.block-9 {
  height: 270px;
  counter-reset: item 10;
}
.block-8 {
  height: 240px;
  counter-reset: item 9;
}
.block-7 {
  height: 210px;
  counter-reset: item 8;
}
.block-6 {
  height: 180px;
  counter-reset: item 7;
}
.block-5 {
  height: 150px;
  counter-reset: item 6;
}
.block-4 {
  height: 120px;
  counter-reset: item 5;
}
.block-3 {
  height: 90px;
  counter-reset: item 4;
}
.block-2 {
  height: 60px;
  counter-reset: item 3;
}
.block-1 {
  height: 30px;
  counter-reset: item 2;
}
.rack {
  float: left;
  width: 8.33%;
}
.rack.piso-2 {
  width: 50%;
  margin: 0 25%;
}
.rack.piso-2 .modulos {
  height: 25px;
}
.rack.piso-2 .block-6 {
  height: 150px;
}
.rack.piso-3 {
  width: 9.14%;
  margin: 4.4% 0 0 25%;
}
.rack.piso-2 .modulos,
.rack.piso-3 .modulos {
  height: 25px;
}
.rack.piso-2 .block-6,
.rack.piso-3 .block-6 {
  height: 150px;
}
.rack .titulo {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.rack .area {
  background: #ffffff;
  font-weight: bold;
  transition: all 0.75s;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.rack .pasillo {
  border: none;
  background: transparent;
  width: 100%;
  margin-top: 25px;
}
.rack .pasillo ~ .rack {
  background: red;
}
.rack .modulos {
  display: block;
  height: 30px;
  position: relative;
  padding: 1px;
  counter-reset: mamp 0;
}
.rack .modulos:before {
  content: counter(item);
  display: inline-block;
  text-align: center;
  color: #ddd;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: -20px;
  top: 1px;
  counter-increment: item -1;
}
.rack .modulos:last-child .mampara:before {
  content: counter(mamp);
  color: #ddd;
  position: absolute;
  left: 50%;
  bottom: -27px;
  text-align: center;
  transform: translateX(-50%);
  counter-increment: mamp 1;
}
.rack .mampara {
  width: 25%;
  height: 100%;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.rack .mampara:hover {
  background: #29b45d !important;
}
.rack .mampara.ocupado {
  background: #ff8c8c;
}
.rack .mampara.seleccionado {
  background: #42c5f4 !important;
}
.rack .mampara.tipo-linea-1 {
  width: 100%;
}
.rack .mampara.tipo-linea-2 {
  width: 50%;
}
.rack .mampara.tipo-linea-4 {
  width: 25%;
}
.rack .mampara.tipo-linea-7 {
  width: 14.28%;
}
.rack:nth-child(odd) .modulos:nth-child(odd) {
  background: #efefef;
}
.rack:nth-child(odd) .modulos:nth-child(even) {
  background: #fff;
}
.rack:nth-child(even) .modulos:nth-child(odd) {
  background: #fff;
}
.rack:nth-child(even) .modulos:nth-child(even) {
  background: #efefef;
}
.rack:nth-child(even) .modulos:before {
  left: inherit;
  right: -20px;
}
.rack:nth-child(even) .mampara {
  float: right;
}
.rack .bl51 {
  margin-left: 50px;
}
.rack .bl52 {
  margin-left: -50px;
}
.informacion {
  position: relative;
}
.informacion-box {
  margin-top: -150px;
}
.informacion-box .boxy {
  padding: 31px 15px;
}
.informacion-box .text {
  font-size: 16px;
  line-height: 29px;
}
.camion {
  display: inline-block;
  margin-top: 70px;
  max-width: 100%;
}
.montacargas {
  display: inline-block;
  margin-top: 50px;
}
.montacargas.invertida {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.tazul {
  color: #4e8ffc;
}
.trojo {
  color: #d00;
}
.detalle {
  width: 400px;
  height: auto;
  position: absolute;
  transform: translate(104%, 0%);
  padding: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: none;
}
.detalle .cerrar-detalle {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 25px;
  color: #fff;
}
.detalle .cerrar-detalle:hover {
  background-position-y: -50px;
}
.detalle .contenido {
  background: #00030A;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.detalle .contenido:after {
  content: '';
  display: inline-block;
  border-color: transparent #00030A transparent transparent;
  border-style: solid;
  border-width: 9px;
  height: 6px;
  width: 16px;
  position: absolute;
  top: 8px;
  left: -18px;
}
.detalle .contenido h2,
.detalle .contenido h5,
.detalle .contenido p {
  color: #fff;
}
.detalle h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 5px;
}
.detalle p {
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
}
.detalle h5 strong {
  font-weight: 600;
  font-size: 13px;
  color: lightsalmon;
}
.detalle.derecho {
  transform: translate(-10%, 0%);
}
.detalle.derecho .contenido:after {
  border-color: transparent transparent transparent #00030A;
  left: inherit;
  right: -18px;
}
.detalle .btn-gral {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}
.detalle .btn-gral:hover {
  background: #29b45d;
  border: 2px solid #29b45d;
}
.buscador-sorter input {
  background: #fff;
  max-width: 350px;
  margin-left: 20px;
}
.datos-incidencia {
  display: none;
}
table.lista-pallets,
table.lista-servicios {
  width: 100%;
}
table.lista-pallets tr,
table.lista-servicios tr {
  border-bottom: 2px dotted #ddd;
  padding: 5px 0;
  display: block;
}
table.lista-pallets tr td,
table.lista-servicios tr td {
  display: inline-block;
}
table.lista-pallets tr .tools,
table.lista-servicios tr .tools {
  float: right;
}
table.lista-pallets tr .inv-asignado,
table.lista-servicios tr .inv-asignado {
  float: right;
  padding-left: 20px;
}
table.lista-pallets tr .inv-asignado strong,
table.lista-servicios tr .inv-asignado strong {
  line-height: 32px;
}
.inline {
  display: inline-block;
}
.agregar-pallet .fa {
  font-size: 40px;
}
.agregar-servicio,
.editar-servicio {
  line-height: 10px;
}
.agregar-servicio i,
.editar-servicio i {
  font-size: 28px;
}
.editar-pallet {
  line-height: 20px;
}
.editar-pallet i {
  font-size: 30px;
  margin-bottom: 10px;
}
.ml20 {
  margin-left: 20px;
}
#formulario-asignar {
  background: #fff;
  width: calc(100% + 200px);
  position: absolute;
  padding: 30px 220px 0 20px;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
  margin-top: 85px;
  padding-bottom: 60px;
}
#formulario-asignar .select {
  width: 85px;
  height: 32px;
  font-size: 11px;
  vertical-align: middle;
  margin-bottom: 0px;
  display: inline-block;
}
#formulario-asignar .select select {
  height: 30px;
  padding: 0 18px 0 10px;
}
#formulario-asignar .select:before {
  right: 6px;
  font-size: 15px !important;
}
#formulario-asignar .piso-2 .area {
  width: 45%;
  margin-left: 27%;
}
#formulario-asignar .piso-3 {
  width: 8%;
  margin: 0;
  padding-top: 35px;
  margin-left: 27%;
}
#formulario-asignar .piso-4 .area {
  width: 51%;
  margin-left: 25%;
}
.seleccion-piso .rack.piso-2 {
  width: 100%;
  margin: 0px;
}
.seleccion-piso .rack.piso-3 {
  width: 100%;
  margin: 0px;
}
.seleccion-piso img {
  display: none;
}
.seleccion-piso .btn-gral {
  position: fixed;
  right: 5px;
  width: 200px;
  text-align: center;
  margin-top: 25px;
  background: #005f9a;
  color: #fff;
}
.seleccion-piso .btn-gral:hover {
  background: #29b45d;
  color: #fff;
}
.status-color {
  font-weight: 600;
  margin-bottom: 0;
}
.status-color.transito {
  color: #0CCA9F;
}
.status-color.bodega {
  color: #005F9A;
}
.status-color.rechazado {
  color: #f57423;
}
.status-color.cancelado {
  color: #D0021B;
}
.status-color.yamarilla {
  color: #f5d523;
}
.status-color.ubicacion {
  color: #000;
}
.fecha-fix .datepicker {
  width: 155px;
  display: inline-block;
  margin-left: 10px;
  background: url('../img/calendar.png') no-repeat right 13px center;
}
.incidencia-detectada {
  background: #fffad7 !important;
}
.incidencia-detectada:hover {
  background: #FFF7BD !important;
}
.no-se-recibio {
  background: #FFC2C2 !important;
}
.no-se-recibio:hover {
  background: #FFA8A8 !important;
}
.seguro-escritura .hidden {
  display: block !important;
}
.seguro-escritura label {
  margin-bottom: 5px;
}
.seguro-escritura input,
.seguro-escritura textarea,
.seguro-escritura select,
.seguro-escritura .select {
  pointer-events: none;
  border: none;
  padding: 0;
  height: auto;
  background: #fff;
}
.seguro-escritura .recibio-label {
  margin-top: 25px;
}
label.title {
  color: #1a1f28;
  font-size: 15px;
  font-weight: 600;
}
label.title strong {
  font-weight: 600;
}
.rechazo-descripcion {
  display: none;
}
.programando-salida strong {
  border-radius: 50px;
  background: #ff9ea5;
  padding: 9px 4px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 11px;
  text-align: center;
  margin-left: 2px;
  margin-right: -30px;
}
#folio-salida {
  width: 210px;
  margin-left: 10px;
}
#realizar-entrada {
  display: none;
  position: absolute;
  top: 115px;
  background: #fff;
  z-index: 1;
}
.salida-fixed {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.salida-icono {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  fill: #4e4e4f;
}
.salida-contador {
  position: absolute;
  top: 5px;
  right: -20px;
  padding: 8px 0;
  width: 30px;
  height: 30px;
  border: 2px solid #4e4e4f;
  border-radius: 50%;
  font-weight: bold;
  line-height: 10px;
  z-index: 10;
  background: #fff;
  text-align: center;
}
.salida {
  position: relative;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.salida-activa {
  transform: translate(-200%, 1400%);
  z-index: 999;
  position: relative;
}
a.salida-boton {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
a.salida-boton:hover {
  outline: none;
  color: #fff;
}
a.salida-boton:focus {
  color:  #4B738A;
}
.salida-activa a.salida-boton {
  -webkit-transform: perspective(1000px) translate3d(0, -2.5em, 0);
  transform: perspective(1000px) translate3d(0, -2.5em, 0);
}
.salida-texto-final,
.salida-texto-inicial {
  -webkit-transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.salida-activa a.salida-boton {
  position: relative;
}
.salida-activa .salida-texto-inicial {
  opacity: 0;
}
.salida-texto-final {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  top: 6px;
  text-align: center;
}
.salida-texto-final:hover {
  color: #fff;
}
.salida-activa .salida-texto-final {
  opacity: 1;
}
.orden-salida,
.orden-salida::before {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
}
.orden-salida {
  overflow: hidden;
  min-width: 320px;
  max-width: 700px;
  width: 95vw;
  height: 60vh;
  text-align: right;
  pointer-events: none;
}
.salida-activa .orden-salida {
  pointer-events: auto;
}
.orden-salida::before {
  content: '';
  z-index: 0;
  width: 9em;
  height: 3em;
  border-radius: 30px;
  background: #4b738c;
  -webkit-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.salida-activa .orden-salida::before {
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.orden-salida-contenido {
  position: relative;
  padding: 3em 4em;
}
.salida-cerrar {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: transparent;
  text-indent: 100%;
  opacity: 0;
  backface-visibility: hidden;
}
.salida-cerrar:focus {
  outline: none;
}
.salida-activa .salida-cerrar {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
  transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
}
.salida-cerrar .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-indent: 0;
}
.salida-cerrar:hover .icon {
  color: #ff7588;
}
.resumen-salida {
  margin: 0.5em 0 0.75em;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.5;
}
.resumen-salida tr {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.resumen-salida tr:nth-child(1) {
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
}
.resumen-salida tr:nth-child(2) {
  -webkit-transform: translate3d(0, 140px, 0);
  transform: translate3d(0, 140px, 0);
}
.resumen-salida tr:nth-child(3) {
  -webkit-transform: translate3d(0, 160px, 0);
  transform: translate3d(0, 160px, 0);
}
.resumen-salida tr:nth-child(4) {
  -webkit-transform: translate3d(0, 180px, 0);
  transform: translate3d(0, 180px, 0);
}
.resumen-salida tr:nth-child(5) {
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}
.resumen-salida tr:nth-child(6) {
  -webkit-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
.salida-activa .resumen-salida tr {
  opacity: 1;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}
.salida-activa .resumen-salida tbody tr:nth-child(1) {
  -webkit-transition-delay: 0.015s;
  transition-delay: 0.015s;
}
.salida-activa .resumen-salida tbody tr:nth-child(2) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.salida-activa .resumen-salida tbody tr:nth-child(3) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.salida-activa .resumen-salida tbody tr:nth-child(4) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.salida-activa .resumen-salida tbody tr:nth-child(5) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.salida-activa .resumen-salida tbody tr:nth-child(6) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.resumen-salida input {
  width: 70px;
  margin-bottom: 0px;
  height: 31px;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.resumen-salida tbody tr:first-child td {
  padding-top: 0.5em;
}
.resumen-salida tbody td {
  padding: 0.25em 0;
  font-weight: 400;
  font-size: 0.85em;
  text-align: left;
}
.resumen-salida tbody tr td:last-child {
  text-align: center;
}
.resumen-salida thead th {
  color: #ff7588;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.65em;
  line-height: 2;
}
.resumen-salida thead th:first-child,
.resumen-salida tbody td:first-child {
  text-align: left;
}
.resumen-salida tbody td span {
  color: #ff7588;
  font-weight: 600;
}
.resumen-salida th:last-child,
.resumen-salida td:last-child {
  text-align: right;
}
.eliminar-item {
  padding: 0;
  border: none;
  background: none;
}
.eliminar-item:focus {
  outline: none;
}
.eliminar-item .icon {
  color: #ff7588;
}
.notifications {
  float: right;
  line-height: 85px;
  font-size: 20px;
  position: relative;
  margin-right: 40px;
}
.notifications .counter {
  background: #29B45D;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  top: -4px;
  left: -12px;
  position: relative;
}
@media screen and (max-width: 26em) {
  .salida-activa {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  .orden-salida::before {
    border-radius: 0;
  }
  .resumen-salida {
    margin-top: 2em;
  }
  .orden-salida-contenido {
    padding: 1em 1.75em;
  }
  .orden-salida {
    width: 100vw;
    height: 100vh;
  }
  .resumen-salida th:last-child,
  .resumen-salida td:last-child {
    padding-left: 10px;
  }
}
#agendar-inventario.fecha-fix .datepicker {
  width: 100%;
  margin-left: 0px;
}
.fecha-fix.fixed100 .datepicker {
  width: 100%;
  margin-left: 0px;
}
.listar-salida {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 40px;
  z-index: 200;
  overflow: hidden;
  display: none;
}
.listar-salida.moviendo-a-lista {
  width: 47px;
  height: 47px;
  font-size: 30px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.agregando-a-lista .listar-salida.moviendo-a-lista {
  width: 21px;
  height: 22px;
  font-size: 10px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.eliminar-lista {
  background: #005f9a;
  color: #fff;
}
input.disabled {
  border: none;
}
/*********************************************
**************  MEDIA QUERYS PARA RESPONSIVO  
*********************************************/
/* TABLETAS */
@media (max-width: 767px) {
  .contenido-gral .contenidos {
    margin-left: 0px;
  }
}
