﻿.input-group {
    position: relative;
}

.input-group input {
    width: 100%;
    box-sizing: border-box;
}

.input-group:before {
    content: attr(data-content) "";
    position: absolute;
    top: -15px;
    right: 0;
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    font-family: Arial;
    font-size: 14px
}

.tooltip-hide.input-group:before {
    display: none;
}

@media screen and (max-width:560px) {
    .c-post-img.u-blur {
        transform: translate(0, 8%) !important
    }

    .is-compressed .c-app-nav .c-logo {
        width: 40px;
        height: 40px;
        left: -15px
    }

    .u-tsn {
        display: none
    }
}

@media screen and (max-width:490px) {
    .c-post-img.u-blur {
        transform: translate(0, 8%) !important
    }
}

@media screen and (max-width:460px) {
    .c-post-img.u-blur {
        transform: translate(0, 10%) !important;
        width: auto !important;
        height: 470px
    }
}

@media screen and (max-width:430px) {
    .c-post-img-wrap img {
        width: 88% !important;
        min-height: 0 !important
    }
}

@media screen and (max-width:370px) {
    .c-post-img-wrap img {
        width: 76% !important
    }

    .c-post-img.u-blur {
        transform: translate(0, 11%) !important
    }
}

@media screen and (max-width:350px) {
    .c-post-img.u-blur {
        transform: translate(0, 12%) !important
    }
}

.red {
    color: red
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

.input-group {
    position: relative
}

.input-group:before {
    content: attr(data-content) "";
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    border-radius: 5px;
    padding: 3px 5px
}