﻿.fila {
    border: 2px gray solid;
    margin-bottom: -2px;
}

    .fila > .dat {
        display: inline-block;
        border-right: 1px gray solid;
        font-size: 13px;
        border-bottom: 1px gray solid;
        margin-bottom: 0px;
    }

.bootstrap-select > .dropdown-toggle {
    height: 38px;
    min-width: 275px;
}

.bootstrap-select .dropdown-menu li a {
    min-height: 30px;
}

.table td, .table th {
    padding: 5px;
    font-size: 13px;
}

.form-control {
    height: 30px;
    font-size: 13px;
    padding: 0px;
}
