body {
    background-color: #ccc;
    padding: 30px 0 50px 0;
}

img {
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}

.card {
    margin-bottom: 20px;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.alerts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.alerts .alert {
    padding: 1rem 1.5rem;
}

.alerts .alert-black {
    background-color: #000;
    color: #fff;
    border-radius: 1px;
}

.modal {
    top: 5%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    transform: translate(0,8%);
    border-radius: 0;
    top: 0;
    transition: top .17s linear;
}

.fade.in {
    opacity: 1;
}

.container-fluid {
    padding-top: 50px;
}

.page-header {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    height: 75px;
}

.page-header h1 {
    margin: 0;
    font-size: 30px;
}

.page-header h3 {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
}

.page-header .btn {
    height: 75px;
    line-height: 2.5;
}

.btn-image {
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center 20%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    margin: 15px 0;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    background-size: 65%;
}

.btn-image:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-image .btn-name {
    position: absolute;
    bottom: 6%;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 22px;
    white-space: normal;
}

.fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 1200px) {
    .container {
        width: 1350px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .btn-group-lg>.btn, .btn-lg {
        padding: .5rem 1rem;
        font-size: 1rem;
    }

    .page-header {
        height: 38px;
    }

    .page-header h1,
    .page-header h3 {
        font-size: 20px;
    }

    .page-header .btn{
        height: 100% !important;
        line-height: initial !important;
    }

    .container-fluid {
        padding-top: 15px;
    }

    .btn-image {
        background-size: 50%;
    }

    .btn-image .btn-name {
        font-size: 18px;
    }

    .product-box {
        text-align: center;
    }

    .product-box img {
        width: 40%;
    }

    .product-box h5 {
        font-size: 18px;
    }

    .product-box input {
        padding: 2px;
        font-size: initial;
    }
}

/* Google Autocomplete */
.pac-container {
    z-index: 1200 !important;
}

/* Typeahead */
.uib-typeahead-match a {
}

.uib-typeahead-match.active {
    background-color: #0275d8;
    color: #fff;
}
.dropdown-menu{
    padding: 0;
}