/* .btn:hover{
	color: #FFF;
} */

.dialog {
	display: none;
	z-index: 1001;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 	background-color: rgba(3, 3, 3, 0.5);
 	overflow:auto; 
}
.dialog-content {
	width:75%;
	margin: 50px auto;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	padding:15px;
	padding-left:30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.4);
	box-shadow: 0 2px 20px rgba(0,0,0,0.4);
	background-clip: padding-box;

}
.dialog-content-head{
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333;
	margin-bottom: 20px;
}
.dialog-content-body{
	margin-bottom: 20px;
	font-size: 16px;
}
.dialog-content-footer{
	float: right;
}
.dialog-content-body::-webkit-scrollbar-track {
      background: #DDD;
}
.dialog-content-body::-webkit-scrollbar-thumb {
      background: #888;
}
.dialog-content-body::-webkit-scrollbar {
      width: 10px;
}
.text-box{
	width: 100%;
	background: rgb(217,217,217);
	padding:15px;
	margin-bottom: 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	 
}
.text-box p:nth-child(2){
	*width: 80%;
	margin-left: 50px;
	text-indent: 34px;
}
#loading-dialog {
	z-index: 1030;
}
#loading-dialog .dialog-content{
	background: transparent;
	border: none;
	box-shadow: none;
	text-align: center;
	margin-top: 160px;
}