﻿::-webkit-scrollbar {
    width: 15px;
    background: lightgray;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px lightgray;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: #0d737d;
}

.fbold {
    font-weight: 600;
}

.required {
    color: red;
}

.lbl {
    margin: -20px 0px 20px 0px;
    text-align: center;
    font-size: 30px;
    color: white;
}

.right {
    float: right !important;
}

.RestrictArea {
    min-height: 50px;
    min-width: 100%;
    max-height: 300px;
    max-width: 100%;
}

.AddIcon {
    margin: 10px !important;
    color: #45B6AF;
}

.RemoveIcon {
    margin: 10px !important;
    color: #d84a38;
}

.lblError {
    color: #a94442 !important;
}

.Disabled {
    pointer-events: none;
}

.errormessage {
    color: #ff0000;
    font-weight: 500;
}

.imagesize {
    width: 50px;
}

.imagestyle {
    background-color: #00c292;
    border-radius: 5px;
    width: 60px;
}

@media (max-width:480px) {
    .mobilehide {
        display: none !important;
    }

    .page-header.navbar {
        height: 64px !important;
    }

    .page-header-fixed.page-header-fixed-mobile .page-container {
        margin-top: 58px !important;
    }
}

.Center {
    text-align: center !important;
}

.TextRight {
    text-align: right !important;
}

.TP {
    font-size: 40px;
    color: #0d737d;
}

.RP {
    font-size: 40px;
    color: #7eb333;
}

.DP {
    font-size: 40px;
    color: #d43f3a;
}
.mgT5 {
    margin-top: 5px;
}
.hidBorder {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.span_status {
    padding: 7px;
    border-radius: 7px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.patient-img {
    width: 177px;
    border: 3px solid #2345ac;
    border-radius: 20%;
}
.margin-top-50{
    margin-top:50px !important;
}
.dashboard-stat-light {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.dashboard-stat .visual > i {
    font-size: 110px;
    line-height: 75px;
}