#indicadores-grupo {
  background-color: #fff;
  float: left;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  padding: 10px;
}
#indicadores-grupo .info-1 {
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: inline-block;
}
#indicadores-grupo .info-1.color-amarillo {
  border: 1px solid #ffc107;
}
#indicadores-grupo .info-1.color-rojo {
  border: 1px solid #ea0000;
}
#indicadores-grupo .info-1 .datos {
  font-size: 30px;
  color: #f00;
  font-weight: 700;
  padding-top: 3px;
}
#indicadores-grupo .info-1 .datos.color-amarillo {
  color: #ffc107;
}
#indicadores-grupo .info-1 .datos.color-rojo {
  color: #ea0000;
}
#indicadores-grupo .info-1 .titulo-info {
  font-size: 14px;
  text-transform: uppercase;
}
#indicadores-grupo .info-1 .linea-horizontal {
  height: 1px;
  width: 15px;
  background-color: #ccc;
  margin: 3px auto;
}
#indicadores input,
#indicadores select,
#indicadores .fake-input {
  border: none;
  padding: 0px;
  box-shadow: none;
  border-bottom: 1px solid #777;
  border-radius: 0px;
  background-color: transparent;
}
#indicadores input:disabled,
#indicadores select:disabled,
#indicadores .fake-input:disabled {
  border-bottom: 1px dashed #ccc;
}
#indicadores input:read-only {
  background-color: transparent;
  border-bottom: none;
}
#indicadores input.number {
  text-align: right;
}
.color-a {
  color: #fff;
}
.color-warning {
  background-color: #ffc107 !important;
  color: #fff !important;
}
.color-error {
  background-color: #ea0000 !important;
  color: #fff !important;
}
.color-success {
  background-color: #13a00a !important;
  color: #fff !important;
}
.color-extra {
  background-color: #3c2388 !important;
  color: #fff !important;
}
.color-info {
  background-color: #17a2b8 !important;
  color: #fff !important;
}
#totales {
  top: 56px;
  z-index: 10;
  padding: 15px 0px;
  width: 100%;
  background-color: #fff;
}
#totales .form-control {
  color: inherit;
}
#totales .info-block {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin: 5px;
  border-radius: 8px;
  height: 115px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#totales .info-block.height-xxs {
  height: 80px;
}
#totales .info-block.height-s {
  height: 100px;
}
#totales .info-block.importe .val {
  margin-bottom: 34px;
}
#totales .info-block.totales .val {
  font-size: 15px;
  padding-right: 25px;
  height: 23px;
}
#totales .info-block.totales .currency {
  position: absolute;
  right: 5px;
  top: 2px;
  padding-right: 10px;
}
#totales .info-block.w-s {
  width: 115px;
}
#totales .info-block.w-m {
  width: 155px;
}
#totales .info-block.w-l {
  width: 200px;
}
#totales .info-block .por {
  font-size: 20px;
  padding-right: 25px;
}
#totales .info-block .val {
  font-size: 16px;
  padding-right: 25px;
}
#totales .info-block .info-destacada {
  text-align: center;
  font-size: 26px;
  padding: 5px 10px;
}
#totales .info-block .especial-tipo {
  text-align: center;
  font-size: 14px;
  padding: 0px 10px;
}
#totales .info-block .currency {
  position: absolute;
  right: 0px;
  top: 7px;
  padding-right: 10px;
}
#totales .info-block a {
  color: #fff;
}
#totales .info-block a.color-opuesto:hover {
  color: #472c65;
}
#totales .info-block a.color-opuesto-uno:hover {
  color: #85679f;
}
#totales .info-block a.color-opuesto-dos {
  color: #000;
}
#totales .info-block a.color-opuesto-dos:hover {
  color: #666;
}
#totales .info-block a.color-base {
  color: colorGrisMuyOscuro;
}
#totales .info-block a.color-base:hover {
  color: #85679f;
}
#totales .info-block a.hover-color-error {
  color: #fff;
}
#totales .info-block a.hover-color-error:hover {
  color: #8c0000;
}
#totales .info-block a.hover-color-warning {
  color: #fff;
}
#totales .info-block a.hover-color-warning:hover {
  color: #9d7600;
}
#totales .info-block a.hover-color-success {
  color: #fff;
}
#totales .info-block a.hover-color-success:hover {
  color: #0b6006;
}
#totales .info-block a.hover-color-extra {
  color: #fff;
}
#totales .info-block a.hover-color-extra:hover {
  color: #7b5dd5;
}
#totales .info-block a.hover-color-info {
  color: #fff;
}
#totales .info-block a.hover-color-info:hover {
  color: #0e616e;
}
#totales .info-block .title {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  width: inherit;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #fff;
}
#totales .info-block .title.border-opuesto {
  border-bottom: 1px solid #000;
}
#totales .info-block .title.color-opuesto:hover {
  background-color: #472c65;
  color: #fff;
}
#totales .info-block .title.color-opuesto-uno:hover {
  background-color: #85679f;
  color: #fff;
}
#totales .info-block .title.color-opuesto-dos:hover {
  background-color: #000;
  color: #fff;
}
#totales .info-block .title.color-base:hover {
  background-color: #472c65;
  color: #fff;
}
#totales .info-block .title.hover-color-error:hover {
  background-color: #8c0000;
  color: #fff;
}
#totales .info-block .title.hover-color-warning:hover {
  background-color: #9d7600;
  color: #fff;
}
#totales .info-block .title.hover-color-success:hover {
  background-color: #0b6006;
  color: #fff;
}
#totales .info-block .title.hover-color-extra:hover {
  background-color: #7b5dd5;
  color: #fff;
}
#totales .info-block .title.hover-color-info:hover {
  background-color: #0e616e;
  color: #fff;
}
#totales .info-block .info-uno,
#totales .info-block .info-dos {
  display: inline-block;
}
#totales .info-block .linea {
  height: 50px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
  transform: translateY(3px);
}
#totales .info-block .linea.background-opuesto {
  background-color: #000;
}
#totales .info-block .input-group-custom {
  position: relative;
  display: block;
  margin: 0 auto;
}
#totales .info-block .min {
  position: absolute;
  top: 12px;
  left: -10px;
}
#totales .info-block .max {
  position: absolute;
  top: 12px;
  right: -10px;
}
#totales .info-block.rango {
  width: 270px;
}
#totales.collapsed {
  position: initial;
}
#totales.collapsed .rango {
  display: none;
}
#totales.collapsed #estados {
  display: none;
}
#estados {
  height: 98px;
}
#estados .estados-container {
  padding: 15px;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.estado-circle {
  color: #fff;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.estado-circle.error {
  background-color: #ea0000;
}
.estado-circle.warning {
  background-color: #ffc107;
}
.estado-circle.success {
  background-color: #13a00a;
}
.estado-circle.extra {
  background-color: #3c2388;
}
.ui-slider,
.ui-slider .slider-range-inverse,
.ui-slider .ui-slider-range {
  height: 8px;
  border-radius: 10px;
  border-width: 0;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ui-slider * {
  outline: none;
}
.ui-slider {
  background-color: #1abc9c;
  background-image: -webkit-linear-gradient(left, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
  background-image: linear-gradient(to right, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
}
.ui-slider .ui-slider-range {
  background: transparent;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  background: #fff;
  top: -4px;
  margin-left: -5px;
  border-radius: 50%;
  border-width: 0;
}
.ui-slider .ui-slider-handle .dot {
  position: absolute;
  top: 12px;
  left: 4px;
  color: #2e2e2e;
  font-size: 11px;
  width: 35px;
  text-align: center;
}
.ui-slider .ui-slider-handleactive {
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}
.ico-margin-r {
  margin-right: 5px;
}
.contenedor-flex {
  display: flex;
  width: 100%;
  margin-top: 0px;
  box-sizing: border-box;
}
.contenedor-flex .min-y-flex {
  min-height: 100%;
  flex: 1 1 0px;
}
.contenedor-flex .cont-uno {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: sticky;
  right: 0px;
  top: 0px;
  z-index: 500;
  width: auto;
}
.contenedor-flex .cont-uno .cont-dos {
  display: flex;
  position: relative;
  min-width: auto;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  outline: none;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical {
  position: fixed;
  display: flex;
  height: 92%;
  -webkit-box-pack: end;
  justify-content: flex-end;
/* right: 0px; */
/* top: 0px; */
/* z-index: 500; */
  overflow: hidden;
  background-color: #f4f5f7;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor {
  height: 100%;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  overflow-y: scroll;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera {
  background-color: #85679f;
  height: 50px;
  padding: 10px;
  border-radius: 0px 10px 0 0;
  -webkit-border-radius: 0px 10px 0 0;
  -moz-border-radius: 0px 10px 0 0;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  position: sticky;
  top: 0px;
  z-index: 1;
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: transparent transparent #ebecf0;
  border-bottom: 1px solid #ebecf0;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera .titulo-cabecera {
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 0%;
  overflow: hidden;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera .equis {
  color: #fff;
  font-size: 12px;
  float: right;
  background-color: transparent;
  border: none;
  padding: 5px;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores {
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .notificaciones .contenedor-notificaciones {
  box-shadow: 0 1px 5px #ccc;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  color: Gris70;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .notificaciones .contenedor-notificaciones .cabecera-notificaciones {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .linea-in {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee;
  padding: 0;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .info-block.margin-width {
  margin: 0 0 10px 0 !important;
  width: 100%;
  height: auto !important;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .container-fluid.pad-cero {
  padding: 0;
}
.color-secundario {
  color: #85679f;
}
.no-background-color {
  background-color: transparent !important;
}
.panel-vertical {
  width: 50px;
  height: 49px;
  background: #472c65;
  border-radius: 45px 0 0 45px;
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  font-family: sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.checkbox-2:checked ~ .boton-panel {
  right: 18%;
  border-radius: 45px 0 0 45px;
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
}
.left-panel-2 {
  width: 18%;
  height: 100%;
  position: absolute;
  right: -18%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.4s;
}
.checkbox-2:checked ~ .left-panel-2 {
  right: 0;
}
.checkbox-2 {
  display: none;
}
.boton-panel {
  position: fixed;
  right: 0%;
  transition: right 0.4s;
}
.open-width-panel {
  width: 18% !important;
}
.td-recursos {
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
}
.cell-ausencia {
  height: 70%;
  width: 102%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0.8;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cell-ausencia--baja-it {
  background-color: #51c4d3;
}
.cell-ausencia--baja-at {
  background-color: #09d793;
}
.cell-ausencia--maternidad {
  background-color: #7d74e6;
}
.cell-ausencia--vacaciones {
  background-color: #f8b61b;
}
.cell-ausencia--compensaciones {
  background-color: #854701;
}
.cell-ausencia--permiso {
  background-color: #f94144;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #472c65 !important;
  outline: none;
  border-bottom: 3px solid #85679f !important;
}
.navbar .navbar-nav li a:hover {
  color: #472c65 !important;
  outline: none;
  border-bottom: 3px solid #85679f !important;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus {
  background-color: #ccc !important;
  color: #472c65 !important;
  border-bottom: none !important;
}
.navbar .dropdown-menu li.active > a {
  color: #fff !important;
  background-color: #472c65 !important;
}
.navbar .navbar-nav .open ul li > a:focus {
  color: #fff !important;
  background-color: #472c65 !important;
}
body.error-fondo {
  background: url("../vendor/adualmanager/fondo-error-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.error-mensaje {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  height: 300px;
  margin-top: -150px;
  padding: 5px;
  text-align: center;
  color: #000;
}
.titulo-error h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #85679f;
  font-size: 34px;
}
.titulo-error h1:before {
  content: '';
  height: 15px;
  display: block;
  background-image: url("../vendor/adualmanager/bolitas.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 10px;
}
.titulo-error img {
  width: 200px;
}
.titulo-error .sub-error {
  font-size: 26px;
}
.btn-error {
  background: #85679f;
  color: #fff;
}
.table-row-checked td,
.table-row-checked:nth-child(odd) td,
.table-row-checked:nth-child(even) td,
.table-row-checked:hover td {
  color: #fff !important;
}
.block-label {
  display: block !important;
}
.etiquetas input {
  margin-right: 10px;
}
.etiquetas label {
  font-weight: initial;
}
.titulo-sm {
  font-size: 1.6em;
  line-height: 1.6em;
}
.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-nav {
  margin-left: 30px;
}
.box-group {
  margin-bottom: 25px;
}
.col-md-17,
.col-sm-17 {
  width: 14.286%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.datalist-search select {
  min-width: 100px;
}
.form-add .form-group {
  display: inline-block;
}
.form-add .form-group.searchadd-group {
  max-width: 228px;
}
.caja.caja-popup {
  margin-right: 1px;
}
.button-color {
  background-color: #08094a;
  color: #fff;
  border: None;
}
.btn-toggle {
  position: absolute;
  right: 70px;
}
.toggle-modo,
.btn-print {
  margin-right: 5px;
}
.porconfirmar {
  background-color: #f9d270;
}
.confirmado {
  background-color: #79d693;
}
.por-aceptar td {
  background-color: rgba(7,78,123,0.37) !important;
}
.badge.badge-subzona {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.badge.badge-transparent {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: transparent;
  color: #404040;
}
.badge.badge-transparent.error {
  background-color: #db2000;
  color: #fff;
}
.thumb-container {
  background-color: #ccc;
}
.caja-box {
  background-color: #ccc;
  margin-left: 8px;
  padding-top: 20px;
}
.btn-zoom {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#zoom-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
  background-color: rgba(0,0,0,0.58);
}
#zoom-mask span {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
#zoom-mask .img-zoom {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
}
#calculadora #save-status {
  padding-top: 11px;
  padding-left: 10px;
}
#calculadora #save-status.error {
  color: #ea0000;
}
#calculadora #save-status.warning {
  color: #ffc107;
}
#calculadora #save-status.success {
  color: #13a00a;
}
#calculadora #calculadora-container.collapsed {
  float: left;
  margin-top: auto;
}
#calculadora #calculadora-container.collapsed .tab-content {
  padding: 0px;
  border: none;
}
#calculadora #calculadora-container.collapsed .tab-content>.tab-pane {
  visibility: visible;
  display: block;
}
#calculadora #calculadora-container.collapsed .tab-pane>.row>.col-sm-6 {
  width: 100%;
}
#calculadora #calculadora-container.collapsed .nav-tabs {
  display: none;
}
#calculadora #calculadora-container.collapsed .nav-tabs>li {
  display: none;
}
#calculadora #calculadora-container.collapsed #mensajes-col,
#calculadora #calculadora-container.collapsed #pagos-cuenta,
#calculadora #calculadora-container.collapsed #documentos,
#calculadora #calculadora-container.collapsed #documentos-justificantes,
#calculadora #calculadora-container.collapsed #incidencias,
#calculadora #calculadora-container.collapsed #tramitaciones {
  display: none;
}
#calculadora #calculadora-container.collapsed #datos-col {
  width: 100%;
}
#calculadora #calculadora-container.collapsed #datos-vehiculo,
#calculadora #calculadora-container.collapsed #datos-cliente {
  page-break-after: always;
}
#calculadora .panel-heading {
  background-color: #85679f;
  color: #fff;
  font-weight: 800;
}
#calculadora .well {
  background-color: #a5a3a3;
  color: #fff;
}
#calculadora .well input {
  color: #fff;
}
#calculadora .well .input-group-addon {
  color: #fff;
}
#calculadora input,
#calculadora select,
#calculadora .fake-input {
  border: none;
  padding: 0px;
  box-shadow: none;
  border-bottom: 1px solid #777;
  border-radius: 0px;
  background-color: transparent;
}
#calculadora input:disabled,
#calculadora select:disabled,
#calculadora .fake-input:disabled {
  border-bottom: 1px dashed #ccc;
}
#calculadora input:read-only {
  background-color: transparent;
  border-bottom: none;
}
#calculadora input.number {
  text-align: right;
}
#calculadora .input-group-addon {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
#calculadora .input-group-btn button {
  border: none;
  border-radius: 0px;
  border: 1px solid #777;
  border-right: none;
  border-top: 1px solid transparent;
}
#calculadora .tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
#calculadora .panel-add .btn-add-item {
  height: 42px;
  background-color: #472c65;
  color: #fff;
  border-radius: 0px;
  border-left: 1px solid #ddd;
  padding: 0px 15px;
}
#calculadora .panel-add .btn-add-item:hover {
  background-color: #c76666;
}
#calculadora .panel-add .add-tool {
  position: relative;
}
#calculadora .panel-add .add-tool .input-group {
  padding-right: 30px;
}
#calculadora .panel-add .add-tool .btn-remove-item {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
}
#calculadora .panel-add .add-tool .btn-remove-item:hover {
  background-color: #ddd;
}
#calculadora .panel-add .info-tool,
#calculadora .panel-add .info-tool-2x {
  position: relative;
}
#calculadora .panel-add .info-tool .input-group,
#calculadora .panel-add .info-tool-2x .input-group {
  padding-right: 60px;
}
#calculadora .panel-add .info-tool select,
#calculadora .panel-add .info-tool-2x select {
  width: calc(100% - 80px);
}
#calculadora .panel-add .info-tool .btn-remove-item,
#calculadora .panel-add .info-tool-2x .btn-remove-item {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
}
#calculadora .panel-add .info-tool .btn-remove-item:hover,
#calculadora .panel-add .info-tool-2x .btn-remove-item:hover {
  background-color: #ddd;
}
#calculadora .panel-add .info-tool .btn-info-container,
#calculadora .panel-add .info-tool-2x .btn-info-container,
#calculadora .panel-add .info-tool .btn-info-container-2x,
#calculadora .panel-add .info-tool-2x .btn-info-container-2x {
  position: absolute;
  top: 0px;
  right: 30px;
  background-color: transparent;
}
#calculadora .panel-add .info-tool .btn-info-container:hover,
#calculadora .panel-add .info-tool-2x .btn-info-container:hover,
#calculadora .panel-add .info-tool .btn-info-container-2x:hover,
#calculadora .panel-add .info-tool-2x .btn-info-container-2x:hover {
  background-color: #ddd;
}
#calculadora .panel-add .info-tool .btn-info-container-2x,
#calculadora .panel-add .info-tool-2x .btn-info-container-2x {
  top: 0px;
  right: 70px;
}
#calculadora .panel-add .info-tool-2x select {
  width: calc(100% - 120px);
}
#calculadora.print {
  transform: translateY(-60px);
}
#calculadora.print #calculadora-container {
  margin-top: 0px;
}
#calculadora.print .panel-heading {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
#calculadora.print .panel input,
#calculadora.print .panel select {
  display: inline;
  width: auto;
}
#calculadora.print .panel .number {
  width: 100%;
}
#calculadora.print .panel-add input,
#calculadora.print .panel-add select {
  display: block;
  width: 100%;
}
#calculadora.print .panel-add .btn-add-item {
  display: none;
}
#calculadora.print input,
#calculadora.print select,
#calculadora.print .fake-input {
  border: none;
  padding: 0px;
  -webkit-appearance: none;
}
#calculadora.print .btn-remove-item,
#calculadora.print .btn-info-item {
  display: none;
}
#calculadora.print .info-tool .input-group,
#calculadora.print .add-tool .input-group {
  padding-right: 0px;
}
#calculadora.print .form-group {
  margin-bottom: 5px;
}
#calculadora.print .panel-footer {
  padding: 5px 15px;
}
.info-action {
  position: relative;
}
.info-action .mini-popup {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1000;
  width: 0px;
  min-height: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.31);
  border-radius: 2px;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.info-action .mini-popup.active {
  width: 300px;
  min-height: 150px;
}
.info-action .mini-popup .title {
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.info-action .mini-popup .body {
  padding: 10px;
  padding-bottom: 35px;
}
.info-action .mini-popup .input-group {
  padding-right: 0px !important;
}
.info-action .mini-popup .footer {
  background-color: #eee;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0px;
}
#mensajeria .NOT {
  background-color: #8bbcc3 !important;
}
#mensajeria .VEH {
  background-color: #cd9bec !important;
}
#mensajeria .INC {
  background-color: #c66 !important;
}
#mensajeria .TRA {
  background-color: #efa31a !important;
}
#mensajeria .OTR {
  background-color: #737ace !important;
}
#mensajeria .header {
  position: relative;
}
#mensajeria .header h3 {
  border-bottom: 1px solid #ddd;
  padding-top: 0px;
  width: 100%;
  padding-bottom: 15px;
}
#mensajeria .header .btn-new {
  position: absolute;
  top: 0px;
  right: 0px;
}
#mensajeria .header .filtros {
  position: absolute;
  top: 0px;
  right: 50px;
}
#mensajeria .header .filtros div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #999;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  opacity: 0.5;
}
#mensajeria .header .filtros div.active {
  opacity: 1;
}
#mensajeria .form-add {
  display: none;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
#mensajeria .form-add.show {
  display: block;
}
#mensajeria .scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
#mensajeria .mensaje {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 15px 0px;
}
#mensajeria .mensaje .msg-info {
  font-size: 13px;
  margin-bottom: 8px;
}
#mensajeria .mensaje .msg-info .user {
  padding-left: 55px;
  font-weight: bold;
}
#mensajeria .mensaje .tipomensaje {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #999;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
#mensajeria .mensaje .mensaje-txt,
#mensajeria .mensaje .documento {
  padding-left: 55px;
}
#mensajeria .mensaje .documento {
  padding-top: 10px;
}
#mensajeria .empty-container {
  color: #999;
  text-align: center;
  margin-top: 25px;
}
#mensajeria .empty-container span[class^='icon'] {
  font-size: 50px;
  color: #ddd;
}
#calculadora .loader {
  margin: 50% auto;
  border: 8px solid #f3f3f3 /* Light grey */;
  border-top: 8px solid #b55050;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.noty_buttons .btn-block+.btn-block {
  margin-left: 0px !important;
}
#calculadora .table-lst th {
  background: #85679f !important;
}
#calculadora #documentos-datalist h3 {
  font-size: 20px;
}
#documentos-justificantes-datalist {
  position: relative;
}
#documentos-justificantes-datalist .btn-confirmar-justificantes {
  position: absolute;
  top: 0px;
  right: 0px;
}
#documentos-justificantes-datalist .btn-confirmar-justificantes.success {
  background-color: #13a00a;
}
#indicadores input,
#indicadores select,
#indicadores .fake-input {
  border: none;
  padding: 0px;
  box-shadow: none;
  border-bottom: 1px solid #777;
  border-radius: 0px;
  background-color: transparent;
}
#indicadores input:disabled,
#indicadores select:disabled,
#indicadores .fake-input:disabled {
  border-bottom: 1px dashed #ccc;
}
#indicadores input:read-only {
  background-color: transparent;
  border-bottom: none;
}
#indicadores input.number {
  text-align: right;
}
#totales-fixed {
  top: 56px;
  z-index: 10;
  padding: 15px 0px;
  width: 100%;
  background-color: #fff;
}
#totales-fixed .info-block {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  display: inline-block;
  float: left;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#totales-fixed .info-block.importe .val {
  margin-bottom: 34px;
}
#totales-fixed .info-block.totales .val {
  font-size: 15px;
  padding-right: 20px;
  height: 23px;
}
#totales-fixed .info-block.totales .currency {
  position: absolute;
  right: 5px;
  top: 2px;
}
#totales-fixed .info-block .por {
  font-size: 20px;
  padding-right: 15px;
}
#totales-fixed .info-block .val {
  font-size: 16px;
  padding-right: 15px;
}
#totales-fixed .info-block .letras-tipo {
  text-align: center;
  font-size: 34px;
}
#totales-fixed .info-block .especial-tipo {
  text-align: center;
  font-size: 14px;
  padding: 0px 10px;
}
#totales-fixed .info-block .currency {
  position: absolute;
  right: 0px;
  top: 7px;
}
#totales-fixed .info-block .title {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#totales-fixed .info-block .input-group-custom {
  position: relative;
  display: block;
  margin: 0 auto;
}
#totales-fixed .info-block .input-group-custom.w-cien {
  width: 103px;
}
#totales-fixed .info-block .input-group-custom.w-doscientos {
  width: 200px;
}
#totales-fixed .info-block .min {
  position: absolute;
  top: 12px;
  left: -10px;
}
#totales-fixed .info-block .max {
  position: absolute;
  top: 12px;
  right: -10px;
}
#totales-fixed .info-block.rango {
  width: 270px;
}
#totales-fixed.collapsed {
  position: initial;
}
#totales-fixed.collapsed .rango {
  display: none;
}
#totales-fixed.collapsed #estados {
  display: none;
}
#estados {
  height: 98px;
}
#estados .estados-container {
  padding: 15px;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.color-especial-NIN {
  background-color: #472c65 !important;
  color: #fff;
}
.color-especial-MIN {
  background-color: #42488c !important;
  color: #fff;
}
.color-especial-FAM {
  background-color: #683b84 !important;
  color: #fff;
}
.color-especial-IND {
  background-color: #30adad !important;
  color: #fff;
}
.color-especial-CON {
  background-color: #f5b528 !important;
  color: #fff;
}
.estado-circle {
  color: #fff;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.estado-circle.error {
  background-color: #ea0000;
}
.estado-circle.warning {
  background-color: #ffc107;
}
.estado-circle.success {
  background-color: #13a00a;
}
.estado-circle.extra {
  background-color: #3c2388;
}
.ui-slider,
.ui-slider .slider-range-inverse,
.ui-slider .ui-slider-range {
  height: 8px;
  border-radius: 10px;
  border-width: 0;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ui-slider * {
  outline: none;
}
.ui-slider {
  background-color: #1abc9c;
  background-image: -webkit-linear-gradient(left, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
  background-image: linear-gradient(to right, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
}
.ui-slider .ui-slider-range {
  background: transparent;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  background: #fff;
  top: -4px;
  margin-left: -5px;
  border-radius: 50%;
  border-width: 0;
}
.ui-slider .ui-slider-handle .dot {
  position: absolute;
  top: 12px;
  left: 4px;
  color: #2e2e2e;
  font-size: 11px;
  width: 35px;
  text-align: center;
}
.ui-slider .ui-slider-handleactive {
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}
.popup-header {
  background: #85679f;
}
.mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.mask.pop-up-delete {
  top: 56px;
}
.mask.in {
  opacity: 0.5;
  position: fixed;
}
@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100% !important;
  }
  .col-sm-11 {
    width: 91.66666667% !important;
  }
  .col-sm-10 {
    width: 83.33333333% !important;
  }
  .col-sm-9 {
    width: 75% !important;
  }
  .col-sm-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7 {
    width: 58.33333333% !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  .col-sm-5 {
    width: 41.66666667% !important;
  }
  .col-sm-4 {
    width: 33.33333333% !important;
  }
  .col-sm-3 {
    width: 25% !important;
  }
  .col-sm-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1 {
    width: 8.33333333% !important;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tabla-respuestasmensaje {
  margin-bottom: 10px;
}
.tabla-respuestasmensaje .table-lst th {
  border-right: none !important;
}
.tabla-respuestasmensaje .table-lst th .btn.btn-error {
  background-color: #ff7272 !important;
}