.formimg {
    text-align: center;
    /* font-size: 3vw; */
}

.logo {
    height: auto;
    max-height: 30px;
}

.logout {
    color: rgb(192, 52, 52) !important;
}

.logout:hover {
    color: #ff0000 !important;
    font-weight: bold !important;
}

.logout:focus {
    outline: none;
}

.sidebar {
    background-color: #f8fafc;
    align-items: normal;
}

.sidebar>ul {
    width: 100%;
}

.sbplus {
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.right {
    float: right;
}

.dashlink, .dashlink:hover {
    color: unset;
    text-decoration: none;
}

.dashhead:hover {
    color: #1d68a7;
    font-weight: bold;
}

/* .dashlink:hover {
    text-decoration: none;
    font-weight: bold;
}
.dashlink>div>div>p:hover, .dashlink:hover>div>div>p{
    font-weight: normal;
    color: ;
} */

/* #loader {
    display: none;
} */

/*
 #loader-inner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #525252;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}  */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

td input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0px auto;
}

.checktd {
    vertical-align: middle !important;
}

.buttonlink {
    background: none!important;
    border: none;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
}

.buttonlink:hover {
    text-decoration: underline;
}

.formlink {
    display: inline;
}

.fullWidthButton {
    width: 100%;
}

.fullWidthButtonParent {
    padding: .5rem 1rem;
}

.editIcon {
    max-height: 17px;
    /* padding-bottom: 5px; */
    cursor: pointer;
    padding-right: 5px;
}

.groupHeader {
    display: inline;
}

.personTitle {
    display: flex;
    justify-content: space-between;
}

.personBottomButtons {
    margin-top: 5px;
}

#personName:hover {
    color: #069;
    cursor: pointer;
}

.missingInfo {
    color: #a90000;
}

.missingA {
    color: #a90000;
}

.missingA:hover, .nav-link:hover .missingA {
    color: #ff0000;
}

.comA {
    color: #02990f;
}

.comA:hover {
    color: #35e200;
}

.nav-link:hover>.comA {
    color: #35e200;
}

#ninfo {
    max-height: calc(100vh - 195px);
    overflow-y: auto;
}

#personGroups {
    max-height: calc(100vh - 300px);
    /* overflow-y: auto; */
}

.person-card {
    height: 100vh;
    max-height: calc(105vh - 172px);
}

#accordionGroup {
    margin-bottom: 10px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.navscroll {
    height: 100vh;
    overflow-y: overlay;
    padding: 0 1rem;
    background-color: #f8fafc;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.searchname {
    color: rgba(0, 0, 0, .5);
}

#peopleCol {
    max-height: calc(105vh - 213px);
}

.sidenavbar {
    padding: 0;
}

.justify-nav-link {
    display: flex;
    justify-content: space-between;
}

.nav-appdate {
    font-size: smaller;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
    /* background-color: white; */
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    margin: 0 !important;
    padding: 0 !important;
}

.sig-wrap {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: relative;
    width: 100%;
    height: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 100%;
}

.formcon {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.custom-select>option:disabled {
    background-color: lightgray;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

/* select2 overrides */

.select2-container .select2-selection--single {
    height: calc(1.6em + .75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    padding: .375rem 1.75rem .375rem .75rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

/* Aide location colors */

.north .searchname {
    color: rgb(70, 138, 70);
}

.south .searchname {
    color: rgb(93, 93, 243);
}

.central .searchname {
    color: rgb(87, 87, 87);
}

.unassigned .searchname {
    color: #a90000;
}

.active .north .searchname, .north.nav-link:hover .searchname {
    color: rgb(0, 95, 0);
}

.active .south .searchname, .south.nav-link:hover .searchname {
    color: rgb(0, 0, 226);
}

.active .central .searchname, .central.nav-link:hover .searchname {
    color: black;
}

.active .unassigned .searchname, .unassigned.nav-link:hover .searchname {
    color: #ff0000;
}

.active .searchname, .nav-link:hover .searchname {
    color: black;
}

.btl {
    border-radius: .25rem 0 0 0;
}

.btr {
    border-radius: 0 .25rem 0 0;
}

.bbr {
    border-radius: 0 0 .25rem 0;
}

.bbl {
    border-radius: 0 0 0 .25rem;
}

.inserviceol {
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 25px;
}

.inserviceli {
    font-weight: normal;
}

.days {
    margin-bottom: 5px;
}

.newpatient {
    margin-top: 5px;
    margin-bottom: -5px;
}

.bigbox.custom-control-label:after, .bigbox.custom-control-label:before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
}

.bigbox {
    padding-left: 15px;
}

.medbox.custom-control-label:after, .medbox.custom-control-label:before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
}

.bigbox {
    padding-left: 10px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.dash:after {
    display: block;
    text-align: center;
    font-size: 1.3em;
    position: absolute;
    content: "-";
    top: 0px;
    left: -4px;
}

.center-check {
    display: flex;
    justify-content: center;
}

.center-check>.custom-checkbox {
    margin-right: 0;
}

.col-head {
    font-weight: bold;
    font-size: 1rem;
}

.day-add:hover {
    background-color: #8a8a8a;
}

.day-minus:hover {
    background-color: #865050;
}

.addlink:hover {
    color: #4931b6;
}

.removelink {
    color: #b63131;
}

.removelink:hover {
    color: #dd0000;
}

.short-hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.table-striped tbody tr:nth-of-type(odd).disabled {
    background-color: rgb(255 90 90 / 28%);
}

.table-striped tbody tr:nth-of-type(even).disabled {
    background-color: rgb(255 90 90 / 18%);
}

.btn-custom-dash.active {
    opacity: unset;
    color: white;
}

.btn-custom-dash {
    background-color: #2C3E50;
    opacity: .65;
    color: white;
}

.spread {
    display: flex;
    justify-content: space-between;
}

.btn-sbs {
    background-color: #2C3E50;
    border-color: #2C3E50;
    width: 75px;
    color: white;
}

.btn-sbs:hover {
    background-color: #1a252f;
    border-color: #1a252f;
    color: white;
}

.dashboard-link {
    color: rgba(0, 0, 0, .5);
}

.dashboard-link:hover {
    color: rgba(0, 0, 0, .75);
}

.btn-sbs:disabled {
    cursor: default;
}

.eventHeader {
    font-weight: bold;
    cursor: pointer;
}

.tooltip {
    white-space: pre-line;
}

.preloader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgba(128, 128, 128, 0.24);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0;
}

.fc {
    cursor: pointer;
}

.right-label {
    text-align: right;
}

.hidden {
    display: none;
}

ol>li {
    margin-bottom: .5rem;
}

li::marker {
    font-weight: bolder;
}

.hassig {
    font-size: 1rem;
    color: #02990f;
}

.oldform {
    display: none;
}

.avatar {
    max-width: 25%;
}

.avatar img {
    border-radius: 5%;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 5px;
    max-width: 100%;
}

.croppie-container {
    padding-top: 5px;
}

.croppie-container .cr-boundary {
    height: 25vh;
    border-radius: .25rem;
}

.cr-viewport.cr-vp-square {
    border-radius: .25rem;
}

.locked {
    display: none;
}

.locked.show {
    display: table-row;
}

#hoursTableHtml caption {
    caption-side: top;
    text-align: center;
}

#hoursTableHtml caption button{
    padding: 2px 10px;
}

#hoursTableHtml caption span {
    font-size: large;
}

.button-noshow {
    background: none;
    border: none;
}

.edittitle {
    color: #4851c2;
    font-weight: bold;
}

.langbtn{
    display: flex;
    justify-content: center;
}

.langbtn:first-of-type {
    border-right: 1px solid #dee2e6;
}

.langbtn > a {
    font-size: 6vh;
}