/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/04/2021, 12:47:21 AM
    Author     : Oscar Urby
*/
body { 
    color: #000 !important;
}

.page-header {
    font-size: 1.5em;
    padding: 0;
}

.notifica-empresa { 
    margin: 10px 0 0 10px;
}


.cls-container {
    background-color: rgb(0,0,0) !important;
}


.oscuro{ 
    color: #fff !important;
}


#content-container { 
    background-color: #fff !important;
    color: #000 !important;
}


.navbar-header {
    background-color: #fff !important;
}


.colcantidad { 
    text-align: right;
    max-width: 35px;
    color: #D00;
}

.seccion { 
    vertical-align: middle !important;
    text-align: center;
    font-size: 11px;
    font-style: bold; 
    background-color: #d95555;
    color: #fff;
}


table.dataTable td {
  font-size: 0.8em;
}

table.dataTable tr.dtrg-level-0 td {
  font-size: 1em;
}