.search-ajax-results-wrap {
    z-index: 9999;
    margin-left: 20px;
    display:none;
    position:absolute;
    text-align:left;
    padding:15px;
    background:#F7F7F7;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:         2px 3px 9px -2px rgba(50, 50, 50, 0.55);
    -webkit-box-shadow: 2px 3px 9px -2px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    2px 3px 9px -2px rgba(50, 50, 50, 0.55);
}
.radio-filter span {
    line-height: 22px;
}
.label_radio {
    line-height: 16px;
}
.create-post-block {
    line-height: 25px;
    margin-bottom: 10px;
}

.create-post-block p a {
    margin: 10px 0;
}
.create-post-block #mse2_mfilter {
    margin-top: 5px;
}

.active > .radio + .label_radio:after {
    opacity: 1
}
#pagetitle-value,
#ticket-content-value {
    display: inline-block;
    margin-top: 11px;
    background: #dfdfdf;
    width: auto;
    padding: 0 5px;
    position: absolute;
    color: black;
    text-align: center;
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    border-radius: 4px;
}

#ticket-content-value {
    margin-top: 11px!important;
}
#pagetitle-value {
    margin-top: 0!important;
}
.up-button-rating.active-green .up-icon {
    fill: #e0e0e0;
}
.up-button-rating:hover .up-icon {
    fill: #66bb6a;
}
.description-post {
    margin-bottom: 5px;
}
.time-post {
    top: 12px;
}
.title-post {
    margin-top:13px;
}
.rating-number-post {
    top: 5px;
    position: relative;
}
.number-messages-post {
    margin-top: 14px;
}
.create-post-block {
    padding-left: 25px;
}
.logo {
    text-align: center;
    padding: 10px;
}

.ticket-form {
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 15px;
    transition: all .3s;
}
.ticket-form.spinner {
    background: #2196f37a;
    opacity: .5;
}
.ticket-form.spinner:after {
    width: 200px;
    height: 200px;
    content: '';
    display: block;
    background: url('../img/Spinner-1s-200px.gif');
    z-index: 22;
    position: absolute;
    margin-top: -255px;
    margin-left: 45px;
}
.ticket-form:hover {
    background: #2196f3;
}
.ticket-form.spinner .title-create-post,
.ticket-form.spinner .text-create-post,
.ticket-form:hover .title-create-post,
.ticket-form:hover .text-create-post {
       color: white; 
}
.thank-blog {
    background: #66bb6a;
    color: white;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.thank-blog h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.xlike__link_active button.up-button-rating svg {
    fill: #66bb6a!important;
}
.xlike__link_active button.down-button-rating svg {
    fill: #e57373!important;
}
