﻿.shut {
	font-size: 12px;
}
.modal-content.bootstrap-dialog.type-danger .modal-header {
    background-color: #337ab7;
}
.modal-content .modal-header {
    height: 37px;
    padding-top:9px;
	
}
.bootstrap-dialog-footer-buttons {
    text-align: center;
}
.bootstrap-dialog-footer-buttons button{
    min-width: 80px;
}
/* .bootstrap-dialog .bootstrap-dialog-title{
 padding-left:20px; background:url(../img/ts.png) no-repeat left ; font-size:14px; 
} */

.btn-sm, .btn-group-sm  .btn{
	padding:5px 20px; 
	font-size: 14px !important;
}

.modal-footer {
    padding: 13px !important;
}

.wings-alert-body {padding: 0 60px;}
.wings-alert-img{
	float:left; margin:20px 10px 5px 10px;
}
.wings-alert-wrapper {
	padding-left: 10px;
}
.wings-alert-message{ padding:25px 10px 20px 10px; font-size: 14px; text-align: center; color: #333;}
.wings-debug-message{ padding:28px 10px 28px 10px; font-size: 14px; text-align: center; color: #333;}
.bootstrap-dialog-message {font-size: 12px; color: #333;}

.wings-alert-exception.shut-text p {margin: 0;}

.shut-one, .shut-text {
	/*text-align: center;*/
}
.shut-text .wings-debug-message{font-size: 15px;}
.shut-text div{font-size: 14px;}
.BRshut {
	height: 32px;
	line-height: 32px;
	background: #e1e3e6;
	padding: 0 14px 0 15px;
	margin-top: 13px;
}

.txt, .shut-down {
	display: inline-block;
	float: right;
	text-decoration: none;
	color: #097ce8;
	margin-left: 10px;
}

.txt, .shut-up {
	display: inline-block;
	float: right;
	text-decoration: none;
	color: #097ce8;
	margin-left: 10px;
}

.shut-down {
	width: 11px;
	height: 7px;
	background: url(../img/down.png) no-repeat;
	margin: 12px 7px 8px 10px;
	cursor: pointer;
}
.shut-up {
	width: 11px;
	height: 7px;
	background: url(../img/up.png) no-repeat;
	margin: 12px 7px 8px 10px;
	cursor: pointer;
}

.wings-exception-detail {
	display: none;
	padding: 10px 5px 0px 5px;
	overflow-y: scroll;
	height: 300px;
}