﻿.status-draft {
    color: #6a6a6a;
}

.status-sent-req {
    color: #184e84;
}

.status-paid {
    color: #1e90ff;
}

.status-tested {
    color: #1ba41f;
}

.status-cancel {
    color: #dc3545;
}

.status-waiting-confirmation {
    color: #1400ff;
}

.status-confirmation {
    color: #158243;
}

.status-waiting-payment {
    color: #ffc107;
}

.status-overdue {
    color: #fe5019;
}

.status-missing-exam {
    color: #aa5600;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 10px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #ced4da !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #dbd9d9;
    border-radius: 20px;
    border: 1px solid #ced4da !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    height:36px;
}

#example_paginate {
    margin-top: 10px;
}

.divSearch {
    align-items: center;
    display: flex;
    justify-content: end;
}

table.dataTable tbody tr:hover {
    background-color: #DAF0F7 !important;
    cursor: pointer;
    /*opacity: 1;*/
    /*font-weight: bold;*/
}

.c-green {
    color: green;
}

.c-red {
    color: red;
}

.c-blue {
    color: blue;
}

.c-grey {
    color: grey;
}