body{
    font-family: Roboto!important;
    color:#161616!important;
    font-size: 12px;
    margin: 0 0 0 0;
    background-color:  #f4f6f9;;
    margin: 20px;

}

.tablaDatos{
    display: none;
}

.tablaDatos2{
    display: none;
}

div#page{
    width:auto;
    margin:0 auto;

}
div#header{
    padding-top:30px;
    height:auto;
    font-size:12px
}
div#encabezado{
    top:0;
    left:0;
    width:100%;
    z-index:199;
    height:auto;
    margin: 0 0 0 0;
    position: fixed;
}
div#menuEncabezado{

    margin-left: 0px; 
    background-color:white;
    border: solid 1px silver;
    /*border-radius: 7px;*/
    padding:0px;
    box-shadow: all;
}
div#menuEncabezado a{
    color:#161616;
    font-weight: bold;
}
table#tEncabezado td:hover {
    background-color: whitesmoke;
    /*border-radius: 7px;*/
    cursor: pointer;
}
table#tEncabezado td{
    white-space: nowrap;
    text-align: center;
}
div#menu{

    width:240px;
    /*position:fixed;*/
    margin: 0;
    /*height:95vh;*/
    background-color:white;
    /*top:69px;*/
    /*padding:5px;*/
    overflow-y: auto;

}

div#menu a.boton{
    border: solid 1px silver;
    padding: 5px;
    background: white;
    border-radius: 5px;
    margin-bottom: 1px;
    letter-spacing: 0.5px !important;
    display: inline-block;
    margin-top: 10px !important;
    text-decoration: none;
    color: red !important;
    list-style-type: none;
    text-align: center;
    width: 100%;
}


div#content{
    width:auto;
    /*margin:68px 0px 20px 210px;*/
    min-height:500px;
    /*height: 94vh;*/
    /*overflow-x:scroll;*/
    overflow: auto;
    background-color:white;
    border-radius: 7px;
    padding:5px;
    /*padding-left: 5px;*/

}
div#footer{
    margin-top:50px;
    height:30px;
    font-size:9px
}
div#Directorio{
    z-index:100;
    top:0;
    right:0;
    width:auto;
    height:200px;
    position:absolute;
    border:solid 1px;
}

.highlight{
    background-color:#ff0
}
sup{
    color:#c00
}

table.tEstatus{
    font-weight:400;
    font-size:12px;
    border-collapse:collapse;
    border-spacing:0
}
.tEstatusEncabezado{
    border-bottom:1px solid #ccc;
    text-align:center;
    font-size:12px
}
.tEstatusCuerpo{
    font-weight:400;
    font-size:12px
}
.datatablerowhighlight{
    background-color:#999!important;
    color:#fff
}
#tabs-one-line .scroller{
    overflow:auto
}
#tabs-one-line ul{
    width:1660px
}
#tabs-nohdr{
    padding:0;
    background:0;
    border-width:0
}
#tabs-nohdr .ui-tabs-nav{
    padding-left:0;
    background:transparent;
    border-width:0 0 1px;

    border-radius:0
}
#tabs-nohdr .ui-tabs-panel{
    background:url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top #f5f3e5;
    border-width:0 1px 1px
}
.notificacion{
    background:#c00;
    position:absolute;
    left:14px;
    top:-25px;
    padding-left:2px;
    padding-right:2px;
    font-size:9px;
    color:#fff;
    text-align:center;

    border-radius:3px
}
.dataTables_wrapper table{
    border-spacing:0;
    font-size:12px;
}
.dataTables_wrapper td{
    padding:4px;
    height:20px
}
.dataTables_wrapper th{
    border-bottom:solid 1px #c00;
    text-align:center;
    height:25px;
    cursor:pointer
}
.dataTables_wrapper tr.odd{
    background-color:#f5f5f5
}
.estilizarTabla{
    border-spacing:0
}
.estilizarTabla td{
    padding:4px;
    height:20px
}
.estilizarTabla th{
    border-bottom:solid 1px #c00;
    text-align:center;
    height:25px
}
img{
    border:0
}
a:link{
    text-decoration:none;
    color:red;
}
a:visited{
    text-decoration:none;
    color:red;
}
a:active{
    text-decoration:none;
    color:red;
}
a:hover{
    text-decoration:none;
    color:red;
}
.tablaMagica{
    border-spacing:0;
    font-size: 12px;
    background-color: white;
    border-radius: 5px;
    border: solid 1px whitesmoke;
}
.tablaMagica td{
    padding:7px
}
.tablaMagica tr{
    height:25px
}
.tablaMagica th{
    border-bottom:solid 1px gray;
    text-align:center;
    height:25px;
    background-color:#FFF;
    padding-right:5px;
    padding-left:5px
}
.tablaMagica thead th{
    border-bottom:solid 1px gray;
    text-align:center;
    height:25px;
    background-color:#FFF;
    padding:10px;
}
.tablaMagica tfoot th{
    border-top:solid 1px gray;
    border-bottom:#FFF;
    text-align:center;
    height:35px;
    background-color:#FFF;
    padding-right:5px;
    padding-left:5px
}
.tablaMagica tbody th{
    border-bottom:solid 1px gray;
    height:25px;
    background-color:#FFF;
    padding-right:5px;
    padding-left:5px
}
.tablaMagica tr:nth-child(odd){
    background:whitesmoke;
}
.bordeDerecho{
    border-right:1px solid #E2E2E2
}
.bordeDerechoPuntos{
    border-right: dotted 1px silver;
}
.bordeIzquierdoPuntos{
    border-left: dotted 1px silver;
}
.bordesVerticales{
    border-collapse:collapse;
    border:1px solid #E2E2E2
}
.tdBorder{
    border-right:1px solid #E2E2E2
}
.dataTables_wrapper tfoot th{
    border-top:solid 1px gray;
    border-bottom:#FFF;
    text-align:center;
    height:25px;
    background-color:#FFF
}
.dataTables_wrapper table{
    font-size:12px;
}
.deshabilitado{
    border:solid 1px #999;
    color:#999
}
input[type=submit]{
    font-family: Roboto!important;
    font-size:12px;
    border:solid 1px gray;
    padding:5px;
    background:white;
    border-radius:5px;

    color:red;
    cursor:pointer
}
input[type=text]{
    font-size:12px;
}
input[type=file]{
    font-size:12px;
}
textarea{
    font-size:12px;
}
select{
    font-size:12px;
}
.esquinasRedondas{
    border-radius:7px;

}

.itemFlex h1, h2, h3 {
    margin-top: 0px !important;
}

.sinBorde {
    border: none !important;
}

.todoAncho{
    max-width: 100% !important;
}


h1{
    font-size:12px;
    font-weight:400;
    color:#FFF;
    background:red;
    padding:10px;
    border-radius:7px;
    margin-top:0;
    overflow:auto;
    letter-spacing:1px;
    border:none;
}
h2{
    font-size:12px;
    font-weight:400;
    color:black;
    background:#f5f5f5;
    padding:10px;
    border-radius:7px;
    border:none;
    letter-spacing: 1px;
}
.mensajeInformacion{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;
    /*border: solid 1px #A2B8C5; */
    background-color: #CCE8F4;
    color:#4279A0;

}
span.ui-icon{
    float:left;
    margin:-2px 5px 0 -3px
}
span.icono-azul{
    background-image:url(jquery/jquery-ui-1.9.2.custom/css/blitzer/images/ui-icons_004276_256x240.png)
}

.material-icons, .material-icons-outlined{
    vertical-align: middle;
    color:red;
}

a.boton,button.boton{
    font-size:12px;
    border:solid 1px silver;
    padding:5px;
    background:white;
    border-radius:5px;
    color:dimgrey !important;
    margin-top: 1px;
    margin-bottom: 1px;
    letter-spacing: 0.5px !important;
    display: inline-block;
}
a.botonMenu{
    font-size:12px;
    border:solid 1px silver;
    padding:5px;
    background:#f5f5f5;
    border-radius:5px;

    position:relative;
    top:-1px;
    color:#C00;
    width:200px
}
img.boton{
    margin-bottom:-12px;
    position:relative;
    top:-8px
}
span.encabezadoDerecha{
/*float:right;
position:relative;*/
/*top:-7px;


right:-5px*/

/*display: block;
text-align: right;*/
/*display: flex;*/
text-align: center;
float:right;
/*place-content: flex-end;*/

}

.boton .material-icons{
    font-size: 12px;
}

.boton .material-icons-outlined{
    font-size: 12px;
}


.mensajeVerde{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;
    /*border: solid 1px #5F7357; */
    background-color: #DEF2D6;
    color:#5F7357;

}
.mensajeAmarillo{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;
    /*border: solid 1px #957540; */
    background-color: #F8F3D6;
    color:#957540;

}
.mensajeAzul{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;
    /*border: solid 1px #A2B8C5; */
    background-color: #CCE8F4;
    color:#4279A0;

}
.mensajeRojo{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;
    /*border: solid 1px #A2B8C5; */
    background-color: #EBC8C4;
    color:#B2292C;

}
.mensajeNaranja {
    background:#FFF7EC!important;
    border:1px solid #ff7f00!important;
    padding:10px;
    white-space:nowrap;
    border-radius:5px;

}
sup.boton{
    color:#C00;
    position:absolute;
    right:5px
}
span.contador{
    background-color:#E6E6E6;
    color:gray;
    border-radius:12px;

    font-size:9px;
    padding:2px 5px
}

.validadorError{
    border:solid 2px;
    color:#C00
}
.validadorBien{
    border:solid 2px;
    color:#090
}
.resaltar{
    background-color:#ffffd6!important;
}
div#tickerNotificacion{
    bottom:0;
    position:fixed;
    width:100%;
    z-index:10000;
    left:0;
    height:12px;
    padding:1px;
    display:none;
}
div#tickerNotificacion .hora{
    font-size:9px;
    color:#C00
}
.marquee{
    width:100%;
    overflow:hidden!important
}
span.contadorRojo{
    background-color:#CC0000;
    color:#fff;
    border-radius:12px;

    font-size:9px;
    padding:2px 5px
}
input, select, textarea {
    font-family: Roboto!important;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-image: none;
    /*font-size:10px;*/
}
input,select,textarea:focus {
    outline-color:grey;
}
.popup {
    width:auto;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    margin:-50px 0 0 -100px;
    /* [-(height/2)px 0 0 -(width/2)px] */
    display:block;
    z-index:100000;
}
.overlay{
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.overlayOscuro{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.bordeIzquierdo{
    border-left:1px solid #E2E2E2
}
.calendario{
    text-align:center;
}
.ui-accordion-content{
    padding:0px;
}
h2.rojo{
    font-size:12px;
    font-weight:400;
    color:#CC0000;
    background:#f5f5f5;
    padding:12px;
    border-radius:5px;

    border:solid 1px #d8dcdf;
    margin:0px 0px 4px 0px;
}
div#tickerNoticias{
    bottom:0;
    position:fixed;
    width:auto;
    z-index:10000;
    left:0;
    height:16px;
    overflow:hidden;
}
div#tickerNoticias .hora{
    font-size:9px;
    color:#C00
}
.marquee{
    width:100%;
    overflow:hidden!important
}
span.contadorRojo{
    background-color:#CC0000;
    color:#fff;
    border-radius:12px;

    font-size:9px;
    padding:2px 5px
}
.ui-tabs .ui-tabs-nav {
    background: white;
    border:none;
    border-bottom:solid 1px whitesmoke;
    font-weight:normal;
}
small{
    font-size:9px;
    color:darkgray;
}
.textoMini{
    font-size:9px;
    color:darkgray;
}
.textoRojo{
    color:red;
}

/*
@media print {
body * {
visibility: hidden;
}
div#content, div#content * {
visibility: visible;
}
div#content {
position: absolute;
left: 0;
top: 0;
}
}
*/
span.alineadoDerecha{
    float:right;
    right:-5px
}
h3{
    font-size:12px;
    font-weight:normal;
    color:black;
    background:lightgray;
    padding:10px;
    border-radius:7px;

    border:none;

    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
table.dataTable thead th{
    border-bottom: solid 1px silver!important;
}
table.dataTable.no-footer{
    border-bottom: solid 1px silver!important;
}

div.menuCRM {
    border-bottom: solid 1px silver;
}

div.menuCRM a{
    display: list-item; 
    list-style-position: inside;         

    line-height:2;
    padding:4px;

    margin-top:0px;

    padding-left:0px;

}
div.menuCRM a:hover {
    color:#CC0000;
    background-color: whitesmoke;
    border-radius: 7px;
}

div.menuMM {
    border-bottom: solid 1px silver;
}

div.menuMM a{
    display: list-item; 
    list-style-position: inside;         

    line-height:2;
    padding:4px;

    margin-top:0px;

    padding-left:0px;



}
div.menuMM a:hover {
    color:#CC0000;
    background-color: whitesmoke;
    border-radius: 7px;
}




.hSubMenu{
    color:black;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;

    border-bottom: dashed 1px silver;
    padding-bottom: 1px;
}


.hSubMenu a { 
    color: red !important;
    line-height: 0 !important;
    display: inline-block !important;
    font-weight: normal !important;
}



.subMenu a{
    list-style-type:disc;      
    color: black;
    display: list-item; 

}

.categoria {
    font-weight: bold; 
}

.hSubMenu2{
    color:#CC0000;

    padding-left:12px;
    font-weight:bold;
}
.subMenu2{
    margin-top:0px;
    margin-left:12px;
    padding-left:0px;

}
.subMenu2 a{
    list-style-type:circle;      

}
hr{
    border: solid 1px ghostwhite;
    border-bottom: none;
}

.ui-widget {
    font-family: roboto!important;
}

.ui-widget-overlay{
    opacity: .5!important;
}

.ui-widget-header {
    border:none!important;
    background: white!important;
    border-bottom: 1px solid silver !important;

    color: red!important;

    font-weight:normal !important;
    letter-spacing: 1px !important;
    border-radius: 0px !important;
}

.ui-tabs-active {
    border: solid 1px red !important;
    border-bottom: none !important;
    background: white !important;
}


#menu a{
    color: dimGray;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: white;
    /*color: black;*/
    cursor: pointer;
    padding:15px;
    width: 100%;
    text-align: left;
    border: solid 1px silver;
    border-radius: 0px;
    outline: none;
    transition: 0.4s;
    /*margin-bottom: 2px;*/
    border-bottom: none;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: lightgray;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    list-style-type: none;
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border: solid 1px silver;
    border-bottom: none;
}

.tableexport-caption{
    background-color: whitesmoke;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: solid 1px whitesmoke;
    border-radius: 5px;
}

.button-default{
    background-color: white;
    border: solid 1px gray;
}




.contenedorFlexMenu {
    /* We first create a flex layout context */
    display: flex;

/* Then we define the flow direction 
and if we allow the items to wrap 
* Remember this is the same as:
* flex-direction: row;
* flex-wrap: wrap;
*/
flex-flow: row wrap;

/* Then we define how is distributed the remaining space */
justify-content: space-around;

padding: 0;
margin: 0;
list-style: none;
}

.itemFlexMenu {
    /*background: tomato;*/
    padding: 5px;
/*width: 200px;
height: 150px;*/

/*line-height: 150px;*/
/*max-width: 640px;*/


}
.contenedorFlex{
    display: flex;
    align-content: stretch!important;
    flex-wrap: wrap;
}


.itemFlex {
    /*background: tomato;*/
    padding: 5px;
    flex-grow: 4;
/*width: 200px;
height: 150px;*/

/*line-height: 150px;*/
border:solid 1px whitesmoke;
border-radius: 5px;

margin:5px;
/*max-width: 640px;*/

}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 7px;
    text-decoration: none;
    font-weight: normal;
    color: black;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /* padding: 5px; */
    background: none;
}


/* ESTILOS NUEVOS RESPONSIVOS */


/* CLASES PARA ESCONDER ELEMENTOS O MOSTRARLOS DEPENDIENDO DEL TAMANO */
@media screen and (min-width: 720px){
    .celular{
        display: none;
    }
}


@media screen and (min-width: 301px) and (max-width: 720px) {
    .desktop{
        display:none;
    }

    div#page{
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 480px) {

    .desktop{
        display:none;
    }
    .tablet{
        display:none;
    }
    .celular{
        display: block;
    }

    .tablaMagica{
        /*display: block;*/
        overflow-x: auto;
        /*white-space: nowrap;*/
    }

    .tablaDatos{
        display: block;
        overflow-x: auto;
        /*white-space: nowrap;*/
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {

        font-size: 10px;
    }


    body{
        overflow-y: hidden !important;
    }
    div#page{
        margin-bottom: 110px;
    }


    div#menu{
        display: none;
        /*top:54px !important;*/
        position: absolute !important;
        z-index: 1000 !important;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 100vh !important;
    }


    div#content{
        height:86vh!important;
    }
}
/* MENSAJES DE AVISOS */

div.mensaje{
    margin: 10px;
    padding: 10px;
    border-radius:5px;
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: "Roboto"!important;

}

div.mensaje ul{
    font-size: 12px;
}

div.mensaje{
    vertical-align: middle;
}

div.mensaje i{
    vertical-align: middle;
}

div.info{
    /*border: solid 1px #A2B8C5; */
    background-color: #CCE8F4;
    color:#4279A0;
}

div.alerta{
    /*border: solid 1px #957540; */
    background-color: #F8F3D6;
    color:#957540;
}

div.exito{
    /*border: solid 1px #5F7357; */
    background-color: #DEF2D6;
    color:#5F7357;
}

div.error{
    /*border: solid 1px #B2292C; */
    background-color: #EBC8C4;
    color:#B2292C;
}

div.derecha{
    text-align: right;
}
.ui-dialog{
    margin: 10px !important;
}
.ui-widget-overlay{
    background-color: black !important;
}
.ui-widget {
    border: none !important;
}

.ui-widget-content {
    border: none !important;
}

.contenedorFlexMarcaAgua{
    display: flex;
    align-content: stretch!important;
    flex-wrap: wrap;
    position: fixed; 
    right: 0px; 
    bottom: 0px; 
    opacity: .8; 
    border:none;  
    text-align: center;

}

.itemFlexMarcaAgua{
    padding: 5px;
    flex-grow: 4;  
    margin:5px;
    max-width: 350px;
    font-size: 20px; 
    /*line-height: 1px;*/
    background-color: white;
    border-radius: 5px;
    /*padding-top: 15px;*/
    border: dashed 1px;
    display: flex;      /* activamos flexbox */
  align-items: center;/* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
}

.itemFlexMarcaAgua .material-icons{
    font-size: 60px;
    /*position:relative;*/
    top: -10px;
}

progress {width: 10px;}