.show-content .control-group .controls {
    margin-top: 6px;
}
.help-block, .help-inline {
    color: #d72626;
}
.multiple_upload .file-input-wrapper {
    display: none;
}
.header-back-button {
    text-align: right;
}
.ajax-page .pagination li a {
    cursor: pointer;
}
.ajax-page {
    text-align: center;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border: 2px solid #ff0000;
    border-bottom-color: transparent;
    font-weight: bold;
    font-size: 15px;
}
.expert-apply-tabs li a {
    width: 200px;
    text-align: center;
}
.popup_filter {
    display: none;
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 100vh;
    background: #00000040 url(/static/admin/assets/images/ajax-loaders/4.gif) no-repeat center 50%;
}
.project-apply-content-show {
    display: flex;
    width: 700px;
}
.project-apply-content-margin {
    margin: 5px;
}
.project-apply-content-edit {
    display: flex;
    width: 500px;
}
.show-page-actions {
    text-align: right;
}
.promo-code-item-table td {
    margin: auto;
}
.no-data {
    margin: 20px 0;
    font-size: 14px;
}
