@charset "UTF-8";

.toast {
	z-index:100000;
	position:fixed;
	top:12px;
	right:12px;
	background-color:#fff;
	/* box-shadow: rgba(113, 135, 164, 0.2) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.2) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(113, 135, 164, 0.2) 0px 0px 6px 3px; */
	border-radius:4px;
}
/* .toast.check-circle-o {
	background-color:#3498db;
	color:#fff!important;
}
.toast.exclamation-triangle {
	background-color:#e67e22;
	color:#fff!important;
}
.toast.exclamation {
	background-color:#e74c3c;
	color:#fff!important;
} */

.toast .inner {
	min-height:64px;
	width:300px;
	position:relative;
	padding-left:72px;
}
.toast .inner .icon_frame {
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:100%;
	border-right:1px solid #f4f4f4;
}
.toast .inner .icons {
	position:absolute;
	font-size:24px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:24px;
	height:24px;
	margin: auto;
	color:#333;
}
.toast .inner .message {
	padding:12px;
}
.toast_icon {
	text-align:center;
}

.tost_success * {
	background-color:#007bff!important;
	color:#fff!important;
}
.tost_warning * {
	background-color:#ffc107!important;
	color:#fff!important;
}
.tost_info * {
	background-color:#f8f9fa!important;
	color:#333!important;
}
.tost_error * {
	background-color:#dc3545!important;
	color:#fff!important;
}
