.card .card-utils .datepicker-area {
    max-width: 13rem;
}

.datepicker-area.large {
    width: 13rem;
}

.message.message-danger .message-icon {
    background-color: #f43319;
    color: #fff
}

#spinner {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #000000ab;
}

.mr-2 {
    margin-right: 0.4rem;
}

.ml-4 {
    margin-left: 1.3rem;
}

.delete-file {
    border-top-width: 1px !important;
}

.bootbox .bootbox-close-button {
    float: right;

    font-weight: 600;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: .875rem;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.text-link-disable {
    pointer-events: none;
}
.text-link-disable:hover {
    border-color: black;
    background-color: black;
}
.text-link-disable i {
    color: gray;
}
.text-link-disable:hover i {
    color: gray;
}


.dataTable tbody tr:hover {
    color: inherit !important;
}
.dataTable tbody tr:hover td {
    color: inherit !important;
}
.dataTable tbody tr td:hover {
    color: inherit !important;
}

.table-hover tbody tr:hover {
    color: inherit !important;
}
.table-hover tbody tr:hover td {
    color: inherit !important;
}
.table-hover tbody tr td:hover {
    color: inherit !important;
}

.pointer-cursor {
    cursor: pointer;
}


.textarea-vertical-resizable {
    resize: vertical !important;
}


.side-bar-submenu {
    padding-left: 3rem;
    color: #666;
}

.side-bar-collapse {
    border: none;
    width: 100%;
    background: black;
    border-radius: 0;
}
