/* Body layout */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FBFBFB;
	font-size: 11px;
	color: #424242;
}

/* top menu */
#axp_top_menu_container #axp_top_menu_left_logo {
	width: 200px;
	height: 40px;
	background: #5DB700;
	background-image: url('/templates/medflex/images/logo.png');
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#axp_top_menu_container > tbody > tr {
	background-image: none;
	background: #5DB700;
	filter: none;
}

.subNavLine {
	background-color: #676767;
}

.axp_top_menu_button_shade_down {
	background: #676767 !important;
	filter: none;
}

.axp_top_menu_button_shade {
	height: 10px;
	background-color: #414141;
	background-image: none !important;
	background: #414141 !important;
	filter: none !important;
	border-bottom: solid 1px #414141;
}

#axp_minibutton_container {
	float: left;
	background-image: none !important;
	background-repeat: repeat-x;
	background-color: #676767;
}

.axp_top_menu_button_down {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-image: none !important;
	text-shadow: none;
	background: #676767 !important;
	text-transform: uppercase;
	text-align: center;
	padding-top: 8px;
	text-shadow: 0px -1px 0px #000;
	color: #fcfcfc;
	font-size: 14px;
}

#axp_top_menu_container #axp_top_menu_right_logo {
	background-image: none;
	width: 190px;
	height: 48px;
}

.axp_top_menu_button {
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-image: none !important;
	background: #414141 !important;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 8px;
	padding-right: 4px;
	text-shadow: none;
	color: #fcfcfc;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

.axp_top_menu_button:hover, .axp_top_menu_button_down {
	color: #fcfcfc;
	text-shadow: none;
}

.axp_top_menu_buttons {
	position: relative;
	top: 11px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.axp_top_menu_buttons TD {
	padding-right: 4px;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 4px;
}

.axp_top_menu_buttons TR:first-child TD {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}


/* status menu button when pressed. */
.axp_status_menu_button {
	height: 20px;
	color: #fcfcfc;
	text-decoration: none;
	background: #414141;
	background-color: #414141;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0;
	border: none;
	cursor: pointer;
	text-shadow: none;
	color: #fcfcfc;
	font-size: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-decoration: none;
	text-align: center;
}

.axp_status_menu_button_down {
	height: 20px;
	text-decoration: none;
	background-color: #676767 !important;
	background-image: none;
	border: none;
	cursor: pointer;
	text-shadow: none;
	color: #fcfcfc;
	font-size: 14px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
}

.axp_status_menu_button_down, .axp_status_menu_button:hover {
	text-shadow: none;
	color: #fcfcfc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* Header for AXP boxes */
.axp_box_head {
	width: auto;
	background-image: none;
	font-weight: bold;
	background: #676767;
	filter: none;
}

.axp_box_head.redbg {
	background: #820000;
	filter: none;
}

.axp_box_head.greenbg {
	background: #008200;
	filter: none;
}

.axp_box_head.yellowbg {
	background: #b7b700;
	filter: none;
}

.axp_box_head_title {
	position: relative;
	padding-left: 20px;
}

.axp_box_head_title::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 6px;
	top: 8px;
	border-radius: 50%;
	background: #02B700;
}


/* content and border for axp boxes */
.axp_box_content {
	width:auto;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #676767;
	border-color: #676767;
}

/* inputs */

input[type=button],
input[type=submit],
input[type=reset],
input[type=button].button,
input[type=submit].button,
input[type=reset].button,
button
{
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	background: linear-gradient(to bottom, #5DB700 0%, #02B700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	background-color: #5DB700;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #02B700;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button].button:hover,
input[type=submit].button:hover,
input[type=reset].button:hover,
button:hover
{
	background: #02B700;
	border-color: #269225;
	filter: none;
}

input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button].button:disabled,
input[type=submit].button:disabled,
input[type=reset].button:disabled,
button:disabled {
	color: #E8E8E8 !important;
	text-shadow: 0px !important;
}
