#report_bug {
    position: fixed;
    bottom: 20px;
    right: 5px;
    cursor: pointer;
    z-index: 99999;
}
.page-template-tools-facebook-template #report_bug {
    bottom: 80px;
}
.close_model {
    color: #4d4d4d;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.close_model:hover,
.close_model:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#report_bug_modal .form-group input, #report_bug_modal .form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 16px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: #000;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
#report_bug_modal .form-group textarea {
    height: 180px;
}
#report_bug_modal .form-group .control-label{
    color:#999999;

}

#report_bug_modal .form-group .bar {
    border-bottom: 1px solid rgba(153, 153, 153, 0.43);
}

#form-report-bug button{
  cursor: pointer;
}