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

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

div.f4m_wrap_file div.TD.td_no_file{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    height: 58px;
}
div.f4m_wrap_file div.TD.td_no_file .no_file{
    color: rgba(0,0,0,0.5);
}
div.f4m_wrap_file span.no_file{
    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_file .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_file .box_button_add:hover{ 
    opacity: 0.4;
}

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

div.f4m_wrap_file span.choose_file{
    position: relative;
    font-size: 25px;
    line-height: 26px;
    font-style: italic;
}

div.f4m_wrap_file span.choose_file_label{
    position: relative;
    font-size: 12px;
    width: 100%;
    line-height: 12px;
    color: grey;
    font-style: italic;
}

div.f4m_wrap_file .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_file .box_button_delete:hover{ 
    opacity: 0.4;
}

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

div.f4m_wrap_file div.box_file_open{
    cursor: pointer;
}

div.f4m_wrap_file div.file_name{
    position: relative;
    font-size: 40px;
    font-style: italic;
    line-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

div.f4m_wrap_file .clip{
    position: relative;
    top: 14px;
    float: left;
    font-size: 35px;
    margin-right: 5px;
}