
.dialog-window-modale{
	position: fixed;
	background-color: #999999;
	left: 0px;
	top: 0px;
}
.dialog-window{
	height: 500px;
	width:500px;
	position: fixed;
	left: 200px;
	top: 200px;
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.dialog-body{
	overflow-y: auto;
	overflow-x:hidden;
	border:1px solid #efefef;
}
.dialog-title{
	font-size: 16px;
	font-family: 微软雅黑;
	font-weight:bold;
	color:#888888;
	margin: auto;
}

#alert-window-modale{
	position: fixed;
	background-color: #666666;
	z-index: 800;
	left: 0px;
	top: 0px;
}
#alert-window{
	height: 220px;
	width:330px;
	position: fixed;
	left: 200px;
	top: 200px;
	background-color: #ffffff;
	z-index: 900;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid #cccccc;
	border-radius: 5px;
	overflow: hidden;
}
.alert-topbg{
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e0dede 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e0dede));
	    background: -webkit-linear-gradient(top, #f9f9f9 0%,#e0dede 100%);
     background: -o-linear-gradient(top, #f9f9f9 0%,#e0dede 100%);
     background: -ms-linear-gradient(top, #f9f9f9 0%,#e0dede 100%);
     background: linear-gradient(to bottom, #f9f9f9 0%,#e0dede 100%);
     height: 38px;
}
.alert-bottombg{
  background-color:#f8f8f8;
     height: 50px;
     border-top: 1px solid #e9e9e9;
}

.alert-topbg .pull-right{
  font-size:15px;
  color:#888888;
  margin-right:8px;
  margin-top:-20px;
}
.alert-topbg .pull-right .fa-times-circle{
	cursor: pointer;
}


.alert-title{
	overflow-y: hidden;
	font-size: 14px;
	font-family: 微软雅黑;
	margin-top: 8px;
	margin-left:6px;
	color: #525050;
}
.alert-body{
	overflow-y: auto;
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: center;
	color: #777676;
}
.alert-body .inner i{
	margin-top: 3px
}
.alert-body .inner span{
	margin-left: 5px
}
    

.alert-buttons{
	margin-top: 10px;
}


.outer {
  display:table;
  width:100%;
  overflow:hidden; 
  background: #eee; 
  height: 100%;
}
.middle {display:table-cell; vertical-align:middle; margin-left 10px;} 


/*row*/

.row{
    margin-left: 0px;
    margin-right: 0px;
}



/*buttons*/

.btn{
    height: 30px;
    padding: 4px 12px;
}
.btn-primary{
    background-color: #21ac8d;
    border-color: #21ac8d;
    /*width: 105px;*/
}
.btn-primary:hover{
    background-color: #1d8d74;
    border-color: #1d8d74;
    /*width: 105px;*/
}
.btn-primary:focus{
   background-color: #21ac8d !important;
   border-color: #21ac8d !important;
   outline: 0;
}
.btn-primary:active{
   background-color: #1d8d74 !important;
   border-color: #1d8d74 !important;
}



.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
