﻿.modal-footer {
    display:flex !important
}
.castoresonly {
    display:none
}
.btn-tipamount{
    height:53.6px !important;
}
.btn-othertip {
    height:53.6px !important;
}
.othertip {
    display:none
}
.img-rounded {
    max-height: 162px
}
.inlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 10px
}
.bananasplitul {
    color:#b81f21;
    font-size:.8em
}

.images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 15%;
    margin: 1%;
    left: 20px;
    text-align: center
}
.yumlink {
    cursor: pointer
}

.extrapacknamehidden {
    display:none !important
}



.addbalance {
    cursor: pointer;
    display: none !important;
    margin-bottom: 5px;
}

.fa-question-circle {
    display: none !important
}

.egiftcardlink {
    margin-top: 10px;
    display:block
}

.egiftcardlinkpayment {
    margin-top: 10px;
    /*unhide when live*/
    display: none !important
}

.glyphicon-camera {
    font-size: 19px !important;
    padding-left: 8px;
}

.flavorpic {
    color: blue;
    text-decoration: underline;
    cursor: pointer
}

.flavordescription {
    background-color: white !important
}

.img-map {
    padding-right: 10px;
}

/*.orphancakes {
            background-color:#CC0000 !important;
            color: white !important
        }*/
.holds-the-iframe {
    background: url(images/loader.gif) center center no-repeat;
    overflow: scroll !important
}

#evoiframe {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }



/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.myflavorlist {
    cursor: pointer;
}

td > input.extralist {
    margin-left: 0px !important
}

.borderless td, .borderless th {
    border: none !important;
}

.ten {
    width: 10% !important
}

.ninety {
    width: 90% !important;
}

    .ninety label {
        padding-left: 0px !important
    }

.style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

.img-storeurl {
    cursor: pointer !important
}
#cakecontainer .list-group-item:nth-child(odd) {
    background: #f0f0f0
}

.giftcardform {
    display: none
}

.listactive {
    background-color: #CC0000 !important;
    color: white !important;
}

.btn-open-flavors {
    position: absolute;
    left: 15px;
    top: 0px;
}

.img-container img {
    width: 200px;
}

.modal-dialog {
    /*this centers the dialog*/
    position: static !important
}

.modal-header {
    background-color: #990000;
    color: white;
}

.modal, .sweet-overlay {
    overflow-y: auto !important;
}
/*.sweet-alert{
           position:absolute !important;
           top: 10px !important;
           margin-top: 0 !important
       }*/
body {
    font-family: Arial !important
}

.listactive {
    background-color: #CC0000 !important;
    color: white !important;
}
/*.btn {
          margin-right: 20px !important;
      }*/
.btn-flavors {
    color: white !important;
    background-color: #D62929 !important;
    float: right;
    margin-right: 0px !important;
}

.btn-add-cart, .btn-add-cart-final, .btn-continue {
    color: white !important;
    background-color: #D62929 !important;
    float: right;
    margin-right: 0px !important;
    margin-bottom: 5px !important
}

.storeaddress {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 5px;
    background-color: #f0f0f0;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    border-color: #DCDCDC;
}

.storeaddressspan {
    padding-left: 5px;
}

.productname {
    display: none
}

.cart-container-parent {
    border: thin;
    border-style: solid;
    border-color: #DCDCDC;
    border-radius: 10px;
    margin-top: 5px;
}

.itemprice {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 1.2em;
    font-weight: bold;
}

.spanitemprice {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.productdiv {
    display: none;
    margin-top: 5px;
    height:240px;
    overflow:hidden
}

.cartlist {
    font-size: .7em;
}

.img-extra {
    width: 70px;
}

.img-readymade {
    max-width: 50px !important;
    float: right !important
}

.img-headerimage {
    max-width:150px !important
}

.img-storelocation {
    display: block !important
}
/*.sweet-alert {
    top: 50%;
    transform: translateY(-50%);
}*/

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
    /* ... */
    #ddlChooseFlavor {
        width: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .img-map {
        max-height: 163px;
    }
    .sweet-alert{
        margin-top:-285px !important
    }

    .img-headerimage {
        width:100px;
    }

}

@media screen and (min-width: 768px) {
    /*50% form the div*/
    #step1 {
        width: 50% !important
    }
}
.modal-addbalance-footer {
    border-top: 0px solid #e5e5e5 !important
}