
table.dataTable th:nth-child(1) {
width: 1000px;
max-width: 1000px;
word-wrap: break-word;
white-space: pre-line;
}

table.dataTable td:nth-child(1) {
width: 1000px;
max-width: 1000px;
word-break: break-all;
white-space: pre-line;
}

table.dataTable th:nth-child(2) {
width: 400px;
max-width: 400px;
word-wrap: break-word;
white-space: pre-line;
}

table.dataTable td:nth-child(2) {
width: 400px;
max-width: 400px;
word-break: break-all;
white-space: pre-line;
}

.dropzone-attachments{
    /*background-image: url("../img/dropzone_attachment.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100px;
    background-color: rgb(237, 237, 237);
    padding: 10px 0px;
}
.event-attachments{ height: auto !important; min-height: 175px; padding: 0px 7px; overflow: hidden;}
.add-attachments{float: left; height: 80px; width: 70px; border: 1px dashed #aaa; margin: 10px 0px 0px 10px; text-align: center; vertical-align: middle; cursor: pointer;}
.add-attachments .fa-plus{font-size: 40px; margin-top: 20px}
.list-attachments {float: left; height: 80px; width: 80px; border: 1px dashed #aaa; margin: 10px 0px 0px 10px; text-align: center; background-color: #ddd}
.list-attachments .fa{ font-size: 50px; line-height: 1.3}
.list-attachments .attachment-item-delete{font-size: 14px; margin: 2px 2px 0px 63px; clear: both; cursor: pointer; color: #A00}
.dz-preview, .dz-file-preview { display: none; }
.list-attachments .far { font-size: 60px; margin-top: -10px; }

.top-bar-title {
	padding-top: 0px;
}
