body {
	font-size: 14px;
    background-color: #FFF;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1000px;
}


#header {
    text-align: center;
}

.logo {
    width: 160px;
}

#header hr {
  border: 1px solid #2F4149;
}

#main-menu a {
    color: #2F4149;
    font-size: 110%;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-pills>li>a {
    padding: 8px 15px;
}

.nav-pills .nav-link.active {
    background-color: inherit;
    Xbackground-color: #EEB99B;
}

#content {
    padding: 20px 0px;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 80%;
}

#footer a {
  color: inherit;
}

h3, .panel-heading {
    background-color:  rgba(240, 187, 156, 0.5);
    padding: 5px 10px;
    clear: both;
}

h1, h2, h3, h4 {
  font-family: "Times New Roman", Times, serif;
  color: #2F4149;
}


hr {
  border-top-color: rgba(240, 187, 156, 0.5);
}

.wide {
	width: 100%;
}

.third {
	width: 34%;
}

.half {
    width: 50%;
}

.full {
	max-width: 100%;
}

.strong {
	font-weight: bold;
}

.short {
	padding-top: 2px;
	padding-bottom: 2px;
}

.center {
    text-align: center;
}

.poster {
    clear: both;
    position: relative;
}

.poster h3 {
    margin: 0;
}

table.compact > tbody > tr > td, table.compact > tbody > tr > th {
	padding: 0px 10px;
	border: none;
}

table.compact > tbody > tr.note-header > td {
	border-top: 1px solid #cbcbcb;
}

table.compact > tbody > tr.note-body > td {
	padding-left: 20px;
}

.amount {
	text-align: right;
}

table.calendar > thead > tr > th {
	text-align: center;
	border: none;
    background-color: #fff;
}

#previous {
    text-align: left;
}

#month {
    font-size: 150%;
}

#next {
    text-align: right;
}


.calendar tbody tr td {
    border: 1px solid #ccc;
    background-color: #FFF;
}

.calendar tbody tr th {
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle;
}

.calendar tbody tr.Sat td,
.calendar tbody tr.Sun td,
.calendar tbody tr.Sat th,
.calendar tbody tr.Sun th {
    background-color:#eee;
}

.Sun th {
    color: #f00;
}

.calendar tbody tr.today th {
    background-color:#dfd;
    font-weight: bold;
}

.calendar tbody tr td.cal-public {
    background-color: #D6EAFD;
}

.calendar tbody tr td.cal-regular {
    background-color: #D6EAFD;
}

.calendar tbody tr td.cal-event {
    background-color: #FDFDD6;
}

.calendar tbody tr td.cal-private {
    background-color: #ddd;
}


table.booking-form > tbody > tr > th {
	text-align: left;
	vertical-align: top;
}

table.booking-form > tbody > tr > td > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clash{
    background-color: #FFA072;
}

.status-heading{
    background-color: #FFE89E;
}

.errorlist {
	color: #f00;
}

.fieldWrapper {
	padding: 10px 0px;
}

.btn {
    background-color: #E6E6E6;
}

.btn-primary {
    background-color: #337ab7;
}

.button-hall, .button-client {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-hall {
    background: #1CB841; /* this is a green */
}
.button-client {
    background: #DF7514; /* this is an orange */
}

input[type="text"] {
    width: 20em;
}

input[type="text"].date {
    width: 8em;
}

input[type="text"].time {
    width: 6em;
}

textarea {
    width: 529px;
}

.photo {
    padding: 1px;
    border: 1px solid #cbcbcb;
}

.rhs-photo {
    float: right;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.inline {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

#map {
    padding-bottom: 20px;
}

/* Overidden styling for jQuery Datepicker v5.0.0. */
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #808080;
	color: #fff;
}
.datepick-month td .datepick-highlight {
	background-color: #bbb;
	color: #fff;
}
.datepick-month td .datepick-selected {
	background-color: #ff3;
	color: #000;
}

table.option-list {
    width: auto;
}

table.option-list > tbody > tr > td {
    border: none;
    padding: 0px 10px;
}

table.option-list > tbody > tr > td > label {
    font-weight: normal;
}

.admin {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    color: #999;
    z-index: 1000;
}

a.admin, .admin a {
    color: #999;
}

.relative {
    clear: both;
    position: relative;
}

.graph th {
    text-align: center;
}

.bar{
    vertical-align: bottom;
}

.bar img{
    width: 4px;
    margin-top: 5px;
    margin-right: 1px;
    vertical-align: bottom;
}

pre {
  white-space: pre-wrap;
  word-break: normal;
}
