/*SPECIAL CLASSES FOR QS ALERT BOX */

.qs-wait-mask,
.qs-alert-mask {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	opacity: 0.6;
}

.qs-alert-box {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 256px;
	margin: -100px 0px 0px -200px;
	padding: 0px;
	background: #eeeeee;
	box-shadow: 0px 0px 10px #666666;
	border: solid 3px #cccccc;

}

.qs-alert-box .qs-close-alert-box {
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	background-image: url("/qsPortal/Themes/Default/Images/mini-close.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.qs-alert-box .qs-close-alert-box:hover {
	opacity: 0.6;
}

.qs-alert-box .qs-alert-title {
	/*
	float: left;
	 width: 390px; 
	*/
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	border-bottom: solid 1px #eeeeee;
}

.qs-alert-box .qs-alert-content {
	/*
	float: left;
	width: 400px;
	*/
	height: 175px;
	line-height: 165px;
	overflow-y: auto;
	text-align: center;
	background: #ffffff;
	border-top: solid 10px #ffffff; 
}


.qs-alert-box.qs-widget-admin .qs-alert-content {
	font-size: 1.3em;
}
.qs-alert-box.qs-widget-admin td{
	font-size: 1em;
}

.qs-alert-box .qs-alert-content .qs-alert-text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px 0 20px;
	line-height: 1.3em;
}

.qs-alert-box .qs-alert-content p, .qs-alert-box .qs-alert-content .confirm-title {
	line-height: 1.3em;
}

.qs-alert-box .qs-alert-buttons {
	/*
	float: left;
	width: 390px;
	*/
	padding: 10px 5px 5px 5px;
	text-align: right;
}
.qs-alert-box .qs-alert-buttons a{
	text-decoration: none;
}

.qs-alert-box .qs-button-primary {
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #000000;
	border-radius: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
}

.qs-alert-box .qs-button-primary:hover {
	background: #AAAAAA;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
}

.qs-alert-box .qs-button-std {
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #cccccc;
	border-radius: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
}

.qs-alert-box .qs-button-std:hover {
	background: #AAAAAA;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
}

.qs-toast-canvas{
	position: fixed;
	right: 0;
	top:0;
	z-index: 200;
	margin:40px;
}

.qs-toast-box{
	background-color: #ffffff;
	border: solid 1px black;
	padding: 20px;
	text-align: center;
	font-size: 13px;
}