/* Autocomplete */
.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.autocomplete-title {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.autocomplete-title i.far.fa-times-circle {
    float: right;
    color: red;
    margin-top: 3px;
    font-weight: bold;
}

.autocomplete-data {
    max-width: 400px;
}

/* Toast Correction */
.jq-toast-single {
    font-size: 14px;
}

.jq-toast-wrap {
    width: 300px;
}

.jq-toast-single h2 {
    font-size: 16px;
}

/* BS Modal Correction */
/*.modal-open .modal {
    overflow-y: hidden;
}

.modal-body-scroll .modal-dialog,
.modal-body-scroll .modal-content {
    !* 80% of window height *!
    height: 80%;
}

.modal-body-scroll .modal-body {
    max-height: 100%;
    overflow-y: auto;
}*/

/* Dropzone */
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

/* BS btn Correction*/
.btn-round {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-xs {
    font-size: 11px;
    padding: 5px 10px;
}

/* Treencol */
.hoh-aria .hoh-object { /*hoh=hide on hover*/
    visibility: hidden;
}

.hoh-aria:hover .hoh-object {
    visibility: visible;
}

.hide {
    display: none;
}

.status-act td,
.status-active td {
    /*background-color: transparent;*/
}

.status-rej td,
.status-inactive td {
    background-color: #ff990054 !important;
}

.status-pen td,
.status-transferred td {
    background-color: #f5c6cb !important;
}

.status-blk td,
.status-block td {
    background-color: #ff00006b !important;
}

.status-cancel td {
    background-color: #a759608a !important;
}

.status-hide td {
    opacity: 0.5;
}

.table td.vertical-middle,
.table th.vertical-middle,
.table tr.vertical-middle td,
.table tr.vertical-middle th {
    vertical-align: middle;
}

.table-vertical-middle {

}

.table-vertical-middle > thead th,
.table-vertical-middle > thead td,
.table-vertical-middle > tbody td {
    vertical-align: middle;
}

.table-custom-1 thead tr {
    background: #5884a9;
    color: #FFF;
}

.table-custom-1 thead td {
    font-weight: bold;
    text-align: center;
}

/* Font Awesome */
.fas.fa-refresh:hover {
    transform: rotate(180deg);
}