.background-line {
	width: 100%;
	height: 30vh;
	background-color: #BA3346; 
}

.container {
	margin-top: -130px;
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,.67);
	border-radius: 5px;
}

#animals-table thead {
	color: #fff;
}

#animals-table thead th {
	border: none;
	padding: 10px 15px;
}

.page-item.active .page-link {
	background-color: #BA3346 !important;
	border-color: #BA3346 !important;
}

.page-item .page-link {
	color: #BA3346;
	outline: none !important;
   	box-shadow: none !important;
}

.page-item:hover .page-link {
	color: #BA3346;
}

.dataTables_filter {
   float: left !important;
}

#animals-table_filter input {
	margin-left: 0;
	width: 300px;
}

.footer-image{
	width: 130px;
	display: inline-block;
}

.footer-image-mobile{
	width: 70%;
	display: none;
}

.bg-raca {
	background-color: #BA3346!important;
}

.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

#credit-card-form input {
	outline: none !important;
	box-shadow: none !important;
}

.processing-card {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 10000;
}

.processing-card .progress {
	width: 90%;
    margin: auto;
	margin-top: 50vh;
	transform: translateY(-50%);
}
.div-pay{
	color: #3ACC6C;
	font-weight: bold;
	font-size: 25pt;
}

.pre-image {
	text-align: left !important;
}

.pre-pay {
	margin-top: 1rem !important;
	text-align: right !important;
}

.hidden-on-mobile {
	display: table-cell;
}

.box-payment img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    width: 100%;
    height: 145px;
    margin-top: 16px;
}
.box-payment:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    width: 100%;
    height: 145px;
    margin-top: 16px;
}

.popover-header {
    background-color: #ba3346 !important;
    color: #fff !important;
}

.tarja-breve {
	position: relative;
}

.tarja-breve::before{
    content: 'Em breve';
    display: block;
    width: 131px;
    height: 26px;
    background: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -moz-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(45deg);
    position: absolute;
    right: -53px;
    border: 25px solid transparent;
    border-bottom: 25px solid #ba3346;
    padding: 0 10px;
    top: -6px;
    line-height: 23px;
}

.box-payment{
    padding-top: 10px;
}

.box-payment:hover, .box-payment:active,.box-payment:focus{
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.38);
    box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.38);
}

.thead-rounded tr th:first-child {
	border-top-left-radius: 5px;
}

.thead-rounded tr th:last-child {
	border-top-right-radius: 5px;
}

.tbody-rounded tr:last-child td {
	border-bottom: 1px solid #dee2e6;
}

.tbody-rounded tr td:first-child {
	border-left: 1px solid #dee2e6;
}

.tbody-rounded tr td:last-child {
	border-right: 1px solid #dee2e6;
}

.tbody-rounded tr td {
	border-top: none;
}

.tbody-rounded tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

.tbody-rounded tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

@media screen and (max-width: 500px) {
	.pre-image {
		text-align: center !important;
	}

	.footer-image {
		display: none;
	}

	.footer-image-mobile {
		display: inline-block;
	}

	.pre-image h2 {
		padding-top: 10px;
		font-size: 14pt;
	}

	.pre-pay {
		margin-top: 0.5rem !important;
		margin-bottom: 10px;
		text-align: center !important;
	}

	.col-cvc {
		margin-top: 1rem;
	}

	.hidden-on-mobile {
		display: none;
	}

	#animals-table th, #animals-table td{
		font-size: 10pt;
	}
}

.alert-paid {
	display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 400px;
	height: 150px;
	z-index: 100;
	border-radius: 5px;
	background-color: #00A744;
	opacity: 0.7;
	transition: opacity 0.3s;
	cursor: pointer;
	box-shadow: 0 0 4px #00A744;
	border: 1px solid #00A744;
}

.alert-paid:hover {
	opacity: 1;
}

.alert-paid .title {
	width: 80%;
	color: white;
	font-size: 16pt;
	text-align: left;
	margin: 10px auto auto 10%;
}

.alert-paid hr {
	border-top: 1px solid white;
	margin-top: 8px !important;
	margin-bottom: 15px !important;
}

.alert-paid button {
	position: absolute;
	bottom: 14px;
	right: 10%;
}
