﻿/*busybox*/
.defaultbsx {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999 !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 25%;
	/*width: 100%;
	height: 2000px;*/
	display: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
}

.defaultbsxicon {
	/*position: absolute;
	left: 45%;
	top: 30%;*/
	color: #fff;
	font-size: 28px;
}

.defaultbsxtext {
	/*position: absolute;
	left: 45%;
	top: 35%;*/
	vertical-align: bottom;
}

#mdlconfirm {
	z-index: 1031;
	display: none;
}

	#mdlconfirm .modal-body > .row {
		margin: 0;
	}

	#mdlconfirm .modal-footer > .row > .col-md-6:nth-child(0) {
		padding: 10px 6px 10px 10px;
	}

	#mdlconfirm .modal-footer > .row > .col-md-6:nth-child(1) {
		padding: 10px 10px 10px 6px;
	}
