


/*** generic CSS ***/
.font12 {
    font-size: 12px !important;
}
.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}
.font18 {
    font-size: 18px !important;
}
.font22 {
    font-size: 22px !important;
}
.font-w600 {
    font-weight: 600 !important;
}
.red {
    color: #FF0000;
}
.note-bg {
    background-color: #f2f2f2;
}
.pointer {
    cursor: pointer;
}
.primarycolor {
    color: #1D1D1D !important;
}
/*** generic CSS ***/


.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #F1F1F1;
    text-align: center;
    line-height: normal;
}

.admin-custom-table td {
    padding: 0.3rem 0.3rem 0 0.3rem;
}

.card-body.p-0 .admin-custom-table.table tbody>tr>td:last-of-type {
    padding-right: 0.3rem;
}

.admin-custom-table .info-box {
    box-shadow: unset;
    margin-bottom: 5px;
    cursor: pointer;
    min-height: auto;
    padding: 0.3rem 0.5rem;
}

.admin-custom-table .info-box.bg-light-green {
    background: #D3FFE6;
    border: 1px solid #8EEEB7;
}

.admin-custom-table .info-box.bg-light-blue {
    background: #E2FAFF;
    border: 1px solid #B2E2E9;
}

.admin-custom-table .info-box.bg-light-yellow {
    background: #FEFFE6;
    border: 1px solid #EEF0BB;
}

.admin-custom-table .info-box .info-box-content {
    line-height: 1.4;
    padding: 0;
    font-size: 14px;
    width: 115px;
}
.admin-custom-table .info-box:hover .inner-info-box input {
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}
.admin-custom-table .info-box:hover .inner-info-box {
    width: calc(100% - 27px);
}
.admin-custom-table .info-box:hover .add-shift {
    content: '+';
    border-radius: 2px;
    color: #A0AFBE;
    width: 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0 0 0 1px #A0AFBE inset;
    background: #fff;
    cursor: pointer;
    display: block;
}
.admin-custom-table .info-box .add-shift {
    display: none;
}
.admin-custom-table .info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.admin-custom-table .booking-btn {
    display: none;
}
.admin-custom-table .inner-info-box {
    width: 100%;
}
.admin-custom-table .inner-info-box input{
    display: none;
}
.admin-custom-table td:hover .booking-btn {
    display: block;
    padding: 0.375rem 0;
    width: 100%;
}

.admin-custom-table input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.admin-custom-table .show-pluse {
    width: 29px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 2px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.card-body.p-0 .admin-custom-table.table thead>tr>th:first-of-type,
.card-body.p-0 .admin-custom-table.table tbody>tr>td:first-of-type {
    padding-left: 0.75rem;
    text-align: left;
}
.card-body.p-0 .admin-custom-table.table thead>tr>th:last-of-type,
.card-body.p-0 .admin-custom-table.table thead>tr>td:last-of-type {
    padding-right: 0.75rem;
}
.create-shift .form-group label {
    font-weight: normal;
    font-size: 15px;
    color: #1D1D1D;
}
.clear-fix {
    clear: both;
}
.table.table-head-fixed thead tr:nth-child(1) th {
    text-align: left;
}
.admininner-custom-table.table td {
    vertical-align: middle;
}
.table td, .table th {
    border-bottom: 1px solid #dee2e6;
}
.card-body.p-0 .table tbody>tr>td:first-of-type {
    padding-left: 0.5rem;
}
.v-divider {
    background: #CACACA;
    height: 16px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.tocolumn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blocktime {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}
.msg-delete {
    color: #dee2e6;
    font-size: 40px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
    margin: auto;
}
.edit-form-row {
    display: grid;
    grid-template-columns: 140px 1fr 45px;
    gap: 15px;
}
.Vitals-week-report {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}
#myPopover1, #addNotePopover {
   z-index: 1055 !important;
}
#myPopover3 {
    max-width: 100%;
}
#myPopover1 {
    max-width: 500px;
}
.lab-report td{
    padding: 10px;
}
.prescription-section {
    max-height: 722px;
    overflow-y: auto;
}
.failed, .succeeded, .refunded {
    height: 24px;
    background: #FFE2F1 0% 0% no-repeat padding-box;
    border: 1px solid #FFC3DD;
    border-radius: 4px;
    display: inline-block;
    padding: 0 8px;
    color: #BC072C;
    font-size: 14px;
}
.succeeded {
    background: #CFFFC2;
    border-color: #93FF84;
    color: #28790D;
}
.refunded {
    background: #EBEDF1;
    border-color: #D5DAE2;
    color: #000000;
}

@media (max-width: 767.98px) {
    .tocolumn {
        width: 100%;
    }
}