.swal2-popup {
	border-radius: 0px !important;
	padding: 0px !important;
}

.swal2-container {
	border-radius: 0px !important;
}

.swal2-title {
	margin: 0px;
	padding: 10px !important;
	font-size: 13px !important;
	background-color: #f7f7f7 !important;
	color: #7a7a7a !important;
	font-family: helvetica !important;
	text-align: center !important;
	font-weight: bold !important;
}

.swal2-html-container {
	border-radius: 0px !important;
	background-repeat: no-repeat;
	background-size: 40px;
	font-size: 12px !important;
	text-align: left !important;
	font-family: helvetica !important;
	height: 47px;
	padding-left: 45px !important;
	padding-top: 10px !important;
	font-size: 12px !important;
}

.swal2-actions {
	display: block !important;
	background-color: #fff !important;
	width: 100%;
	text-align: right;
	padding: 1px;
}

.swal2-confirm {
	border-radius: 0px !important;
	border-style: solid !important;
	border-width: 1px !important;
	background-color: #fff !important;
	border-color: #cfcfca #cfcfca #cfcfca #cfcfcf !important;
	color: #5b5b5b !important;
	padding: 2px 5px 2px 5px;
	font-size: 11px !important;
	text-align: center;
	box-shadow: 0px !important;
	height: 20px;
}

.swal2-deny {
	border-radius: 0px !important;
	border-style: solid !important;
	border-width: 1px !important;
	background-color: #fff !important;
	border-color: #cfcfca #cfcfca #cfcfca #cfcfcf !important;
	color: #5b5b5b !important;
	padding: 2px 5px 2px 5px;
	font-size: 11px !important;
	text-align: center;
	box-shadow: 0px !important;
	height: 20px;
}

.ttk_a_salir {
	color: #003c71;
	font-weight: bold;
	text-decoration: none;
}