.show-modal-files {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.show-image-link {
    cursor: pointer;
}

.show-modal-files .image,
.show-image-link .image  {
    content: "";
    position: absolute;
    width: 30px;
    height: 20px;
    background-color: #6c6c6c;
}

.show-modal-files .image {
    -webkit-mask: url('/design/css/ttd/images/file.svg') no-repeat;
    mask: url('/design/css/ttd/images/file.svg') no-repeat;
}

.show-image-link .image {
   -webkit-mask: url('/design/css/ttd/images/image.svg') no-repeat;
   mask: url('/design/css/ttd/images/image.svg') no-repeat;
}

.show-image-link .image:hover,
.show-modal-files .image:hover {
    background-color: #18b273;
}

}

.show-image-link > .short-ch {
    position: relative;
    margin-bottom: 8px;
}

.span-icons1 {
    position: absolute;
    bottom: 6px;
    left: 21px;
    text-decoration: underline;
}

.span-icons2 {
    position: absolute;
    bottom: 6px;
    color: #1AB374;
    text-decoration: underline;
}

p.short-sh {
    position: relative !important;
}

.submit-btn {
    background-color: white;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 1px #A9A9A9;
    color: #484848;
    cursor: pointer;
}

.modal {
    width: 680px !important;
}

.modal .close {
    line-height: 45px;
    font-size: 40px;
    font-weight: normal;
}

.modal.fade.in {
    top: 30% !important;
}

.table td {
    padding: 16px;
}

.head {
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-body {
    padding-top: 0 !important;
}

.modal-body table tbody tr:first-child {
    margin: 40px !important;
    border-top: solid 2px #3ab477;
}

.modal-body table a {
    cursor: pointer;
    text-decoration:none;
}

.modal-backdrop {
    z-index: 99990 !important;
}

.modal {
    z-index: 99999 !important;
}

.paginator .info {
    margin: 15px 0 15px 0;
    font-weight: bold;
    font-size: 13px;
}

.paginator .info span {
    color: #8a8a8a;
    font-weight: normal;
}

.paginator .items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.paginator .items div {
    background-color: #e9ecef;
    border-radius: 3px;
    width: 30px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
}

.paginator .items div.active {
    padding: 8px 0;
    height: auto;
    background-color: #00b473;
    color: #fff;
}

.paginator .items div a {
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: center;
    height: 100%;
    padding-top: 8px;
}

.paginator .items span {
    margin-right: 20px;
    margin-left: 10px;
}