﻿td.Available {
    background-color: #007acc !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12pt;
    border-radius: 5px !important;
}

    td.Available:hover {
        background-color: #3b91cb !important;
        background-image: none !important;
        color: White !important;
        font-weight: bold !important;
        font-size: 12pt;
        border-radius: 5px !important;
    }

td.notAvailable {
    background-color: #d9d9d9 !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12pt;
    border-radius: 5px !important;
}

td.notSelectable {
    background-image: none !important;
    color: #d9d9d9 !important;
    font-weight: bold !important;
    font-size: 12pt;
    border-radius: 5px !important;
    opacity: 0.7;
}


table {
    border-spacing: 5px;
    border-collapse: separate;
}

.datepicker-inline, .table-condensed {
    width: 100%;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 14%;
    height: 40px;
    border-radius: 4px;
    border: none;
}

.datepicker-switch {
    height: 30px !important;
    font-size: 1.1em !important;
    padding: 2px !important;
}

.next, .prev {
    height: 30px !important;
    font-size: 1.1em !important;
    padding: 2px !important;
}

    .next i, .prev i {
        font-size: 1.4em !important;
    }

.dow {
    height: 30px !important;
    font-size: 1.1em !important;
    padding: 2px !important;
}

.product-page-cart .btn {
    padding: 7px 13px;
    font-size: 13px;
    height: 38px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
    height: 38px;
    font-size: 16px;
}

.media-heading {
    color: #428bca;
}

.ecommerce .site-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
}

.padding-0 {
    padding: 0px !important;
}

table {
    font-size: 1.1em !important;
}

th {
    font-size: 1.1em !important;
}

.checkout .errorchk {
    color: red;
}

    .checkout .errorchk::after {
        content: "This field is required.";
    }

.checkout .errorlbl::after {
    content: "This field is required.";
    color: red;
}

.checkout .emlerrorlbl::after {
    content: "Please enter a valid email address.";
    color: red;
}


.checkout .error, .checkout .emlerror {
    border: 1px solid;
    border-color: red !important;
    animation: blinker 2s linear infinite;
}

.billing .error {
    color: red !important;
}

    .site-logo img {
            margin-top: 20px;
    }

@keyframes blinker {
    50% {
        opacity: 0.2;
        border: 2px solid;
    }
}

.checkout span.required {
    color: red !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: Calibri;
}

.header .top-cart-block {
    float: right;
    margin-top: 0px;
    position: relative;
    font: 400 13px 'Open Sans', Arial, sans-serif;
}

@media (min-width: 1025px) {
    .social-icons {
        width: 350px;
    }
}

@media (max-width: 480px) {
    .site-logo img {
        max-width: 200px;
            margin-top: 20px;
    }

    
}


@media (min-width: 480px) {
    .hidden-sm{
        display:none!important;
    }

    
}





.at-share-btn-elements{
    float:right !important;
    text-align:right !important;
}

.top-cart-info
{
    display:inline-block !important;
}

.clear-fix{
    clear:both;
}

@media (max-width: 480px) {
    .top-cart-block {
        clear: both;
        float: left;
        padding-top: 0;
        margin: 0 0 0px;
        width: 100%;
    }
}

.msocial-icons
{
    z-index:100;
}




.text-align-center{
    text-align:center;
}

.top-cart-block-kiosk{
    margin-top:0px;
}

.top-cart-block-kiosk  .fa-shopping-cart {
     right:16px;
}

.ttdate{
    font-size:0.6em;
    text-transform:uppercase;
    pointer-events:none ;

}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
   padding:1px;
}

h1 .fa{
    font-size:23px;
}