.webparts-toolbar {
    text-align: right;
}

.panel-webparts {
    margin-top: 20px;
}

.panel-webpart {
    margin: 10px 0px;

    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;
}

.panel-webpart p:last-child {
    margin-bottom: 0px;
}

.webparts-actions {
    text-align: right;
    color: #c0c0c0;
    margin-top: 10px;
    position: relative;
}

.webparts-center {
    text-align: center;
}

.webparts-empty, .webpart-empty  > td, .widgets-empty {
    font-style: italic;
    text-align: center !important;
    color: gray;
}

.gallery-image {
    margin: 0px 5px 5px 0px;
}

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

.webpart-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);
}


.webparts-table td:last-child {
    text-align: right;
}

.webpart-gallery-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;
}

.webpart-gallery-image {
    margin-right: 10px;
}

.modal-webpart-gallery-caption {
    height: 100px !important;
    resize: vertical !important;
}

.webparts-help {
    color:#888;
    font-style: italic;
    margin: 2px 0px;
}