﻿/* Login Screen */
.client-logo { width: 100%; height: 200px; margin-bottom: 20px; background: url(../img/client-logo.jpg) no-repeat center center; }
.header-client-logo {

    object-fit: contain;
    background: url(../img/client-logo.jpg) no-repeat center center;
}


/* Shop Group and Calendar buttons (Active state) */
/*.list .button.active { border-color: #002744; background-color: #387ef5; color: #fff; }*/

/* Main Headers/Subheaders */
/*.master-header-bar, .bar-header, .bar-subheader { border-color: #01528c!important; background-color: #01528c!important; background-image: none!important; color: #fff; }*/
/*.bar-subheader { color: #E0E0E0!important; }*/

/* Main Headers button (Normal and Active states) */
/*.bar-header .button { border-color: transparent; background: #00365D; color: #fff; }*/
/*.bar-header .button.activated, .bar-positive .button.active { border-color: transparent!important; background: #002744; color: #fff; }*/

/* Side Menu Headers (Shopping cart and Main Menu) */
/*.side-menu-bar { background: rgb(249,169,60)!important; background: linear-gradient(to bottom, rgba(249,169,60,1) 1%,rgba(254,124,2,1) 100%)!important; }*/

/* Side Menu Close Button */
/*.side-menu-close .ion-icon { background: #0c63ee; }*/

/* Accordion Header (Level 1) */
/*.accordion-header { background-color: #7693AB!important; color: #fff!important }*/

/* Accordion Subheader (Level 2) eg: Checkout dates under children names */
/*.accordion-subheader { background-color: #87a0b5!important; color: #fff!important }*/

/* Button Positive (Normal and Active states) - Default: Blue */
/*.button.button-positive { border-color: transparent!important; background: #176aa3!important; color: #fff; }*/
/*.button.button-positive.activated, .button.button-positive.active { border-color: transparent!important; background: #145a89!important; color: #fff; }*/

/* Button Balanced (Normal and Active states) - Default: Green */
/*.button.button-balanced { border-color: #28a54c!important; background: #33cd5f!important; color: #fff; }*/
/*.button.button-balanced.activated, .button.button-balanced.active { border-color: transparent!important; background: #28a54c!important; color: #fff; }*/

/* Button Assertive (Normal and Active states) - Default: Red */
/*.button.button-assertive { border-color: #e42012; background-color: #ef473a; color: #fff; }
.button.button-assertive.activated, .button.button-assertive.active { border-color: #e42012!important; background: #e42012!important; color: #fff!important; }*/
