﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,600,700");


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Open Sans", sans-serif;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    overflow: hidden;
    background: #3d3d3d;
    opacity: 0.7 !important;
}
footer .float-left .material-icons {
    margin-top: 5px;
    font-size: 26pt;
}
#spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2000001;
    margin: -1rem 0 0 -1rem;
    /*width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
}
.CurrentDate{
   font-size: 20pt;
   margin-top: 5px;
}

.modal-header .close {
    color: #fff;
    font-size: 22pt;
}

.btn-size {
    border-radius: 1.25rem;
    min-width: 120px;
    font-weight:bold
}
.btn-Next {
    font-weight: bolder;
    font-style: italic;
    text-transform: capitalize;
}
.CreditCard img {
    width: 50px;
    margin: 5px;
    /*min-height: 35px;*/
}
.btn-primary {
    border: none;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px;*/ /* Vertically center the text there */
}
.pickUpText {
    font-size: 10pt;
    text-align:left;
}
.timeAvailibilityText {
    font-size: 10pt;
}
/*.modal-body .text-muted {
    color: #fff!important; 
}*/
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
    padding: 60px 15px 0;
}
form > .container {
    padding: 60px 15px 0;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.navigationBtn {
  font-size:32pt
}
.mainContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ProductPhoto {
    /*min-height: 200px;*/
    min-width: 100%;
    background-image: url('Images/PlaceHolder.png');
    margin-top: 10px;
    margin-bottom: 10px;
}
.shoppingcart {
    color: white;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.totalPrice {
    font-size: 16pt;
    color: white;
    font-weight: bold;
    /*margin-top: 15px;*/
    /*line-height:40px;*/
    text-align:center;
}
.totalLevy {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    /*line-height: 40px;*/
}
/* Default style for screens wider than 600px */
.reqInfoControl {
    width: 60%;
}

/* Style for screens 600px wide or smaller */
@media only screen and (max-width: 600px) {
    .reqInfoControl {
        width: 100%;
    }
}
.cookiePolicyLink {
    color: white;
    text-decoration: underline;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "chevron_left" !important;
    font-family: 'Material Icons';
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "chevron_right" !important;
    font-family: 'Material Icons';
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.ui-datepicker .ui-datepicker-calendar td a {
    font-weight: bold;
}
select {
    border-color: lightgray !important;
}

.ui-datepicker {
    border-color: lightgray !important;
    box-shadow: 0 0 0 !important;
}
.btnArrow {
    padding: 0.375rem 0rem;
}

    @media only screen and (min-width: 768px) {
        /* For desktop: */
        .navigationBtn {
            font-size: 26pt
        }

        footer .float-left .material-icons {
            margin-top: 3px;
            font-size: 22pt;
        }
        .footer {
            height: 45px;
        }

        .totalPrice {
            font-size: 13pt;
        }
        .totalLevy {
            font-size: 8pt;
        }
        .navbar {
            padding: 0.2rem 1rem;
        }
        .ui-datepicker {
      
            width: 500px !important;
        }
    }

.color-inherit {
    color: inherit;
}

.datepicker-highlight {
    background: #e0e0e0;
    color: #FFF;
    border: 2px solid;
}
/*
.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: none;
}*/

.component-container {
    max-width: 600px;
    margin: auto;
}

.ui-state-error {
    border: 1px solid #f1a899 !important;
    background: #fddfdf !important;
    color: #5f3f3f !important;
}

label.error, span.error {
    color: #dc3545 !important;
    font-size: 13px;
}

.btnExpand {
    transform: rotate(90deg);
    transition: transform 0.2s;
    line-height: 0;
    vertical-align: unset;
}

    .btnExpand.collapsed {
        transform: unset;
        transition: transform 0.2s;
    }

.viewDetail {
    max-width: fit-content;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    color: inherit;
}