﻿input {
    background-color: #ccc !important;
}

select {
    background-color: #ccc !important;
}

label {
    color: #666666 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

.btn-success {
    min-width: 200px;
    background-color: #3C7C37;
}

.btn-clear {
    width: 200px;
    color: #3C7C37;
    border: 1px solid #3C7C37;
    background-color: #fff;
}

table th {
    background-color: #3C7C37;
    color: #fff;
}

table tr:nth-child(even) {
    background-color: #ccc;
}

.subtitulo {
    color: #3C7C37;
}

td, th {
    vertical-align: middle !important;
}

td {
    border-right: 1px solid green;
}

.file-select {
    background: none !important;
    max-width: 100%;
    border: none;
    padding: 0;
    box-shadow: none;
}

td:last-child {
    border-right: none;
}
