/*
This file will contain all duplicated styles from css files
*/

.main_submenu_btn {display: inline-block; cursor: pointer; width: 130px !important; text-align: center; font: 400 12px Arial; height:28px; line-height:28px;border: 1px solid #D2D2D2;margin-right:3px;}
.main_submenu_active_btn {background-color: #FFFFFF; border: 1px solid #333333;}
.main_submenu_inactive_btn {background-color: #D2D2D2; color: #333333;}
.main_submenu_inactive_btn:hover {background-color: #bfdbf0; color: #333333;}

.whitecontainer .submenu-container	{position: fixed; display: block; min-width: 1024px; width: 100%; z-index: 900; height: 59px; background-color: #F0F0F0; border-bottom: 1px solid #CCCCCC;}
table.member_fields {background: #EDF5FF;}
table.member_fields tr.field-row .antet {
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	font-size: 10px;
	height: 30px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333333;
	/*font-family: 'Open Sans', sans-serif !important;*/
}
table.member_fields tr.field-row .value {
	vertical-align: middle;
	font-size: 14px;
	height: 30px;
	line-height: 16px;
	color: #333333;
	padding-right: 10px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}
table.member_fields tr.field-row .antet.small,
table.member_fields tr.field-row .value.small {
	height: 23px;
}
table.member_fields tr.field-row .antet.small {
	text-align: center;
}
table.member_fields tr.field-row .value.small {
	padding-left:10px;
	font-size: 12px;
}
table.member_fields tr.field-row .antet.small .fa {
	color: #7497b2;
	font-size:15px;
}
.spacer_5 {background:#fff;font-size: 1px;height:5px;}

/* 	Member profile - upload picture button */
.user_info_photo_content {height: 125px;width: 97px !important;background-color: #EDF5FF;overflow: hidden;}
.user_info_photo {padding: 10px 10px 7px 10px;}
#VG-Member-Image {position:relative;}
.VG-Member-Image-ChangeBtn { 
	font-size:13px;
	font-weight:normal;
	text-align:center;
	cursor:pointer;
	position:absolute;
	top: 65px;
	left: 3px;
	width:70px;
	height:16px;
	line-height:16px;
	padding:3px 0px 3px 0px;
	background:#000;
	color:#FFF;
	text-decoration:none;
	-moz-opacity:0.4;
	filter:alpha(opacity: 40);
	opacity: 0.4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
#VG-Member-Image:hover .VG-Member-Image-ChangeBtn {
	display:block;
}

#VG-Member-Image .VG-Member-Image-ChangeBtn.hover {
	display:block;
	-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity: 1;
}
.user_info_photo_content .VG-MemberViewPage-MemberGender {
	padding: 5px 0px 4px 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	height: 16px;
	font-family: 'Open Sans', sans-serif !important;
}
table.comments_warnings_table td {height:60px;}
table.comments_warnings_table td div{font-family: 'Open Sans', sans-serif !important;}
table.comments_warnings_table td.active {cursor:pointer;background:#A2C6DD;}
table.comments_warnings_table #VG-Member-Info-Warnings.active {cursor:pointer;background:#F4C3C3;}
table.comments_warnings_table #VG-Member-Info-Warnings.active_ddl,
table.comments_warnings_table td.active_ddl {background:#444444;}
table.comments_warnings_table td .title {color:#7497b2; text-align:center; padding-top: 10px;}
table.comments_warnings_table td.active .title {color:#333;font-weight: 600;}
table.comments_warnings_table td .arrow {color:#7497b2; text-align:center; padding-top: 2px;font-size: 28px;}
table.comments_warnings_table td.active .arrow {color:#333;font-weight: 600;}
table.comments_warnings_table td.active_ddl .arrow,
table.comments_warnings_table td.active_ddl .title {color:#fff;}
#VG-Member-Info-Comments,
#VG-Member-Info-Warnings {position:relative;}
#VG-Member-Info-Warnings-DD {
	display: none;
	position:absolute;
	font-family: 'Open Sans', sans-serif !important;
	font-size:16px;
	border:5px solid #444444;
	width: 300px;
	left: -80%;
	top: 65px;
}
#VG-Member-Info-Warnings-DD .warning_header .type {
	float: left;
}
#VG-Member-Info-Warnings-DD .warning_header .who {
	float: right;
}
#VG-Member-Info-Warnings-DD .warning_message {
	padding: 10px;
	font-size: 12px;
}
#VG-Member-Info-Warnings-DD .warning_header {
	height:20px;
	line-height:20px;
	padding: 0 10px;
	font-size: 12px;
}
#VG-Member-Info-Warnings-DD .urgent .warning_header {
	background:#A05050;
	color: #fff;
}
#VG-Member-Info-Warnings-DD .urgent .warning_message {
	background:#BC5E5E;
	color: #eee;
}
#VG-Member-Info-Warnings-DD .warning .warning_header {
	background:#D2BABA;
	color: #000;
}
#VG-Member-Info-Warnings-DD .warning .warning_message {
	background:#F7DADA;
	color: #444;
}
#VG-Member-Info-Warnings-DD .notice .warning_header {
	background:#D0CB92;
	color: #000;
}
#VG-Member-Info-Warnings-DD .notice .warning_message {
	background:#F4EEAB;
	color: #444;
}

#VG-Member-Info-Comments-DD {
	display: none;
	position:absolute;
	font-family: 'Open Sans', sans-serif !important;
	font-size:16px;
	border:5px solid #444444;
	background:#2691BC;
	color: #fff;
	padding:5px;
	width: 300px;
	left: -80%;
	top: 65px;
}
#VG-Member-Info-Warnings .top_fix,
#VG-Member-Info-Comments .top_fix {
	position: absolute;
	height: 5px;
	background: #444444;
	bottom: -5px;
	width: 120px;
	left: 0;
	display:none;
}
#VG-Member-Info-Warnings.active_ddl .top_fix,
#VG-Member-Info-Comments.active_ddl .top_fix {display:block;}



/*popUp tabs style*/
.item_view_tabs { }
.item_view_tabs_menu_container {background-color: #EEEEEE; height:80px;  margin-top: 8px; margin-bottom: 2px; border-top: 1px solid #CECECE; border-bottom: 2px solid #444444; width: 100%; text-align: center;}
.item_view_tabs_menu_content {height: 40px; padding-top: 40px; overflow: hidden; display: inline-block;}
.item_view_tabs .item_menu_btn {cursor: pointer; color: #333333; float: left; width:147px; background-color: #CCCCCC; margin-right: 2px; padding: 12px 0px 12px 0px;vertical-align: middle; text-align: center; min-height: 20px;}
.item_view_tabs .item_menu_btn.active_menu_btn {background-color: #333333; color: #fff;}
.item_view_tabs .item_menu_btn.disabled_menu_btn {background-color: #F0F0F0; color: #CCCCCC;}
.item_view_tabs .item_menu_btn.alert_menu_btn {background-color: #a00d00; color: #fff;}
.item_view_tabs .item_menu_btn.alert_menu_btn.active_menu_btn {background-color: #333333; color: #fff;}




/* Blur Background */
.global-blur {
	  -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
  	filter: blur(5px);
  	overflow: hidden;
}
.global-blur-background {
	  -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
  	filter: blur(5px);
}


.global_circle_badge_18 {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #0092be;
}
.global_circle_badge_24 {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #0092be;
}