﻿|/* DEFAULTS
----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {	
	margin: 0;
	padding: 0;
	border: 0;
}



body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px 10px;
    color: #696969;
}

h2.gridTitle {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #034af3;
}

table.tableHidden {
    border-collapse: collapse;
    border: 0px solid;
    border-style: hidden;
}

table.tableHidden td {
    font-size: 12px;
    text-align: left;
}

table.tableInputData {
    width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff; /*for older IE*/
    border-style: hidden;
    padding: 1px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}

table.tableInputData td {
        font-size: 12px;
        text-align: left;
}

table.tableInputData tr {
        border-bottom: 1px solid navy;
}

.div-balanceMasas {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    width: 100%;
}

.tableExport {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    vertical-align: top;
    width: 100%;
    border-bottom: 3px solid #CFC7C5;
    border-right: 2px solid #CFC7C5;
    border-top: 1px solid #CFC7C5;
    border-left: 1px solid #CFC7C5;
}

.tableExport td {
    border-bottom: 1px solid #CFC7C5;
    border-right: 1px solid #CFC7C5;
    border-top: 1px solid #CFC7C5;
    border-left: 1px solid #CFC7C5;
}

#tableBalanceMasascontent {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    vertical-align: top;
    width: 100%;
    height: 80vh;
}


#tableBalanceMasasHeader {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    border-collapse: collapse;
    width: 100%;
}


#tableBalanceMasasHeader td {
    padding-left: 0px;
    padding-right: 0px;
}


#tableBalanceMasasData-div-fechas-search {
    display: none;
    z-index: 9999 !important;
    position: absolute !important;
    margin-top: 10px;
    margin-left: 50px;
    width: 800px;
    height: 600px;
}

.ui-datepicker {
    z-index: 10000 !important;
}

div.ui-datepicker, .ui-datepicker td {
    font-size: 16px;
}

#tableBalanceMasasData-fechas-search_button {
    border: none;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 0px;
    width: 100%;
}

.btnProcessExport {
    background-color: #f0f2f5;
    border: 1px solid #ced0d4;
    border-radius: 5px;
    padding: 8px 12px;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s ease; /* Smooth hover effect */
}


.listBoxForNueca {
    width: 94%;
    font-size: 12px;
    padding: 2px;
}

.listBoxForNumacro {
    width: 94%;
    font-size: 12px;
    padding: 2px;
}

.div-tableBalanceMasasData {
    overflow-y: hidden;
    overflow-x: hidden;
    border-bottom: 0px solid navy;
    border-top: 0px solid navy;
    border-left: 0px solid navy;
    border-right: 0px solid navy;
    border-collapse: collapse;
    height: 66vh;
    width: 100%;
    overflow-y: auto;
    position:relative
}

.tableBalanceMasasData {
    border-collapse: collapse;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid navy;
    border-top: 0px solid navy;
    border-left: 0px solid navy;
    border-right: 0px solid navy;
    width: 100%;
    height:100%
}

    .tableBalanceMasasData thead {
        position: sticky;
        z-index: 10;
        background-color: white;
        opacity: 1;
        border-collapse: collapse;
        border-bottom:1px solid navy;
        border-top: 1px solid navy;
        border-left: 1px solid navy;
        border-right: 1px solid navy;
        top: 0;
    }


    .tableBalanceMasasData th {
        padding: 0px;
        text-align: center;
        border-collapse: collapse;
        opacity: 1;
        background-color: white;
        border-collapse: collapse;
        border-bottom: 1px solid navy;
        border-top: 1px solid navy;
        border-left: 1px solid navy;
        border-right: 1px solid navy;
        z-index: 10;
    }

    .tableBalanceMasasData td {
        border-collapse: collapse;
        border: 1px solid #ddd;
        text-align: left;
        background-color: white;
        z-index: 5;
        max-height: 15px;
    }
 
        .tableBalanceMasasData tbody {
        background-color: transparent;
        z-index: 5;
        vertical-align:top;
    }

            .tableBalanceMasasData tbody tr {
                background-color: white;
                z-index: 5;
                height: 15px;
                padding: 0px;
            }

        .tableBalanceMasasData tfoot {
        position: sticky;
        z-index: 10;
        background-color: white;
        opacity: 1;
        border-collapse: collapse;
        bottom: 0;
        font-size:17px;
        padding:0px;
    }


    .tableBalanceMasasData tfoot tr {
        vertical-align: top;
        border-collapse: collapse;
        border-bottom: 0px solid navy;
        border-top: 0px solid navy;
        border-left: 0px solid navy;
        border-right: 0px solid navy;
    }

    .tableBalanceMasasData tfoot td {
        vertical-align: top;
        border-collapse: collapse;
        border-bottom: 0px solid navy;
        border-top: 0px solid navy;
        border-left: 0px solid navy;
        border-right: 0px solid navy;
    }




.tableBalanceMasasData-label-day {
    border-bottom: 1px;
    padding: 0px;
    font-size: 15px;
    text-align: center;
}

.tableBalanceMasasData-label-dayName {
    border-bottom: 1px;
    padding: 0px;
    font-size: 15px;
    text-align: center;
}


.tableBalanceMasasData-label-headerInputs {
    border-collapse: collapse;
    border: 0px ;
    padding: 1px;
    font-size: 12px;
    text-align: center;
}


.tableBalanceMasasData-label-material {
    font-size: 15px;
    text-align: left;
}


.tableBalanceMasasData-default-text-input {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 1px;
    width: 100%;
    font-size: 15px;
    text-align: right;
    box-sizing: border-box;
    border: 1px solid #e8dfdf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-family: Verdana, sans-serif;
    color: navy;
}

.tableBalanceMasasData-default-text-total {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0px;
    width: 99%;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
    border: 1px solid #e8dfdf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-family: Verdana, sans-serif;
    color: navy;
}

.tableBalanceMasasData-default-text-input:focus {
        border: 2px solid #ccc;
        background-color: powderblue;
}

.td-label {
    width: 60%;
    height: 18px;
    padding: 3px;
}

.td-data {
    width: 40%;
    height: 18px;
}

table.tableSearchBtn {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #fff; /*for older IE*/
    border-style: hidden;
    margin: 0px;
    padding: 0px;
    align-content:center;
}



.default-label {
    margin-bottom: 3px;
    padding: 0px;
    width: 100%;
    font-size: 14px;
}

.default-text-input {
    margin-bottom: 3px;
    padding: 0px;
    width: 99%;
    font-size: 15px;
}

.default-text-date {
    margin-bottom: 3px;
    padding: 0px;
    width: 99%;
    font-size: 15px;
}

.default-text-input-t1 {
    margin-bottom: 3px;
    padding: 0px;
    width: 100%;
    font-size: 15px;
}


.default-list-box {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 3px;
}

.default-list-box-t1 {
    margin-bottom: 3px;
    width: 100%;
    padding: 0px;
    font-size: 16px;
}

.default-list-box-t2 {
    margin-bottom: 4px;
    width: 93%;
    padding: 0px;
    font-size: 16px;
}

.default-td-id-search {
    font-size: 15px;
    width: 15%;
}

.default-td-desc-search {
    font-size: 15px;
    width:75%;
}

.default-td-btn-search {
    font-size: 15px;
    width: 10%;
    margin-top: 0px;
    align-content: center;
    vertical-align: top;
}


.default-btn-search {
    height: 20px;
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0px;
    background-image: url('/images/search.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    border: 1px solid #000;
}

.default-btn-search-date {
    height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    border: 1px solid #000;
}

.default-btn-filter {
    height: 20px;
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0px;
    background-image: url('/images/search.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    border: 1px solid #000;
}


.default-btn-search:hover {
        background-color: #008CBA;
        color: blue;
}

.listBoxForFilter {
    min-width: 200px;
    max-width: 250px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #6C5E5C;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
    margin-right: 2px;
}

.inputTextForFilter {
    min-width: 150px;
    max-width: 150px;
    padding: 2px 2px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
    height: 30px;
    background: #f1f1f1;
    margin-left: 12px;
}

.default-btn-new {
    height: 25px;
    width: 40px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0px;
    background-image: url('/images/new_16.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    border: 1px solid #F6CECE;
    background-color: white;
}

.btnForNew {
    width: 35px;
    height: 30px;
    font-size: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0px;
    background: white;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-color: white;
    cursor: pointer;
    color: blue;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
}

    .btnForNew :hover {
        background: #0b7dda;
    }

.tableForMenu {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    border-bottom: 3px solid #CFC7C5;
    border-right: 2px solid #CFC7C5;
    border-top: 1px solid #CFC7C5;
    border-left: 1px solid #CFC7C5;
    width: 100%;
    background-color: #FCFAFA;
    border-collapse:collapse;
    align-content:center;
    align-items:center;
}

    .tableForMenu td {
        display: inline-flex;
        border-right: 2px solid #CFC7C5;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        background-color: #F7F4F4;
    }

.btnForCloseSearch {
    float: left;
    width: 20px;
    height: 20px;
    font-size: 20px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #F7F4F4;
    margin: auto;
    cursor: pointer;
    color: #4778A9;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    border: none;
}


    .btnForCloseSearch :hover {
        background: #C3D6E9;
    }

.btnForGridInnerActions {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 22px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    margin: 0px;
    cursor: pointer;
    color: #4778A9;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    border: none;
}

    .btnForGridInnerActions :hover {
        background: #C3D6E9;
    }

.btnForDBAction {
    float: left;
    width: 40px;
    height: 30px;
    font-size: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    margin: auto;
    cursor: pointer;
    color: #4778A9;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    border: none;
}

    .btnForDBAction :hover {
        background: #C3D6E9;
    }

.btnForFilter {
    float: left;
    width: 30px;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    height: 30px;
}

    .btnForFilter:hover {
        background: #0b7dda;
    }

.defaultTitle {
    margin-top: 50px;
    margin-left: 100px;
}


.menuMasterTable {
    width: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    border: 1px solid transparent;
    margin: 0px;
    padding: 0px;
}

    .menuMasterTable td {
        font-size: 15px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

table.tableTransData {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    border-style: dashed;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 0px;
}
    table.tableTransData td {
        font-size: 12px;
        text-align: left;
        margin: 10px;
    }

table.tableTransDataAdicional {
    width: 99%;
    border-collapse: collapse;
    border-spacing: 1px;
    border: 1px solid #F6CECE;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 2px;
}

    table.tableTransDataAdicional td {
        font-size: 12px;
        text-align: left;
        margin: 10px;
        padding: 3px;
    }


table.tableTransData1 {
    width: 100%;
    padding-top: 4px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-spacing: 3px;
    border: 1px solid #F6CECE;
}


table.tableInputData tr {
        margin: 0px;
}

.trans-text-input {
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 3px;
    padding: 2px;
    font-size: 14px;
    width: 94%;
}

.trans-text-date {
    margin-bottom: 4px;
    padding: 0px;
    font-size: 15px;
}

.trans-list-box {
    margin-bottom: 4px;
    padding: 1px;
    font-size: 15px;
}


.grid_dashboard {
    display: grid;
    overflow: hidden;
    grid-template-columns: 100%;
    padding-left: 1px;
    padding-right: 1px;
    margin-left:1px;
    margin-right: 1px;
}


.datos_requerimientos {
    display: grid;
    grid-template-columns: 50% 50%;
    max-height: 60vh;
    column-gap: 56px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.div-tittle {
    padding-top: 5px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}




#div-detail-data {
    display: grid;  
    height: auto;
    margin-top:0px;
    background-color: transparent;
    grid-template-rows: auto auto;
}

#btsMenuDetail {
    display: inline-block;
    vertical-align: top;
}

#detail-data-table {
        display: inline-block;
        vertical-align: top;
        overflow-x: auto;
        overflow-y: auto;
        vertical-align: top;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}


#detail-data-table {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: auto;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}



#detail-data-table {
    background-color: white;
}


#detail-data-table .tabulator-header {
    background-color: white;
    color: #fff;
    font-size: 0.4rem;
    color: navy;
    margin: 0px;
    padding: 0px;
    height: auto;
}

#detail-data-table .tabulator-header-contents {
    background-color: white;
    font-size: 12px;
    height: auto;
}

#detail-data-table .tabulator-tableholder {
    background-color: transparent;
}

#detail-data-table .tabulator-header .tabulator-col .tabulator-header-filter input {
    font-size: 12px;
}

#detail-data-table .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}


#detail-data-table .tabulator-table .tabulator-row {
    color: navy;
    background-color: white;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 30px;
}

#detail-data-table .tabulator-table .tabulator-row .tabulator-cell {
    color: navy;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*Color even rows*/
#detail-data-table .tabulator-table .tabulator-row:nth-child(even) {
    background-color: #FBF8F7;
}

#detail-data-table .tabulator-table .tabulator-row:hover {
    color: navy;
    background-color: #B8A7A1;
}


#div-master-data {
    display: grid;
    height: 78vh;
    background-color: transparent;
    grid-template-rows: 30px 450px;
    margin-left: 15px;
    margin-top: 5px;
}

#div-content-xspreadsheet {
    display: grid;
    height: auto;
    overflow:hidden;
}

#master-data-table {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: auto;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#master-data-table {
    background-color: white;
}


#master-data-table .tabulator-header {
    background-color: white;
    color: #fff;
    font-size: 0.3rem;
    color: navy;
    margin: 0px;
    padding: 0px;
    height: 60px;
}

#master-data-table .tabulator-header-contents {
    background-color: white;
    font-size: 11px;
    height: 60px;
}

#master-data-table .tabulator-tableholder {
    background-color: transparent;
}

#master-data-table .tabulator-header .tabulator-col .tabulator-header-filter input {
    font-size: 12px;
}

#master-data-table .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}


#master-data-table .tabulator-table .tabulator-row {
    color: navy;
    background-color: white;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 30px;
}

#master-data-table .tabulator-table .tabulator-row .tabulator-cell {
    color: navy;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    /*Color even rows*/
#master-data-table .tabulator-table .tabulator-row:nth-child(even) {
    background-color: #FBF8F7;
}

#master-data-table .tabulator-table .tabulator-row:hover {
    color: navy;
    background-color: #B8A7A1;
}

#generic-search-table {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: auto;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#generic-search-table {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: auto;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index:1000;
}



#generic-search-table {
    background-color: white;
}


    #generic-search-table .tabulator-header {
        background-color: white;
        color: #fff;
        font-size: 0.2rem;
        color: navy;
        margin: 0px;
        padding: 0px;
        min-height: 40px;
        max-height: 60px;
    }
        #generic-search-table .tabulator-header .tabulator-col .tabulator-col-content {
            padding:2px;
            margin:2px;
        }

    #generic-search-table .tabulator-header-contents {
        background-color: white;
        font-size: 11px;
        max-height: 60px;
    }


    #generic-search-table .tabulator-tableholder {
        background-color: transparent;
    }

    #generic-search-table .tabulator-header .tabulator-col .tabulator-header-filter input {
        font-size: 12px;
    }

    #generic-search-table .tabulator-header .tabulator-col-row-handle {
        white-space: normal;
    }


    #generic-search-table .tabulator-table .tabulator-row {
        color: navy;
        background-color: white;
        margin-bottom: 1px;
        margin-top: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        min-height: 30px;
    }

        #generic-search-table .tabulator-table .tabulator-row .tabulator-cell {
            color: navy;
            font-size: 14px;
            margin-bottom: 1px;
            margin-top: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
        }

        /*Color even rows*/
        #generic-search-table .tabulator-table .tabulator-row:nth-child(even) {
            background-color: #FBF8F7;
        }

        #generic-search-table .tabulator-table .tabulator-row:hover {
            color: navy;
            background-color: #B8A7A1;
        }


#info-adic-table {
    background-color: white;
}


    #info-adic-table .tabulator-header {
        background-color: white;
        color: #fff;
        font-size: 0.2rem;
        color: navy;
        margin: 0px;
        padding: 0px;
        min-height: 40px;
        max-height: 60px;
    }

        #info-adic-table .tabulator-header .tabulator-col .tabulator-col-content {
            padding: 2px;
            margin: 2px;
        }

    #info-adic-table .tabulator-header-contents {
        background-color: white;
        font-size: 11px;
        max-height: 60px;
    }


    #info-adic-table .tabulator-tableholder {
        background-color: transparent;
    }

    #info-adic-table .tabulator-header .tabulator-col .tabulator-header-filter input {
        font-size: 12px;
    }

    #info-adic-table .tabulator-header .tabulator-col-row-handle {
        white-space: normal;
    }


    #info-adic-table .tabulator-table .tabulator-row {
        color: navy;
        background-color: white;
        margin-bottom: 1px;
        margin-top: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        min-height: 30px;
    }

        #info-adic-table .tabulator-table .tabulator-row .tabulator-cell {
            color: navy;
            font-size: 14px;
            margin-bottom: 1px;
            margin-top: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
        }

        /*Color even rows*/
        #info-adic-table .tabulator-table .tabulator-row:nth-child(even) {
            background-color: #FBF8F7;
        }

        #info-adic-table .tabulator-table .tabulator-row:hover {
            color: navy;
            background-color: #B8A7A1;
        }



#updDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    margin-top: 0px; /* 15% from the top and centered */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#updDialogContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#insDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#insDialogContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}



#detailGridDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    padding:0px;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full width */
    max-height: 100%;
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#detailGridDialogContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    max-height: 80vh;
    align-items: center;
    z-index: 600; /* Sit on top */
}



#updDialogDetail {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 700; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#updDialogDetailContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#insDialogDetail {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 700; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#insDialogDetailContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#dialogGenericSearch {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}

#dialogGenericExport {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#dialogGenericSearchContent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}

#dialogGenericExportcontent {
    background-color: #fefefe;
    margin-top: 69px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#dialogInfoAdicTable {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#dialogInfoAdicTableContent {
    background-color: #fefefe;
    margin-top: 45px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#dialogDetail {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 45px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}



/* Modal Content/Box */
#dialogDetailContent {
    background-color: #fefefe;
    margin-top:5px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


#dialogErrorsMessages {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 45px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}

/* Modal Content/Box */
#dialogErrorsContent {
    background-color: #fefefe;
    margin-top: 5px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}



#dialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    margin-top: 0px; /* 15% from the top and centered */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    align-items: baseline;
    background: rgba(0,0,0,0.2);
}


/* Modal Content/Box */
#dialogContent {
    background-color: #fefefe;
    margin-top: 40px; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: auto; /* Could be more or less, depending on screen size */
    height: auto; /* Could be more or less, depending on screen size */
    align-items: center;
}


.close {
    font-size: 22px;
    font-weight: 600;
    margin-top: -3px;
    margin-right: -3px;
    padding: 0;
    border:none;
    background-color:transparent;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    font-size: 27px;
    color: navy;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 27px;
        cursor: pointer;
        opacity: 0;
        background-color: navy;
    }


.loadFileTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .loadFileTable td, .loadFileTable th {
        padding: 2px;
    }

.divloading {
    position: relative;
    width: 100px;
    height: 40px;
    align-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
     display:none;
}

.imgloading {
    width: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height: 40px;
}

input:invalid {
    background-color: #BA8C00;
}


#progress {
    background: rgba(0, 0, 0, .7);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
