@import url('../css/icones.css');

/*cores coluna Situção*/
.col-situ-green {
    color: green;
}
.col-situ-red {
    color: red;
}
/*fomatação do Valor Total do Orçamento*/
.table-footer {
    font-size: 22px;
    padding: 4px;
}
.output-footer {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 4px
}

.btn-acoes-custom {
    width:180px!important;
    height:40px!important;
    font-size: 18px !important;
}

.lic-total {
    float: right;
    font-weight: bold;
    margin-right: -9px;
}

.btn-participar {
    width: 200px !important;
    height: 33px !important;
}

.cod-verificacao {
    width: 180px !important;
    font-size: 2.5em !important;
    height: 40px;
    text-align: center;
}

.div-info {
    background-color: #e1ffd6;
    color: green;
    border-left: 4px solid green;
    padding: 5px;
    padding-bottom: 10px;
}

.total {
	float: right;
	font-weight: bold
}

.img-licitacon {
    margin-bottom: -11px;
    padding-right: 2px;
    width: 90px;
    height: 27px;
}

@media(max-width: 600px) {
    /* diminui a fonte para mobile*/
    .table-footer {
        font-size: 14px !important;
    }
}
