
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}

a {text-decoration:none;}

#container{
    transition: opacity 2s;
}

.ajuste{
    max-width: 2000px;
    margin:auto;
}

h1{
    text-align: center;
    color: #505050;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration:none; 
    font-weight: bold;
    font-size: 26px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

h2{
    margin-top: 0;
    color: #295678;
    letter-spacing: 2px;
    text-align: center;
    margin: 30px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mensajes {
    width: 94%;
    /* padding-left: 300px; */
    margin: 3%;
    margin-bottom: -2%;
}
    .mensajes .msg{
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }
    .mensajes .msg_ok{
        border: 1px solid #3ca01370;
        color: #ffffffd4;
        background: #82b760de;
    }
    .mensajes .msg_info{
        border: 1px solid #a4af0070;
        color: #484400d4;
        background: #e9f774de;
    }
    .mensajes .msg_error{
        border: 1px solid #670000c7;
        color: #ffffffd4;
        background: #941414b8;
    }

iframe{
    width: 100%;
    border: none;
}
iframe:hover{
    background: transparent;
}

.tablescroll{
    overflow-x: auto;
}

#fondoblancotransparente{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 99999;
}

.cabecera{
    overflow: hidden;
    width: 100%;
    background: white;
    box-shadow: 0px 2px 7px 0px rgba(57, 94, 121, 0.37);
    /* position: relative; */
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.cabecera .logo{
    margin: 7px 0px 7px 30px;
    display: inline-block;
    height: 38px;
}

.cabecera #logo{
    height: 100%;
}

.cabecera .buttonmenu{
    display: none;
    width: 35px;
    margin: 25px;
    vertical-align: top;
    position: absolute;
}

.cabecera #Burguer{
    width: 100%;
}

.cabecera .buscar{
    float: right;
    height: 35px;
    width: 460px;
    margin: 24px;
    border: 1px solid #f0f0f0;
}

.cabecera .buscar .imglupa{
    float: right;
    padding: 8px;
}

.cabecera .buscar .inputbuscar{
    width: 88%;
    height: 94%;
    border: none;
    color: #384668;
    font-weight: bold;
    font-size: 13px;
    outline:0px;
    padding-left: 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    margin-top: 2px;
    background: transparent;
}

.cabecera .textocabecera{
    float: right;
    margin: 16px 25px 0px 25px;
    text-align: right;
    text-transform: uppercase;
    overflow: hidden;
}

.cabecera .textocabecera label{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #17679a;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin: 4px 0px;
}

.cabecera .cabeceralogin{
    float: right;
}

.cabecera .cabeceralogin .imglogin{
    margin: 10px 0px;
}



.cabecera .cabeceralogin .textologin{
    float: right;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 4px 25px 0px 7px;
    color: #384668;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
}
.cabecera .cabeceralogin .textologin span { display: none;}


.cabecera .cabeceralogin .textologin:hover{
    color: #4e6394;
    text-decoration: none;
}
.cabecera .cabeceralogin .textologinusuario:hover{
    color: #000000;
}
.cabecera .cabeceralogin .textologinusuario .imgcarro{
    width: 45px;
    margin-top: 5px;
}

.cabecera .cabeceralogin .textologinusuario .numbercarro{
    position: absolute;
    background: white;
    width: 25px;
    height: 18px;
    border-radius: 6px;
    top: 7px;
    right: 31px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    z-index: 999;
    color: #37789b;
}


.cuerpo{
    overflow: hidden;
    transition: opacity 1s;
    min-height: 600px;
    margin-top: 100px;
}

#popup {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.content-popup {
    margin: 5% 20%;
    position: relative;
    width: 60%;
    height: 75%;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
    padding: 10px 25px 25px 25px;
    overflow: hidden;
}

.content-popup h1 {
    border-bottom: 1px solid #dddddd;
    margin-top: 5px;
    padding-bottom: 12px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #384668;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.content-popup .popupcontent{
    text-align: left;
    overflow-y: auto;
    height: 90%;
}

.content-popup .popupcontent h2{
    padding-bottom: 7px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #5ca9d3;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
}

.content-popup .popupcontent p{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #a3a3a3;
    font-size: 11px;
}

.close {
    position: absolute;
    right: 15px;
    margin-top: 2px;
}


.linkmenutop {
    width: 100%;
    /* padding-left: 300px; */
    margin: 2% 2% 0% 2%;
    text-decoration: none;
    color: #959595;
    outline: 0px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.linkmenutop a,
.linkmenutop span{
    color: #959595;
    outline:0px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0 5px;
    font-size: 12px;
}
.linkmenutop a:hover{
    /*text-decoration: none;*/
    color: #959595;
}
.linkmenutop:active{text-decoration: none;color: #959595;}


.descripcionfinal{    
    margin: 5% 3% 3% 5%;
    width: 92%;
}
.descripcionfinal h2{margin-left: -25px !important;}










/*****************************Menu top***************************************/
.menutop{
    width: 100%;
    margin-top: -50px;
    z-index: 999999;
    height: 45px;
    background: #3974a1;
    position: fixed;
    text-align: center;
}
.menutop a{
    display: inline-block;
    height: 35px;
    margin-top: 4px;
    width: 80px;
}

.menutop a img{
    height: 100%;
}





/* -------------------------------------  buscaprod ----------------------------------------------*/
#bP_buscaprod .marges{
    padding-top: 0px !important;
}
#bP_buscaprod #bP_resultados{
    text-align: center;
    border-top: 1px solid rgb(224, 224, 224) !important;
}
#bP_buscaprod input[type=text]#bp_cerrar {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
    font-weight: bold;
}
#bP_buscaprod input[type=text]#bP_info {
    border-bottom: 2px solid #e0e0e0 !important;
    font-weight: bold;
}
#bP_buscaprod .marges {
    background: rgba(115, 115, 115, 0.79) !important;
}

#bP_buscaprod  .teaser {
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}
#bP_buscaprod  .teaser:hover {
    transition: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}


/* ------------------------------------- FIN buscaprod ----------------------------------------------*/



/* ------------ DEBUG ---------------- */
.debug {
    background:rgba(185,185,185,0.9);
    border-top:3px solid #666;
    bottom:0;
    position:fixed;
    width:100%;
    height:1px;
}.debug:hover {height:200px; overflow:auto;}

.debug table td {
    padding:5px;
    border:1px solid black;
}






/* ------------------------------------- Table ----------------------------------------------*/
#table_id,
.table_id{
    text-align: center;
}
#table_id table tr,
.table_id table tr{
    font-size: 14px;
    color: #434343;
} 

#table_id a,
.table_id a{
    color: #2f5d80;
    font-weight: bold;
    cursor: pointer;
}

#table_id table tr a,
.table_id table tr a{
    color: #245372;
}

.dataTables_filter{
    width: 100%;
    text-align: center !important;
    margin: auto;
    float:none !important;
}

.dataTables_filter input{
    width: 400px;
    height: 30px;
    padding-left: 4px;
    outline: none;
}

#table_id .totaldisabled,
.table_id .totaldisabled{
    background: transparent;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    max-width: 90px;
    margin: auto;
    margin-top: 4px;
    display: inline-block;
    min-height: 20px;
}

#table_id .totaldisabled2,
.table_id .totaldisabled2{

    background: transparent;
    border: none;
    color: #434343;
    text-align: center;
    max-width: 90px;
}

#table_id .input,
.table_id .input{
    padding: 0px 9px;
    background: #9aaebd;
    border-bottom: 1px solid white;
}

#table_id .inputtotal,
.table_id .inputtotal{
    background: none;
}
#table_id .inputtotal input,
.table_id .inputtotal input{
    color: #ffffff;
}

#table_id .thinput,
.table_id .thinput{
    color: #466074;
}
#table_id .input input,
.table_id .input input{
    padding: 4px;
    padding-left: 8px;
    max-width: 105px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 3px;
}



#table_id .cuadrocolor,
.table_id .cuadrocolor{
    width: 18px;
    height: 18px;
    border: 1px solid #686868;
    border-radius: 2px;
    margin: auto;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.buttontable{
    display: inline-block;
    background: #5b7080;
    padding: 9px 20px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    cursor: pointer;
    border: none;
    margin-left: 10px;
}

.buttontop{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.button{
    display: inline-block;
    background: #5b7080;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}


.visualizaractualizarcarro{
    display: none;
}

#table_id .inputtotal,
.table_id .inputtotal{
    background: #5b7080;
    background-color: #5b7080;
    border: none;
}

#table_id .reservado,
.table_id .reservado{
    display: inline-block;
    font-size: 15px;
    color: #6e3737;
}
#table_id .disponible,
.table_id .disponible{
    cursor: pointer;
}

#table_id #idtotalsum,
.table_id #idtotalsum{
    margin-right: 15px;
}

#table_id .cerrar,
.table_id .cerrar{
    display: inline-block;
    float: right;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
}

#table_id .desc,
.table_id .desc{
    text-align: left
}

/* ------------------------------------- Fin Table ----------------------------------------------*/


@media all and (max-width : 1185px) and (orientation : landscape){
    .cabecera {position: absolute;}
    .menutop {position: absolute;}
}

@media all and (max-width:1185px){ /*Modo tablet*/
    .mensajes {padding-left: 0px;}

    /* .cabecera{
        box-shadow: 0px 0px 0px 0px rgba(230,230,230,0.5) ;
    } */

    
    .cabecera .cabeceralogin .textologin span{
        display: none;
    }

    .cabecera .buscar { 
        width: 94%;
        margin: 0 3% 3% 3%;
        float: none;
    }
    .cabecera .buttonmenu{
       /*  display: inline-block ; */
       display: none;
    }



    .cabecera .cabeceralogin .imglogin {
        margin: 8px 0px;
    }

    .cabecera .cabeceralogin{
        /* position: absolute; */
        right: 0px;
        top: 0px;
        float: right;
    }

    .content-popup {
        margin: 5% 5%;
        width: 90%;
        height: 80%;
    }

    .content-popup .popupcontent{
        height: 85%;
    }

    .linkmenutop {
        padding-left: 0px;
    }
}










    
@media all and (max-width:700px){ /*Modo movil*/
    .mensajes{margin-bottom: -5%;}

    .cabecera #Burguer {
        position: fixed;
        z-index: 200;
        width: 35px;
    }

    .cabecera .buscar {
        margin: 3% ;
    }

    .cabecera .textocabecera{
        display: block;
        width: 100% ;
        max-width: none;
        float: none ;
        text-align: center;
        margin: 0 ;
        position: initial;
    }


    .cabecera .cabeceralogin{
        z-index: 200;
        position: fixed;
    }

    .cabecera .cabeceralogin .imglogin {margin: 5px 0px;}

    .content-popup {height: 85%;}

    .descripcionfinal{    
        margin: 5% 0% 5% 0%;
        width: 100%;
    }
    .descripcionfinal h2{margin-left: 0px !important;}

    .cabecera .logo {
        margin: 10px 0px 10px 5px;
        display: inline-block;
        height: 30px;
    }
}

@media all and (max-width:500px){
    .cabecera .cabeceralogin .textologin {margin: 4px 6px 0px 7px;}
    .cabecera .cabeceralogin .textologinusuario .numbercarro{right: 12px;}
    .menutop a {
        display: inline-block;
        height: 30px;
        margin-top: 7px;
        width: 48px;
    }

    .dataTables_filter input {
        width: 100%;
        margin: 0px !important;
    }
    
}
