div#main {
    font-size: 0.8rem;
}


#upload-container {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 100%;
    font-family: sans-serif;
    margin: 20px auto;
    padding: 20px;
    min-height: 100px;
}

#drag-drop-text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #ccc;
}

#drop-area.highlight {
    border-color: purple;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

#fileElem {
    display: none;
}

.dropzone {
    background: #e3e6ff;
    border-radius: 13px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 2px dotted #1833FF;
    margin-top: 10px;
}

#search-result-div {
    min-height: 200px;
}

#search-result-div table tr td.td-file-name {
    max-width: 250px;
    word-break: break-all;
}

#trans-table_filter {
    float: right;
    margin-bottom: 10px;
}


/*
 * Table styles
 */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("/img/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("/img/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("/img/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("/img/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("/img/sort_desc_disabled.png");
}

fieldset { margin-top: 15px; border-radius: 5px; padding-bottom: 25px; border :1px solid #ced4da;}
fieldset.account-info{ padding-bottom: 10px; }

#frm_manal .col-form-label {
    font-size: 9pt;
}