body {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background:#f2f3f8;
}
h1 {
    font-family: 'Righteous', cursive;
    margin:0;
    padding:0;
    color:#343434;
}
h2 , h3 , h4 , h5 , h6 {
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0;
    color:#2e2e2e;
}
h4#example {
    margin-bottom: 10px;
    text-transform: none;
}
h3 {
    font-size: 18px;
}
form h3 {
    width: 100%;
    text-decoration: underline;
    color:var(--secondary-light-color);
}
/* sections  */
section {
    padding:30px 15px;
}
section h4 {
    text-transform:uppercase;
    margin-bottom:20px;
}

/* HEADINGS */

h1 , h2 , h3, h5 , h6 {
    margin-bottom:10px;
    margin-top:20px;
}
/* BUTTONS */

button {
    padding:5px 20px;
    border-radius:5px;
    text-transform:uppercase;
    color:white;
    margin-right:10px;
    margin-bottom:15px;
    border:none;
}
.blue {
	 background-color:#00afaa;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
	
}
.green {
    background-color:#8dc223;
}
.red {
    background-color:#fc1e00;
}
.orange {
    background-color:#ff9933;
}

.blue_outline {
    border:2px solid #67d9db;
    background-color:white;
    color:#67d9db;
    font-weight: bold;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}
.blue_outline:hover {
    color:white;
    background-color:#67d9db;
}
.green_outline {
    border:2px solid #8dc223;
    background-color:white;
    color:#8dc223;
}
.red_outline {
    border:2px solid #fc1e00;
    background-color:white;
    color:#fc1e00;
}
.orange_outline {
    border:2px solid #ff9933;
    background-color:white;
    color:#ff9933;
}
#content h2:first-of-type{
    font-size:18px;
    color:#595d6e;
}
/* TABLES */
table {
    border:1px solid #dee2e6;
    background:white!important;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
th {
    color:#333;
    text-transform:uppercase;
}

table#alt tr.alt {
    background-color:#f6f6f6;
}
table tr:hover {
    background-color:#dbe4ee:

}

/* ICONS */
main svg {
    color:#00afaa;
}
ul.icons li a i {
    color:#343434;
}
ul.icons li a svg:hover {
    color:#00afaa;
}
ul.icons#options {
    display:flex;
    flex-flow:row;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin-bottom:0!important;
    padding-left:0!important;
}
ul.icons#options  i{
    margin-left: 11px;
}

/* FORMULARIOS */
form {
    border:1px solid #dee2e6;
    padding:25px;
    background:white;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;*/
}
label {
    font-weight: bold;
    color:#343434;
    display: block;
}

.labelc
{
    font-weight: bold;
    color:#343434;
    
	
}

div#radio label {
    display:inline;
}
div#radio input {
    min-width:auto;
}
input  , select , textarea{
    border-radius:5px;
    border:1px solid #e4e7ea;
    padding:5px;
	
    margin-right: 10px;
    /*margin-bottom: 20px;*/   
}

input[type="button"] {
    padding:10px 25px;
    border-radius:5px;
    text-transform:uppercase;
    color:white;
    margin-right:10px;
    margin-bottom:15px;
    border:none;
}
input[type="button"]:hover {
    cursor:pointer;
    background-color:#04d1ca;
}

input[type="text"] ,input[type="date"],input[type="number"] ,input[type="password"] ,input[type="email"] , select , textarea{
    height:33px;
    width:100%;
}
input.error {
    border:2px solid red;
}
i.error {
    color:red;
}
div.form-check {
    margin:0 10px;
}
div.form-check input {
    width:auto;
}

/* header */

ul#info_top.icons {
    display:flex;
    flex-flow:row;
    justify-content: space-around;
    list-style: none;
    color:#00afaa;
}
header ul#info_top.icons li {
    margin-left:10px;
}
ol.breadcrumb li.breadcrumb-item {
    color:#00afaa;
}
.breadcrumb-item.active {
    color: #6c757d!important;
}
#buscar {
    color:#002856;
}
/*login */
div#login {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    flex-flow: column;
    background: #112033;
    color:white;
}
div#login div.contenedor {
   display:flex;
   flex-flow:column;
   align-items:center;
}
div#login div.contenedor img {
    width:300px;
}
div#login form {
    background: none;
    flex-flow:column;
    border:none;
}
div#login form label {
    color:white;
}
div#login form h2 {
    width:100%;
    text-align:center;
}

a#olvide {
    display:block;
    text-align:center;
    color:#002856;
    margin-bottom:15px;
}
div#login form button {
    margin:auto;
    display:block;
}

form#buscador {
    margin-bottom:20px;
}
form#buscador div#boton{
    width:100%;
}

div#logo-fondo {
    width:100%;
    height:500px;
    display:flex;
    justify-content: center;
    align-items:center;
}
div#logo-fondo img {
    max-width: 250px;
}

footer#copyright {
    background-color: #343434;
    color:white;
    width:100%;
    text-align:center;
    padding:10px 0;
}
footer#copyright span{
    font-weight: bold;
}

#sidebar {
    position:relative;
}
#sidebar footer#copyright {
    position: absolute;
    bottom:0;
}
input.datepicker {
    margin:0;
}
h6#plasefi {
    margin-top:0;
    text-transform: uppercase;
    font-weight: 700;
}

input.form-control.hasDatepicker { padding:5px!important; margin-right:0!important;height:33px;}

.referencia {color:#FF0000}

button:hover {
    cursor:pointer;
    background-color:#04d1ca;
}

#content .input-group-prepend span.input-group-text#cuitspan {
    padding: 4px 5px;
    width: 100%!important;
    height: auto!important;
    justify-content: center;
}
#content .input-group-prepend {
    min-width: 200px;
}
/*data-tool-tip*/
a[data-tool-tip] {
    position:relative;
}
a[data-tool-tip]::after {
    content:attr(data-tool-tip);
    position: absolute;
    display:block;
    background-color:rgba(52,52,52,0.6);
    color:white;
    font-weight: bold;
    font-size:10px;
    padding:5px 10px;
    border-radius:5px;
    bottom:0;
    right:0;
    white-space: nowrap;
    transform:scale(0);
    transition: transform ease-out 150ms ,
                bottom ease-out 150ms;

}
a[data-tool-tip]:hover::after {
    transform:scale(1);
    bottom:100%;
}

/* credencial */
div.credencial {
    display: flex;
    flex-flow: column;
    background: #F0F0F0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px;
    max-width:800px;
    margin-bottom:20px;
}
div.imagen {
    background:white;
    padding:10px;
    max-width: 400px;
}
div.imagen img {
    width: 100%;
}
div.credencial .datos {
    padding-left: 15px;
}
div.credencial h3 {
    color:var(--main-color);
    font-weight: bold;
}
div.credencial small {
    color:var(--secondary-light-color);
    font-weight: bold;
    margin-bottom:3px;
    font-size: 14px;
}
div.credencial p {
    margin-bottom:5px;
    color:#2e2e2e;
}
div.credencial .datos .activo {
    color: green;
    font-weight: bold;
}
div.credencial .datos .debe {
    color: red;
    font-weight: bold;
}
div.dropdown-menu {
    padding:10px 15px;
}
div.dropdown-menu a {
    padding:0;
}
div.dropdown-menu p {
    margin-bottom:5px;
    font-size:12px;
}
div.row#graphics div {
    margin-bottom: 15px;
}

td i.verde::before {
    background: green;
    border-radius: 14px;
}

div#listadoContenido table tr , div#listadoContenido table tr a {
    color:inherit!important;
}

.rojo {
    background: red;
	
    
}

.verde {
    background: #61ff61;
    
}
#ina-cabecera {
    background-color:#e9e9eb ;
    border-radius: 2px;
    padding:7px;
    margin-bottom: 10px;
}

#ina-cabecera label {
    display: inline;
}
#ina-cabecera div {
    margin-bottom:0;
}