.modal-footer{
    text-align: center;
     border-top: 0;

}
.modal-shadow {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px #646464;
    -moz-box-shadow: 3px 3px 3px #646464;
    box-shadow: 3px 3px 3px #646464;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}
.modal-body{
	line-height:72px;
}

.alert-header{
    min-height:12px;
    padding:10px 15px;
    border-bottom:0;

}
.alert-body{
	text-align:center;
}

.alert-body p{ max-width:80%; text-align: left;line-height: 28px;padding-left:5%; display:inline-block; vertical-align:middle;}
.alert-body > i{float:none;display:inline-block; vertical-align:middle;
    font-size: 42px;}
    .modal-body{text-align:center;}
.alert-body > .question:before{
    content: "\e085";
    color: #f08300;
}
.alert-body > .no:before{
    content: "\e088";
    color: #ff0000;
}
.alert-body > .yes:before{
    content: "\e089";
    color: #5bbc2e;
}
.alert-body > .warning:before{
    content: "\e086";
    color: #f08300;
}

button {
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    padding: 4px;
    float: none;
    font-weight: normal;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 100;
}

.alert-btn-green {
    background: #5bbc2e;
    color: #fff;
    padding: 8px 30px;
}
.alert-btn-green:hover {
    background: #8de663;
}
.alert-btn-red {
    background: #fff;
    border: 1px solid #e60012;
    color: #e60012;
    padding: 8px 30px;
}
.alert-btn-red:hover {
    background: #e60012;
    border: 1px solid #e60012;
    color: #fff;
}
.alert-btn-gray {
    background: #fff;
    border: 1px solid #999999;
    color: #999999;
    padding: 8px 30px;
}
.alert-btn-gray:hover {
    background: #999999;
    border: 1px solid #999999;
    color: #fff;
}

h3 {
font-size: 16px;
color: #999999;
}
.width300{
	width: 300px !important;
}
.width320{
	width: 320px !important;
}
.width340{
	width: 340px !important;
}
.width350{
	width: 350px !important;
}
.width360{
	width: 360px !important;
}
.width400 {
    width: 400px !important;
}
.width440 {
    width: 440px !important;
}
.width450 {
    width: 450px !important;
}

@media screen and (max-width: 450px){
.width300,.width320,.width340,.width350,.width360,.width400 ,.width440, .width450 {
    width: 100% !important;
}
}
