﻿/* INI: Estilos del header de la página web */
/* FIN: Estilos del header de la página web */

/* INI: Estilos las páginas */

.container {
    margin-left: 0px;
    min-width: 100% !important;
}

.module-title {
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.div-bordered {
    border-radius: 10px;
    padding: 6px 2px 2px 2px;
    border: 2px solid #000;
    width: 50%;
    margin-bottom: 10px;
    background-color: #D8E3E2;
    /*background-color: #DED4A6;*/
    /*background-color: #7D7B6E; */
    /*background-color: darkgray;*/
    color: #000;
}



/* FIN: Estilos las páginas */

/* INI: Estilos de botones */
.btn {    
    margin: 2px 0px;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px;
    /*background-color: #45A29E;*/
}

.btn-primary {
    color: #fff;
    background-color: #0063cc;
    border-color: #000;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: black;
}

.btn-danger {
    color: #fff;
    background-color: rgba(220, 53, 69, 0.76);*/
    /*background-color: #808080;*/
    /*border-color: black;*/
}

body {
    font-size:12px !important;
}

.form-control {
    font-size:unset;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.15);
}