/* Minification failed. Returning unminified contents.
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(565,35): run-time error CSS1046: Expect comma, found '0'
(565,39): run-time error CSS1046: Expect comma, found '/'
 */
/*START - Overridden in customer groups*/
.ec2-header {
    /*background-color:#c0ebb1 !important;*/
    /*background-image:url('../Content/images/desktopHeaderBK.png') !important;*/
    /*background-image: url('../Content/images/ec2logo_side.png') !important;*/
    z-index: 10;
    padding: 7px 0px;
}
/*END - Overridden in customer groups*/

:root {
    --status-notsubmitted: rgba(250, 235, 215, .6);
    --status-submitted: rgba(176, 224, 230, .6);
    --status-deleted: rgba(225, 0, 0, .6);
    --status-confirmed: rgba(255, 255, 0, .6);
    --status-shipped: rgba(50, 205, 50, .6);
    --status-cancelled: rgba(255, 165, 0, .6);
    --status-requested: rgba(255, 69, 0, .6);
    --status-other: rgba(128, 128, 128, .6);
}

html, body {
    font-family: 'DM Sans', sans-serif !important;
}



.errorMsgClass {
    color: red;
    font-size: large;
    font-weight: 600;
}

.slip-reordering {
    box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.slip-swiping-container {
    overflow-x: hidden;
}

tbody.slippies > tr {
    -ms-user-select: none !important;
    -moz-user-select: none  !important;
    -webkit-user-select: none  !important;
    user-select:none !important;
    cursor: default;
}

.header-logo {
    top:0.2em;
    margin-top:0em;
    left:7em;
    height:3.5em;
}

.header-bar {
    height:50px;
    background: #3c4680;
}

.header-bar a.menu-button {
    background-color: #599a43 !important;
    height: 16px;
    margin-top: 5px !important;
}

.header-bar a.menu-button i {
    font-size: 1em;
    text-shadow: none;
}

.header-bar a.menu-button:hover, .header-bar a.menu-button:focus {
    background-color: #66b14d !important;
}

.language-list, .ui-btn-smaller {
    max-width: 30em;
    margin-left: auto !important;
    margin-right: auto !important;
}

.pharmacies-list a {
    white-space: nowrap;
}
.pharmacies-list ul li, .pharmacies-list ul li a {
    white-space: normal !important;
}

.pharmacies-list .bulletin-unimportant,
.pharmacies-list .bulletin-unimportant a {
    font-weight: normal;
    color: gray !important;
}

.pharmacies-list .bulletin-default,
.pharmacies-list .bulletin-default a {
    font-weight: normal;
}

.pharmacies-list .bulletin-important,
.pharmacies-list .bulletin-important a {
    font-weight: normal;
    color: red !important;
}

.pharmacies-list .bulletin-very-important, 
.pharmacies-list .bulletin-very-important a {
    color: red !important;
}

/*
    Pagination show/hide extra buttons
*/

div.paginator {
    text-align: center;
}

a.pagination-big {
    display: none;
}

@media (min-width: 400px) {
    a.pagination-big {
        display: inline;
    }
    a.pagination-medium {
        display: none;
    }
}

@media (min-width: 550px) {
    a.pagination-medium {
        display: inline;
    }
}

@media (max-width: 625px) {
    .drag-handle {
        display: none;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: smaller;
    z-index: 1;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 700;
}

.pgfooter {
    background-color: #599a43;
}

label.textonly
{
    margin-top:0;
}

label
{
    font-weight:600 !important;
}

.error {
    color:red !important;
    display:block;
}

.error-list {
    list-style-type:square !important;
    color:red !important;
    display:block;
}

.warning {
    color: #7171FF !important;  
    display: block;
}

/* Colors copied from http://ec2software.com 
    #3c4680  - Dark Purplish-Blue (like nav links)
    #9CCC5F - Light Green (like body background)
    #599a43 - Dark Green (just below header)
    #c0ebb1 - Light Green Text (on Home Page rotator)
    #87c274 - Light Green Box
    #dddfea - Super light purple
*/
/* Prgress Bar*/
.detailListText {
    margin: 0 0 0 20px;
}
.checkBoxLeft {
    position: absolute;
    left: 10px;
    top: 28%;
    width: 18px;
    height: 18px;
    background: #d9d9d9;
    border-radius: 3px;
}
.hidden-checkbox {
    display: none;
}
/*.not-checked {
    background-position: 18px 0;
    background-color: #d9d9d9;
}
.checked {
    background-position: 0 0;
    background-color: #6496bc;
}*/
.meter {
    height: 40px;
    position: relative;
    margin: 8px 0 8px 0;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 10px;
    padding: 6px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
    background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.animate > span:after {
    display: none;
}
/*end of progress bar*/

.login-block {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.activation-forms {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.login-background {
    background-image: url("../Content/images/waves1400.jpg");
    background-size: 100vw auto;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
}

@media (min-width: 1200px) {
    .login-background {
        background-image: url("../Content/images/waves2800.jpg");
    }
}

.login-logo {
    height: clamp(40px,min(13vw,6vh),65px);
}

.navbar-logo {
    height: clamp(35px,min(13vw,6vh),45px);
}
/*
    Hide the spinners on Number Inputs
*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield;
}

*:not(input) {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.drag-handle {
    cursor: ns-resize;
}

.delete-button {
    background-color: rgba(255,0,0,0.75);
}

.delete-button:hover {
    background-color: rgba(255,0,0,.2);
}

.contract-expired {
    font-weight:normal;
    color: red;
}

input[readonly] {
    background-color: #f5f5f5;
}

.waiting {
    background-color: #fff;
}

.accepted {
    background-color: #ff9;
    text-shadow: 0 1px 0 #ee8;
}

.credited {
    background-color: #f99;
    text-shadow: 0 1px 0 #e88;
}

.color-key {
    text-align: center;
    margin: 0 .5em 0 .5em;
    padding: .5em;
}

.color-key.color-key>* {
    background: transparent;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.color-key div {
    margin-top: -5px;
}

.color-key label {
    font-weight: bold;
}

.color-key-box {
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-left: 1em;
      margin-top: -4px;
      margin-right: 4px;
      box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.expirationWarning {
    background-color: red;
    color: black;
    text-shadow:none;    
    font-weight: bold;
}

.errorExclamation {    
    color: red;
    text-shadow:none;    
    font-weight: bold;
}

.ui-progressbar.beginning .ui-progressbar-value { background: #fb8686; }
.ui-progressbar.middle .ui-progressbar-value { background: #fbe467; }
.ui-progressbar.end .ui-progressbar-value { background: #89f897; }

.progress-label {
    float: left;
    margin-left: 0.2em;
    margin-top: 0em;
    text-shadow:none;
    font-size:small;
}


/*.DesktopBatchOrderTable {
    border-collapse: collapse;
    width: 100%;
}

    .DesktopBatchOrderTable td, .DesktopBatchOrderTable th {
        border: 1px solid #ddd;
        text-align: left;
        padding: 8px;
        vertical-align: top;
    }

    .DesktopBatchOrderTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .DesktopBatchOrderTable tr:hover {
        background-color: #ddd;
    }

    .DesktopBatchOrderTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #555;
        color: white;
        font-weight: normal !important;
        text-shadow: none !important;
    }*/


.CancelBackColor {
    background-color: #C82333 !important;
}
.CancelForColor {
    color: #E3846B !important;
}

.WaterMarkContainer {
    align-items: center;
    display: flex;
    justify-content: center;
    /* Absolute position */
    left: 0px;
    position: absolute;
    top: 0px;
    /* Take full size */
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.WaterMark {
    /* Text styles */
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    /* Rotate the text */
    transform: rotate(-45deg);
    /* Disable the selection */
    user-select: none;
    opacity:0.2 ;
    z-index: 1;
    
}

/*
No longer needed, replaced with footer substyle
a.about {
    color: white !important;
    text-decoration: none !important;
    font-weight: 100 !important;
}

a.about:hover {
    font-weight: 700 !important;
}
*/

.title-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
}

.wiz-btn {
    width: 12em;
    text-overflow: ellipsis;
}

/*.radio-div > fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .radio-div > fieldset div {
        margin-right: 1em;
        flex-shrink:0;
    }

    .radio-div > fieldset div * {
        margin-right: 0.25em;
    }*/

.dg-handle {
    cursor: ns-resize !important;
}

.date-icon {
    float: right;
    margin-right: 0.75em;
    margin-top: -1.68em;
    position: relative;
}

@media (min-width: 992px) {
    .ec2-nav {
        background: radial-gradient(circle at left,#fff 140px,transparent 150px);
    }
    .sign-out-icon {
        font-size: 20px;
    }
}

.ec2-nav {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
}

.ec2-user-info span {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.number-picker {
    -moz-appearance: textfield !important;
}

.required::after {
    content: "*";
    padding-left: .1em;
    color: red;
}

.bounce {
    animation: bounceAnimation 2s ease 0s infinite;
}

@keyframes bounceAnimation {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(-10px);
    }
}

.patientIDSyntaxHelperDiv {
    position: absolute;
    z-index: 5;
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
    border-radius: 3px;
    margin-top: 5px;
    padding: 4px;
}

.filter-status {
    border: 1px solid black;
    border-radius: 5px;
}

.filter-status *, button {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.filter-status:hover {
    cursor: pointer;
    opacity: 0.9;
}

.filter-status-clicked {
    opacity: 1;
}

.filter-status-unclicked {
    border: 1px dashed black;
    opacity: .5;
}

.navbar-link-active {
    background-color: #3a3663;
}

th {
    font-weight: normal !important;
}

/* Fade other content while navbar open */
nav.nav-desktop:not(nav.close) ~ * {
    opacity: 50%;
}

@media (max-width: 767.98px) {
    .responsive-group {
        flex-direction: column;
        width: 100% !important;
        max-width: none !important;
    }

    .responsive-group > label,
    .responsive-group > input {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .responsive-group-md {
        width: 35% !important;
    }
}

@media (min-width: 1200px) {
    .responsive-group-large {
        width: 25% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #intervalTimesTable .container {
        max-width: 100%;
    }

    #intervalTimesTable .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    #intervalTimesTable .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.time-slot-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    position: relative;
}

.dropdown-product-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 0;
}


.scrollable-row {
    max-height: 400px;
    overflow-y: auto;
}

.landingPage-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

.landingPage-divider::before,
.landingPage-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.landingPage-divider::before {
    margin-right: 1rem;
}

.landingPage-divider::after {
    margin-left: 1rem;
}

.landingPage-product-card {
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    min-width: 350px !important;
    max-width: 350px !important;
    border-radius: 8px !important;
    overflow: hidden;
    text-align: center;
}

.landingPage-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.landingPage-product-info {
    padding: 8px;
    text-align: center;
    background-color: white;
    font-size: 1rem;
}

.landingPage-product-name {
    font-weight: 600;
    color: black;
}

.landingPage-brand-info {
    background-color: #3c4680;
    color: white;
    padding: 6px 8px;
    font-size: 0.9rem;
    text-align: center;
}

#productsContainer {
    max-width: 450px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .landingPage-product-card {
        min-width: 280px !important;
    }
}
