.overlay { bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 9999; display: none;background: rgba(55, 56, 57, 0.47);
    position: fixed !important; }
.alert-box { background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 0 auto; position: fixed; width: 415px; z-index: 9999; display: none; top: 41%; left: 37%; -moz-box-shadow: 1px 1px 4px 0px; -webkit-box-shadow: 1px 1px 4px 0px; box-shadow: 1px 1px 4px 0px; }
.alert-heading {-moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; color: #000; padding:10px 15px;background:#efefef }
.alert-close { color: #000000; float: right; font-size: 13px; font-weight: bold; line-height: 22px; text-shadow: 0 1px 0 #FFFFFF; }
.alert-close:hover { cursor: pointer; }
.alert:hover, .alert:focus { color: #000000; cursor: pointer; text-decoration: none; }
.alert-title { font-size: 13px; line-height: 20px; font-weight: 700; float: left; }
.alert-body { min-height: 62px; overflow-y: auto; padding: 5px 5px 5px 21px; text-align: left; }
.alert-button { border-radius: 0 0 6px 6px; box-shadow: 0 1px 0 #FFFFFF inset; margin-bottom: 0; padding: 13px 15px 0; text-align: right; }
/*.alert-no { background-color: #000; color: #fff; cursor: pointer; }
.alert-no:hover{ background-color:#767272; color: #fff; text-decoration: none; transition: background-position 0.1s linear 0s; }*/
/*.btn:hover, .btn:focus, .btn.focus {color:#7a7575;text-decoration: none;font-weight: 600;}*/
.alert-yes{background: #f8ee06 !important;}
.alert-yes:hover{background: #fcf663 !important;}
.alert-no{background: #000 !important;color:#fff !important;}
.alert-no:hover{background: #767272 !important;color:#fff;}
.alert-box .alert-body input[type="button"] {padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15;}