div.elem input[type="text"][f4m_type="IMAGE"] {
    display: none;
}
div.plupload{
    display: none;
}

div.f4m_wrap_image{
    position: relative;
    background-color: white;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0px;
}
div.f4m_wrap_image.border{
    border-color: #c0c0c0;
}
div.f4m_wrap_image div.TD.border{
    border-color: #c0c0c0 !important;
}

div.f4m_wrap_image div.box_image{
    height: 150px;
    text-align: center;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.f4m_wrap_image div.TD.td_no_image{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}
div.f4m_wrap_image div.TD.td_no_image .no_image{
    color: rgba(0,0,0,0.5);
}
div.f4m_wrap_image span.no_image{
    position: relative;
    color: rgba(0,0,0,0.7) !important;
    font-size: 12px;
    top: 15px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none; 
}
div.f4m_wrap_image img.this_image{
    position: relative;
    top: 6px;
    height: 140px;    
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

div.f4m_wrap_image .box_button_add{
    position: relative;
    width: 50px;
    background-color: rgba(1, 154, 188, 0.3);
    /*background-image: url(folder.png);
    background-repeat: no-repeat;
    background-position: center;*/
    cursor: pointer !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}
div.f4m_wrap_image .box_button_add:hover{ 
    opacity: 0.4;
}

@media only screen and (max-width: 1024px) {
        div.f4m_wrap_image .box_button_add:hover{
                opacity: 1 !important;
        } 
}

div.f4m_wrap_image .box_button_delete{
    position: relative;
    width: 50px;
    background-color: rgba(1, 154, 188, 0.3);
    /*background-image: url(delete.png);
    background-repeat: no-repeat;
    background-position: center;*/ 
    cursor: pointer !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
}
div.f4m_wrap_image .box_button_delete:hover{ 
    opacity: 0.4;
}

@media only screen and (max-width: 1024px) {
        div.f4m_wrap_image .box_button_delete:hover{
                opacity: 1 !important;
        } 
}