﻿.swal-footer {
	text-align: center !important;
}

.swal-custom-yes
{
	/*background-color:#DDA100;*/
	background-color:#EAB844;
}

.swal-custom-no
{
	background-color:#DEDEDE;
}

.swal-button:focus {
	outline: none;
	box-shadow:none !important;
}

.swal-custom-yes:not([disabled]):hover {
	background-color: #EAB844;			
}

.swal-custom-no:not([disabled]):hover {
	background-color:#DEDEDE;
}

.swal-button:not([disabled]):hover {
	border:1px solid darkgray;
}

.swal-button
{
	border:1px solid transparent;
}

.swal-custom-ok
{
	background-color:#439F8A;
}

.swal-custom-ok:not([disabled]):hover {
	background-color:#439F8A;
}

.swal-custom-error
{
    background-color:#DF3F45;
}

.swal-custom-error:not([disabled]):hover {
	background-color:#DF3F45;
}