.header-tabs{
	margin:10px 0px;
	}
.header-tabs a{
	border:none!important;
	padding:8px 15px!important;
	height:auto!important;
	line-height:inherit!important;
	box-shadow:none!important;		
	background:#2b2f32!important;
	color:#fff!important;	
	}	

.header-tabs a.active,.header-tabs a:hover{
	background:#2bb24c!important;
	border:none!important;
	box-shadow:none!important;	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}

.viavi-content{
	background:#fff;
	padding:0 1% 1% 1%;
	border:solid 1px #e6e6e6;
	width:96%;
	min-height:400px;
	
	}
.viavi-content h3{
	font-weight:normal;
	font-size:14px;
	margin-bottom:1%!important;
	}
.viavi-content h2{
	border-bottom:solid 1px #eee;
	padding-bottom:1%;
	}
.viavi-content .ui-datepicker-trigger{
	float:left;
	margin:7px;
	}
.viavi-content input.hasDatepicker{
	display:none;
	}
.viavi-content input[type="submit"].button{
	background:#2b2f32;
	color:#eee;
	border:solid 1px #151719;
	
	box-shadow: 0 1px 0 #494f54 inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	}
.viavi-content input[type="submit"].button:hover{
	background:#2bb24c;
	border:solid 1px #5acb2e;
	
	box-shadow: 0 1px 0 #6ae539 inset, 0 1px 0 rgba(0, 0, 0, 0.08);	
	}
/* Messages */
.WordPress_ok{
	background:#bfe670;
	border:solid 1px #acd260;
	padding:1%;
	width:96%;
	
	/* Shadow */
	-webkit-box-shadow: 0 8px 6px -6px #e1e1e1;
	   -moz-box-shadow: 0 8px 6px -6px #e1e1e1;
	        box-shadow: 0 8px 6px -6px #e1e1e1;		
	}
.footer{ background:#2B2F32; border:solid 1px #eee; width:96%; padding:1%; color:#fff;}
.footer a{ color:#fff; text-decoration:none;}
.settings-error{ margin-left:0px!important; width:96%!important;}

/* Tabs */
.ui-widget-content{
	border:none!important;	
	}
.ui-tabs-nav{
	background:none	;
	border:solid 1px #8ac007;
	padding:0.5%!important;	
	/* Borde Radius */
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;		
	}
.ui-state-default{
	background:none!important;
	border:none!important;
	/* Borde Radius */
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;	
	
	}
.ui-state-default a{
	color:#888!important;
	font-family: "Open Sans",sans-serif!important;
	}
.ui-tabs-active{
	background:#8ac007!important;
	}	
.ui-tabs-active a{
	color:#fff!important;
	}	
.ui-tabs-panel{
	font-size:12px;
	font-family: "Open Sans",sans-serif;
	}		
/* Color Blocks */
#plugin_config-4 span{
	height:48px;
	width:100%;
	display:inline-block;	
}
#turquoise{
	background:#19bd9b;
	}
#emerland{
	background:#2dcc70;
	}
#peter_river{
	background:#3598dc;
	}
#amethyst{
	background:#9b58b5;	
	}
#midnight_blue{
	background:#2d3e50;
	}
#sunflower{
	background:#f1c40f;
	}
#corrot{
	background:#e77e23;
	}
#alizarin{
	background:#e84c3d;
	}