#mdx-rewards-clientes .custom-gf_wrapper h3,
#mdx-rewards-clientes .custom-gf_wrapper h4{
	    color: #1e73be !important;
	    padding-left: 10px;
	    margin-top: 5px;
}

@media only screen and (max-width: 992px) {
	#mdx-rewards-clientes .custom-gf_wrapper h3{
		font-size: 20px;
	}
}

#mdx-rewards-clientes .bl{
	border-left: 2px solid #dedede;
}
@media only screen and (max-width: 576px) {
	#mdx-rewards-clientes .bl{
		border-left: 0;
	}
}

#mdx-rewards-clientes form .row{
	margin: 0;
	border-bottom: 2px solid #dedede;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mdx-rewards-clientes form .row:last-child{
	border-bottom: 2px solid #ffffff;
}

#mdx-rewards-clientes .custom-gf_wrapper{
	padding: 10px !important;
}

#mdx-rewards-clientes div.status{
	padding: 10px;
	
	font-weight: bold;
	display: inline-block
}

#mdx-rewards-clientes .col-actions{
	line-height: 45px;
	padding-left: 20px;
	width: 50%;
	float: left;
}

#mdx-rewards-clientes .tag {
    border-radius: 25px;
    display: inline-block;
    padding: 3px 10px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    white-space: nowrap;
}
#rwc-list-invoices .button{
	padding:  5px 15px;	
} 
#rwc-list-invoices td{
	vertical-align: middle;
} 

#rwc-list-invoices .status{
	padding:3px;
}
#mdx-rewards-clientes .status.pendiente, .status._0 { 
	color: #fff;
	background-color: #abb8c3;
}
#mdx-rewards-clientes .status.aprobada, .status._1 {  
	background-color: #00d084;
	color: #fff;
}
#mdx-rewards-clientes .status.pre-aprobada, .status._2 {  
	color:#fff;
	background-color: #155724;
}
#mdx-rewards-clientes .status.completar-clientes, .status._3 { 
	background-color: #abb8c3;
	color: #fff;
}
#mdx-rewards-clientes .status.rechazada, .status._4 { 
	background-color: #ff7200;
	color: #fff;
}
#mdx-rewards-clientes .status.borrador, .status._99 { 
	background-color: #f4f5f7;
	color:#000;
}

#mdx-rewards-clientes .col-actions .action{
	padding: 0 10px;
	border-radius: 3px;
}

#mdx-rewards-clientes .col-actions .action.delete,
#mdx-rewards-clientes .delete-sku-item{
	color:#b51c36;
}
#mdx-rewards-clientes .col-actions .action.reject{
	color:#b51c36;
}
#mdx-rewards-clientes .col-actions .action.approve{
	color:#28cf8b;
}
#mdx-rewards-clientess .col-actions .action.reject{
	line-height: 33px;
}
#mdx-rewards-clientes .col-actions .action.pre-approve{
	color:#28cf8b;
}
#mdx-rewards-clientes .col-actions .action:hover{
	background-color: #ccc;
	cursor: pointer;
	transition: background 250ms, color 250ms;
}
#rwc-list-invoices td:nth-child(1),
#rwc-list-invoices td:nth-child(2){
	white-space: nowrap;
	
}
#rwc-list-invoices td:nth-child(6){
	text-align: center;
	font-weight: bold;
}

#rwc-list-invoices td:nth-child(9){
	text-align: center;
	
}
