﻿
h2#waitTimeTitle {
color: hsl(208.9,75%,28.2%)!important;
} 
.schedulingstopped .schedulingstoppedcontent:before {
    background-image: none;
}
body #extPmtPageFrame {
 height: 800px;
}

/* Home page icons * - Sherlock --7012897 / Customization Issues for Upgrade/*/
 
 .features .icon-billing {
 background-image: url("../images/quicklinks/account_summary.png");
 }

 .features .icon-SameDayCare {
 background-image: url("../images/quicklinks/SameDayCare.png");
 }
 
.schedulingstopped .schedulingstoppedcontent:before {
    background-image: none;
}
.midlogin {
    background-color: rgba(0, 0, 0, 0.2);
}
.bedsidetv:not(.hideFocus) {
    &.darkmode {
        /* Card focus outline */
        .TVPreLoginOptionCard,.checklistCard,.ExternalAppCard,.ActivityCard,.VideoCard,._VideoPreview,a {
            &:focus,&:focus-within {
                outline: #1C90CC solid 4px !important;
   
                @media (max-width: 970px) {
                    outline: #1C90CC solid 3px !important;
                }
            }
        }
 
        /* Education card focus outline */
        .UserResponseCard > .contentContainer:focus-within {
            outline: #1C90CC solid 4px !important;
 
            @media (max-width: 970px) {
                outline: #1C90CC solid 3px !important;
            }
        }
 
        /* Settings page slider points focus */
        .DiscreteSliderPoint > input:checked::after {
            background-color: #1C90CC !important;
        }
 
        /* Scrollbar color */
        .ReadOnlyPage {
            div:focus::-webkit-scrollbar-thumb {
                background: #1C90CC !important;
            }
        }
    }
}
.bedsidetv ._command.primary:not(.checklistCard) {
	background-color: #1C90CC !important;
}
.bedsidetv ._command.primary:focus:not(.checklistCard) {
	background-color: #1C90CC !important;
}
.bedsidetv .DeviceActivationPage ._command.secondary {
    background-color: #1C90CC !important;
    color: white !important;
}
.bedsidetv .DeviceActivationPage ._command.secondary {
    background-color: #1C90CC !important;
    color: white !important;
}
.tvmode.darkmode body.graphicHeader.md_react_index #content:after {
    background-color: rgba(0, 0, 0, .65);
}
