.thefdocuments-empty {
    font-style: italic;
    text-align: center;
    color: gray;
}

.panel-thefdocuments {
    cursor: default;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.thefdocuments-upload-img {
    overflow: hidden;
    position: relative;
}

.thefdocuments-upload-img input {
    cursor: pointer;
    display: block;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.thefdocuments-image {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    
    cursor: pointer;
}

.thefdocuments-subtitle {
    height: 100px !important;
    resize: vertical !important;
}

.thefdocuments-document td:first-child {
    vertical-align: middle;
}