.login-container {
    position: absolute;
    width: 100%;
    top: calc(50% - 191px);
    left: 12px;
}

.ml {
    margin-left: 1rem;
}

.mr {
    margin-right: 1rem;
}

.border-radius-hard {
    border-radius: 6px !important;
}

.js-img-click {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.table,
.table>:not(:last-child)>:last-child>*
{
    border-color: #a9b6c9;
}

.text-rating {
    font-weight: bold;
    font-size: 19px !important;
}

.text-rating-1 {
    color: #B00000 !important;
}

.text-rating-2 {
    color: #f44335 !important;
}

.text-rating-3 {
    color: #ED760E !important;
}

.text-rating-4 {
    color: #ADFF2F !important;
}

.text-rating-5 {
    color: #4caf50 !important;
}

.select-success {
    background-color: #4caf50 !important;
}

.bootstrap-datetimepicker-widget {
    border: 1px solid #ddd;
}

.badge-file {
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
    margin-top: 6px;
}
.badge-file span {
    width: 300px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.js-delete-file, .badge-file span {
    display: inline-block;
    vertical-align: text-bottom;
}

.small-icon {
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
}

table.view-table tr td:first-child {
    font-weight: bold;
    width: 200px;
}

table.view-table tr td:nth-child(2) {
    white-space: normal;
}

.sweet-alert {
    background-color: #ffe1e1;
    margin-left: -239px;
}
.sweet-alert p.lead {
    font-size: 1rem;
    color: #f44335 !important;
}

.text-success-row td {
    background-color: #a7dba9 !important;
}
.text-warning-row td {
    background-color: #ffc275 !important;
}
.text-danger-row td {
    background-color: #ffb6b1 !important;
}

.btn-xs {
    padding: 0.175rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.4rem;
    margin-bottom: 0;
}

.tooltip-inner {
    white-space: pre-wrap;
}

/* Bootstrap chrome bug fix */
.btn-secondary, .btn.bg-gradient-secondary {
    box-shadow: 0 3px 3px 0 rgb(0 128 154 / 15%), 0 3px 1px -2px rgb(0 128 154 / 20%), 0 1px 5px 0 rgb(0 128 154 / 15%);
}
.btn-secondary:hover, .btn.bg-gradient-secondary:hover {
    background-color: #7b809a;
    border-color: #7b809a;
    box-shadow: 0 14px 26px -12px rgba(0,128,154,0.4),0 4px 23px 0 rgba(0,128,154,0.15),0 8px 10px -5px rgba(0,128,154,0.2);
}
