html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-white {
    color: #fff !important;
}

a:focus { outline: none!important; } 


/************************ ecoSoftWEB - Preloaders ****************************/
#preloader{
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
   

}

.preloader-lupa {
    padding: 15px 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rejilla-loader {
    background-image:url(../images/ecoSoftWEB-preloader.gif);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:top;
    min-height:220px;
}

.loader-transparente {
     background-image:url(../images/ecoSoftWEB-preloader_transparente.gif);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:top;
    min-height:350px;
}

.loader-rejilla {

     background-image:url(../images/ecoSoftWEB-loader_lupa.gif);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
    min-height:220px;

}

/**********Imagen sin foto usuario***************/

.image-user-default-cabecera {
    background-image:url(../images/sinfoto_usuario.png);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:top;
    min-height:48px;
    min-width:48px;
    background-size:contain;
    background-color:#fff;
}

.image-user-default-perfil {
    background-image:url(../images/sinfoto_usuario.png);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:top;
    min-height:213px;
    min-width:213px;
    background-size:contain;
    background-color:#fff;
}

/************************ ecoSoftWEB - Estilos comunes a todas las secciones de la cabecera ****************************/
#contenedor-principal {
    min-height: calc(100% - 33px);
    position: relative;
}

.color{
    color: #14b6cd;
}

.color-white {
    color:#fff !important;
}

.navbar-default{
    border: none;
    border-radius: 0;
    margin: 0;
}


.separador{
    color: #dadada;
    margin: 0 5px;
}


ul {
    list-style: none;
    padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


.pointer {
    cursor: pointer;}

.no-hover:hover {
    background-color:#fff !important;

}
/***************CAMBIO TAMAÑO TEXTO PARA MÓVIL********************/
@media screen and (max-width: 768px) {
    #contenedor-principal {
        font-size: 110%;
    }
}


/************************ ecoSoftWEB - Estilos comunes a todas las tablas ****************************/
/************** Animación "hover" filas ***************/
.tabla-animada > tbody > tr{
    transition: transform .2s;
    position: relative;
}

.tabla-animada > tbody > tr:hover{
    transform: scale(1.01) translateY(-4px);
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.2);
    z-index: 1;
    background-color: #f3fbfd;
}

.tabla-animada > tbody > tr:hover > td:first-child{
    box-shadow: inset 3px 0 0 0 #14b6cd;
}


.table > thead th.titulo-tabla {
    color: #888;
}

.table > thead th i {
    color: #888;
    margin-right: 3px;
}

.tabla-animada > tbody p {
    margin: 0;
}


.align-middle{
    vertical-align: middle !important;
  
}

.align-middle-base {
      vertical-align:-webkit-baseline-middle !important;
      vertical-align:-moz-middle-with-baseline !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bg-gray {
background-color:#f5f5f5 !important;}

.estrella-suscriptor {
    color: #f9c851 !important;
}


.br-radius {
    border: 1px solid #eee;
    padding: 21px 0px;
    border-radius: 4px 0px 0px 4px;
}



blockquote {
    border-color: #14b6cd;
    background-color: #f2f8f9;
}

blockquote.warning {
    border-color:#F2994A;
    background-color:#fffeed;
    }

blockquote.danger {
    border-color:#ff1a00;
    background-color:#fff2ed;
    }

/****ELIMINAR FLECHAS INPUT TIPO NUMBER*********/
input[type="number"] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*MENU RECURSIVO ACCIONES TABLA*/


.acciones-tabla {display:flex;margin-right:-5px;padding:3px;align-self:baseline;}

.acciones-tabla > li{display:inline-block; float:left; padding:3px 5px;position:relative;}

.acciones-tabla > li::before { content : "";position: absolute;left:0;bottom:3px;height:15px;border-left:1px solid #dadada}

.acciones-tabla > li:first-child:before {border-left:0px;}

/* LISTA ACCIONES TACTILES */
ul.acciones-grandes { list-style: none;}

ul.acciones-grandes > li { 
    position: relative;
    padding: 8px 1px;
}

ul.acciones-grandes > li:before {
    position: absolute;  
    bottom: 0px;     
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #7DD5ED;
    content: "";
}

ul.acciones-grandes > li:last-child:before {
    background: none;
}


a.disabled {
  
  color:#888 !important;
}

/*RECORTAR TEXTOS TABLA*/

.table .text-overflow {
white-space:nowrap;
text-overflow:ellipsis;
max-width:730px;
overflow:hidden;
}
.table .text-overflow-mid {
white-space:nowrap;
text-overflow:ellipsis;
max-width:500px;
overflow:hidden;
}

.text-overflow-mid {
white-space:nowrap;
text-overflow:ellipsis;
max-width:300px;
overflow:hidden;
}

.text-muted-claro {
    color: #C4C4C4 !important;
}
   

.trim-text-content-120 {
max-width:120px;}

.trim-text-80 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:80px;
}

.trim-text-120 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:120px;
}

.trim-text-content-160 {
    max-width: 160px;
}

.trim-text-160 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.trim-text-content-155 {
    max-width: 155px;
}

.trim-text-155 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 155px;
}

.trim-text-content-330 {
max-width:330px;}

.trim-text-330 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:330px;
}

.trim-text-content-250 {
max-width:250px;}

.trim-text-250 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:250px;
}

.trim-text-content-65 {
max-width:65px;}

.trim-text-65 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:65px;
}
.trim-text-content-50 {
max-width:50px;}

.trim-text-50 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:50px;
}
.text-overflow-one-line {
    /*display:inline-block;
    white-space: nowrap;
    max-width: 265px; */

    overflow: hidden;
    text-overflow: ellipsis;
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-overflow-lines {
  display: block; 
  display: -webkit-box;
  max-height: 3.2em;
  margin: 0 auto;
  font-size: 1em;
  line-height:normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

    .text-overflow-lines br {
    display:none;

}

@media (min-width: 768px) and (max-width: 992px) {
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1367px) {
    .table .text-overflow {   
        max-width:500px;
    }
    .table .text-overflow-mid {
        max-width:170px;
    }
}

.Texto_Tabla {
     word-break:break-word;
}

.Texto_Tabla div.collapse[aria-expanded="false"] {
    display: block;
    height: 38px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:5px;

}

.Texto_Tabla div.collapse[aria-expanded="false"] p {
    margin-bottom:0px;
    word-break:break-word;
}
.Texto_Tabla div.collapsing[aria-expanded="false"] {
    height:38px !important;
}

.Texto_Tabla a[id^="btn-collapse"]:after  {
    margin-top:5px;
    content: "+ Ver más texto";
}

.Texto_Tabla a[id^="btn-collapse"]:not(.collapsed):after {
   margin-top:5px;
   content: "- Ver menos texto";
}

/* ===============
TEXTO A 3 LINEAS
================ */

.textoNormalizada {
    line-height: 1;
}

.lines-text { 
  overflow: hidden; 
  position: relative;  
  line-height: 1.4em;
  max-height: 4.2em;  
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
/* crear los puntos suspensivos ... */
.lines-text:before { 
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
/* quita ... si no hay texto suficiente para 3 lineas */
.lines-text:after {  
  content: "";  
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

    .caption h3, .caption h4 {
    display:none;}

.caption .pvp, .caption .pvt {
font-size:115%;
font-weight:bold;
}

/*scrol to top para LAYOUT IMPRESION */



.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
}

.scrollToTop:hover,
.scrollToTop:focus {
  text-decoration: none;
  outline: none;
}

.scrollToBottom {
 top: 60px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;}

.scrollToBottom:hover,
.scrollToBottom:focus {
  text-decoration: none;
  outline: none;
}

.leyendaFondo a:hover, .leyendaFondo a:focus {
text-decoration:none;}

/*anchos porcentajes IMPRESION */
.wd2 { width:2% !important; }
.wd3 { width:3% !important; }
.wd4 { width:4% !important; }
.wd5 { width:5% !important; }
.wd6 { width:6% !important; }
.wd7 { width:7% !important; }
.wd8 { width:8% !important; }
.wd9 { width:9% !important; }
.wd10 { width:10% !important; }
.wd11 { width:11% !important; }
.wd12 { width:12% !important; }
.wd13 { width:13% !important; }
.wd15 { width:15% !important; }
.wd16 { width:16% !important; }
.wd14 { width:14% !important; }
.wd20 { width:20% !important; }
.wd22 { width:22% !important; }
.wd25 { width:25% !important; }
.wd28 { width:28% !important; }
.wd30 { width:30% !important; }
.wd35 { width:35% !important; }
.wd40 { width:40% !important; }
.wd45 { width:45% !important; }
.wd50 { width:50% !important; }
.wd55 { width:55% !important; }
.wd56 { width:56% !important; }
.wd60 { width:60% !important; }
.wd65 { width:65% !important; }
.wd70 { width:70% !important; }
.wd75 { width:75% !important; }
.wd80 { width:80% !important; }
.wd85 { width:85% !important; }
.wd90 { width:90% !important; }
.wd95 { width:95% !important; }
.wd100 { width:100% !important; }

.wd30 img {max-width:100%!important;}


.table-contratos {
     font-size:98%
}

.table-telecom-proveedor {
     font-size:98%
}
    .table-telecom-proveedor > tbody > tr > td {
    padding:5px;
    }
    .table-contratos small {
    font-size:98%;}
/*Ajustar anchos en pantalla pequeña rejilla contratos*/
@media screen and (max-width: 1366px) {

    .table-contratos th, .table-contratos td, .table-contratos td label {
        word-break: break-all;
        padding: 10px 0px;
        font-size:95%
    }

    /*tbody {
    font-size:88%;
  
    }*/

    #divRejilla {
    /*max-width: 1240px;*/
font-size: 88%;
padding: 0px;
    }
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/*anchos para las ACCIONES*/
.wd7 { width:7%; }
.wd6 { width:6%; }

/**anchos especiales de COLUMNAS**/
.col-md-20 {
width:20%;
float:left;
padding:0 5px;
}

.col-md-25 {
width:25%;
float:left;
padding:0 5px;
}
.col-md-33 {
width:33.33%;
float:left;
padding:0 5px;}

.col-md-16 {
width:16.66%;
float:left;
padding:0 5px;
}

.col-md-50 {
width:50%;
float:left;
padding:0 5px;
}

.col-lg-20 {
width:20%;
float:left;
padding:0 5px;

}

@media screen and (max-width: 768px) {

.col-md-50 {
width:100%;
float:left;
padding:0 5px;
}

    .col-lg-20 {
        width:100%;
clear:both;
    }

    .wd14, .wd12, .wd16{
        width: 100% !important;
        text-align:center;
        margin:0 auto;
    }

    .x_panel .wd50 {
         width: 100% !important;
        text-align:center;
        margin:0 auto;
    }

    .x_title {
        border-bottom: 0px;
    }

}


/*XPANEL para Paneles de Index*/

.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}
.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block
}
.accordion .panel:hover {
    background: #F2F5F7
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom:20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
   
    float: left;
    display: block;

}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}

.x_title img {
    max-width:32px;}

@media screen and (max-width: 1366px) {
    .x_title img {
        max-width: 24px;
    }
}
.x_title #controles {
    font-size:82%;
    font-family:"Segoe UI", sans-serif;
    font-weight:600;
    float:right
    }

.x_panel #ecoSoftWEB_mante-controles > #controles > li.control label,
.x_panel #ecoSoftWEB_mante-controles-pie > #controles > li.control label {
   
     font-weight:600;
}

.x_panel #ecoSoftWEB_mante-controles > #controles li.control-icono > a,
.x_panel #ecoSoftWEB_mante-controles > #controles li.control-icono > span {
padding:10px;}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;    
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}


.x_panel-warning {
 background: #faebcc;
}

    .x_panel-warning hr {
    border-color:#dfce9d !important;
    }
.x_panel-warning .config-index {
background-color: transparent;
}

.x_panel-warning .config-index-bloque {
background: #fff;}

.config-index-bloque h3 {
    margin-top:5px;
    font-size:20px;
   }

 /*a[class^="btn-collapse-text"]:before  {
    margin-top:5px;
    content: "+ Info";
}

a[class^="btn-collapse-text"]:not(.collapsed):before {
     margin-top:5px;
    content: "- Info";
}*/


.btn-brown {
  color: #ffffff !important;
}
.btn-brown {
  background-color: #8d6e63 !important;
  border: 1px solid #8d6e63 !important;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
  background-color: #7e6258 !important;
  border: 1px solid #7e6258 !important;
}
.btn-bordered.btn-brown {
  border-bottom: 2px solid #785e54 !important;
}


.btn-collapse-text[aria-expanded="false"]:before {
  content:"+ Info";
}

.btn-collapse-text[aria-expanded="true"]:before {
  content:"- Info";
}

.table td a {
font-size:105%;
font-weight:600;
}

.dropdown-menu > li > a {
    font-weight: normal;
}

.table td a.btn {
font-size:95%;}


.table td .text-success, .text-success {
color:#4bd396 !important}

i.text-warning {
color:#F2994A;
}

 .text-lightgray{
        color:#969696 !important;
    }
.text-white {
    color:#fff;
}
.text-purple {
    color:#4d2487;
}
.text-red {
color:#ff1a00;
}

/*******TOTALES DOCUMENTOS FACTURACIÓN*********/


.total-edit-ventas .input-group, .total-edit-factura .input-group{
  border: 2px solid #14b6cd;
  border-radius: 4px;
}

.total-edit-ventas .form-control[readonly],  .total-edit-factura .form-control[readonly]{
    background-color: #d9eef1 !important;
    border:0px;
}

.total-edit-ventas .input-group-addon, .total-edit-factura  .input-group-addon{
background-color:#14b6cd;
border:0px;
border-radius:0px;
color:#fff;
}

 
.total-edit-prefactura .input-group{
  border: 2px solid #E8308A;
  border-radius: 4px;
}

.total-edit-prefactura .form-control[readonly]{
    background-color: #f3e0e9 !important;
    border:0px;
}

.total-edit-prefactura  .input-group-addon{
    background-color:#E8308A;
    border:0px;
    border-radius:0px;
    color:#fff;
}


.total-edit-compras .input-group, .total-edit-albaran .input-group{
  border: 2px solid #fac273;
  border-radius: 4px;
}

.total-edit-compras .form-control[readonly], .total-edit-albaran .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-compras .input-group-addon, .total-edit-albaran .input-group-addon{
background-color:#fac273;
border:0px;
border-radius:0px;
color:#fff;
}

.total-edit-gasto .input-group{
  border: 2px solid #A05000;
  border-radius: 4px;
}

.total-edit-gasto .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-gasto .input-group-addon{
background-color:#A05000;
border:0px;
border-radius:0px;
color:#fff;
}


.total-edit-pedido .input-group{
  border: 2px solid steelblue;
  border-radius: 4px;
}

.total-edit-pedido .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-pedido .input-group-addon{
background-color:steelblue;
border:0px;
border-radius:0px;
color:#fff;
}

.total-edit-oferta .input-group{
  border: 2px solid #5cb85c;
  border-radius: 4px;
}

.total-edit-oferta .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-oferta .input-group-addon{
background-color:#5cb85c;
border:0px;
border-radius:0px;
color:#fff;
}

.total-edit-reposicion .input-group, .total-edit-pedido-venta .input-group{
  border: 2px solid #d9534f;
  border-radius: 4px;
}

.total-edit-reposicion .form-control[readonly], .total-edit-pedido-venta .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-reposicion .input-group-addon, .total-edit-pedido-venta .input-group-addon{
background-color:#d9534f;
border:0px;
border-radius:0px;
color:#fff;
}

.total-edit-almacen .input-group{
  border: 2px solid #969696;
  border-radius: 4px;
}

.total-edit-almacen .form-control[readonly]{
    background-color: #fef3cb !important;
    border:0px;
}

.total-edit-almacen .input-group-addon{
background-color:#969696;
border:0px;
border-radius:0px;
color:#fff;
}

.panel_toolbox {
    float: right;
    min-width: 35px;
    margin-top:10px;
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}

/*********************
    TABS
**********************/
ul.bar_tabs.right li {
    float: right;
}

.nav-tabs > li > a,
.nav-tabs > li > span > a{
font-size:110%;}

.nav-tabs > li > a > i {
font-size:125%;

}

/***************************
   CONFIGURACIÓN ARTÍCULOS
***************************/

.config-bg {
background-color:#dedede}

.config-index {
    background: #fff
}
.config-index .title {
    padding: 15px 0;
}
.config-index .title h2 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 0;
    font-weight: 400
}
.config-index .title h1 {
    font-size: 30px;
    margin: 12px
}

.config-index .title img {
    margin:0 5px;}
.config-index .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}
.config-index-bloque {
    background: #F2F5F7;
    padding: 5px 15px;
    font-size: 13.5px;
    min-height:130px;
}
.config-index-bloque ul li {
    padding:5px;
    font-size:100%;
    border-top:1px solid #fff;
}

.config-index-bloque ul li:first-child {
    border-top:0px;
}

.config-index-bloque ul li i {
    margin-right:3px;
    font-size:130%;
    width:24px;
    color:#555;
    text-align:center;
}

.config-index-bloque ul li .fa-stack{
        font-size:1em;        
        width:31px;
    }
    .config-index-bloque ul li i.fa-stack-1x{
        font-size:1em;        
    }

    .config-index-bloque ul li i.text-danger {
    color:#ff1a00;
    }
.config-index .success {
    background-color:#5cb85c;}

.config-index-pie {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.config-index-pie p {
    font-size: 13px;
    padding: 10px 0 2px;
    display: block
}
.ui-ribbon-container {
    position: relative
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color: #5b90bf
}
.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #555;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top: 2px solid #5b90bf
}
.ui-ribbon-container .ui-ribbon:before {
    left: 0;
    bottom: -1px
}
.ui-ribbon-container .ui-ribbon:before {
    right: 0
}
.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #555;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}

.ribbon {
    height: 75px;
    right:-6px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 75px;
    z-index: 1;
}
.ribbon span::before {
    border-color: #ffc578 transparent transparent #ffc578;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.ribbon span::after {
    border-color: #ffc578 #ffc578 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}
*::after, *::before {
    box-sizing: border-box;
}
.ribbon span {
   background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffc578 0%,#fb9d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc578", endColorstr="#fb9d23",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    right: -21px;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 100px;
}


.ribbon-left {
    height: 100px;
    left:-9px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 100px;
    z-index: 1;
}
.ribbon-left span::before {
    border-color: #f94a00 transparent transparent #ff1a00;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.ribbon-left span::after {
    border-color: #f94a00 #ff1a00 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}
*::after, *::before {
    box-sizing: border-box;
}
.ribbon-left-movil span {
  background: #f7b733; /* Old browsers */
background: -moz-linear-gradient(top, #F2994A 1%,#f7b733 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #F2994A 1%,#f7b733 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #F2994A 1%,#f7b733 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F2994A", endColorstr="#f7b733",GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: -21px;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 26px;
    transform: rotate(-45deg);
    width: 120px;
}


.ribbon-left-movil {
    height: 100px;
    left:-9px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 100px;
    z-index: 1;
}
.ribbon-left-movil span::before {
    border-color: #f7b733 transparent transparent #F2994A;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.ribbon-left-movil span::after {
    border-color: #f7b733 #F2994A transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}
*::after, *::before {
    box-sizing: border-box;
}
.ribbon-left span {
  background: #f94a00; /* Old browsers */
background: -moz-linear-gradient(top, #f94a00 1%, #ff1a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f94a00 1%,#ff1a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f94a00 1%,#ff1a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f94a00", endColorstr="#ff1a00",GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: -21px;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 26px;
    transform: rotate(-45deg);
    width: 120px;
}

.ribbon-left .movil span {background-color: #FFEEB5;
/* For WebKit (Safari, Chrome, etc) */
background: #FFEEB5 -webkit-gradient(linear, left top, left bottom, from(#AE8913), to(#FFEEB5)) no-repeat;
/* Mozilla,Firefox/Gecko */
background: #FFEEB5 -moz-linear-gradient(top, #AE8913, #FFEEB5) no-repeat;
/* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#FFEEB5) no-repeat;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;
}


@media screen and (max-width: 768px) {
    .ribbon-left, .ribbon-left-movil {
    margin-top:45px;}

}

/*******BANDAS ESQUINA ANUNCIOS***************/

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  cursor:none;
  z-index:10049
}



.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Posiciones */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colores */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/***Div oculto con info****/

#transition-hover-content {
opacity:0;   
position:fixed;
left:0;
bottom:-500px;
-webkit-transition:.5s;
-moz-transition:.5s;
-o-transition:.5s;
-ms-transition:.5s;
transition:.5s;
background: #f94a00; /* Old browsers */
background: -moz-linear-gradient(top, #f94a00 1%, #ff1a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f94a00 1%,#ff1a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f94a00 1%,#ff1a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f94a00", endColorstr="#ff1a00",GradientType=0 ); /* IE6-9 */
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
color:#fff;
padding:50px;
width:100%;
z-index:10049;
text-align:center;
height:350px;
}


#transition-hover-content-movil {
opacity:0;   
position:fixed;
left:0;
bottom:-500px;
-webkit-transition:.5s;
-moz-transition:.5s;
-o-transition:.5s;
-ms-transition:.5s;
transition:.5s;
background: #f7b733; /* Old browsers */
background: -moz-linear-gradient(top, #F2994A 1%,#f7b733 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #F2994A 1%,#f7b733 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #F2994A 1%,#f7b733 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F2994A", endColorstr="#f7b733",GradientType=0 ); /* IE6-9 */

box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
color:#fff;
padding:50px;
width:100%;
z-index:10049;
text-align:center;
height:350px;
}
 
#transition-hover:hover #transition-hover-content , #transition-hover:hover #transition-hover-content-movil{
    position:fixed;
    opacity:1;
    bottom:0px;
    left:0;  
}
.transition-movil {

}

.label-beta {
    background: #f94a00; /* Old browsers */
    background: -moz-linear-gradient(top, #f94a00 1%, #ff1a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f94a00 1%,#ff1a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f94a00 1%,#ff1a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f94a00", endColorstr="#ff1a00",GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    text-shadow: none;
}

.label-beta-operativa {
    background: #dfc24d; /* Old browsers */
    background: -moz-linear-gradient(top, #dfc24d 1%, #dcb829 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dfc24d 1%,#dcb829 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dfc24d 1%,#dcb829 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dfc24d", endColorstr="#dcb829",GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    text-shadow: none;
}

.label-metas {
    display: inline;
    padding: .2em .6em .3em;
    background-color:#ededed;
    color:#0379a7;
    font-size:90%;
    text-align: center;
    font-weight:600;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-shadow: 1px 2px 1px #FCFFF2;
}

.table a span.label-metas:hover {
    text-decoration:none;} 

.label-no-metas {
    display: inline-block;
    padding: .2em .6em .3em;
    margin-top: 5px;
    background-color:#fdfbdf;
    color:#007a7c;
    font-size:95%;
    text-align: center;
    font-weight:600;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

}
#rejilla td a span.label.label-metas:hover {
color:#14b6cd;
   text-shadow: none;
}



.titulo-rejilla {
font-size:120% !important;
 color:#0379a7  !important;
 margin-bottom:5px;
 display:block;
 font-family:"Open Sans", sans-serif !important;
      text-shadow: 1px 2px 1px #FCFFF2;

}

td .titulo-rejilla {
padding:0;}

td .titulo-rejilla p {
padding:0;
margin:0;
}
/********ABRIR CONFIGURACION GENERAL************/

.titulo_boton {
  float:left; 
  padding:5px;  
  background-color:#e6e6e6;
  font-family:helvetica;
  font-size:16px;
  font-weight:bold;
}
.boton_mostrar_configuracion {
  float:right;
  font-size:12px;
  line-height:20px;
  color:#DE7217;
}
#configuracion{
  float:left;
  clear:both;
  text-align: justify;
}

/*ESTILOS PANTALLA SUBMENU LATERAL */

div.fixed-left .side-menu.left {
  bottom: 50px;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}


/* =============
   ARBOL FAMILIAS
============= */
.collapse_tree {
        display: inline-block;
        cursor: pointer;        
        font-family: FontAwesome;

    }
 .expand_tree {         
        font-family: FontAwesome;
        display: inline-block;
        cursor: pointer;      
}
 
.treeview ul {
        margin: 0px;
        padding-left: 30px;
        list-style: none;
        border-top:2px solid #fff;      
}

.treeview ul:first-child {
padding-left:0px;
font-size:inherit;
}

.treeview li {
width: 100%;
background-color:#f8f8f8;border-bottom:2px solid #fff;
padding: 5px 0px;
}

.treeview .acciones-tabla {
border:0;
margin-right:0px;
}

.treeview li a {
padding: 4px;
font-size: 12px;
display: inline-block;
text-decoration: none;}

.treeview li ul li {
font-size:95%;}

.treeview .padre {color:#4a4a4a;font-weight:600;font-size:105%;}

.treeview li:last-child {border-bottom:0px;}


.treeview .acciones-tabla span{display:inline-block; float:left;position:relative;}


.treeview .acciones-tabla span::before { content : "";position: absolute;left:0;bottom:3px;height:15px;border-left:1px solid #dadada}

.treeview .acciones-tabla span:first-child:before {border-left:0px;}



/* =====================
   GALERIA IMÁGENES
====================== */

.galeria img {
max-width:260px;}


 .galeria-row::after, .galeria-item::after {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}

    .galeria-items ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.galeria-items-default .galeria-item {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #4d4d4c;
    padding: 16px;
    position: relative;
}

.galeria-items-default .galeria-item {
    color: #4d4d4c;
}
.galeria-items-default .galeria-item .galeria-item-icon {
    color: #a4a7ac;

    margin-right: 15px;
    margin-top: -3px;
}

.galeria-item-assets {
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}
.galeria-item-title {
    font-weight: bold;
    font-size:105%;
}

.galeria-items-default .galeria-item .galeria-item-others {
    font-size: 12px;
    color: #777;
    margin-left: -5px;
    margin-right: -5px;
}

.galeria-items-default .galeria-item .galeria-item-others span {
    padding-left: 5px;
    padding-right: 5px;
}

.galeria-item-icon .thumbnail {
margin-bottom:0px;
width:100px;
height:85px;
}


/******PRUEBAS CHAT HISTORIAL*******/

.chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.fondo-mensaje{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  height:215px;
  overflow-x:hidden;
  
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(0,0,0,0, 0.2); /* not quite perfect but close*/
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}


/********************* Márgenes y paddings *************************/
.mt-0{margin-top:0 !important}.mt-1 {margin-top:1px !important}.mt-5{margin-top:5px !important}.mt-10{margin-top:10px !important}
.mt-15{margin-top:15px !important}.mt-20{margin-top:20px !important}.mt-25{margin-top:25px !important}.mt-30{margin-top:30px !important}.mt-35{margin-top:35px !important}
.mt-45{margin-top:45px !important}.mt-60{margin-top:60px !important}
.mt--5 {margin-top:-5px !important}.mt--10 {margin-top:-10px !important}.mt--15 {margin-top:-15px !important}.mt--20 {margin-top:-20px !important}

.mr-0{margin-right:0 !important}.mr-5{margin-right:5px !important}.mr-10{margin-right:10px !important}
.mr-15{margin-right:15px !important}.mr-20 {margin-right:20px !important}.mr-30{margin-right:30px !important} .mr-35{margin-right:35px !important}
.mr-45{margin-right:45px !important}.mr-60{margin-right:60px !important}
.mr--10 {margin-right:-10px !important}.mr--15 {margin-right:-15px !important}
.mr--5 {margin-right:-5px !important}

.mb-0{margin-bottom:0 !important}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px !important}
.mb-15{margin-bottom:15px !important}.mb-20{margin-bottom:20px !important}.mb-25{margin-bottom:25px !important}.mb-30{margin-bottom:30px !important}
.mb-45{margin-bottom:45px !important}.mb-60{margin-bottom:60px !important}
.mb--5 {margin-bottom:-5px !important}.mb--10 {margin-bottom:-10px !important}.mb--15 {margin-bottom:-15px !important}.mb--20 {margin-bottom:-20px !important}

.ml-0{margin-left:0 !important}.ml-5{margin-left:5px !important}.ml-10{margin-left:10px !important}
.ml-15{margin-left:15px !important}.ml-20{margin-left:20px !important}.ml-30{margin-left:30px !important}.ml-35{margin-left:35px !important}
.ml-45{margin-left:45px !important}.ml-60{margin-left:60px !important}
.ml--5 {margin-left:-5px !important}.ml--10 {margin-left:-10px !important}.ml--15 {margin-left: -15px !important;}.ml--20 {margin-left:-20px !important;}
.ml--25 {margin-left:-25px !important;}.ml--30 {margin-left:-30px !important}.ml-50{margin-left:50px !important}

.pt-0{padding-top:0 !important}.pt-3 {padding-top:3px !important}.pt-8{padding-top:8px !important}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px !important}
.pt-15{padding-top:15px !important}.pt-30{padding-top:30px !important}
.pt-45{padding-top:45px !important}.pt-60{padding-top:60px !important}

.pr-0{padding-right:0 !important}.pr-1 {padding-right:1px !important}.pr-2 {padding-right:2px !important}.pr-5 {padding-right: 5px !important;}.pr-10 {padding-right:10px !important}
.pr-15{padding-right:15px !important}.pr-20{padding-right:20px !important}.pr-25{padding-right:25px !important}.pr-30{padding-right:30px !important}
.pr-45{padding-right:45px !important}.pr-60{padding-right:60px !important}
.pr--15 {padding-right:-15px !important}
.pr-26 {padding-right:26px !important}

.pb-0{padding-bottom:0 !important}.pb-3 {padding-bottom:3px !important}.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px !important}
.pb-15{padding-bottom:15px !important}.pb-30{padding-bottom:30px !important}
.pb-45{padding-bottom:45px !important}.pb-60{padding-bottom:60px !important}

.pl-0{padding-left:0 !important}.pl-1 {padding-left:1px !important}.pl-2 {padding-left:2px !important}.pl-5{padding-left:5px !important}.pl-10{padding-left:10px !important}
.pl-15{padding-left:15px !important}.pl-20{padding-left:20px !important}.pl-25{padding-left:25px !important}.pl-30{padding-left:30px !important}
.pl-45{padding-left:45px !important}.pl-60{padding-left:60px !important}
.pl--30 {padding-left:-30px !important}
.p-0 {padding:0 !important}.p-5 {padding:5px !important}.p-10 {padding:10px !important}.p-15 {padding:15px !important}.p-20 {padding:20px !important}.p-25 {padding:25px !important}
.pl--15 {padding-left:-15px;}
.pl-26 {padding-left: 26px !important;}
.m-0 {margin:0 !important}
.ml-10min {margin-left:-10px !important}   
.ml-15min {margin-left:-15px !important}


/**********DISPLAY***************/

.d-inline {display:inline !important;}
.d-table {display:table !important}

@media screen and (max-width: 768px) {
    .mt-45{margin-top:5px !important}

}



                   
.center{text-align:center}

.block {display:block !important;}

.bg_well {
background-color:#f5f5f5}

.d-inline{display:inline}
.d-inline-block{display:inline-block}
.d-block{display:block}

.strong {font-weight:bold !important}

a{cursor: pointer}

.pull-none {
float:none !important;

}

.right {
position:absolute;
right:0;
}

.text-justify {
  text-align: justify;
}

.auto-height-disabled {
height:auto;
 background-color: #eeeeee;
  opacity: 1;
}

.t-left {
text-align:left!important;}

/*****Texto*****/

.font-bold {
  font-weight: bold;
}
/*** Rotaciones*******/

.rotate45 {
      transform: rotate(45deg);
}
.rotate-90 {
      transform: rotate(-90deg);
}


/*borders para listas de menus recursivos mantes*/

.br-1 {border-right:1px solid #888}

.bl-1 {border-left:1px solid #888}

.bl-1-d {border-left:1px solid #ddd}

.bb-1 {border-bottom:1px solid #dadada}

.bt-1 {border-top:1px solid #ddd !important;}
.bl-double {
border-left: 1px solid #dedede;
    box-shadow: -1px 0 0px #fff;
}

@media screen and (max-width: 768px) {
.bl-double {
border-left: 0px;
  
}
}

.bn {
border:0 none !important;}

.float-none {
    float: none!important;
}



/********************* Tabs Sitios WWW *************************/

 .tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}

.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}



.panel-www {
    border:0;
}


.panel-white.panel {
background-color:#f5f5f5 !important;}
.panel-www h4 {
    border-bottom:1px solid #dcdada;
    margin-top:20px;
    background-color:#F2F5F7;
    padding:3px;
}

.panel-www h4 > i {
    color:#bebebe}

.panel-www .form-group{
    margin-top:5px
}

    .panel-www .marco-imagen {
    height:auto;}


    .panel-www .control-label {
    text-align:right;}

.tabs-sitios-www li {
    text-transform: uppercase;
	font-weight: bold;
}

.badge-primary {
    background-color: #04b9ce !important;
}

.badge-success {
    background-color: #5cb85c !important;
}

.badge-warning {
    background-color: #f0ad4e !important;
}

.badge-danger {
    background-color: #d9534f !important;
}

.badge-info {
    background-color: #5bc0de !important;
}

.checked-star {
color:#ffcb00}

.unchecked-star {
color:#cccccc}

    /*************************/

    /**tabs animadas**/

    /**************************/

  /*.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{

}
.tabs input#tab-3{
	
}
.tabs input#tab-4{
	
}

.tabs label {
	
	font-size: 15px;
	line-height: 40px;
	position: relative;
	padding: 3px 20px;
    float: left;
	display: block;
	
	color: #385c5b;
	
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
  
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {

}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: auto;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-1, .content-3 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}*/

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 33%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }



    /************************************************

    ***********TABS DENTRO DE CONTENIDO WELL***********/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
    /*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

 /*** PANEL GREY ***/
.with-nav-tabs.panel-grey .nav-tabs > li > a,
.with-nav-tabs.panel-grey .nav-tabs > li > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-grey .nav-tabs > .open > a,
.with-nav-tabs.panel-grey .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-grey .nav-tabs > li > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-grey .nav-tabs > li.active > a,
.with-nav-tabs.panel-grey .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #f5f5f5;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-grey .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/***************Tabs de SERVICIOS*******************/
.navs-grey {
border-bottom:0px;
margin-bottom:-25px;
position: relative;
top: -42px;
}

.navs-grey li{
    background-color:#f5f5f5;
  margin-left:3px;
}

.navs-grey li.active a, .navs-grey > li.active > a:focus {
    height:43px;
     background-color:#f5f5f5;
}

    .navs-grey > li > a {
    margin-right:0px}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px 0px 4px 4px;
}
/*****bocadillo INFO Contenidos*********/

.bocadillo-info, .bocadillo-info-bottom {
	position: relative;
	background: #ededed;
	border-radius: 6px;
 padding:10px;
 margin-bottom:15px;
}

.bocadillo-info:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.969em solid transparent;
	border-left-color: #ededed;
	border-right: 0;
	margin-top: -0.969em;
	margin-right: -0.969em;
}


.bocadillo-info-bottom:after {
	 content: "";
        position: absolute;
        top: 99%;
        left: 50%;
        width: 0;
        height: 0;
        border: 0.969em solid transparent;
        border-top-color: #ededed;
        border-bottom: 0;
        margin-left: -0.969em;
        margin-bottom: -25px;
}

    .bocadillo-info h3, .bocadillo-info-bottom h3 {
    font-size:1.6em;}
    .bocadillo-info hr , .bocadillo-info-bottom hr{
    border-color:#d5d1d1;
    border-bottom: 1px solid #fff;
    }

@media screen and (max-width: 768px) {
    .bocadillo-info:after {
        content: "";
        position: absolute;
        top: 110%;
        left: 50%;
        width: 0;
        height: 0;
        border: 0.969em solid transparent;
        border-top-color: #ededed;
        border-bottom: 0;
        margin-left: -0.969em;
        margin-bottom: -25px;
    }
}
 /* =============
   Gallery
============= */
.portfolioFilter a {
  transition: all 0.3s ease-out;
  color: #313a46;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.portfolioFilter a:hover,
.portfolioFilter a.current {
  color: #4bd396;
}
.thumb {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.thumb:hover .thumb-img {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-out;
}
.gal-detail {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}
.gal-detail h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}
.gal-detail p {
  padding: 0 5px;
  font-size: 13px;
}

.collapse {
height:auto;
width:100%;
}

/******FONDOS******/
.dark-bg {
background-color:#ededed}

    /*.dark-bg h4 {
    border-bottom: 1px solid #dcdada;
    margin-top: 20px;
    background-color: #F2F5F7;
    padding: 3px;
    }*/

    .dark-bg hr {
    border-color:#d5d1d1;
    border-bottom: 1px solid #fff;
    }

    .dark-bg .list-inline li {
    vertical-align:top;}

/******EXPANDIR LATERAL********/
.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color:#333;
}
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

/*********EXPANDIR CONFIGURACION MENU SUPERIOR*************/
[aria-expanded="false"] .config-top-open {
    display: block;
}

[aria-expanded="false"] .config-top-close {
    display: none;
}

[aria-expanded="true"] .config-top-open {
    display: none;
}

[aria-expanded="true"] .config-top-close{
    display: block;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1100px !important;
    }

    #divRevisarLineas .modal-lg {
        width: 1300px !important;
    }
}

.modal-header {
cursor:pointer;}

 .kbw-signature {
     width: 450px;
     height: 200px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-color:#ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


/*****PANELES COLAPSIBLES VERTICALES*******/


    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }



/******Anchos Mínimos para FECHA HORA*********/

.date-width {
min-width:100px}

.time-width {
min-width:65px}

/*****************MAP RESPONSIVE*********************/

    .map-responsive {
        position: relative;
        padding-bottom: 55% !important;
        height: 100%;
        overflow: hidden;
    }
    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/********Estilos Únicos para dispositivos móviles***************/

.user-menu-movil {
background-color: #333;
padding:5px;
color:#fff;
}

@media (min-width: 1200px) {
}



/*-------------------------------*/
/*     Menu Movil Regillas       */
/*-------------------------------*/


     #sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: rgb(0,0,0);
    position:fixed;
    top:0;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  
  }

  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 55px;
border-bottom:1px solid #555 
  }
    .sidebar-nav:first-child {
    margin-bottom:65px}

    .sidebar-nav #menu-close {
    position:absolute;
    top:5px;
    right:5px;
 
    }

    .sidebar-nav #menu-close:hover,  #menu-toggle:hover, .to-bottom:hover {
        text-decoration:none;
        color:#fff;
    }

   #menu-toggle, .sidebar-nav #menu-close, .to-bottom {
    color:#ddd;
    text-transform:uppercase;
    font-size:120%;
    }

  .sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
   font-size: 120%;
    font-weight: 600;
    letter-spacing: normal;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
   left: 10px;
    position: fixed;
    z-index: 1;
    top:8px
  }

    #menu-toggle img {
    margin-top:-3px;}

  #sidebar-wrapper.active {
    right: 250px;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }

.sidebar-nav li a i, .sidebar-nav li a img{
color:#fff;
padding-right:5px;
    width: 50px;
    align-self: center;
    text-align: center;

}

.sidebar-nav li a img {
width:auto;}

  .toggle {
    margin: 5px 5px 0 0;
  }


#MenuBarMb {
display: none;
position: fixed;
top: 0;
left: 0;
width:100%;
z-index:1049;
}


.menu-index-regilla-movil {
width: 100%;
height: 45px;
background-color:#000;

}

    .menu-index-regilla-movil a:visited {
    text-decoration:none;
    color:#fff;
    }


/******************/

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
    border-radius:0 !important;
}

.nav-tabs-dropdown:before {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
}

    .nav-tabs-dropdown.btn {
  }


.drop:before {
     content: "\f107";
     font-family: FontAwesome;
}

@media screen and (min-width: 768px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}

/**********BOTONES CIRCULARES**************/

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

    .btn-circle.btn-lg-mobile {
        width: 40px;
        height: 40px;
        padding: 9px 9px;
        /* font-size: 18px; */
        /* line-height: 1.33; */
        border-radius: 25px;
    }
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


/******ESTILOS GENÉRICOS MÓVIL************/

@media screen and (max-width: 768px) {

    img {
    max-width:100%;}

    .x_panel {
    border:0;
    padding:0;
    }
    .pull-xs-none{
        float:none !important;
    }

    .pull-xs-left{
        float:left !important;
    }

    .pull-xs-right{
        float:right !important;
    }

    .x_content {
        padding:0;
    }

    .panel-table {
        min-height:auto;
    }

    .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top:0px;}

    .nav-tabs {
    border-bottom:0px;
    }


    .text-xs-left {
    text-align:left;
    }

    .text-xs-right {
    text-align:right;
    }
    .td-wd-xs {
        width: 50%;
    }
    .text-overflow-lines {
    max-width:100%;
    line-height:none;
    word-break: break-word;
    -ms-word-break: break-word;
    }
   .pull-left.titulo-principal{float:none;margin:auto auto; text-align:center;}

    #ecoSoftWEB_mante-controles > #controles li{
    padding:0 0px;
    margin:0 auto;
    }
    .x_title #controles {
    float:none;}

    #ecoSoftWEB_mante-controles > #controles li.control {
    padding:5px;    
    }

    #cadenaBusqueda {
    width:120px;}

    #cbRegsXPag {
    padding:0;
    width:58px;
    }

    #ecoSoftWEB_mante-controles {
    margin:0 auto !important;}

    #controles-mante {
        display:initial;
    }

    #menu-lateral-desplegable {
    border-radius: 0 !important;}

    #menu-lateral-desplegable > ul.nav-tabs > li.active > a {
        box-shadow:none;}

    #menu-lateral-desplegable > ul.nav-tabs > li > a{
    padding: 15px 30px;
    font-size:120%;
}

    #menu-lateral-desplegable > ul.nav-tabs > li.mlateral-submenu > a {
    padding:15px 30px;
    border-bottom:1px solid #fff;
    }

    .col-xs-12 {padding:0px 10px;}

    .titulo-mante {
    padding:5px 0px;
    }

    #ecoSoftWEB_mante-controles > #controles li#busquedaYFiltro.control {padding:5px;}
    .formulario-combo-3 > .row > .col-md-12 {
    padding-left:5px;
    padding-right:5px;
    }

    [id^="pvLupas"] {
        padding-top:10px;
    }

    .text-xs-center {
    text-align: center;
  }
       .text-xs-left {
    text-align: left;
  }

    .text-success {
        color:#1bc81e !important;
    }

    .text-danger {
        color:#e12828 !important;
    }

    
    .float-xs-none {
    float:none !important;}

    .pl-xs-none {
    padding-left:0 !important}

     .pr-xs-none {
    padding-right:0 !important}

    .ml-xs-none {
    margin-left:0 !important}

    .mt-xs-none {
    margin-top:0 !important}

    .mr-xs-none {
            margin-right:0 !important}

    .ml-xs-none {
 margin-left:0 !important}

    .ml-xs-10 {
    margin-left:10px !important;}

    
    .index-panels {
    margin-top:5px;}

    h2, .h2 {
    margin-top:5px;
    margin-bottom:5px;
    font-size:175%;
    }

    #pantallaEdicion #menu-lateral-desplegable {
     position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 101%;
    border:0px;
    margin:0 auto;
     overflow-y:scroll;
    }

    .bottom {
  
    }
    .top {
    position:fixed;
    top:0;
   
    }

    .contenido-edit {
    margin-bottom:40px;
    padding-bottom:15px;
    }

    .form-horizontal .form-group {
    margin-left:0px;
    margin-right:0px;
    }

    .separador-control {
    display:none;}

    .onoffswitch {
    margin:0 auto;}

    tr.fila-extra {
    display:none !important;}

    tr.last-row {
    border-bottom:2px solid #dedede}

    .dark-bg {
    margin:0 auto;
    }

    .table td p {
    max-height:none}

    .controles-imagen {
    max-width:100%;
    display:-webkit-inline-box !important;
    }

    #sig {
    max-width:100%}

    #sig canvas {
   max-width:100%;
    }

    #divSVG {
    align-content: center;
     display: -webkit-flex;
    display: flex;
    }

    #divSVG svg {
    max-width:100%;}

    #main {
    width:100%;
    min-height:1160px;
    }

    .panel-body {
    padding:3px;}

    .form-inline .wd50 {
    width:100% !Important;}

    .panel-chart {
    border-top:2px solid #ddd;
    padding-top:15px;
    }

    h3, .h3 {
    font-size:1.5em}

    .subtitulo_noticia {
    position:inherit;
    margin-left:0;
    }
    .subtitulo_noticia:after {
    display:none;}


    /*Editor texto Html*/

    .note-editor.note-frame .note-editing-area {
    width:100%;}

    #Texto-Nueva-Incidencia .note-toolbar {
    display:none;}

    .table .text-overflow {
    white-space:normal;}


     .x_title {
    padding:0px;}

    /*******FICHEROS CONFIGURACION PARA MOVIL********/

    .config-index .title img {
    margin:0 auto;
    position:absolute;
    right:10px;
    top:0px;
    }

    .config-index .title h2 {
        border-bottom:2px double lightslategrey;
        text-align:left;
    }

    .config-index .x_content {
   
    margin-bottom:15px;
    margin-top:0;
    }

    .config-index .title {
    text-align:center;}
    .config-index-bloque {      
        padding:0;
    }
        .config-index-bloque ul li {
        margin-top:0;}
}


/******LÍNEAS DE ÁRBOL*****/
.jstree a {
white-space:normal !important;
text-overflow: ellipsis;
}

/*******ANCLA AL PIE EN MOVIL***************/

#Abajo {
position:relative;
bottom:0;
}

/**********CAMBIO DE ORDEN divs EN MOVIL****************************/



.child {
  
  order:1;
}

@media (max-width:768px) {

    .parent {

  display: flex;
  flex-wrap:wrap;
}

  .child {
    flex: 0 0 100%;
  }
  .topper {
    order:0;
  
  }


  /***** PRELOADER MOVIL********/

    #pantallaEdicion img {
    max-width:100%;
    }

    div#editFecha input {
    max-width:35px;
    }
        div#editFecha input.form-control {
        
        padding:6px 0px;
        }

}


/*****PRUEBA JUSTIFIACIÓN DE LEGEND*******/

ul[class*="legend-"] {
    background-color:#ccc;
}

.legend {
text-align:justify}


.canvas {
width:100% !important;}

 /*/* MENÚ CONFIGURAICIÓN EN MÓVIL */
.config-movil {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff; 
    overflow-x: hidden;  /* 0.5 second transition effect to slide in the sidenav */
    color:#333;
}

/* Enlaces */
.config-movil a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    color: #333;
    display: block;
    transition: 0.3s
}

    .config-movil a:visited {
    color:#333}
/* hover */
.config-movil a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Botón de cerrar */
.config-movil .closebtn { 
 font-size: 36px;
 text-align:center;
}

/* Empuja Contenido para mostrar configuración */
#main-config {
    transition: margin-left .5s;
  
}

/* Menos padding y fuente menor en pantallas muy pequeñas */
@media screen and (max-height: 450px) {
    .config-movil {padding-top: 15px;}
    .config-movil a {font-size: 18px;}

   
}

/***MENU DE TABS EN EDIT MOVIL*********/

#Header-Edit-Mobile {
position:relative;
width:100%;
font-size:1.4em;
padding:3px;
}

#Header-Edit-Mobile hr {
        margin-bottom:5px;
        margin-top:5px;
    }

    #Header-Edit-Mobile img {
        padding-top:3px;
    }

#Header-Tittle {
height:40px;

}

    #Header-Tittle li {
    vertical-align:middle;}

#Content-Tabs-Menu{
  
}

#Menu-Tabs-Edit {
    background-color:#fff;   
    width:100%;
    position:relative;
    z-index:9999;
}

    #Menu-Tabs-Edit li {
    border-top:1px solid #ddd;
    padding:10px 5px;
    text-align:left;
    }
    #Menu-Tabs-Edit a {
          color:#4b4b4b !important; 
          display:block;
    }

.menu-dots {
position:absolute;
top:3px;
right:0;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #aaaaaa;
  border-radius: 50%;
  display: block;
  margin:2px;
}

#MenuSeleccionRejilla li {
    border-top:1px solid #ddd;
    padding:10px 5px;
    }
#MenuSeleccionRejilla li:hover {
background-color:#f5f5f5;       
}

/*TABLAS SIN BORDES*/
table.borderless {
    padding: 10px 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0px;
    font-family: "Segoe UI", sans-serif;
}
.borderless td, .borderless th {
    border: 0px !important;
}

/*STOCKS*/

.fila_stock {
/*background-color:#eef8f9;*/
border-top: 2px solid #ddd;
border-bottom: 1px solid #ddd;

}

.celda_stock {
background-color:#fff;}

.celda_stock_2 {
border-top:1px solid #fff !important;}

.fila_stock_total {

border-top: 1px solid #ddd;

}

.celda_stock_total{
border-top: 1px solid #ddd!important;
background-color:#f3f3f3 !important;
vertical-align:middle !important;
-webkit-print-color-adjust: exact; 
}
#Tabla td{
     border: 0px;
}

.codigo_unico .badge {
background-color:#888}



/********SITIOS WWW SELECTOR IMÁGENES*************/

.selector-imagen input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.cuadricula{background-image:url(../images/listado_icon.png);}
.listado{background-image:url(../images/listado_lista_icon.png);}
.articulos {background-image:url(../images/icono_articulos.png);
             background-position: bottom; 
}
.almacenes {background-image:url(../images/icono_almacenes.png);}

.entidad {background-image:url(../images/icono_entidades.png);}
.telecom {background-image:url(../images/icono_telecomunicaciones.png);}

.facturacion  {background-image:url(../images/icono_facturacion.png);}
.proyectos  {background-image:url(../images/icono_proyectos.png);}
.rrhh {background-image:url(../images/icono_rrhh.png);}
.formdinamicos {background-image:url(../images/icono_formularios.png);}
.contabilidad {background-image:url(../images/icono_contabilidad.png);}

.texto-config-label {
    font-size: 1.2em;
    font-weight: 600;
}

.selector-imagen input:active +.seleccionable{/*opacity: .9;*/}
.selector-imagen  input:checked +.seleccionable{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border:3px solid  #7cddea;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
     width:71px;height:61px;
}
.seleccionable{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:65px;height:55px;
    padding:3px;
   
 
}


.selector-imagen input:active +.seleccionable-config{/*opacity: .9;*/}
.selector-imagen  input:checked +.seleccionable-config, .seleccionable-config:hover{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
            border:3px solid  #7cddea;
            border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 width:100px;height:120px;
  opacity:1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
     
}



/*Seleccionable de CONFIGURACION DE FICHEROS*/

.seleccionable-config{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:120px;
    padding:3px;
   opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
   vertical-align:middle;
   margin:10px;
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
  border:3px solid  #888;
            border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 text-align:center;
 vertical-align:middle;
 position:relative;
}

.seleccionable-border {
border:3px solid  #ddd;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 text-align:center;
 vertical-align:middle;
 font-size:1.2em;
}

.seleccionable-border a:hover {
    text-decoration:none;
}

.seleccionable-border:hover {
    border:3px solid  #7cddea;
            border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 font-size:1.4em;
 transition:all 0.2s ease-in-out;
}
.selector-imagen  input:checked +.seleccionable-config:after, .selector-imagen  input:checked +.seleccionable-config:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -19px;
    content: "";
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

 .selector-imagen  input:checked +.seleccionable-config:before {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 23px solid;
    border-top-color: inherit; /* Can't be included in the shorthand to work */
    bottom: -23px;
    margin-left: -23px;
}

.selector-imagenes-ficheros {
z-index:4;

}
@media screen and (max-width: 1366px) {
 .selector-imagen input:active +.seleccionable-config{/*opacity: .9;*/}
.selector-imagen  input:checked +.seleccionable-config, .seleccionable-config:hover{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
            border:3px solid  #7cddea;
            border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 width:85px;height:100px;
  opacity:1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
     
}

.seleccionable-config{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:85px;height:100px;
    padding:3px;
   opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
   vertical-align:middle;
   margin:10px;
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
  border:3px solid  #888;
            border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 text-align:center;
 vertical-align:middle;
 position:relative;
 font-size:0.8em;
}
}

/**PRUEBAS MENÚS CHULOS**/
.hamburger .line{
  width: 32px;
  height: 3px;
  background-color: #dcdada;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#acceso-submenu-config.is-active .line:nth-child(2){
  opacity: 0;
}

#acceso-submenu-config.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#acceso-submenu-config.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/* TWO */

#hamburger-2.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* THREE */

#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3){
  width: 40px;
}

#hamburger-3.is-active .line:nth-child(1){
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3){
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}

/* FOUR */

#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3){
  width: 40px;
}

#hamburger-4.is-active .line:nth-child(1){
  -webkit-transform: translateX(10px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3){
  -webkit-transform: translateX(10px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}

/* FIVE */

#hamburger-5.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-5.is-active .line:nth-child(2){
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#hamburger-5 .line:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


#hamburger-5.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3){
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1){
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* SIX */

#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */

#hamburger-7.is-active .line:nth-child(1){
  width: 30px;
}

#hamburger-7.is-active .line:nth-child(2){
  width: 40px;
}

#hamburger-7.is-active .line{
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* EIGHT */

#hamburger-8.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-8.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-8.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* NINE */

#hamburger-9{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before{
  border: 5px solid #ecf0f1;
}

#hamburger-9.is-active .line{
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* TEN */

#hamburger-10{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-10.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-10.is-active .line:nth-child(1){
  width: 30px
}

#hamburger-10.is-active .line:nth-child(2){
  width: 40px
}

/* ELEVEN */

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */

#hamburger-12.is-active .line:nth-child(1){
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger-12.is-active .line:nth-child(3){
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.grd-to-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding:7px;
}

.grd-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
}

.grd-line-top {
    top: 0px;
    -webkit-transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: top 200ms ease 200ms, transform ease 200ms;
    transition: top 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}

.grd-to-close .grd-line-middle {
    top: 50%;
    margin-top: -2px;
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms;
}

.grd-line-bottom {
    bottom: 0px;
    -webkit-transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: bottom 200ms ease 200ms, transform ease 200ms;
    transition: bottom 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}

.grd-middle {
    left: 50%;
    margin-left: -2px;
}

.grd-middle, .grd-line:before, .grd-line:after {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #555;
    top: 0;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    transition: all ease 200ms;
}

.grd-line:before {
    left: 0;
}

.grd-line:after {
    left: 100%;
    margin-left: -4px;
}

.grd-line:before, .grd-line:after {
    content: "";
}

/* Where the Magic Happens */
.ficheros {
padding:5px;
}
.ficheros-activos span.grd-line-top {
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: top ease 200ms, transform 200ms ease 200ms;
    transition: top ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;

 }

.ficheros-activos span.grd-line-middle {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 200ms ease 200ms;
    transition: -webkit-transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
    width: 100%;
    left: 0;
    margin-left: 0;


 }

.ficheros-activos span.grd-line-bottom {
    bottom: 50%;
    margin-bottom: -2px;
    margin-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: bottom ease 200ms, transform 200ms ease 200ms;
    transition: bottom ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
       

 }

.ficheros-activos::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 5px;
    border: 20px solid transparent;
    border-bottom-color: #fff;
    transition: .4s ease-out; 
    transition-delay: 2s;
    
}

.ficheros-activos span.grd-line:before {
    width: 20px;
 }


.ficheros-activos  .grd-middle, .ficheros-activos .grd-line:before, .ficheros-activos .grd-line:after {
      background-color: #14b6cd;
}


/*#collapseSeleccionficheros::after{content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    border: 20px solid transparent;
    border-bottom-color: red;
}*/

#collapseSeleccionficheros {
background-color:#fff;
z-index:1;
 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.height_1000 {
height:1100px !important;
overflow:hidden;
}

.height_1200 {
height:1200px !important;
overflow:hidden;

}


#Slide-configuracion.active{
background:#fff;
z-index:3;

}

.slide-content {
    width: 100%;
    max-width:100% !important;
    position: absolute;
    top:265px;
    bottom:0;
    /*z-index:3;*/
   overflow:hidden;
   height:auto;
}

.collapse-ficheros{
top: 0;
width: 100%;
position: absolute;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display:block;
}



/****Apariencia Listado y Detalle*******/

Menu_Imagen_Familias .thumbnail, #Galeria_Imagen_Producto_Detalle .thumbnail {
height: 40px; background-color: #ebeaea}

/***Apariencia checboxes normales***/
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      top:2px
    }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top:2px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 12px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }



/*******BORRADO CAJA BÚSQUEDA********/

    ::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  position:absolute;
  top:17px;
  right:80px;
}

.form-control-clear-rango {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  position:absolute;
  top:4px;
  right:0px !important;
  color:#969696;

}

/**LOGIN***/

.text-shadow-login {
text-shadow: 1px 1px 1px #292929;
font-size:1.1em;
font-weight:600;


}

    .text-shadow-login:hover {
    color:#14b6cd;}

.img-circle-user {
/*-webkit-mask-image: url("../images/circle-64.svg");
  mask-image: url("../images/circle-64.svg"); 
  mask-size: 64px 64px;
  -webkit-mask-repeat: no-repeat;
     mask-position: center, top left;
    mask-repeat: no-repeat, no-repeat;*/
    height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
}

.container-img-circle {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}
.container-img-circle > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

/****BOTON ESPECIAL****/

.button {
  width: 85%;
  padding:10px;
  background: linear-gradient(to bottom, #14b6cd 0%,#108a9b 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  /*border-bottom: 4px solid #2b8bc6;*/
  color: #fbfbfb;
  font-family: "Open Sans", sans-serif;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,.4);*/
  font-size: 1.4em;
  text-align: left;
  text-indent: 5px;
  /*box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);*/
  cursor: pointer;
 overflow:hidden;

/* Just for presentation */  
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
    .button:hover {
        background: linear-gradient(to bottom, #108a9b 0%,#14b6cd 100%);
    }
.button:active {
  /*box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);*/
  top: 1px;
}

.button:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 25px solid #31e0f9;
  border-bottom: 26px solid #31e0f9;
  border-left: 16px solid transparent;
  border-right: 20px solid #31e0f9;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}

/* Button pointing left */

.button.back {
  text-align: right;
  padding-right: 12px;
  box-sizing: border-box;
}
.button.back:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #187dbc;
  border-bottom: 20px solid #187dbc;
  border-right: 16px solid transparent;
  border-left: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;    
}

/* Single buttons */

.button.site {
  width: 40px;
  text-align: center;
  text-indent: 0;
}
.button.site:after{
  display: none;
}
@media screen and (max-width: 768px) {
    .button:after {
       
    }
}
/*******CONTENIDO FLEXIBLE**********/

.flexible-dark-bg {
width: calc(100% - 315px);}

.dark-bg-date {
    width:300px;
}

.colRightServicios {
     width:300px;
}

.flexible-Servicios {
    width: calc(100% - 355px);
}

.dark-bg-date-servicios {
      width:345px;
}

.colRightServicioHoras {
 width:345px;
}

    .colRightServicioHoras .scaled {
        transform: scale(0.8);
    }

@media screen and (max-width: 768px) {
    .flexible-dark-bg {
        width: 100%;
        padding-left:0px !important;
    }

    .dark-bg-date, .colRightServicios  {
    width:100%;
    padding:4px;
    float:none;
}

   

    #TipoServicio {
    font-size:1em !important;
    }
}

/*Pruebas señalar filtros*/

.resaltar a{
    background: yellow;
    animation: fade 1.5s infinite 300ms;
}

@-webkit-keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
} 

@keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
}


/****Animacion horizontal****/

.horizontal-animate {
-webkit-animation:horizontal 2s ease ease-in-out;
animation:horizontal 2s ease ease-in-out;
}


/****Caja líneas*****/

.tb_dashed {
border-top: 1px dashed lightgray; border-bottom: 1px dashed lightgray; padding: 10px;
}


/****************** PREVISUALIZACIONES *****************/

.prev-right {
position:absolute;
top:10px;
right:-20px;

}



/************ DASHBOARD **************/

.totales-dashboard small {
    font-size:110%;
}

.totales-dashboard h2 {
    font-size:2.2em !important;
    font-weight:200 !important;
    text-align:right;
    color: #666;

}


/******SCROLLBAR******/



    /* width */
::-webkit-scrollbar {
  width:10px;
  height:7px;
}


/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background-color: #129cae;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                  color-stop(.5, rgba(255, 255, 255, .2)),
					  color-stop(.5, transparent), to(transparent));
}




/******************IPAD TABLETS*************************/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    /*Para rejillas que hagan scroll horizontal*/
    .x_panel {
    max-width: 940px!important;
    }

    #ecoSoftWEB_mante-controles > #controles li.control {
        padding:5px !important;
    }

    #ecoSoftWEB_mante-controles > #controles li.control-icono > a, #ecoSoftWEB_mante-controles > #controles li.control-icono > .dropdown, #ecoSoftWEB_mante-controles > #controles li.control-icono > label, .x_panel #ecoSoftWEB_mante-controles > #controles li.control-icono > a {
    padding:7px;
    
    }

    
    .tablet-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    }



  .tablet-responsive > .table {
    margin-bottom: 0;
  }
  .tablet-responsive > .table > thead > tr > th,
  .tablet-responsive > .table > tbody > tr > th,
  .tablet-responsive > .table > tfoot > tr > th,
  .tablet-responsive > .table > thead > tr > td,
  .tablet-responsive > .table > tbody > tr > td,
  .tablet-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tablet-responsive > .table-bordered {
    border: 0;
  }
  .tablet-responsive > .table-bordered > thead > tr > th:first-child,
  .tablet-responsive > .table-bordered > tbody > tr > th:first-child,
  .tablet-responsive > .table-bordered > tfoot > tr > th:first-child,
  .tablet-responsive > .table-bordered > thead > tr > td:first-child,
  .tablet-responsive > .table-bordered > tbody > tr > td:first-child,
  .tablet-responsive > .table-bordered > tfoot > tr > td:first-child {
   border-left: 0;
  }
  .tablet-responsive > .table-bordered > thead > tr > th:last-child,
  .tablet-responsive > .table-bordered > tbody > tr > th:last-child,
  .tablet-responsive > .table-bordered > tfoot > tr > th:last-child,
  .tablet-responsive > .table-bordered > thead > tr > td:last-child,
  .tablet-responsive > .table-bordered > tbody > tr > td:last-child,
  .tablet-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tablet-responsive > .table-bordered > tbody > tr:last-child > th,
  .tablet-responsive > .table-bordered > tfoot > tr:last-child > th,
  .tablet-responsive > .table-bordered > tbody > tr:last-child > td,
  .tablet-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
 
}

/* FONT SIZE */
.fs-0-5 {
    font-size: 0.5rem;
}
.fs-0-75 {
    font-size: 0.75rem;
}
.fs-1 {
    font-size: 1rem;
}
.fs-1-25 {
    font-size: 1.25rem;
}
.fs-1-5 {
    font-size: 1.5rem;
}
.fs-1-75 {
    font-size: 1.75rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-2 {
    font-size: 2rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-2-25 {
    font-size: 2.25rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-2-5 {
    font-size: 2.5rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-2-75 {
    font-size: 2.75rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-3 {
    font-size: 3rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-3-25 {
    font-size: 3.25rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-3-5 {
    font-size: 3.5rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-3-75 {
    font-size: 3.75rem;
    white-space: normal;
    word-wrap: break-word;
}
.fs-4 {
    font-size: 4rem;
    white-space: normal;
    word-wrap: break-word;
}


.bd-radius-0 {
    border-top-left-radius:0px !important; 
    border-top-right-radius: 0px !important; 
    border-bottom-left-radius:0px !important; 
    border-bottom-right-radius:0px !important;
}
.bd-top-radius-0 {
    border-top-left-radius:0px !important; 
    border-top-right-radius: 0px !important; 
}
.bd-top-left-radius-0 {
    border-top-left-radius:0px !important; 
}
.bd-top-right-radius-0 {
    border-top-right-radius:0px !important; 
}

.bd-bottom-radius-0 {
    border-bottom-left-radius:0px !important; 
    border-bottom-right-radius:0px !important;
}
.bd-bottom-left-radius-0 {
    border-bottom-left-radius:0px !important; 
}
.bd-bottom-right-radius-0 {
    border-bottom-right-radius:0px !important; 
}

.bd-radius-4 {
    border-top-left-radius:4px !important; 
    border-top-right-radius: 4px !important; 
    border-bottom-left-radius:4px !important; 
    border-bottom-right-radius:4px !important;
}
.bd-top-radius-4 {
    border-top-left-radius:4px !important; 
    border-top-right-radius: 4px !important; 
}
.bd-top-left-radius-4 {
    border-top-left-radius:4px !important; 
}
.bd-top-right-radius-4 {
    border-top-right-radius:4px !important; 
}
.bd-bottom-radius-4 {
    border-bottom-left-radius:4px !important; 
    border-bottom-right-radius:4px !important;
}
.bd-bottom-left-radius-4 {
    border-bottom-left-radius:4px !important; 
}
.bd-bottom-right-radius-4 {
    border-bottom-right-radius:4px !important;
}

.bd-radius-5 {
    border-top-left-radius:5px !important; 
    border-top-right-radius: 5px !important; 
    border-bottom-left-radius:5px !important; 
    border-bottom-right-radius:5px !important;
}
.bd-top-radius-5 {
    border-top-left-radius:5px !important; 
    border-top-right-radius: 5px !important; 
}
.bd-top-left-radius-5 {
    border-top-left-radius:5px !important; 
}
.bd-top-right-radius-5 {
    border-top-right-radius:5px !important; 
}
.bd-bottom-radius-5 {
    border-bottom-left-radius:5px !important; 
    border-bottom-right-radius:5px !important;
}
.bd-bottom-left-radius-5 {
    border-bottom-left-radius:5px !important; 
}
.bd-bottom-right-radius-5 {
    border-bottom-right-radius:5px !important;
}

.bd-radius-6 {
    border-top-left-radius:6px !important; 
    border-top-right-radius: 6px !important; 
    border-bottom-left-radius:6px !important; 
    border-bottom-right-radius:6px !important;
}
.bd-top-radius-6 {
    border-top-left-radius:6px !important; 
    border-top-right-radius: 6px !important; 
}
.bd-top-left-radius-6 {
    border-top-left-radius:6px !important; 
}
.bd-top-right-radius-6 {
    border-top-right-radius:6px !important; 
}
.bd-bottom-radius-6 {
    border-bottom-left-radius:6px !important; 
    border-bottom-right-radius:6px !important;
}
.bd-bottom-left-radius-6 {
    border-bottom-left-radius:6px !important; 
}
.bd-bottom-right-radius-6 {
    border-bottom-right-radius:6px !important;
}

.bd-radius-45 {
    border-top-left-radius:45px !important; 
    border-top-right-radius:45px !important; 
    border-bottom-left-radius:45px !important; 
    border-bottom-right-radius:45px !important;
}
.bd-top-radius-45 {
    border-top-left-radius:45px !important; 
    border-top-right-radius: 45px !important; 
}
.bd-top-left-radius-45 {
    border-top-left-radius:45px !important; 
}
.bd-top-right-radius-45 {
    border-top-right-radius:45px !important; 
}
.bd-bottom-radius-45 {
    border-bottom-left-radius:45px !important; 
    border-bottom-right-radius:45px !important;
}
.bd-bottom-left-radius-45 {
    border-bottom-left-radius:45px !important; 
}
.bd-bottom-right-radius-45 {
    border-bottom-right-radius:45px !important;
}

.sombraLigera {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}
.sombraMarcada {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* CONTROL HORARIO DE ACCESO: TABLA CONFIGURACIÓN HORAS */
#tableConfigHorarioControlAcceso thead > tr > th { transform: rotate(-45deg) }
#tableConfigHorarioControlAcceso tr > td, tr > th { position:relative }
#tableConfigHorarioControlAcceso tr.selectable td.ui-selecting { background-color: #95dbe9; }
#tableConfigHorarioControlAcceso tr.selectable td.ui-selected { text-align: center; background-color: #42b6cd; color: #FFF; }
#tableConfigHorarioControlAcceso tr.selectable td.ui-selected::before { position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: FontAwesome; content: "\f00c";}
#tableConfigHorarioControlAcceso tr.selectable { margin: 0; padding: 0; }


/* DISPONIBILIDAD SEMANAL OPERARIO: TABLA CONFIGURACIÓN DE DISPONIBILIDAD SEMANAL */
#tableDisponibilidadSemanalOp thead > tr > th { transform: rotate(-45deg) }
#tableDisponibilidadSemanalOp tr > td, tr > th { position:relative }
#tableDisponibilidadSemanalOp tr.selectable td.ui-selecting { background-color: #95dbe9; }
#tableDisponibilidadSemanalOp tr.selectable td.ui-selected { text-align: center; background-color: #42b6cd; color: #FFF; }
#tableDisponibilidadSemanalOp tr.selectable { margin: 0; padding: 0; }


/* TEXTO CAMBIA TAMANIO */
.texto-tamanio-15 {
    font-size: 1.5rem;
}

.badge-tamanio-15 {
    font-size: 1.5rem;
}

@media only screen and (min-width: 576px) {

}


/* CSS RESPONSIVE */
@media (max-width: 576px) {
    .texto-tamanio-15 {
        font-size: 1rem;
    }
    .badge-tamanio-15 {
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) { 
    .texto-tamanio-15 {
        font-size: 1rem;
    }
    .badge-tamanio-15 {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .texto-tamanio-15 {
        font-size: 1rem;
    }
    .badge-tamanio-15 {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .fs-movil-0-75 {
        font-size: 0.75rem;
    }
}

@media (min-width: 992px) {
    .texto-tamanio-15 {
        font-size: 1.15rem;
    }
    .badge-tamanio-15 {
    font-size: 1.5rem;
}
}


@media (min-width: 1200px) {
    .texto-tamanio-15 {
        font-size: 1.25rem;
    }
    .badge-tamanio-15 {
    font-size: 1.5rem;
}
}


@media (min-width: 1400px) { 
   .texto-tamanio-15 {
        font-size: 1.5rem;
    }
   .badge-tamanio-15 {
    font-size: 1.5rem;
}
}


.deshabilitar_elemento {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.borde_ecosoft {
    border: 2px solid  #14b6cd;
}

.bg_white {
    background-color: #FFFFFF;
}