.content_wrapper 
{
    border-spacing:10px;
    width:100%;
    height: 100%;
}

.content_wrapper_remove_margin
{
    margin-top:-10px;
}

.content_textbox
{
    border:1px solid #e0e0e0;
    background: #ffffff;
    font-size: 14px; 
	color: #000000; 
    font-family: Tahoma, sans-serif; 
    line-height:20px;
    padding:10px;
	text-align: justify;
	vertical-align: top;
}

.content_textbox_subnav
{
    border:1px solid #e0e0e0;
    background: #ffffff;
    font-size: 10px; 
	color: #000000; 
    font-family: Tahoma, sans-serif; 
	padding:5px;
}

.content_imagebox
{
    border:1px solid #e0e0e0;
    background: #ffffff;
    height:100%;
    padding:2px;
}

.content_iconbox
{
    border:2px solid #ffffff;
}

.content_cell_nopadding
{
	padding:0px !important;
	line-height:0px;
	height:0px;
	width:0px;
}

.content_imagebox_textcontainer
{
    background: url(/images/frame/background_black_opacity_30.png); 
    background-size: 100% 100%; 
    color:#ffffff; 
    padding:5px; 
    width:auto;
	font-family: "MetrostyleRegular";
	text-align:center;
    text-transform: uppercase;
}

.content_imagebox_image
{
    width:100%;
    height:100%; 
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content_imagebox > img
{
    object-fit: none;
}

.content_textbox_title
{    
	margin-top:0px; 
	/*border-bottom: 1px solid #ebebeb;
	background-color: #ebebeb;
	border-top: 1px solid #ebebeb;
	
	border-left: 3px solid #aa1111;*/
	padding-bottom:5px;
	font-weight: normal;
	margin-bottom:5px;
	font-size: 16px;
	font-family: 'MetrostyleRegular';
	text-transform: uppercase;
}

.content_textbox_title_nopadding
{    
	margin-top:0px; 
	padding-bottom:0px;
	font-weight: normal;
	margin-bottom:0px;
	font-size: 16px;
	font-family: 'MetrostyleRegular';
	text-transform: uppercase;
}

.content_textbox_decoration
{   
	border-left: 2px solid #aa1111;
	padding-left:10px;
}

.content_list_basic > thead > tr > td
{
	font-weight:bold;
	background-color:#f7f7f7;
}

.content_list_basic .header {

	font-weight: bold;
}

.content_list_basic
{
    border:1px solid #e8e8e8;
    border-spacing:0px;
	width:100%;
	border-collapse:collapse;	
}

.content_list_basic tr:nth-child(even) {
    background-color:#f7f7f7;
}

.content_list_basic tr:nth-child(even) td {
    border:1px solid #e8e8e8;   
    padding:5px; 
}

.content_list_basic tr:nth-child(odd) {
	background-color:#ffffff;
}

.content_list_basic tr:nth-child(odd) td {
    border:1px solid #e8e8e8;
    padding:5px;
}

.content_list_basic_alt > thead > tr > td
{
	font-weight:bold;
	background-color:#f7f7f7;
}

.content_list_basic_alt .header {

	font-weight: bold;
}

.content_list_basic_alt
{
    border:1px solid #e8e8e8;
    border-spacing:0px;
	width:100%;
	border-collapse:collapse;	
}

.content_list_basic_alt tr:nth-child(even) {
    background-color:#ffffff;
}




.content_list_row_bg_green:nth-child(odd) {
	background-color:#edf2de !important;
}

.content_list_row_bg_green:nth-child(even) {
	background-color:#f4f9e5 !important;
}

.content_list_row_bg_red:nth-child(even) { /* light */
	background-color:#fcf2f2 !important;
}

.content_list_row_bg_red:nth-child(odd) { /* dark */
	background-color:#f5eaea !important;
}



.content_list_basic_alt tr:nth-child(even) td {
    border:1px solid #e8e8e8;   
    padding:5px; 
}

.content_list_basic_alt tr:nth-child(odd) {
	background-color:#f7f7f7;
}


.content_list_basic_alt tr:nth-child(odd) td {
    border:1px solid #e8e8e8;
    padding:5px;
}

.content_list_basic_horizontal
{
    border:1px solid #ff0000;
    border-spacing:0px;
	width:100%;
	border-collapse:collapse;	
}

.content_list_basic_horizontal td:nth-child(even) {
	background-color:#f7f7f7;
	border:1px solid #e8e8e8;   
    padding:5px; 
}

.content_list_basic_horizontal td:nth-child(odd) {
	background-color:#ffffff;
	border:1px solid #e8e8e8;
    padding:5px;
}

input.content_slidemenu_header
{
	background-image:url('/images/icon_sort_asc.png');
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

td.content_slidemenu_header
{
	background-image:url('/images/icon_sort_asc.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
}

div.content_slidemenu_header
{
	background-color:#ffffff;
	border:1px solid #e8e8e8;
	border-left:3px solid #aa1111;
	padding:5px;
	padding-left:27px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url('/images/icon_sort_asc.png');
	background-repeat: no-repeat;
	background-position: 5px;
	cursor: pointer;
}

.content_slidemenu_data 
{
	display: none;
}



.message_good
{
	width:auto;
	margin:10px;
	padding:7px;
	background-color:#effeb9;
	border:1px solid #98c700;
	border-left:5px solid #98c700
}

.message_good_icon
{
	color:#98c700;
}

.message_good_close
{
	color:#98c700;
	cursor: pointer;
	float: right;
}

.message_good_close:hover
{
	color:#000000;
	cursor: pointer;
}

.message_good_text
{
	color:#353535;
}

.message_error
{
	width:auto;
	margin:10px;
	padding:7px;
	background-color:#fccac1;
	border:1px solid #eb5439;
	border-left:5px solid #eb5439
}

.message_error_icon
{
	color:#eb5439;
}

.message_error_close
{
	color:#eb5439;
	cursor: pointer;
	float: right;
}

.message_error_close:hover
{
	color:#000000;
	cursor: pointer;
}

.message_error_text
{
	color:#353535;
}

.message_warning
{
	width:auto;
	margin:10px;
	padding:7px;
	background-color:#ffe9ad;
	border:1px solid #fab418;
	border-left:5px solid #fab418
}

.message_warning_icon
{
	color:#fab418;
}

.message_warning_close
{
	color:#fab418;
	cursor: pointer;
	float: right;
}

.message_warning_close:hover
{
	color:#000000;
	cursor: pointer;
}

.message_warning_text
{
	color:#353535;
}

.message_info
{
	width:auto;
	margin:10px;
	padding:7px;
	background-color:#d1e4f3;
	border:1px solid #4d8fcb;
	border-left:5px solid #4d8fcb
}

.message_info_icon
{
	color:#4d8fcb;
}

.message_info_close
{
	color:#4d8fcb;
	cursor: pointer;
	float: right;
}

.message_info_close:hover
{
	color:#000000;
	cursor: pointer;
}

.message_info_text
{
	color:#353535;
}

.killboard_indicator_red
{
	border-left:5px solid #aa1111 !important;
}

.killboard_indicator_gold
{
	border-left:5px solid #ffe400 !important;
}

.killboard_security_10 
{
	color: #29c3c6;
}

.killboard_security_09 
{
	color: #3cc4a0;
}

.killboard_security_08 
{
	color: #03c540;
}

.killboard_security_07 
{
	color: #03c408;
}

.killboard_security_06 
{
	color: #76c42d;
}

.killboard_security_05 
{
	color: #c2c408;
}

.killboard_security_04 
{
	color: #af6607;
}

.killboard_security_03 
{
	color: #c25108;
}

.killboard_security_02 
{
	color: #c23f07;
}

.killboard_security_01 
{
	color: #b02c07;
}

.killboard_security_00 
{
	color: #c20607;
}

.icon_delete {
	width:10px; 
	height:10px; 
	margin-right:7px; 
	float:right;

}

.content_portal_character_picture
{
	margin:0px; 
	height:64px; 
	width:64px; 
	float:left; 
	border:1px solid #ffffff;
}

.content_portal_character_data
{
	float:left; 
	line-height:14px; 
	height:56px; 
	border-left:1px solid #ebebeb; 
	padding:5px;
}

.tracker_map_container {
	width:1000px;
	height:300px; 
}

.tracker_map_system_container 
{
	float:left; 
	width:250px; 
	height:150px;
}

.tracker_map_system_container:hover
{
	/*background-color: url(/images/chevron_grey.png);*/
	
}

.tracker_map_system_box 
{
	position: relative; 
	z-index: 50; 
	width: 204px; 
	height:auto; 
	border:2px solid #000000; 
	border-radius: 10px; 
	margin:auto;
	margin-top:50px;
	background-color:#ff0000;
}

.tracker_map_system_box_selected
{
	border:3px solid #000000; 
}

.tracker_map_system_box:hover
{
	border:2px solid #575757; 
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px #000000;	
}

.tracker_map_system_box_subcontainer {
	overflow:auto;
}

.tracker_map_system_box_name_container {
	width:120px;
	float:left;
	border-left:2px solid #000000;
}

.tracker_map_system_box_sig_container {
	float:left;
	border-left:2px solid #000000;
}

.tracker_map_system_box_sig_padding {
	padding-left:5px;
	padding-right:5px
}

.tracker_map_system_box_sig_padding_number {
	padding-left:5px;
	padding-right:5px;
	margin-top:-3px;
	margin-bottom:3px;
}

.tracker_map_system_box_cloudrow {
	position: relative; 
	width: 184px; 
	height:auto; 
	border:2px solid #000000; 
	border-radius: 10px; 
	margin:auto;
	padding-top:10px;
	margin-top:-14px;
	background-color:#ffffff;
}

.yardwork_stage_overlay_completed_backgroundbox {
	display: table; 
	background: #ffffffcc url(/images/chevron_green.png); 
	border:1px solid #ebebeb; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width:100%; 
	height:100%
}
.yardwork_stage_overlay_completed_textbox {
	position: relative; 
	top: 50%; 
	margin:auto; 
	margin-top:-12px; 
	padding:5px; 
	background-color:#ffffff; 
	text-align:center; 
	border:1px solid #ebebeb; 
	width:300px;
}

.yardwork_stage_overlay_locked_backgroundbox {
	display: table; 
	background: #ffffffcc url(/images/chevron_grey.png); 
	border:1px solid #ebebeb; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width:100%; 
	height:100%
}

.yardwork_stage_overlay_locked_textbox {
	position: relative; 
	top: 50%; 
	margin:auto; 
	margin-top:-12px; 
	padding:5px; 
	background-color:#ffffff; 
	text-align:center; 
	border:1px solid #ebebeb; 
	width:370px;
}

.pharma_table_wrapper 
{
	/**/
	
}

.pharma_table_barwrapper
{
	text-align:center; 
	border-spacing:0px;
	border-collapse:collapse;
	font-size:10px;
	border:0px solid #000000; 
	
}

.pharma_table_bar
{
	border-spacing:0px;
	border-collapse:collapse;
	border:0px solid #00ffff; 
}