.ml10{
    margin-left: 10px !important;
}

#container{
    padding: 0px 50px;
}



.btt_edit_category{
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.btt_edit_category:hover{
   text-decoration: underline;
}

.btt_edit_category:active, .btt_edit_category:focus{
    outline: none;
}

.sticker_category{
    margin-bottom: 60px;
}

.p_category{
    color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    margin-bottom: 0px;
}

.sticker_c{
    float: left;
    width: 25%;    
    padding: 8px;
}


.sticker{
    position: relative;
    background-color: white;
    width: 100%;
    height: 70px;    
    padding: 2px;
    text-overflow: ellipsis;
}



.sticker img{
    user-select: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 70px;    
}


.sticker span{
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 70px;    
    left: 80px;
    top: 0px;
    padding: 8px 0px ;
    margin-right: 35px;
    text-overflow: ellipsis !important;
    max-height: 70px;
    overflow-y: hidden;
    display: flex;
    justify-content:center;
    flex-direction:column; 
}

.sticker i{
    user-select: none;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 5px;
}

.imput_width{
    width: 100% !important;
}

.label_checkbox{
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.label_pre{
    display: inline;
}

.div_tpt{
    display: none;
    margin-top: 10px;
}

.cbx_tpt{
    min-height: 18px !important;
    min-width: 18px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: all !important;
    padding-right: 80px !important;
    vertical-align: middle;  
}


.no_response{
    color: red !important;
}

@media only screen and (max-width: 1200px) {
    #container{
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 1100px) {
    #container{
        padding: 0px 70px;
    }

    .sticker_c{
        width: 33.33%; 
    }
}

@media only screen and (max-width: 1050px) {
    #container{
        padding: 0px 50px;
    }
}


@media only screen and (max-width: 970px) {
    #container{
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 870px) {
    #container{
        padding: 0px 70px;
    }

    .sticker_c{
        width: 50%; 
    }
}


@media only screen and (max-width: 800px) {
    #container{
        padding: 0px 50px;
    }
}


@media only screen and (max-width: 750px) {
    #container{
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 650px) {
    #container{
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 550px) {
    #container{
        padding: 0px 30px;
    }

    .sticker_c{
        width: 100%; 
    }
}

@media only screen and (max-width: 500px) {
    #container{
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 370px) {
    #container{
        padding: 0px 10px;
    }
}