body{
    background-color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
    display: block;
    width: 98%;
    background-color: #fcf8e3;
    border-color: #faebcc;
    background-image: none;
}

.chosen-container-multi .chosen-choices{
    padding-top: 5px !important;
}

.chosen-container .chosen-results li em{
    font-weight: bold;
    text-decoration: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #eee;
    background-image: none;
    color: #333;
}

.no-border,
.no-border table,
.no-border td,
.no-border th,
.no-border tr { border: 0px !important ;}

.list-group {
    margin: 0px;
}

.indent-5 {
    margin-left: 5%;
}

td.permitido-sim {
    border-left: 3px solid #87BA5F !important;    
}

td.permitido-nao {
    border-left: 3px solid #D15B47 !important;
}

.hidden { display: none; }

@media print {

	.no-print, .siap_egov {
        display: none;
        content : "";
    }
	
	.hidden { display: block; }
}