.chart-info {
    color:black;
    text-align:left;
    margin-left:15px;
}

.use-panel .fact {
    color:white;
    text-align:center;
}

.use-panel .fact h1 {
    font-size: 50px;
    font-weight: bold;
}

.use-panel .fact h4 {
    padding:0px 50px;
}

.color-green {color:green;}
.color-yellow {color:yellow;}
.color-red {color:red;}
.color-black { color:black;  }

.captcha {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

#fact-grafico {
    display:none;
    padding-top:20px;
}


#fact-grafico .chart-info {
    color:white!important;
    text-align:left;
    margin-left:15px;
}

#fact-grafico .chart-info span {
    display:block;
}

#todasFacturas,#todasFacturasSinNomina,#todasFacturasConNomina,#todasFacturasPendiente,#todasFacturasGestionadas {
    overflow-y: auto;
    max-height: 243px;
}

.disabled-item {
    pointer-events:none;
    opacity:0.5;
}

#table-archivos-adjuntos th,#table-archivos-adjuntos td {
    text-align:center;
}

#table-archivos-adjuntos td:nth-child(1){
    text-transform:capitalize;
}

#table-files th,#table-files td {
    text-align:center;
}

.con-gestion {
    margin-top: 15px!important;
}

.alertify {
    z-index:999999999999!important;
}

#cambio-tipo-empresa span.select2-selection {
    height: 34px;
}

#cambio-tipo-empresa span.select2-selection__arrow {
    top: 3px;
}
.dashboard-chart,.chart-item {
    text-align:center;
}

#lastUpdateDate {
    text-align:right;
    font-weight:bold;
}

.dashboard-chart h4 {
    font-weight:bold;
}

.chart-item > span {
    display:block;
}

.chart-item {
    margin-top:20px;
}

path.slice{
    stroke-width:2px;
}
polyline{
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}
svg text.percent{
    fill:white;
    text-anchor:middle;
    font-size:15px;
}

.widget-grupo thead tr th,
.widget-grupo tbody tr td,
.widget-grupo tfoot tr th{
    text-align:center;
    vertical-align:middle;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.widget-grupo tbody tr td:nth-child(1){
    text-align:left;
}

.widget-grupo {
    width:100%;
}

.widget-grupo tbody tr td {
    padding:5px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.widget-grupo tbody tr:nth-child(2n){
    background-color: #ececec;
}

.border-negro {
    border-top:3px solid #575757 !important;
}

.border-rojo {
    border-top:3px solid #DC3912!important;
}

.border-amarillo {
    border-top:3px solid yellow!important;
}

.border-verde {
    border-top:3px solid #109618!important;
}

.info-chart i {
    margin-right: 10px;
}
.info-chart {
    position: absolute;
}
.info-chart > span {
    display:block;
}
.color-green {
    color:green;
}
.color-yellow {
    color:yellow;
}
.color-red {
    color:red;
}
.color-black {
    color:black;
}

.left-column tbody tr td:nth-child(1){
    text-align:center;
}
table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

#table-calze td:last-child{
    text-align: center;
}

#table-recepciones td:last-child, #table-calze thead th,#table-calze tfoot td{
    text-align: center;
}

#table-facturas {
    width:100%;
    border:none!important;
    border-collapse:collapse!important;
}
#table-facturas h5,#table-facturas h4,#table-facturas h3 {
    color:#5b5bba;
    margin:0px;
}

#table-facturas td {
    padding:20px;
}

#table-facturas tr {
    box-shadow:0px 0px 3px #a5a5a5;
    margin-bottom:5px;
    transition:0.5s;
}

#table-facturas tr:hover {
    background-color:#F8F8F8;
}

#table-facturas tr.border-red {
    border-left:5px solid red;
}

#table-facturas tr.border-green {
    border-left:5px solid green;
}

#table-facturas tr.border-yellow {
    border-left:5px solid yellow;
}

#table-facturas tr.border-black {
    border-left:5px solid black;
}

#table-facturas .color-word-red {
    color:red;
}

#table-facturas .color-word-green {
    color:green;
}

#table-facturas td div {

}
#table-facturas td div:nth-child(2n+1){
    color:#717171;
    font-style:italic;
}

#table-facturas tbody td:nth-child(2) div:nth-child(6){
    color:red;
}

#table-facturas tr.selected {
    background-color: rgb(207, 223, 255);
}

.facturas-bar {
    display:none;
    position:fixed;
    bottom:0px;
    z-index: 999;
    width:100%;
}

.facturas-bar .nomina {
    background-color: rgba(215, 57, 37, 0.9);
    border-radius: 3px;
    padding:3px;
    color:white;
    box-shadow:0px 0px 5px black;
    font-size:18px;
}

.facturas-bar .nomina .text {
    margin-top:5px;
}

.facturas-bar .nomina .amount {
    font-weight:bold;
}

#seleccionarTodo {
    display:none;
    margin-bottom:10px;
}

.selectedSelect {
    box-shadow: 0 0 5px #0e66ff;
}

table td:nth-child(7) div {
    margin-bottom: 10px!important;
}

.select2 {
    width: 100%!important;
}

#table-comentarios td:nth-child(5){
    text-align:center;
}
th {
    text-align:center;
}

#ver-factura * {
    font-size:14px;
}
#addDetail, #addRef{
    margin-top:30px;
}

.details,.refs{
    margin-top:20px;
    margin-bottom:30px;
}

.details,.refs,.total,.tasaCambio,#form-messages-box {
    display:none;
}

.details p ,.refs p{
    font-weight:bold;
}

.total-detail {
    font-weight: bold;
    line-height: 2.3;
}
.factura-panel {
    overflow:auto;
}

.factura-factoring,.factura-factoring:hover {
    background-color:#ccffab!important;
}

#table-facturas tr td:nth-child(4) h5:nth-child(3){
    padding-top:3px;
    text-transform:uppercase;
}

.disabled {
    pointer-events: none;
    opacity:0.5;
}

#formAjuste {
    padding:30px;
}
.item-disabled {
    pointer-events: none;
    opacity:0.5;
}

#table-factoring-aprobacion th,#table-factoring-aprobacion td {
    text-align:center;
}

.disabled-item {
    pointer-events: none!important;
    opacity:0.5!important;
}

.fact-factoring-estado,
#factoring-aprobar-comentario,
#factoring-button-aprobar,
#factoring-button-rechazar,
#factoring-aprobar-comentario {
    display:none;
}

.fact-factoring-estado {
    display:none;
}

#aprobarModal .modal-dialog {
    width: 40%!important;
}

#table-files th,#table-files td {
    text-align:center;
}

#table-archivos-adjuntos-factoring th,#table-archivos-adjuntos-factoring td {
    text-align:center;
}

#table-archivos-adjuntos-factoring td:nth-child(1){
    text-transform:capitalize;
}

.calce-monto-item {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #3c8dbc;
}

#guardar-nota-credito-debito-asociar,#guardar-nota-credito-debito-asociar {
    display:none;
}

.selected-yellow {
    background-color:#ffd665!important;
}

#calzeNotaCreditoDebitoModal .modal-dialog {
    width:80%;
}

.select2 {
    width: 100%!important;
}

#table-comentarios td:nth-child(5){
    text-align:center;
}
th {
    text-align:center;
}

#ver-factura * {
    font-size:14px;
}

.calce-monto-item-contra {
    margin-top:20px;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #3c8dbc;
}

a[href="#fact-contra-facturas-asociadas"],a[href="#fact-contra-facturas"] {
    display:none;
}

#factContraRecepcionMsg {
    display:none;
    margin-top:30px;
    padding:20px;
}

#factoringModal .modal-dialog {
    width: 40%!important;
}

#ingresarFlexModal form {
    padding:30px;
}
.item-disabled {
    pointer-events: none;
    opacity:0.5;
}
#ingresarFlexModal form small {
    color:red;
}
#ordenCompraModal .modal-dialog {
    width: 80%!important;
}

#orden-compra {
    padding:20px!important;
}

#recepcionModal .modal-dialog {
    width: 80%!important;
}

#recepcion {
    padding:20px!important;
}

#ingresarFlexModal form {
    padding:30px;
}

#ingresarFlexModal{
    z-index:99999;
}

.full-with{
    width:100%!important;
}

.last-event-fact{
    background-color:red;
}

#ingresarFlexNormalModal span.select2-selection__arrow,#modal-agregar-gestion span.select2-selection__arrow,#fact-search span.select2-selection__arrow,#modal-agregar-gestion span.select2-selection__arrow {
    top: 4px;
}

#ingresarFlexNormalModal span.select2-selection,#modal-agregar-gestion span.select2-selection, #fact-search span.select2-selection,#modal-agregar-gestion span.select2-selection {
    height: 34px;
}
.alert-danger{
    color: #a94442 !important;
}
.alert-success{
    color: #3c763d !important;
}

#factNominaModal .modal-lg {
    width:95%!important;
}

.selected {
    background-color: #94b6ff;
}

.nomina-tools {
    position: fixed;
    right: 0;
    z-index: 9999;
}

.nomina-tools ul {
    list-style-type: none;
}

.nomina-tools ul li a {
    display:block;
    background-color: #dd4b39;
    padding:15px;
    color:white;
    transition:0.5s;
}

.nomina-tools ul li a:hover {
    background-color: #5487ff;
}
.facturas-bar {
    display:none;
    position:fixed;
    bottom:0px;
    z-index: 999;
    width:100%;
}

.facturas-bar .nomina {
    background-color: rgba(215, 57, 37, 0.9);
    border-radius: 3px;
    padding:3px;
    color:white;
    box-shadow:0px 0px 5px black;
    font-size:18px;
}

.facturas-bar .nomina .text {
    margin-top:5px;
}

.facturas-bar .nomina .amount {
    font-weight:bold;
}

#table-files th,#table-files td {
    text-align:center;
}
#table-fact-nominas tbody td:nth-child(11) {
    text-align:center;
}

#exportarFacturas,#exportarNomina {
    display:none;
}

#devolverAFacturas {
    display:none;
}
.sin-gestion {
    width: auto;
    height: 1px;
    border: 2px solid yellow;
}
.aprobado {
    width: auto;
    height: 1px;
    border: 2px solid green;
}
.rechazado {
    width: auto;
    height: 1px;
    border: 2px solid red;
}
#table-tasa-cambio td,#table-tasa-cambio th {
    text-align:center;
}

#tasaCambioForm {
    padding:40px;
}

#tasa-cambio-error {
    display:none;
}
/* Notifications */
#notifications {
    z-index: 9999;
    position: fixed;
    top: 125px;
    left: 50%;
    width: 500px;
    margin-left: -250px; }

/* Notification Element */
#notifications > div {
    position: relative;
    margin: 5px 0px;
    opacity: 0.9;
    filter: alpha(opacity=90); }
/*# sourceMappingURL=dte.css.map */
