.pagination_icon_wrapper a.current {
    font-size: 130%;
}

.table-responsive {
    overflow: auto;
}

.pagination {
    overflow: auto !important;
}

.hide {
    display: none;
}

form .help-block {
    color: #ef8157;
    font-size: 0.8571em;
    margin-bottom: 5px;
}

form label {
    font-size: 0.8571em;
    margin-bottom: 5px;

    color: #9A9A9A;
}

span.attach-icon {
    height: 1.875rem;
    max-width: 1.875rem;
    width: 1.875rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #0b93d5;
}

span.disabled {
    color: grey;
    opacity: 0.2;
}

.rotate-90 {
    transform: rotate(90deg);
}

a[data-sort]:after {
    font-family: 'FontAwesome';
    content: " \f0dc";
    top: 3px;
    color: black;
    opacity: 0.4;
}

a.asc:after {
    font-family: 'FontAwesome';
    content: " \f0de";
    top: 3px;
    color: black;
}

a.desc:after {
    font-family: 'FontAwesome';
    content: " \f0dd";
    top: 3px;
    color: black;
}

.datepicker {
    position: relative;
    /*z-index: 9999;*/
}

.thumbnail-file-upload {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    max-height: 70vh;
}

.need-save {
    color: red !important;
    font-size: 130%;
}

.load {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.5;
    background-color: black;
    z-index: 9999;
    text-align: center;
    background-image: url('/img/static/spinner.gif');
    background-position: 45vw 45vh;
    background-repeat: no-repeat;
}

.action-1-buttons {
    width: 60px;
}

.action-2-buttons {
    width: 133px;
}

.action-3-buttons {
    width: 195px;
}

.action-4-buttons {
    width: 245px;
}

.action-5-buttons {
    width: 302px;
}

.card-edit .nav-tabs .nav-item .nav-link.active {
    font-weight: bold;
}

.modal-lg-extra {
    min-width: 80vw;
}

.grid-view th {
    white-space: nowrap;
}