.arrow_text_box {
    white-space: nowrap;
    width: 55px;
    height: 32px;
    background: #888;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: relative;
    display: table;
}
.body-add-ad .arrow_text_box {
    margin-left: -15px;
    margin-right: 30px;
}

.body-add-ad .arrow_text_box span {
    text-align: left;
    padding-left: 5px;
}

.arrow_text_box span {
    display: table-cell;
    vertical-align: middle;
}

.arrow_text_box:before,
.arrow_text_box:after {
    content: '';
    position: absolute;
}

.arrow_text_box span.title3 {
    color: #fff;
}

.arrow_text_box:after {
    border-left: 10px solid #888;
    border-right: 4px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    right: -14px;
    top: 0px;
    width: 0;
    height: 0;
    display: block;
}

.arrow_text_box:before {
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    left: 0px;
    top: -1px;
    width: 0;
    height: 0;
    display: block;
}
.arrow_text_box.arrow_text_box_long:before{
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}
.flex_center_32 {
    display: flex;
    align-items: flex-start;
    height: 32px;
}

.flex_center_32 > div {
    align-self: center;
}

.arrow_text_box_parent {
    float: left;
}

.noPhoto .addImageText {
    text-align: center;
    margin-top: 11px;
    display: block;
    line-height: 19px;
}
#show-profile{
    margin-right: 10px;
}
.addImageText {
    display: none;
}

.noPhoto .delete-image {
    display: none;
}

.noPhoto .rotate_f_image {
    display: none;
}

.noRotate .rotate_f_image {
    display: none;
}

.add-photo {
    position: absolute;
    left: -1px;
    z-index: 1;
}

.photo-upload-new {
    background-image: url('<?=$host?>/assets/img/load.gif');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 38px;
    background-size: 15%;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    display: none;
}

.fl_right {
    float: right;
}

.row-fix-new {
    width: 100%;
    padding-right: 70px;
}

.price_display_f {
    line-height: 28px;
}

.priceView {
    position: absolute;
    right: 15px;
    top: 1px;
}

.priceView.top17 {
    top: 17px;
}

.adn-add-images {
    position: relative;
    display: inline-block;
}
#promote-option .adn-tooltip {
    top: -5px;
}
#promote-option label{
    margin-bottom: 0px;
}
#promote-option label .promote_block_title{
   display: contents;
}

.form-horizontal-cl-promote {
    padding: 5px 15px 5px 15px;
}
.downloaded-image {
    width: 100px;
    height: 65px;
	margin: -7px 20px 30px 0;
	background-size: contain;
}

.downloaded-image:hover {
    background-color: white;
    color: black;
}

.element-listing .images {
    width: 95px;
    height: 65px;
    border: 1px solid #d1d3d4;
    display: block;
}

.fl_left {
    float: left;
}

.adn-ad-offer table tr td.content {
    background-color: white;
}

.whiteLine {
    width: 107%;
    height: 20px;
    background-color: white;
    padding: 0;
    margin-left: -20px;
}

.green_text_2 {
    color: #4cae4c;
}

#block_slots {
    display: none;
}

#block_slots_toggle {
    margin-right: 7px;
    margin-top: 10px;
}

#block_slots p {
    margin: 0;
}

.total-price-slots-wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.total-price-slots {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.price-slots p {
    display: inline-block;
    padding-right: 3px;
}

.radio-text-wrap p {
    margin: 0;
}

#radio-text {
    background-color: #fff;
    resize: none;
    width: 100%;
    height: 85px;
    border: none;
    overflow: auto;
}

.radio-slots-with-orders {
    display: flex;
    flex-wrap: wrap;
}

.radio-slots-with-orders label {
    width: 70px;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: .3s;
    border-radius: 6px;
    border: 1px solid #59595b;
    text-align: center;
    color: #aeafb0;
    font-weight: 500;
    font-size: 9pt;
    padding: 4px 0;
    line-height: initial;
}

.radio-slots-with-orders input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.radio-slots-with-orders label.radio-slot-check {
    background-color: #005c94;
    color: #fff;
}

.radio-slots-with-orders label:hover {
    box-shadow: 0 0 3px rgb(0, 92, 148) inset;
}

.radio-slots-with-orders label.radio-slot-disabled {
    background-color: #d5d6d8;
    cursor: default;
}

.radio-slots-with-orders label.radio-slot-disabled:hover {
    box-shadow: none;
}

.more-dates-slots-title,
#get-more-dates-slots {
    cursor: pointer;
}

#get-more-dates-slots {
    display: inline-block;
    margin-top: 5px;
}

button.ui-datepicker-current {
    display: none;
}

.non-working-day {
    background-color: #005c94 !important;
}

.non-working-day span {
    background: #005c94 !important;
    color: #fff !important;
}

.selected-days {
    background: #005c94 !important;
    color: #fff !important;
}

.selected-days a {
    background: #005c94 !important;
    color: #fff !important;
    opacity: 1;
}

.day-slots-remove {
    margin-left: 15px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.4;
    color: #ee1d23;
}

.day-slots-title {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.day-slots-remove:hover {
    opacity: 1;
}

#modal-with-action {
    display: none;
}

#modal-with-action .error-window {
    width: 350px;
}

#modal-with-action p {
    padding: 0 20px;
}

#modal-with-action .modal-footer-between button {
    padding: 1px 5px;
    white-space: normal;
    margin: 0 5px;
}

.modal-footer-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-dates-slots-wrap .ui-state-active,
.more-dates-slots-wrap .ui-widget-content .ui-state-active {
    border: 1px solid #c5c5c5;
    background: #eee;
    color: #454545;
}

.error_size {
    background-color: #e99699;
    color: #fff;
}

#previewBigFrame.error_title .frame-title,
#previewBigFrame.error_text .frame-text,
#previewBigFrame.error_contact .frame-contact {
    color: red;
}

.frameAdSizeDisplayWrap {
    display: flex;
}

.sizes_do_not_match {
    display: none;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .downloaded-image {
        margin: 20px 20px 20px 0;
    }

    .element-listing .images {
        width: 180px;
        height: 117px;
        border: 1px solid #d1d3d4;
        display: block;
    }
}

@media (max-width: 768px) {
    .body-add-ad .arrow_text_box {
        /* margin-left: -20px;*/
    }

    .frameAdSizeDisplayWrap {
        display: block;
    }

    .sizes_do_not_match {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

.price_display_f_t_parent {
    margin-top: -10px;
    padding-top: 10px;
    height: 60px;
}

.border_top_form_order {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border_bottom_form_order {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border_block15 {
    border-radius: 10px;
    margin-bottom: 15px;
}

.margin_bottom_form_order {
    margin-bottom: 20px;
}

.margin_top_form_order {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}
.mt20 {
    margin-top: 20px;
}

.mtb30 {
    margin: 30px 0;
}

.pl30 {
    padding-left: 30px;
}

.big-frame .layout-2 .frame-content {
    width: 260px;
    height: 300px;
}

.claimg1, #rightBlockDisplayAd .frame-content .frame-image {
    background-size: contain;
}

#window_check {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#promote-option .form-group input[type='checkbox'] {
    margin-right: 7px;
    margin-top: 10px;
}

#chbClassifiedToClascal{
    margin-right: 7px;
    float: right;
    margin-top: 12px;
}
.free_on_clascal_block{
    padding: 5px 10px 0px 20px;
}
.free_on_clascal_block.form-group{
    margin-bottom: 0;
}
#url_add{
    margin: 10px 0px 0 0;
}
#input-price{
    max-width: 335px;
}

.adn-add-images .downloaded-image{
    position: relative;
}
.row-fix-new{
    position: relative;
}
.top5{
    top: 5px;
}
.promote_block_title{
    float: left;
}
.step3_gray_b_text{
    max-width: 90%;
}

.comma:not(:first-child) {
    margin-left: -.3em;
}

.comma:first-child:empty ~ .comma:not(:empty) {
    margin-left: 0;
}

.comma:first-child:empty ~ .comma:not(:empty) ~ .comma:not(:empty) {
    margin-left: -.3em;
}

.comma:empty {
    display: none;
}

.comma:not(:first-child):before {
    content: ", ";
    padding-right: 5px;
}

.comma:empty + .comma:not(:empty):before {
    content : "";
}

.comma:not(:empty) ~ .comma:empty + .comma:not(:empty):before {
    content : ", ";
}
#promote-option .publish-dates .number {
    padding: 0 3px;
}
@media only screen and (max-width : 768px) {
    .flex_center{
        display: flex;
        align-items: flex-start;
    }
    #promote-option{
        min-width: 362px;
    }
    #image_and_text_block .adn-ad-offer{
        margin-bottom: 0px;
    }
    .display_ad_block.form-horizontal-cl-promote {
        padding: 10px 25px 10px 7px;
    }
    #rightBlockDisplayAd.mtb30, #leftBlockDisplayAd.mtb30 {
        margin: 0;
    }
    #chbClassifiedToClascal {
        margin-bottom: 10px;
    }
    #promote-option .form-group input[type='checkbox'] {
        margin-top: 10px;
    }
    #business-list .adn-promo-block .radio-block {
        width: 20px;
        height: 65px;
        padding-top: 24px;
        float: left;
    }

    .col-sm-offset-2.container-5m{
        margin-right: -10px;
        margin-left: -10px;
    }
    .title_arrow_block{
        margin-bottom: 10px;
    }
    .title_arrow_block .arrow_text_box .base2{
        color: #fff;
    }
    .mobile_promote_step3 label{
        margin-bottom: 0;
    }
    .mobile_promote_step3 .form-horizontal-cl-promote{
        padding: 5px 7px;
    }
    .mobile_promote_step3 .form-horizontal-cl-promote .row-fix1__right{
        display: block;
    }
    .mobile_promote_step3 .form-group.form-group_mb5{
        margin-bottom: 0;
    }
    .mobile_promote_step3 .adn-tooltip{
        display: none;
    }
    .mobile_additional .show_hide{
        display: none;
    }
    .display_ad_block.mobile_additional .lined_on_mobile{
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
    }
    .arrow_text_box.arrow_text_box_long {
        width: 120px;
    }
    .free_on_clascal_block {
        padding: 5px 85px 10px 20px;
    }
    .other_sites_block #chbClassifiedToClascal{
        float: right;
        margin-top: 10px;
        margin-right: 0;
    }
    .step3_gray_b_text{
        padding: 5px 70px 5px 5px;
        display: none;
    }
    .frameList .list-layout_block {
        float: left;
        min-height: 110px;
    }
    #promote-option .mobile_additional #rightBlockDisplayAd{
        margin-bottom: 10px;
    }
    .FrameAd_block .form-group {
        margin-bottom: 0px;
    }
    .priceView {
        top: 1px;
    }
    #form-order .mt_mobile30{
        margin-top: 30px;
    }
    .arrow_text_box {
        width: 50px;
        height: 28px;
    }
    .arrow_text_box:after {
        border-left: 11px solid #888;
        border-right: 3px solid transparent;
        border-top: 13px solid transparent;
        right: -14px;
    }
    .publish-dates {
        padding-top: 0px;
    }
    #promote-option .border_block10_mobile{
        margin-bottom: 10px;
    }
    #promote-option .twl_main_block {
        margin-bottom: 0px;
    }
    #promote-option .image_text_with_logo_block .promote_block_title{
        display: flex;
    }
    .col-sm-offset-2.container-5m.mobile_promote_step3,
    .body-add-ad .new_user_form_block{
        margin-right: 15px;
        margin-left: 15px;
    }
}
.form-group .wysibb, .form-group .wysibb .wysibb-toolbar, .form-group .wysibb .wysibb-toolbar .wysibb-toolbar-container {
    border: 0px;
}

.form-group .wysibb .wysibb-text{
    border: 1px solid #ddd;
}
.form-group .wysibb .wysibb-toolbar {
    padding: 0 0px 0 0;
    text-align: right;
}
.lh35{
    line-height: 35px;
}
.text-web-ad_class{
    margin-top: 35px;
}
.feature:before {
    content: "Main";
    color: white;
    width: 100%;
    background-color: #a9d8a9;
    top: -23px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    padding-top: 3px;
}

@media (max-width: 575px) {
    #modal-with-action .error-window {
        width: 300px;
    }

    #modal-with-action p {
        padding: 0;
    }

    .total-price-slots-wrap {
        display: block;
    }
}

@media only screen and (max-width : 435px) {
    .promote_block_title{
        float: left;
        max-width: 210px;
    }
}
