<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #7D7D7D;
    background: #FFF;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    padding-bottom: 30px;
    background: #f7f7f7;
}

header {
    width: 100%;
}

footer {
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    width: 100%;
    position: fixed;
    height: 30px;
    bottom: 0;
    left: 0;
    border-top: 1px solid #fff;
    color: #515356 !important;
    z-index: 200;
}

    footer p {
        float: right;
        width: 100%;
        text-align: center;
        margin: 6px 12px;
    }

a, input[type=submit] {
    color: #7D7D7D;
    text-decoration: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 0%;
    max-width: 350px;
    position: relative;
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 20px;
}

    .toggle a {
        padding: 5px 10px 0;
        margin: 20px;
    }

/*#region Login */

#login {
    z-index: 22;
    margin-top: 20%;
    position: absolute;
    top: 0px;
    width: 100%;
}



.login-body {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    background: #000;
    background: url(../images/fondo-login.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .login-body .group input {
        padding-left: 28px;
    }

    .login-body .group label {
        left: 27px;
    }

    .login-body .group input:focus ~ label,
    .login-body input.used ~ label {
        left: 0;
    }

    .login-body .group &gt; img {
        height: 24px;
        position: absolute;
        top: 0px;
        left: 0;
    }

.form_wrapper {
    background: #fff;
    opacity: 0.9;
    width: 850px;
    height: 400px;
    max-width: 90%;
    box-sizing: border-box;
    padding: 25px;
    margin: 10% auto 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

    .form_wrapper .title_container {
        text-align: center;
        padding-bottom: 15px;
    }


    .form_wrapper .row {
        margin: 10px -15px;
    }

        .form_wrapper .row &gt; div {
            padding: 0 15px;
            box-sizing: border-box;
        }

    .form_wrapper .col_half {
        width: 50%;
        float: left;
    }

        .form_wrapper .col_half .company_icon {
            width: 50%;
            margin-left: 25%;
            margin-top: 15%;
        }

        .form_wrapper .col_half .terminos {
            font-size: xx-small;
            margin-top: 15%;
            text-align: center;
            color: #444;
        }



    .form_wrapper .input_field &gt; .icon-span {
        position: absolute;
        left: 0;
        top: 0;
        color: red;
        height: 100%;
        text-align: center;
        width: 30px;
        outline: none;
        margin-left: 88%
    }

    .form_wrapper .input_field &gt; span &gt; i {
        padding-top: 10px;
    }

    .form_wrapper .textarea_field &gt; span &gt; i {
        padding-top: 10px;
    }


    .form_wrapper input[type="submit"] {
        background: #0E3053;
        height: 30px;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        font-size: 1.1em;
        margin-bottom: 10px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

        .form_wrapper input[type="submit"]:hover {
            
        }

        .form_wrapper input[type="submit"]:focus {
            
        }

.form_container .row .col_half.last h1 {
    font-size: medium;
    color: #0E3053;
    text-align: center;
    margin-bottom: 20%;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-weight: bold;
}

.form_container .row .col_half.last .submit_div {
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    margin-top: 12%;
}



.remember_me {
    display: flex;
}

.forgot_pw {
    text-align: right;
}

@media (max-width: 700px) {
    .form_wrapper {
        height: 100%;
    }

        .form_wrapper .col_half {
            width: 100%;
            float: none;
        }

    .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }
}


.form-login {
    padding-left: 15%;
    padding-right: 15%;
}


.form_wrapper .input &gt; span &gt; i {
    padding-top: 10px;
    float: left;
}

.fondo-inicio {
    position: absolute;
    top: 40px;
    bottom: 30px;
    left: 60px;
    right: 0;
    z-index: -1;
    background: #000;
    background: url(../images/splash.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-md .fondo-inicio {
    left: 0;
}
/*#endregion */
/*#region Menu */
.site_title {
    display: inline-block;
    margin: 2px 10px;
    height: 40px;
    float: left;
}

    .site_title:hover,
    .site_title:focus {
        text-decoration: none;
    }

    .site_title &gt; img {
        height: 100%;
        width: auto;
    }

    .site_title i {
        border: 1px solid #EAEAEA;
        padding: 5px 6px;
        border-radius: 50%;
    }

.left_col {
    /*background: #7D0506;*/
    background: #ececec;
    width: 100%;
}

.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px;
}

.top_nav .dropdown-menu {
    min-width: 220px;
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 60px;
    padding: 0;
    z-index: 1000;
    position: fixed;
}

    .nav-sm .container.body .col-md-3.left_col.menu_fixed {
        position: fixed;
        height: 100%
    }

    .nav-sm .container.body .col-md-3.left_col .mCSB_container,
    .nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
        overflow: visible
    }

.nav-sm .hidden-small {
    visibility: hidden
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 60px;
    z-index: 2
}

.nav-sm .navbar.nav_title a span {
    display: none
}

.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 60px;
    z-index: 2
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #1ABB9C
}

    .nav-sm ul.nav.child_menu ul,
    .nav-sm .nav.side-menu li.active-sm ul ul {
        position: static;
        width: 200px;
        background: none
    }

.nav-sm &gt; .nav.side-menu &gt; li.active-sm &gt; a {
    color: #1ABB9C !important
}

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}

.nav-sm .nav.side-menu li a &gt; span:first-of-type {
    display: none;
}

.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #FFFFFF;
    display: none
}

    .nav-sm ul.nav.child_menu li {
        padding: 0 10px
    }

        .nav-sm ul.nav.child_menu li a {
            text-align: left !important
        }

.nav-sm .profile {
    display: none
}

#sidebar-menu .fa {
    width: 26px;
}

#sidebar-menu .glyphicon {
    width: 26px;
}

.menu_section {
    margin-bottom: 35px
}

    .menu_section h3 {
        padding-left: 15px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px #000
    }

    .menu_section &gt; ul {
        margin-top: 10px
    }

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #0E3053
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}

.nav-sm .menu_section {
    margin: 0
}

    .nav-sm span.fa,
    .nav-sm .menu_section h3 {
        display: none
    }

.nav-sm li li span.fa {
    display: inline-block
}

.nav_menu {
    float: left;
    background: #ECECEC;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative
}

@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
}

    .nav-md .container.body .col-md-3.left_col.menu_fixed {
        height: 100%;
        position: fixed
    }

body .container.body .right_col {
    background: #F7F7F7
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    margin-left: 230px
}

.nav_title {
    float: left;
    border-radius: 0;
}

.site_title &gt; img.logo-md {
    display: none;
}

.nav-md .site_title &gt; img.logo-md {
    display: block;
    height: 44px;
    margin: 9px 35px;
}

.site_title &gt; img.logo-sm {
    display: block;
    height: 35px;
    width: 35px;
    margin: 10px 13px 0;
}

.nav-md .site_title &gt; img.logo-sm {
    display: none;
}

@media (max-width: 991px) {
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0
    }

    .right_col {
        padding: 10px !important
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }

    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}

.left_col .mCSB_scrollTools {
    width: 6px
}

.left_col .mCSB_dragger {
    max-height: 400px !important
}

.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.green {
    color: #1ABB9C
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #34495E
}

.border-blue {
    border-color: #3498DB !important
}

.border-purple {
    border-color: #9B59B6 !important
}

.border-green {
    border-color: #1ABB9C !important
}

.border-aero {
    border-color: #9CC2CB !important
}

.border-red {
    border-color: #E74C3C !important
}

.border-dark {
    border-color: #34495E !important
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

.container {
    width: 100%;
    padding: 0
}

.navbar-nav &gt; li &gt; a,
.navbar-brand,
.navbar-nav &gt; li &gt; a {
    color: #fff !important
}

.top_nav .nav &gt; li &gt; a:focus,
.top_nav .nav &gt; li &gt; a:hover,
.top_nav .nav .open &gt; a,
.top_nav .nav .open &gt; a:focus,
.top_nav .nav .open &gt; a:hover {
    background: #D9DEE4
}

.main_container .top_nav {
    display: block;
    margin-left: 230px
}

.no-padding {
    padding: 0 !important
}

.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}

    .page-title .title_left {
        width: 45%;
        float: left;
        display: block
    }

        .page-title .title_left h3 {
            margin: 9px 0 20px 0;
            font-size: 16px;
            font-weight: bold;
            color: #444;
        }

    .page-title .title_right {
        width: 55%;
        float: right;
        display: block;
        text-align: right;
        margin: 10px 0 0;
    }

        .page-title .title_right .pull-right {
            margin: 10px 0
        }

.fixed_height_320 {
    height: 320px
}

.fixed_height_390 {
    height: 390px
}

.fixed_height_200 {
    height: 200px
}

.overflow_hidden {
    overflow: hidden
}

.progress-bar-dark {
    background-color: #34495E !important
}

.progress-bar-gray {
    background-color: #BDC3C7 !important
}

table.no-margin .progress {
    margin-bottom: 0
}

.main_content {
    padding: 10px 20px
}

.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}

.center-margin {
    margin: 0 auto;
    float: none !important
}

.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.grid_slider .col-md-6 {
    padding: 0 40px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

a {
    color: #5A738E;
    text-decoration: none
}

    a,
    a:visited,
    a:focus,
    a:active,
    :visited,
    :focus,
    :active,
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0
    }

        a:hover,
        a:focus {
            text-decoration: none
        }

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E
}

.navbar-right {
    margin-right: 0
}

.top_nav .navbar-right {
    margin: 0;
    width: 70%;
    float: right
}

    .top_nav .navbar-right li {
        display: inline-block;
        float: right;
        position: static
    }

@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}

.top_nav .dropdown-menu li {
    width: 100%
}

    .top_nav .dropdown-menu li a {
        width: 100%;
        padding: 12px 20px
    }

.top_nav li a i {
    font-size: 15px
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}

    .sidebar-header:first-of-type {
        margin-top: 0
    }

.nav.side-menu &gt; li {
    position: relative;
    display: block;
    cursor: pointer
}

    .nav.side-menu &gt; li &gt; a {
        margin-bottom: 6px
    }

        .nav.side-menu &gt; li &gt; a:hover {
            color: #0E3053 !important
        }

        .nav.side-menu &gt; li &gt; a:hover,
        .nav &gt; li &gt; a:focus {
            text-decoration: none;
            background: transparent
        }

.nav.child_menu {
    display: none
}

    .nav.child_menu li:hover,
    .nav.child_menu li.active {
        background-color: rgba(255, 255, 255, 0.06)
    }

    .nav.child_menu li {
        padding-left: 36px
    }

.nav-md ul.nav.child_menu li:before {
    background: #0E3053;
    bottom: auto;
    opacity: .4;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #0E3053;
    opacity: .4;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}

.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%;
}

.nav.side-menu &gt; li &gt; a,
.nav.child_menu &gt; li &gt; a {
    color: #000000;
    font-weight: 500
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #fff
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 9px;
    font-size: 12px;
}

.nav.side-menu &gt; li.current-page,
.nav.side-menu &gt; li.active {
    border-right: 5px solid #1ABB9C
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.05)
}

.nav li li li.current-page {
    background: none
}

.nav li li.current-page a {
    color: #fff
}

.nav.side-menu &gt; li.active &gt; a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.navbar-brand,
.navbar-nav &gt; li &gt; a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
}

    .site_title:hover,
    .site_title:focus {
        text-decoration: none
    }

.nav.navbar-nav &gt; li &gt; a {
    color: #515356 !important
}

.nav.top_menu &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
    background-color: #E6E6E6;
}

/*#endregion */

/*#region Diseños textbox */

.group {
    position: relative;
    height: 54px;
}

    .group input {
        font-size: 18px;
        padding: 0px 0px 0px 0px;
        -webkit-appearance: none;
        display: block;
        color: #636363;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #757575;
    }


    .group select {
        font-size: 18px;
        padding: 0px 0px 0px 0px;
        -webkit-appearance: none;
        display: block;
        color: #636363;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #757575;
    }

    .group input:focus {
        outline: none !important;
    }

    /* Label */

    .group label {
        color: #999;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 10px;
        top: 0px;
        transition: all 0.2s ease;
    }

    /* active */

    .group input:focus ~ label, input.used ~ label,
    .group select:focus ~ label, select.used ~ label {
        top: -20px;
        transform: scale(.95);
        left: 0px;
        color: #848484;
    }

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
    color: #555;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: #808080;
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active */

.group input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.group select:focus ~ .bar:before, select:focus ~ .bar:after {
    width: 50%;
}


/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

.group input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

.group select:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
    from {
        background: #808080;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.text-danger {
    color: #d9534f;
}

/*#endregion */

/*#region DataTables */

.dataTables_paginate a {
    display: inline-block;
    color: #444;
}

.paging_full_numbers a.paginate_active, .paging_full_numbers a.current {
    background-color: #0E3053 !important;
    border-color: ##0E3053 !important;
}

.table-checklist {
    padding: 0 20px 10px;
}

    .table-checklist .switchery {
        float: right;
    }

.title-details-checklist {
    padding: 10px 12px 6px;
    margin: -6px 20px 28px;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
}

table.jambo_table {
    border-bottom: 1px solid #B1B1B1;
}

    table.jambo_table thead {
        /*background: #E42929;*/
        background: #0E3053;
        color: #FFF;
    }

    table.jambo_table tbody tr:hover td {
        background: rgba(38, 185, 154, 0.07);
        border-top: 1px solid rgba(38, 185, 154, 0.11);
        border-bottom: 1px solid rgba(38, 185, 154, 0.11);
    }

    table.jambo_table tbody tr.selected {
        background: rgba(38, 185, 154, 0.16);
    }

        table.jambo_table tbody tr.selected td {
            border-top: 1px solid rgba(38, 185, 154, 0.40);
            border-bottom: 1px solid rgba(38, 185, 154, 0.40);
        }

.dataTables_wrapper {
    clear: both;
    zoom: 1;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    line-height: 30px;
}

    .dataTables_length label {
        font-weight: normal;
        color: #444;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

    .table &gt; tbody &gt; tr &gt; td {
        white-space: nowrap;
    }

.dataTables_info {
    margin: 2px 2px;
    float: right;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    table.display thead th {
        padding: 8px 18px 8px 10px;
        border-bottom: 1px solid black;
        font-weight: bold;
        cursor: pointer;
    }

    table.display tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
    }

    table.display tr.heading2 td {
        border-bottom: 1px solid #aaa;
    }

    table.display td {
        padding: 3px 10px;
    }

        table.display td.center {
            text-align: center;
        }

.sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

table.display thead th:active,
table.display thead td:active {
    outline: none;
}

.dataTables_scroll {
    clear: both;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}

.paging_full_numbers {
    line-height: 15px;
    margin-left: 16px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 2px 3px;
        margin: 0 5px;
        cursor: pointer;
        color: #888;
    }

        .paging_full_numbers a.paginate_button:hover {
            color: #333;
        }

    .paging_full_numbers a.current {
        padding: 4px 8px;
        background-color: #99B3FF;
        color: #FFF;
    }

        .paging_full_numbers a.current:hover {
            color: #FFF;
        }

.dataTables_filter .labelSearch {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0px;
    transition: all 0.2s ease;
}

.dataTables_filter input[type=search] {
    width: 100%;
    padding: 0px 0px 0px 0px;
    -webkit-appearance: none;
    display: block;
    color: #636363;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #b0b0b0;
    background-color: transparent;
    width: 250px;
}

.dataTables_filter input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

.dataTables_filter input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.dataTables_filter input:focus ~ label, .dataTables_filter input.used ~ label {
    top: -20px;
    transform: scale(.75);
    left: -25px;
    color: #808080;
}

.dataTables_filter .bar {
    position: relative;
    display: block;
    width: 100%;
}

    .dataTables_filter .bar:before, .dataTables_filter .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #808080;
        transition: all 0.2s ease;
    }

    .dataTables_filter .bar:before {
        left: 50%;
    }

    .dataTables_filter .bar:after {
        right: 50%;
    }

.dataTables_filter .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.dataTables_filter input[type=search]:focus {
    outline: none !important;
}

.dataTables_filter .group {
    position: relative;
    margin-bottom: 0px;
    margin-top: 6px;
    height: 30px;
}

.dataTables_filter .contenedor-search &gt; i {
    background: url(../images/DataTable/Buscar.svg) no-repeat;
    background-color: transparent;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -34px;
}

.dt-buttons.btn-group {
    float: right;
}

    .dt-buttons.btn-group .dropdown-menu {
        right: 20px;
        left: initial !important;
    }

.dt-button-background {
    width: 0 !important;
    height: 0 !important;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

    .btn-group &gt; .btn,
    .btn-group-vertical &gt; .btn {
        position: relative;
        float: left;
    }

        .btn-group &gt; .btn:hover,
        .btn-group-vertical &gt; .btn:hover,
        .btn-group &gt; .btn:focus,
        .btn-group-vertical &gt; .btn:focus,
        .btn-group &gt; .btn:active,
        .btn-group-vertical &gt; .btn:active,
        .btn-group &gt; .btn.active,
        .btn-group-vertical &gt; .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

    .btn-group-vertical &gt; .btn,
    .btn-group-vertical &gt; .btn-group,
    .btn-group-vertical &gt; .btn-group &gt; .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }

        .btn-group-vertical &gt; .btn-group &gt; .btn {
            float: none;
        }

        .btn-group-vertical &gt; .btn + .btn,
        .btn-group-vertical &gt; .btn + .btn-group,
        .btn-group-vertical &gt; .btn-group + .btn,
        .btn-group-vertical &gt; .btn-group + .btn-group {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .btn-group-vertical &gt; .btn:first-child:not(:last-child) {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical &gt; .btn:last-child:not(:first-child) {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
            border-radius: 0;
        }

        .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
        .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

/*#endregion */

/*#region Botones */


.editIcon,
.detailIcon,
.downloadIcon,
.keyIcon,
.FunctionIcon,
.rolIcon,
.deleteIcon,
.processIcon,
.detailIconInactive,
.processIconInactive {
    padding: 14px;
    margin: -14px 0;
    position: relative;
    background: none;
    border: none;
}

.rolIcon {
    padding: 14px 17px;
}

.detailIconInactive,
.processIconInactive {
    cursor: inherit;
}

.editIcon::before, .downloadIcon::before, .detailIcon::before, .keyIcon::before, .FunctionIcon::before, .rolIcon::before, .deleteIcon::before, .processIcon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,0,0,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.editIcon:hover::before,
.detailIcon:hover::before,
.keyIcon:hover::before,
.FunctionIcon:hover::before,
.rolIcon:hover::before,
.deleteIcon:hover::before,
.downloadIcon:hover::before,
.processIcon:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.editIcon::after {
    background: url('../images/Accion/EditIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.detailIcon::after {
    background: url('../images/Accion/DetailIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.downloadIcon::after {
    background: url('../images/Accion/DetailIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}


.detailIconInactive::after {
    background: url('../images/Accion/DetailIconInactive.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.keyIcon::after {
    background: url('../images/Accion/KeyIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.deleteIcon::after {
    background: url('../images/Accion/DeleteIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}


.FunctionIcon::after {
    background: url('../images/Accion/FunctionIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.processIcon::after {
    background: url('../images/Accion/ProcessIcon.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.processIconInactive::after {
    background: url('../images/Accion/ProcessIconInactive.svg') no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.rolIcon::after {
    background: url('../images/Accion/RolIcon.svg') no-repeat;
    background-color: transparent;
    width: 22px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
}

.saveIcon {
    background: url('../images/Modal/SaveIcon.svg') no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: none;
    margin: 10px;
    position: relative;
    float: right;
}

    .saveIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .saveIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }


.cancelIcon {
    background: url('../images/Modal/Cancelcon.svg') no-repeat;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    margin: 6px;
    position: relative;
    float: right;
}

    .cancelIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .cancelIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

.returnIcon {
    background: url('../images/Accion/Volver.svg') no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px !important;
    margin-top: 2px !important;
    position: relative;
}

    .returnIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .returnIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

.newIcon {
    background: url('../images/Accion/NewIcon.svg') no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    margin-right: 10px !important;
    position: relative;
}

    .newIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .newIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

.refreshIcon {
    background: url('../images/DataTable/RefreshIcon.svg') no-repeat !important;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    float: right;
    position: relative;
}

    .refreshIcon:active {
        box-shadow: none;
    }

    .refreshIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .refreshIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

.btn-group {
    margin: 12px 4px 0;
}

.collectionIcon {
    background: url('../images/DataTable/Exportar.svg') no-repeat;
    background-color: transparent !important;
    width: 20px;
    height: 25px;
    border: none;
    margin-right: 18px !important;
    border-radius: 0;
    position: relative;
}

    .collectionIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 25px;
        height: 25px;
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .collectionIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

.copyIcon {
    background: url('../images/DataTable/CopyIcon.svg') no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    margin-right: 10px !important;
    position: relative;
}

    .copyIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .copyIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

    .copyIcon:hover, .copyIcon:active, .copyIcon:focus {
        background: url('../images/DataTable/CopyIcon.svg') no-repeat;
        background-color: transparent;
    }

        .copyIcon:hover:active:focus {
            background: url('../images/DataTable/CopyIcon.svg') no-repeat;
            background-color: transparent;
            border: none;
        }

.printIcon {
    background: url('../images/DataTable/PrintIcon.svg') no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    position: relative;
}

    .printIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .printIcon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

    .printIcon:hover, .printIcon:active, .printIcon:focus {
        background: url('../images/DataTable/PrintIcon.svg') no-repeat;
        background-color: transparent;
    }

        .printIcon:hover:active:focus {
            background: url('../images/DataTable/PrintIcon.svg') no-repeat;
            background-color: transparent;
        }

.paging_full_numbers a.paginate_button.first {
    background: url('../images/DataTable/FirstIcon.svg') no-repeat !important;
    background-color: transparent !important;
    height: 18px;
    border: none;
    margin-bottom: -5px;
    padding: 2px 5px;
}

.paging_full_numbers a.paginate_button.last {
    background: url('../images/DataTable/LastIcon.svg') no-repeat !important;
    background-color: transparent !important;
    height: 18px;
    border: none;
    margin-bottom: -5px;
    padding: 2px 5px;
}

.paging_full_numbers a.paginate_button.next {
    background: url('../images/DataTable/NextIcon.svg') no-repeat !important;
    background-color: transparent !important;
    height: 18px;
    border: none;
    margin-bottom: -5px;
    padding: 2px 5px;
}

.paging_full_numbers a.paginate_button.previous {
    background: url('../images/DataTable/PreviousIcon.svg') no-repeat !important;
    background-color: transparent !important;
    height: 18px;
    border: none;
    margin-bottom: -5px;
    padding: 2px 5px;
}

.menuICon {
    background: url('../images/Accion/MenuIcon.svg') no-repeat;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: none;
    margin-right: 30px !important;
    position: relative;
}

    .menuICon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .menuICon:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*#endregion */

/*#region Modal */
.modal-content !important {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    width: 1000px;
}

.modal-header h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    color: #e42929;
}

.modal-body {
    margin-top: 10px;
}

body .modal-admin {
    /* new custom width */
    width: 1000px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
}


.modal-header {
    padding: 8px 8px 0px 18px;
    border: none;
}

/*#endregion */

#popup_container {
    background: #FFF;
    padding: 10px !important;
    border: 1px solid #CCC;
}

    #popup_container h1 {
        font-size: 22px;
        margin: 0 0 8px 0;
    }

    #popup_container #popup_message {
        margin: 8px 0;
    }

#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: 10000;
    display: none;
}

    #loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -33px;
    }


/**************************************** Reportes ****************************************/
.divFiltros {
    float: left;
    display: block;
    width: 100%;
    margin-top: 22px;
    margin-bottom: -8px;
}

    .divFiltros .group {
        height: 38px;
    }

        .divFiltros .group input,
        .divFiltros .group select {
            background: #f7f7f7;
        }

            .divFiltros .group input:focus ~ label, .divFiltros input.used ~ label,
            .divFiltros .group select:focus ~ label, .divFiltros select.used ~ label {
                color: #7D0506;
            }
    /*
        .divFiltros .group input ~ label,
        .divFiltros .group select ~ label {
            top: -20px;
            transform: scale(.95);
            left: 0px;
            color: #7D0506;
        }
        */

    .divFiltros .bar:before, .divFiltros .bar:after {
        background: #7D0506;
    }

.rep-ficha {
    display: block;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: #CCC 1px 1px 3px;
    margin: 4px 0;
    overflow: auto;
    padding: 0 10px;
}

    .rep-ficha h2 {
        font-size: 15px;
        color: #7d0506;
        border-bottom: 1px solid #7d0506;
        padding: 4px 4px 8px;
    }

.rep-cantidad-izq,
.rep-cantidad-der {
    margin: 10px 0;
}

    .rep-cantidad-izq div,
    .rep-cantidad-der div {
        font-size: 44px;
        line-height: 44px;
    }

    .rep-cantidad-izq p,
    .rep-cantidad-der p {
        font-size: 15px;
        color: #999;
    }

    .rep-cantidad-der * {
        text-align: right;
    }

.rep-total-det {
    margin: 16px 0;
    overflow: auto;
}

    .rep-total-det &gt; div &gt; * {
        width: 50%;
        float: left;
        padding: 0 4px;
        line-height: 26px;
    }

    .rep-total-det &gt; div &gt; div {
        font-size: 18px;
        text-align: right;
        color: #0059e6;
    }

    .rep-total-det &gt; div:first-child &gt; div {
        color: #0ca100;
    }

    .rep-total-det &gt; div &gt; p {
        line-height: 26px;
        margin: 0;
    }

.rep-total-cantidad {
    overflow: auto;
    text-align: center;
    margin: 11px 0;
}

    .rep-total-cantidad &gt; p {
        float: left;
        font-size: 18px;
        color: #999;
        margin: 14px 0;
        width: 20%;
    }

    .rep-total-cantidad &gt; div {
        float: left;
        margin: 0;
        width: 40%;
    }

        .rep-total-cantidad &gt; div &gt; div {
            font-size: 44px;
            line-height: 44px;
        }

        .rep-total-cantidad &gt; div &gt; p {
            color: #e88813;
        }

.rep-progress-bar {
    margin: 16px 24px;
}

    .rep-progress-bar &gt; p:first-child {
        font-weight: bold;
        margin-bottom: 4px;
    }

    .rep-progress-bar &gt; div + p {
        margin-top: 4px;
        color: #999;
    }

        .rep-progress-bar &gt; div + p &gt; span + span {
            float: right;
        }

    .rep-progress-bar &gt; div {
        position: relative;
        height: 8px;
        border-radius: 4px;
        background: #CCC;
    }

        .rep-progress-bar &gt; div &gt; div {
            width: 0%;
            background: #f37000;
            height: 8px;
            border-radius: 4px;
            -webkit-transition: width 1s;
            transition: width 1s;
        }

.rep-donut {
    overflow: auto;
    margin: 32px 0;
}

    .rep-donut &gt; div {
        float: left;
    }

        .rep-donut &gt; div:first-child {
            margin: 10px 0;
            position: relative;
            width: 50%;
            height: 120px;
            padding: 10px;
        }

            .rep-donut &gt; div:first-child canvas {
                width: 100%;
                height: 100%;
            }

        .rep-donut &gt; div + div {
            margin: 24px 0;
            width: 50%;
        }

        .rep-donut &gt; div &gt; p {
            vertical-align: middle;
            color: #999;
            margin: 6px 0 0;
        }

            .rep-donut &gt; div &gt; p &gt; b {
                font-size: 38px;
                line-height: 40px;
                color: #de7f2e;
                vertical-align: middle;
                font-weight: normal;
            }

            .rep-donut &gt; div &gt; p + p &gt; b {
                color: #005ad7;
            }

.rep-tacometro {
    color: #999;
    margin: 10px 0;
}

    .rep-tacometro &gt; p {
        text-align: center;
    }

        .rep-tacometro &gt; p:first-child {
            color: #555;
            font-size: 14px;
            font-weight: bold;
            margin: 0;
        }

    .rep-tacometro &gt; div {
        height: 110px;
        margin-bottom: -8px;
    }

        .rep-tacometro &gt; div + p {
            width: 174px;
            margin: auto;
            overflow: auto;
        }

            .rep-tacometro &gt; div + p &gt; span {
                float: left;
            }

                .rep-tacometro &gt; div + p &gt; span + span {
                    float: right;
                }

        .rep-tacometro &gt; div &gt; canvas {
            width: 178px;
            height: 110px;
            display: block;
            margin: auto;
        }

    .rep-tacometro &gt; p:last-child {
        margin: 4px 0;
        font-size: 16px;
    }

.rep-icono-medio &gt; img {
    display: block;
    margin: 14px auto;
    width: 40px;
}

@media (max-width: 768px) {
    .rep-cantidad-izq,
    .rep-cantidad-der,
    .rep-cantidad-der * {
        text-align: center;
    }
}

#p_codigo {
    text-align: center;
}


/*Control operaciones*/
@keyframes color-error-animation {
    0% {
        background: #cccccc;
    }

    100% {
        background: #dd0000;
    }
}

.indicator-ok,
.indicator-error,
.indicator-default {
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 2px;
    border-radius: 50%;
    background: #cccccc;
}

.indicator-ok {
    background: #02d900;
}

.indicator-error {
    animation: color-error-animation 1s infinite linear alternate;
}



.tab-select {
    font-size: large;
    color: dimgray;
    font-weight: bold;
}

    .tab-select:hover {
        color: red;
    }

.tab-select-under {
    color: red;
    text-decoration: underline;
}

.title-label {
    margin: 22px;
    color: black;
    font-weight: bold;
    font-size: medium;
}

.cont-tabs {
    margin-top: 4%;
}

.switch-wm {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 22px;
    margin: 0;
}

    .switch-wm input {
        display: none;
    }

    .switch-wm .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch-wm .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 1px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switch-wm input:checked + .slider {
        background-color: #0E3053;
    }

    .switch-wm input:focus + .slider {
        box-shadow: 0 0 1px #e42929;
    }

    .switch-wm input:checked + .slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    .switch-wm .slider {
        border-radius: 28px;
    }

        .switch-wm .slider:before {
            border-radius: 50%;
        }

.HfTreePopUp {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 360px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
    max-height: 230px;
    overflow-y: auto;
}

.qtip-default {
    border: 1px;
    /* border: 1px solid #F1D031; */
    /* background-color: #a9a982; */
    color: #555;
}

.reporte-cabecera{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 14px;
    margin: 0 0 14px;
}

.reporte-cabecera &gt; label {
    font-weight:400;
}

.reporte-cabecera &gt; p {
    color: #000;
}</pre></body></html>