﻿.StartPanel {
    height: 100px;
}

.BookingCalendar {
    width: 100%;
}

.BookingCalendar, th, td {
    text-align: center !important;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.BookingCalendarPrevious {
    text-align: left;
    text-transform: uppercase;
}

.BookingCalendarMonthName {
    text-align: center;
    text-transform: uppercase;
}

.BookingCalendarNext {
    text-align: right;
    text-transform: uppercase;
}

.BookingCalendarBooked {
    background-color: lightgray;
}

    .BookingCalendarBooked a {
        color: black;
    }

        .BookingCalendarBooked a:hover {
            color: black;
            text-decoration: none;
        }

.HutImage {
    display: block;
    height: 250px;
    margin: 0 auto;
}



.form-control {
    margin-bottom: 5px;
    text-transform: none;
}

.jumbotron-content {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    margin-bottom: 50px;
}

.jumbotron h1 {
    color: #000;
    font-size: 1.7em !important;
}

.jumbotron-content p {
    color: #808080;
    font-weight: 400;
}

.navbar {
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(54, 25, 25, .5);
}

    .navbar > .container .navbar-brand {
        width: 500px;
    }

.navbar-brand {
    color: #fff;
    height: auto;
}

    .navbar-brand > img {
        display: inline-block;
        margin-right: 20px;
    }

.section-content {
    padding-top: 0 !important;
}

.section-entry {
    padding-top: 20px;
}

.feature img {
    height: 40px;
}

.section-entry {
    padding: 10px 40px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

    .section-entry h3 {
        margin-top: 0;
    }

    .section-entry .location {
        color: #008ed6;
        margin-bottom: 20px;
        display: block;
    }

.form-contacts {
    padding: 20px 72px 40px;
}

    .form-contacts h2 {
        color: #ffffff;
        padding-bottom: 20px;
    }

@media (max-width:585px) {
    .navbar-brand {
        text-align: center;
    }

        .navbar-brand > img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 10px;
        }

    .section-content {
        padding-bottom: 20px !important;
    }
}

@-webkit-keyframes calendar {
    0% {
        background-color: Yellow;
        opacity: 1;
    }

    22% {
        background-color: Yellow;
    }

    77% {
        background-color: Yellow;
    }

    100% {
        background-color: #FFFFFF;
    }
}

.flashdiv {
    -webkit-animation-name: calendar;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: calendar;
    -moz-animation-duration: 500ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
}

.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioButtonList.horizontal li {
        display: inline;
    }

    .radioButtonList label {
        display: inline;
    }

.SelectCursor {
    cursor: pointer;
}

*, *:before, *:after {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.lighter-text {
    color: #abb0be;
}

.main-color-text {
    color: #6394f8;
}

/*nav {
    padding: 20px 0 40px 0;
    background: #f8f8f8;
    font-size: 16px;
}

    nav .navbar-left {
        float: left;
    }

    nav .navbar-right {
        float: right;
    }

    nav ul li {
        display: inline;
        padding-left: 20px;
    }

        nav ul li a {
            color: #777;
            text-decoration: none;
        }

            nav ul li a:hover {
                color: black;
            }*/

.shoppingcontainer {
    margin: auto;
    width: 95%;
}

.badge {
    background-color: #6394f8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
    /*margin: 20px 0;*/
    float: right;
    background: white;
    max-width: 380px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    z-index: 999;
    border-bottom: 1px solid #ffcc33;
}

    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
    }

        .shopping-cart .shopping-cart-header .shopping-cart-total {
            float: right;
        }

    .shopping-cart .shopping-cart-items {
        padding-top: 20px;
    }

        .shopping-cart .shopping-cart-items li {
            margin-bottom: 18px;
            list-style-type:none;
        }

        .shopping-cart .shopping-cart-items img {
            float: left;
            margin-right: 12px;
            width: 70px;
            height: 70px;
        }

        .shopping-cart .shopping-cart-items .item-name {
            display: block;
            padding-top: 10px;
            font-size: 16px;
        }

        .shopping-cart .shopping-cart-items .item-price {
            color: #6394f8;
            margin-right: 8px;
        }

        .shopping-cart .shopping-cart-items .item-quantity {
            color: #abb0be;
        }

    .shopping-cart:after {
        bottom: 100%;
        left: 89%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #6394f8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

    .button:hover {
        background: #729ef9;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


#message {
    position: fixed;
    top: 0;
    text-align: center;
    padding: 10px;
    background-color: red;
    color: white;
}

.alert {
    margin:10px;
}

.payment-header {
    border: 1px solid black;
    background-color: yellow;
    margin:10px;
}

div#pnlContact {
    display: none;
}