* { font-family: 'Proxima Nova', Georgia, sans-serif;}

.loading {width: 100%; display: flex; justify-content: center; align-items: center; margin: 15px}
    .loading div{border: solid; background-color: white; padding: 5px}

body{background-size: 100%; background-repeat: no-repeat; overflow: no-display}

ul{-webkit-padding-start: 1em;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1{margin-bottom: 0px; text-align: center}
h1, h2, h3, h4, h5 {font-style: italic}

a{text-decoration: none}

/*p{display: inline-block}

div{border: 0 none;    margin: 0;    padding: 0; word-wrap: break-word;}
button{border: 0 none; margin: 0; padding: 0; word-wrap: break-word;}
td{word-wrap: break-word;}*/

/** Chrome **/
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}
input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
    content: "^";
    position:absolute;
    right: 0;
    font-family:monospace;
    /*line-height:*/
}

input[type=number]::-webkit-inner-spin-button:before {
    top:0px;
}

input[type=number]::-webkit-inner-spin-button:after {
    bottom:0px;
    -webkit-transform: rotate(180deg);
}

/** Mozilla **/
input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}

td input[type=number], td input[type=text]{padding: .2rem}

/*input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:50px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(img/check-.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(img/check+.png) left top no-repeat;
}

input[type="checkbox"] + label b{
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(img/select-.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label b{
    background:url(img/select.png) left top no-repeat;
}*/

hr { margin-top: 0.2rem; margin-bottom: 0.2rem;}

.table td, .table th {
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.t1 {font-size: xx-large; text-transform: uppercase}
.t2 {font-size: x-large; text-transform: uppercase}
.t3 {font-size: large; text-transform: uppercase}

caption{font-weight: bold}

div[data-tipo = 'row'] {display: flex; width: calc(100% - 5px); flex-direction: row; padding: 5px 0px 0px 5px}
div[data-tipo = 'row-footer'] {display: flex; width: calc(100% - 5px); flex-direction: row; padding: 5px 0px 0px 5px}

row {display:block; width: calc(100% - 5px); padding: 5px 0px 0px 5px;}
/*row input, input[type=number], select {margin-left: 5px; height: 25px; max-width: calc(100% - 6px);}*/
.row [data-contenido = 'flex'] {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; min-height: 35px}
.row [data-tipo = 'footer'] {display: flex; width: calc(100% - 5px); flex-direction: row; padding: 5px 0px 0px 5px}
.row [data-tipo = 'check'] {background:url(img/check-bg.png) repeat-y 4px; padding: 10px 0px 5px 5px; cursor: pointer}
.row [data-tipo = 'check-datos'] {background:url(img/check-bg.png) repeat-y 4px; padding-left: 25px; width: calc(100% - 30px)}
.row [data-border="bottom"] {border-bottom: solid #A7A9AC 1px; padding-bottom: 5px}
row h1, h2, h3{width: 100%; display: block; font-style: italic}
row h2, h3{margin-bottom: 0px; font-style: italic}
row-item {justify-content: center; flex-grow: 0}
row-footer {display: flex; width: calc(100% - 5px); flex-direction: row; padding: 5px 0px 0px 5px}


#loading{margin: 0 auto; position: absolute; height: 32px; top: 50%; left: 50%; margin: -16px 0 0 -16px;}
#loading img{margin-left: calc(50% - 15px)}

/*Encabezado de la pantalla*/
.navbar{background-color: #00272D}
#user {min-width: 100px; }
#user ul {list-style:none; display: block; padding: 0px}
#user ul li {float:right; display: block; width: 100%; cursor: pointer; background: #000; text-align: -webkit-right;}
#user li ul {display: none;}
#user li li {float: left; padding: 10px; background: #000}
#user li li:hover {background: #CCCCCC}
#user li:hover ul {display: block;}
#user a {color: white}

#msg{ position: fixed; top: 50; left: calc((100% - 500px) / 2); width: 500px; padding: 5px; font-weight: bold; color: white; text-align: center; }

#main{background-size: 100%; background-repeat-y : no-repeat; height: 100%;}
#indexMenu{margin: unset}
content {position: absolute; top: 40px; left: 200px; height: calc(100% - 40px); width: calc(100% - 220px); padding-left: 10px; padding-right: 10px}
/*leftMenu{position: absolute; top:40px; left: 0px; height: calc(100% - 40px); width: calc(200px - 0.2rem); display: flex; flex-direction: column; justify-content: flex-end; border-right: #A7A9AC solid 0.2rem; overflow-y: auto}*/

div.contentMatriz::-webkit-scrollbar{width: 1px; height: 1px;}

numKeyPad{width: 100%; height: 100%; display: flex; flex-direction: column}
    numKeyPad input[type=number]{width: calc(100% - 10px); height: 50px; text-align: right}
    numKeyPad buttons {height: calc(100% - 130px); width: 100%}
        numKeyPad buttons button {margin: 5px; width: calc(33% - 10px); height: calc(25% - 10px); }

/* TableReport */
header-table {display: flex;  flex-direction: row-reverse; padding-bottom: 5px; padding-right: 10px; padding-top: 5px; }
.txtSearch { border-radius: 15px; height: 30px; width: 50%; padding-left: 7px; background-color: #A7A9AC; background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 10px); color: white; text-transform: uppercase; border: none; margin-right: 10px;}
.txtSearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    color: #EEEEEE;
}
.txtSearch::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #EEEEEE;
}
.txtSearch:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    color: #EEEEEE;
}
.txtSearch :-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #EEEEEE;
}

#leftMenu{background-image: url(img/bg-menuLeft.png); background-repeat: repeat-y; background-color: white; background-position-x: 15px; position: fixed; height: 100%;}

#dialog-proveedor input{font-size: 1em}

/** AUTO COMPLETE **/
.ui-autocomplete {z-index: 2000;}

.ui-combobox{display: flex; align-items: end;}
.ui-combobox button {height: 38px; width: 38px;}
.ui-combobox input{background: none} 
.ui-widget-content{max-height: 250px; overflow-y: auto; overflow-x: no-display}