/* CSS Document */
@import url(../fuentes/fuentes.css);
*{
    font-family: 'open_sans';
}
.datepicker > div{
  display: block;
}

img{
    max-width: 100%;
}
body {

    min-width: 1200px;
    width: 100%;
    height: 100%;
}
textarea{
    resize: none;
}
.input-group .icon-input-left{
    position: absolute;
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    z-index: 2;
    padding: 10px;
    font-size: 20px;
}
.input-group .icon-input-left+.form-control{
    padding-left: 35px;
}

.login-fondo {
    background: url(/skins/administracion/images/imagen-fondo.jpg) #CCCCCC fixed center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-caja {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 100px;
    margin-left: -200px;
    background: rgba(0, 0, 0, 0.8);
}
.login-caja h1 {
    background: #29abe2;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
}

.login-caja .login-logo{
    text-align: center;
    padding-top: 10px;
}
.login-caja .login-content{
    padding: 20px;
    min-height: 250px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 300;
}

.login-caja .login-content label{
    font-weight: 300;
    color: #FFFFFF;
}

.login-caja .login-content .form-control{
    background: transparent;
    border-radius: 0;
    font-weight: 300;
    color: #FFFFFF;
}

.login-caja .login-content .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#FFFFFF;
    opacity: 1; /* Firefox */
     font-weight: 300;
     font-size: 14px;
}

.login-caja .login-content .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#FFFFFF;
     font-weight: 300;
       font-size: 14px;
}

.login-caja .login-content .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:#FFFFFF;
     font-weight: 300;
       font-size: 14px;
}

.login-caja .login-content .olvido{
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.login-caja .login-content .error_login{
    background: rgba(255,0,0,0.3);
    color: #FFFFFF;
    padding: 5px;
    text-align: center; border-radius: 0.5em;
    font-weight: 300;
    font-size: 14px;
}

.login-caja .login-content .mensaje_login{
    background: rgba(38,168,33,0.6);
    color: #FFFFFF;
    padding: 5px;
    text-align: center; border-radius: 0.5em;
    font-weight: 300;
    font-size: 14px;
}
.btn-azul-login{
    background: #29abe2;
    color: #FFFFFF;
    font-weight: 300;
    padding: 4px;
    border:0;
    padding-left: 30px;
    padding-right: 30px;
}
.login-derechos{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #FFFFFF;
    font-weight: 300;
    background: rgba(0,0,0,0.6);
    font-size: 14px;
}

.login-derechos a{
    color: #29abe2;
}
.info-olvido{
    font-size: 16px;
    font-weight: 300;
}
.info-olvido strong{
    color: #29abe2;
    font-weight: 300;
}



.has-error{
    position: relative;
}
.has-error .form-control{
    border-color: #ffc4c4;
}
.has-error label{
    color: red;
}

.has-error .with-errors{
    background: #ffc4c4;
    color: #6b0a0a;
    padding: 5px;
    text-align: center;
    border-radius: 0 0 0.5em 0.5em;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    padding: 0;
    height: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -4px;
}

header{
    background: #01C6F0;
    min-height: 80px;
    color: #FFFFFF;
    padding-top: 15px;
}

header .infousuario{
    text-align: right;
}
header .infousuario i{
    font-size: 20px;
}
header .infousuario 
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

footer.panel-derechos{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #FFFFFF;
    font-weight: 300;
    background: #000000;
    font-size: 14px;
}

footer.panel-derechos a{
    color: #29abe2;
}
.kt-login-name{
    margin-right: 20px;
}

.enlace-salir{
    color: #FFFFFF;
    text-decoration: none;
    background: #a535b5;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 40px;
    display: inline-block;
    border-radius: 5px;
}

.margen-header{
    margin-top: 15px;
}
.margen-logout{
    margin-top: 14px;
    font-size: 18px;
}

#panel-botones{
    background: #333333;
    color: #FFFFFF;
    min-height: calc(100vh - 110px);
    padding: 0;
}

#panel-botones ul{
    padding: 0;
    list-style-type: none;
}
#panel-botones ul li{
    display: block;
 
}
#panel-botones ul li a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    border-left: 4px transparent solid;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 12px;
}

#panel-botones ul li a i{
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}

#panel-botones .activo a, #panel-botones li a:hover{
    border-left: 4px #a535b5 solid;
    background: #666666;
}


#contenido_panel{
    background: #EBF0F6;
    min-height: calc(100vh - 110px);
    padding: 0px;
}



.panel-titulo{
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
    text-indent: 10px;
    padding: 5px;
    font-weight: 300;
    padding-top: 11px;
    padding-bottom: 11px;
}

.div-dashboard{
    background: #FFFFFF;
    border-top: 3px solid #CDD1DB;
    margin-top: 15px;
    min-height:230px;
}

.content-dashboard{
    background: #FFFFFF;
    border-top: 3px solid #CDD1DB;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-dashboard label{
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

thead td{
    text-transform: capitalize;
}

.div-dashboard h2{
    color: #8D8D8D;
    font-size: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #DBDFE7;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.div-dashboard h2 img{
    margin-top: -5px;
}
.div-dashboard h2 a{
    float: right;
    color: #CCCCCC;
}
.div-dashboard h2 a:hover{
    color: #09c2f7;
}
.div-whatsapp{
    background: #8CC63E;
    height: 230px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: table;
}
.div-whatsapp div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height:230px;
    
}
.div-whatsapp h2{
    color: #FFFFFF;
    font-size: 20px; 
}
.div-whatsapp p{
    margin:0;
    font-size:16px;
    font-weight: 300;
}
.redes{
    display: inline-block;
    margin: 10px;
}

.redes img{
    max-height: 60px;
}

.equis{
    color: #FB2C32;
    background: #CECECC;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.ok{
    color: #006736;
    background: #CECECC;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
}
.pading-dashboard{
    padding: 40px;
    padding-top:0;
}
.pading-dashboard h5{
    background: #EEEEEE;
    padding: 10px;
    margin-top: 15px;
    font-size: 18px;
        color: #6B6B6B;
}
.contenedor-informacion{
    margin-top:20px;
    background: #EEEEEE;
    display: table;
    width: 100%;

}
.contenedor-informacion .icono{
    background: #000000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
}

.contenedor-informacion  .contenido{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    color:  #6B6B6B;
    font-size: 14px;
    font-weight: 300;
}


.contenedor-informacion  .contenido h4{
    font-size: 18px;
}
.contenedor-informacion  .contenido .boton{
    margin-top: 20px;
    width: 170px;
    text-align: center;
}

.contenedor-informacion  .contenido a.btn-robot{
    background:#0ac6f0;
    color: #FFFFFF;
    padding: 8px;
    font-size: 20px;
    font-weight: 300;
}
.contenedor-informacion  .contenido  a.btn-sitemap{
    background:#000000 ;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    padding: 8px;
}
.contenedor-informacion .icono.telefono{
    background: #09c2f7;
}
.contenedor-informacion .icono.correo{
    background: #ff9900;
}
.contenedor-informacion .icono.direccion{
    background: #24b573;

}



.padding{
    padding-left:15px;
    padding-right: 15px;
}

.margen-dashboard{
    margin-top: 20px;
}
.contenedor-informacion .icono-mapa{
    background: #000000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 60px;
}
.contenedor-informacion .icono-mapa.latitud{
    background: #ff9900;
}
.contenedor-informacion .icono-mapa.longitud{
    background: #fe1e26;
}
.contenedor-informacion .icono-mapa.zoom{
    background: #0270bb;
}
.contenedor-informacion .icono-seo{
    background: #000000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 140px;
}
.contenedor-informacion .icono-seo.descripcion{
    background: #079345;
}
.contenedor-informacion .icono-seo.tags{
    background: #09c2f7;
}
.contenedor-informacion .icono-seo.archivos{
    background: #f89320;
}

.contenedor-informacion .icono-seo.scripts{
    background: #0170bd;
}
.contenedor-informacion .icono-seo.log{
    background: #fe1e26;
}
/* Marcela*/

.mapa{
    width: 100%;
    height: 250px;
    margin-top:20px;
    border:1px solid #CCCCCC;
}


.input-icono{
    width: 50px;
    text-align: center;
    display: inline-block;
}

.input-icono-grande{
    width: 80px;
    text-align: center;
    display: inline-block;
}

.icono-metricas{
    font-size: 38px;
    margin-top: 10px;
}

.fondo-facebook, .fondo-azul{
    background: #0f477f;
    color: #ffffff;
}
.fondo-instagram, .fondo-morado{
     background:#a535b5;
    color: #ffffff;
}

.fondo-twitter, .fondo-azul-claro{
     background:#09c2f6;
    color: #ffffff;
}

.fondo-pinterest, .fondo-cafe{
     background:#900909;
    color: #ffffff;
}

.fondo-youtube, .fondo-rojo-claro{
     background:#fe0c04;
    color: #ffffff;
}

.fondo-flickr, .fondo-rosado{
     background:#fe55b5;
    color: #ffffff;
}

.fondo-linkedin{
     background:#094483;
    color: #ffffff;
}

.fondo-google, .fondo-rojo{
     background:#d52121;
    color: #ffffff;
}

.fondo-whatsapp, .fondo-verde-claro{
    background:#8bc63d;
    color: #ffffff;
}
.fondo-telefono{
    background:#09c2f8;
    color: #ffffff;
}
.fondo-correo{
    background:#ff9901;
    color: #ffffff;
}
.fondo-direccion, .fondo-verde{
    background:#24b572;
    color: #ffffff;
}
.fondo-mapa-latitud{
    background:#ff9901;
    color: #ffffff;
}
.fondo-mapa-longitud{
    background:#fe1e27;
    color: #ffffff;
}
.fondo-mapa-zoom{
    background:#026fbb;
    color: #ffffff;
}
.fondo-descripcion{
    background:#079345;
    color: #ffffff;
}
.fondo-tags{
    background:#09c2f8;
    color: #ffffff;
}
.fondo-scripts{
    background:#016fbd;
    color: #ffffff;
}

.btn-file-robot{
     background:#0ac6f0;
    color: #FFFFFF;
    padding: 8px;
    font-size: 20px;
    font-weight: 300;
    border-color:#0ac6f0 ;
    width: 140px;
}
.btn-file-robot:hover{
   background: #FFFFFF;
   color: #0ac6f0;
    border-color:#0ac6f0 ;
}

.btn-file-sitemap{
     background:#000000;
    color: #FFFFFF;
    padding: 8px;
    font-size: 20px;
    font-weight: 300;
    border-color:#000000 ;
    width: 140px;
}
.btn-file-sitemap:hover{
   background: #FFFFFF;
   color: #000000;
    border-color:#000000 ;
}

.botones-acciones{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.btn-guardar{
    background: #8bc63d;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border:1px solid #8bc63d;
}
.btn-guardar:hover{
    background: #FFFFFF;
    color: #8bc63d;
}

.btn-cancelar{
    background: #fe1e26;
     color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border:1px solid  #fe1e26;
}
.btn-cancelar:hover{
    background: #FFFFFF;
    color: #fe1e26;
}
.titulo-principal{
    display: block;
    padding: 10px;
    margin:0;
    background: #ff9900;
    color: #FFFFFF;
    font-size: 20px;
}


.btn-azul{
    background: #0f477f;
    color: #ffffff!important;
    border: 1px solid #0f477f;
}
.btn-azul:hover{
    background:#ffffff;
    color: #0f477f!important;
}
.btn-morado{
    background:#a535b5;
    color: #ffffff!important;
    border: 1px solid #a535b5;
}
.btn-morado:hover{
     background:#ffffff;
    color:#a535b5 !important;
}

.btn-azul-claro{
     background:#09c2f6;
    color: #ffffff!important;
     border: 1px solid #09c2f6;
}
.btn-azul-claro:hover{
     background:#ffffff;
    color: #09c2f6!important;
}

.btn-cafe{
     background:#900909;
    color: #ffffff!important;
     border: 1px solid #900909;
}
.btn-cafe:hover{
     background:#ffffff;
    color: #900909!important;
}

.btn-rojo-claro{
     background:#fe0c04;
    color: #ffffff!important;
     border: 1px solid #fe0c04;
}
.btn-rojo-claro:hover{
     background:#ffffff;
    color: #fe0c04!important;
}

.btn-rosado{
     background:#fe55b5;
    color: #ffffff!important;
     border: 1px solid #fe55b5;
}
.btn-rosado:hover{
     background:#ffffff;
    color: #fe55b5!important;
}


.btn-rojo{
    background:#d52121;
    color: #ffffff !important;
    border: 1px solid #d52121;
}
.btn-rojo:hover{
    background:#ffffff;
    color: #d52121!important;
}

.btn-verde-claro{
    background:#8bc63d;
    color: #ffffff!important;
     border: 1px solid #8bc63d;
}
.btn-verde-claro:hover{
    background:#ffffff;
    color: #8bc63d!important;
}

.btn-verde{
    background:#24b572;
    color: #ffffff!important;
     border: 1px solid #24b572;
}
.btn-verde:hover{
    background:#ffffff;
    color: #24b572!important;
}

.franja-paginas{
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.franja-paginas .titulo-registro{
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 300;
    color: #888888;
}

.franja-paginas .texto-paginas{
     padding-top: 5px;
    font-weight: 300;
    color: #888888;
}
.page-link{
    color: #09c2f6;
     border-color: #09c2f6;
     font-weight: 300;
}

.page-link:hover{
    color: #000000;
    border-color: #09c2f6;
    background: #EBF0F6;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #09c2f6;
    border-color: #09c2f6;
}

.content-table{
    margin-left: 20px;
    margin-right: 20px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
}

.content-table .table{
    margin-bottom: 0;
}

.content-table .table thead{
    background: #8bc63d;
    text-align: left;
    color: #FFFFFF;
    font-weight: 300;
}
.content-table .table tbody{
     font-weight: 300;
     font-size: 16px;
}
.content-table .table tbody tr:hover{
    background: #dbeeff;
}
label.input-group{
    margin-bottom: 0;
}
.thumbnail-administrator{
    max-height: 100px;
    max-width: 100px;
}
.up_table{
    display: inline-block;
    background: #f15925;
    border-color: #f15925;
}
.down_table{
    background:transparent;
    color: #f15925;
    display: inline-block;
    border-color: #f15925;
}

.up_table:hover,.down_table:hover{
    background:#000000;
    color: #f15925;
     border-color: #f15925;
}

.tabla_log{
    font-size: 12px;
}
.tabla_log tr{
    border-bottom: 1px solid #FFFFFF;
}
.texto-log{
    font-size: 13px;
}
.radio-col{
    display: block;
    text-align: center;
}
.radio-col input:checked + span{
  font-weight: bold;
  background: #DDDDDD;
  -webkit-box-shadow:inset 2px 2px 2px 0 rgba(00,0,0,0.4);
    box-shadow:inset 2px 2px 2px 0 rgba(00,0,0,0.4);
}
.radio-col input{
    position: absolute;
    opacity: 0;
}
.radio-col span{
    display: block;
    background: #EEEEEE;
    border:1px solid #CCCCCC;
    border-radius: 0.5em;
    
-webkit-box-shadow: 2px 2px 2px 0 rgba(00,0,0,0.4);
    box-shadow: 2px 2px 2px 0 rgba(00,0,0,0.4);
}
.radio-col span  img{
    max-height: 60px;
}

.radio-disenio{
    display: block;
    text-align: center;
}
.radio-disenio input:checked + span{
  font-weight: bold;
  background: #DDDDDD;
  -webkit-box-shadow:inset 2px 2px 2px 0 rgba(00,0,0,0.4);
    box-shadow:inset 2px 2px 2px 0 rgba(00,0,0,0.4);
}
.radio-disenio input{
    position: absolute;
    opacity: 0;
}
.radio-disenio span{
    display: block;
    background: #EEEEEE;
    border:1px solid #CCCCCC;
    border-radius: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    
-webkit-box-shadow: 2px 2px 2px 0 rgba(00,0,0,0.4);
    box-shadow: 2px 2px 2px 0 rgba(00,0,0,0.4);
}
.radio-disenio span  img{
    max-height: 80px;
}

/* cambio de color Tiny */

.theme-tiny{
display: inline-block;
float: right;
font-size: 12px;
}
.mce-toolbar-grp {
    background-color: #333333 !important;
    background-image: none !important;
     color: #FFFFFF!important;
}
#tinymce {
   color: #333333;
}
.mce-btn-group .mce-btn{
    border:0;
}
.mce-btn-group .mce-btn button {
    background-color: #333333!important;
    color: #FFFFFF!important;
}
.mce-btn-group .mce-btn .mce-ico, .mce-caret{
    color:#FFFFFF;
    border-top-color: #FFFFFF!important;
}
.mce-text{
    background:transparent !important;
}
.mce-colorbutton:hover .mce-open{
    border-color: transparent!important;
}
/* fin  cambio de color Tiny */


.titulo-negocio {
    background: #0084c9;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 2px;
    text-align: left;
    text-transform: uppercase;
}

.caja-pedido {
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.titulo-azul {
    margin: 0;
    color: var(--azul)!important;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #CCCCCC;
}
