.panel-default .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-info .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading {
    background: #e5e5e5 !important;
    border-color: #d5d5d5 !important;
}

.form-search-input {
    width: 400px !important;
}

.form-search-btn {
    width: 40px;
    margin-left: 358px;
    border: none;
    background: #f9f9f9;
    height: 26px;
    position: absolute;
    margin-top: -28px;
}

.dropdown {
    width: 200px !important;
}

.form-block {
    margin-bottom: 20px;
}

.inline-block {
    display: inline-block;
}

.hide-elem {
    display: none;
}

.required_item::after {
    content: ' *';
    color: red;
}

.btn-outline-blue {
    background: #fff;
    color: #3fbae4;
    border-color: #3fbae4 !important;
    width: 200px;
}

.btn-outline-red {
    background: #fff;
    color: tomato;
    border-color: tomato !important;
    width: 200px;
}

.btn_group {
    float: right;
}

.btn_group .btn {
    margin-left: 10px;
    width: 240px;
    font-weight: 700;
}

.campaign_alert {
    position: fixed !important;
    z-index: 1 !important;
    top: 70px;
    width: 1340px;
}

.quarter_of_width {
    width: 300px !important;
}

.margin-from-bottom-15 {
    margin-bottom: 15px !important;
}

.selected_file {
    color: #3fbae4;
    font-weight: 700;
    word-break: break-all;
}

.no-pointer {
    pointer-events: none !important;
    background: #e2e2e2 !important;
}

.green-glow-text {
    color: #95b75d;
}

.red-glow-text {
    color: tomato;
}

.image_picker {
    opacity: 0;
    width: 200px !important;
    cursor: pointer;
}

.file_btn {
    width: 200px;
    margin-top: -50px;
    cursor: pointer;
}

.file_label {
    position: absolute;
    margin-top: -23px;
    margin-left: 10px;
}

.clear_btn {
    cursor: pointer;
}

.clear_btn_blue {
    color: #3fbae4;
}

.modal-content {
    border: 1px solid #6f6c6c !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

.modal {
    margin-top: 60px !important;
}

.radio_btn {
    margin-left: 5px !important;
    margin-right: 40px !important;
}

.image_close_btn {
    background: transparent !important;
    border: none;
    font-size: 24px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
}

.view_image_link {
    margin-left: 5px;
}

.table_inner_header {
    background: #e5e5e5;
    font-weight: bold;
}

.table_multi_column {
    width: 100px;
    text-align: center;
}

.float-right {
    float: right;
}

.coupon-collapsible-btn {
    float: right;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}

.coupon-collapsible-btn i {
    font-size: 16px;
    font-weight: 700;
}

.go_create_btn {
    margin-top: -30px;
}

.coupon_code_modal_btn {
    position: absolute !important;
    margin-top: -25px !important;
}

.coupon_code_modal_label {
    margin-top: -17px !important;
    position: absolute !important;
    margin-left: 210px !important;
}

.partner_image {
    width: 64px;
    height: 64px;
    border: 1px solid #d2d2d2;
    padding: 1px;
    border-radius: 2px;
}

.main_block {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-reset {
    position: absolute;
    margin-left: 610px;
    margin-top: -31px;
}

#campaign_bg_color {
    padding: 0 10px !important;
}

.category_image_display {
    width: 120px;
    height: 100px;
    box-shadow: 0 0 1px #cebebe;
    border-radius: 4px;
}