﻿#widgetContainer {
    font-family: "Helvetica Neue","Segoe UI",Arial,sans-serif;
}
.btn-success {
    color: #fff;
    text-shadow: none;
    background-color: #cb202d;
    background: #cb202d;
}
.btn.btn-success.submit-link {
    background: #5ba829;
    border: none;
    color: white;
	text-shadow: initial;
}
#Reservation {
    background-color: #cb202d;
}

.input-append .add-on, .input-prepend .add-on {
    background-color: initial;
    background-image: initial;
    color: #333;
    text-shadow: initial;
	border: 1px solid #ccc;
}

.current-li {
    background-color: #fafaf9 !important;
}
.input-area {
    background-color: #fafaf9 !important;
}
.chevron {
    color: #666;
    font-size: 1.3333em;
}

.day-title {
    margin-top: 0px;
    line-height: 14px;
    background-color: #ddd;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.radio-item {
    margin-bottom: 2px;
    margin-left: 5px;
}
.select-container {
    background-color: #fff;
}

.service-text a:link, .service-text a:active, .service-text a:visited {
    color: #cb202d;
}
.powered-by {
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
    border: none;
}
.powered-by-img {
    margin-left: 2px;
}
textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #eee;
    background-image: #eee;
    color: #333;
    text-shadow: none;
    border: 1px solid #eee;
}
.powered-by img {
    margin-left: 3px;
}
.response-panel {
    color: #333;
}


