﻿/************************************************* Controles Personalizado *******************************************************/
       /* input {
            text-transform: uppercase;
        }*/

        ::-webkit-input-placeholder { /* WebKit browsers */
            text-transform: none;
        }

        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            text-transform: none;
        }

        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            text-transform: none;
        }

        :-ms-input-placeholder { /* Internet Explorer 10+ */
            text-transform: none;
        }

        ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #858585;
            opacity: 4;
        }

        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #858585;
            opacity: 4;
        }

        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #858585;
            opacity: 4;
        }

        :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #858585;
            opacity: 4;
        }

.IconBusqueda {
    display: inline-block;
    /*width: 100%;*/
    height: 10px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background: transparent url("/assets/css/img/lupa.png") no-repeat scroll 2px center / 15px;
    padding: 5px 0px 5px 25px !important;
}

            .IconBusqueda:focus {
                border-color: #73AD21;
                border-radius: 4px;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            }

            .IconBusqueda:disabled {
                background-color: #f5f5f5!important;
                color: #909090!important;
            }

        .IconBusquedaError {
            border-color: red;
            border-radius: 4px;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .IconBusquedaOk {
            border-color: green;
            border-radius: 4px;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }
/***********************************************************************************************************************************/
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../files/assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

.icon-trash bigger-130 {color: red;}
        .groupbox {margin: 0px;border: 1px solid #c5d0dc;padding: 8px 10px 10px 3px;border-radius: 4px;}
        .groupbox .legend {padding: 2px;}
        legend {display: block !important;width: 170px;padding: 0;margin-bottom: 0px !important;font-size: 15px !important;line-height: 20px !important;color: #333 !important;border: 0 !important;/* border-bottom: 1px solid #e5e5e5; */}
        .tab-siga {border: 0px !important;padding: 0px 0px !important;position: relative;}
        .nota {float: right;margin-top: 8px;color: #4c8fbd;}
        /*#ui-id-1 { margin:0px !important;padding:0px !important;}*/
        input {font-size: 12px !important;}
        .page-header {padding-bottom: 3px !important;}
        /*textarea {font-size:11px;min-height:11px;text-transform: uppercase; }*/
.table thead > tr {
    padding: 0px !important;
    height: 32px;
    font-family: "OpenSans-ExtraBold",sans-serif;
    font-size: 1em;
    color: #353c4e;
}

        .th-inner {padding-top: 0px !important;padding-bottom: 0px !important;}
        /*.fixed-table-pagination {display: none !important;}*/
        .table {border-bottom:0px !important;}
        .table-hover tbody tr:hover > th { /*background: transparent !important;background-color: transparent !important*/;
            background-image: -moz-linear-gradient(top,#f8f8f8,#ececec);background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#ececec));
            background-image: -webkit-linear-gradient(top,#f8f8f8,#ececec);
            background-image: -o-linear-gradient(top,#f8f8f8,#ececec);
            background-image: linear-gradient(to bottom,#f8f8f8,#ececec);
            background-repeat: repeat-x;}
        .table-hover tbody tr:hover td {background-color: #f1f1f1;}
        .detail-view .table.table-hover tbody tr:hover td { background-color: #f1f1f1 !important;}
        .fixed-table-container thead th {cursor: pointer;background-position: right;background-repeat: no-repeat;padding-right: 30px;}
        .detail-view .table-striped tbody>tr>td, .table-striped tbody>tr>th { background-color: #fff !important; }
        .detail-view .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th { background-color: #f9f9f9 !important; }

        .icon-mas-item {color: #0a7d0d;text-decoration: none;}

    /* No borrar estilo de cabecera de grilla SIGA */
    .fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
         text-align:center;
    }

    .groupboxinline {
            margin: 0px;
            border: 1px solid #c5d0dc;
            padding: 8px 6.5px;
            border-radius: 4px;
            display: inline-block;
    }

    .contenedorgrafic{
        padding:0,5px,6px;
        position:relative;
        width:100%;
        clear:both;
        margin-top:5px;
    }

    .controlrequired {
        border-color: red;
        border-radius: 4px;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .reg {background-color: #ec0;background: -webkit-linear-gradient(#fff, #868686);font-weight: bold;border-radius: 6px;box-shadow: 0 1px 3px rgba(0,0,0,.75);padding: 7px 10px 0 8px;position: relative;font-size: 30px;line-height: 50px;margin: 10%;}
    .reg::before {background: -webkit-linear-gradient(#c1c1c1, #000);border-radius: 4px 4px 4px 4px;content: 'PLACA:';color: #ec0;font-family: sans-serif;font-size: 10px;line-height: 10px;position: absolute;padding-top: 4px;left: 5px;top: 3px;text-align: center;width: 90%;}
    .reg input {background: -webkit-linear-gradient(#c5c5c5, #fff);/*text-transform: uppercase;*/position: relative; font-size: 20px !important;line-height: 10px;padding-left: 19px;}

    .Mensaje {
        z-index: 1000;
        display: none;
        position: absolute;
        width: 319px;
        margin-left: -260px;
        cursor: pointer;
        background: #fff;
        border-radius: 0px 0px 5px 5px;
        border: 1px #e5bcd4 solid;
        box-sizing: border-box;
        box-shadow: 0 2px 4px rgba(30,30,100,0.25);
    }

    .Mensaje > div:first-child{
        height: 45px;
        background: #f7ecf2; /*linear-gradient(#892e65, #bf699d, #ffedf8, #fff5fb);*/
        box-sizing: border-box;
        font-size: 14px;
        font-weight: bold;
        line-height: 45px;
        padding: 5px;
        color: #b471a0;
        border-bottom: 1px #e5bcd4 solid;
    }
        .Mensaje > div:first-child > span {
            margin-left: 6px;
        }

    .Mensaje > div:not(:first-child):not(:last-child){
        box-sizing: border-box;
        margin: 3px;
    }

    .Mensaje > div:not(:first-child):not(:last-child) > div{
        color: #333;
        border-bottom: 1px #f6e0ed solid;
        line-height: 20px;
        height: 45px;
        box-sizing: border-box;
        padding: 3px 0px 3px 3px;
        -webkit-transition:  border 0.5s, background 0.5s, height 0.5s; /* Safari */
        transition:  border 0.5s, background 0.5s, height 0.5s;
        overflow: hidden;
        cursor: pointer;
    }

        .Mensaje > div:not(:first-child):not(:last-child) > div > div:first-child{
            width:280px;
            float:left;
            height: 45px;
            box-sizing: border-box;
        }

        .Mensaje > div:not(:first-child):not(:last-child) > div > div:not(:first-child){
            width:20px;
            /*background: #892e65;*/
            float: right;
            height: 39px;
            box-sizing: border-box;
            margin-right: 2px;
            line-height: 43px;
        }

        .Mensaje > div:not(:first-child):not(:last-child) > div.ver{
            height: 100px;
        }

        .Mensaje > div:not(:first-child):not(:last-child) > div > div:first-child.nuevo{
            font-weight: bold;
        }

    .Mensaje > div:not(:first-child):not(:last-child) > div:not(.vacio):hover{
        margin-left: -15px;
        padding-left: 10px;
        border-radius: 9px 0px 0px 9px;
        width: 329px;
        background: #e0e0e0;
        border: 1px #e5bcd4 solid;
    }

    .Mensaje > div:not(:first-child):not(:last-child) > div.vacio{
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .Mensaje > div:last-child{
        line-height: 25px;
        padding: 7px;
        text-align: center;
        box-sizing: border-box;
        margin-left: 7px;
        margin-right: 7px;
        cursor: pointer;
        color: #4f99c6;
        font-size: 14px;
    }

    .MensajeOpen{
        display: block;
    }

.icon-rojo {
    color: #bf2111;
}

.icon-verde {
    color: #07885b;
}

.icon-azul {
    color: #2DCEE3;
}

.icon-amarillo {
    color: #fe6828;
}
    .cursor-hand{
        cursor:pointer;
    }
    
    .cursor-tooltips{
        cursor:pointer;
        display:block;
    }

    .cursor-tooltips + div{
        display:none;
        position:absolute;
        margin-left: 30px;
        background: #eee;
        border: 1px #444 solid;
        border-radius: 5px;
        padding: 1px;
    }

    .cursor-tooltips + div > div{
        background: #fff;
        border: 1px rgba(23, 187, 4, 0.40) solid;
        border-radius: 5px;
        padding: 7px;
        max-width: 150px;
        border-radius: 5px;
    }

    .cursor-tooltips:hover + div{
        display:block;
    }

    .menu-botones{
        min-width: 280px;
        padding: 7px 0px;
        text-align: right;
    }

    .box-icon{
        height: 60px;
        cursor: pointer;
        display:inline-block;
        float:left;
    }
        .box-icon > div:first-child {
            float: left;
            background: #e6f2fb;
            border-radius: 5px;
            color: #666;
            transition: color 0.5s, background 0.3s;
        }

        .box-icon > div:nth-child(2) {
            color: red;
            font-size: 10pt;
            position: absolute;
            display: none;
            margin-left: 29px;
            margin-top: -5px;
            transition: display 5s;
        }

        .box-icon > div:nth-child(2) > i {
            background: #fff;
            border-radius: 6px;
        }

            .box-icon > div:first-child > i {
                margin: 3px 5px;
            }

            .box-icon > div:first-child > span {
                display: block;
                text-align: center;
                background-color: rgba(0,0,0,0.05);
                font-size: 8pt;
            }
        .box-icon > span {
            display: table-row;
            font-size: 8pt;
        }

        .box-icon:hover > div:first-child {
            background: #339af0;
            color: #fcfcfc;
        }

        .box-icon:hover > div:nth-child(2) {
            display: block;
        }

    .form-filtro{
        min-width:100%;
        /*margin: 7px 0px;*/
    }

    .form-filtro legend{
        min-width: 200px;
        padding-left: 5px;
    }

    .form-filtro > div{
        float:left;
        box-sizing:border-box;
        margin-left: 10px;
        margin-top: 2px;
        min-height: 32px;
    }

    .form-filtro > div > div{
        display: inline-block;
        box-sizing:border-box;
        margin-left: 5px;
    }

    .font-9-bold{
        font-size: 10pt!important;
        font-weight: bold;
    }

    .puntosup{
        overflow:hidden;
        white-space:nowrap;
        text-overflow: ellipsis;

    }
.puntosup_center {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;    
    font-weight:bold;
}

.estado{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .estado:after {
        width: 10px;
        height: 6px;
        border-radius: 100%;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
        display: block;
        content: "";
        position: relative;
        margin-left: 3px;
        top: 2px;
    }

.estado-small {
    width: 14px;
    height: 14px;
}

.estado-small:after {
    width: 8px;
    height: 5px;
}

.estado-azul{
    background: #6fb3e0;
}

.estado-verde{
    background: #82af6f;
}

.estado-amarillo{
    background: #f89406;
}

.estado-rojo{
    background: #bd362f;
}

.estado-morado{
    background: #9585bf;
}

.estado-gris {
    background: #abbac3;
}

.estado-gris-oscuro {
    background: #a0a0a0;
}

.estado-azul-oscuro {
    background: #2283c5;
}

.SelectSiga_Imagen_Back {
    position: absolute;
    margin-top: 5px;
    margin-left: 4px;
}

.SelectSiga_Imagen {
    display: inline-block;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    line-height: 1.35;
    padding: 3px 18px 3px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

    .SelectSiga_Imagen:focus  {
        background-color: rgb(255, 246, 229);
        border-color: #73AD21;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .SelectSiga_Imagen + span {
        position: relative;
        cursor: pointer;
        left: -14px;
        top: 2px;
    }

    .SelectSiga_Imagen + span + ul{
        list-style-type: none;
        position: absolute;
        z-index: 999;
        background: rgb(255, 246, 229);
        padding: 0px;
        margin: 0px;
        border: 1px solid #1e6dff;
        display:none;
        cursor: pointer;
    }

    .SelectSiga_Imagen + span + ul[isopen=open] {
        display: block;
    }

    .SelectSiga_Imagen + span + ul > li {
        padding: 1px 3px;
    }

    .SelectSiga_Imagen + span + ul > li:hover {
        background-color: #1e6dff;
        color: #fff;
    }

    .SelectSiga_Imagen + span + ul > li > span:first-child{
        position: relative;
        top: 2px;
    }

.dlgfondo{
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top:0px;
    width: calc( 100% - 0px);
    height: 100%;
    display: none;
    z-index: 100;
}
    .dlgfondo > div:first-child {
        width: calc( 100% - 60px);
        background: #f1f1f1;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        font-size: 16px;
        color: #669fc7;
        border: 1px outset #eee;
        border-bottom: 0px;
        border-radius: 8px 8px 0px 0px;
        color: #405678;
        font-weight: bolder;
        text-align: center;
        position: relative;
    }

        .dlgfondo > div:first-child > button {
/*            float: right;
            margin-top: 2px;*/
            position: absolute;
            right: 0.5em;
            top: 50%;
            width: 21px;
            margin: -10px 0 0 0;
            padding: 0px;
            height: 20px;
            color: #405678;
            border: 2px solid #405678;
            border-radius: 4px;
            display: block;
            font-family: "Font AwesomeZ 6 Pro";
            -webkit-font-smoothing: antialiased;
            display: var(--za-display,inline-block);
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
            font-weight: bold;
            cursor: pointer;
        }
            .dlgfondo > div:first-child > button:before {
                content: "\f00d";
            }

        .dlgfondo > div:not(:first-child) {
            width: calc( 100% - 60px);
            background: #fff;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
            border: 1px outset #eee;
            border-radius: 0px 0px 8px 8px;
        }

.icon-sunat{
    background-image: url(/Imagenes/icon-sunat.jpg);
    background-size: contain;
    width: 14px;
    height: 15px;
    display: inline-block!important;
}

.auto-width{
    -webkit-transition: all ease 0.6s!important;
    -moz-transition: all ease 0.6s!important;
    -o-transition: all ease 0.6s!important;
    transition: all 0.6s!important;
}
 .inp-anticipo{
     padding-right: 22px!important;
 }

    .btn-anticipo{
        margin-top: 0px;
        margin-left: -22px;
        width: 20px;
        height: 22px;
        border-radius: 4px!important;
        z-index:10
    }

        .btn-anticipo > i {
            display: block!important;
            margin-left: -2px!important;
        }

    .cajacampo{
        margin-bottom: 5px;
    }

    .cajacampo_comp {
        display: inline-block;
        margin-left: 10px;
    }
    .p-4404 {
    padding: 4px 4px 0px 4px !important;
}
    
    .ml-0{
        margin-left: 0px!important;
    }

    .d-inline-block{
        display:inline-block!important;
    }

    .ajuste-width-5 {
        width: calc( 100% - 5px ) !important;
    }

    .ajuste-width-10 {
        width: calc( 100% - 10px ) !important;
    }
     
.ajuste-width-13 {
    width: calc( 100% - 13px ) !important;
}
 
    .ajuste-width-15 {
        width: calc( 100% - 15px ) !important;
    }

.ajuste-width-16 {
    width: calc( 100% - 16px ) !important;
}
    .ajuste-width-20{
        width: calc( 100% - 20px )!important;
    }

.ajuste-width-25 {
    width: calc( 100% - 25px ) !important;
}

.ajuste-width-26 {
    width: calc( 100% - 26px ) !important;
}

.ajuste-width-27 {
    width: calc( 100% - 27px ) !important;
}

    .ajuste-width-30{
        width: calc( 100% - 30px )!important;
    }

.ajuste-width-32 {
    width: calc( 100% - 32px ) !important;
} 
    .ajuste-width-35{
        width: calc( 100% - 35px )!important;
    }   
    
    .ajuste-width-40{
        width: calc( 100% - 40px )!important;
    }

.ajuste-width-45 {
    width: calc( 100% - 45px ) !important;
}

.ajuste-width-50 {
    width: calc( 100% - 50px ) !important;
}

.ajuste-width-55 {
    width: calc( 100% - 55px ) !important;
} 
    
    .ajuste-width-60{
        width: calc( 100% - 60px )!important;
    }

.ajuste-width-65 {
    width: calc( 100% - 65px ) !important;
}

.ajuste-width-70 {
    width: calc( 100% - 70px ) !important;
}

.ajuste-width-75 {
    width: calc( 100% - 75px ) !important;
}

.ajuste-width-80 {
    width: calc( 100% - 80px ) !important;
}

.ajuste-width-81 {
    width: calc( 100% - 81px ) !important;
}

.ajuste-width-85 {
    width: calc( 100% - 85px ) !important;
}

.ajuste-width-88 {
    width: calc(100% - 88px) !important;
}

.ajuste-width-90 {
    width: calc( 100% - 90px ) !important;
}

.ajuste-width-93 {
    width: calc( 100% - 93px ) !important;
}
.ajuste-width-94 {
    width: calc( 100% - 94px ) !important;
}
.ajuste-width-95 {
    width: calc( 100% - 97px ) !important;
} 

    .ajuste-width-100{
        width: 100%!important;
    }
.ajuste-width-110 {
    width: calc( 100% - 110px ) !important;
}
.ajuste-width-300 {
    width: calc( 100% - 300px ) !important;
}

.ajuste-width-Contenedor {
    width: -webkit-fill-available !important;
}


.ajuste-width-fecha {
    width: 100px !important;
}
    
    .line-height-25{
        line-height: 14px;
    }

.ajuste-btn {
    margin-top: 10px;
    margin-left: 5px;
    max-width: 120px;
}

.ajuste-chk {
    margin-top: 17px!important;    
    margin-right: 5px!important;
}

    .fs-8pt{
        font-size: 8pt;
    } 

    .table-min{

    }
        .table-min tr {

        }  

        .table-min tr td {

        }


.form-filtro > div.slot1, .form-filtro > div.slot2, .form-filtro > div.slot3, .form-filtro > div.slot4, .form-filtro > div.slot6, .form-filtro > div.slot7, .form-filtro > div.slot8 {
    width: 100%;
}
        .form-filtro > div.slot1 > div{
            width: 98.8%;
            margin-left: 0px!important;
        }
        .form-filtro > div.slot2 > div{
            width: 49.3%;
            margin-left: 0px!important;
        }
        .form-filtro > div.slot3 > div{
            width: 32.5%;
            margin-left: 0px!important;
        }
        .form-filtro > div.slot4 > div{
            width: 24.2%;
            margin-left: 0px!important;
        }
        .form-filtro > div.slot5 > div{
            width: 19.5%;
            margin-left: 0px!important;
        }
        .form-filtro > div.slot7 > div{
            width: 14.2857%;
            margin-left: 0px!important;
        }
            .form-filtro > div.slot7 > div.sl7w-200 {
                width: 28.5714%;
            }
        .form-filtro > div.slot8 > div{
            width: 12%;
            margin-left: 0px!important;
        }

    .h40 {
        height: 40px;
    }



    .table_copy{
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-top: 15px;
        overflow: auto;
        font-size: 8pt;
    }
        .table_copy td[orden='1']{
            background-color: #3370ff!important;
            color: #eee;
            font-weight: bold;
        }

        .table_copy td[orden='2']{
            background-color: #d1d1d1!important;
            color: #222;
            font-weight: bold;
        }
        
        .table_copy tr[tipo="cc"] td:not([orden]) {
            background: #9fcbe9!important;
            color: #222;
        }
        .table_copy tr[tipo="tc"] td {
            background: #e6f2fb!important;
            color: #222;
        }
        .table_copy tr > th{
            text-align: center;
            min-width: 50px;
        }
        .table_copy tr:first-child > th:not(:nth-child(2)){
            border-left: 1px solid #ddd!important;
        }
        .table_copy tr > th:nth-child(1), .table_copy tr > th:nth-child(2){
            background: #f2f2f2;
            background-color: #f3f3f3;
            background-image: -moz-linear-gradient(top,#f8f8f8,#ececec);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#ececec));
            background-image: -webkit-linear-gradient(top,#f8f8f8,#ececec);
            background-image: -o-linear-gradient(top,#f8f8f8,#ececec);
            background-image: linear-gradient(to bottom,#f8f8f8,#ececec);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
            height:28px;
        }
        .table_copy tr > td:nth-child(1), .table_copy tr > td:nth-child(2) {
            background-color: #fff;
            white-space:nowrap;
            text-overflow: ellipsis;
            overflow:hidden;
            text-align:left!important;
        }

/*/        .table_copy tr > th:nth-child(1), .table_copy tr > td:nth-child(1){
            width:80px;
        }
        .table_copy tr > th:nth-child(2), .table_copy tr > td:nth-child(2){
            margin-left: 80px;
            width:250px;
        }
        .table_copy tr > th:nth-child(3), .table_copy tr > td:nth-child(3){
            padding-left: 320px;
        }*/
        .table_copy tr > td {
            text-align:right;
        }

.pos {
    position: absolute;
    height: 100px;
}

.table-nada td{
    padding: 0px!important;
    margin: 0px!important;
    border: 0px!important;
    border-bottom: 0px!important;
}

.icon-edit-right:after {
    content: "\f044";
}
.icon-edit-right span{
    font-family: 'Open Sans';
    color: #393939;
    font-size: 13px;
}
.margin-bottom-0{
    margin-bottom: 0px!important;
}
.margin-top-0{
    margin-top: 0px!important;
}

.sin-text-transform{
    text-transform: none!important;
}
/* Formulario de Configuración de documento por pagar */

.boton {
    display: inline-block;
    color: #FFF!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
    background-image: none!important;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    box-shadow: none!important;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    padding:  5px 2px;
    line-height: 22px;
    font-size: 10pt;
}

.select-multiple input[type="checkbox"]{
    display: none;
}

.select-multiple label{
    line-height: 16px!important;
    display: inline-block;
}

.select-multiple label:nth-child(2){
    border-radius: 5px 0px 0px 5px;
}

.select-multiple label:last-child{
    border-radius: 0px 5px 5px 0px;
}

.select-multiple label:not(:nth-child(2)){
   margin-left: -2px;
}

.select-multiple input:not(:checked) + label{
    background-color: #abbac3!important;
    border-color: #abbac3;
}

.select-multiple input:not(:checked) + label:hover {
    background-color: #8b9aa3!important;
}

.tabla_conf, .tabla_asie {
    width: 100%;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 15px;
    overflow: auto;
}
    .tabla_conf table, .tabla_asie table{
        width: 100%;
    }

    .tabla_conf th, .tabla_asie th {
        background: #f2f2f2;
        background-color: #f3f3f3;
        background-image: -moz-linear-gradient(top,#f8f8f8,#ececec);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#ececec));
        background-image: -webkit-linear-gradient(top,#f8f8f8,#ececec);
        background-image: -o-linear-gradient(top,#f8f8f8,#ececec);
        background-image: linear-gradient(to bottom,#f8f8f8,#ececec);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
        height:28px;
    }

    .tabla_conf > table > tbody > tr:nth-child(2n+1), .tabla_asie > table > tbody > tr:nth-child(2n+1){
        background-color: #f5f5f5;
    }

    .tabla_conf tr > td:nth-child(1), .tabla_conf tr > td:nth-child(4), .tabla_conf tr > td:nth-child(5), .tabla_conf tr > td:nth-child(6){
        text-align: center;
    }

    .tabla_conf tr > td:nth-child(3) input[is="input-texto"], .tabla_conf tr > td:nth-child(7) input[is="input-texto"]{
       
    }
    .tabla_conf td, .tabla_asie td {
        padding: 5px 2px;
        text-align: center;
    }

    .tabla_asie input {
        width: Calc(100% - 30px);
    }   
    
    /*Inicio del Checkbox*/
    input[type=checkbox].checktext {
        display:none;
    }

        input[type=checkbox].checktext + label {
            border: 3px solid #629b58;
            width: 12px;
            height: 12px;
            border-radius: 3px;
            display: inline-block;
            cursor: pointer;
            line-height: 12px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            box-sizing: content-box;
        }

    input[type=checkbox].checktext:disabled + label {
        border-color: #a5a5a5!important;
    }

    input[type=checkbox]:checked.checktext + label {
        background: #629b58;
        width: 0px;
        border:0px;
    }

    input[type=checkbox]:checked.checktext + label:before {
        content: attr(text);
        font-size: 8pt;
        color: #fafafa;
        top: -3px;
        left: -10px;
        border: 3px solid #629b58;
        width: 12px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
        background: #629b58;
    }

    input[type=checkbox].checktext:disabled + label:before {
        border-color: #a5a5a5!important;
        background: #aaa!important;
    }
    /*Fin del Checkbox*/

    /* Inicio de spin*/
    .input-numeric~span.fa-caret-up{
        position: absolute;
        font-size: 9pt;
        margin-left: -13px;
        cursor: pointer;
        background: #eee;
        margin-top: 3px;
        background-image: linear-gradient(#f9f9f9, #eee, #f9f9f9);
        border-radius: 0px 3px 0px 0px;
        font-weight: bold;
        width: 12px;
        height: 10px;
    }
    .input-numeric~span.fa-caret-down{
        position: absolute;
        margin-top: 11px;
        font-size: 9pt;
        margin-left: -13px;
        cursor: pointer;
        background: #fafafa;
        background-image: linear-gradient(#f9f9f9, #e9e9e9, #f9f9f9);
        border-radius: 0px 0px 3px 0px;
        font-weight: bold;
        width: 12px;
    }

        .input-numeric ~ span.fa-caret-down:hover, .input-numeric ~ span.fa-caret-up:hover{
            background: #ddd;
            background-image: linear-gradient(#f9f9f9, #d9d9d9, #f9f9f9);
        }

        .input-numeric ~ span.fa-caret-down:active, .input-numeric ~ span.fa-caret-up:active{
            background: #ddd;
            background-image: linear-gradient(#f9f9f9, #e9e9e9, #f9f9f9);
        }

    /* Fin de spin*/

    /* Icono dentro de un Input*/
    .puticon > input {
        background-color: rgb(255, 255, 255);
        padding: 0px 19px 0px 12px;
        box-sizing: border-box;
        height: 22px;
        width: Calc(100% - 5px)!important;
    }
    .puticon > span {
        position:relative;
        margin-left: -21px;
        top: 3px;
        font-size: 12pt;
        cursor: pointer;
        /*background: rgba(34, 131, 197, 0.25);*/
    }

        .puticon > span:hover {
            -webkit-box-shadow: 0px 0px 3px 0px rgba(34, 131, 197,0.6);
            -moz-box-shadow: 0px 0px 3px 0px rgba(34, 131, 197,0.6);
            box-shadow: 0px 0px 3px 0px rgba(34, 131, 197,0.6);
        }
    /* Fin de Icono dentro de un Input */

    /* Botones de Calculadora */
    .btn-calc-4 {
        width: 21%;
        margin-bottom: 5px;
    }
    .btn-calc-6 {
        width: 12.5%;
        margin-bottom: 5px;
    }

        .btn-calc-4 > button, .btn-calc-6 > button {
            width: 100%!important;
        }
    /* Fin de Botones */

    /* Txt donde se guarda la formula. */
    .txt-formula {
        width:  100%;
        box-sizing: border-box;
        height: 66px!important;
        margin-bottom: 5px;
        overflow: hidden;
        border-radius: 10px!important;

    }

    .txt-formula:focus{
        background-color: #FFF6E5;
        border-color: #73AD21;
        border-radius: 4px;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    /* Fin de Txt donde se guarda la formula.*/

    /* Listbox */
    .listbox td.tdcheck{
        text-align: center;
        width: 25px;
        vertical-align: top;
    }

    .listbox > div > table{
        width: 100%;
    }

    .listbox-azul > div:first-child{
        background: #5090c1;
        border-color: #5090c1;
        color: #fcfcfc;
        padding: 0px 5px;
        font-size: 11pt;
    }

    .listbox-azul > div:last-child {
        border: 1px solid #5090c1;
        padding: 0px 5px;
        line-height: 30px;
    }

    .listbox-h400 > div:last-child {
        height: 200px;
        overflow: auto;
    }


    /* Fin de listbox*/

.arbol {
  margin: 4px 0px;
}

.arbol ul {
  display: none;
  margin: 4px auto;
  border-left: 1px dashed #dfdfdf;
  outline: none;
  font: 16px "Calibri";
  font-weight: lighter;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  margin-left: 6px;
}
    .arbol li {
        padding: 10px 0px 0px 18px;
        cursor: pointer;
        vertical-align: middle;
        background: #fff;
        list-style-type: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.arbol li:first-child {
  border-radius: 3px 3px 0 0;
}

.arbol li:last-child {
  border-radius: 0 0 3px 3px;
}

.arbol .active,
.active li {
  background: #efefef;
}

.arbol label {
  display: inline-block!important;
  cursor: pointer;
}
.arbol li > i:first-child {
    margin-right: 5px;
    display: inline-block;
    font-size: 10pt;
}

.arbol li > input:first-child + label {
  margin-left: 17px;
}

.arbol li > input + label {
  border-radius: 3px;
  border: 2px solid #629b58;
  height: 9px;
  width: 9px;
  margin-right: 5px;
}

.arbol li > input[semicheck]:not(:checked) + label:before {
    content: " ";
    background: #90d085;
    height: 6px;
    display: block;
    margin: 2px;
}

.arbol li > input + label > i {
    display: none;
}

.arbol li > input:checked + label > i {
    display: block;
    color: #169400;
    margin-top: -1px;
    font-size: 8pt;
}

.arbol input[type=checkbox] {
  display: none;
}

.has > label {
  color: #000;
}

.arbol .total {
  color: #e13300;
}

.Nombre {
    text-transform: capitalize;
    font-size: 11pt;
}

.NombreTitulo {
    text-transform: capitalize;
}

.Empresa {
    font-size:7pt;
    font-weight: bold;
    text-transform: capitalize;
}

.UsuarioDV1 {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none !important;
    display: inline-block !important;
    position:relative;
    top: 8px;
}

    .UsuarioDV1 div {
        margin: 0px !important;
        padding: 0px !important;
        float: none !important;
        line-height: 15px !important;
        text-align: left;
    }

.btn-w-30 {
    width: 30px;
    margin-right:5px;
}
.btn-w-40 {
    width: 30px;
    margin-right: 5px;
}
.btn-w-70 {
    width: 70px;
    margin-right: 5px;
}

.btn-w-80 {
    width: 80px;
    font-size: 10px !important;
    margin-right: 5px;
}

.btn-w-90 {
    width: 90px;
    margin-right: 5px;
}
.btn-w-100 {
    width: 100px;
    margin-right: 5px;
}

.btn-w-140 {
    width: 140px;
    margin-right: 5px;
}

.btn-w-150 {
    width: 150px;
    margin-right: 5px;
}

.btn-w-160 {
    width: 160px;
    margin-right: 5px;
}

.btn-w-170 {
    width: 170px;
    margin-right: 5px;
}

.btn-w-180 {
    width: 180px;
    margin-right: 5px;
}

.btn-w-200 {
    width: 200px;
    margin-right: 5px;
}

.title-h5 {
    border-bottom: 1px #e6e6e6 solid;
    width: 100%;
    padding-bottom: 3px;
}

.title-h5-2 {
    border-bottom: 1px #e6e6e6 solid;
    width: 30%;
    padding-bottom: 3px;
}

.p-0-imp {
    padding: 0px !important;
}
.p-10-imp{
    padding: 10px!important;
}
.m-t-40-lg{
    margin-top: 40px;
}

.m-t-25-imp {
    margin-top: 25px!important;
}


.bloque > div.slot1, .bloque > div.slot2, .bloque > div.slot3, .bloque > div.slot4, .bloque > div.slot8 {
    width: 100%;   
    margin: 0px !important;
    padding: 0px !important;
}

      .bloque > div.slot1 > div {
        width: 100% ;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }
        .bloque > div.slot1 > div.sl1w-2 {
            width: 2%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
      
      .bloque > div.slot1 > div.sl1w-3 {
            width: 3%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-4 {
            width: 4%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-5 {
            width: 5%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
        .bloque > div.slot1 > div.sl1w-6 {
            width: 6%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
        .bloque > div.slot1 > div.sl1w-7 {
            width: 7%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
        .bloque > div.slot1 > div.sl1w-8 {
            width: 8%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }   .bloque > div.slot1 > div.sl1w-9 {
            width: 9%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-10 {
            width: 10%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-15 {
            width: 15%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-20 {
            width: 20%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-25 {
            width: 25%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-30 {
            width: 30%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-35 {
            width: 35%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-40 {
            width: 40%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
        .bloque > div.slot1 > div.sl1w-45 {
            width: 45%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-45 {
            width: 45%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-50 {
            width: 50%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-55 {
            width: 55%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-60 {
            width: 60%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-65 {
            width: 65%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-70 {
            width: 70%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-75 {
            width: 75%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot1 > div.sl1w-80 {
            width: 80%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }
        .bloque > div.slot1 > div.sl1w-85 {
            width: 85%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;

        }
  
        
        .bloque > div.slot1 > div.sl1w-90 {
            width: 90%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        } .bloque > div.slot1 > div.sl1w-95 {
            width: 95%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }.bloque > div.slot1 > div.sl1w-100 {
            width: 100%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

    .bloque > div.slot2 > div {
        width: 50%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

        .bloque > div.slot2 > div.sl2w-50 {
            width: 25%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

    .bloque > div.slot3 > div {
        width: 33.33%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

        .bloque > div.slot3 > div.sl3w-200 {
            width: 66.66%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot3 > div.sl3w-75 {
            width: 24.9975%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot3 > div.sl3w-25 {
            width: 8.3325%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

    .bloque > div.slot4 > div {
        width: 25%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

        .bloque > div.slot4 > div.sl4w-50 {
            width: 12.5%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot4 > div.sl4w-75 {
            width: 33.33%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot4 > div.sl4w-150 {
            width: 37.5%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

        .bloque > div.slot4 > div.sl4w-200 {
            width: 50%;
            margin: 0px !important;
            padding: 0px !important;
            float: left;
        }

.bloque > div.slot5 > div {
    width: 20%;
    margin: 0px !important;
    padding: 0px !important;
    float: left;
}

/*.bloque > div.slot7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}*/

    .bloque > div.slot7 > div {
        width: 14.2857%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

.bloque > div.slot7 > div.sl7w-200 {
    width: 28.5714%;
    margin: 0px !important;
    padding: 0px !important;
    float: left;
}

.bloque > div.slot8 > div {
    width: 12.5%;
    margin: 0px !important;
    padding: 0px !important;
    float: left;
}

    .bloque > div.slot8 > div.sl8w-50 {
        width: 6.25%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

    .bloque > div.slot8 > div.sl8w-250 {
        width: 31.25%;
        margin: 0px !important;
        padding: 0px !important;
        float: left;
    }

.cont_tabla {
    overflow: auto;
    border-collapse: collapse;
    border-collapse: collapse;
    margin-top: 10px;
}

    .cont_tabla table {
        min-width: 1000px;
    }
.m-t-25-imp {
width:25px!important;
margin-top:25px!important;
}
.m-t-15-imp {
  
    margin-top: 15px !important;
}
.mrg_button {
margin-top:15px;
}
.mrg_button-25 {
    margin-top: 25px;
}
.mrg_button-20 {
    margin-top: 20px;
}
/* Fin de Formulario de Configuración de documento por pagar */
@media screen and (max-width: 500px) {
    .form-filtro > div.slot2 > div, .form-filtro > div.slot3 > div, .form-filtro > div.slot4 > div, .form-filtro > div.slot5 > div, .form-filtro > div.slot8 > div, .bloque > div.slot2 > div, .bloque > div.slot3 > div, .bloque > div.slot4 > div, .bloque > div.slot5 > div, .bloque > div.slot8 > div, .bloque > div.slot1 > div {
            width: 100% !important;
        }

        .bloque > div.slot7 {
            grid-template-columns: repeat(1, 1fr);
        }
        
    .btn-font-botton {
    font-size:10px!important;
    }

    .btn-w-120, .btn-w-140, .btn-w-150, .btn-w-160, .btn-w-170, .btn-w-180 {
        width: 100%!important;
        margin-top: 5px;
    }
    dropdown{
        display:inline-block!important;
    }

    .m-t-40-lg {
        margin-top: 0px;
    }
    .ajuste-width-5% {
        width: calc( 100% - 5% ) !important;
        text-align:center;
    }

    .ajuste-width-5 {
        width: calc( 100% - 5px ) !important;
    }

    .ajuste-width-10 {
        width: calc( 100% - 10px ) !important;
    }

    .ajuste-width-15 {
        width: calc( 100% - 15px ) !important;
    }

    .ajuste-width-20 {
        width: calc( 100% - 20px ) !important;
    }

    .ajuste-width-25 {
        width: calc( 100% - 25px ) !important;
    }

    .ajuste-width-30 {
        width: calc( 100% - 30px ) !important;
    }

    .ajuste-width-35 {
        width: calc( 100% - 35px ) !important;
    }

    .ajuste-width-40 {
        width: calc( 100% - 40px ) !important;
    }

    .ajuste-width-45 {
        width: calc( 100% - 45px ) !important;
    }

    .ajuste-width-50 {
        width: calc( 100% - 50px ) !important;
    }

    .ajuste-width-55 {
        width: calc( 100% - 55px ) !important;
    }

    .ajuste-width-60 {
        width: calc( 100% - 60px ) !important;
    }

    .ajuste-width-65 {
        width: calc( 100% - 65px ) !important;
    }

    .ajuste-width-70 {
        width: calc( 100% - 70px ) !important;
    }

    .ajuste-width-75 {
        width: calc( 100% - 75px ) !important;
    }

    .ajuste-width-80 {
        width: calc( 100% - 80px ) !important;
    }

    .ajuste-width-85 {
        width: calc( 100% - 85px ) !important;
    }

    .ajuste-width-90 {
        width: calc( 100% - 90px ) !important;
    }

    .ajuste-width-93 {
        width: calc( 100% - 93px ) !important;
    }

    .ajuste-width-95 {
        width: calc( 100% - 97px ) !important;
    }

    .ajuste-width-125 {
        width: calc( 100% - 125px ) !important;
    }

    .ajuste-width-100 {
        width: 100% !important;
    }

        .ajuste-width-10-S {
            width: calc( 100% - 10px ) !important;
        }

        .ajuste-width-15-S {
            width: calc( 100% - 15px ) !important;
        }

        .ajuste-width-20-S {
            width: calc( 100% - 20px ) !important;
        }

        .ajuste-width-30-S {
            width: calc( 100% - 30px ) !important;
        }

        .ajuste-width-40-S {
            width: calc( 100% - 40px ) !important;
        }

        .ajuste-width-60-S {
            width: calc( 100% - 60px ) !important;
        }

        .ajuste-width-95-S {
            width: calc( 100% - 97px ) !important;
        }

        .form-filtro > div {
            width: calc( 100% - 20px) !important;
        }

        .form-filtro > div > div{
            width: 100%;
            margin-bottom: 8px;
        }
        
        .select-multiple{
            width: calc( 100% - 40px)!important;
        }

        .select-multiple label:nth-child(2){
            border-radius: 5px 5px 0px 0px;
        }

        .select-multiple label:last-child{
            border-radius: 0px 0px 5px 5px;
        }

        .select-multiple label{
            line-height: 20px!important;
            margin-top: -5px;
            width: 100%;
        }

        .page-header{
            display: initial;
        }
    }

    @media screen and (max-width: 1050px) {
        .ajuste-btn span {
            display: none;
        }
    }



    .dropzone .dz-default.dz-message-mini {
        margin-top: -42.5px !important;
    }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        display: block !important;
    }

        .dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
            width: 153px !important;
        }

        .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
            width: 153px !important;
            height: 108px !important;
        }

    .dropdown-item-2 {
        width: 140px !important;
        padding: 4px 0px 0px 4px;
        font-weight: bold;
    }
