body {
	background: #FFFFFF;
}

header {
	background-color: #FFFFFF;
	border-bottom: solid 20px #DE2420;
	color: #868789;
}

.axp_box_head > .axp_box_head_title,
.axp_box_head > .axp_box_head_icons
{
	background: #B19F6B;
}

.axp_box_head_title {
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	line-height: 16px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border: none;
}

.axp_box_head_icons {
	padding-right: 5px;
	text-align: right;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: none;
}

.axp_box_head_icons .icon {
	width: 14px;
	height: 12px;
	display: inline-block;
	margin: 4px 4px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.axp_box_buttons {
	vertical-align: middle;
	height: 20px;
	float: right;
}

.axp_box_content {
	width:auto;
	padding: 3px;
	background: #FFFFFF;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #B19F6B;
	border-top: none;
}

.axp_box_head {
	background: none;
}

.container-fluid .grid-stack .grid-stack-item {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	border: 1px solid #B19F6B;
}

#agency_name {
	display: none;
}

#user_name img {
	max-width: 28px;
	max-height: 14px;
}
