
/***************************************
Theme Name: UI JaAl
Author: DG, SY
Version: 1.0
/**************************************/

/******************************
/*----IMPORT-----*/
/*******************************/
@import url(../bootstrap/css/bootstrap.css);
@import url(../css/bootstrap-add.css);
@import url(../font-awesome/css/font-awesome.css);
@import url(comp.css);

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Gumley";
    src: url("../../Components/font-awesome/fonts/Gumley-Regular.woff2") format("woff2"), url("../../Components/font-awesome/fonts/Gumley-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #2961e4;
    --darkblue: #1746b2;
    --bluemedium: #2154cb;
    --yellow: #fcb500;
    --green: #29c78c;
    --red: #fc5055;
    --black: #19243b;
    --light_black: #2b3a4a;
}


/******************************
/*----GLOBAL*/
/*******************************/
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Barlow;
    /*overflow: hidden;*/ /*THEME HIDDEN*/
}

.JaAlBody-header {
    border-bottom: 1px solid #dedede;
    padding: 0px 0px 0px 15px;
    height: 54px;
    background: #f8f6f7;
    background: -moz-linear-gradient(top, #f8f6f7 0%, #efedee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6f7), color-stop(100%,#efedee));
    background: -webkit-linear-gradient(top, #f8f6f7 0%,#efedee 100%);
    background: -o-linear-gradient(top, #f8f6f7 0%,#efedee 100%);
    background: -ms-linear-gradient(top, #f8f6f7 0%,#efedee 100%);
    background: linear-gradient(to bottom, #f8f6f7 0%,#efedee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f7', endColorstr='#efedee',GradientType=0 );
}

    .JaAlBody-header h2 {
        margin: 0px;
        font-size: 16px;
        line-height: 54px;
        color: #ff9000;
    }

.JaAlBody-body {
    min-height: 532px;
    padding: 15px 15px 74px 15px;
}

ul {
}

li {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    border: 0px;
}

input, textarea {
    padding: 0px;
    margin: 0px;
    outline: 0 none;
    font-family: Arial, Helvetica;
    color: #666;
}

span {
    padding: 0px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

*,
*:focus,
*:active,
*:hover,
a,
a:active,
a:selected,
a:visited,
button:focus,
button {
    border: none;
    outline: none;
    outline: 0;
}

.margin-bottom {
    margin-bottom: 15px;
}

.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
}

.wrap-pagination {
    display: inline-block;
}

    .wrap-pagination .arrow, .wrap-pagination .pagination-ui {
        border: 1px solid #adadad;
    }

    .wrap-pagination li {
        list-style: none;
    }

    .wrap-pagination .arrow {
        padding: 12px 18px;
        color: #8b8b8b;
        font-weight: bold;
        float: left;
        background: #f2f2f2;
    }

        .wrap-pagination .arrow:hover {
            background: #e0e0e0; /* Old browsers */
            background: -moz-linear-gradient(top, #e0e0e0 0%, #ededed 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e0e0e0 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e0e0e0 0%,#ededed 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #e0e0e0 0%,#ededed 100%); /* IE10+ */
            background: linear-gradient(to bottom, #e0e0e0 0%,#ededed 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
        }

    .wrap-pagination .pagination-ui {
        background: #fff;
        float: left;
        padding: 0px;
        margin: 0 4px;
    }

        .wrap-pagination .pagination-ui li {
            float: left;
        }

        .wrap-pagination .pagination-ui a {
            display: block;
            padding: 12px 18px;
            color: #8b8b8b;
        }

body.loading:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2a2a2c;
    opacity: .95;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

body.loading:before {
    content: '';
    background: url('../images/system/loading.gif') no-repeat;
    width: 45px;
    height: 45px;
    position: fixed;
    left: 50%;
    margin-left: -22px;
    top: 300px;
    z-index: 99999;
}
/******************************
/*----UTILITIES*/
/*******************************/
.up-page {
    position: fixed;
    bottom: 76px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #3e3d3d;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.title-left-right .title {
    margin: 16px 0 0;
}

.btn-tooltip .btn {
    float: left;
    margin: 0 4px 0 0;
}

.fontawesome-icon-list .fa-hover a {
    display: block;
    color: #222222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}

    .fontawesome-icon-list .fa-hover a:hover {
        background-color: #1d9d74;
        color: #ffffff;
        text-decoration: none;
    }

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
}

    .bs-glyphicons li:hover {
        color: #fff;
        background-color: #563d7c;
    }

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/******************************
/*----PRESENTATION FMW*/
/*******************************/
.show-grid {
    width: 98%;
    margin: auto;
}

    .show-grid [class^=col-] .inner-grid {
        outline: 1px solid #cacaca;
        min-height: 60px;
        background: #f1f1f1;
    }

    .show-grid .row {
        margin-bottom: 15px;
    }


/********************************
/*----LAYOUT*/
/*******************************/
.wrap-ui {
    background-image: url(../../Theme/images/system/fondo_avipar_desktop.svg) !important;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#DivPrincipal {
    background: none;
}

.main-aside {
    width: 60px;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: width .5s ease-in;
    z-index: 100;
    box-shadow: 4px 0 14px 0 rgba(41, 97, 228, 0.26);
}

.pull-main-content {
    overflow: hidden;
    display: flex;
    width: calc(100% - 89px);
    flex-direction: column;
    margin: auto 0px auto auto;
    background: none;
    height: 100vh;
    padding-bottom: 18px;
    padding-right: 15px;
}

    .pull-main-content .main-content {
        overflow: auto;
        height: 100%;
        border-radius: 10px;
        box-shadow: 0 6px 14px 0 rgb(175 193 212 / 18%);
        border: solid 1px #e3eaf2;
        background-color: #fff;
    }

.wrap-content {
    min-height: 100vh;
    padding: 0px;
    background: none;
}

.content-header,
.content-body,
.content-footer {
    padding: 0 10px;
}

.content-body {
    padding: 3px;
}

.content-header {
    display: block;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed #cbd4df;
    padding: 18px 22px;
}

    .content-header.left-drop {
        padding: 0px 20px 0px 66px;
    }


    .content-header .form-inline {
        padding: 9px 0px 0px 0px;
    }

        .content-header .form-inline .form-control {
            width: 210px;
        }

    .content-header .breadcrumb-header {
        font-family: Barlow;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #405264;
        margin: 0px;
    }

    .content-header .breadcrumb-header-current {
        font-family: Barlow;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--green);
        margin: 0px;
    }

    .content-header.left-drop h3:before {
        display: none;
    }


.date-responsable {
    font-size: 12px;
    overflow: hidden;
    margin: 20px 0px 0px 0px;
}

    .date-responsable div {
        float: left;
        color: #4b4f57;
        padding-left: 28px;
        margin-left: 24px;
        position: relative;
    }

    .date-responsable span {
        color: #828b9e;
        padding-right: 5px;
    }


    .date-responsable .fecha:before {
        content: '';
        background: url(../../Components/images/system/sprite-JaAl.png) -41px -93px no-repeat;
    }

    .date-responsable .estado {
        float: left;
        padding-left: 0px;
        margin-left: 6px;
        position: relative;
    }

        .date-responsable .estado:before {
            display: none;
        }


/**DROP LISTADO CAPATAZ**/

.dropListadoCapataz {
    position: absolute;
    top: 11px;
    left: 22px;
}

    .dropListadoCapataz .dropdown-menu {
        padding: 0px;
        width: 300px;
        top: 38px;
        border-radius: 0px;
        -webkit-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
        box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
        -moz-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    }

        .dropListadoCapataz .dropdown-menu:before {
            content: '';
            background: url(../images/system/caret-listado.png) no-repeat;
            width: 16px;
            height: 9px;
            position: absolute;
            left: 16px;
            top: -9px;
        }

.title-colum i.btn-close-drop {
    content: '';
    display: block;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/system/sprite_tareo.png) -21px -1039px no-repeat;
    border: 1px solid #ff9308;
    cursor: pointer;
}

.btn-drop-list-capataz {
    padding: 0;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 0px;
    background: url(../images/system/sprite_tareo.png) -17px -856px no-repeat;
    width: 42px;
    height: 30px;
    text-align: center;
    border: none;
    border-right: 1px solid #ff7800;
    border-bottom: 1px solid #ff7800;
    outline: none;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px #cf5e01;
    box-shadow: 0px 1px 1px #cf5e01;
    -moz-box-shadow: 0px 1px 1px #cf5e01;*/
}

.box_form_filters {
    max-width: 952px;
    width: 100%;
    margin: 10px auto 10px auto;
    /*    column-gap: 20px;*/
    flex-direction: row;
}

.box_actions {
    display: flex;
    justify-content: center;
    margin: 20px auto 20px auto;
}

/*----.pull-left-menu*/
/*******************************/
.pull-left-menu {
    overflow: hidden;
}

/*----.left-menu*/
/*******************************/
.left-menu {
    margin: 0px;
    padding: 0px;
    background: #f6f7f8;
    width: 220px;
    border: 1px solid #d4d4d4;
    float: left;
    position: relative;
    border-bottom: none;
}

    .left-menu:before {
        content: '';
        background: #d4d4d4;
        position: fixed;
        width: 1px;
        height: 3000px;
        bottom: 0px;
        left: 277px;
    }

    .left-menu li {
        border-bottom: 1px solid #d4d4d4;
    }

    .left-menu a {
        color: #475159;
        font-size: 12px;
        display: block;
        padding: 10px;
    }

        .left-menu a:hover,
        .left-menu a.active {
            background: #fff;
            color: #3763b0;
        }

    .left-menu li.title {
        padding: 10px 10px 15px;
    }

    .left-menu .form-input-search {
        margin-top: 5px;
    }

    .left-menu .tag {
        margin-bottom: 10px;
    }

/*----header*/
/*******************************/

.line-top {
    height: 2px;
    background: #f48b04;
}

.header {
    width: 100%;
    max-height: 65px;
    min-height: 65px;
    height: 100%;
    background: none !important;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: block;
}

.header .logo {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 22px;
    min-width: 108px;
}

.header h1 {
    float: left;
    font-weight: bold;
    color: #676767;
    font-size: 16px;
    font-weight: normal;
    margin-top: 18px;
}

    .header h1 span {
        color: #ff7e0b;
    }

/*----Home interiores*/
/*******************************/

.bandeja {
    width: 100%;
    height: auto !important;
    float: left;
    background: #363a44;
    font-size: 12px;
    overflow-y: hidden;
    position: relative;
}

.bandeja-main {
    /*margin-left: 264px;*/
}

    .bandeja-main.full-width {
        margin-left: 0px;
    }

.scroll-contenido {
    overflow-y: auto;
    overflow-x: hidden;
}

.bandeja .title-colum {
    background: #20242e;
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    color: white;
}

    .bandeja .title-colum .list-ingeniero {
        margin: -5px 35px -5px 0px;
    }

    .bandeja .title-colum select.form-control-filter {
        display: block;
        width: 100%;
        border: none;
        padding: 6px;
        background: #545b6b;
        color: #bbc6e0;
        font-size: 12px;
        font-style: italic;
        border-radius: 4px;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
        -moz-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
        box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
    }

.bandeja .title-main {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 3px 0 0;
}

.title-interior {
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 15px 30px;
    border-bottom: 1px solid #eeeeee;
    color: #828b9e;
    position: relative;
    font-size: 14px;
}

    .title-interior:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #ff7e0b;
        position: absolute;
        top: 21px;
        left: 3px;
    }

.bandeja .btn-add,
.bandeja .btn-add:hover .bandeja .btn-add:visited {
    padding: 0;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 4px;
    background: #ff7e0b;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #ff7e0b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px #b94100;
    box-shadow: 0px 1px 1px #b94100;
    -moz-box-shadow: 0px 1px 1px #b94100;
    float: right;
    text-decoration: none;
}

    .bandeja .btn-add span {
        display: block;
        height: 22px;
        line-height: 20px;
    }

.bandeja .listado-planilla {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    max-height: 300px;
    overflow: auto;
    /*position: absolute;
    top: 127px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
}


    .bandeja .listado-planilla li {
        display: block;
        border-top: 1px solid #434855;
        border-bottom: 1px solid #2a2e36;
        position: relative;
    }

        .bandeja .listado-planilla li:hover {
            background: #f4f4f4;
        }

            .bandeja .listado-planilla li:hover a.item-planilla .top .name {
                color: #363a44;
            }

            .bandeja .listado-planilla li:hover a.item-planilla span.label {
                color: #828b9e;
            }

            .bandeja .listado-planilla li:hover a.item-planilla span.codigo {
                color: #4b4f57;
            }


        .bandeja .listado-planilla li.active-planilla a.item-planilla .top .name {
            color: #363a44;
        }

        .bandeja .listado-planilla li.active-planilla a.item-planilla span.label {
            color: #828b9e;
        }

        .bandeja .listado-planilla li.active-planilla a.item-planilla span.codigo {
            color: #4b4f57;
        }


        .bandeja .listado-planilla li a.item-planilla {
            display: block;
            position: relative;
            padding: 15px 15px 15px 15px;
            color: #fefefe;
        }

            .bandeja .listado-planilla li a.item-planilla .top {
                display: block;
                overflow: hidden;
            }

                .bandeja .listado-planilla li a.item-planilla .top .name {
                    float: left;
                    display: block;
                    max-width: 170px;
                }

                .bandeja .listado-planilla li a.item-planilla .top .estado {
                    float: right;
                    display: block;
                    max-width: 80px;
                    font-size: 10px;
                    padding: 2px 6px 2px 6px;
                    border-radius: 9px;
                    color: #ccc;
                    border: 1px solid #ccc;
                }

                    .bandeja .listado-planilla li a.item-planilla .top .estado.registrado {
                        color: #44d1ff;
                        border: 1px solid #44d1ff;
                    }

        .bandeja .listado-planilla li:hover a.item-planilla .top .estado.registrado {
            color: #fff;
            border: 1px solid #44d1ff;
            background: #44d1ff;
        }

        .bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.registrado {
            color: #fff;
            border: 1px solid #44d1ff;
            background: #44d1ff;
        }

.registrado-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #44d1ff;
    background: #44d1ff;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.elaboracion {
    color: #b372c6;
    border: 1px solid #b372c6;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.elaboracion {
    color: #fff;
    border: 1px solid #b372c6;
    background: #b372c6;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.elaboracion {
    color: #fff;
    border: 1px solid #b372c6;
    background: #b372c6;
}

.elaboracion-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #b372c6;
    background: #b372c6;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.aprobacion {
    color: #48cb00;
    border: 1px solid #48cb00;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.aprobacion {
    color: #fff;
    border: 1px solid #48cb00;
    background: #48cb00;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.aprobacion {
    color: #fff;
    border: 1px solid #48cb00;
    background: #48cb00;
}

.aprobacion-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #48cb00;
    background: #48cb00;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.aprobacionAdmin {
    color: #316bfb;
    border: 1px solid #316bfb;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.aprobacionAdmin {
    color: #fff;
    border: 1px solid #316bfb;
    background: #316bfb;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.aprobacionAdmin {
    color: #fff;
    border: 1px solid #316bfb;
    background: #316bfb;
}

.aprobacion-admin-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #316bfb;
    background: #316bfb;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.solicitar {
    color: #ff9c00;
    border: 1px solid #ff9c00;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.solicitar {
    color: #fff;
    border: 1px solid #ff9c00;
    background: #ff9c00;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.solicitar {
    color: #fff;
    border: 1px solid #ff9c00;
    background: #ff9c00;
}

.solicitar-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #ff9c00;
    background: #ff9c00;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.obra {
    color: #3969f5;
    border: 1px solid #3969f5;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.obra {
    color: #fff;
    border: 1px solid #3969f5;
    background: #3969f5;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.obra {
    color: #fff;
    border: 1px solid #3969f5;
    background: #3969f5;
}

.obra-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #3969f5;
    background: #3969f5;
}

.bandeja .listado-planilla li a.item-planilla .top .estado.cancelado {
    color: #fb3131;
    border: 1px solid #fb3131;
}

.bandeja .listado-planilla li:hover a.item-planilla .top .estado.cancelado {
    color: #fff;
    border: 1px solid #fb3131;
    background: #fb3131;
}

.bandeja .listado-planilla li.active-planilla a.item-planilla .top .estado.cancelado {
    color: #fff;
    border: 1px solid #fb3131;
    background: #fb3131;
}

.cancelado-label {
    display: block;
    max-width: 80px;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    border-radius: 9px;
    color: #fff !important;
    border: 1px solid #fb3131;
    background: #fb3131;
}

.bandeja .listado-planilla li a.item-planilla .center {
    display: block;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
}

.bandeja .listado-planilla li a.item-planilla span.label {
    float: left;
    color: #71798a;
    font-size: 11px;
    padding: 0px;
    line-height: inherit;
    font-weight: normal;
}

.bandeja .listado-planilla li a.item-planilla span.codigo {
    float: left;
    color: #b7c3dc;
    padding-left: 5px;
    font-size: 11px;
}

.bandeja .listado-planilla li a.item-planilla .footer {
    display: block;
    overflow: hidden;
}

.bandeja .listado-planilla li a.item-planilla .footer-left {
    float: left;
}

.bandeja .listado-planilla li a.item-planilla .footer-right {
    float: right;
}


.bandeja .listado-planilla li.active-planilla {
    background: #f4f4f4;
}

.bandeja .box-filter {
    background: #454a57;
    padding: 10px 15px 10px 15px;
}

    .bandeja .box-filter .row-filter {
        display: block;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
    }

        .bandeja .box-filter .row-filter .form-col1 {
            display: block;
            position: relative;
        }

            .bandeja .box-filter .row-filter .form-col1 .btn-s {
                display: block;
                width: 35px;
                height: 35px;
                cursor: pointer;
                border: none;
                position: absolute;
                top: 0px;
                right: 0px;
                background: url(../images/system/sprite_tareo.png) -15px -371px no-repeat;
                outline: none;
            }

        .bandeja .box-filter .row-filter input.form-control-filter {
            display: block;
            width: 100%;
            border: none;
            padding: 6px 7px 6px 13px;
            background: #545b6b;
            color: #bbc6e0;
            font-size: 12px;
            font-style: italic;
            border-radius: 4px;
            -webkit-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
            box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
        }


.box-filter ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bbc6e0;
}

.box-filter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbc6e0;
    opacity: 1;
}

.box-filter ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbc6e0;
    opacity: 1;
}

.box-filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbc6e0;
}



.bandeja .box-filter .row-filter .form-col2 {
    width: 92px;
    float: left;
}

.bandeja .box-filter .row-filter .form-col3 {
    width: 92px;
    float: right;
}

.bandeja .box-filter .row-filter .form-col4 {
    width: 154px;
    float: left;
}

.bandeja .box-filter .row-filter select.form-control-filter {
    display: block;
    width: 100%;
    border: none;
    padding: 9px;
    background: #545b6b;
    color: #bbc6e0;
    font-size: 12px;
    font-style: italic;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
    box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
}

.bandeja .box-filter .row-filter .btn-filter {
    width: 100%;
    border: none;
    background: #8c97b0;
    font-size: 13px;
    color: white;
    position: relative;
    padding: 8px 0px 8px 20px;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
    box-shadow: 0px 2px 0px 0px rgba(56, 61, 74, 1);
}

    .bandeja .box-filter .row-filter .btn-filter i {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.form-box {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 10px 0px;
}

    .form-box .row-adjunto {
        display: table;
        padding: 10px 0px 10px 0px;
    }

        .form-box .row-adjunto .col-adjunto {
            display: table-cell;
        }

            .form-box .row-adjunto .col-adjunto.name-adjunto {
                position: relative;
                padding-left: 25px;
                padding-right: 25px;
                color: #999;
                font-size: 12px;
            }

                .form-box .row-adjunto .col-adjunto.name-adjunto:before {
                    content: '';
                    width: 20px;
                    height: 26px;
                    background: url(../../Components/images/system/sprite-JaAl.png) -45px -765px no-repeat;
                    position: absolute;
                    top: 5px;
                    left: 0px;
                }

.label-etiqueta {
    padding-top: 15px;
}

    .label-etiqueta label span.right-label {
        color: #444;
        padding-left: 3px;
    }

    .label-etiqueta label span {
        display: table-cell;
    }

.name-filter {
    font-weight: bold;
    color: #ff7800;
}

.btn-adjunto button {
    width: 100%;
    border: none;
    background: #f6f6f6;
    font-size: 13px;
    color: #6f747f;
    position: relative;
    padding: 10px 10px 8px 10px;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(190, 190, 190, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(190, 190, 190, 1);
    box-shadow: 0px 2px 0px 0px rgba(190, 190, 190, 1);
}


/*******************************
*    TAB PROCESO GRUPO         *
*******************************/

#tab-JaAl-unidad {
    overflow: hidden;
    margin: 0;
    padding: 32px 0px 0px 0px;
    list-style: none;
    font: 12px Arial, Verdana, sans-serif;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
}


    #tab-JaAl-unidad li {
        margin: 0px 20px -3px 20px;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #tab-JaAl-unidad a {
        position: relative;
        padding: 0px;
        width: 105px;
        float: left;
        font-size: 12px;
        font-weight: normal;
        color: #999;
    }

        #tab-JaAl-unidad a:hover,
        #tab-JaAl-unidad a:hover::after,
        #tab-JaAl-unidad a:focus,
        #tab-JaAl-unidad a:focus::after {
            /*background: #EFEFEF;
	color: #000;*/
        }

        #tab-JaAl-unidad a:focus {
            outline: 0;
        }

        #tab-JaAl-unidad a span.circulo-ico {
            display: block;
            margin: 0px auto;
            width: 62px;
            height: 62px;
            border: 1px solid #d4d4d4;
            border-radius: 50%;
            position: relative;
        }

        #tab-JaAl-unidad a:hover span.circulo-ico {
            border: 1px solid #545b6b;
            background: #545b6b;
        }

    #tab-JaAl-unidad li#current a span.circulo-ico {
        background: #545b6b;
    }

    #tab-JaAl-unidad li#current a span.circulo-label {
        color: #545b6b;
        font-weight: bold;
    }

    #tab-JaAl-unidad li a span.circulo-ico:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 16px;
        left: 16px;
        background: red;
    }

    #tab-JaAl-unidad li a span.circulo-ico.registro:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -328px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.registro:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -565px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.registro:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -565px no-repeat;
    }

    #tab-JaAl-unidad li a span.circulo-ico.elaboracion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -280px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.elaboracion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -517px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.elaboracion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -517px no-repeat;
    }

    #tab-JaAl-unidad li a span.circulo-ico.aprobacion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -231px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.aprobacion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -468px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.aprobacion:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -468px no-repeat;
    }

    #tab-JaAl-unidad li a span.circulo-ico.solicitar:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -39px -665px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.solicitar:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -39px -709px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.solicitar:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -39px -709px no-repeat;
    }

    #tab-JaAl-unidad li a span.circulo-ico.acero:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -182px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.acero:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -419px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.acero:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -36px -419px no-repeat;
    }

    #tab-JaAl-unidad li a span.circulo-ico.obra:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -377px no-repeat;
    }

    #tab-JaAl-unidad li a:hover span.circulo-ico.obra:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -615px no-repeat;
    }

    #tab-JaAl-unidad li#current a span.circulo-ico.obra:before {
        background: url('../../Components/images/system/sprite-JaAl.png') -37px -615px no-repeat;
    }

    #tab-JaAl-unidad a span.circulo-label {
        display: block;
        padding: 10px 0px 0px 0px;
        height: 52px;
    }

    #tab-JaAl-unidad li a,
    #tab-JaAl-unidad li a:hover {
        color: #828b9e;
        text-decoration: none;
    }

        #tab-JaAl-unidad li a:hover:before {
            content: '';
            height: 2px;
            background: #545b6b;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            color: red;
        }

    #tab-JaAl-unidad li#current a:before {
        content: '';
        height: 2px;
        background: #545b6b;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

/***BOTONERA***/

.acciones-top {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.btn-accion-exportarTareo {
    height: 36px;
    margin: 1px 1px 0px 0px;
    padding: 0px 18px 0px 18px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #777;
    outline: none;
    background: #fffdfd;
    position: relative;
    border-left: 1px solid #dddddd;
    float: left;
}

    .btn-accion-exportarTareo:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 9px;
        left: 9px;
    }

.btn-accion {
    height: 36px;
    margin: 1px 1px 0px 0px;
    padding: 0px 15px 0px 36px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #777;
    outline: none;
    background: #fffdfd;
    position: relative;
    border-left: 1px solid #dddddd;
    float: left;
}

    .btn-accion:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/system/sprite_tareo.png) -15px -371px no-repeat;
        position: absolute;
        top: 9px;
        left: 9px;
    }

    .btn-accion.editar-drop:before {
        background: url(../images/system/sprite_tareo.png) -19px -499px no-repeat;
    }

    .btn-accion.agregar:before {
        background: url(../images/system/sprite_tareo.png) -21px -618px no-repeat;
    }

    .btn-accion.eliminar:before {
        background: url(../images/system/sprite_tareo.png) -18px -442px no-repeat;
    }

.accion-foot {
    display: flex;
    justify-content: center;
}

.btn-exportarTareo {
    min-width: 50px;
    height: 34px;
    color: #4cbb0f;
    /*padding: 0px 10px 0px 10px;*/
    margin-left: 8px;
    border: 1px solid #4cbb0f;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

    .btn-exportarTareo:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 6px;
        left: 8px;
    }


.btn-aprobar {
    min-width: 94px;
    height: 34px;
    color: #4cbb0f;
    padding: 0px 15px 0px 35px;
    margin-left: 550px;
    border: 1px solid #4cbb0f;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

    .btn-aprobar:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 6px;
        left: 8px;
        background: url(../images/system/sprite_tareo.png) -21px -1459px no-repeat;
    }

.btn-aprobar-dis {
    min-width: 94px;
    height: 34px;
    color: #71736f;
    padding: 0px 15px 0px 35px;
    margin-left: 8px;
    border: 1px solid #919290;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

    .btn-aprobar-dis:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 6px;
        left: 8px;
        background: url(../images/system/sprite_tareo.png) -21px -1459px no-repeat;
    }

.btn-aceptar {
    padding: 10px 32px;
    outline: none;
    border: none;
    position: relative;
    border-radius: 21px;
    box-shadow: 0 3px 6px 0 rgba(146, 146, 146, 0.24);
    background: #2961e4;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}


.btn-aceptar-modal {
    min-width: 94px;
    height: 34px;
    padding: 0px 15px 0px 15px;
    margin-left: 8px;
    background: #F15B1A;
    border: 1px solid #e96015;
    color: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}


.btn-cancelar-modal {
    min-width: 94px;
    height: 34px;
    color: #787878;
    padding: 0px 15px 0px 15px;
    margin-left: 8px;
    border: 1px solid #bebdbd;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

.btn-exportar {
    min-width: 94px;
    height: 34px;
    color: #787878;
    padding: 0px 15px 0px 15px;
    margin-left: 8px;
    border: 1px solid #bebdbd;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}


.btn-cancelar {
    min-width: 94px;
    height: 34px;
    color: #787878;
    padding: 0px 15px 0px 15px;
    margin-left: 8px;
    border: 1px solid #bebdbd;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

.btn-buscar {
    min-width: 94px;
    height: 34px;
    color: #787878;
    padding: 0px 15px 0px 15px;
    border: 1px solid #bebdbd;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

.btn-agregar-nuevo {
    min-width: 94px;
    height: 34px;
    color: white;
    padding: 0px 15px 0px 15px;
    margin-left: 8px;
    border: 1px solid #e28c22;
    background: #F15B1A;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    position: relative;
    border-radius: 3px;
}

.btn-editar-top {
    min-width: 76px;
    height: 34px;
    color: #787878;
    padding: 0px 15px 0px 35px;
    margin-left: 5px;
    border: 1px solid #bebdbd;
    background: white;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    border-radius: 3px;
    position: relative;
    /*position: absolute;
    top: 10px;
    right: 5px;*/
}

    .btn-editar-top:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 6px;
        left: 8px;
        background: url(../images/system/sprite_tareo.png) -19px -499px no-repeat;
    }


.inline-form {
    margin-top: 25px;
}

.position-btn-subtitle {
    position: absolute;
    top: 8px;
    right: 0px;
}

.position-btn-title {
    position: absolute;
    top: 8px;
    right: 15px;
}

.TblFrentesPartidas {
    cursor: pointer;
}


.btn-grilla-accion {
    padding: 0px;
}

    .btn-grilla-accion span {
        display: block;
        height: 20px;
        width: 26px;
        /*position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;*/
    }

.acciones-grid button.buttonview {
    /*background: url(../images/system/sprite_tareo.png) -19px -978px no-repeat;
    border: none;
    height: 20px;
    margin: 0px 6px 0px 6px;
    width: 26px;
    outline: none;*/
}

.acciones-grid button.buttonadd {
    /*background: url(../images/system/sprite_tareo.png) -19px -616px no-repeat white;
    height: 24px;
    margin: 0px 6px 0px 6px;
    width: 26px;
    outline: none;
    border: 1px solid #7c7c7c;
    border-radius: 3px;*/
    background: white;
    height: 25px;
    margin: 0px 6px 0px 6px;
    width: 70px;
    outline: none;
    border: 1px solid #ff8d01;
    color: #f17302;
    border-radius: 3px;
}

.acciones-grid button.buttonedit {
    background: url(../images/system/sprite_tareo.png) -19px -497px no-repeat;
    border: none;
    height: 20px;
    margin: 0px 6px 0px 6px;
    width: 26px;
    outline: none;
}

.acciones-grid button.buttoneliminate {
    background: url(../images/system/sprite_tareo.png) -20px -438px no-repeat;
    border: none;
    height: 20px;
    margin: 0px 6px 0px 6px;
    width: 26px;
    outline: none;
}

.acciones-grid button.buttondashabilitar {
    /*background: url(../images/system/sprite_tareo.png) -21px -1518px no-repeat;*/
    background: url(../images/system/sprite_tareo.png) -18px -438px no-repeat;
    border: none;
    height: 20px;
    margin: 0px 6px 0px 6px;
    width: 26px;
    outline: none;
    text-decoration: inherit !important;
}

.btn-group.check-habilitar {
    vertical-align: top;
}

    .btn-group.check-habilitar .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inherit;
    }

    .btn-group.check-habilitar .btn-primary {
        padding: 0px;
        width: 20px;
        height: 20px;
        border: none;
        background: url(../images/system/sprite_tareo.png) -22px -1639px no-repeat;
        cursor: pointer;
    }

        .btn-group.check-habilitar .btn-primary:hover {
            padding: 0px;
            width: 20px;
            height: 20px;
            border: none;
            background: url(../images/system/sprite_tareo.png) -22px -1639px no-repeat;
        }

        .btn-group.check-habilitar .btn-primary.active {
            padding: 0px;
            width: 20px;
            height: 20px;
            border: none;
            background: url(../images/system/sprite_tareo.png) -22px -1578px no-repeat;
        }


.fecha-aprobar-tareo {
    width: 380px;
    padding: 15px 0px 28px 0px;
    margin: 0px auto;
}

    .fecha-aprobar-tareo .input-group:hover {
        border-color: #a7a7a7;
        outline: 0;
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        -ms-box-shadow: inherit;
        -o-box-shadow: inherit;
        box-shadow: inherit;
    }

    .fecha-aprobar-tareo .input-group-addon {
        padding: 6px 12px;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        color: #868686;
        text-align: center;
        background: white !important;
        filter: inherit; /* IE6-9 */
        border: none;
    }

    .fecha-aprobar-tareo .form-control {
        padding: 9px 12px 8px 12px;
    }

    .fecha-aprobar-tareo .btn-default {
        text-transform: inherit;
        font-size: 12px;
        font-weight: normal;
        color: #f15b1a !important;
        padding: 9px 15px 9px 15px;
    }


.accion-foot.fecha {
    display: block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    background: #f7f8fd;
    border-top: 1px solid #d6d5d5;
}

.btn-change-proy {
    color: #ffaf01;
    background: transparent;
    border-left: 1px solid #3e4350 !important;
    border: none;
    padding: 18px 20px 16px 44px;
    outline: none;
    position: relative;
}

    .btn-change-proy:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 16px;
        left: 16px;
        background: url(../images/system/sprite_tareo.png) -21px -1823px no-repeat;
    }

    .btn-change-proy:hover:after {
        content: '';
        height: 2px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: #f48b04;
    }

/****PERMISOS USUARIO PERFIL****/

.acciones-sistema {
    display: block;
    padding-bottom: 10px;
}

.box-accion-sist {
    /*display:table;*/
    border: 1px solid #ddd;
    cursor: pointer;
    width: 222px;
    margin: 0px 10px 0px 0px;
}

    .box-accion-sist .check-accion {
        display: table-cell;
        padding: 7px 10px 6px 12px;
        background: #f4f4f4;
        border-right: 1px solid #ddd;
        width: 36px;
    }

    .box-accion-sist .label-accion {
        display: table-cell;
        padding: 0px 12px 0px 12px;
        vertical-align: middle;
    }

    .box-accion-sist:hover {
        border: 1px solid #ff9f00;
    }

        .box-accion-sist:hover .check-accion {
            border-right: 1px solid #ffa100;
            background: #fff5e9;
        }

        .box-accion-sist:hover .label-accion {
            color: #ff8d01;
        }


.box-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .box-menu li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        .box-menu li .nivel01-collapse {
            display: block;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin-bottom: -1px !important;
            color: #283743;
            background: #e4eff5;
            padding: 8px 0px 8px 36px;
            position: relative;
            cursor: pointer;
        }

            .box-menu li .nivel01-collapse:before {
                content: '+';
                width: 22px;
                height: 22px;
                line-height: 21px;
                background: white;
                position: absolute;
                top: 7px;
                right: 7px;
                border: 1px solid #ffb100;
                color: #ffb100;
                text-align: center;
                font-size: 16px;
                font-weight: normal;
            }

            .box-menu li .nivel01-collapse.active:before {
                content: '-';
                width: 22px;
                height: 22px;
                line-height: 19px;
                background: white;
                position: absolute;
                top: 7px;
                right: 7px;
                border: 1px solid #ffb100;
                color: #ffb100;
                text-align: center;
                font-size: 17px;
                font-weight: normal;
            }

        .box-menu li.nivel01 label.checkbox-menu {
            display: block;
            padding: 7px 10px 6px 12px;
            margin-bottom: 0px;
            background: #e4eff5;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            width: 36px;
            height: 36px;
            cursor: pointer;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
        }

        .box-menu li .nivel01-collapse .label-menu {
            display: table-cell;
            padding: 0px 12px 0px 12px;
            vertical-align: middle;
            cursor: pointer;
            width: 100%;
        }

        .box-menu li.nivel01 label .checkbox-menu {
            display: table-cell;
            padding: 7px 10px 6px 12px;
            background: #e4eff5;
            border-right: 1px solid #ddd;
            width: 36px;
        }

        .box-menu li ul label {
            display: block;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin-bottom: -1px !important;
            cursor: pointer;
        }

        .box-menu li.nivel01 ul {
            margin-left: -5px;
        }

        .box-menu li.nivel02 ul {
            margin-left: -4px;
        }



        .box-menu li.nivel01 label .checkbox-menu {
            display: table-cell;
            padding: 7px 10px 6px 12px;
            background: #e4eff5;
            border-right: 1px solid #ddd;
            width: 36px;
        }

        .box-menu li.nivel01 label .label-menu {
            display: table-cell;
            padding: 0px 12px 0px 12px;
            vertical-align: middle;
        }

        .box-menu li.nivel01 ul li.nivel02 > label {
            color: #6a7c8a;
            font-weight: inherit;
            background: #f9f9f9;
        }

        .box-menu li.nivel01 ul li.nivel02 ul li > label {
            color: #6a7c8a;
            font-weight: inherit;
            background: white;
        }

        .box-menu li.nivel01 ul li.nivel02 label .checkbox-menu {
            border-left: 1px solid #ddd;
            background: white;
        }

        .box-menu li.nivel01 ul li.nivel02 label .label-menu {
            font-weight: normal;
        }

.content_collapse {
    display: none;
}

.show {
    display: block !important;
}

/****RAD LIST BOX CONTROL****/

.box-control-radlist {
    display: block;
    width: 100%;
}

    .box-control-radlist .col-control {
        display: inline-block;
        vertical-align: top;
    }

    .box-control-radlist .acciones-radlist {
        width: 9%;
        text-align: center;
    }

    .box-control-radlist .radlist {
        width: 44%;
    }

    .box-control-radlist .accion-rad {
        width: 50px;
        margin: 102px auto;
    }

        .box-control-radlist .accion-rad .btn-rad {
            width: 36px;
            height: 36px;
            border: 1px solid #bebdbd;
            margin-bottom: 14px;
            margin-left: 15px;
            border-radius: 3px;
            outline: none;
        }

        .box-control-radlist .accion-rad .btn-arrow-right {
            background: url(../images/system/sprite_tareo.png) -13px -191px no-repeat;
        }

        .box-control-radlist .accion-rad .btn-arrow-left {
            background: url(../images/system/sprite_tareo.png) -13px -253px no-repeat;
        }

        .box-control-radlist .accion-rad .btn-arrow-right-full {
            background: url(../images/system/sprite_tareo.png) -15px -309px no-repeat;
        }

        .box-control-radlist .accion-rad .btn-arrow-left-full {
            background: url(../images/system/sprite_tareo.png) -16px -553px no-repeat;
        }

.check-box-grid {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;
}

.filter-rad {
    margin-left: 0px;
}

    .filter-rad .form-group {
        margin-bottom: 10px;
    }

.right-rad {
    padding-top: 37px;
}


/**Filter -date**/

.filter-date-grilla {
    display: block;
    padding: 0px 0px 8px 0px;
    position: relative;
}

.content-filter {
    position: relative;
    display: inline-block;
    text-align: start;
}

    .content-filter .btn-arrow {
        width: 30px;
        height: 24px;
        position: absolute;
        top: 0px;
        color: #999;
        background: none;
        border: none;
        outline: none;
    }

        .content-filter .btn-arrow.left {
            left: 0px;
        }

        .content-filter .btn-arrow.right {
            right: 0px;
        }

    .content-filter .fecha-day {
        padding: 7px 12px;
        border-radius: 6px;
        border: solid 1px #dbe3ed;
        background-color: #f7fafd;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-filter .label-filter {
        font-family: Barlow !important;
        font-size: 13px !important;
        font-weight: normal !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: normal !important;
        letter-spacing: normal !important;
        color: #6b7987 !important;
        margin: 0px 0px 7px 0px !important;
        opacity: 1;
    }

    .content-filter .fecha-day span {
        display: inline-block;
        font-family: Barlow;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #405264;
    }

    .content-filter .fecha-day .date-filter {
        display: inline-block;
        width: 28px;
        height: 20px;
        background: url(../images/system/sprite-JaAl.png) -36px -90px no-repeat;
        border: none;
        outline: none;
        box-shadow: none;
        overflow: hidden;
        text-indent: -99em;
    }

.ui-datepicker {
    z-index: 15 !important;
}

.filter-date-grilla .semana {
    color: #807e7e;
    display: block;
    padding: 0px 0px 0px 20px;
    font-size: 15px;
    position: absolute;
    right: 0px;
}

    .filter-date-grilla .semana:before {
    }

.form-control.hrs-condiciones {
    width: 50px;
}

.table-hide-border .table {
    border: 1px solid #dddddd;
}

    .table-hide-border .table > tbody > tr > td {
        padding: 5px 18px 5px 18px;
    }

    .table-hide-border .table > thead > tr > th {
        padding: 10px 18px 10px 18px;
    }


/*----footer*/
/*******************************/

footer {
    background: #28282a;
    color: #fff;
    font-size: 12px;
    height: 52px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

    footer ul {
        padding: 0px;
        margin: 0px;
    }

    footer a,
    footer p {
        color: #fff;
        font-size: 12px;
    }

    footer li {
        list-style: none;
    }

    footer .pull-left {
        margin: 18px 0 0 15px;
    }

    footer .pull-right {
        margin: 18px 15px 0 0;
    }

        footer .pull-right li {
            display: inline-block;
        }

        footer .pull-right .title {
            margin-right: 10px;
        }

        footer .pull-right a {
            display: block;
            position: relative;
            top: -2px;
        }
/*----main-aside*/
/*******************************/
.button-nav {
    display: flex;
    height: 60px;
    width: 60px;
    border: none;
    float: left;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
}

    .button-nav .image-open {
        display: block;
        width: 25px;
        height: 16px;
    }

    .button-nav .image-close {
        display: none;
    }

    .button-nav.active .image-close {
        display: block;
        width: 19px;
        height: 18px;
    }

    .button-nav.active .image-open {
        display: none;
    }

/*----main-nav*/
.main-nav {
}

    .main-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .main-nav ul li {
            list-style: none;
        }

    .main-nav .bl-slide {
        height: calc(100vh - 28px);
        background: var(--darkblue);
        position: fixed;
        width: 60px;
        border-radius: 30px;
        top: 10px;
    }

    .main-nav > ul > li {
        position: relative;
    }

        .main-nav > ul > li > a {
            font-weight: bold;
        }

            .main-nav > ul > li > a:focus, .main-nav > ul > li > a:hover {
                text-decoration: none;
            }

    .main-nav a {
        display: block;
        font-size: 12px;
        color: #a5a3a3;
        min-height: 44px;
    }

    .main-nav .wrap-icon {
        width: 100%;
        height: 100%;
        max-width: 52px;
        max-height: 44px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        line-height: 44px;
        background: none;
        z-index: 9;
        display: flex;
        /* animation-fill-mode: backwards; */
        justify-content: center;
        align-items: center;
        padding-right: 8px;
    }

    .main-nav .wrap-text {
        display: none;
        padding: 18px 35px 18px 14px;
        position: relative;
        background: none;
        margin-left: 58px;
        z-index: 1;
        width: 202px;
    }

        .main-nav .wrap-text .text {
            font-family: Barlow;
            font-size: 13px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.54;
            letter-spacing: normal;
            color: #fff;
        }

    .main-nav .wrap-text-inner {
        padding: 12px 20px 12px 18px;
        display: block;
        margin-left: 58px;
        line-height: 20px;
        background: var(--bluemedium);
    }

    .main-nav .menu-dropdown .fa-bars {
        color: #636363;
        position: absolute;
        font-size: 14px;
        right: 11px;
        top: 50%;
        margin-top: -7px;
    }

    .main-nav .menu-dropdown ul {
        display: none;
    }

    .main-nav .menu-dropdown li.title {
        padding: 12px 35px 12px 18px;
        color: #fff;
        margin-left: 0px !important;
        line-height: 20px;
    }

    .main-nav .menu-dropdown {
        margin-bottom: 15px;
        margin-left: 8px;
        width: 52px;
    }

    .main-nav li:hover > a,
    .main-nav li.active > a,
    .main-nav li.active .fa-bars,
    .main-nav li:hover .fa-bars,
    .main-nav a.active {
        color: #fff;
    }

        .main-nav li.active > a:focus {
            color: #fff;
            text-decoration: none;
            outline: none;
        }

.aside-closed .main-aside .box_logo_avipar {
    padding: 12px 0px 20px 0px;
}

.aside-open .main-aside .box_logo_avipar {
    padding: 12px 0px 20px 0px;
}

.aside-closed .main-aside .box_logo_avipar .logo_avipar_white {
    display: none;
}

.aside-open .main-aside .box_logo_avipar .logo_avipar_white {
    display: none;
}

.aside-open-complete .main-aside .box_logo_avipar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0px 20px 0px;
}

    .aside-open-complete .main-aside .box_logo_avipar .logo_avipar_white {
        display: block;
        margin-left: 14px;
    }

.aside-open-complete .main-nav .menu-dropdown.active {
    width: auto;
    margin-right: 8px;
    border-radius: 17px;
    background-color: #2961e4;
    padding-bottom: 12px;
}

    .aside-open-complete .main-nav .menu-dropdown.active .wrap-text .arrow_blue {
        transform: rotate(180deg);
        transition: transform .3s ease-in;
    }


    .aside-open-complete .main-nav .menu-dropdown.active .wrap-icon,
    .aside-open-complete .main-nav .menu-dropdown.active .wrap-text,
    .aside-open-complete .main-nav .menu-dropdown.active .wrap-text-inner {
        background: transparent;
    }

    .aside-open-complete .main-nav .menu-dropdown.active .wrap-text-inner {
        margin-left: 52px;
    }

.aside-open-complete .main-nav > ul > li .sub-menu li:hover .alikSurvey {
    color: #fcb500;
}

.aside-open-complete .main-nav > ul > li .sub-menu li .alikSurvey {
    font-family: Barlow;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #fff;
}

.main-nav .menu-dropdown.active:before {
    background: #3763b0;
}

/*----.aside-open*/
.aside-open .main-aside {
    width: 260px;
    height: calc(100% - 28px);
    top: 15px;
    background: var(--darkblue);
    border-radius: 30px;
    margin-left: 15px;
    transition: width .5s ease-in;
    box-shadow: 4px 0 14px 0 rgba(41, 97, 228, 0.26);
}

.aside-open .sub-menu .title {
    display: none;
}

.aside-open-complete .main-aside {
    width: 260px;
    height: calc(100% - 28px);
    top: 15px;
    background: var(--darkblue);
    border-radius: 30px;
    margin-left: 15px;
    transition: width .5s ease-in;
    box-shadow: 4px 0 14px 0 rgba(41, 97, 228, 0.26);
}

.aside-open-complete .main-nav {
    position: fixed;
    bottom: 58px;
    top: 94px;
    background: var(--darkblue);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0px;
    max-width: 260px;
    width: 100%;
    transition: width .5s ease-in;
}

    .aside-open-complete .main-nav .wrap-text {
        display: flex;
        padding: 12px 0px 12px 18px;
        position: relative;
        background: var(--darkblue);
        margin-left: 52px;
        z-index: 1;
        width: 172px;
        transition: display .5s ease-in;
        justify-content: space-between;
        align-items: center;
    }

        .aside-open-complete .main-nav .wrap-text .text {
            font-family: Barlow;
            font-size: 13px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.54;
            letter-spacing: normal;
            color: #fff;
        }

        .aside-open-complete .main-nav .wrap-text .arrow_blue {
            transform: rotate(0deg);
            transition: transform .3s ease-in;
        }

/*----.aside-closed*/
.aside-closed .main-aside {
    width: 60px;
    height: calc(100% - 28px);
    top: 15px;
    background: var(--darkblue);
    border-radius: 30px;
    margin-left: 15px;
    transition: width .5s ease-in;
    box-shadow: 4px 0 14px 0 rgba(41, 97, 228, 0.26);
}

.aside-closed .main-nav .wrap-text {
    display: none;
    transition: width .1s ease-in;
}

.main-nav {
    margin-top: 47px;
}

.aside-closed .main-nav > ul > li:hover .sub-menu {
    color: #fff;
}

    .aside-closed .main-nav > ul > li:hover .sub-menu > li:last-child {
        border-radius: 0px 0px 22px 0px;
    }

        .aside-closed .main-nav > ul > li:hover .sub-menu > li:last-child > a > .wrap-text-inner {
            border-radius: 0px 0px 22px 0px;
        }

.aside-closed .main-nav > ul > li .sub-menu li {
    background: var(--blue);
    margin-left: 2px;
    border-radius: 0px 22px 0px 0px;
    max-height: 53px;
}

    .aside-closed .main-nav > ul > li .sub-menu li .alikSurvey {
        color: #fff;
    }

    .aside-closed .main-nav > ul > li .sub-menu li:hover .alikSurvey {
        color: #fcb500;
    }

.aside-closed-complete .main-nav ul ul {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 202px;
}

.aside-closed-complete .main-nav > ul > li:hover ul, .aside-closed-complete .main-nav > ul > li:hover ul .text {
    display: block !important;
}

/*.aside-closed-complete .main-nav .wrap-text {
    display: none;
}*/

.aside-closed-complete .main-nav .wrap-text-inner {
    margin-left: 0px;
}

.aside-closed .sub-menu .title {
    display: none;
}

.aside-closed-complete .sub-menu .title {
    display: block;
}

.aside-closed .main-nav > ul > li:hover > a .wrap-icon {
    border-radius: 22px 0px 0px 22px;
}

.aside-closed .main-nav > ul > li:hover > a .wrap-text,
.aside-closed .main-nav > ul > li:hover > a .wrap-icon,
.aside-closed .main-nav > ul > li.active > a .wrap-text .aside-closed .main-nav > ul > li.active > a .wrap-icon {
    background: var(--blue);
    color: #fff;
}

/*----.Modal Alert*/

.modal-alert-img {
    margin: 0px auto;
    font-size: 40px;
    text-align: center;
    color: #d2d2d2;
    font-weight: normal;
}

.modal-alert-detalle {
    font-size: 14px;
    color: #999999;
    text-align: center;
    font-weight: bold;
}


.alert-success.custom-modal {
    margin-top: 10px;
}

/*----.RadListBox*/

.box-RadListBox {
    display: block;
}

.rlbGroup {
    display: block;
    width: 200px;
    height: 206px;
    overflow: auto;
    border: 1px solid #d9d9d9;
    float: left;
}

.RadListBoxButton {
    width: 36px;
    height: 206px;
    /*background: red;*/
    float: left;
    margin: 0px 10px 0px 10px;
}

    .RadListBoxButton .fa {
        color: #444;
        font-size: 23px;
    }

    .RadListBoxButton .btnArrow {
        padding: 3px 10px;
        margin-bottom: 3px;
        width: 36px;
    }

    .RadListBoxButton .btnArrowDob {
        padding: 3px 7.2px;
        margin-bottom: 3px;
        width: 36px;
    }

.rlbList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.rlbItem {
    display: block;
    padding: 5px 0px 5px 10px;
    margin-bottom: 1px;
    /*background: #eee;*/
}

    .rlbItem:hover {
        background: #bbeaf3;
    }

/*Autocomplete*/

.dateNew {
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url(../images/system/sprite-JaAl.png) -36px -90px no-repeat;
    border: none;
    margin-left: 8px;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    text-indent: -99em;
}

.autocompleteJaAl .ui-autocomplete-input {
    display: block;
    width: 100%;
    padding: 6px 10px 6px 5px;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .autocompleteJaAl .ui-autocomplete-input:hover {
        border-color: #a7a7a7;
        outline: 0;
        -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -ms-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -o-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    }

.autocompleteJaAl .ui-widget-content {
    border: 1px solid red;
}

.codigoFuente {
    height: 550px !important;
}

/*Estandar*/

.estandar {
    display: block;
    clear: both;
}

/*tabla fixed*/

.asistItem {
    padding: 0px !important;
}

    .asistItem table td {
        width: 10%;
        height: 100% !important;
        padding: 8px;
    }

/******************************
/*----DATA TABLE*/
/*******************************/

.grilla-custom-datatable *:not(.dataTables_wrapper, .row, .col-sm-6, .dataTables_paginate, .pagination, .paginate_button, a) {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}



/*.grilla-custom-datatable .dataTables_scrollHeadInner,
.grilla-custom-datatable .dataTables_scrollHead .table,
.grilla-custom-datatable .dataTables_scrollBody .table,
.grilla-custom-datatable .dataTables_scrollFoot .table {
    width: 100% !important;
}*/

.grilla-custom-datatable {
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 97.8%;
}

    .grilla-custom-datatable.rad {
        padding: 0px 0px 0px 0px;
    }

    .grilla-custom-datatable table.table-bordered tfoot th {
        border-left-width: 0;
    }

    .grilla-custom-datatable .DTFC_LeftFootWrapper tfoot > tr > th {
        border: none;
        background: #3e4350;
        color: #fff;
        font-weight: normal;
    }



    .grilla-custom-datatable .dataTables_scrollFoot tfoot > tr > th {
        border-bottom: none;
        background: #3e4350;
        color: #fff;
        font-weight: normal;
    }

    .grilla-custom-datatable .DTFC_RightFootWrapper tfoot > tr > th {
        border-bottom: none;
        background: #3e4350;
        color: #fff;
        font-weight: normal;
    }

    .grilla-custom-datatable table thead tr.header-etiqueta th.row-total-colum-tareo {
        background: darkorange !important;
    }

    .grilla-custom-datatable .table tbody > tr > td.row-total-colum-tareo {
        background: darkorange;
        color: white;
    }

    .grilla-custom-datatable .DTFC_RightFootWrapper tfoot > tr > th.row-total-colum-tareo {
        background: darkorange;
    }

    .grilla-custom-datatable .DTFC_LeftFootWrapper table.dataTable {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        max-width: none !important;
    }

    .grilla-custom-datatable .DTFC_RightFootWrapper table.dataTable {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        max-width: none !important;
    }

/*    .grilla-custom-datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        overflow: hidden !important;
    }*/


    .grilla-custom-datatable .rotate {
        width: 100px;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        font-weight: normal;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .grilla-custom-datatable table thead tr.rotate-cell th {
        height: 106px;
        text-align: center;
        background-color: #fff !important;
        color: #31708f;
    }

    .grilla-custom-datatable table thead tr.header-etiqueta th {
        background-color: #3e4350 !important;
        color: #fff;
        font-weight: normal;
    }

    .grilla-custom-datatable table thead tr th {
        background: #ffffff;
        font-family: Barlow;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #405264;
        padding-left: 26px;
        text-align: start;
        text-transform: uppercase;
    }

table.dataTable tbody tr:nth-child(2n+1) {
    background: #f7fafd !important;
}

table.dataTable tbody tr:hover > td {
    background: #f7fafd !important;
}

table.dataTable tbody tr > td {
    text-align: start;
    padding-left: 26px;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #6f89a3;
}




.grilla-custom-datatable table tbody td.row-3-color {
    background: #e4eff4;
}

.grilla-custom-datatable table tbody td.row-3-color {
    background: #e4eff4;
    color: #31708f;
}

.grilla-custom-datatable table tbody td.row-3-color-2 {
    background: #F25252;
    color: white;
}

.grilla-custom-datatable table tbody td.row-total-colum {
    background: #e4eff4;
    color: #31708f;
}

.grilla-custom-datatable .name-ingeniero {
    vertical-align: top !important;
    text-align: left !important;
}



    .grilla-custom-datatable .name-ingeniero .datos {
        display: table;
        padding: 0px 0px 6px 0px;
    }

        .grilla-custom-datatable .name-ingeniero .datos.item {
            display: block;
            padding: 6px 0px 0px 0px;
        }

            .grilla-custom-datatable .name-ingeniero .datos.item span {
                display: inline-block;
                color: #ff7800;
                font-weight: bold;
                font-size: 14px;
            }



        .grilla-custom-datatable .name-ingeniero .datos span {
            font-weight: normal;
            display: table-cell;
        }

            .grilla-custom-datatable .name-ingeniero .datos span.name {
                font-size: 12px;
                font-weight: 600;
            }

            .grilla-custom-datatable .name-ingeniero .datos span.label-name {
                width: 52px;
            }

.grilla-custom-datatable .input-date {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background: white;
    box-shadow: none;
    border: 1px solid #48cb00;
}

    .grilla-custom-datatable .input-date[readonly="readonly"] {
        background: transparent;
        box-shadow: none;
        border: 1px solid transparent;
    }

.grilla-custom-datatable .dataTables_wrapper .dataTables_filter input {
    padding: 0px 15px 0px 15px;
}

.grilla-custom-datatable .dataTables_length .input-sm {
    padding: 0px 10px;
}



.grilla-custom-datatable table thead tr.rotate-cell th.TblFrentesPartidas:hover {
    background: #e4eff4 !important;
}

.grilla-custom-datatable table thead tr.header-etiqueta th.TblFrentesPartidas:hover {
    background-color: #60687d !important;
}


.grilla-custom-datatable .DTFC_LeftBodyLiner table tbody td.row-3-color {
    text-align: left;
}

/*
.grilla-custom-datatable div.dataTables_paginate ul.pagination {
     height: auto !important;
}

.grilla-custom-datatable .pagination > .active > a,
.grilla-custom-datatable .pagination > .active > span,
.grilla-custom-datatable .pagination > .active > a:hover,
.grilla-custom-datatable .pagination > .active > span:hover,
.grilla-custom-datatable .pagination > .active > a:focus,
.grilla-custom-datatable .pagination > .active > span:focus {
    background-color: #3e4350;
    border-color: #2b2f3c;
    color: white;
}

.grilla-custom-datatable .pagination > li > a,
.grilla-custom-datatable .pagination > li > span {
    color: #3e4350;

}

.grilla-custom-datatable .pagination > li {
    margin-left: 8px !important;

}*/
.grilla-custom-datatable .row .col-sm-6 {
    width: 47.9%;
}


.grilla-custom-datatable table.dataTable {
    margin: inherit;
}

.grilla-custom-datatable tr.rotate-cell .name-ingeniero.condiciones {
    padding: 10px 18px;
}

/*reporte*/

.grilla-custom-datatable table thead tr.total-etiqueta th {
    background-color: #fffce7 !important;
    color: #ff7800;
    font-weight: bold;
}



/*Line doble*/


.grilla-custom-datatable table.dataTable {
    margin: inherit;
}

.grilla-custom-datatable .DTFC_RightHeadWrapper .table-bordered {
    border-left: none;
    border-bottom: none;
}



.grilla-custom-datatable .DTFC_RightBodyWrapper .table-bordered {
    border-left: none;
}

.grilla-custom-datatable .DTFC_RightFootWrapper .table-bordered {
    border-left: none;
    border-top: inherit;
}


/*

.grilla-custom-datatable .DTFC_RightFootWrapper table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
}
*/

/*interlineado grilla*/


.grilla-custom tr.deshabilitado td {
    text-decoration: line-through;
    color: #c1c1c1;
}

.grilla-custom .table > tbody > tr.row-list-dinamic-one > td,
.grilla-custom-datatable .table > tbody > tr.row-list-dinamic-one > td,
.grilla-custom-datatable .table > tbody > tr.grid-nivel01 > td {
    background-color: #f4f4f4;
}

.grilla-custom .table > tbody > tr.row-list-dinamic-two > td,
.grilla-custom-datatable .table > tbody > tr.row-list-dinamic-two > td,
.grilla-custom-datatable .table > tbody > tr.grid-nivel02 > td {
    background-color: white;
}


.grilla-custom-datatable .name-subpartida {
    padding: 0px 0px 0px 26px;
}



.ui-dialog .ui-dialog-title {
    font-weight: normal !important;
}


.search-grid-tareo {
    display: block;
    padding: 6px 0px 6px 0px;
}

.ok-estado {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px auto;
    background: url(../images/system/sprite_tareo.png) -21px -1459px no-repeat;
}

.pendiente-estado {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px auto;
    background: url(../images/system/sprite_tareo.png) -22px -1699px no-repeat;
}

.ausentismo {
    color: #da0606;
}

.text-left-import {
    text-align: left !important;
}

.text-right-import {
    text-align: right !important;
}

/*Editar y agregar Obrero**/

.btn-drop-obrero {
    cursor: pointer;
    height: 26px;
    width: 26px;
    background: url(../images/system/sprite_tareo.png) -19px -1338px no-repeat;
    display: block;
}

.name-obrero-row {
    min-height: 26px;
    display: block;
    vertical-align: middle;
}

    .name-obrero-row .cell-o {
        display: table-cell;
        vertical-align: middle;
    }

    .name-obrero-row .comp-btn-agregar .dropdown-menu {
        padding: 0px;
        left: 28px;
        top: -8px;
        min-width: 74px;
        margin: 0px 0 0;
        border: 1px solid #20242e;
    }

        .name-obrero-row .comp-btn-agregar .dropdown-menu.dropdown-menu-left:before {
            /*content: '';
    background: url(../images/system/caret-listado.png) no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    left: -13px;
    top: 16px;
    transform: rotate(270deg);*/
            content: '';
            position: absolute;
            left: -8px;
            top: 12px;
            width: 0;
            height: 0;
            border-right: 7px solid #20242e;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            background: transparent;
        }

    .name-obrero-row .comp-btn-agregar a {
        padding: 2px 4px 3px 10px !important;
        font-size: 11px;
        letter-spacing: 1px;
        background: #20242e !important;
        color: #bbc6e0 !important;
        border-top: 1px solid #20242e;
    }

        .name-obrero-row .comp-btn-agregar a:hover {
            background: #20242e !important;
            color: white !important;
        }

.btnAgregarObrero {
    cursor: pointer;
}

.edit-top {
    position: absolute;
    top: 10px;
    right: 15px;
}

.semana-view {
    border: 1px solid #ccc;
    background: #f4f4f4;
    width: 250px;
    height: 40px;
    padding: 10px;
    border-radius: 20px;
    margin: 0px auto;
    text-align: center;
}

.dimesion-semana {
    width: 270px;
    margin: 0px auto;
}

    .semana-view label span.right-label,
    .dimesion-semana label span.right-label {
        color: #ff7800;
        font-weight: bold;
    }


/******************************
/*----GRILLA CUSTOM**/
/*******************************/

.grilla-custom {
    display: block;
}

    .grilla-custom .table > thead:first-child > tr:first-child > th {
        background: #ffffff;
        font-family: Barlow;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #405264;
        padding-left: 26px;
        text-align: start;
        text-transform: uppercase;
    }

.table-bordered {
    border: 1px solid #e3eaf2;
}

.grilla-custom .table > thead > tr > th:first-child {
    border-color: #e3eaf2;
    border-right: 0px;
}

.grilla-custom .table > thead > tr > th:last-child {
    border-color: #e3eaf2;
    border-left: none;
    border-right: 1px;
}

.grilla-custom .table > thead > tr > th {
    border-color: #e3eaf2;
    border-left: 0px;
    border-right: 0px;
}

        .grilla-custom table.table-bordered tbody th, table.table-bordered tbody td {
            color: #797676;
        }

.pagination-grid {
    text-align: right;
}

    .pagination-grid .pagination {
        margin: 0;
    }

        .pagination-grid .pagination > li {
            margin-left: 4px !important;
            display: inline-block;
        }

        .pagination-grid .pagination > .active > a,
        .pagination-grid .pagination > .active > span,
        .pagination-grid .pagination > .active > a:hover,
        .pagination-grid .pagination > .active > span:hover,
        .pagination-grid .pagination > .active > a:focus,
        .pagination-grid .pagination > .active > span:focus {
            background-color: #3e4350;
            border-color: #3e4350;
            color: white;
        }

        .pagination-grid .pagination > li > a,
        .pagination-grid .pagination > li > span {
            color: #3e4350;
        }

/*Adjuntador de Archivos*/

.menu-absolute-attach .w-btn.left {
    left: 0px;
    cursor: pointer !important;
}

.menu-absolute-attach .w-btn {
    top: 0px;
    float: left;
    margin-left: -1px;
}

.menu-absolute-attach .btn {
    padding-bottom: 0px;
    margin: 0px;
    height: 32px;
}

.menu-absolute-attach .w-btn .btn-default {
    font-size: 12px;
}

.menu-absolute-attach .w-btn.left2 {
    /* left: 52px; */
    overflow: hidden;
    cursor: pointer !important;
    position: relative;
}

.totalattach {
    display: block;
    position: absolute;
    top: -7px;
    right: -16px;
    font-size: 9px;
    padding: 2px 4px;
    letter-spacing: -2px;
    text-align: center;
    text-indent: -1px;
    min-width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 30px;
}

.menu-absolute-attach .tittle {
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

    .menu-absolute-attach .tittle:before {
        content: '';
        background: url('../images/system/arrow.png') no-repeat;
        width: 16px;
        height: 9px;
        position: absolute;
        left: 16px;
        top: -9px;
    }

.menu-absolute-attach.right .dropdown-menu {
    left: inherit;
    width: 320px;
    top: 40px;
}

.menu-absolute-attach .dropdown-menu {
    margin: 0px;
    -webkit-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    -moz-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
}

.menu-absolute-attach .inner {
    padding: 0px;
}

    .menu-absolute-attach .inner .item {
        border-top: 1px solid #dbdbdb;
        padding: 5px 8px 5px 8px;
    }

        .menu-absolute-attach .inner .item:hover {
            background: #f1faff;
        }

        .menu-absolute-attach .inner .item a {
            color: #555;
            font-size: 12px;
        }

        .menu-absolute-attach .inner .item .closeitem {
            color: #b93e42 !important;
        }

            .menu-absolute-attach .inner .item .closeitem .glyphicon {
                top: 4px;
            }

/*---- Tab Custom*/

/*.tab-custom .nav-tabs > li {
    margin-left: 0px;
    width: 50%;
}

.tab-custom .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 0px 15px 0px;
    color: #333;
    text-align: center;
}

.tab-custom .tab-content > .tab-pane {
    padding: 0px;
    border: inherit;
    border-top: none;
}

.tab-custom .nav-tabs {
    border-bottom: inherit;
    padding-left: 0px;
    overflow: hidden;
}

.tab-custom .nav-tabs > li.active > a,
.tab-custom .nav-tabs > li.active > a:hover,
.tab-custom .nav-tabs > li.active > a:focus {
  border: inherit;
  background: #454a57;
  color: white;
  font-size: 12px;
}

.tab-custom .nav-tabs > li > a {
    border: inherit;
    background: #383c47;
    font-size: 14px;
    color: #999999;
}

.tab-custom .nav-tabs > li.active > a:before, 
.tab-custom .nav-tabs > li:hover.active > a:before{  
  display:none;
  background:#ccc;
}

.tab-custom .nav-tabs > li:hover > a:before{
  display: none;
  background:#dedede; 
}*/


.tab-interno {
    position: relative;
}

    .tab-interno .nav-tabs {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        background: #F9F9F9;
        padding-left: 0px;
    }

        .tab-interno .nav-tabs > li {
            float: left;
            margin-bottom: -2px;
            margin-left: 0px;
        }

            .tab-interno .nav-tabs > li > a {
                font-weight: bold;
                padding: 10px 14px;
                margin-right: 0px;
                border: none;
                color: #828282;
                font-size: 13px;
                position: relative;
            }

            .tab-interno .nav-tabs > li.active > a,
            .tab-interno .nav-tabs > li.active > a:hover,
            .tab-interno .nav-tabs > li.active > a:focus {
                font-weight: bold;
                border-bottom-color: #ddd;
                border-left: none;
                border-right: none;
                border-top: none;
            }

            .tab-interno .nav-tabs > li.active > a {
                color: #ff9002 !important;
                position: relative;
            }


                .tab-interno .nav-tabs > li.active > a:before {
                    content: '';
                    background: #ff9002;
                    height: 4px;
                    position: absolute;
                    bottom: -3px;
                    left: 0px;
                    right: 0px;
                }

            .tab-interno .nav-tabs > li > a:before {
                content: '';
                background: #dddddd;
                height: 4px;
                position: absolute;
                top: inherit;
                bottom: -3px;
                left: 0px;
                right: 0px;
            }

            .tab-interno .nav-tabs > li.active > a:after {
                display: block;
            }

            .tab-interno .nav-tabs > li > a:hover:after {
                display: block;
            }

            .tab-interno .nav-tabs > li > a:after {
                content: '';
                width: 0;
                height: 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid #ff9002;
                position: absolute;
                left: 50%;
                bottom: 1px;
                display: none;
                margin: 0 0 0 -4px;
            }

            .tab-interno .nav-tabs > li > a:hover:before {
                content: '';
                background: #ff9002;
                height: 4px;
                position: absolute;
                bottom: -3px;
                left: 0px;
                right: 0px;
            }

            .tab-interno .nav-tabs > li > a:hover {
                border-color: transparent;
            }

    .tab-interno .nav > li > a:hover,
    .tab-interno .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .tab-interno .tab-content > .tab-pane {
        padding: 15px 15px 15px 15px;
        border: none;
    }

    .tab-interno.item02 .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

    .tab-interno .nav-tabs > li {
        border-right: 1px solid #ddd;
    }

    .tab-interno .tab-content > .tab-pane {
        background: #f9f9f9;
    }


/*reporte de tareo por frente y partida*/

.reporte-periodo .panel-heading label {
    margin-bottom: 0px;
    color: #31708f;
}

.reporte-periodo .panel {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    -ms-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    -o-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
}


/*----Login*/
/*******************************/

.bg-body-login {
    background: white !important;
}

.box-login {
}

    .box-login .wrap-login {
    }

    .box-login .form-login {
        border: 1px solid #bce8f1;
        border-top: 1px solid #bce8f1;
        background: white;
        margin-bottom: 20px;
        -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -ms-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        -o-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
        box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    }

.wrap-login .form-login .form-login-header {
    color: #31708f;
    background-color: #d9edf7;
    border-bottom: 1px solid #bce8f1;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 10;
    position: relative;
}

.wrap-login .form-login .form-login-body {
    padding: 25px 0px 12px 0px;
    text-align: left;
    width: 300px;
    margin: 0px auto;
}

    .wrap-login .form-login .form-login-body .input-group {
        width: 100%;
    }

.wrap-login .form-login .form-login-footer {
    border-top: 1px solid #bce8f1;
    padding: 12px 0px 12px 0px;
}


.wrap-login .logo-solo-login {
    padding: 0px 0px 20px 0px;
}

.wrap-login .input-group-addon {
    padding: 6px 0px 6px 12px;
    border-top: 1px solid #014e94;
    border-left: 1px solid #014e94;
    border-bottom: 1px solid #014e94;
    border-right: none;
    background: #2b99cb;
}

.wrap-login .input-group:hover .input-group-addon {
}

.wrap-login .ico-user-login i {
    position: static;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
}

/*.wrap-login .form-control {
	background: #525252;
	color: white;
	padding: 8px 12px;
	border: 1px solid #6c6c6c;
}*/

.form-login-body ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #e0e0e0;
}

.form-login-body :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e0e0e0;
    opacity: 1;
}

.form-login-body ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e0e0e0;
    opacity: 1;
}

.form-login-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e0e0e0;
}

.form-login-body label {
}

.olv-contrasena {
    display: block;
}

    .olv-contrasena a {
        display: block;
        padding: 10px 0px 25px 0px;
        color: #777777;
    }

.name-sistema-user {
    display: block;
    font-size: 20px;
    color: #f45f00;
    padding: 0px 0px 15px 0px;
}

/*----Proyecto*/
/*******************************/

.proyecto-ingresar {
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

    .proyecto-ingresar li {
        list-style-type: none;
        border-top: 1px solid #d9edf7;
        margin-top: -1px;
    }

        .proyecto-ingresar li:hover {
            background: #fcf8e3;
        }

        .proyecto-ingresar li a {
            display: block;
            padding: 19px 36px 19px 22px;
            color: #828b9e;
            text-decoration: none;
            position: relative;
        }

            .proyecto-ingresar li a:before {
                content: '';
                position: absolute;
                left: 0px;
                top: 8px;
                bottom: 8px;
                width: 4px;
                background: #f67900;
            }

            .proyecto-ingresar li a:hover {
                text-decoration: none;
                color: #4c5669;
            }

            .proyecto-ingresar li a i {
                position: absolute;
                right: 14px;
                top: 40%;
                font-size: 12px;
            }

            .proyecto-ingresar li a:hover i {
                color: #f67900;
            }

.logoAviPaar {
    display: block;
    max-width: 108px;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 24px;
    margin-bottom: 12px;
}

.tallerDigital {
}

    .tallerDigital .rotate {
        width: 100px;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        font-weight: normal;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }


/*ESTILOS JHOSEP*/

.container-login {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #fff, #f7fafd 99%);
    background-image: url('../../Theme/images/system/background_login.svg');
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    flex-direction: row;
}

.containerLeft {
    flex: 0 1 50%;
    background-image: url('../../Theme/images/system/banner_avipar.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.containerLeft__logo {
    display: block;
    margin: 38px 0px 0px 138px;
}

.containerLeft__logo_rwd {
    display: none;
}

.containerLeft__boxred {
    display: block;
    max-width: 460px;
    max-height: 112px;
    width: 100%;
    height: 100%;
    background-image: url("../../Theme/images/system/container_red_desktop.svg");
    background-repeat: no-repeat;
    padding: 23px 22px 31px 33px;
    margin: 84px 0px 0px 130px;
}

.containerLeft__phrase {
    font-family: Gumley;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
    line-height: 0.91;
    letter-spacing: normal;
    color: #fff;
}

.containerRight {
    flex: 0 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentForm {
    max-width: 350px;
    width: 100%;
}

.contentForm__form {
    display: contents;
}

.titleForm {
    margin-bottom: 31px;
}

.titleForm__bold {
    font-family: Barlow;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
}

.titleForm__icon_happy {
    margin-left: 5px;
}

.titleForm__light {
    font-family: Barlow;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
}

.item_input_text {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.box_title_item_input_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 24px;
}

.label_inputText {
    font-family: Barlow;
    color: var(--light_black);
    opacity: 0.85;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 17px;
}

.text__green {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    color: var(--green);
    text-decoration: none;
}

    .text__green:hover {
        text-decoration: none;
    }

.groupInput {
    display: inline-block;
    position: relative;
}

    .groupInput::before {
        content: "";
        position: absolute;
        width: 28px;
        height: 26px;
        background-image: url("../../Theme/images/system/icon_user.svg");
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 10;
        left: 17px;
        right: unset;
        top: 13px;
    }

.groupInputPassword {
    display: inline-block;
    position: relative;
}

    .groupInputPassword::before {
        content: "";
        position: absolute;
        width: 28px;
        height: 26px;
        background-image: url("../../Theme/images/system/icon_password.svg");
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 10;
        left: 17px;
        right: unset;
        top: 13px;
    }

.icon_lock_eye {
    position: absolute;
    right: 17px;
    top: 19px;
    bottom: unset;
    left: unset;
}

.inputText_avipar {
    width: 100%;
    border-radius: 50px;
    border: none;
    height: 52px;
    border-radius: 26px;
    box-shadow: 0 6px 14px 0 rgba(175, 193, 212, 0.18);
    border: solid 1px #e3eaf2;
    background-color: #fff;
    padding: 13px 13px 13px 58px;
}

    .inputText_avipar:focus {
        border: solid 1px #e3eaf2;
        outline: none;
    }

    .inputText_avipar::placeholder {
        font-family: Barlow;
        font-size: 13px;
        font-weight: 400;
        color: #415263;
        opacity: 0.6;
    }

.btn_ingresar {
    width: 100%;
    cursor: pointer;
    padding: 18px;
    border-radius: 26px;
    box-shadow: 0 6px 14px 0 rgba(89, 121, 157, 0.12);
    background-color: var(--yellow);
    border: none;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
}

.btn_icon_right {
    position: absolute;
    right: 14px;
    top: 15px;
}

.fa-edit-1 {
    background: url('../../Theme/images/system/icon_editar.svg') no-repeat -1px -1px;
    width: 20px;
    height: 22px;
}
.fa-trash-1 {
    background: url('../../Theme/images/system/icon_delete.svg') no-repeat -1px -1px;
    width: 20px;
    height: 22px;
}

.mr-24 {
    margin-right: 20px !important;
}


/* RESPONSIVE LOGIN */
@media (max-width: 1200px) {
    .containerLeft__logo {
        margin: 38px 0px 0px 60px;
    }

    .containerLeft__boxred {
        margin: 84px 0px 0px 60px;
    }
}
/*@media (max-width: 1024px) {
    .grilla-custom-datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        overflow: auto !important;
    }
}*/

@media (max-width: 924px) {
    .container-login {
        flex-direction: column;
        padding: 0px 12px;
    }

    .containerRight {
        padding-bottom: 30px;
    }

    .containerLeft {
        flex: none;
        background-image: none;
    }

    .containerLeft__logo {
        display: none;
    }

    .containerLeft__boxred {
        display: block;
        max-width: 344px;
        max-height: 134px;
        width: 100%;
        height: 100%;
        background-image: url("../../Theme/images/system/container_red_rwd.svg");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 23px 24px 33px 27px;
        margin: auto auto 38px auto;
    }

    .containerLeft__phrase {
        display: inline-block;
        font-family: Gumley;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.87;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
    }

    .containerLeft__logo_rwd {
        display: block;
        max-width: 139px;
        width: 100%;
        margin: 43px auto 39px auto;
    }

    .contentForm {
        max-width: 330px;
        width: 100%;
    }

    .titleForm {
        margin-bottom: 27px;
    }

    .titleForm__bold {
        font-size: 24px;
    }

    .titleForm__light {
        font-size: 24px;
    }
}

.custom-input{
    width: 100%;
}

    .custom-input .form-control {
        min-height: 36px !important;
        border-radius: 6px !important;
        border: solid 1px #dbe3ed !important;
        background-color: #fff !important;
        padding: 5px 12px !important;
        line-height: initial !important;
    }

    .custom-input input,
    .custom-input textarea {
        font-family: Barlow !important;
        font-size: 13px !important;
        font-weight: normal !important;
        font-stretch: normal !important;
        font-style: normal !important;
        letter-spacing: normal !important;
        color: #405264 !important;
    }

    .custom-input input[type="date" i] {
        overflow: hidden;
    }

    .custom-input input[type="date"]::-webkit-calendar-picker-indicator {
        background: none;
    }

.custom-input .form-label {
    font-family: Barlow !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #6b7987 !important;
    margin: 0px 0px 7px 0px !important;
    opacity: 1;
}

.input-group:hover {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control:hover:not([disabled]), .form-control:focus:not([disabled]) {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 6px !important;
    border: solid 1px #dbe3ed !important;
    background-color: #f7fafd !important;
    padding: 5px 12px !important;
}

.ui-state-hover {
    color: #ffff !important;
    background: var(--bluemedium) !important;
}

.select2-container {
    width: 100%;
    border-radius: 6px !important;
    border: solid 1px #dbe3ed;
    background-color: #fff;
}

    .select2-container .select2-choice {
        border: none;
        border-radius: 6px;
        box-shadow: none;
    }

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.select2-container .select2-choice > .select2-chosen {
    height: 100%;
    box-shadow: none;
    border-radius: 6px !important;
}

.select2-search {
    padding: 0px;
}

    .select2-search input {
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: solid 1px #e3eaf2 !important;
        border-radius: 12px 12px 0px 0px;
        padding: 12px 9px;
        box-shadow: none;
        background: url(../../Theme/images/system/icon_loupe.svg) no-repeat 97% 14px !important;
    }

        .select2-search input:focus {
            box-shadow: none !important;
            border-top: none !important;
            border-right: none !important;
            border-left: none !important;
            border-bottom: solid 1px #e3eaf2 !important;
            border-radius: 12px 12px 0px 0px;
            padding: 12px 9px;
            box-shadow: none;
            background: url(../../Theme/images/system/icon_loupe.svg) no-repeat 97% 14px !important;
        }

.select2-drop-active {
    border: solid 1px #e3eaf2 !important;
    border-radius: 12px;
    box-shadow: 0 6px 14px 0 rgba(175, 193, 212, 0.18);
    background-color: #fff;
}

.select2-results .select2-no-results {
    background: white;
    font-family: Barlow;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #405264;
}

.form-group-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

.box-checkbox-input {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .box-checkbox-input .input-checkbox {
        width: 16px;
        height: 16px;
        margin: 0px;
    }

    .box-checkbox-input .label_checkbox {
        font-family: Barlow;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #6b7987;
        margin: 0px 0px 0px 4px;
    }

.box_title_table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px 0px 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.title_table {
    font-family: Barlow;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #405264;
}

.box_report {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 2px 6px 0 rgba(46, 196, 182, 0.25);
    border-radius: 21px;
    background-color: #29c78c;
    overflow: hidden;
}

.button_add {
    display: flex;
    align-items: center;
    border-radius: 21px 0px 0px 21px;
    background-color: #29c78c;
    padding: 12px 15px 12px 18px;
    border: none;
    outline: none;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}

    .button_add .icon {
        max-width: 17px;
        max-height: 18px;
        width: 100%;
        margin-right: 9px;
    }

.button_export {
    display: flex;
    align-items: center;
    border-radius: 0px;
    background-color: #29c78c;
    padding: 12px 15px 12px 18px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #20a070;
    border-right: 1px solid #20a070;
    outline: none;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}

    .button_export .icon {
        max-width: 17px;
        max-height: 18px;
        width: 100%;
        margin-right: 9px;
    }


.button_print {
    display: flex;
    align-items: center;
    border-radius: 21px 0px 0px 21px;
    background-color: #29c78c;
    padding: 12px 15px 12px 18px;
    border: none;
    outline: none;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}

    .button_print .icon {
        max-width: 17px;
        max-height: 18px;
        width: 100%;
        margin-right: 9px;
    }

.box_count_info{
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-left: 25px;
    align-items: center;
    margin-top: 20px;
}

    .box_count_info .text_cantidad {
        font-family: Barlow;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #6b7987;
        display: inline-block;
        margin-right: 26px;
    }

        .box_count_info .text_cantidad .count {
            font-weight: 500;
            color: #415263;
        }

.box_select_cantidad .text_select_cantidad {
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #6b7987;
    display: inline-block;
    margin-right: 6px;
}

.box_select_cantidad .text_select_registros {
    opacity: 0.61;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #6b7987;
    display: inline-block;
    margin-left: 6px;
}

.box_select_cantidad .form-select-count {
    padding: 5px 11px;
    border-radius: 16px;
    border: solid 1px #e3eaf2;
    background-color: #fff;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #415263;
}

    .box_select_cantidad .form-select-count:focus{
        outline: none;
    }

    /*SCROLL CONTAINER*/
    .scroll-contenido::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .scroll-contenido::-webkit-scrollbar:vertical {
        width: 7px;
    }

.scroll-contenido::-webkit-scrollbar-button:increment, .scroll-contenido::-webkit-scrollbar-button {
    display: none;
}

.scroll-contenido::-webkit-scrollbar:horizontal {
    height: 7px;
}

.scroll-contenido::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background-color: #d6dee8;
}

.scroll-contenido::-webkit-scrollbar-track {
    border-radius: 3.5px;
    background-color: #eaeff6;
}

/*SCROLL TABLE*/
.dataTables_scrollBody::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .dataTables_scrollBody::-webkit-scrollbar:vertical {
        width: 7px;
    }

.dataTables_scrollBody::-webkit-scrollbar-button:increment, .dataTables_scrollBody::-webkit-scrollbar-button {
    display: none;
}

.dataTables_scrollBody::-webkit-scrollbar:horizontal {
    height: 7px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background-color: #d6dee8;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 3.5px;
    background-color: #eaeff6;
}

.box_btn_success{
    min-height: 59px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.input_table_active {
    padding: 5px 10px;
    border-radius: 6px;
    border: solid 1px #dbe3ed;
    background-color: #fff;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #6f89a3;
    max-width: 90px;
    box-shadow: none;
}

    .input_table_active:focus,
    .input_table_active:disabled,
    .input_table_active:active,
    .input_table_active:hover {
        border-radius: 6px;
        border: solid 1px #dbe3ed;
        background-color: #fff;
        font-family: Barlow;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #6f89a3;
        max-width: 90px;
        box-shadow: none;
    }
    .input_table_noactive {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #6f89a3;
    max-width: 90px;
}

    .input_table_noactive:focus,
    .input_table_noactive:disabled,
    .input_table_noactive:active,
    .input_table_noactive:hover {
        box-shadow: none;
        border: none;
        background: none;
        outline: none;
        box-shadow: none;
        font-family: Barlow;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #6f89a3;
    }


.pagination {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
    column-gap: 9px;
    justify-content: flex-end;
    padding-right: 23px;
}

    .pagination > li {
        display: inline;
        margin-left: 0px !important !important;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            max-width: 32px;
            max-height: 32px;
            width: 100%;
            height: 100%;
            float: left;
            padding: 6px 12px;
            text-decoration: none;
            background-color: #ffffff;
            border: solid 1px #e3eaf2;
            border-radius: 16px;
            font-family: Barlow;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: rgba(0, 0, 0, 0.65);
            margin-right: 0px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 16px;
            border-top-left-radius: 16px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-left-radius: 16px;
            border-top-left-radius: 16px;
            margin-right: 0px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #fff;
            background-color: #f15449;
            border-color: #f15449;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #f15449;
        border-color: #f15449;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.btn_prev_left_double {
    position: relative;
    width: 12px;
    height: 10px;
}

    .btn_prev_left_double::before {
        position: absolute;
        content: "";
        width: 12px;
        height: 10px;
        background-image: url("../../../Theme/images/system/doble_arrow_left.svg");
        top: 4px;
        right: 3px;
        left: unset;
        bottom: unset;
    }

.pagination > li > a:hover .btn_prev_left_double::before,
.pagination > li > span:hover .btn_prev_left_double::before,
.pagination > li > a:focus .btn_prev_left_double::before,
.pagination > li > span:focus .btn_prev_left_double::before {
    background-image: url("../../../Theme/images/system/doble_arrow_left_hover.svg");
}

.btn_next_right_double {
    position: relative;
    width: 12px;
    height: 10px;
}

    .btn_next_right_double::before {
        position: absolute;
        content: "";
        width: 12px;
        height: 10px;
        background-image: url(../../../Theme/images/system/doble_arrow_left.svg);
        background-repeat: no-repeat;
        transform: rotate( 180deg);
        right: 1px;
        top: 4px;
        left: unset;
        bottom: unset;
    }

.pagination > li > a:hover .btn_next_right_double::before,
.pagination > li > span:hover .btn_next_right_double::before,
.pagination > li > a:focus .btn_next_right_double::before,
.pagination > li > span:focus .btn_next_right_double::before {
    background-image: url("../../../Theme/images/system/doble_arrow_left_hover.svg");
}

.btn_prev_left {
    position: relative;
    width: 8px;
    height: 10px;
}

    .btn_prev_left::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 10px;
        background-image: url("../../../Theme/images/system/simple_arrow_left.svg");
        background-repeat: no-repeat;
        top: 4px;
        right: 2px;
        left: unset;
        bottom: unset;
    }

.pagination > li > a:hover .btn_prev_left::before,
.pagination > li > span:hover .btn_prev_left::before,
.pagination > li > a:focus .btn_prev_left::before,
.pagination > li > span:focus .btn_prev_left::before {
    background-image: url("../../../Theme/images/system/simple_arrow_left_hover.svg");
}

.btn_next_right {
    position: relative;
    width: 8px;
    height: 10px;
}

    .btn_next_right::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 10px;
        background-image: url("../../../Theme/images/system/simple_arrow_left.svg");
        background-repeat: no-repeat;
        transform: rotate( 180deg);
        top: 4px;
        right: 0px;
        left: unset;
        bottom: unset;
    }

.pagination > li > a:hover .btn_next_right::before,
.pagination > li > span:hover .btn_next_right::before,
.pagination > li > a:focus .btn_next_right::before,
.pagination > li > span:focus .btn_next_right::before {
    background-image: url("../../../Theme/images/system/simple_arrow_left_hover.svg");
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #f2f2f2;
            border: 1px solid #dddddd;
            color: #8b8b8b;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #ffffff;
        cursor: not-allowed;
    }

    @media (max-width: 768px) {
        .wrap-ui {
        background-image: url(../../Theme/images/system/fondo_avipar_desktop.svg) !important;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-position: 80% 0px;
    }

    .aside-open .main-aside {
        top: 16px;
        background: var(--darkblue);
        border-radius: 30px;
        margin-left: 15px;
        transition: width .5s ease-in;
        box-shadow: 4px 0 14px 0 rgba(41, 97, 228, 0.26);
    }

    .content-filter {
        margin-bottom: 15px;
    }

        .content-filter:last-child {
            margin-bottom: 0px;
        }

    .accion-foot {
        justify-content: flex-start;
    }

    .form-group-checkbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-checkbox-input {
        margin-bottom: 23px;
    }

    .pull-main-content {
        width: 100%;
        padding-left: 15px;
    }

    .aside-closed .main-aside {
        width: 42px;
        height: 42px;
        overflow: hidden;
        top: 16px;
    }

        .aside-closed .main-aside .box_logo_avipar {
            padding: 0px 0px 20px 0px;
        }

    .aside-closed .button-nav {
        height: 42px;
        width: 42px;
    }

    .aside-open .button-nav {
        height: 60px;
        width: 60px;
    }

    .aside-open-complete .button-nav {
        height: 60px;
        width: 60px;
    }

    .button-nav {
        height: 42px;
        width: 42px;
    }

    .header {
        padding-left: 51px;
        min-height: 72px;
        max-height: 72px;
    }

    .content-header {
        padding: 18px 22px 16px 17px;
    }

    .box_title_table {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 14px 0px 18px;
        margin-top: 39px;
        margin-bottom: 15px;
    }

    .title_table {
        display: inline-block;
        margin-bottom: 17px;
    }

    .button_add {
        padding: 12px 21px;
    }

        .button_add span {
            display: none;
        }

        .button_add .icon {
            margin: 0px;
        }

    .button_export {
        padding: 12px 21px;
    }

        .button_export span {
            display: none;
        }

        .button_export .icon {
            margin: 0px;
        }

    .button_print {
        padding: 12px 21px;
    }

        .button_print span {
            display: none;
        }

        .button_print .icon {
            margin: 0px;
        }

    .box_count_info {
        display: flex;
        width: 100%;
        flex-direction: row;
         padding-left: 0px; 
        align-items: center;
        margin-top: 20px;
        justify-content: center;
        margin-bottom: 15px;
    }

        .box_btn_success {
            min-height: auto;
            margin-bottom: 30px;
        }
}

@media (max-width: 360px) {
    .wrap-ui {
        background-image: url(../../Theme/images/system/fondo_avipar_rwd.svg) !important;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
}

