/* global */
body {
	background:#4a1e02 url(/styles/Ranches/images/bg.gif) repeat;
}

a,
button {
	color:#4C2E19;
}

hr {
	background:#630;
	color:#630;
}


/* page layout */
#pageContainer {
	max-width:982px;
	margin:0 auto; padding-bottom:5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.9);
}

#pageContainer, #chat {
	background:#CCB88B url(/styles/Ranches/images/container-bg.gif) repeat;
}

#pageFooter {
	font-size:12px;
	font-weight: normal;
	text-align:center;
	margin:15px 0;
}

#hoaFooter {
	color:#fff;
	font-size:12px;
	text-align:center;
}

#hoaFooter a {
	color:#fff;
	text-decoration:underline;
}


/* card style */
.card-theme {
	border-color: #4C2E19;
}
.card-theme > .card-header {
	background-color: #4C2E19;	
	color: #fff;
}
.card-theme > .card-header a {
	color: #fff;
}
.card-theme .arrow-left {
	border-color: transparent #4C2E19;
}


.icon-block {
	background: #4C2E19;
}


/* main toolbar */
#toolbar ul {
	background:#4c2e19;
}
#toolbar ul ul ul {
	border-top:0;
}
#toolbar > ul a {
	color:#fff;
}
#toolbar > ul > li:last-child a {
	border-right: 0;
}
#toolbar label {
	color:#fff;
}


/* left toolbar */
#leftToolbar > ul > li {
	border:1px solid #4C2E19;
	border-radius: .25rem;
	background-clip: border-box;
	padding:10px 12px;
}
#leftToolbar > ul > li > a {
	font-size:14px;
	color:#252525;
	font-weight: 600;
}


/* form elements */

/* global form */
.btn-primary {
	background:#4c2e19;
	border: 1px solid #898989;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active {
	color: #4c2e19 !important;
	border-color: #4c2e19 !important;
	background-color: #fff !important;
}
.btn-loading {
	background: #4c2e19 url(/images/loader-white.svg);
}


/* tabular date */
table.tabular {
	border:1px solid #4C2E19;
}
table.tabular th {
	background:#4C2E19;
	color:#eae8d0;
	border:1px solid #4C2E19;
}
table.tabular th a {
	color:#eae8d0;
}
table.tabular th a:hover {
	color:#ffffff;
}
table.tabular td {
	/*background:#F5F5E9;*/
	border:1px solid #4C2E19;
}
table.tabular tr:nth-child(odd) td {
	background:#F5F5E9;
}
table.hover tr:hover td {
	background:#d3bf93;
}

/* grid */
#grid.tabular th {
	color:#630;
}
#grid.tabular td {
	background:#F5F5E9;
	border:1px solid #e4dcb2;
}
#grid.tabular td.on {
	background:#4C2E19;
}
#grid.tabular .onLegend {
	border:1px solid #4C2E19;
	background:#4C2E19;
}
#grid.tabular .offLegend {
	border:1px solid #4C2E19;
	background:#F5F5E9;
}



/*** calendar layout and format classes ***/
#calendar td .eventName {
	background-color: #e4dcb2;
}


/*** facility layout and format classes ***/
#calendar td.reserved {
	background-color:#fcc;
}
#facilityDetails {
	background:#F5F5E9;
	border:1px solid #4C2E19;
}
#facilityDetails #events th {
	border-right:1px solid #4C2E19;
}
#facilityDetails #events td.duration {
	border:1px solid #111111; border-left:4px solid #111111;
	background-color:#F5F5E9;
}


/* pagination */
.page-item.active .page-link {
	background-color:#4C2E19;
	border-color:#4C2E19;
	color:#fff;
}