:root {
  --color-fondo-menu-lateral: #000000;
  --color-letra-menu-lateral: white;
  --color-separadores-menu-lateral: white;
  --color-cabecera-modal: #000000;
  --color-tabfondo: #000000;
  --color-boton-fondo: #F16E00;
  --color-boton-letra: white;
  --color-barras-menu: black;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
}

/**POP-UP**/
.alert-success{
    position: fixed;
    top: 50px;
    z-index: 400;
    width: 25%;
    border: solid thin var(--color-gris-letra-claro);
    background-color: white;
    right: 0;
}

.alert_info{
    position: relative;
    float: left;
    width: 96%;
    padding: 2%;
}

#alert_image{
    position: relative;
    float: left;
    width: 20%;
}

.alert_descripcion{
    position: relative;
    float: left;
    width: 80%;
}

#alert_productocarrito{
    position: relative;
    float: left;
    width: 96%;
    padding: 2%;
    color: var(--color-letra-cta-2);
}

#alert_precio{
    position: relative;
    float: left;
    width: 96%;
    padding: 2%;
    color: var(--color-letra-cta);
}

.alert_tramitar{
    position: relative;
    float: left;
    width: 100%; 
}

.alert_acomprar{
    position: relative;
    float: left;
    width: 100%;
    background-color: #494949;
    color: white !important;
    text-align: center !important;
    padding: 2% 0;
}

.hide{
    display: none;
}

/********/
.modal h4{
    margin: 0;
    padding: 0;
}

.imagenfondoconfig img{
    width: 100px;
}

.editmodule img,
.editmodule i{
    width: 45px;
    height: 45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 2px;
}

.editmodule i{
    font-size: 50px;
    color: var(--color-boton-fondo);
}

.editmodule img:hover,
.editmodule i:hover{
    cursor: pointer;
}

.modal{
    color: black !important;
}
     
.textalignleft{
    text-align: left;
}

.textalignright{
    text-align: right;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: var(--color-fondo-menu-lateral); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.containersidenav{
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.divocultar{
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    background-color: var(--color-separadores-menu-lateral);
    margin-top: 10px;
}

.divocultar a span{
    color: var(--color-fondo-menu-lateral);
}

.divocultar a:hover{
    cursor: pointer;
}

.divocultar img{
    max-width: 20px;
    margin-right: 10px;
}

.negrita{
    font-weight: bold;
}

.containersidenav hr{
    border: 1px solid var(--color-separadores-menu-lateral);
    width: 100%;
    position: relative;
    float: left;
}

.imagenmenulateral{
    display: inline-block;
    max-width: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-letra-menu-lateral);
    display: block;
    transition: 0.3s
}

.sidenav .suba{
    padding: 8px 8px 8px 30px;
    font-size: 18px;
}

.sidenav .suba:hover{
    cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: var(--color-letra-menu-lateral);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0;
    margin: 0;
    width: 100%;
    /* overflow-y: auto; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    
    .sidenav .suba{font-size: 15px;}
}

.toolbar-item-image{
    display: none;
}

.opennav{
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 10000;
    color: var(--color-barras-menu);
}

#sortableconfig{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 96%;
    margin: 0 2%;
    position: relative;
    float: left;
}

#sortableconfig li{
    margin: 5px 0;
}

#sortableconfig li:hover{
    cursor: move;
}

.addbutton{
    background-color: #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
    width: 12%;
    text-decoration: none;
}

.addbutton:hover{
    cursor: pointer;
}

#divmodules{
    position: relative;
    float: left;
    width: 100%;
}

.eliminarmodulo:hover{
    cursor: pointer;
}

#containerfaq{
    position: relative;
    float: left;
    width: 90%;
    margin: 0 5%;
}

#containerfaq h3{
    color: #FF7901;
}

#listaseo li{
    margin-bottom: 10px;
}

.circulo{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: red;
    margin-left: 5px;
}

.mensajeseo{
    display: inline-block;
    width: 100%;
    font-size: 10px;
    display: none;
}

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

.lineform{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#image-gallery li img{
    width: 100%;
    height: auto;
}

.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.pt0 { padding-top:0 !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pb0 { padding-bottom:0 !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.eliminarimagen{color: #F16E00; position: absolute;}
.eliminarimagen:hover{cursor: pointer}
#enlacesuperiores{margin: 20px 0; padding: 0; list-style: none;}
#enlacesuperiores li{display: inline-block; padding-right: 1%;}
.cart{position: relative;float: left;width: 90%; margin: 20px 5%;}
#diverror{position: relative;float: left;width: 90%; margin: 20px 5%;}
.lSSlideWrapper{background-color: white}
.lSPager li{background-color: white}
.imgpaqueteria{max-height: 40px;}
.cabeceratable{
    background-color: white;
    color: black;
    overflow: auto;
    display: table;
    width: 100%;
    position: relative;
    float: left;
    height: 45px;
    box-sizing: border-box;
}

.cabeceratable .left{
    float: left;
    padding: 10px 5px;
    text-decoration: none;
}

.cabeceratable a{
    color: white;
}

.cabeceratable .left:hover,
.cabeceratable .left:active,
.cabeceratable .left:active{
    color: white;
    text-decoration: none;
}

.cabeceratable .right{
    float: right;
    display: inline-block;
    height: 45px;
    box-sizing: border-box;
    background-color: white;
    color: black;
    padding: 12px 10px;
    margin-left: 5px;
    text-decoration: none;
}

.cabeceratable .right span{
    display: none;
}

.cabeceratable .right:hover span{
    display: inline-block;
    cursor: pointer;
}

.cabeceratable .right i{
    font-size: 20px;
}

.cabeceratable input{
    margin: 5px 10px;
    width: 80%;
}

#containerimages{
    margin: 0;
    padding: 20px 2%;
    width: 100%;
    overflow-y: auto;
    position: relative;
    float: left;
    background-color: white;
}

#sortablegalery{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sortablegalery li{
    display: inline-block;
    width: 20%;
    margin: 0 2% 20px 2%;
    text-align: center;
}

#sortablegalery li:hover{
    cursor: pointer;
}

#sortablegalery li img{
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#sortablegalery li label{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 2%;
    background-color: #eaeaea;
    color: #E6E6E6;
    box-sizing: border-box;
}

#sortablegalery li label i{
    position: absolute;
    top: 2px;
    right: 5px;
    color: #ffc000;
    font-size: 16px;
}

#sortablegalery li label i:hover{
    cursor: pointer;
}

.selectimage{
    border: solid 3px black;
}

.ui-widget.ui-widget-content{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-widget.ui-widget-content li{
    padding: 5px 0 ;
}

.ui-widget-header {
    background: var(--color-cabecera-modal);
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color:#333
}

.ui-state-default, 
.ui-state-default, 
.ui-widget-content 
.ui-state-default, 
.ui-widget-header 
.ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active{
    background: var(--color-tabfondo);
}

.tamlogo50{
    width: 50% !important;
}

.tamlogo100{
    width: 100% !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}

.tamlogo100 img{
    width: 100% !important;
}

.cabeceraconfig{
    background-color: var(--color-cabecera-modal);
}

.cerrarmodal{
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
    text-decoration: none;
}

.cerrarmodal:hover{
    color: var(--color-boton-letra);
    text-decoration: none;
}

.borraritemmenu, .borraritemmenufooter{
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
    text-decoration: none;
}

.botonactualizar{
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
    text-decoration: none;
    border: none;
    font-size: 1.5vw;
    padding: 10px 20px;
    float: right;
}

.botonactualizar:hover{
    cursor: pointer;
}

.updatetestimony,
.deletetestimony{
    text-decoration: none;
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
    padding: 5px 5px 5px 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.updatetestimony:hover,
.deletetestimony:hover{
    text-decoration: none;
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
}

.botonbackend{
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.botonbackend:hover{
    cursor: pointer;
    text-decoration: none;
    color: var(--color-boton-letra);
}

#divpaqueteria{
    display: none;
}

.textarea100{
    max-width: 100%;
    min-width: 100%;
}

.tituloback{
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

#divedad{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: white;
    text-align: center;
    padding-top: 5%;
}

#divedad #logoedad{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

#divedad #logoedad img{
    width: 15%;
}

#divedad #divbuttonedad{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

#divedad #divbuttonedad a{
    margin: 10px 20px;
    padding: 5px 20px;
    background-color: var(--color-boton-fondo);
    color: var(--color-boton-letra);
}

#divedad #divbuttonedad a:hover{
    cursor: pointer;
    text-decoration: none;
}

#contentmayoredad{
    padding: 20px;
    font-size: larger;
    color: var(--color-letra-cta);
    font-weight: bold;
    text-align: center;
    overflow-y: auto;
}

#contentmayoredad #logomodal{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#contentmayoredad #logomodal img{
    width: 20%;
    margin: 0 40%;
}

#contentmayoredad p{
    position: relative;
    float: left;
    width: 100%;
    font-size: x-large;
    color: var(--color-letra-cta);
    font-weight: bold;
    text-align: center;
}

.divcontainer{
    position: relative;
    float: left;
    width: 80%;
    margin: 20px 10%;
    padding: 0;
}

.containermodal{
    position: relative;
    float: left;
    width: 100%;
    /* overflow-y: auto; */
}

.linepagos{
    margin-bottom: 10px;
}

#divtipotarifa input,
#divtipotarifa label{
    margin-right: 10px;
    display: inline-block;
}

.linepay{
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.linepay img{
    height: 20px;
}

.fileetiqueta{
    width: 100%;
    min-height: 600px;
    margin-bottom: 20px;
}

.imagenlistado{
    max-height: 100px;
}

@media screen and (max-width: 1200px) {
    #divedad #logoedad img{
        width: 20%;
    }
}

@media screen and (max-width: 900px) {
    .containermodal{
        overflow-y: auto;
    }
}

@media screen and (max-width: 800px) {
    #divedad #logoedad img{
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    #divedad #logoedad img{
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #divedad #logoedad img{
        width: 80%;
    }
}
