 /* Tablas */
    .table{
        font-size:12px;
     }
    .table > thead {
        background:#337AB7;
        color:#ffffff;
        text-align:center;
    }
    .table > thead > tr >th {
        text-align:center;
    }
    table th {
        color:#fff;
        text-align: center;
    }
    table td a{
        color:#69a5d7;
        
    }
     table td a:hover{
        color:#0388f6;
        text-decoration: none;
    }
    table td {
        color:#8896a0;
    }
    tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
    tfoot {
        display: table-header-group;
    }
    tr.group,
    tr.group:hover {
        background-color: #ddd !important;
    }
    div.DTTT { margin-bottom: 0.5em; float: right; }
    div.dataTables_wrapper { clear: both; }

 /* Modal*/
    .modal-dialog-md {
        width:50%;
    }
    .modal-dialog-lg{
        width:90%;
    }
    .modal-header{
        background:#337AB7;
        color:#ffffff;
    }
    .modal-title{
        color:#fff;
    }
/* Select - check */
    .glyphicon-ok:before {
        content: "\e013";
    }
    .check-mark {
        color:#888;
    }
/* Inputs */
.cor{
    height:34px;
    border-radius: 4px;
}
.btn{
    height:34px;
}
/* Iconos */
.glyphicon {
    font-size:14px;
}
