@charset "utf-8";

/* Write your custom CSS here */
.d-none {
  display: none !important;
}
.d-blk {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-blk {
  display: inline-block !important;
}
.d-inherit {
  display: inherit !important;
}
.oculto {
  display: none;
}
.c-font-uppercase {
  text-transform: uppercase;
}

.pos-rel {
  position: relative;
}
.no-border {
  border: 0 !important;
}
.border {
  border: 1px solid #ddd !important;
}
.b-b {
  border-bottom: 1px solid #ddd !important;
}
.b-t {
  border-top: 1px solid #ddd !important;
}
.b-transp {
  border-color: transparent !important;
}
.b-c-ddd {
  border-color: #ddd !important;
}
.b-c-grey {
  border-color: #ddd !important;
}
.b-l-0 {
  border-left: 0px !important;
}
.b-t-0 {
  border-top: 0px !important;
}
.b-r-0 {
  border-right: 0px !important;
}
.br-0 {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.bs-none {
  box-shadow: none !important;
}
.tab-state-error {
  border-color: #e7505a;
  background: none;
  color: #ffffff;
}
.tab-state-error a {
  color: #ffffff;
  animation: pulsacion 1s ease-out infinite !important;
}
.tab-state-error.active a {
  background-color: transparent !important;
  animation: none !important;
}
@keyframes pulsacion {
  0% {
    background-color: #fff;
  }
  50% {
    background: #ffe3e3;
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes pulsacion {
  0% {
    background-color: #fff;
  }
  50% {
    background: #ffe3e3;
  }
  100% {
    background: #fff;
  }
}

.c-default {
  color: #555;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-dark-grey {
  background-color: #e4e4e4;
}
.bg-warning-light {
  background: rgba(246, 212, 51, 0.3)
}
.bg-success-light {
  background: rgba(34, 186, 160, 0.3)
}
.bg-info-light {
  background: rrgba(18, 175, 203, 0.3)
}
.bg-danger-light {
  background: rgba(242, 86, 86, 0.3)
}
.va-middle {
  vertical-align: middle !important;
}
.va-t-b {
  vertical-align: text-bottom !important;
}
.va-t-t {
  vertical-align: text-top !important;
}
.va-i {
  vertical-align: inherit !important;
}
.c-w-100 {
  width: 100%;
}
.c-mw-50 {
  max-width: 50%;
}
.c-mw-175 {
  max-width: 175px;
}
.c-mw-220 {
  max-width: 220px;
}
.c-mw-350 {
  max-width: 350px;
}
.c-mh-200 {
  max-height: 200px;
}
.c-mh-300 {
  max-height: 300px;
}
.c-hmin-100vh {
  min-height: 100vh;
}
.table > tbody > tr > td.extraInfo {
  padding: 0 !important;
}

.ta-center {
  text-align: center !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-justify {
  text-align: justify !important;
}

.t-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.f-right {
  float: right !important;
}
.f-left {
  float: left !important;
}
.f-none {
  float: none !important;
}

.f-instagram {
  color: #658eaf;
}

.f-italic {
  font-style: italic;
}
.h-inherit {
  height: inherit !important;
}
.tt-upper {
  text-transform: uppercase;
}

.c-both {
  clear: both;
}
.c-left {
  clear: left;
}
.c-right {
  clear: right;
}
.l-h-22 {
  line-height: 22px;
}

.l-h-50 {
  line-height: 50px;
}

.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-rl-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-rl-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-rl-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-5-10 {
  padding: 5px 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-10-20 {
  padding: 10px 20px !important;
}
.p-0-10 {
  padding: 0px 10px !important;
}
.p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}

.m-0-auto {
  margin: 0px auto !important;
}
.no-margin {
  margin: 0;
}
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-rl--20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.f-w-b {
  font-weight: bold;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-s-50 {
  font-size: 50px;
}
.f-s-11 {
  font-size: 11px;
}

.h-400 {
  height: 400px;
}
.h-500 {
  height: 500px;
}
.h-100 {
  height: 100%;
}

.w-150 {
  width: 150px;
}
.w-140 {
  width: 140px;
}
.w-130 {
  width: 130px;
}
.w-62 {
  width: 62px;
}
.w-60 {
  width: 60px;
}
.w-20 {
  width: 20px;
}
.w-15 {
  width: 15px;
}
.w-14 {
  width: 14px;
}

.t-d-none {
  text-decoration: none !important;
}
.t-d-underline {
  text-decoration: underline !important;
}
.t-d-tachado {
  text-decoration: line-through !important;
}
.t-d-blink {
  text-decoration: blink !important;
}
.nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-inherit {
  overflow: inherit;
}
.overflow-y {
  overflow-y: auto;
}

.cu-default {
  cursor: default !important;
}
.cu-pointer {
  cursor: pointer !important;
}
label.disabled {
  cursor: default !important;
}

.icon-warning {
  color: #f0ad4e;
  font-size: 23px;
  margin-top: -8px;
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #3f4454;
  margin: 15px auto;
  width: 20%;
}

.divider.full {
  width: 100%;
}
.page-sidebar .divider {
  background-color: #ccc;
}

/* Uls */
ul.no-list {
  list-style-type: none;
  padding-left: 15px;
}

ul.dotted_list li {
  margin-bottom: 20px;
}
ul.dotted_list li span {
  float: left;
  margin-right: 5px !important;
}
ul.dotted_list li span:last-child {
  float: right;
  margin: 0 0 0 5px !important;
}
ul.dotted_list li span.btn-xs {
  width: 23px;
  height: 21px;
  text-align: center;
  padding: 0;
  vertical-align: inherit;
}
ul.dotted_list li:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1em;
  border-bottom: 1px dotted;
}
.f-twitter {
  color: #00abf0;
}

.navbar .menu-usuario.open .dropdown-menu {
  margin-top: 13px !important;
  right: 2px;
}
.navbar-right .menu-usuario .dropdown-menu:before {
  right: 27px;
}
.navbar-right .menu-usuario .dropdown-menu:after {
  right: 28px;
}

.menu.accordion-menu a span.menu-icon {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: baseline;
  margin-bottom: 0;
}
.menu.accordion-menu > li > a > .arrow:before {
  margin-top: -22px;
}
.menu.accordion-menu a {
  padding: 15px;
}
body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a {
  text-align: left;
}

canvas {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Typeahead */
.typeahead__list .typeahead__item strong {
  color: #f25656;
}

/* chartsjs */
.chart-title {
  margin-bottom: 30px;
}
.chart-title span {
  font-weight: 600;
  padding: 10px 30px 10px;
  border: 1px solid #34425a;
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
}

.user_inicial {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  background: #2991d6;
  border: 2px solid #eeeeee;
  color: #eeeeee;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: 300;
  margin: -5px 5px 0 0 !important;
}

/* bootstrap label */
.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 6px;
  border-radius: 0 !important;
}

.btn.btn-xs.accion {
  position: relative;
}
.btn-xs .badge {
  position: absolute;
  top: -10px;
  right: -8px;
  padding: 3px 6px;
}
img.accion {
  max-width: 23px;
  max-height: 21px;
  cursor: pointer;
}

/* Acciones  */
.sli {
  position: relative;
  top: 1px;
  left: -1px;
} /* con simple line icons */
.acciones .spacer {
  height: 1px;
  width: 23px;
  display: inline-block;
}
/* Bootsrap tooltips */
/*.tooltip { font-size:14px; } */
.tooltip-inner {
  max-width: 300px;
  padding: 8px 12px;
}
.tooltip-nowrap .tooltip-inner {
  max-width: none;
  white-space: nowrap;
}
.tooltip-validation .tooltip.in {
  opacity: 1;
}
.tooltip-validation .tooltip.top .tooltip-arrow {
  border-top-color: #e7505a;
}
.tooltip-validation .tooltip.top .tooltip-inner {
  background-color: #e7505a;
}
.form-control.error {
  border-color: #e7505a;
  background: #fff0f0 !important;
}
.form-control.warning {
  border-color: #c8d046;
  background: #f4f6da !important;
}
.form-control.valid:not(.ignorar) {
  border-color: #5dc09c;
  background: #e4f7e0 !important;
}

.tooltip-validation .tooltip-error-container {
  position: relative;
  overflow: inherit;
}
.tooltip-validation .tooltip-error-container .tooltip.top {
  top: -43px !important;
  left: 30px !important;
}
.tooltip-validation .tooltip-error-container .tooltip.top .tooltip-arrow {
  left: 50% !important;
}

.menu.accordion-menu .sub-menu a span.menu-icon,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon {
  vertical-align: top;
  margin-right: 5px !important;
  margin-bottom: 0;
  width: 20px;
  line-height: 18px;
}

.hover-menu:not(.page-horizontal-bar)
  .menu.accordion-menu
  > li
  > a
  > span.arrow {
  display: block;
}

.menu.accordion-menu li > a > .arrow:before {
  content: "\f105";
}

.small-sidebar.hover-menu:not(.page-horizontal-bar)
  .menu.accordion-menu
  > li
  > a
  > span.arrow:before {
  content: "\f107";
}

.page-title h3 i {
  margin-right: 10px;
}

.icon-left {
  line-height: inherit;
  margin-right: 5px;
}
.icon-right {
  line-height: inherit;
  margin-left: 5px;
}

.buscar, .borrar-buscadores {
  height: 34px;
}

.sidebar .menu .sub-menu {
  display: none;
}
/* Popovers */
.popover {
  border-color: #ddd !important;
}
.popover.right > .arrow {
  border-right-color: #ddd !important;
}

/* Datatables */
.dataTable a {
  color: inherit;
  line-height: inherit;
}
.dataTable th {
  text-align: center;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 1em;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 0.5em 0;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}
.aInfo {
  line-height: 18px;
  vertical-align: text-bottom;
  font-size: 16px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_processing:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.dataTables_wrapper .dataTables_processing img {
  display: inline-block;
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.dataTables_wrapper .blockOverlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.dataTables_wrapper td.details-control {
  background: url("/recursos/img/icons/details_open.png") no-repeat center
    center;
  cursor: pointer;
}
.dataTables_wrapper tr.shown td.details-control {
  background: url("/recursos/img/icons/details_close.png") no-repeat center
    center;
}

.table-fixed .dataTable {
  table-layout: fixed;
}

.acciones {
  text-align: right;
}
.acciones a i {
  line-height: inherit;
  width: 20px;
}

.dropdown-toggle {
  cursor: pointer;
}
.dropdown-menu {
  min-width: 100px;
}

.form-group > label {
  padding-top: 7px;
}
.form-group > label:first-child,
.form-group label.l-short {
  float: left;
  width: 110px;
}

/* bootstrap */
.table-responsive {
  border: 0;
}
.btn-inverse {
  color: #ffffff;
  background-color: #2e383d;
  border-color: #232b2e;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #181d20;
  border-color: #181d20;
}
/*.table > tbody td .btn-xs { margin: -5px 0 -2px 0; } */
.table > tbody td .btn-xs {
  width: 23px;
  height: 21px;
  text-align: center;
  padding: 0;
  vertical-align: inherit;
}
/* .btn-equal.btn-xs, .btn-equal.btn-outline.btn-xs { width: 23px; } */
.input-group {
  width: 100%;
}
.input-group-btn button {
  height:34px;
}
.input-group-addon {
  font-size: inherit;
  padding: 6px 12px;
  border-radius: 0;
  border-color: #dce1e4;
  width: 38px;
}
.input-group-addon.addon-prev {
  border-left-width: 1px;
}
.input-group-addon.btn-warning {
  border-color: #eea236;
  color: #fff;
  background-color: #f0ad4e;
}
.input-group-addon.btn-warning {
  background-color: #ec971f;
  border-color: #d58512;
}
.input-group-addon.disabled {
  background-color: #DDDDDD;
}
.input-group-addon.min-w-65 span { min-width: 65px; display: block;}

table tr pre {
  font-family: inherit;
  border: 0;
  background-color: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal pre {
  font-family: inherit;
}
table tr pre + pre {
  border-top: 1px dashed #4e5e6a;
  padding-top: 10px;
  margin-top: 10px;
}
.form-control {
  border-radius: 1px;
}
.btn {
  border-radius: 1px;
}
.modal .modal-header {
  background-color: #22baa0;
  color: #fff;
}
.modal-header .close {
  color: #fff;
  opacity: 0.8;
}
.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1;
}
.modal-content .popover,
.modal-content .tooltip {
  z-index: 10000;
}

/* modern */
.panel .panel-heading {
  overflow: inherit;
  margin-bottom: 10px;
}
.panel .panel-heading .panel-control {
  position: relative;
}
.panel .panel-heading .panel-control .btn-group a {
  color: #333;
  margin-left: 0;
  font-size: 13px;
}
.panel .panel-heading .panel-title.with-button-tools {
  padding-top: 7px;
}
.panel .panel-heading .panel-control .close-panel,
.panel .panel-heading .panel-control .hide-panel {
  color: #fff;
  opacity: 0.8;
  margin-top: -2px;
}

.navbar-inner .logo-box img {
  height: 27px;
}
/* tables */
table tr.odd {
  background-color: #f9f9f9;
}
table.nowrap td {
  white-space: nowrap;
}
.table > thead > tr > th {
  border-bottom: 1px solid #111;
}
table {
  border-bottom: 1px solid #111;
}
table.va-inherit > tbody > tr > td {
  vertical-align: inherit;
}
table tbody tr:hover {
  background-color: whitesmoke;
}

/* CKeditor */
.cke_button__source_label {
  display: none !important;
}

/* apps */
.logo-app-box {
  background: #22baa0;
}
.logo-app-box a {
  color: #fff;
  display: block;
}
.logo-app-box a:hover,
.logo-app-box a:focus {
  text-decoration: none;
}
.logo-app-box .logo-app-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 7px;
  vertical-align: middle;
  text-align: center;
}

/* Fileinput */
.fileinput,
.fileinput .fileinput-new {
  width: 100%;
  max-width: 403px;
}
.fileinput-preview,
.fileinput-new.thumbnail {
  cursor: pointer;
}

/* Map de codigos postales */
#filtroTecnicos label {
  width: 100%;
  padding-right: 15px;;
}
#filtroTecnicos span {
   float:right; 
   margin-left:10px;
   width: 22px;
   height: 22px;
}
#mapfus,
#map_sidebar {
  height: 65vh;
  min-height: 512px;
}
#mapfus, #map_sidebar {
  border: 1px solid #34425a;
}
#mapfus-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
}
#mapfus-fullscreen button {
  background: none rgb(255, 255, 255);
  border: 0px;
  margin: 10px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  overflow: hidden;
  top: 0px;
  right: 0px;
}
#mapfus-fullscreen button img {
  -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
#tecnicosForm {
  position: absolute;
  z-index: 1;
  top: 13px;
  padding: 10px;
  background: rgba(52, 66, 90, 0.6);
  left: 28px;
  border: 1px solid #34425a;
  width: auto;
}
#tecnicosForm.form-horizontal .form-group {
  margin: 0 0 15px 0;
}
#tecnicosForm #filtroCps {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}
#map_content {
  width: 100%;
  transition: width 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
}

#map_sidebar {
  width: calc(300px - 15px); /* Ajusta según necesidad */
  display: none; /* Oculto por defecto */
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  background: #f9f9f9;
  padding: 15px;
}

/* Cuando map_sidebar está visible */
body.sidebar-visible #map_content {
  width: calc(100% - 300px); /* Resta el ancho del sidebar */
}

body.sidebar-visible #map_sidebar {
  display: block;
}
#map_sidebar h4 {
  border-bottom: 1px solid #34425a;
  padding-bottom: 10px;
}
#map_sidebar #cps_seleccionados {
  overflow-y: auto;
  height: calc(100% - 10px - 36px - 32px);
  /* height:140px; */
  padding-bottom: 5px;
  margin-bottom: 10px;
} /* height 100% menos titulo y boton */
#mapfus iframe + div {
  display: none;
} /* logo google */

#mapfus .mapfus_infowindow {
  margin: 10px 20px;
}
/* Control del mapa movilidad y Zoom */
gmp-internal-camera-control {
  display: none;
}
/* Control del mapa para Street View */
.gm-svpc {  
  display: none;
}
/* Asegura que el contenedor principal (gm-style-iw) sea flex en fila */
.gm-style-iw {
  display: flex;
  flex-direction: row-reverse !important;  /* Alineación en fila */
  align-items: center;  /* Centrado vertical */
  justify-content: space-between;  /* Espaciado entre los elementos */
  width: auto;
}

/* Contenedor para el botón de cerrar */
.gm-style-iw-chr {
  display: flex;
  justify-content: flex-end;  /* Alinea el botón a la derecha */
  align-items: center;  /* Centra verticalmente el botón */
  width: 48px;  /* Asegura que no ocupe más espacio del necesario */
  flex-shrink: 0;  /* No se reducirá su tamaño */
}

/* Contenedor para el contenido (nombre de la provincia) */
.gm-style-iw-d {
  display: flex;
  justify-content: flex-start;  /* Alinea el contenido a la izquierda */
  flex-grow: 1;  /* Permite que ocupe el espacio disponible */
  align-items: center;  /* Centra el contenido verticalmente */
}

/* Ajustes específicos para los elementos dentro de gm-style-iw-d */
.gm-style-iw-d .mapfus_infowindow {
  display: block;
  margin-left: 10px;  /* Ajusta la separación si es necesario */
  flex: 1;  /* Asegura que el texto ocupe el espacio disponible */
}

.gm-style-iw-a {
  z-index: 99999 !important;
}

.gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important;
}

/* Asegura que los elementos internos no se solapen */
.gm-style-iw-ch {
  display: none;
}

.gm-style-iw-a {
  z-index: 99999 !important;
}

.gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important;
}
.gm-style .gm-style-iw-c {
  padding: 0;
}
#mapfus .gm-style-iw .gm-style-iw-chr {
  display: none !important;
}
.mapfus_infowindow { text-align: center; font-size: 18px;}
.mapfus_infowindow > span {
  /* display: block; */
  margin-top: 5px;
}
.mapfus_infowindow > span:first-child {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
}
.gm-style-iw-c {
  max-width: 400px !important; /* Ajusta según necesites */
  max-height: 300px !important;
  overflow: visible !important;
}
#mapffffffffffdus .gm-style-iw + div {
  display: none;
} /* close infowindows */
#mapfus .gmnoprint .gm-style-cc {
  display: none;
} /* copyright google */
#mapfus .gmnoprint.gm-style-cc {
  display: none;
} /* terminos de uso */
.add_cp {
  width: 100%;
}

/* #mapfus .geoxml3_infowindow h3 { margin-top: 0; margin-bottom:1px; } */
.cp_item {
  position: relative;
  margin-bottom: 10px;
  /* background: #22baa0;
  color: #ffffff; */
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #4E5E6A;
  font-weight: bold;
}
.cp_item .fa-close {
  width: 13px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 10000;
  cursor: pointer;
  opacity: 0.7;
}

#cps_a_asignar {
  max-height: 70px;
  overflow-y: auto;
}
#cps_a_asignar .cp_item {
  float: left;
  width: 70px;
}

/* toastr */
.toast-bottom-right .toast {
  margin-top: 10px !important;
}
#toast-container > div {
  -moz-box-shadow: 0 0 12px rgba(153, 153, 153, 0.8);
  -webkit-box-shadow: 0 0 12px rgba(153, 153, 153, 0.8);
  box-shadow: 0 0 12px rgba(153, 153, 153, 0.8);
}

/* toastr con fontawesome icons */
#toast-container > .toast {
  background-image: none !important;
  z-index: 10000 !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #fff;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f071";
}
#toast-container > .toast-error:before {
  content: "\f057";
}
#toast-container > .toast-info:before {
  content: "\f05a";
}
#toast-container > .toast-success:before {
  content: "\f058";
}
#toast-container > div {
  opacity: 0.9;
}

/* switches 
	  <?php Aux::echo_switch('switch-green', '', 'test1', 'Mostrar facturadas', 'Ocultar facturadas'); ?>
*/
.switch {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 56px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.switch-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.switch-input:checked ~ .switch-label {
  background: #319db5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-handle {
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  /* left: 40px; */
  right: 0;
  left: initial;
}
.switch-label {
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 13px;
  height: inherit;
  position: relative;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.switch-label:before {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  color: #aaaaaa;
  content: attr(data-off);
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 11px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  top: 50%;
  transition: inherit;
}
.switch-label::after {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  transition: inherit;
}
.switch-label:after {
  color: #fff;
  content: attr(data-on);
  left: 11px;
  opacity: 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch-handle {
  background: #fff;
  background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  height: 18px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 18px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  background: #f9f9f9;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  content: "";
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #1b7e5a;
}

/* Switchery */
.switchery {
  width: 150px;
}
.switchery:before {
  content: "";
  color: #333;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.js-switch:checked + .switchery:before {
  color: #fff;
  left: 70px;
}
.js-switch-label {
  border-radius: inherit;
  display: block;
  font-size: 13px;
  height: inherit;
  position: relative;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.js-switch-label:before,
.js-switch-label:after {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;

  position: absolute;
  margin-top: -11px;
  left: 45px;
  opacity: 0;
  transform: translateY(-50%);
  transition: inherit;
}
.js-switch-label:before {
  content: attr(data-off);
  opacity: 1;
}
.js-switch-label:after {
  content: attr(data-on);
  opacity: 0;
}
.js-switch:checked ~ .js-switch-label::before {
  opacity: 0;
}
.js-switch:checked ~ .js-switch-label::after {
  opacity: 1;
}
/* Switchery sizes */
.switch-sm .js-switch-label:before,
.switch-sm .js-switch-label:after {
  margin-top: -9px;
  left: 35px;
}
.switch-lg .js-switch-label:before,
.switch-lg .js-switch-label:after {
  margin-top: -14px;
  left: 50px;
}

/* Switchery sizes */
.js-switch.switch-danger + .switchery {
  background-color: #be3a3a !important;
  border-color: #f25656 !important;
  box-shadow: #f25656 0px 0px 0px 32px inset !important;
  /*background: #1b7e5a;*/
}

.js-switch.switch-success + .switchery {
  background-color: #3abe5f !important;
  border-color: #56f273 !important;
  box-shadow: #56f273 0px 0px 0px 32px inset !important;
  /*background: #1b7e5a;*/
}

.js-switch:not(:checked) + .switchery {
  box-shadow: rgb(223 223 223) 0px 0px 0px 0px inset !important;
  border-color: rgb(223, 223, 223) !important;
  background-color: rgb(255, 255, 255) !important;
}
.js-switch:disabled + .switchery, .js-switch:disabled + .switchery small { cursor: default; }

.panel .panel-heading .panel-control .switch {
  margin-left: 5px;
  float: left;
}

/* iCheck */
/*
.form-horizontal .icheck-list { padding-top:7px; }
.icheck-list {display:inline-block; }
.icheck-list > label {display:block; cursor:pointer; }
.icheck-list > label:last-child {margin-bottom:0}
.form-horizontal .icheck-inline{margin-top:12px}
.icheck-inline > label{display:inline-block;margin-right:15px;margin-left: 0; min-height:27px;}
.rtl .icheck-inline > label {margin-left: 15px;margin-right: 0;}
.icheck-inline > label:last-child{margin-right:0}
*/
div[class*="icheckbox_"],
div[class*="iradio_"] {
  margin-right: 5px;
  top: -1px !important;
}
/*
.icheck-colors{padding:0;margin:0;list-style:none;height: 30px;}
.icheck-colors > li{-moz-transition:all .1s ease-out 0;-webkit-transition:all .1s ease-out 0;transition:all .1s ease-out 0;border-radius:50%;padding:0;margin:4px;float:left;display:inline-block;height:20px;width:20px;background:#000;opacity:.6;filter:alpha(opacity=60)}
.rtl .icheck-colors > li {float: right;margin-right: 0 !important;margin-left: 10px !important;}
.icheck-colors > li:first-child{margin-left:0}
.icheck-colors > li:hover{opacity:1;filter:alpha(opacity=100);cursor:pointer}
.icheck-colors > li.active{height:26px;width:26px;margin-top:0;opacity:.6;filter:alpha(opacity=60)}
.icheck-colors > li.green{background:#78a300}



 div[class*='iradio_'] {margin-right: 5px;margin-left: 0;}
.rtl  div[class*='iradio_'] {margin-right: 0;margin-left: 5px;}
.rtl div[class*='icheckbox_'] {margin-right: 0;margin-left: 5px;}

div[class*='iradio_']:not(.checked) {background-color:rgba(255,255,255,0.6);border-radius:25px;-webkit-border-radius: 25px;-moz-border-radius:25px;border-radius:50%;-webkit-border-radius: 50%;-moz-border-radius:50%;}

.rtl .icheck-inline > label {margin-right: 0;margin-left: 15px;}

*/
/* bootstrap datepicker */
.input-daterange input:first-child,
.input-daterange input:last-child {
  border-radius: 0;
}
.input-daterange .input-group-addon {
  font-size: inherit;
  padding: 6px 12px;
  border-radius: 0;
  border-color: #dce1e4;
}
.input-daterange .input-group-addon.addon-prev {
  border-left-width: 1px;
}

.valign {
  display: flex;
  align-items: center;
}

/* Reloj de pared (ver script extras.js) 
	<div class="hero-circle">
		<div class="hero-face">
			<div id="hour" class="hero-hour"></div>
			<div id="minute" class="hero-minute"></div>
			<div id="second" class="hero-second"></div>
		</div>
	</div>
*/
.hero-circle {
  width: 180px;
  height: 180px;
  position: relative;
  border: 8px solid #22baa0;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3),
    inset 0 1px 8px rgba(34, 34, 34, 0.3);
}
.hero-face {
  width: 100%;
  height: 100%;
}
.hero-face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #22baa0;
  border-radius: 6px;
  content: "";
  display: block;
}
.hero-hour {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 -4px -25%;
  padding: 4px 0 4px 25%;
  background: #22baa0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 4px 0 0 4px;
}
.hero-minute {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -3px 0;
  padding: 40% 3px 0;
  background: #22baa0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 3px 3px 0 0;
}
.hero-second {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -1px 0 0;
  padding: 40% 1px 0;
  background: #22baa0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.hero-circle.hero-medium {
  width: 120px;
  height: 120px;
  border: 4px solid #22baa0;
  box-shadow: 0 1px 5.5px rgba(34, 34, 34, 0.3),
    inset 0 1px 3.5px rgba(34, 34, 34, 0.3);
}
.hero-circle.hero-medium .hero-face:after {
  width: 8px;
  height: 8px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 5.5px;
}
.hero-circle.hero-medium .hero-hour {
  margin: -3px 0 -3px -25%;
  padding: 3px 0 3px 25%;
  border-radius: 3px 0 0 3px;
}
.hero-circle.hero-medium .hero-minute {
  margin: -40% -2.5px 0;
  padding: 40% 2.5px 0;
  border-radius: 2.5px 2.5px 0 0;
}
.hero-circle.hero-medium .hero-second {
  margin: -40% -0.75px 0 0;
  padding: 40% 0.75px 0;
}
.hero-circle.hero-small {
  width: 60px;
  height: 60px;
  border: 3.5px solid #22baa0;
  box-shadow: 0 1px 3.5px rgba(34, 34, 34, 0.3),
    inset 0 1px 3.5px rgba(34, 34, 34, 0.3);
}
.hero-circle.hero-small .hero-face:after {
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  border-radius: 2.5px;
}
.hero-circle.hero-small .hero-hour {
  margin: -2px 0 -2px -25%;
  padding: 2px 0 2px 25%;
  border-radius: 2px 0 0 2px;
}
.hero-circle.hero-small .hero-minute {
  margin: -40% -1.25px 0;
  padding: 40% 1.25px 0;
  border-radius: 1.25px 1.25px 0 0;
}
.hero-circle.hero-small .hero-second {
  margin: -40% -0.5px 0 0;
  padding: 40% 0.5px 0;
}

/* Reloj-numerico (ver script extras.js)
	<div class="reloj">
		<div class="tiempo"></div>
		<div class="fecha"></div>
	</div>
*/
#time {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  margin: 0 30px 50px;
  text-align: center;
  line-height: 1;
}
#time .tiempo {
  font-size: 110px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#time .fecha {
  font-size: 25px;
}

/* Evitar el redimensionamiento manual por parte del usuario de textareas y selects multiples */
textarea, select[multiple] {
  resize: none;
}

/* Chrome autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active,
select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*************************************************************** PAGINAS ESPECIFICAS **************************************************************************************/

/* pagina APP FOTOS: index (buscar foto) */
#pagina_buscar_foto .page-content {
  background-color: #f1f4f9;
}
#establecimiento_data .panel .panel-heading {
  height: auto;
  min-height: 55px;
}
#establecimiento_data .panel-title {
  max-width: 90%;
}
#establecimiento_data .panel-title h3 {
  line-height: 22px;
}

/* pagina establecimiento */
#actualizar_mapa.input-group-addon,
.input-group-addon.cambiar-expendeduria {
  border-color: #eea236;
  color: #fff;
  background-color: #f0ad4e;
}
#actualizar_mapa.input-group-addon:hover,
.input-group-addon.cambiar-expendeduria {
  background-color: #ec971f;
  border-color: #d58512;
}

/* login & lock screen */
.login-lock .page-content {
  border: 0;
  width: 100%;
  background-color: #fff;
}
.login-lock .bg {
  background: url(/recursos/img/login.jpg) no-repeat scroll 0 0 #000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.login-lock .page-inner {
  padding-bottom: 0 !important;
  display: table-cell;
  vertical-align: middle;
  float: none;
  background-color: transparent;
}

.login-lock.login-fotos {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 50px 0 0 0; /*set left/right padding according to needs*/
  box-sizing: border-box;
}

.login-lock.login-fotos .row {
  height: 100%;
  display: flex;
}

.login-lock.login-fotos .row .no-float {
  display: table-cell;
  float: none;
}

.login-lock.login-fotos #bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.login-lock .center-box {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  padding: 30px;
  min-width: 320px;
  background-color: #fff;
}
.login-lock .logo-box {
  padding: 0;
}
.login-lock .logo-box img {
  margin: 0 auto;
}
.login-lock .logo-user img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 8px solid #fff;
  background: #fff;
  width: 210px;
}
.login-lock h3 {
  font-weight: 500;
  margin: 20px 0 15px;
  text-align: center;
}
.login-lock .icheck-list {
  margin-top: 6px;
}
.login-lock .btn-success {
  border-color: #e1e1e1;
}

.login-lock.login-fotos .center-box {
  max-width: 320px;
  margin-top: 20%;
}
/* pagina maquina */
.page-maquina #tab0 .form-group > label:first-child {
  width: 140px;
}
.page-maquina .pantalla_publicitaria .pp_block {
  display: none;
}
.page-maquina .pantalla_publicitaria .thumbnail > img {
  max-height: 290px;
}
.page-maquina .pantalla_publicitaria .thumbnail {
  border-radius: 0 !important;
}
.page-maquina #componentes,
.page-maquina #componentes .tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus,
.page-maquina #componentes .tab-content {
  background-color: #eaf6f8;
}
.page-maquina #componentes .nav-tabs > li.tab-state-error.active > a {
  background-color: #eaf6f8 !important;
}
.page-maquina #componentes_nav {
  background-color: #fff;
}
.page-maquina #label_numeraciones {
  text-align: inherit;
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .page-maquina #label_numeraciones {
    padding-left: 0;
  }
}
/* owl-carousel */
.owl-carousel img {
  display: none;
}
.owl-carousel .owl-item:hover {
  cursor: pointer;
}
.owl-carousel .owl-item.selected:hover {
  cursor: default;
}
.owl-carousel .owl-item div {
  border: 4px solid transparent;
}
.owl-carousel .owl-item.selected div {
  border-color: #12afcb;
}
.owl-carousel .owl-item div img {
  border: 2px solid #fff;
}

#pp_corporativa .thumbnail {
  cursor: pointer;
}
#pp_corporativa .thumbnail.selected {
  border: 4px solid #12afcb;
  cursor: default;
}
#pp_corporativa img {
  border: 2px solid #fff;
}
.selected img {
  border: 4px solid #12afcb;
}

/* factura */
.conceptos {
  max-width: 350px;
  min-width: 300px;
}
.btn-equal.btn-xs.buscar-cliente {
  padding: 6px 0px !important;
  width: 33px;
}
#i-estado.icheck-list label {
  border-color: transparent;
}
.i-fecha {
  width: 150px;
}
#page-factura .input-group[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.datos_facturacion .tabbable-line {
  padding-left: 14px;
}
.datos_facturacion > div > div ul li {
  margin-bottom: 5px;
}
.datos_facturacion > div > div ul li > span {
  width: 150px;
  font-weight: bold;
  float: left;
}
.datos_facturacion > div > div ul li > div > div > span {
  text-align: right;
  width: 60px;
  display: inline-block;
}
.datos_facturacion > div > div ul li > div > div > span:first-child {
  text-align: left;
  width: 200px;
  display: inline-block;
}
.datos_facturacion > div > div ul li div {
  overflow: hidden;
}
.listado_fichas .panel .panel-heading {
  margin-bottom: 0;
}
.listado_fichas .panel .panel-heading.no-datos-bancarios {
  background-color: #ffffe4;
}
.listado_fichas .panel .panel-heading + .panel-body {
  border-top: 1px solid #ccc !important;
  padding-top: 15px;
}
.listado_fichas .panel .panel-heading.no-datos-bancarios + .panel-body {
  border-top: 1px solid #f6e283 !important;
}

/* Tabs con estilo */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0;
}
.tabbable-line > .nav-tabs > li {
  margin: 0;
  border-bottom: 4px solid transparent;
}
.tabbable-line > .nav-tabs > li > a {
  background: 0 0 !important;
  border: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.active {
  background: 0 0;
  border-bottom: 4px solid #36c6d3;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  background: 0 0;
  border-bottom: 4px solid #9fe4ea;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: 0 0 !important;
  color: #333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .tab-content {
  margin-top: 0;
  border: 0;
  border-top: 1px solid #eef1f5;
  padding: 15px 0;
}

/* Vertical tabs */
.tabs-left.nav-tabs > li > a:focus,
.tabs-left.nav-tabs > li > a:hover {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
.tabs-right.nav-tabs > li > a:focus,
.tabs-right.nav-tabs > li > a:hover {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}
.tabs-left.nav-tabs,
.tabs-right.nav-tabs {
  border-bottom: 0;
}
.tabs-left.nav-tabs > li,
.tabs-right.nav-tabs > li {
  float: none;
}
.tabs-left.nav-tabs > li > a,
.tabs-right.nav-tabs > li > a {
  margin-right: 0;
  /* margin-bottom: 3px */
}
.tabs-left.nav-tabs {
  border-right: 1px solid #ddd;
}
.tabs-left.nav-tabs > li > a {
  display: block;
  margin-right: -1px;
}
.tabs-left.nav-tabs > li > a:focus,
.tabs-left.nav-tabs > li > a:hover {
  border-radius: 4px 0 0 4px;
  border-color: #eee #ddd #eee #eee;
}
.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-right.nav-tabs {
  border-left: 1px solid #ddd;
}
.tabs-right.nav-tabs > li > a {
  display: block;
  margin-left: -1px;
}

/* campos de valores numericos /ej. unidades / precios */
input.solo_numeros, input.solo_numeros:focus, 
input.solo_numeros_punto, input.solo_numeros_punto:focus {
  text-align:right;
}

/* Blink */
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Checkboxes y radios con estilo 
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/recursos/img/green_tristate.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(/recursos/img/green_tristate.png) -22px top no-repeat;
}
*/

/* Notas */
.note {
  margin: 20px 0 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note.note-default {
  border-color: #b0c1d2;
  color: #000;
}
.note.note-success {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: #000;
}
.note.note-info {
  background-color: #f5f8fd;
  border-color: #8bb4e7;
  color: #010407;
}
.note.note-warning {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}
.note.note-danger {
  background-color: #fef7f8;
  border-color: #f0868e;
  color: #210406;
}
.c-bg-img-center-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
}

.c-bg-img-top {
  background-repeat: no-repeat;
  background-position: top;
}

.c-bg-img-bottom-right {
  background-repeat: no-repeat;
  background-position: right bottom;
}

.c-bg-img-top-center {
  background-repeat: no-repeat;
  background-position: top center;
}

.c-bg-none,
.c-bg-transparent {
  background: none;
}

/* My_check checkboxes & radio buttons
----------------------------------- */
.my_check {
  position: relative;
}

.my_check > input[type="checkbox"],
.my_radio > input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.my_check > input[type="checkbox"] + label,
.my_radio > input[type="radio"] + label {
  cursor: pointer;
  padding-left: 30px;
}
.my_check > input[type="checkbox"] + label span,
.my_radio > input[type="radio"] + label span {
  position: absolute;
  top: 0%;
  left: 0%;
  display: inline-block;
  /* *display: inline; */
  vertical-align: middle;
  margin: -2px 6px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/recursos/img/checks.png) no-repeat;
  border: none;
  cursor: pointer;
}

.my_check > input[type="checkbox"] + label span {
  background-position: 0 0;
}
.my_check.hover > input[type="checkbox"] + label span {
  background-position: -24px 0;
}
.my_check.checked > input[type="checkbox"] + label span {
  background-position: -48px 0;
}
.my_check.disabled > input[type="checkbox"] + label span {
  background-position: -72px 0;
  cursor: default;
}
.my_check.disabled > input[type="checkbox"] + label {
  cursor: default;
}
.my_check.checked.disabled > input[type="checkbox"] + label span {
  background-position: -96px 0;
}
.my_check.indeterminate > input[type="checkbox"] + label span {
  background-position: -240px 0;
}
.my_check.indeterminate.hover > input[type="checkbox"] + label span {
  background-position: -264px 0;
}
.my_check.indeterminate.disabled > input[type="checkbox"] + label span {
  background-position: -288px 0;
}

.my_radio > input[type="radio"] + label span {
  background-position: -120px 0;
}
.my_radio.hover > input[type="radio"] + label span {
  background-position: -144px 0;
}
.my_radio.checked > input[type="radio"] + label span {
  background-position: -168px 0;
}
.my_radio.disabled > input[type="radio"] + label span {
  background-position: -192px 0;
  cursor: default;
}
.my_radio.checked.disabled > input[type="radio"] + label span {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi),
  (min-resolution: 1.25dppx) {
  .my_check + label span,
  .my_radio + label span {
    background-image: url(/recursos/img/checks@2x.png);
    -webkit-background-size: 310px 24px;
    background-size: 310px 24px;
  }
}

.btn-transparent {
  background-color: transparent;
  color: inherit;
  border-color: transparent;
}
.btn-transparent:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.video-list .videoItem {
  display: block;
  border-bottom: 1px solid #337ab7;
  margin-bottom: 15px;
}
.video-list .videoItem a:hover {
  text-decoration: none;
}

.tarifas_cloud .datos_facturacion > div > div ul li > span {
  width: 150px;
}

.table > tbody > tr > td img.servicio_proteccion {
  width: 34px;
  position: absolute;
  top: 7px;
  left: 8px;
}

@media (max-width: 472px) {
  .nav-tabs.mini-tabs > li > a {
    padding: 5px 7px;
  }
}

.label-title {
  border-bottom: 1px solid #22baa0;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #22baa0;
}

/* Clockpicker */
.clockpicker-popover.popover {
  z-index: 10000;
}
.clockpicker-popover.popover.top {
  margin-top: -12px;
}
.clockpicker-popover.popover.top .popover-title {
  display: none;
}
.clockpicker-popover.popover.top > .arrow {
  border-top-color: #ddd;
}
.clockpicker-popover.popover .switch-hand-button {
  display: none !important;
}
.clockpicker-popover.popover.top > .arrow:after {
  bottom: 2px;
  border-top-color: #f8f8f8;
}
.clockpicker-popover.popover .clockpicker-button-on {
  color: #fff;
  background-color: #1b7e5a;
}
.clockpicker-popover.popover.top .clockpicker-button-done {
  display: none;
}

/* display en modo table compatible con bootstrap */
.table-container {
  display: table;
}
.table-container .table-row {
  height: 100%;
  display: table-row;
}
.table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

/*********** PHP INFO ***************/

#phpinfo pre {
  margin: 0;
  font-family: monospace;
}
#phpinfo a:link {
  color: #009;
  text-decoration: none;
  background-color: #fff;
}
#phpinfo a:hover {
  text-decoration: underline;
}
#phpinfo table {
  border-collapse: collapse;
  border: 0;
  width: 934px;
  box-shadow: 1px 2px 3px #ccc;
}
#phpinfo .center {
  text-align: center;
}
#phpinfo .center table {
  margin: 1em auto;
  text-align: left;
}
#phpinfo .center th {
  text-align: center !important;
}
#phpinfo td,
#phpinfo th {
  border: 1px solid #666;
  vertical-align: baseline;
  padding: 4px 5px;
}
#phpinfo .p {
  text-align: left;
  margin: 0;
}
#phpinfo .e {
  background-color: #ccf;
  width: 300px;
  font-weight: bold;
}
#phpinfo .h {
  background-color: #99c;
  font-weight: bold;
}
#phpinfo .v {
  background-color: #ddd;
  max-width: 300px;
  overflow-x: auto;
  word-wrap: break-word;
}
#phpinfo .v i {
  color: #999;
}
#phpinfo img {
  float: right;
  border: 0;
}
#phpinfo hr {
  width: 934px;
  background-color: #ccc;
  border: 0;
  height: 1px;
}

/*************** SCROLLBAR ******************/
.scrollbar::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}

.scrollbar::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #4E5E6A;    /* color of the scroll thumb */
  border-radius: 5px;       /* roundness of the scroll thumb */
  border: 0px solid transparent;  /* creates padding around scroll thumb */
}

/*** checkbox de generar remesa **/
#page-remesa-generar #info-remesa .iCheck-helper {
  position: relative !important;
  height: 22px !important;
  width: 22px !important;
}


.text-container {
  display: flex;
  align-items: center;
  overflow: hidden; /* Asegura que no se desborde */
  max-width: 100%; /* Se ajusta al tamaño de la celda */
}

.text-ellipsis {
  flex-shrink: 1; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0; /* Necesario para que flexbox permita el truncado */
}

.text-full {
  flex-shrink: 0; /* No se encoge, siempre visible */
  white-space: nowrap;
  margin-left: 5px; /* Espaciado entre los textos */
}

/*
select {
  border: 0;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}

a.select-down {
  color: red;
  text-decoration: none;
  position: absolute;
  top: 0;
  padding-top: 7px;
  right: 30px;
  cursor: pointer;
}
  */

.tooltip-left {
    text-align: left !important; /* Asegura alineación izquierda */
  }
