.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block;font-size:16px}.bootstrap-dialog .bootstrap-dialog-message{font-size:14px}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px}.bootstrap-dialog .bootstrap-dialog-close-button{font-size:20px;float:right;opacity:.9;filter:alpha(opacity=90)}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;opacity:1;filter:alpha(opacity=100)}.bootstrap-dialog.type-default .modal-header{background-color:#fff}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333}.bootstrap-dialog.type-info .modal-header{background-color:#5bc0de}.bootstrap-dialog.type-primary .modal-header{background-color:#337ab7}.bootstrap-dialog.type-success .modal-header{background-color:#5cb85c}.bootstrap-dialog.type-warning .modal-header{background-color:#f0ad4e}.bootstrap-dialog.type-danger .modal-header{background-color:#d9534f}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px}.bootstrap-dialog .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.modal.type-success,.modal.type-warning,.modal.type-danger
{
    top:auto;
    left:auto;
    z-index:999999999999999999!important;
    bottom:20px;

}
.modal.type-success .modal-dialog,.modal.type-warning .modal-dialog,.modal.type-danger .modal-dialog
{
    left:auto;
    width:300px;
    padding:0px;
       padding-top:0px;
    padding-bottom:0px;
    margin:0px;
}
body.modal-open
{
    margin-right:0px!important;
    padding-right:0px!important;
    overflow:auto!important;

}
.bootstrap-dialog.type-success .modal-header
,.bootstrap-dialog.type-warning .modal-header
,.bootstrap-dialog.type-danger .modal-header
{
   height:0px;
   background-color:#FF8E19;
   border:none;
   min-height:0px;
   padding:8px;

}
.bootstrap-dialog.type-success .modal-header .bootstrap-dialog-close-button
,.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-close-button
,.bootstrap-dialog.type-danger .modal-header .bootstrap-dialog-close-button{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 100000;
    color: #000;

}
.bootstrap-dialog.type-success .modal-header .bootstrap-dialog-close-button button.close
,.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-close-button button.close
,.bootstrap-dialog.type-danger .modal-header .bootstrap-dialog-close-button button.close{
    font-size:25px;
    color:#fff;
    opacity:1;
}
.bootstrap-dialog.type-success .modal-header .bootstrap-dialog-close-button button.close:hover
,.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-close-button button.close:hover
,.bootstrap-dialog.type-danger .modal-header .bootstrap-dialog-close-button button.close:hover{
    font-size:25px;
    color:#808080;
    opacity:1;
}
.modal.type-success .modal-body
,.modal.type-warning .modal-body
,.modal.type-danger .modal-body
{
    background-color: #FF8E19; 
    color:#fff;
    font-family:yekan2;
    font-size:13px;
}
.modal.type-success .modal-body .bootstrap-dialog-message
,.modal.type-warning .modal-body .bootstrap-dialog-message
,.modal.type-danger .modal-body .bootstrap-dialog-message
{
    font-size:12px;
    font-weight:normal;
}
