.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
	background:#ffeacc;
}
.top-bar.expanded .title-area{
	background: darkorange;
}
.vertical-table th, .side-nav li.heading{
	color:#666;
}
.side-nav li a:not(.button)
{
	color:#444;
}
.side-nav li.heading{
	border-bottom:1px solid darkorange;
}
label{
	font-weight: bold;
}
.select2{
	margin-bottom: 10px !important;
}
table tr th{
	border-bottom: 2px solid darkorange;
}
@media only screen and (min-width: 64.0625em){
	.large-3{
		width:10%;
	}
	.large-9{
		width:90%;
	}
}
.top-bar-section ul li>a{
	color:#444;
}
button{
	background: #ffeacc;
	color: darkorange;
	font-weight:bold;
	border-radius:10px;
	padding:0px;
	border:2px solid darkorange;
	margin:10px;
}
button:hover{
	color:white;
	background: #ffeacc;
}
fieldset legend{
	color:#444;
	border-bottom: 2px solid orangered;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color:orangered;
}
.fbresult{
	clear:both;
	padding:10px;
	background-color: darkorange;
	color: white;
	margin:10px 0;
}
button a{
	color: darkorange;
	display:block;
	padding:12px;
}
.ui-widget-content a{
    color: darkorange;
}
button a:hover, button a:visited{
	background: #ffeacc;
	color:darkorange;
}
.form button:hover, .form button:focus{
	background: #ffeacc;
	color:darkorange;
}
.del_button{
	width:100%;
	overflow:auto;
}
.del_button a {
    background-image: url(/img/icon-delete.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 0px 0 0 25px;
    height: 30px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea, select{
	max-width:600px;
}
.form button[type="submit"]{
	padding:12px;
}
.vertical-table td{
	text-align:left;
}
.vertical-table th{
	background:#eee;
	border-bottom: 1px solid #ddd;
}
.content .related h4{
	color:#be140b;
	border-bottom: 2px solid #be140b;
}
.side-nav li a:hover{
	background:none;
	color:darkorange !important;
}