<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lato);


#datepicker-morrison {
    font-family: 'Lato';
    font-size: 11pt;
    width: 240px;
    height: 45px;
    margin-left: 32px;
    margin-top: 16px;
    padding-left: 5px;
}

.menu-nutItem-remove-btn-morrison {
    background-image: url('../Content/Img/remove-nutrition-btn-morrison.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-family: Lato;
    font-size: 11pt;
    cursor: pointer;
}


.medium-btn-morrison {
    display: inline-block;
    float: right;
    color: white;
    background-color: #8DC63F;
    padding: 10px 8px 4px 8px;
    margin: 12px 0px 0 0;
    cursor: pointer;
    min-width: 92px;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    height: 46px;
}



    .medium-btn-morrison a {
        color: white;
        text-decoration: none;
    }

        .medium-btn-morrison a:visited {
            color: white;
            text-decoration: none;
        }

.printable-menu-button-morrison {
    font-family: 'Lato';
    font-size: 16px;
    width: 323px !important;
    height: 60px;
    color: #FFFFFF;
    background-color: #8DC63F;
    border: 0px;
    margin-top: 8px;
    display: inline-block;
}

.keywordSearch-button-morrison {
    border: 0px;
    background-image: url('../Content/Img/search-morrison.png');
    width: 46px;
    height: 45px;
}

.keywordSearch-clearbutton-morrison {
    border: 0px;
    background-color: #8DC63F;
    color: white;
    font-family: Lato;
    font-size: 11pt;
    width: 46px;
    height: 45px;
    margin-left: 2px;
}

.cart-clear-button-morrison {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #C0C0C0;
    height: 45px;
    width: 290px;
    cursor: pointer;
    margin-left: 12px;
    background-color: #8DC63F;
    font-family: Lato;
    font-size: 16px;
    color: #ffffff;
}

.ul-btn {
    display: inline-block;
    float: left;
}

    .ul-btn button {
        background-image: url('../Content/Img/dropdown-btn.jpg');
        width: 46px;
        height: 45px;
        border: 0px;
    }

.menu-item-add-btn-selected-morrison {
    width: 25px;
    height: 26px;
    /*float: right;*/
    margin: 4px 12px;
    cursor: pointer;
    background-image: url('../Content/Img/remove-btn-morrison.png');
    background-size: 25px 26px;
    background-repeat: no-repeat;
}

.menu-item-add-btn-morrison {
    width: 22px;
    height: 22px;
    margin: 4px 12px;
    cursor: pointer;
    background-image: url('../Content/Img/add-btn-morrison.png');
    background-size: 22px 22px;
    background-repeat: no-repeat;
}

.menu-item-title-morrison {
    font-family: 'Lato';
    font-size: 12pt;
    color: #8DC63F;
    font-weight: bold;
    display: block;
}

.station-active-morrison {
    background-color: #8DC63F;
    color: white;
    cursor: pointer;
}

.station-inactive-morrison {
    background-color: white;
    color: black;
    cursor: pointer;
}

.filter-dialog-button-morrison {
    width: 34px;
    height: 36px;
    background-image: url('../Content/Img/add-filter-btn-morrison.png');
}

.filter-dialog-button-selected-morrison {
    width: 34px;
    height: 36px;
    border-radius: 16px;
    background-image: url('../Content/Img/check-btn-morrison.jpg');
    background-size: 34px 36px;
}


/*Media queries*/



/* testing select with custom dropdown image*/
.select-wrapper-morrison {
    float: left;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: url("../Content/Img/dropdown-btn-morrison.jpg") no-repeat right center;
    background-size: 46px 45px;
    cursor: pointer;
    margin-top: 16px;
    margin-left: 45px;
}

    .select-wrapper-morrison, .select-wrapper-morrison select {
        width: 300px;
        height: 46px;
        line-height: 46px;
    }

        .select-wrapper-morrison select:focus {
            border: 5px solid red;
        }

        .select-wrapper-morrison:hover {
            background: url("../Content/Img/dropdown-btn-morrison.jpg") no-repeat right center;
            border-color: #239fdb;
        }

        .select-wrapper-morrison .holder {
            display: block;
            margin: 0 35px 0 5px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            position: absolute;
            left: 15px;
            z-index: 3;
            font-family: Lato;
            font-size: 11pt;
            color: #6a6b6c;
            margin-left: 45px;
            height: 45px;
            padding-left: 3px;
        }

        .select-wrapper-morrison select {
            margin: 0;
            position: absolute;
            z-index: 2;
            cursor: pointer;
            outline: none;
            opacity: 0;
        }
</pre></body></html>