body {
	
}

@media (max-width: 480px) {
.mobile { display:none;}


}
.table td th.excluir { width:50px;}	
table.dataTable tbody th.excluir , table.dataTable tbody td.excluir  {width:30px; text-align:center;}

.select-sub { 
					
					    width: 100% !important;
    background: #fff;
    border: 1px solid #ebebeb;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	height: 30px;
    line-height: 30px; outline:none;
	    max-width: 100% !important;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
    user-select: none;
    white-space: nowrap;
	margin-bottom:15px;
	padding:0 10px;
					}
					
	.left {float:left;}				
					.setacima, .setabaixo {padding-left:10px; float:left;}
.setacima i, .setabaixo i { font-size:20px; }
.setacima i {color:#078007;}
.setabaixo i {color:#b30f0f;}