﻿#AdminPeriod {
    font-weight: bold;
}

.MARTab {
    
}

.MARTabHeader {
    position: sticky;
    top: 0;
    background-color:white;
    z-index:2;
}

.MARSortBox {
    display: inline;
    width: 20em;
}



.MAROrderBand{
    background-color:lightblue;
    border-top:solid;
    border-top-width:3px;
    padding-top:2px;
}

.MAROrderAlternateBand{
    background-color:ivory;
}

.MAROrderHighlightedBand {
    background-color: lightgreen;
}



.MARAdminsDiv {
    border-left: solid;
}

.MARAdminButton {
    border-radius: 5px;
}


.MARFilterButton {
    margin-right:.5em;
    padding-right:.2em;
}

.MARFilterButtonDue {
    background-color: lightgreen;
    color: black;
}

.MARFilterButtonOverdue {
    background-color: red;
    color:black;
}

.MARFilterButtonHasOrders {
    background-color: darkgray;
}


.MARAdminButtonDue {
    background-color: lightgreen;
}

.MARAdminButtonOverdue {
    background-color: red;
}

.Invisible{
    visibility:hidden;
}

.MARInfoButtonImage {
    width: 1.25em;
    height: 1.25em;
}

.MARAdminLabel{
    margin-left:.25em;
}

.MARAdminLabelOnHold{
    color:darkblue;
}

.MARAdminLabelDue {
    color: green;
}

.MARAdminLabelOverdue {
    color: red;
}

.MARAdminLabelFollowUp {
    color: green;
}

.MARAdminLabelCancelled {
    background-color:yellow;
}

.MARAdminLabelNotCompleted {
    background-color: yellow;
}

.MARShiftLabel{

}

.MARCurrentShift{
    background-color:lightgreen;
}

.LimitMessage {
    background-color: blue;
    color:white;
    padding-left:.5em;
    border-radius:4px;
}

.MARConditionSelector {
    display: inline-flex !important;
}

.OneTimeAdminLastAdminText {
    color: green;
}

.OneTimeAdminExistingOrdersText {
    color: green;
}

.MARDocumentResponseLabel {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}