@charset "utf-8";
/* CSS Document */

/* Color ALT*/
.bg-gradient-primary-alt {
    background-color: #7dbc39;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7dbc39), to(#6fad38));
    background-image: linear-gradient(180deg, #7dbc39 10%, #6fad38 100%);
    background-size: cover;
}

.border-left-primary-alt {
    border-left:.25rem solid #7dbc39!important
}

.border-grey-left-primary-alt {
    border-left:.25rem solid #a5a5a5 !important
}

/*.text-primary-alt {
    color: #7dbc39 !important;
}*/

.btn-primary-alt {
    color: #fff;
    background-color: #90d03a;
    border-color: #90d03a;
}

.btn-primary-alt:hover {
    color: #fff;
    background-color: #7dbc39;
    border-color: #78b739;
}

.btn-primary-alt:focus, .btn-primary-alt.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 255, 67, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(182, 255, 67, 0.5);
}

.btn-primary-alt.disabled, .btn-primary-alt:disabled {
    color: #fff;
    background-color: #90d03a;
    border-color: #90d03a;
}

.btn-primary-alt:not(:disabled):not(.disabled):active, .btn-primary-alt:not(:disabled):not(.disabled).active,
.show > .btn-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #78b739;
    border-color: #73b239;
}

.btn-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-primary-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-alt.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 255, 67, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(182, 255, 67, 0.5);
}

.text-primary-alt {
    color: #139800 !important;
}

/* Menus */

.sidemenu {
    position: fixed;
    z-index: 999;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 998;
}

.container-fluid {
    padding-top: 5.85rem;
}

.mizq {
    margin-left: 6.5rem !important;
}

/* Text */

.text-sm {
    font-size: .866rem;
}

.text-md {
    font-size: 1.032rem;
}

.text-xl {
    font-size: 1.366rem;
}

.text-xs-center {
    font-size: .6rem;
    text-align: center !important;
}

.text-xxs-center {
    font-size: .5rem;
    text-align: center !important;
}

.card-height {
    max-height: 6.75rem;
}
@media (max-width: 575.98px) {
    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }
}

.card-login-width {
    min-width: 19rem;
}

.text-checked{
    color: #629e36 !important;
}

.icon-alt {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 8em;

}

.img-disable {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

}

.img-blur {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}

.img-primary-color {
    color: rgba(182, 255, 67, 0.5);
}

#checked {
    top:20%;
    left:25%;
    width:50%;
    position: absolute;
    font-size:4.0em;
    text-align:center;
    color: #139800;
}

#disabled {
    top:20%;
    left:25%;
    width:50%;
    position: absolute;
    font-size:4.0em;
    text-align:center;
    color:#555555;
    cursor:not-allowed;
    /*	font-size:6.0em;
   text-align:center;
   color:#1C69D4;*/
}

.login-body {
    width:20em;
}

.puntero_ena {
    cursor: pointer;
}

.puntero_dis {
    cursor: not-allowed;
}

@media (min-width: 1200px) {
    .ml-xl-nx {
        margin-left: -9rem !important;
    }
    .ml-xl-x {
        margin-left: 15rem !important;
    }
    .ml-t2 {
        margin-left: 15rem !important;
    }
}

@media (max-width: 1200px) {
    .ml-xl-nx {
        margin-left: -7rem !important;
    }
    .ml-xl-x {
        margin-left: 12rem !important;
    }
    .ml-t2 {
        margin-left: 10rem !important;
    }
}

@media (max-width: 1200px) {
    .ml-lg-nx {
        margin-left: -5rem !important;
    }
    .ml-xl-x {
        margin-left: 12rem !important;
    }
    .ml-t2 {
        margin-left: 8rem !important;
    }
}

@media (max-width: 992px) {
    .ml-md-nx {
        margin-left: -3rem !important;
    }
    .ml-xl-x {
        margin-left: 7rem !important;
    }
    .ml-t2 {
        margin-left: 4rem !important;
    }
}

@media (max-width: 768px) {
    .ml-sm-nx {
        margin-left: -1rem !important;
    }
    .ml-xl-x {
        margin-left: 3rem !important;
    }
    .ml-t2 {
        margin-left: 0rem !important;
    }
}

@media (max-width: 576px) {
    .ml-sx-nx {
        margin-left: 0rem !important;
    }
    .ml-xl-x {
        margin-left: 0rem !important;
    }
    .ml-t2 {
        margin-left: 0rem !important;
    }
}

.bg-primary-alt {
    background-color: #139800 !important;
}

.bg-primary-alt2 {
    background-color: #7dbc39 !important;
}

.bg-primary-alt3 {
    background-color: #005f61 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}

.page-link:hover {
    z-index: 2;
    color: #7c7c7c;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7c7c7c;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.invisible-data {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.02rem 0.55rem;
    font-size: 0.675rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-xs2, .btn-group-xs2 > .btn {
    padding: 0.01rem 0.32rem;
    font-size: 0.625rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.titulo_informe {
    width: 300px;
}

.graph {
    width: 400px;
    height: 242px;
}

@page { margin: 0 }
body { margin: 0 }
.sheet {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
}

/** Paper sizes **/
body.A3               .sheet { width: 297mm; height: 419mm }
body.A3.landscape     .sheet { width: 420mm; height: 296mm }
body.A4               .sheet { width: 210mm; height: 296mm }
body.A4.landscape     .sheet { width: 297mm; height: 209mm }
body.A5               .sheet { width: 148mm; height: 209mm }
body.A5.landscape     .sheet { width: 210mm; height: 147mm }
body.letter           .sheet { width: 216mm; height: 279mm }
body.letter.landscape .sheet { width: 280mm; height: 215mm }
body.legal            .sheet { width: 216mm; height: 356mm }
body.legal.landscape  .sheet { width: 357mm; height: 215mm }

/** Padding area **/
.sheet.padding-10mm { padding: 10mm }
.sheet.padding-15mm { padding: 15mm }
.sheet.padding-20mm { padding: 20mm }
.sheet.padding-25mm { padding: 25mm }

.printable {
    display: none !important;
}

div.divFooter {
    display: none;
}

div.divEndPage {
    display: none;
}

div.divStartPage {
    display: none;
}