.card-header{
    
    background-color: #4da80b;
    color: white;
    font-weight: bold;

}
.login{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.botones{
    background: #4da80b;
}
.botones:hover{background:#73f01b}
.titulos_tabla{
    background-color: #f5f5f5;
}
.tabla{
    text-align: center;
}
.url_detalle{
    text-decoration: none;
    color: black;
}
a:link, a:visited, a:active {
    text-decoration:none;
}

.botones_detalle {
    background:#4da80b ;
    border: 1px solid black;
    cursor:default !important;
    color: white;
}

.botones_detalle:hover, .botones_detalle:active  {
    background:#4da80b ;
    text-decoration: none;
    cursor:default !important;
    color: white;

}
.botones_detalle2:hover, .botones_detalle2:active  {
    background:#4da80b ;
    text-decoration: none;
   cursor:default !important;
    color: white;

}
.botones_detalle:disabled {
    background: #4da80b;
    color: white;
    opacity: .50;
}

#datatable_paginate {
    float:left;
}
#datatable_info {
    float: right;
}
.footer_table {
    background-color: #f5f5f5;
    margin-left: 0px;
    margin-right: 0px;
}   