.img-table {

    width: 80px;
    height: auto;
}

#TM_COMPANY_LIST td {
    text-overflow: ellipsis;
    min-width: 113px;
}

.prev-image {
    width: 200px;
    height: auto;
}
.application-photo {
    width: 100px;
    height: auto;
    border-radius: 50%;
}
.application dl {
    width: 100%;
    overflow: hidden;
    background: #ff0;
    padding: 0;
    margin: 0
}
.application dt {
    float: left;
    width: 30%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}
.application dd {
    float: left;
    width: 70%;
    /* adjust the width; make sure the total of both is 100% */

    padding: 0;
    margin: 0
}
.th-handle{
    min-width: 116px;
}

.tm-data td {
    max-width: 250px;
    max-height: 140px;
   /* overflow: hidden;*/

}

td .media {
    max-width: 300px;
    overflow: hidden;
    height: 196px;
}
.home-carousel-text{
    max-height: 115px;
    overflow: hidden;
}


.modal-header {
    cursor: move;
}
.tr-handle{
    cursor:grab;
}
.tr-handle-no{
    cursor:no-drop;
}
.ghost{
    background: #ffeeba;
    color:lightgray;
}
#TM_RESUME_BLOCK_BLOCK_1 {
    cursor:not-allowed;
}

.avatar{
    width: 40px !important;
}
.printable { display: none; }

.print-bar {
    justify-content: flex-end;
}

@media print {}{

}
