.form .fonte-verde {
    color: #008177;
    font-weight: bold;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > th.qtdNotaFiscal {
    vertical-align: middle;
}

.form table td.holderBotao {
    vertical-align: middle;
    border-top: none;
}

.form table td.holderBotao button {
    background-color: #009D96;
    margin-bottom: 0;
    padding: 4px;
    font-size: 1.3rem;
}

.form #btnAdicionarNotaFiscal {
    margin-bottom: 0;
    padding: 4px;
    font-size: 1.3rem;
}

.form table th.holderArquivoNotaFiscal {
    vertical-align: middle;
    border-top: none;
}

.form table th.holderArquivoNotaFiscal label {
    padding-top: 0;
    margin: 0px 10px 0px 0px;
    font-size: 1.3rem;
}

.form table th.holderArquivoNotaFiscal input[type=file] {
    display: inline-block;
    font-size: 1.3rem;
}

.form table th.holderArquivoNotaFiscal a {
    font-size: 1.3rem;
}

.form table th.holderArquivoNotaFiscal a:hover {
    cursor: pointer;
}

.form table .input {
    margin-bottom: 0px;
    padding: 5px 5px;
    font-weight: normal;
}

.form table input.numeroNotaFiscal {
    width: 120px;
}

.form table input.data {
    width: 95px;
}

.form table input.descricaoDespesa {
    width: 300px;
}

.form table input.valor {
    width: 110px;
}

.form table tbody > tr {
    background: none repeat scroll 0 0 #EDEDED;
}

.form table tbody > tr:nth-of-type(4n - 1),
.form table tbody > tr:nth-of-type(4n) {
    background: none repeat scroll 0 0 white;
}

.holderAviso h3,
.holderAviso ul li {
    font-style: italic;
}

input[disabled] {
    background-color: #EDEDED;
}

@media screen and (max-width: 992px) {

    .form .label-maior {
        top: calc(50% - 32px);
        line-height: 14px;
    }

    .form .label-maior .inner-label.filled {
        top: -20px;
    }

    .form .label-maior .inner-label.filled:before, .form .label-maior .inner-label.filled:after {
        height: 20px;
    }
}

@media screen and (max-width: 480px) {

    .form .inner-label {
        padding: 3px 0px 3px 5px;
    }

    .form .label-maior .inner-label {
        padding: 1px 5px;
    }
}