
.table{
	background-color: #e5e5e5;
	border-radius: 10px;
	padding-right:50px;
}

.table-header{
	color:#727277;
	font-size: 15px;/* Aproximação devido à substituição de fonte */
	font-weight: 600;
	line-height: 35px;/* Aproximação devido à substituição de fonte */
	text-align: center;
}

.table-body .row{
	border-top:2px solid white;
}

.table-body .row input,.table-body .row select{
	width: 100%;
	border:none;
	background-color: transparent;
	color:  #727277;
	font-size: 15px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	line-height: 32px;/* Aproximação devido à substituição de fonte */
	text-align: center;
	padding:3px 10px;
}


.table-body .row select{
	height: 38px;
	padding:3px 1px;
}

.table-body .row div.label{
	display: none;
	color:  #727277;
	font-weight: 600;
	font-size: 15px;
}

.float-btn{
	position:absolute;
	display: inline-block;
	width:35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	cursor: pointer;
}

.row .float-btn{
	/*opacity: 0;*/
}

.row:hover .float-btn{
	opacity: 1;
}

@media (max-width: 768px) {
	.table{
		padding-right:0;
	}
	.table-body .row input,.table-body .row select{
		text-align: left;
		width: 49%;
	}
	.table-body .row div.label{
		display: inline-block;
		text-align: right;
		vertical-align: middle;
		overflow: hidden;
	}
}

.table .row.added{
	/*background-color: #d4edda;*/
}

.table .row.added input,.table .row.added select{
	/*color:#155724;*/
}

.table .row.removed{
	/*background-color: #f8d7da;*/
}

.table .row.removed input,.table .row.removed select{
	/*color:#721c24;*/
}

.table .row{
	margin:0;
}

.table .row.padd .col-md-1,
.table .row.padd .col-md-2,
.table .row.padd .col-md-3,
.table .row.padd .col-md-4,
.table .row.padd .col-md-5,
.table .row.padd .col-md-6,
.table .row.padd .col-md-7,
.table .row.padd .col-md-8,
.table .row.padd .col-md-9,
.table .row.padd .col-md-10,
.table .row.padd .col-md-11{
	padding:5px 5px;
}