@charset "UTF-8";
/* ---- ------- ------ ------ ---- ------- ------ ------ */
/* User: Juan Almela
/* E-mail: <jalmela@aticsoft.com>
/* File: custom-a.css
/* Date: 14/01/2021
/* Time: 08:30
/* ---- ------- ------ ------ ---- ------- ------ ------ */

#discount-table{
	margin-top: 50px;
	border: 2px solid #f4f4f4;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

#discount-table h3.title-discount{
	text-align: center;
    font-size: 18px !important;
    border-bottom: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: #f4f4f4;
}

#table_discounts.table_discounts{
	width: 92%;
	margin: 0px 4% 4% 4%;
}

#table_discounts.table_discounts th{
	border-top: none;
	color: #76b836;
}

#table_discounts.table_discounts td{
	border: 0px;
	padding: 0.5rem;
}

.table_discounts tfoot td.info{
	padding-top: 5%;
	padding-bottom: 5%;
}


.subtitle-discount-inner {
	display:block;
	font-size:16px;
	margin-top:5px;
}
/*
#discount-table .box{
	border: 2px solid #f4f4f4;
	padding: 10px;
	margin-bottom: 15px;
}

#discount-table .label{
	text-align: left;
	padding-bottom: 30px;
}

#discount-table .data{
	font-size: 20px;
	font-weight: 700;
}
*/