body {
  background-color: #333;
  color: #444;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

#preload_imagenes {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}

.btn-white-outline {
  background-color: transparent;
}

#preload_imagenes #preload-01 {
  background: url(../img/backgrounds/bg_home.jpg) no-repeat -9999px -9999px;
}

#preload_imagenes #preload-02 {
  background: url(../img/backgrounds/bg_timeline.jpg) no-repeat -9999px -9999px;
}

#preload_imagenes #preload-03 {
  background: url(../img/backgrounds/bg_informes.jpg) no-repeat -9999px -9999px;
}

#preload_imagenes #preload-04 {
  background: url(../img/backgrounds/bg_listas.jpg) no-repeat -9999px -9999px;
}

#preload_imagenes #preload-05 {
  background: url(../img/backgrounds/bg_marketing.jpg) no-repeat -9999px -9999px;
}


#div_cargando_aplicacion {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0%;
  margin: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 2003;
  overflow: hidden;
}

#div_cargando_aplicacion .contenido {
  position: relative;
  top: 50%;
  width: 750px;
  margin: -120px auto 0px;
}

#div_cargando_aplicacion .contenido img {
  width: 300px;
}

#div_cargando_aplicacion .contenido .sk-spinner {
  margin-top: 30px;
}

#div_cargando_aplicacion .contenido h2 {
  margin-top: 50px;
}

#div_cargando_aplicacion .contenido h3 {
  color: #828282;
  line-height: 26px;
  margin-top: 25px;
  font-weight: 400
}

.seccion_header_background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  overflow: hidden;
}

.seccion_header_background.disclaimerOn {
  height: 538px;
}

.seccion_header_background.home_bg {
  background: transparent url('../img/backgrounds/bg_home.jpg') no-repeat scroll center center / cover;
  z-index: 1000;
}

.seccion_header_background.seguimiento_bg {
  background: transparent url('../img/backgrounds/bg_timeline.jpg') no-repeat scroll center center / cover;
}

.seccion_header_background.informes_bg {
  background: transparent url('../img/backgrounds/bg_informes.jpg') no-repeat scroll center center / cover;
}

.seccion_header_background.listas_bg {
  background: transparent url('../img/backgrounds/bg_listas.jpg') no-repeat scroll center center / cover;
}

.seccion_header_background.marketing_bg {
  background: transparent url('../img/backgrounds/bg_marketing.jpg') no-repeat scroll center center / cover;
}

.seccion_header_background.cobertura_bg {
  background: transparent url('../img/backgrounds/bg_cobertura.jpg') no-repeat scroll center center / cover;
}

#appCalls {
  background-color: #fff;
  border: 1px solid #ccc;
  left: -40px;
  position: absolute;
  /*top: -15px;*/
  top: 35px;
  width: 1100px;
}

#appCalls.on {
  background-color: #ffcccc;
  border-color: #b30000;
}

#appCalls.on.bold {
  background-color: #b30000;
  border-color: #b30000;
  color: #fff;
}

#appCalls.off {
  background-color: #adebad;
  border-color: #248f24;
  /*display:none;*/
}

#appCalls table {

}

#appCalls table tr {

}

#appCalls table tr td {
  padding: 5px;
}


/* #div_initial_screen */
/* { */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	left: 0px; */
/* 	padding: 0px; */
/* 	margin: 0px; */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	background-color:#FFF; */
/* 	background-size: 1px 100%; */
/* 	z-index: 999999; */
/* 	overflow: hidden; */
/* } */

/* #div_inner_initial_screen */
/* { */
/*     color: #333333; */
/*     font-family: Helvetica,Arial; */
/*     font-size: 24pt; */
/*     left: 28%; */
/*     margin-top: -100px; */
/*     position: absolute; */
/*     text-align: center; */
/*     top: 40%; */
/*     width: 100%; */
/* } */

/* #div_initial_screen_loading_wrapper */
/* { */
/* 	display: inline-block; */
/* 	margin-top: -10px; */
/* 	margin-right: 10px; */
/* 	width: 25px; */
/* 	height: 25px; */
/* } */

.semitransparente50 {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.semitransparente50 span {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}

.semitransparente50.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.transparente {
  opacity: 0.0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.opaco {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.rotate180 {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

button.actionsButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444 !important;
  font-size: 14px;
}

button.actionsButton a {
  color: #444 !important;
}

button.actionsButton i.ion-android-options, button.actionsButton a i.ion-android-options {
  font-size: 14px;
  margin-right: 5px;
}

.negro {
  color: #000 !important;
}

.enlace {
  color: #0088cc !important; /* #337ab7 */
  cursor: pointer;
}

.enlace:hover,
.enlace:focus {
  text-decoration: underline;
}

.enlace_white {
  color: white !important;
  cursor: pointer;
}

.enlace_white:hover,
.enlace_white_focus {
  text-decoration: underline;
}

div.no_data:not(.row) {
  text-align: center;
}

.row.no_data div.col-xs-12 > button.btn-primary {
  padding: 6px 60px;
  position: relative;
  top: -35px;
}


.info_no_data, h3.no_data {
  color: #828282;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

p.no_data_descripcion {
  margin: 20px auto;
  width: 50%;
  font-weight: 300;
}

.cerrar_vista {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 0px;
}

.cerrar_vista .ion-ios-close-empty {
  font-size: 50pt;
  cursor: pointer;
}

.radio_selection_list {
  text-align: left;
  list-style-type: none;
}

.radio_selection_list li {

}

.radio_selection_list label {
  font-weight: 400;
  font-size: 14px;
}

.radio_selection_list label input[type="radio"] {
  display: inline-block;
  height: 15px;
  left: 0;
  margin-right: 10px;
  position: relative;
  width: auto;
}

.div_drop_hover {
  cursor: url(../img/add_filtro.cur), default;
}

#div_modal {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
  filter: alpha(opacity=70); /* IE 5-7 */
  -moz-opacity: 0.7; /* Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7; /* Good browsers */
}

.flag-icon-pais {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  margin-right: 5px;
}

.flag-icon-pais-tipo-0,
.flag-icon-pais-tipo-1,
.flag-icon-pais-tipo-2,
.flag-icon-pais-tipo-3 {
  display: inline-block;
  width: 20px;
  height: 15px;
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  vertical-align: middle;
}

.flag-icon-pais-tipo-0,
.flag-icon-pais-tipo-1 {
  background-color: #6CAC26;
}

.flag-icon-pais-tipo-0:after,
.flag-icon-pais-tipo-1:after {
  content: "A";
}

.flag-icon-pais-tipo-2 {
  background-color: #D5833C;
}

.flag-icon-pais-tipo-2:after {
  content: "B";
}

.flag-icon-pais-tipo-3 {
  background-color: red;
}

.flag-icon-pais-tipo-3:after {
  content: "C";
}

.ver_todos_paises {
  display: inline-block;
  margin: 0px 6px 6px;
}

.enlaces_selector_paises {
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 10px 6px;
  border-radius: 0px 0px 3px 3px;
}

.warning_paises_administradores {
  display: table;
  background-color: #FFBA2E;
  padding: 12px;
  border-radius: 0px 0px 3px 3px;
}

.warning_paises_administradores .ion-information-circled {
  display: table-cell;
  position: relative;
  top: -5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

.warning_paises_administradores span {
  display: table-cell;
  vertical-align: top;
  padding-left: 6px;
  color: white;
  font-size: 12px;
  line-height: 15px;
}

div.result_square {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 5px 3px 5px;
  text-align: center;
  cursor: default;
  display: inline-block;
  vertical-align: middle;
}

div.result_square.success {
  color: #8cc63f;
  border-color: #8cc63f;
}

div.result_square.danger {
  color: #DC0028;
  border-color: #DC0028;
}

span.result_square_text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px !important;
}


div.result_ball {
  border: 1px solid #eee;
  border-radius: 50%;
  float: left;
  height: 22px;
  margin-right: 10px;
  padding: 3px;
  text-align: center;
  width: 22px;
  cursor: default;
}

div.result_ball.success {
  color: #8cc63f;
  border-color: #8cc63f;
}

div.result_ball.success i {
  font-size: 28px !important;
  position: relative;
  top: -8px;
  float: none;
}

div.result_ball.danger {
  color: #DC0028;
  border-color: #DC0028;
}

div.result_ball.danger i {
  float: none !important;
  left: -1px;
  margin: 0 !important;
  position: relative;
  top: -2px !important;
}

div.result_ball.danger span {
  margin: 0 !important;
  top: 0px;
  font-family: open sans;
}

div.result_ball.danger span.exclamacion {
  top: -2px;
}

span.result_ball_text {
  float: left;
  margin-top: 3px !important;
}

/* POPUP CAMPOS BÚSQUEDA */
#div_selector_campo_busqueda_container {
  margin: -10px -15px -8px;
}

.p_selector_campo_busqueda_opcion {
  margin: 0px;
  padding: 3px 15px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  width: 100%;
}

.p_selector_campo_busqueda_opcion:hover {
  background-color: #eee;
}

.p_selector_campo_busqueda_opcion .i_selector_campo_busqueda_opcion_button {
  font-size: 14pt;
  margin-right: 10px;
  vertical-align: middle;
}

.p_selector_campo_busqueda_opcion .ayuda_contextual {
  margin-left: 6px;
  color: #999;
}

/* TABS */
.tablinks_seccion {
  display: inline-flex;
  list-style: outside none none;
  padding: 0;
}

.tablinks_seccion li {
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  text-align: center;
}

.tablinks_seccion li span {
  cursor: pointer;
}

.tablinks_seccion li.active {
  border-bottom: 2px solid #0088cc;
  color: #0088cc;
}

.tablinks_seccion_tab {
  padding-top: 40px;
}

.custom_popup_title {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px;
  color: #444444;
  float: left;
  font-size: 24px;
  font-weight: 300;
  height: 90px;
  line-height: 29px;
  padding: 10px 15px;
  width: 100%;
}

.row_filtros_alertas {

}

.row_filtros_alertas .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}

/* MODAL SESSION TIMEOUT */
#modal_sin_sesion {
  background-color: rgba(0, 0, 0, 0.5);
}

#modal_sin_sesion .modal-dialog {
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 200px);
  width: 400px;
  height: 320px;
}

#modal_sin_sesion .modal_sin_sesion_text {
  color: #666;
}

#modal_sin_sesion #motivos_tiempo_inactividad {
  display: none;
}

#modal_sin_sesion #motivos_otro_dispositivo {
  display: none;
}

#modal_sin_sesion h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#modal_sin_sesion #login_container_content {
  width: 100%;
  margin-top: 20px;
}

#modal_sin_sesion #login_container_form {
  display: block;
  width: 250px;
  margin: 0 auto;
}

#modal_sin_sesion #login_container_distribuidor_cyc {
  display: block;
  width: 250px;
  margin: 35px auto;
}

#modal_sin_sesion .form-control {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}

#modal_sin_sesion .btn-primary {
  margin-top: 15px !important;
}

/* ATLASSIAN SUPPORT BUTTON */
#atlassian_support_button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 2147483647;
}

#atlassian_support_button a.help_button {
  display: block;
  color: #fff;
  outline: none;
  height: 100%;
  width: 100%;
  line-height: 50px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 #7a869a;
  font-weight: 700;
  cursor: grab;
  background-color: #DC0028;
  font-size: 29px;
}

#atlassian_support_button.dragging a.help_button {
  cursor: grabbing;
}

/* ZENDESK WEB WIDGET OVERRIDES */
#webWidget {
  width: 600px !important;
  height: calc(100vh + 42px) !important;
  max-height: none !important;
  bottom: -22px !important;
  right: -15px !important;
}

/* CUSTOM GROWL */
.growl-container.growl-fixed {
  z-index: 99999 !important;
}

.growl-container.growl-fixed.top-right {
  top: 60px !important;
  right: 20px !important;
}

.growl-container.growl-fixed.top-right.push-down {
  top: 150px !important;
}

.custom-growl-item {
  margin-bottom: 10px;
  padding: 20px 20px 20px 50px;
  border-radius: 5px;
  border: 2px solid;
  background-color: white;
  position: relative;
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.custom-growl-item:hover {
  opacity: 1 !important;
}

.custom-growl-item.info {
  border-color: #448CD1;
}

.custom-growl-item.success {
  border-color: #64A81F;
}

.custom-growl-item.warning {
  border-color: #FD6701;
}

.custom-growl-item.error {
  border-color: #EB0000;
}

.custom-growl-item .close {
  margin-top: -16px;
  margin-right: -10px;
}

.growl-container > .custom-growl-item.ng-enter,
.growl-container > .custom-growl-item.ng-leave {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.growl-container > .custom-growl-item.ng-enter,
.growl-container > .custom-growl-item.ng-leave.ng-leave-active {
  right: -500px;
  opacity: 0;
}

.growl-container > .custom-growl-item.ng-leave,
.growl-container > .custom-growl-item.ng-enter.ng-enter-active {
  right: 0px;
  opacity: 1;
}

.custom-growl-band {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 100%;
  color: white;
}

.custom-growl-band.info {
  background-color: #448CD1;
}

.custom-growl-band.success {
  background-color: #64A81F;
}

.custom-growl-band.warning {
  background-color: #FD6701;
}

.custom-growl-band.error {
  background-color: #EB0000;
}

.custom-growl-band span {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
  font-size: 11pt;
}

.custom-growl-title {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
}

.custom-growl-message {
  font-size: 10pt;
}

/* POPUP ACCIÓN MASIVA ETIQUETAS */
#asignar_etiquetas_popup_container {
  padding-left: 20px;
  height: 200px;
}

#asignar_etiquetas_popup_container .bootstrap-tagsinput {
  margin-bottom: 15px;
  padding: 4px 8px 10px;
  width: 100%;
  min-height: 40px;
}

#asignar_etiquetas_popup_container span.title_destacado {
  font-weight: 600;
}

#asignar_etiquetas_popup_container .etiquetas_container_popup {
  width: 100%;
  float: left;
}

#asignar_etiquetas_popup_container .select2-container {
  margin-bottom: 15px;
}

#asignar_etiquetas_popup_container .select2-selection li {
  color: #fff;
  border-width: 0px;
}

#asignar_etiquetas_popup_container .select2-selection li span {
  color: #fff;
}

#asignar_etiquetas_popup_container .etiquetas_privadas .select2-selection ul.select2-selection__rendered {
  overflow: inherit;
}

#asignar_etiquetas_popup_container .etiquetas_privadas .select2-selection li.select2-selection__choice {
  font-size: 12px;
  background-color: #5bc0de;
}

#asignar_etiquetas_popup_container .etiquetas_compartidas .select2-selection ul.select2-selection__rendered {
  overflow: inherit;
}

#asignar_etiquetas_popup_container .etiquetas_compartidas .select2-selection li.select2-selection__choice {
  font-size: 12px;
  background-color: #777;
}

/* POPUP DATOS NEGOCIÓN */
#popup_datos_usuario_departamento {
  text-align: left !important;
  padding: 0px 10px;
  height: 208px;
}

#popup_datos_usuario_departamento .explicacion {
  font-size: 14px;
}

#popup_datos_usuario_departamento .explicacion_confirmacion {
  font-size: 14px;
  margin-bottom: 30px;
}

#popup_datos_usuario_departamento div.radio label {
  font-size: 14px;
  color: #797979;
}

#popup_datos_usuario_departamento .titulo_campo {
  margin-top: 25px;
  margin-bottom: 6px;
  font-size: 13px;
}

#popup_datos_usuario_departamento div.btn-group {
  width: 90%;
}

#popup_datos_usuario_departamento div.btn-group span.combo_text {
  width: calc(100% - 30px);
  text-align: left;
}

#popup_datos_usuario_departamento div.btn-group span.combo_text.selected {
  font-weight: bold !important;
}

#popup_datos_usuario_departamento ul.dropdown-menu {
  width: 100%;
}

#popup_datos_usuario_departamento ul.dropdown-menu li a {
  font-size: 14px;
}

#popup_datos_usuario_departamento ul.dropdown-menu li.opcion_dato_negocio a {
  font-weight: bold;
}

.popup_datos_usuario_departamento .sa-button-container {
  position: relative;
  bottom: -10px;
}

.popup_datos_usuario_departamento .sa-button-container button.cancel {
  float: left;
  color: black;
  background-color: white;
  border: 1px solid #d6d6d6;
}

.popup_datos_usuario_departamento .sa-button-container button.cancel:hover {
  background-color: #f6f6f6;
}


/* :::: AÑADIDOS BOOTSTRAP :::: */
.footer {
  border-top: none;
}

a, a:hover, a:focus {
  color: #0088cc;
}

.navbar-nav > li {
  border-bottom: 3px solid transparent;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav > li > a {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  padding: 16px 10px 15px 10px;
}

.nav > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
}

.nav > li > button.btn {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  margin: 15px 5px;
}

.divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #FFF;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  cursor: pointer;
}

.btn .caret {
  margin-left: 6px;
}

.btn-outline {
  background-color: white;
}

.btn-transparent {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  color: inherit;
}

.btn-transparent.active {
  background: #666666 none repeat scroll 0 0;
  border: 1px solid #666666;
  color: #FFF;
  border-radius: 4px !important;
}

.label.label-outlined {
  border-width: 1px;
  border-style: solid;
  background-color: transparent
}

.label.label-outlined.label-default {
  border-color: #B0BEC5;
  color: #B0BEC5;
}

.label.label-outlined.label-primary {
  border-color: #2196F3;
  color: #2196F3;
}

.label.label-outlined.label-secondary {
  border-color: #323a45;
  color: #323a45;
}

.label.label-outlined.label-info {
  border-color: #29B6F6;
  color: #29B6F6;
}

.label.label-outlined.label-success {
  border-color: #64DD17;
  color: #64DD17;
}

.label.label-outlined.label-warning {
  border-color: #FFD600;
  color: #FFD600;
}

.label.label-outlined.label-danger {
  border-color: #ed5565;
  color: #ed5565;
}

.col-fixed-350 {
  position: absolute;
  margin-left: 15px;
  width: 350px;
  z-index: 1;
}

.col-offset-350 {
  padding-left: 395px;
  z-index: 0;
}

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li, .navbar-nav {
  float: left !important;
}

.nav.navbar-right > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}

.navbar-nav {
  margin: 0px;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: 0 !important;
}

.navbar-right2 {
  float: right !important;
  height: 64px;
  position: relative;
  top: -6px;
}

.navbar-right2 li {
  border-left: 1px solid #dddddd;
  height: 65px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
}

.navbar-right2 li .valor {
  font-size: 22pt;
  padding: 0 5px 0 25px;
  font-weight: 200;
}

.navbar-right2 li .texto {
  padding: 0 0 0 10px;
}

.link-white, .link-white:ACTIVE, .link-white:HOVER {
  color: #ffffff;
}

.ibox-title.oscuro {
  background-color: #777777;
  border-color: transparent;
  /*border-radius: 4px 4px 0 0;*/
  border-width: 0;
  color: #ffffff;
}

.ibox-footer {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  min-height: 40px;
}

.ibox-footer.oscuro {
  background-color: #777777;
}

.ibox-footer.claro {
  background-color: #f4f4f4;
}

.ibox-ul {
  float: left;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}

.ibox-ul li {
  line-height: 26px;
  width: 100%;
  float: left;
}

.ibox-ul li .text-left {
  float: left;
  min-width: 55%;
}

.ibox-ul li .value-right {
  float: right;
  text-align: right;
}

.ibox-ul li .value-right.padding-right {
  padding-right: 16px;
}

.ibox-ul li .value-right i.fa-warning {
  color: #dc0028;
  margin-left: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.ibox-ul li span strong {
  font-size: 10pt;
}

.ibox-content.no_contratada {
  border-color: transparent;
}

.ibox-content.chart_container {
  padding: 0;
}

.ibox-content.chart_container h1:first-child {
  min-width: 290px;
  padding-left: 20px;
  width: calc(100% - 20px);
}

.ibox-content-custom {
  max-height: none !important;
  min-height: none !important;
}

.ibox_loader {
  position: absolute;
  left: 15px;
  top: 50px;
  width: calc(100% - 30px);
  height: calc(100% - 80px);
  background-color: rgba(255, 255, 255, 0.5);
}

.ibox_loader .sk-spinner {
  margin-top: 25%;
}

.container {
  min-width: 1150px;
}

.btn-grey {
  color: white;
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
}

.btn-grey.active
.btn-grey.active:hover,
.btn-grey:hover {
  color: white;
  background-color: #aaa;
}

.btn-white.active:HOVER {
  color: #fff;
}

.btn-white.active {
  background-color: #666;
  color: #fff !important;
}

.btn-white .badge {
  background-color: #666;
  color: #fff;
}

.btn-white.active .badge {
  background-color: #fff;
  color: #666;
}

.btn-light {
  border: 1px solid #DDDDDD;
  color: #444444;
  background-color: #F4F4F4;
}

.btn-light:hover {
  background-color: #EEEEEE !important;
}

.text-navy {
  color: #dc0028 !important;
}

.text-primary {
  color: inherit !important;
}

.text-success {
  /*color: #8cc63f !important;*/
  color: #3c763d !important;
}

.text-info {
  /* color: #23c6c8 !important; */
  color: #4B6786 !important;
}

.text-warning {
  color: #f8ac59 !important;
}

.text-danger {
  /*color: #ed5565 !important;*/
  color: #a94442 !important;
}

.text-muted {
  color: #888888 !important;
}

.text-white {
  color: #ffffff !important;
}


.bg-navy {
  background-color: #dc0028 !important;
}

.bg-primary {
  background-color: inherit !important;
}

.bg-success {
  /*color: #8cc63f !important;*/
  background-color: #3c763d !important;
}

.bg-info {
  background-color: #23c6c8 !important;
}

.bg-warning {
  background-color: #f8ac59 !important;
}

.bg-danger {
  /*color: #ed5565 !important;*/
  background-color: #a94442 !important;
}

.bg-muted {
  background-color: #888888 !important;
}

.bg-white {
  background-color: #ffffff !important;
}


.border-color-navy {
  border-color: #dc0028 !important;
}

.border-color-primary {
  border-color: inherit !important;
}

.border-color-success {
  /*color: #8cc63f !important;*/
  border-color: #3c763d !important;
}

.border-color-info {
  border-color: #23c6c8 !important;
}

.border-color-warning {
  border-color: #f8ac59 !important;
}

.border-color-danger {
  /*color: #ed5565 !important;*/
  border-color: #a94442 !important;
}

.border-color-muted {
  border-color: #888888 !important;
}

.border-color-white {
  border-color: #ffffff !important;
}


.btn-group > .btn + .dropdown-toggle {
  background-color: #f3f3f3 !important;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-color: #666;
  border-color: #adadad;
  color: #fff;
}

.btn-group .btn-group-toggle .btn-secondary {

}

.btn-group .btn-group-toggle .btn-secondary.actve {

}


/* :::: Fin AÑADIDOS BOOTSTRAP :::: */

.footer img.logo {
  width: 200px;
}

.custom_popup {
  background-color: #ffffff;
  border-radius: 3px;
  /*min-height: 300px;*/
  /*min-width: 300px;*/
  position: absolute;
  z-index: 1000;

  -webkit-box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.33);
}

.custom_popup.centered {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.ficha_seccion .highcharts-container {
  overflow: visible !important;
}

.ficha_seccion .highcharts-container svg {
  overflow: visible !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  background-color: #f8f8f8;
  color: #ccc;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  opacity: 0.65;
  color: #cacaca;
}

.fa-lg {
  vertical-align: initial !important;
}

.modal {
  overflow: visible !important;
}

.modal-dialog {
  margin: 0px !important;
  width: auto;
  height: 100%;
}

.modal-content {
  height: 100%;
}

.modal-backdrop {
  /* 	background: none; */
}

.popover {
  z-index: 9999 !important;
  font-size: 12px !important;
}

.popover-content {
  padding: 7px 12px !important;
}

li.fondo-gris {
  background-color: #f4f4f4;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #fff;
  font-size: 9pt;
}

li.fondo-gris {
  background-color: #f4f4f4;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #fff;
  font-size: 9pt;
}

/*
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
*/

h2.section_title {
  font-size: 30px;
  color: #444;
  font-weight: 300;
  margin-top: 25px;
  position: relative;
}

h2.section_title_white {
  color: #FFFFFF !important;
}

h2.section_title span.info {
  font-size: 16px;
}

h2.section_title.first, h2.section_title_white.first {
  margin-top: 10px;
}

h4.section_subtitle {
  color: #828282;
  font-size: 16px;
  font-weight: normal;
  width: calc(100% - 170px);
}

h4.section_subtitle strong {
  font-weight: 500;
}

h4.section_title_white {
  color: #FFFFFF !important;
}

.dynatree-checkbox {
  margin-top: 6px;
}

span.dynatree-active a,
span.dynatree-active a:hover {
  background-color: transparent !important;
  border: none !important;
}

ul.dynatree-container a,
ul.dynatree-container a:hover {
  background-color: transparent !important;
  border: none !important;
}

span.dynatree-custom-expander {
  display: inline-block;
  width: 20px;
  height: 26px;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  margin-top: -2px;
}

span.dynatree-custom-expander::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.dynatree-exp-e span.dynatree-custom-expander::after,
.dynatree-exp-ed span.dynatree-custom-expander::after,
.dynatree-exp-el span.dynatree-custom-expander::after,
.dynatree-exp-edl span.dynatree-custom-expander::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
  width: 20px;
}

.select2-container {
  text-align: left;
  z-index: 999999;
  width: auto !important;
}

.select2-container .select2-selection--single {
  height: 32px;
  outline: 0 none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.select2-container .select2-search--inline .select2-search__field {
  min-width: 200px;
}

.select2-container .select2-search--inline input::placeholder {
  color: #666 !important;
}

.select2-container .select2-search--inline input::-webkit-input-placeholder {
  color: #666 !important;
}

.select2-container .select2-search--inline input::-moz-placeholder {
  color: #666 !important;
}

.select2-container .select2-search--inline input:-ms-input-placeholder {
  color: #666 !important;
}


.input_selector_etiquetas {
  width: 100%;
  min-height: 65px;
  border: none;
}


#asignar_etiquetas_popup_container .selection input {
  border-width: 0;
  box-sizing: border-box;
  display: inline;
  height: 25px;
  margin: 0;
  position: relative;
  box-shadow: none;
  top: 3px;
  color: black;
}

.select2-search {
  border: medium none;
  box-shadow: none;
  display: inline;
  height: 25px;
  margin: 0;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-search--dropdown::after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 9px;
  right: 12px;
  color: #999;
}

.select2-search--dropdown .select2-search__field {
  width: calc(100% - 10px);
  margin: 5px;
  border: 1px solid #ccc !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #red;
  color: #ddd;
}

.div_info_etiqueta_nueva {
  color: #fff;
  font-weight: 300;
  height: 30px;
  left: 375px;
  padding: 5px 10px 0 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 150px;
}

.nav a {
  -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
  -webkit-transition-duration: 0.1s; /* Safari */
  -webkit-transition-delay: 0.1s; /* Safari */
  -webkit-transition-timing-function: linear; /* Safari and Chrome */

  animation-duration: 0.1s;
  animation-timing-function: linear;
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.popup_filter_header {
  background-color: #777777;
  color: #fff;
  left: -15px;
  padding: 20px;
  position: relative;
  top: -15px;
  width: calc(100% + 30px);
}

.popup_filter_header h3 {
  font-size: 20px;
}

.popup_filter_header a, .popup_filter_header a:HOVER {
  color: #FFF;
}

.popup_filter_body {
  padding: 20px 15px;
  font-size: 14px;
}

.popup_filter_body .datepicker {
  cursor: pointer;
  background-color: transparent;
}

.popup_filter_body label {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 2px 10px;
  cursor: pointer;
}

.popup_filter_footer {
  background-color: #f4f4f4;
  bottom: 0;
  left: -15px;
  padding: 20px 40px 20px 20px;
  position: absolute;
  width: calc(100% + 30px);
}

.popup_filter_footer button {
  float: right;
  margin: 0px 5px;
}

table.insight {
  width: 100%;
  margin: 40px 0 20px;
}

table.insight tr th {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 600;
  /*     line-height: 34px; */
  padding: 10px;
  text-align: center;
}

table.insight tr td {
  font-size: 12px;
  color: #444444;
  /*     line-height: 45px; */
  /*     padding: 0 0 0 10px; */
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

table.insight tr.active td {
  background-color: #ededed;
  font-weight: bold;
}

table.insight tr td.text-left {
  padding: 0 0 0 10px;
}

table.insight tr td.text-right {
  padding: 0 10px 0 0;
}

table.insight tr td.text-center {
  padding: 0 5px 0 5px;
}

table.insight tr td span.label {
  background-color: transparent;
}

table.insight tr td span.label.label-success {
  border: 1px solid #8cc63f;
  color: #8cc63f;
}

table.insight tr td span.label.label-info {
  border: 1px solid #23c6c8;
  color: #23c6c8;
}

table.insight tr td span.label.label-danger {
  border: 1px solid #ed5565;
  color: #ed5565;
}

table.insight tr td i.fa.fa-level-up, table.insight tr td i.fa.fa-level-down {
  margin-right: 3px;
}

ul.popup_list {
  float: left;
  line-height: 20px;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}

ul.popup_list li {
  border-bottom: 1px solid transparent;
  float: left;
  font-size: 12px;
  padding: 10px 5px 2px 15px;
  text-align: left;
  width: 100%;
}

ul.popup_list li.separador {
  border-bottom: 1px solid #ccc;
}

ul.popup_list li label {
  cursor: pointer;
  font-weight: 300;
  margin-left: 10px;
}

.ion-information-circled {
  color: #0088cc;
  margin: 0 5px 0 5px;
}

.label.label-privadas {
  background-color: #5bc0de;
  color: #fff;
}

.label.label-compartidas {
  background-color: #777;
  color: #fff;
}

.label.label-inteligentes {
  background-color: #F1F1F1;
  color: #666;
}

/* Popup informe */
.popup_exportacion {
  background-color: white;
  border: 0 solid #ccc;
  z-index: 2000;
  display: none;

  height: 615px;
  width: 865px;

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.config_informes .section_loader,
.popup_exportacion .section_loader {
  position: absolute;
  top: 0px;
  z-index: 1000 !important;
  padding-top: 200px !important;
  width: 100% !important;
}

.config_informes .content {
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 30px 15px 5px;
  width: 100%;
}

.popup_exportacion .content {
  position: relative;
  height: calc(100% - 166px);
  overflow: hidden;
  padding: 30px 50px 5px;
  width: 100%;
}

.config_informes .columna_header {
  background-color: #f1f1f1;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.config_informes .content div h3,
.popup_exportacion .content div h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.config_informes .content button.tipoInforme,
.popup_exportacion .content button.tipoInforme {
  display: inline;
  float: left;
  height: 150px;
  width: 100%;
}

.config_informes .content button.tipoInforme.selected,
.popup_exportacion .content button.tipoInforme.selected {
  border-color: #0088cc;
  box-shadow: 0 0 3px rgba(0, 136, 204, 0.6);
}

.config_informes .content button.tipoInforme img,
.popup_exportacion .content button.tipoInforme img {
  width: 90px;
  float: left;
}

.config_informes .content button.tipoInforme div.texto,
.popup_exportacion .content button.tipoInforme div.texto {
  width: calc(100% - 100px);
  float: left;
  padding-left: 10px;
}

.config_informes .content button.tipoInforme div.texto div.explicacion,
.popup_exportacion .content button.tipoInforme div.texto div.explicacion {
  float: left;
  font-size: 12px;
  margin-top: 10px;
  white-space: pre-wrap;
  width: 100%;
}

.config_informes .content ul.button_selector,
.popup_exportacion .content ul.button_selector {
  list-style-type: none;
  padding: 0;
}

.config_informes .content ul.button_selector li,
.popup_exportacion .content ul.button_selector li {
  display: inline;
}

.config_informes .content ul.button_selector li button,
.popup_exportacion .content ul.button_selector li button {
  margin-right: 5px;
  margin-top: 5px;
  min-width: 165px;
}

.config_informes .content ul.button_selector li button.selected,
.popup_exportacion .content ul.button_selector li button.selected {
  border-color: #0088cc;
  box-shadow: 0 0 3px rgba(0, 136, 204, 0.6);
}

.config_informes .content ul.check_selector,
.popup_exportacion .content ul.check_selector {
  list-style-type: none;
  padding: 0;
}

.config_informes .content ul.lista_disabled_menus_info,
.popup_exportacion .content ul.lista_disabled_menus_info {
  display: flex;
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
}

.config_informes .content ul.lista_disabled_menus_info li,
.popup_exportacion .content ul.lista_disabled_menus_info li {
  border: 0 none;
  cursor: default;
  font-size: 12px;
  height: 20px;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.config_informes .content .ion-record.ball_no_contratada,
.popup_exportacion .content .ion-record.ball_no_contratada {
  color: #a6aaa9;
}

.config_informes .content .ion-record.ball_no_disponible_pais,
.popup_exportacion .content .ion-record.ball_no_disponible_pais {
  color: #CA2300;
}

.config_informes .content .ion-record.ball_no_disponible,
.popup_exportacion .content .ion-record.ball_no_disponible {
  color: #5f4027;
}

.config_informes .content .ion-record.ball_no_disponible_demo,
.popup_exportacion .content .ion-record.ball_no_disponible_demo {
  color: #0052CC;
}

.config_informes .content .ion-record.ball_no_disponible_lite,
.popup_exportacion .content .ion-record.ball_no_disponible_lite {
  color: #ffe300;
}

.config_informes .content ul.lista_disabled_menus_info li i,
.popup_exportacion .content ul.lista_disabled_menus_info li i {
  margin-right: 10px;
}

.config_informes .content .extension,
.popup_exportacion .content .extension {
  background-color: #ededed;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #666;
  float: left;
  height: 35px;
  padding: 8px 10px;
}

.config_informes .listado_informes_container,
.popup_exportacion .listado_informes_container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-image: none;
  border-left: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
  height: calc(100% - 54px);
  overflow: auto;
  padding: 0;
}

.config_informes .listado_informes_container .info_max_informes_personalizados,
.popup_exportacion .listado_informes_container .info_max_informes_personalizados {
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  width: 90%;
}

.config_informes .listado_informes,
.popup_exportacion .listado_informes {
  border-bottom: 1px solid #ccc;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.config_informes .listado_informes li,
.popup_exportacion .listado_informes li {
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  cursor: pointer;
  float: left;
  height: 50px;
  padding: 4px 5px;
  width: 100%;
}

.config_informes .listado_informes li.selected,
.popup_exportacion .listado_informes li.selected {
  background-color: #f4f4f4;
  border-left-color: #DC0028;
}

.config_informes .listado_informes li:HOVER,
.popup_exportacion .listado_informes li:HOVER {
  /*border-top-color: #CCC;*/
  border-left-color: #CCC;
  /*border-bottom-color: #CCC;*/
}

.config_informes .listado_informes li div.icon,
.popup_exportacion .listado_informes li div.icon {
  border: 1px solid transparent;
  float: left;
  height: 40px;
  width: 40px;
}

.config_informes .listado_informes li div.icon div.icon-wrapper,
.popup_exportacion .listado_informes li div.icon div.icon-wrapper {
  border: 1px solid #666;
  border-radius: 20px;
  color: #666;
}

.config_informes .listado_informes li div.icon div.icon-wrapper i,
.popup_exportacion .listado_informes li div.icon div.icon-wrapper i {
  font-size: 25px;
}

.config_informes .listado_informes li div.icon div.icon-wrapper i.ion-ios-plus-empty,
.popup_exportacion .listado_informes li div.icon div.icon-wrapper i.ion-ios-plus-empty {
  font-size: 25px;
}

.config_informes .listado_informes li div.icon img,
.popup_exportacion .listado_informes li div.icon img {
  width: 100%;
}

.config_informes .listado_informes li div.text,
.popup_exportacion .listado_informes li div.text {
  border: 1px solid transparent;
  float: left;
  height: 40px;
  padding: 10px 5px;
  width: calc(100% - 40px);
}

.config_informes .listado_paginas_container,
.popup_exportacion .listado_paginas_container {
  background-color: #fff;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-right: none;
  padding: 0;
  height: calc(100% - 54px);
}

.config_informes .listado_paginas_container > span.loading,
.popup_exportacion .listado_paginas_container > span.loading {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.config_informes .listado_paginas {
  border-bottom: 1px solid #ccc;
  float: left;
  list-style-type: none;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  max-height: calc(100% - 40px);
}

.popup_exportacion .listado_paginas {
  border-bottom: 1px solid #ccc;
  float: left;
  list-style-type: none;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  max-height: 100%;
}

.config_informes .listado_paginas .ion-drag,
.popup_exportacion .listado_paginas .ion-drag {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.config_informes .listado_paginas .checkbox, .config_informes .listado_paginas .radio,
.popup_exportacion .listado_paginas .checkbox, .popup_exportacion .listado_paginas .radio {
  margin-bottom: 0px;
  margin-top: 0px;
}

.config_informes .edit_pagina_controls,
.popup_exportacion .edit_pagina_controls {
  /*float: right;*/
  /*height: 458px;*/
  /*left: 55%;*/
  /*padding: 20px;*/
  /*position: absolute;*/
  /*text-align: center;*/
  /*width: 45%;*/
  /*border-left: 1px solid #ccc;*/
  background-color: #fff;
  border-color: #ccc;
  border-image: none;
  border-radius: 0 3px 3px 0;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  height: calc(100% - 54px);
  text-align: center;
}


.edit_pagina_controls div.link_btn {
  padding: 10px;
  width: 100%;
}

.edit_pagina_controls div.link_btn a {

}

.texto_no_paginas {
  font-size: 18px;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
}

.texto_no_informes_tipo {
  color: #666;
  float: left;
  position: relative;
  text-align: center;
  top: 40%;
  width: 100%;
}

.page_no_data {
  color: #666;
  font-weight: 200;
  background-color: #f4f4f4 !important;
}

.pastilla_no_data {
  border: 1px solid #666;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  margin-left: 10px;
  padding: 1px 4px;
  text-decoration: none;
  float: right;
}

.eliminar_no_paginas {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.config_informes .edit_pagina_controls a.eliminar,
.popup_exportacion .edit_pagina_controls a.eliminar {

}

.config_informes .edit_pagina_controls .nombre_informe,
.popup_exportacion .edit_pagina_controls .nombre_informe {
  float: left;
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
}

.config_informes .edit_pagina_controls input,
.popup_exportacion .edit_pagina_controls input {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.config_informes .listado_paginas li,
.popup_exportacion .listado_paginas li {
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #ccc;
  color: #000;
  display: table;
  height: 30px;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}

.config_informes .listado_paginas li:FIRST-CHILD,
.popup_exportacion .listado_paginas li:FIRST-CHILD {
  border-top: 0px solid #ccc;
}

.config_informes .listado_paginas li div.icon_wrapper,
.popup_exportacion .listado_paginas li div.icon_wrapper {
  float: left;
  margin-right: 5px;
}

.config_informes .listado_paginas li div.icon_wrapper,
.popup_exportacion .listado_paginas li div.icon_wrapper i {
  font-size: 22px;
}

.config_informes .listado_paginas li div.icono img,
.popup_exportacion .listado_paginas li div.icono img {
  width: 20px;
}

.config_informes .listado_paginas li div.texto,
.popup_exportacion .listado_paginas li div.texto {
  float: left;
  margin-top: 0px;
  padding: 0 5px;
  width: 100%;
}

.popup_exportacion .listado_paginas li div.texto.disabled {

}

.popup_exportacion .listado_paginas li div.texto.disabled span.motivo {
  font-weight: 300;
  color: #888;
  font-size: 12px;
}

.popup_exportacion .footer {
  height: 60px;
}

.popup_exportacion .footer button {
  float: right;
  margin-left: 15px;
}

.popup_exportacion .footer button.azul {
  background-color: #0088cc;
  color: #FFF;
}

.popup_exportacion .footer a {
  float: right;
  margin-left: 10px;
  padding: 8px 15px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.vertical-align-center {
  vertical-align: middle;
}


/* Colored bar graphic horizontal */
div.colored_bar_container {
  background-color: #ccc;
  border-radius: 3px;
  float: left;
  height: 15px;
  margin: 6px 0;
  overflow: hidden;
  width: 100%;
}

.colored_bar_container div.colored_bar {
  position: relative;
  height: 100%;
  background-color: #888;
}


div.alert {

}

div.alert i {
  margin-right: 5px;
  font-size: 18px;
}

.sweet-alert {
  overflow: visible;
  border: 1px solid #ccc;
}

.sweet-alert input.datepicker {
  background-color: transparent;
  display: inline;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
  width: 125px;
}

/* SWAL (Sweet alert) */

.sweet-alert .input-group {
  float: right;
  margin: 0;
}

.sweet-alert .input-group input.importe {
  background-color: transparent;
  display: inline;
  font-size: 14px;
  text-align: right;
  width: 125px;
}

.swal-clicktocall {
  width: 650px !important;
}

.no_transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}


/* DROPZONE */
.dropzone {
  border: 2px dashed #ccc;
}

.dropzone:hover {
  background: rgba(0, 0, 0, 0.05);
}

/*RESPONSIVE VIDEO FOR BOOTSTRAP (src: https://bootstrapmaster.com/implement-responsive-youtube-vimeo-embed-iframe-twitter-bootstrap-3/)*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FLEXBOX */
.d-flex {
  display: flex;
}

.align-self-center {
  align-self: center;
}

.iberinform-header {
  width: 100%;
  background-color: #ffffff;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 2;
}

.iberinform-header .image {
  padding: 15px 25px 25px 15px;
}

.iberinform-header img {
  max-width: 250px;
  height: 40px;
}
