   html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline; }
    a:visited { color: black; }
    article, aside, details, figcaption, figure, footer, header, hgroup, section {
        display: block; }
    body {
        line-height: 1; }
    ol, ul {
        list-style: none; }
    blockquote, q {
        quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none; }
    table {
        border-collapse: collapse;
        border-spacing: 0; }


/* #Basic Styles
================================================== */
    body {
        background: #E8E7ED;
        font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
    h1, h2, h3, h4, h5, h6 {
        color: #181818;
        font-family: "Georgia", "Times New Roman", serif;
        font-weight: normal; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
    h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
    h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
    h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
    h5 { font-size: 17px; line-height: 24px; }
    h6 { font-size: 14px; line-height: 21px; }
    .subheader { color: #777; }

    p { margin: 0 0 0 0; }
    p img { margin: 0; }
    p.lead { font-size: 21px; line-height: 27px; color: #777;  }

    em { font-style: italic; }
    strong { font-weight: bold; color: #333; }
    small { font-size: 80%; }

/*  Blockquotes  */
    blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
    blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
    blockquote cite { display: block; font-size: 12px; color: #555; }
    blockquote cite:before { content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: black; }

    hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }

.contenido{
    min-height: 100%;
    width: 100%;
    position: relative;
}

.menu{
    background: #06315b;
    width: 100%;
    /*position: fixed;
    top: 0;
    z-index: 3;*/
}
.logo{
    width: 15%;
    display: inline-block;
}
.menuopciones{
    width: 83%;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 1%;
}

/*
.menuopciones ul{
    text-align: right;
}

.menuopciones ul li{
    color: #ffffff;
    cursor:pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: inline-block;
    list-style: none;
    padding-bottom: 5px;
    padding-right: 47px;
    border: 1px solid black;
}
*/

ul, ol{
    list-style: none;
}
.nav li a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    display: table-cell;
    padding: 5px 15px;
    margin-left: 5px;
    border:1px solid #06315b;
    width: 18vh;
}

.nav li a:hover{
    border:1px solid #94cb00;
}

.nav li ul li a {
    width: 25vh !important;
} 

.nav >li{
    float: left;
}

.nav li ul{
    display: none;
    position: absolute;
}

.nav li:hover > ul{
    display: block;
    position: absolute;
}

.nav li ul li {
    position: relative;
    background-color: #06315b;
    border-left:1px solid #94cb00;
    border-bottom:1px solid #062A4E;
    z-index: 500;
}

.nav li ul li :hover{
    border:1px solid #94cb00;
}
.nav li ul li ul{
    right:-150%;
    top:0px; 
}


.inicio:hover{
    border:1px solid #ffffff;
}

.tituloRegistro{
    color: #666666;
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="number"], .formulario input[type="password"], .formulario input[type="date"], .formulario input[type="time"], .formulario textarea, .formulario select{
    color: #666666;
    display: inline-block;
    margin-bottom: 10px;
    width: 68%;
}

.formulario input[type="checkbox"]{
    margin-bottom: 20px;
    margin-right: 20px;
}

#btnEnvioF{
    width: 99%;
}

.formulario span{
    color: #666666;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;

}

.formulario button{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #666666;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario .botonRojo{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #bd081c;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario .botonRojo:hover{
    border: 2px solid #bd081c;
    background: #bd081c;
    color: #ffffff;
}

.formulario3 .botonRojo{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #bd081c;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario3 .botonRojo:hover{
    border: 2px solid #bd081c;
    background: #bd081c;
    color: #ffffff;
}

.formulario .botonNaranja{
    background-color: #E8E7ED;
    border: 1px solid #06315b;
    color: #ff3300;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario .botonNaranja:hover{
    border: 2px solid #ff3300;
    background-color: #ff3300;
    color: #ffffff;
}

.formulario .boton2{
    background: #E8E7ED;
    border: none;
    color: #666666;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 100%;
    height: 100%;
}

.formulario .boton2:hover{
    background: #E8E7ED;
    color: #666666;

}
.formulario .boton2 img{
    background: #E8E7ED;
    border: none;
    color: #666666;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 100%;
    height: auto;
}

.formulario button:hover{
    background: #06315b;
    color: #ffffff;
}

.formulario label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
    display: inline-block;
    width: 30%;
}

.formulario h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #666666;
}

.formulario h4{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;

}

.footer{
    background: #06315b;
    margin-top: 100px;
}

.footer ul li{
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style: none;
    padding-right: 20px;
}

.estadoFuncionJS{
    display: none;
}

.contenidoPag{
    margin-top: 50px;
}

.minicarrito{
    margin-top: 50px;
}

.minicarrito h3{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;

}


.minicarrito ul li {
    display: inline-block;
    list-style: none;
    padding-right: 23px;
    font-weight: bold;
    color: #06315b;
    border-bottom: 1px solid #94cb00;

}

.minicarrito2 h2{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.minicarrito2 ul li {
    display: inline-block;
    list-style: none;
    padding-right: 0px;
    width:19%;
}


.listaProductos ul{
    text-align: center;
}

.listaProductos ul li{
    width:33.33%;
    padding-right: 0px;
    color: black;
    font-weight: normal;
    border-bottom: 0px solid #333333;
}

.listaProductosEncabezado{
    font-weight: bold;
    text-align: center;
}

.listaProductosEncabezado ul li{
    width:33.33%;
    padding-right: 0px;
}

.listaProductos2 ul{
    text-align: left;
}
.listaProductos2 ul li{
    width:17%;
    display: inline-block;
    list-style: none;
    padding-right: 25px;
    color: black;
    font-weight: normal;
    border-bottom: 0px solid #333333;
}


.divOculto, #detallesFacturaOculto, .oculto{
    display: none;
}

.izquierdaFactura h2{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.izquierdaFactura label{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
}

.izquierdaFactura select{
    width: 100%;
}

.izquierdaFactura span{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
}

/* MODAL */
.modalDialog {
    position: fixed;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog::-webkit-scrollbar {display: none; }

.modalDialog::-moz-scrollbar {display: none;}

body.modal-open {
    overflow: hidden;
}

.modalDialog::webkit-scrollbar{
    display: none;
}
.modalDialog h2{font-family: Verdana, Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 22px; color: black;}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}



.modalDialog > div {
    width: 420px;
    position: relative;
    margin: 10% auto;
    padding: 50px 20px 20px 60px;
    background: #fff;
    z-index: 999;
}

.modalDialog > div input, textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #FFF;
    color: black;
    width: 380px;
    border: 0;
    height: 40px;
    padding: 0 0 0 8px;
    border-radius: none;
    box-shadow: none;
    border: 1px solid #CCC;
}
.modalDialog > div button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    width: 390px;
}
.modalDialog > div button:hover{

}

.close {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight: 600;
    color: gray;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 24px;
    text-decoration: none;

}

.close:hover { color: #94cb00; }

.textAreaModal{
    width: 90%!important;
}

.wideModalDialog {
    position: fixed;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.wideModalDialog::-webkit-scrollbar {display: none; }

.wideModalDialog::-moz-scrollbar {display: none;}

body.wideModal-open {
    overflow: hidden;
}

.wideModalDialog::webkit-scrollbar{
    display: none;
}
.wideModalDialog h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px; color: black;
}

.wideModalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.wideModalDialog > div {
    width: 800px;
    position: relative;
    margin: 10% auto;
    padding: 50px 20px 20px 60px;
    background: #fff;
    z-index: 999;
}

.wideModalDialog > div input, textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #FFF;
    color: black;
    width: 380px;
    border: 0;
    height: 40px;
    padding: 0 0 0 8px;
    border-radius: none;
    box-shadow: none;
    border: 1px solid #CCC;
}
.wideModalDialog > div button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    width: 390px;
}
.wideModalDialog > div button:hover{

}

/*<-- FIN -->  */


.facturaModal label{
    color: #06315b;
    width: 12%;
    display: inline-block;
}

.facturaModal span{
    color: #94cb00;
    width: 35%;
    display: inline-block;
}

.tabla{
    margin-left:0%;
    width: 100%;
}

.tabla tr th{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-weight: bold;
    text-align: center;
}

.tabla tr td{
    color: #000;
    text-align: center;
}

.tabla tr td button{
    background: transparent;
    border: 1px solid #94cb00;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
}

.tabla tr td input[type="text"]{
    width:60px;
}

.tabla tr td button:hover{
    background: #94cb00;
}

.tabla tr:nth-child(even){
    background: #E0E0E0;
}

.tabla tr td a{
    text-decoration: none;
}

.tabla tr td a img{
    height: 40px;
    width: 40px;
}


.laboton{
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 100;
    padding-right: 20px;
    text-align: center;
}

.laboton:hover{
    color: #94cb00;
    cursor: pointer;
}
.linkA:hover{
    color: #06315b;
    cursor: pointer;
    font-weight: bold;
}
.tituloAzul{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    padding-top: 20px;
}
.detallesDoc h3{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.detallesDoc label{
    color: #94cb00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.detallesDoc label span{
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

#cuadriculaArchivo img{
    height: 100px;
    width: 100px;
}

.fondoVerde{
    background: #94cb00;
}

#menuDocsDiv{
    width: 100%;
}

.menuDocs{
    max-width: 100%;
}

.menuDocs li{
    background: #06315b;
    border-radius: 3px 3px 0px 0px;
    border-top: 1px solid #06315b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    text-align: center;
    width: 15%;
}

.claseActiva{
    background: #94cb00!important;
}

.menuDocs2 li{
    background: #06315b;
    border-radius: 3px 3px 0px 0px;
    border-top: 1px solid #06315b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: .5s; 
}

.sugerencias-elemento{
    margin-left:5px;
    margin-top:5px;
    cursor:pointer;
}

.sugerencias-elemento li:hover{
    background: #94cb00;
    color:#fff;
}

.predictivo {
    display: none;
    background: #fff;
    margin-top: -30px;
    width:350px;
    height:auto;
    overflow: scroll;
}

.formulario3 input[type="text"], .formulario3 input[type="email"], .formulario3 input[type="password"], .formulario3 input[type="date"], .formulario3 input[type="time"], .formulario3 textarea, .formulario3 select{
    color: #666666;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 10px;
    width: 20%;
}

.formulario3 input[type="text"], .formulario3 input[type="email"], .formulario3 input[type="password"], .formulario3 input[type="date"], .formulario3 input[type="time"], .formulario3 textarea, .formulario3 select{
    margin-bottom: 15px;
}


input[type=text]:focus, textarea:focus, select:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="checkbox"]:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);

  border: 1px solid rgba(81, 203, 238, 1);
}

button:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

input[type=text]:disabled, textarea:disabled, select:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled , input[type="time"]:disabled {
  background-color: #E6E6E6;
  border: 1px solid #A4A4A4;
}

input[type="text"]:read-only, input[type="date"]:read-only { 
    background-color: #E6E6E6;
    border: 1px solid #A4A4A4;
}
input[type="text"]:-moz-read-only, input[type="date"]:-moz-read-only { 
    background-color: #E6E6E6;
    border: 1px solid #A4A4A4;
}

.formulario3 button{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario3 button:hover{
    background: #06315b;
    color: #ffffff;
    display: inline-block;
}

.formulario3 label{
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
    width: 10%;
}

.formulario3 span{
    color: #06315b;
    display: inline-block;
    width: 49%;
}

.formulario3 .labModal{
    margin-bottom: 10px;
    width: 49%;
}

.formulario3 textarea{
    width: 100%;
}

.formulario3 h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #666666;
}

.formulario3 h4{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.formulario3 h5{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

#bold{
    font-weight: bolder;
}

.formulario2 input[type="text"], .formulario2 input[type="email"], .formulario2 input[type="password"], .formulario2 select{
    color: #666666;
    display: inline-block;
    margin-bottom: 30px;
    width: 70%;
}

 .formulario2 textarea {
    color: #666666;
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

.formulario2 label{
    color: #666;
    display: inline-block;
    width: 20%;
}

.formulario2 button{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #666666;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario2 button:hover{
    background: #06315b;
    color: #ffffff;
}

.formulario2 label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
}

.formulario2 h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #666666;
}

.formulario2 h4{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.formulario2 h5{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

.Nota{
    display:none;
}

.formulario4 input[type="text"], .formulario4 input[type="email"], .formulario4 input[type="password"], .formulario4 textarea, .formulario4 select{
    color: #666666;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 10px;
    width: 60%;
}

.formulario4 textarea{
    width: 90%;
}

.formulario4 button{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
}

.formulario4 button:hover{
    background: #06315b;
    color: #ffffff;
    display: inline-block;
}

.formulario4 label{
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
    width: 30%;
}

.formulario4 h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #666666;
}

.formulario4 h4{
    border-bottom: 1px solid #94cb00;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.formulario4 h5{
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

/*
Estilos autocompletado
*/

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #94cb00;
}

.ui-autocomplete {
    background: #fff;
    cursor: pointer;
    height: 20px;
    max-height: 20px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
    width: 50px;
}

.ui-menu-item{
    background: #fff;
}

.ui-menu-item:hover{
    background: #94cb00;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: #ffffff url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
 

/* scroll results */

.ui-autocomplete li {
    background: #94cb00;
    font-size: 16px;
}


.ui-autocomplete li:hover {
    background: #94cb00;
    font-size: 16px;
}

.ui-autocomplete li:focus {
    background: #94cb00;
    font-size: 16px;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    background: #94cb00;
    height: 20px;
}

.ui-front .ui-menu{
    background: #94cb00;
    height: 20px;
}

.ui-widget{
    background: #94cb00;
    height: 20px;
}
.ui-widget-content{
    background: #94cb00;
    height: 20px;
}

/* FIN Autocompletadp */

.tituloAzulBorde{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.menuVerde{
    color: #94cb00;
}

.filtrosFactura{
    display: inline-block;
    width: 100%;
}

.filtrosFactura input[type="checkbox"]{
    width: 10%;
}

.filtrosFactura label {
    width: 25%;
}

.filtrosFactura select{
    width: 60%;
}

.filtrosFactura input[type="date"]{
    width: 29.5%;
}

.icono{
    height: 100px;
    width: 100px
}

.ventanaTabla{
    height: 400px;
    overflow: scroll;
}

.ventanaTabla2{
    height: 700px;
    overflow: scroll;
}

.cuadroLogin{
    border: 1px solid #94cb00;
    margin: 10% auto;
    padding: 5%;
    width: 50%;
    border-radius: 20px;
}

.formularioLogin{
    width: 100%;
    color: #666666;
}

.formularioLogin h1{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bolder;
}

.formularioLogin label{
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 20%;
}

.formularioLogin input[type="text"], .formularioLogin input[type="password"]{
    margin-bottom: 30px;
    width: 79%;
}

.formularioLogin button{
    border: none;
    border-radius: 5px;
    background: #06315b;
    color:#fff;
    cursor: pointer;
    height: 30px;
    width: 100%;
}

.cantidades label{
    width: 30%;
}

.cantidades span, .cantidades label{
    display: inline-block;
}

#divsaldoafavor{
    display: none;
}

.containerImgRunflat{
    height: 250px;
    width: 50%;
    overflow: hidden;
}

.containerImgRunflat img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 225px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 300px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: rgba(236, 240, 241,1.0);
  cursor: pointer;
  font-size: 50px;
  display: table;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
    color: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}


.show-menu {
    text-decoration: none;
    color: #fff;
    background: #06315b;
    display: none;
    margin-left: 7%;
}

#show-menu{
    display: none;
}

#show-menu:checked ~ #menu{
    display: block;
}

option.letraRoja{
    color: #FF0000;
}

.checkGrande{
    width: 22px;
    height: 22px;
}

.formularioG label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: inline-block;
    width: 30%;
}

.formularioCodigos label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    width: 20%;
    font-weight: normal;
}

.formularioCodigos input[type="text"], .formularioCodigos input[type="date"], .formularioCodigos select{
    font-size: 18px;
    display: inline-block;
    min-width: 30%;
    min-height: 50px;
}

.formularioCodigos button{
    font-size: 18px;
    display: inline-block;
    width: 30%;
    height: 50px;
    background-color: #06315b;
    color: #fff;
}


.formularioCodigos button:hover{
    color: #94cb00 !important;
}

.thGris tr th{
    border-bottom: 1px solid #94cb00;
    border-top: 1px solid #94cb00;
    color: #06315b;
    font-weight: bold;
    text-align: center;
    background-color: #CCC;
}

.data tr th{
    border-bottom: 1px solid #94cb00;
    border-top: 1px solid #94cb00;
    color: #06315b;
    font-weight: bold;
    text-align: center;
    background-color: #CCC;
}

.data tr th:hover{
    background-color: #BBB;
}

.formularioCodigos .botonR{
    background: #E8E7ED;
    border: 1px solid #06315b;
    color: #bd081c;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0px;
    width: 50%;
    font-size: 18px;
    height: 50px;
}

.formularioCodigos .botonR:hover{
    border: 2px solid #bd081c;
    background: #bd081c;
    color: #FFF;
}

.buttons-excel{
    background-image: url('../img/excel.png') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    float: right !important;
}

.buttons-excel:hover{
    background-color: transparent !important;
    width: 52px !important;
    height: 52px !important;
}

.buttons-excel span {
  display: none;
}

/* MODAL MENSAJES */
.modalDialogMsg {
    position: fixed;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    text-align: center;
}

.modalDialogMsg::-webkit-scrollbar {display: none; }

.modalDialogMsg::-moz-scrollbar {display: none;}

.modalDialogMsg::webkit-scrollbar{
    display: none;
}
.modalDialogMsg label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px; 
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
}

.modalDialogMsg:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialogMsg > div {
    width: 60%;
    position: relative;
    margin: 15% auto;
    padding: 40px 35px 20px 35px;
    background: rgba(6, 49, 91, 0.8);
    z-index: 999;
    color: #FFF;
}

.modalDialogMsg > div button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    width: 390px;
}

.closeMsg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:25px;
    font-weight: 600;
    color: #555;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
}

.closeMsg:hover { color: #444; }

.item-content {
  height: 50px;
  border-radius: 4px;
  color: rgb(153, 153, 153);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 3px;
  width: 80%;
  text-align: center;
  cursor: pointer;
}

.item-contentMed { 
  min-height: 40px;
  border-radius: 4px;
  color: rgb(153, 153, 153);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: -10px;
  width: 80%;
  text-align: center;
  cursor: pointer;
}

.item-contentBig {
  min-height: 55px;
  border-radius: 4px;
  color: rgb(153, 153, 153);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: -10px;
  width: 80%;
  text-align: center;
  cursor: pointer;
}

.item-title {
  height: 30px;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  border-bottom: 2px solid #94cb00 !important;
  margin-bottom: 10px;
  padding-top: 3px;
  width: 92%;
  margin-left: 4%;
}

.item-titleMed {
  min-height: 80px;
  font-size: 55px;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  border-bottom: 2px solid #94cb00 !important;
  margin-bottom: 10px;
  padding-top: -5%;
  width: 92%;
  margin-left: 4%;
}

.item-titleBig {
  min-height: 80px;
  font-size: 55px;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  border-bottom: 2px solid #94cb00 !important;
  margin-bottom: 10px;
  padding-top: -5%;
  width: 92%;
  margin-left: 4%;
}

.item-total {
  height: 30px;
  border-radius: 2px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  background-color: #06315b;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 3px;
  width: 80%;
  text-align: center;
}

.item-totalBig {
  min-height: 55px;
  border-radius: 2px;
  color: white;
  font-size: 40px;
  font-weight: 400;
  background-color: #06315b;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: -10px;
  width: 80%;
  text-align: center;
}

#listaTablero{
    width: 12.5%;
}

.listaTablero2{
    width: 10%; /* 9.09  */
}

.listaTablero2 ul li{
    height: 25px;
}

.wrapper{
    min-width: 600px;
    max-width: 900px;
    margin: 0 auto;
}


.item-titleL{
  height: 1.5em;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  border-bottom: 1px solid #94cb00 !important;
  margin-bottom: 5px;
  width: 100%;
}

.item-contentL {
  height: 1.6em;
  border-radius: 2px;
  color: rgb(153, 153, 153);
  font-size: 15px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  width: 5.8em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.item-totalL {
  height: 1.6em;
  border-radius: 2px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  background-color: #06315b;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  width: 5.8em;
  text-align: center;
  display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: rgba(148, 203, 0, 0.75);
    color: #fff;
    text-align: center;
    border-radius: 5px 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-top: -5px;
    margin-left: -30px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(148, 203, 0, 0.75) transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext2 {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, .8);
    color: #EEE;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -100px;
}

.tooltip .tooltiptext2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

.tooltip:hover .tooltiptext2 {
    visibility: visible;
}

.tooltip .tooltipRight {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, .8);
    color: #EEE;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -30%;
    left: 55%;
    margin-left: 100px;
}

.tooltip .tooltipRight::after {
    content: "";
    position: absolute;
    bottom: 37%;
    left: -5%;
    margin-left: -4px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, .8) transparent transparent;
}

.tooltip:hover .tooltipRight {
    visibility: visible;
}

.capital{
    text-transform: capitalize;
}

.movCuenta:hover {
    background-color: #444;
}

.divResumenMovimientos{
    height: 118px; 
    margin-bottom: 30px; 
    cursor: pointer;
}

.titResumenMovimientos{
    width: 70%;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.movCuentaResumen {
    margin-left: 5%; 
    font-weight: bold; 
    margin-top: 2px; 
    margin-bottom: 2px;
}

.catCuentaResumen {
    margin-left: 5%;
    color: #FFF;
    font-weight: bold; 
    margin-top: 3px; 
    margin-bottom: 3px;
}

.optionSelect{
    background-color:#FFF; 
    color: #666666;
}

.tituloSelect{
    background-color: rgba(6, 49, 91, 0.8); 
    color: #FFF;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.badge{
    background-color: #f55; 
    border-radius: .25rem; 
    text-align: center; 
    width: auto !important; 
    padding: 5px 25px 5px 25px;
    font-weight: 700;
    color: white !important;
}

.select2-container{
    height: 80px;
    margin-top: -40px !important;
}

.selection{
    width: 100% !important;
    height: 80px;
}

.select2-selection--multiple{
    width: 100% !important;
    height: 80px;
    overflow-y: scroll;
    padding-bottom: 0px !important; 
    padding-right: 0px !important;
}

.select2-selection__choice__remove{
    width: 20px !important;
}

.select2-search--inline{
    width: 100%;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.progress-estacion{
    width: 90%;
    margin-left: 5%;
}

.icon {
  width:100%;
  height:100%;
}

@keyframes load-circle {
    0% {
        stroke-dashoffset: 100;
    }
}

.o-progress-circle {
    display: inline-block;
    position: relative;
    width: 80%;
    margin-left: 10%;
}

.o-progress-circle__fill circle {
  fill: none;
  stroke-width: 3px;
  stroke: rgba(40, 195, 199, .25);
}

.o-progress-circle__fill circle:nth-child(3) {
  fill: none;
  stroke-width: 3px;
  stroke: rgba(40, 195, 199, .25);
   stroke-width: 2;
}

.o-progress-circle__fill circle:nth-child(2){
      /*animation: load-circle 1s;*/
      stroke: #28c3c7;
      stroke-dasharray: 100;
}

.o-progress-circle__fill circle:nth-child(4){
      stroke: rgba(0, 0, 0, 0.35);
      stroke-dasharray: 115.92;
      stroke-width: 2;
} 

.o-progress-circle__number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:inline-block;
    margin: auto;
    height:6.5rem;
    width: 100%;
    color: #524e4e;
    font-size: 36px;
    text-align: center;
}

.o-progress-circle__number span{
    display: inline;
    color: #524e4e;
}

.o-progress-circle__number em{
    font-weight: 100;
    font-style: normal;
    color: #524e4e;
}   

.o-progress-circle--rounded circle:nth-child(2), circle:nth-child(4) {
    stroke-linecap : round;
}


.o-progress-circle2 {
    display: inline-block;
    position: relative;
    width: 50%; 
    margin-left: 25%;
}

.o-progress-circle2__fill circle {
  fill: none;
  stroke-width: 3px;
  stroke: rgba(40, 195, 199, .25);
}

.o-progress-circle2__fill circle:nth-child(3) {
  fill: none;
  stroke-width: 3px;
  stroke: rgba(40, 195, 199, .25);
   stroke-width: 2;
}

.o-progress-circle2__fill circle:nth-child(2){
      /*animation: load-circle 1s;*/
      stroke: #28c3c7;
      stroke-dasharray: 100;
}

.o-progress-circle2__fill circle:nth-child(4){
      stroke: rgba(0, 0, 0, 0.35);
      stroke-dasharray: 115.92;
      stroke-width: 2;
} 

.o-progress-circle2__number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:inline-block;
    margin: auto;
    height:27rem;
    width: 100%;
    color: #524e4e;
    font-size: 170px;
    text-align: center;
}

.o-progress-circle2__number span{
    display: inline;
    color: #524e4e;
}

.o-progress-circle2__number em{
    font-weight: 100;
    font-style: normal;
    color: #524e4e;
}   

.o-progress-circle2--rounded circle:nth-child(2), circle:nth-child(4) {
    stroke-linecap : round;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.formulario h2{
    border-bottom: 1px solid #94cb00;
    color: #06315b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.modalDialog .wheel {
    width: 120px;
    position: relative;
    margin: 15% auto;
    padding: 50px 20px 20px 60px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0)
}

#loaderW{
  margin: auto;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 100;
}
.paginate_button {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #CCC;
    border: 1px solid #888;
    margin-bottom: 15px;
}

.paginate_button:hover{
    background-color: #AAA;
}

.paginate_button > a{
    color: #06315b;
    text-decoration: none;
}

.paginate_button.active{
    font-weight: bold;
    background-color: #AAA;
}

.divTableroEstacionInd{ 
    height: : 100%;
    padding-top: 5%;
    position: relative;
}

.recuadroPiezasSP{
    background-color: #FFF; 
    width: 160px; 
    padding: 5px; 
    margin: 5px;
    border-radius: 2px;
    /*color: rgb(153, 153, 153);*/
    box-shadow: rgba(0,0,0,0.2) 0px 1px 2px 0px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.recuadroDiasTitulo{
    min-width: 220px;
    text-align: center; 
    background-color: rgba(0, 0, 0, 0.8); 
    border-radius: 2px;
    padding: 3px;
    height: 30px;
    color: #FFF;   
    max-height: 30px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #94cb00;
    border-right: 1px solid #FFF;
}

.recuadroCentrifuga{
    width: 98%; 
    color: #FFF; 
    background-color: #06315b; 
    border-bottom: 0px solid #FFF;
    padding: 3px;
    font-weight: bold;
    height: 30px;
}


.circuloNumero{
    width: 22px;
    height: 21px;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    background: #06315b;
    color: #FFFFFF !important;
    position: relative;
    top: -13px;
    left: 19px;
    cursor: help;
}

.fc-title{
    color: #FFFFFF !important;
    font-size: 18px !important;
}


/*------------ INICIA MENÚ LATERAL ---------*/

#side_menu, #close_menu, #account_menu .fa.fa-caret-down {
  cursor: pointer;
}

#menu_container, #page, #account_menu {
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -o-transition: 0.8s all;
}

#menu_container {
  z-index: 1;
  font-family: "Roboto", sans-serif;
  width: 200px;
  background: #05315b;
  height: calc(100vh - 47px);
  top:  47px;
  overflow: auto;
  position: fixed;
  -webkit-box-shadow: inset -3px -3px 11px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -3px -3px 11px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset -3px -3px 11px -2px rgba(0, 0, 0, 0.75);
}

#menu_container.menu_small {
  width: 60px;
}

@media screen and (max-width: 768px) {
    #menu_container.menu_small {
        width: 0px;
    }
}


#menu_container.menu_hide {
  width: 0px;
}
#menu_container #account_menu {
  height: 75px;
  width: 100%;
  text-align: center;
  opacity: 1;
}
#menu_container #account_menu #context_menu {
  width: 150px;
  height: 165px;
  background: white;
  position: fixed;
  top: 120px;
  left: -170px;
  border: 1px solid rgba(200, 200, 200, 0.8);
  border-radius: 3px;
  z-index: 1000;
  transition: 0.8s all;
  color: #262626;
}
#menu_container #account_menu #context_menu ul {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px;
  cursor: pointer;
}
#menu_container #account_menu #context_menu ul li {
  text-align: left;
  padding: 10px 0;
}
#menu_container #account_menu #context_menu ul li:hover {
  background: rgba(200, 200, 200, 0.8);
}
#menu_container #account_menu #context_menu ul li:hover a {
  color: white;
}
#menu_container #account_menu #context_menu ul li a {
  border-radius: 3px;
  margin: 4px;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  color: #676a6c;
  font-size: 12px;
  padding: 10px;
}
#menu_container #account_menu #context_menu ul li.divider {
  height: 0px;
  border: 1px solid #e5e5e5;
  padding: 0;
  cursor: auto;
}
#menu_container #account_menu #context_menu ul li.divider:hover {
  background: none;
}
#menu_container #account_menu #context_menu.show {
  -webkit-transform: translate(190px, 0);
  -moz-transform: translate(190px, 0);
  -o-transform: translate(190px, 0);
  -ms-transform: translate(190px, 0);
  transform: translate(190px, 0);
}
#menu_container #account_menu img {
  width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 90%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 20px;
}
#menu_container #account_menu hr {
  border: 2px solid #186d69;
}
#menu_container #account_menu .user_name, #menu_container #account_menu .title {
  text-align: center;
  color: white;
}
#menu_container #account_menu .title {
  font-weight: 100;
}
#menu_container #account_menu.menu_small, #menu_container #account_menu.menu_hide {
  height: 0px;
  width: 0px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
@media screen and (max-width: 768px) {
  #menu_container #account_menu {
    height: 0px;
    width: 0px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
}
#menu_container #side_menu {
  list-style-type: none;
  -webkit-padding-start: 0;
  overflow: hidden;
}
#menu_container #side_menu .fa-container {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#menu_container #side_menu .fa {
  color: white;
}
#menu_container #side_menu li {
  padding: 10px;
  font-size: 16px;
  width: 160px;
  overflow: hidden;
  border-top: 1px solid #ffffff10; 
}
#menu_container #side_menu li:hover {
  background: #186d69;
}
#menu_container #side_menu li.active {
  color: red;
  -webkit-box-shadow: inset 3px 0px 0px 0px #293846;
  -moz-box-shadow: inset 3px 0px 0px 0px #293846;
  box-shadow: inset 3px 0px 0px 0px #293846;
}
#menu_container #side_menu li:hover a {
  color: white;
}
#menu_container #side_menu li a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  margin-left: 10px;
}

.col-sm-6{
    width: 49%;
    display: inline-block;
}

/*------------ TERMINA MENÚ LATERAL ---------*/



/*-------------------------------------- MEDIA QUERIES------------------------------**
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  **
**                                                                                  */

@media screen and (min-width:1900px){
    .item-content {
        min-height: 35px;
    }
    .item-title {
        min-height: 42px;
        font-size: 30px;
    }
    .item-total {
        min-height: 35px;
        font-size: 24px;
    }

    .item-titleL{
      font-size: 24px;
    }

    .item-contentL {
        font-size: 22px;
    }
    .item-totalL {
        font-size: 22px;
    }

    .o-progress-circle__number {
        height: 8.5rem;
        font-size: 50px;
    }

}

@media screen and (min-width:1700px){
}

@media screen and (min-width:1500px){
}

@media screen and (min-width:1000px){
    #div_grafica2{
        font-size: 13px;
    }
}

@media screen and (max-width:1100px){
}

@media screen and (max-width:1000px){
    #div_grafica{
        width: 47%;
    }
    #div_grafica2{
        width: 45%;
        font-size: 13px;
    }
    .nav li a{
        font-size: 13px;
        padding: 3px 15px;
        margin-left: 5px;
    }
    .cuadroLogin{
        width: 80%;
    }
    .menuDocs2 li{
        font-size: 18px;
        width: auto;
    }
}
@media screen and (max-width:900px){
    .menuDocs2 li{
        font-size: 17px;
        width: auto;
    }
}

@media screen and (max-width:800px){
    #div_grafica{
        width: 48%;
    }
    #div_grafica2{
        width: 40%;
        font-size: 13px;
    }
    .menuDocs2 li{
        font-size: 16px;
        width: auto;
    }
}

@media screen and (max-width : 770px){
    .menuopciones ul {
        position: static;
        display: none;
    }

    li {
        margin-bottom: 1px;
    }

    ul li, li a {
        width: 100%;
    }
    .menuDocs li{
        width: 30%;
    }

    .menuDocs2 li{
        font-size: 15px;
        width: auto;
    }

    .show-menu {
        display:block;
    }

    .menuopciones{
        width: 50%;
        margin-left: 25%;
        margin-bottom: 0%;
    }
    .nav li a:hover{
        border:1px solid #06315b;
        background: #062E55;
    }
    .nav li ul li {
        background: #06315b;
        border-bottom: 0px solid #062E55;
    }
    .nav li ul li a{
        border: 1px solid #7f8c8d; 
        margin-top: 0%;
        margin-bottom: 0%;  
    }
    .nav li ul li a:hover{
        border: 1px solid #7f8c8d;   
    }
    

}

@media screen and (max-width:700px){
    #div_grafica{
        width: 42%;
    }
    #div_grafica2{
        width: 40%;
        font-size: 12px;
    }
    .nav li a{
        font-size: 12px;
        padding: 3px 10px;
        margin-left: 1px;
    }
}

@media screen and (max-width:600px){
    #div_grafica{
        width: 95%;
    }
    #div_grafica2{
        width: 95%;
        font-size: 13px;
    }
    .cuadroLogin{
        width: 90%;
    }
    #listaTablero, .listaTablero2, #divLayout{
        width: 50%;
    }
    #totalTodo{
        width: 300px;
    }
    .menuDocs2 li{
        font-size: 14px;
        width: auto;
    }
}

@media screen and (max-width:500px){
    #div_grafica{
        width: 100%;
    }
    #div_grafica2{
        width: 100%;
        font-size: 12px;
    }
    .nav li a{
        font-size: 12px;
        padding: 2px 3px;
        margin-left: 1px;
    }
    #listaTablero, .listaTablero2{
        width: 100%;
    }
    #divLayout{
        width: 100%;
    }
    #totalTodo{
        width: 200px;
    }
    .menuDocs2 li{
        font-size: 13px;
        width: auto;
    }
}

@media screen and (max-width:400px){
    #div_grafica{
        width: 100%;
    }
    #div_grafica2{
        width: 100%;
        font-size: 12px;
    }
    .nav li a{
        font-size: 10px;
        padding: 1px 2px;
        margin-left: 1px;
    }
    .cuadroLogin{
        width: 95%;
    }
}