﻿.toast-title {
	font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
    font-size:13px;
}

.toast-message a,
.toast-message label{
	color: #FFF;
}
.toast-message a:hover {
	color: #CCC;
	text-decoration: none;
}

.toast-top-right {
	top: 12px;
	right: 12px;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	left: 12px;
	bottom: 12px;
}

#toast-container  {
	position: fixed;
	z-index: 9999;
}

#toast-container > div {
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 0 6px;
	padding: 15px 15px 15px 30px;
	width: 300px;
}

.toast {
	background-color: #e90064;
}

.toast-success{
	background-color: #5cb85c;
}

.toast-error{
	background-color: #ebccd1;
}

.toast-info{
	background-color:#C40352;
    border:5px solid #fff;
}

.toast-warning{
	background-color: #faebcc;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}

#toast-container > :hover {
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor: pointer;
}

#toast-container > .toast-info {
	background-image: url("../../Media/images/toastr/info.png") !important;
}

#toast-container > .toast-error {
	background-image: url("../../Media/images/toastr/error.png") !important;
}

#toast-container > .toast-success {
	background-image: url("../../Media/images/toastr/success.png") !important;
}

#toast-container > .toast-warning {
	background-image: url("../../Media/images/toastr/warning.png") !important;
}
