#c_orcamentos{
	margin-left: 250px;
}
#list_orc{
	width: 100%;
	}

#list_orc thead{
	background: #2368b5;
	color: #FFF;
}

#list_orc thead tr th{
	font-weight: bold;
	line-height: 22pt;
	font-size: 11pt;
	}
#list_orc thead tr th:nth-child(2n){
	width: 20%;
}
#list_orc tbody tr td{
	line-height: 20pt;
	font-size: 11pt;
	border-bottom: 1px dashed #924100;
	padding: 5px;
	}

#list_orc tbody tr td:nth-child(2n){
	padding: 0 !important;
}

#list_orc tbody tr td input{

    text-indent: 5px;
    border-radius: 3px;
    width: 95%;

	}

#list_orc tbody tr td .ui-spinner{
	width: 100%;
}

#f_orc{
    border-radius: 3pt;
    background: #333;
    color: #fff;
    line-height: 20pt;
    font-size: 11pt;
    text-align: center;
    margin-top: 20px;
}
