@media screen {

	/* This stops IE10+ from overlaying a scrollbar over content. Looks great, but covers up buttons :( */
	html {
		-ms-overflow-style: scrollbar;
	}

	/*
		Styles for different variants of community insight:
	 */
	
	/* HOW TO BRAND UNKNOWN SITES (SITES WITHOUT CONFIG) */
	body.unknown-site div#top {
		background-color: #999;
	}

	body.unknown-site h1 {
		color: #999;
	}

	/* COMMUNITY INSIGHT TOP COLOUR */
	body.ci div#top {
		background-color: #001A66;
	}

	/* CI-WALES COLOURS */
	body.ci-wales div#top {
		background-color: #E31B23;
	}

	body.ci-wales h1, body.ci-wales h2, body.ci-wales h3, body.ci-wales h4, body.ci-wales .table_data th {
		color:#E31B23;
	}

	/* POPULATION INSIGHT COLOURS */
	body.pi div#top {
		background-color: #00661A;
	}

	body.pi h1, body.pi h2, body.pi h3, body.pi h4, body.pi .table_data th {
		color:#00661A;
	}

	/* LOCAL INSIGHT CUSTOM COLOURS */
	body.local div#top {
		background-color: transparent;
		color:#999;
	}

	body.local {
		background-attachment: fixed;
		/*background-image:url(/media/background.jpg);*/
		background-position:top center;
	}
	body.local ::selection {
		background: #930038;
	}

	body.local .homepage h1 {
		margin-top: 80px;
		color:white;
		font-size:72px;
	}

	body.local .homepage a{
		color:white;
		transition:color, text-shadow;
	}

	body.local .homepage a:hover {
		text-shadow:0px 0px 5px rgba(255, 255, 255, 0.51);
	}

	body.local .section.homepage {
		border-bottom: 1px solid white;
		padding:20px;
	}

	body.local .homepage .subtitle-more-info {
		margin-top: 10px;
		color:white;
		font-size: 28px;
		margin-bottom: 40px;
	}

	body.local div#top {
		background-color: #615f8b;
		/*background-image:url(/media/background.jpg);*/
		background-position:top center;
	}

	body.local.public div#top {

	}

	body.local div#top_sub_nav {
		border-bottom: 1px solid #999;
	}

	body.local div#top, body.local div#top_sub_nav {
		background-color: transparent ;
		border:0px;
		color:white ;
		text-shadow: none;
	}

	body.local #footer {
		background-color: transparent;
	}

	body.australia #footer {
		background-color: transparent;
	}

	 body.local #top_sub_nav .nav_top_sub li ul {
		background-color:black;
		background-color: rgba(0,0,0,0.5);
		border-color: rgba(0,0,0,0.5);
	}

	body.local div#top_sub_nav, body.local div#top_sub_nav .nav_top_sub a {
		background-color: transparent !important;
		border:0px;
		color:black !important;
		text-shadow: none;
	}

	body.local.homepage #outer, body.local.homepage div#top, 
	body.local.homepage div#top_sub_nav, body.local.homepage div#top_sub_nav .nav_top_sub a,
	body.local #top_sub_nav .nav_top_sub li li a {
		background-color: transparent !important;
		border:0px;
		color:white !important;
		text-shadow: none;
	}

	body.local.homepage div#top {
		border-bottom: 1px solid white !important;
	}

	body.local div#top a {
		color:white;
	}

	/** / START TRANSPARENT BUTTON THEME **/
	body.local a.btn-transparent {
		background-color: transparent;
		background-color: rgba(255,255,255,0.1);
		border-color: white;
		color:white;
		transition: background-color 0.2s;
	}

	body.local a.btn-transparent.btn-flash {
		animation:button_flash 1s linear 0s infinite alternate;
		-webkit-animation:button_flash 1s linear 0s infinite alternate;
	}

	body.local a.btn-transparent:hover  {
		background-color: rgba(255, 255, 255, 0.2);
		animation:button_flash 1s linear 0s infinite alternate;
		-webkit-animation:button_flash 1s linear 0s infinite alternate;
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes button_flash {
	    from {background-color: rgba(255, 255, 255, 0.1);}
	    to {background-color: rgba(255, 255, 255, 0.2);}
	}

	/* Standard syntax */
	@keyframes button_flash {
	    from {background-color: rgba(255, 255, 255, 0.1);}
	    to {background-color: rgba(255, 255, 255, 0.2);}
	}

	/** END TRANSPARENT BUTTON THEME / **/

	body.local h1, body.local h2, body.local h3, body.local h4, body.local .table_data th {
		color:#002DB2;
	}

	body.local div#top_sub_nav {
		border-top-color: #BBB;
	}

	/* DEVELOPMENT VERSION COLOURS */
	body.unstable div#top {
		background-color: #615f8b;
		color:white;
		/*background-image: repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255,255,255,.2) 16px, rgba(255,255,255,.2) 32px);*/
	}

	body.unstable div#top a {
		color: white;
	}

	body.unstable p#group-name::after, body.unstable p#group-name_full::after {
		content:" (Early Preview)";
		color:orange;
	}

	body.australia.homepage h1 {
		font-size: 36px;
		padding-top: 30px;
	}

	body.australia.homepage .subtitle-more-info {
		font-size: 20px;
		padding-bottom: 15px;
	}

	body.australia #footer {
		background-color: rgba(255, 255, 255, 0.15);
		margin-top: 0px;
		padding-top: 30px;
	}

	body.australia.homepage .main-image {
		padding-top:30px;
		padding-bottom:30px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color:#252577;
	color: #333;
	font-family: 'Open Sans', Arial, serif;

}

.form-control:focus {
    border-color: #fc8a20;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,138,32,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,138,32,.4);
}

::-webkit-input-placeholder{
	color: rgba(0,0,0,0.5) !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,0,0,0.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,0,0,0.5) !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: rgba(0,0,0,0.5) !important;
}

a { 
	color: #333;
	outline:0;
}

#main a.btn-link {
	color: #357ebd;
}

.background-worker-ui a.btn-default {
	border:1px solid #357ebd;
	color: #357ebd;
}

a img {
	border:0;
}

hr {
    margin: 10px 0px 10px 0px;
	background-color: #CCC;
    border: 0 none;
    clear: both;
    height: 4px;
}

.btn.btn-primary {
	background-color: #4776a4;
}

.btn.btn-primary:hover {
	background-color: #428bca;
}

.btn.btn-danger {
	background-color:#c00;
}

.btn.btn-danger:hover {
	background-color:#e00;
}


/* Positioning */

#print_logo, #print_logo_client {
display: none;	
}

#outer {
	background-color: #fff;
	background-repeat:repeat-x;
	background-position:top;
}

#outer.bright {
	background-color: white;
}


.wrap {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

.wrap_full {
	margin: 0px auto;
	padding: 0px;
}


#logo {
	width: 400px;	
	float: left;	
}

#top {
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#001A66;
	clear:both;
	overflow: hidden;

}


#top_title {
	width: 178px;
	float: left;
	font-family: 'Open Sans', Arial, Times, serif;
	font-weight: 700;
	color: #FFF;
	padding: 8px 0px 0px 0px;

}

#top_logo_client {
	width: 160px;
	float: left;
	font-family: 'Open Sans', Arial, Times, serif;
	font-weight: 700;
	color: #FFF;
	padding: 8px 0px 0px 10px;

}



#top_nav {
	width: auto; /* 782px; */
	text-align: right;
	padding: 22px 0px 0px 0px;
	color: #FFF;
}

#top_nav_short {
	width: 612px;
	text-align: right;
	padding: 22px 0px 0px 0px;
	color: #FFF;
}

#top_sub_nav {
	background-color: #DDD;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
	padding: 4px;
	overflow:hidden;

}

#main-nav .glyphicon-chevron-down {
	font-size: 12px;
}

#top_social {
	width: 100px;
	float: left;
	text-align: right;
	padding: 15px 0px 0px 0px;
}


#login_embedded {
	padding: 10px 0px 10px 0px;
	background-color:#FFF;
	color:black;
	display: none;
	clear: both;
	margin:0px;


}

#login_embedded p {
	margin:0px;
	padding: 0px;
}






#top_title_full { 
	width:200px;
	padding: 8px 0px 0px 15px;
	float:left;


}

#top_social_full { 
	width:70px;
	padding: 15px 0px 0px 20px;
	float:right;


	}

#top_nav_full { 
	margin: 0 20px 0px 100px;
	text-align: right;
	padding: 22px 0px 0px 0px;
}






#intro {
	background:#3F9DD3;
	height: 220px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 20px 0px;
	clear:both;
	color:white;
	font-size: 48px;

}

#intro h1 {
	color:white;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
}

#intro h2 {
	color: white;
	font-size: 36px;
	font-weight: normal;
}


#main {
	float: left;
	padding: 0px;
	margin: 20px 40px 0px 0px;
}

#main_full {
	float: left;
	width: 960px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}




#left {
	float: left;
	width: 200px;
	margin: 30px 0px 0px 0px;
	background-color: #FFF;
	padding: 0px 15px 0px 15px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


#right {
	float: left;
	width: 200px;
	margin: 30px 0px 0px 0px;
	background-color: #FFF;
	padding: 0px 15px 0px 15px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}




#left_narrow { 
	width:180px;
	padding: 15px 0px 15px 0px; 
}

#left_narrow h4, #right_narrow h4 {
	margin-left: 15px;
	margin-top:10px;
}

#right_narrow { 
	width:180px;
	padding: 15px 0px 15px 0px;
}

#main_narrow { 
	min-width: 100px;
}


#footer {
	margin: 30px 0px 0px 0px;
	clear: both;
}

.footer_box {
	width: 220px;
	float: left;	
}

.footer_logo_box {
	width: 320px;
	float: right;
}

.developed-by img {
	margin-right: 20px;
}

/* Boxes */ 


.intro_paragraph {
	padding: 10px;
	background-color:#CEE7FF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #B8D3EB;
		
}

.box_index, .box_index *, #banner_index, #banner_index * {
	box-sizing: content-box;
}

.box_index_top {
	width: 250px;
	float: left;
	height: 130px;
	padding: 0px 0px 0px 30px;
}

.box_index {
	width: 280px;
	height: 330px;
	padding: 0px 10px 10px 10px;
	margin: 5px 15px 20px 0px;
	background-repeat: x;
	border: 5px #FFFFFF solid;
	box-shadow: 0 0 5px #CCCCCC;
	float: left;
}

.box_index_last {
	margin: 5px 0px 20px 0px;	
}

.box_index h2, .box_index h3 {
margin: 5px 0px 5px 0px;	
}

.box_white {
	padding: 5px 15px 5px 15px;
	border: 8px solid #FFF;
	background-color:#CCC;
	clear: both;
	box-shadow: 0 0 2px 1px #CCC;	
}


.box_light_blue {
	padding: 5px 20px 10px 20px;
	background-color:#CEE7FF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box_warning {
	background-color:#D6EF6F;
	border:1px solid #B5D23E;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Clear */

.clear {
	clear: both;	
}

.clear_deep {
	clear: both;
	height: 15px;
}

/* Typography */

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', Arial, serif;
	color: #3F9DD3;	
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #3F9DD3;	
}

p, ul, ol {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.align_right {
	text-align: right;	
}

table {
	width: 100% !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-collapse:collapse;
}

#footer p, #footer p a, #footer li, #footer li a {
	color: #FFF;
	text-decoration:none;
}


#footer ul {
	margin: 0px;
	padding: 0px;	
}

#footer li {
	list-style: none;
}

.no_margin {
	margin: 0px;	
}


.list_side_bar {
	margin: 0px;
	padding: 0px;
}

.list_side_bar li {
	border-bottom: solid 1px #eee;
	list-style:none;
	font-size: 11px !important;
}


.list_side_bar li a{
	text-decoration:none;
	display:block;
	padding:4px 4px 4px 15px;
	border:0px solid white;
	transition:background 0.2s, border 0.2s, padding 0.2s;
}

.list_side_bar li a:hover {
	background-color: #eee;
	border-left:10px solid #ccc;
	padding-left: 5px;
}

.list_side_bar li.selected a {
	background-color: #eee;
	color:black;
	border-left:10px solid black;
	padding-left: 5px;
}


.list_side_bar_twitter, .list_side_bar_wordpress, .list_side_bar_vimeo {
background-repeat: no-repeat;
background-position:center left;
padding-left: 22px !important;	
}

.list_side_bar_twitter {
background-image: url(/media/twitter_16.png);	
}
.list_side_bar_wordpress{
background-image: url(/media/wordpress_16.png);	
}
.list_side_bar_vimeo {
background-image: url(/media/vimeo_16.png);	
}


#left h4, #right h4 {
	margin-bottom: 5px;	
}

#left_narrow h4, #right_narrow h4 {
	margin-bottom: 2px;	
}

#aboutIndicator {
	margin-left:15px;
}

#aboutIndicator h4 {
	margin-left:0px;
}

#areaSearch {
	margin-left: 15px;
}

#top_title a {
	color: #FFF;
	text-decoration:none;	
	
}

#left_narrow p, #right_narrow p,  #left_narrow li, #right_narrow li  {
	font-size: 13px;	
}

.text_small {
	font-size: 12px;	
}

/* Top navigation */

.nav_top ul {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.nav_top li {
	display: inline;
	list-style: none;
	padding: 0px 0px 0px 20px;
	line-height: 12px;
}

.nav_top li a {
	text-decoration: none;	
	color: #FFF;
}


/* Top sub navigation */

.nav_top_sub {
	margin:0;
	padding:0px 0px 0px 10px;
	
}


.nav_top_sub li {
	list-style:none;
	float:left;

}

.nav_top_sub li a:link, .nav_top_sub li a:visited {
	display:block;
	text-decoration:none;
	padding: 5px 0px 5px 30px;
	margin:0;
	text-shadow:0px 1px 0px white;


}

.nav_top_sub ul li a:link, .nav_top_sub ul li a:visited {
	padding: 5px 30px 5px 15px;
	font-size: 0.9em;
}

.nav_top_sub li a:active {
	padding-top:6px;
	padding-bottom: 4px;
	background-color: #ddd;
}

.nav_top_sub li a:hover {
	color:black;
}

/*style the sub menu*/
.nav_top_sub li ul {
	position:absolute;
	visibility:hidden;
	margin:0px 0px 0px -57px;
	padding:0;
	width: 180px;
	background-color: white;
	border:1px solid #bbb;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	overflow:hidden;

}


.nav_top_sub li ul li {
	display:inline;
	float:none;

}

.nav_top_sub li ul li a:link, .nav_top_sub li ul li a:visited {
	/*background-color:white;*/
	transition:background 0.2s;

}

.nav_top_sub li ul li a:hover {
	background-color:#eee;
	color:black;
}


/* Forms */

input, textarea, select {
	border:solid 1px #CCC;
	padding: 5px;
}

select,.area-search {
	border:solid 1px #CCC;
	width:180px;
	padding: 4px;	
}

.area-search{
    display: inline-block;

}

.checkbox {
	width: auto;	
}

.select_narrow {
	width: 140px;	
}

/* Tables */

.table_data th, .table_data td {
	text-align:left;
	padding: 10px 10px 10px 0px;	
	border-bottom: 1px #CCCCCC solid;
}

.table_data th {
	color: #3F9DD3;
	font-weight: 700;
}

/* Banners */

#banner_index {
    background: #4DA6FF;
    color: #333;
    float: left;
    margin: 0px;
	padding: 0px;
    text-align: center;
    width: 944px;
	height: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 8px solid #FFF; 
	box-shadow: 0 0 2px 1px #CCC;
	overflow:hidden;
	position:relative;
}

.banner_index_1, .banner_index_2, .banner_index_3, .banner_index_4, .banner_index_5 {
	width: 420px;
	height: 240px;
	color:#FFF;
	font-size: 18px;
	padding: 30px 100px 30px 440px;
	text-align:left;	
	overflow: hidden;
	background-repeat:no-repeat;
}

.banner_index_1 {
	background: url(/media/index_banner_1.jpg);
}
.banner_index_2 {
	background: url(/media/index_banner_2.jpg);
}
.banner_index_3 {
	background: url(/media/index_banner_3.jpg);
}
.banner_index_4 {
	background: url(/media/index_banner_4.jpg);
}
.banner_index_5 {
 	background: url(/media/index_banner_5s.jpg);
 	background-image: -webkit-image-set(url(/media/index_banner_5s.jpg) 1x, url(/media/index_banner_5l.jpg) 2x);
 	background-image:         image-set(url("/media/index_banner_5s.jpg") 1x, url("/media/index_banner_5l.jpg") 2x);
}

.banner_index_title {
	color:#3F9DD3;
	font-size: 24px;
	display:block;
	margin:0px 0px 18px 0px;
	padding: 0px;
	font-weight:bold;	
}

/* Buttons */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	width: 100px;
}

.button:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.button:active {
	position:relative;
	top:1px;
}

.form-control.form-control-file {
	height: auto;
}


/* Slideshows */

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#3F9DD3;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}

/* Tabs */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #CCCCCC;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

}

.tab_content {
	padding: 20px;
}

.key {
	padding: 1px 8px 1px 8px;
	border: 1px solid #FFF;
	margin: 0px 5px 0px 0px;
}

.key_5 {
	background-color: #660000;
}
.key_4 {
	background-color: #CC0000;
}
.key_3 {
	background-color: #E69138;
}
.key_2 {
	background-color: #FFD966;
}
.key_1 {
	background-color: #93C47D;
}

/* Overlay */

#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
    position:absolute;
    background:url(/media/tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#modal_content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}


#close {
    position:absolute;
    background:url(/media/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}

.image_right {
float: right;	
}

/* OSCI extras */

/* tweaking top nav menu to right */
#main-nav {
	float: right;
}

#group-name {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	padding: 5px 0px  0px 0px;
	font-weight: bold;
	max-width: 275px;
	line-height: 21px;
}

#group-name_full {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	padding: 5px 0px  0px 10px;
	font-weight: bold;
}




}

/* Print style sheets */

@media print {

#top, #right, #footer, #left_narrow, #right_narrow, #login_embedded, .wrap align_right, #top_title, #top_nav, #top_logo_client, #top_nav_short, #top_title_full, #top_nav_full, #secondary, #main-nav { 
	display: none !important;
}

#print_logo, #print_logo_client {
float: left;
display: block;
margin-bottom: 20pt;	
}

#group-name_full {
clear: left;
}

body {
	font-family: Verdana, Geneva, sans-serif;
}

p, ul, ol, table {
	font-size: 8pt;		
}

h1 {
	font-size: 14pt
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 8pt;
}


/* Some browsers like to show a border around images. Switch it off */
img {
	border: 0
}

/* By default links are blue. For optimal legibility change them to black */
p a {
	color: #000
}

/* Show the URL after each link, whereby internal links are preceeded by the site's URL */

p a:after {
	content: " (http://www.communityinsight.org/" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}

/* External links don't get this treatment */
p a[href^="http://"]:after, p a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

/* Append the source of the citation */
q:after {content: " (" attr(cite) ")"}

#main {
width: 100%;
}

}

input {
	outline:none;
}


.radio-button {
	width:20px;
}

.tableholder {
	padding-right: 10px;
}


/*** OCSI 2014 ***/

.ocsi-2014 .toolbar {
	margin: 10px 0;
}


.ocsi-2014 hr {border-top:1px solid #eee;margin:20px 0;height:0px;}

.ocsi-2014 .label-text {
	font-weight: bold;
}


.ocsi-2014 .mini.key {
 	font-size: 0.8em;
 	margin:0px;
 	padding:0px;
}

 .ocsi-2014 .mini.key .color {
 	width:30px;
 	float:left;
 	color:white;
 	text-align: center;
 	height:20px;
 	line-height: 20px;
 }

 .ocsi-2014 .color-1 {
 	background-color: #600;
 }

 .ocsi-2014 .color-2 {
 	background-color: #C00;
 }

 .ocsi-2014 .color-3 {
 	background-color: #E69138;
 }

 .ocsi-2014 .color-4 {
 	background-color: #FFD966;
 }

 .ocsi-2014 .color-5 {
 	background-color: #93C47D;
 }

 .ocsi-2014 td h4 {
 	margin-top:0px;
 	padding-top: 0px;
 	color:black;
 }

 .ocsi-2014 table.table {

 }
 .ocsi-2014 table.table thead th, .table-tr-title, .table-tr-title th {
 	background-color: #001A66;
 	color:white;
 }

 .table-tr-title th {
 	padding:5px 10px;
 }

 .table-tr-options th {
	 background-color: #4776a4;
 }

.table-tr-options .btn {
    color: white;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
    font-weight: normal;
    display: inline-block;
    white-space: nowrap;
	font-size: 1em;
	font-weight: normal;
}

.table-tr-options .form-control, .table-tr-options .input-group-addon {
	border-color:white;
	font-weight: normal;
	transition:background-color 0.2s;
}

.table-tr-options .form-control {
	background-color:rgba(255,255,255,0.8);
}

.table-tr-options .form-control:focus {
	background-color:white;
	box-shadow: none;
}

.table-tr-options .input-group-addon {
	background-color: rgba(255,255,255,0.7);
}

.table-tr-options .btn.btn-primary:hover,
.table-tr-options .btn.btn-default:hover {
	border-color: rgba(255,255,255,0.8);
}

.table-tr-options .btn.btn-primary:active,
.table-tr-options .btn.btn-default:active {
	border-color: rgba(255,255,255,1);
}

.table-tr-options .btn.btn-default {
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(54,112,169,0.6);
	font-weight: normal;
}

.table-tr-options .btn.btn-primary {
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(54,112,169,0.6);
	font-weight: bold;
}

 .ocsi-2014 ul.timepoints {
 	list-style: none;
 	padding:0px;
 	margin:0px;
 }

 .ocsi-2014 ul.timepoints li {
 	list-style: none;
 	padding:0px;
 	margin: 0px;
 	border-bottom: 1px solid #ddd;
 	font-size: 0.8em;
 	min-width: 130px;
 	padding:5px 0;
 }

.ocsi-2014  .table.table_data tr.program th,  .ocsi-2014 .table.table_data tr.program td, .ocsi-2014  .table.table_data tr.category th,  .ocsi-2014 .table.table_data tr.category td {
	background-color: #EEE;
	color:black;
}

.ocsi-2014 .flip-container {

	-webkit-perspective:800px;
}

.ocsi-2014 .flip-parent {
  position: absolute;
  width:100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
}

.ocsi-2014 .flip-parent:hover {
	-webkit-transform: rotateY( 180deg );
}

.ocsi-2014 .flip-child {
	width: 100%;
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.ocsi-2014 .flip-side-b {
  -webkit-transform: rotateY( 180deg );
}

.ocsi-2014 .key_name {
	color:#999;
	border: 1px solid #ddd;
	padding:1px 3px;
	border-radius: 5px;
	cursor: default;
}

.ocsi-2014 div.row.more-information {
	margin-bottom: 10px;
}

.ocsi-2014 .edit-box-title>h3 {
	margin-top: 0px;
}


.ocsi-2014 .edit-box-title {
	padding-top: 10px;
	padding-bottom: 5px;
}


.ocsi-2014 {
}



/* Custom Area Overlay Outputs.Overlay.CustomArea */

.custom-area-elm.overlay-active {
	border:1px solid #ccc;
	padding:3px;
	cursor:pointer;
	border-radius: 3px;
	display: inline;
	margin:1px;
	color:black;
	background-color: white;
	font-weight: normal;
}

.section-dashboard-content .custom-area-elm.overlay-active {
	border:0px none !important;
	padding: 0px;
	background:none;
}

.section-dashboard-content .alert {
	padding: 10px;
}

.popover {
	color:black;
	font-weight: normal;
	font-size: 14px;
	min-width:300px;
}

/* ******************** THEME AND SERIES EDITING *********************** */

.theme-editor {
	border:1px solid #ccc;
	border-top-width: 0px;
	background-color: white;
}

.theme-editor .theme {
	background-color:white;
	border-top:1px solid #ccc;
	cursor:pointer;
	padding:10px;
}

.theme-editor .theme.selected {
	background-color: #eee;
}

.theme-editor .theme:hover {
	background-color: #4DA6FF;
	color:white;
}

.theme-editor .theme.drop-hover {
	background-color: #ddd;
}

.theme-editor .theme .badge.theme-series-count {
	background:none;
	color:#aaa;
	border: 1px solid #aaa;
}

.theme-editor .theme:hover .badge.theme-series-count {
	color:white;
	color:rgba(255, 255, 255, 0.5);
	border-color:white;
	border-color:rgba(255, 255, 255, 0.5);
}

.theme-editor .theme .drag-handle, .series-editor .themeseries .drag-handle {
	cursor:move;
}

.theme-editor .theme .edit-button, .theme-editor .theme .delete-button {
	color:#aaa;
	text-decoration: none;
}

.theme-editor .theme:hover .edit-button, .theme-editor .theme:hover .delete-button {
	color:rgba(255, 255, 255, 0.5);
}

.theme-editor .theme:hover .edit-button:hover, .theme-editor .theme:hover .delete-button:hover {
	color:white;
}

.theme-editor .theme.loading {
	color:#37404D;
	font-style: italic;
	opacity:0.5;
}

.series-editor {
	border:1px solid #ccc;
	background-color: white;
}

.series-editor .themeseries {
	background-color: #eee;
	padding:10px;
	margin:1px;
	cursor:default;
	transition:background-color 0.2s, box-shadow 0.5s;
	z-index: 5;
}

.series-editor .filter-ui {
	background-color: #000D33;
	padding:30px 50px;
}

.series-editor .filter-ui .explanation {
	color:white;
}

.series-editor .themeseries.ui-sortable-helper {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

.series-editor .themeseries.custom-dataset {
	border-left:5px solid #FFA64D;
}

.series-editor .themeseries.standard-series {
	border-left:5px solid #4DA7FF;
}

.series-editor .themeseries .name-holder a, .series-editor .themeseries .name-holder a:active, .series-editor .themeseries .name-holder a:focus {
	text-decoration: none !important;
}

.series-editor .themeseries.custom-dataset .name-holder i.glyphicon {
	color: #FFA64D;
}

.series-editor .themeseries.standard-series .name-holder i.glyphicon {
	color: #4DA7FF;
}

.series-editor .already-assigned {
	display: none;
}

.series-editor .filtered .extra-info {
	display:block !important;
	overflow: hidden;
	height:2.2em;
}

.series-editor .filtered .open .extra-info {
	display:block !important;
	overflow: auto;
	height:auto;
}

.themeseries.open .show-when-closed, .themeseries .show-when-open {
	display: none;
}

.themeseries.open span.show-when-open, .themeseries span.show-when-closed {
	display: inline;
}

.themeseries.open div.show-when-open, .themeseries div.show-when-closed {
	display: block;
}

.themeseries .extra-info {
	border:1px solid rgba(0,0,0,0.2);
	border-width: 1px 0px 1px 0px;
	font-size: 0.9em;
	margin: 5px -9px 1px -9px;
	padding: 5px 27px;
	background-color: white;
}

.themeseries .extra-info p {
	font-size: 1em;
}

.series-editor .themeseries .show-on-checkbox, .series-editor .header .checkbox-title {
	text-align: center;
	width:100px;
	display:inline-block;
	border-left: 1px solid #ddd;
}

.series-editor .header .checkbox-title-title {
	text-align: right;
	display: inline-block;
	padding-right: 5px;
}

.series-editor .name-holder {
	width:270px;
	display:inline-block;
	vertical-align: top;
}

.series-editor .pseudo-theme-series-container .name-holder {
	width:80%;
}

.series-editor .filter-ui label {
	color:white;
	font-weight: normal;
	font-size: 0.9em;
	padding-top:3px;
}

.series-editor .filter-string-warning {
	background-color: #600;
	color:white;
	text-align: center;
	padding:10px;
}

.series-editor .theme-series-container.empty {
	background-color: #DDD;
	text-shadow: 0px 1px 0px #FFF;
	padding: 10px;
}

.theme-editor .header .title, .series-editor .header .title {
	font-weight: bold;
}

.theme-editor .header a, .series-editor .header a {
	color:white;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	padding:4px;
	text-decoration: none;
	transition:background-color 0.2s;
}

.theme-editor .header a.delete-all-themes:hover {
	background-color:red;
}

.theme-editor .header a.add-theme:hover {
	background-color: #3670A9;
}

.series-editor .header, .theme-editor .header {
	background-color: #001A66;
	color:white;
	font-size:0.9em;
	text-transform: uppercase;
	padding:10px;
}

.series-editor .themeseries.loading {
	color:#37404D;
	font-style: italic;
	opacity:0.5;
}

.theme-status {
	margin:10px;
	padding:20px;
	border:1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}

.theme-status-deleted {
	border-color: #600;
	color:#600;
}

.theme-editor .theme .group-left {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

@keyframes loading-finished-highlight {
 	0% {
 		background: red
 	}
 	100% {
 		background: none;
 	}
}


.sgc .radio label>div {
	margin-left: 10px;
}

.sgc .radio label>div div {
	transition:margin 0.3s;
	margin-left:0px;
}

.sgc .radio label:hover>div div {
	margin-left:3px;
	
}

.plt-editor {

}

.plt-editor .point-location-type {
	border: 1px solid rgba(0,0,0,0.1);
	padding:10px;
	margin:1px;
	background-color: rgba(255, 255, 255, 0.9);
	transition: border-color 0.5s, background-color 0.5s, box-shadow 0.5s;
	position: relative;
}

.plt-editor .point-location-type.loading {
	opacity:0.5;
	font-style: italic;
	background-color: rgba(248, 248, 248, 0.9);
}

.plt-editor .point-location-type.unclassified {
	border-style: dashed;
}

.plt-editor .point-location-type.unclassified .name h5 {
	color: #555;
}

.plt-editor .point-location-type:hover, .plt-editor .point-location-type:focus {
	border-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 47px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 47px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 47px 0px rgba(0,0,0,0.22);
	z-index: 5;
}

.plt-editor .drag-handle {
	float:left;
	padding:10px;
	cursor:move;
	color:rgba(0,0,0,0.3);
	transition: color 1s;
}

.plt-editor .point-location-type:hover .drag-handle {
	color:rgba(0,0,0,1);
}

.plt-editor .inner-container {
	margin-left:40px;
}

/* what they have in common */
.plt-editor .point-location-type .name h5, .plt-editor .point-location-type .name input {
	color:#001A66;
	font-weight: bold;
}

/* what they have in common */
.plt-editor .point-location-type .description p, .plt-editor .point-location-type .description textarea {
	color: #333;
}

.plt-editor .point-location-type .show-by-default {
	padding: 10px 10px 3px 10px;
	/*border-bottom: 1px solid rgba(0,0,0,0.1)*/
}

.plt-editor .point-location-type .show-by-default label {
	font-weight: normal;
	font-size: 0.9em;
	transition:color 0.5s;
	color:rgba(0,0,0,0.6);
}

.plt-editor .point-location-type .show-by-default label:hover {
	color:rgba(0,0,0,1);
}

.plt-editor .point-location-type h5 {
	transition: padding 0.2s, margin 0.2s, border-color 0.2s;
	border:1px solid rgba(0,0,0,0);
	cursor:text;
	/*padding: 10px 0px;
	margin:0px;*/
    border-radius: 6px;
    word-wrap: break-word;
}

.plt-editor .point-location-type h5:hover, .plt-editor .point-location-type .name input {
    padding: 10px 10px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,0.3);
}

.plt-editor .point-location-type p {
	transition: padding 0.2s, margin 0.2s, border-color 0.2s;
	border:1px solid rgba(0,0,0,0);
	cursor:text;
	/*padding: 10px 0px;
	margin:0px;*/
    border-radius: 6px;
    word-wrap: break-word;
    padding-right: 20px;
}

.plt-editor .point-location-type p:hover {
    padding: 5px 10px;
    margin: 0px;
    margin-top: -5px;
    border: 1px solid rgba(0,0,0,0.3);
}

.plt-editor .btn-delete {
	border:1px solid rgba(0,0,0,0.1);
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
	font-size: 0.9em;
	padding-left: 9px;
	color:rgba(0,0,0,0.4);
}

.plt-editor .btn-delete i {
	color:rgba(0,0,0,0.7);
}

.plt-editor .btn-delete:hover, .plt-editor .btn-delete:hover i {
	color:rgba(150,0,0,1);
}

.plt-editor .btn-delete:hover {
	border:1px solid rgba(150,0,0,0.5);
}

.plt-icon-editor>.inner-holder {
	border: 1px solid #eee;
	transition:border 0.5s;
	border-radius: 5px;
	width:100px;
	height:100px;
	text-align: center;
	position: relative;
	overflow: visible;
}


.plt-icon-editor>.inner-holder img.icon {
	margin-top:15px;
	cursor: pointer;
}

.plt-icon-editor>.inner-holder .edit {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.5s;
	position:absolute;
	text-align: right;
	right:5px;
	bottom:3px;
}

.plt-icon-editor>.inner-holder:hover {
	border: 1px solid #ccc;
}

.plt-icon-editor>.inner-holder:hover .edit {
	opacity: 1;
}

.pl-icon-selector {
	position:absolute;
	left:80px;
	top:80px;
	border:1px solid #ccc;
	background:rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	padding: 5px;
	text-align: left;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.2);
	z-index:100;
	cursor: default;
}

.pl-icon-selector .icons>div {
	display:inline-block;
	background-color: rgba(0,0,0,0.03);
	margin:4px;
	padding:4px;
	width:40px;
	height:40px;
	border-radius: 5px;
	transition:height 0.2s, width 0.2s, padding 0.2s, margin 0.2s, background 0.5s;
	cursor: pointer;
}

.pl-icon-selector .icons>div img {
	width:16px;
	height:16px;
	margin:8px;
	transition:height 0.2s, width 0.2s, padding 0.2s, margin 0.2s, background 0.2s;
}

.pl-icon-selector .icons>div:hover {
	background-color: rgba(0,0,0,0.15);
}

.pl-icon-selector .icons>div:hover img {
	width:32px;
	height:32px;
	margin:0px;
}

.pl-icon-selector .inner-holder {
	width:280px;
	height:200px;
	overflow-y: auto;
}

.table-custom-area tbody th {
	width:30%;
}

.table-custom-area ul.constituent-regions li {
	list-style:none;
	padding:0.1em 0.3em;
	margin:0px;
	display:inline-block;
	font-size:0.9em;
	border:1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	margin-right:5px;
	margin-bottom:5px;
}

.table-custom-area a {
	color:#428bca;
}

.table-custom-area a:hover {
	text-decoration: none;
}

.table-custom-area ul.constituent-regions {
	list-style:none;
    padding: 0px 0px 0.2em 0px;
	margin:0px;
	max-height: 300px;
	overflow:auto;
}

.add-stock-group-btn {
	margin: 10px;
}

.section .section-head {
	background-color:#eee;
	border-bottom:1px solid #ddd;
	padding: 10px;
}

.section .section-head h5 {
	margin:0px;
	padding:0px;
}

.section .section-body {
	padding: 10px;
}

fieldset.section {
	border:1px solid #ddd;
	border-radius: 3px;
	margin: 10px 0px;
}

.map-drawing-control {
	background-color: #001A66;
    border: 1px solid #001A66;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color:white;
}

.map-drawing-control .toolbar {
	padding:3px;
	min-height:34px;
}

.map-drawing-control .toolbar p {
	float:right;
	padding-right:10px;
	padding-top:5px;
}

.map-drawing-control .map-canvas {
	border-radius: 5px;
	clear: both;
}

.standard-area-selector {
	background-color: #001A66;
    border: 1px solid #001A66;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color:white;
}

.standard-area-selector .options-area {
	max-height: 400px;
	min-height: 100px;
	overflow: auto;
	background-color: white;
	border-radius: 5px;
	color:rgba(0,0,0,0.9);
}

.standard-area-selector .toolbar {
	padding: 3px;
}

.standard-area-selector select {
	color:black;
	width:30%;
	margin-right: 5px;
	display:inline-block;
}

.standard-area-selector.loading {
	opacity: 0.3;
}

.standard-area-selector .options-area ul {
	list-style: none;
	padding: 5px;
	margin:0px;
}

.standard-area-selector .options-area li.has-no-stock-inside {
	opacity: 1;
}

.standard-area-selector .options-area li input {
	margin-left: 10px;
	margin-right: 10px;
}

.radio .radio {
	margin-left: 20px;
	padding-left: 40px;
	border-left: 1px solid rgba(0,0,0,0.2);
}


/********** CUSTOM AREA EDITOR PAGE *****************/
.custom-area-table-container tr.custom_area td, .custom-area-table-container tr.custom_area th {
	background-color: white;
	border-bottom: 1px solid #ccc;
	margin:1px 0px;
	padding:5px 10px;
	cursor:default;
}
.custom-area-table-container tr.custom_area th {
	border-left: 1px solid #ccc;
}

.custom-area-table-container tr.custom_area th i {
	opacity:0.4;
}

.custom-area-table-container td.options {
	border-right: 1px solid #ccc;
}

.custom-area-table-container tr.category {
	background-color:rgba(0,0,0,0.08);
}

.custom-area-table-container tr.custom_area i.glyphicon-move {
	cursor: move;
}

.custom-area-table-container tr.custom_area.ui-sortable-helper th,
.custom-area-table-container tr.custom_area.ui-sortable-helper td {
	border: 1px solid #aaa;
}

.custom-area-table-container tr.custom_area.sortable-placeholder td {
	height:40px;
	background-color: rgba(200,150,0, 0.5);
}

.custom-area-table-container tr.category th {
	padding:5px 10px;
	height:40px;
}
.custom-area-table-container tbody tr.category th {
	border-bottom:1px solid #ccc;
}

.custom-area-table-container tbody tr.category th.category-name {
	border-left:1px solid #ccc;
}
.custom-area-table-container tbody tr.category th.category-options {
	border-right:1px solid #ccc;
}

.custom-area-table-container table {
	border:1px solid rgba(0,0,0,0.2);
}

.custom-area-table-container thead th {
	font-size:0.9em;
	text-transform: uppercase;
	padding:10px 10px;
}

.custom-area-table-container thead th.add {
	min-width:480px;
}

.custom-area-table-container .show-when-filtered th {
	background-color:rgb(244, 67, 54);
	color:white;
	font-weight: normal;
	text-transform: none;
	cursor:pointer;
}

.custom-area-table-container .show-when-filtered {
	display:none;
}

.custom-area-table-container .filtering .show-when-filtered {
	display: table-row;
}

.custom-area-table-container .custom-disabled {
	opacity: 0.5 !important;
	cursor: default;
	background-color: #eee;
}

.custom-area-table-container {
	margin: 10px 0px;
}

.custom-area-table-container .table-tr-options .add-custom-area {
	margin-left: 4px;
}

.custom-area-table-container .view-edit {
	color: #999;
	width:100px;
}

.custom-area-table-container .options,
.custom-area-table-container .category-options {
	width:300px;
	text-align: right;
}

.toggle-empty-stock-groups-control {
	height: 30px;
	width: 250px;
}

.toggle-empty-stock-groups-control .custom-area-show-hide-areas-checkbox {
	height: 30px;
	box-sizing: border-box;
	margin-top: 2px;
}

.toggle-empty-stock-groups-control .custom-area-show-hide-areas-label {
	margin-right: 15px;
	line-height: 30px;
	height: 30px;
	float: left;
}

.standard-area-selector-label {
	font-weight: normal;
}

.error-text {
	color: #900;
	font-size: 1.6em;
}

/******************* Custom Dataset Editor *******************/

.custom-data-editor .mini.key {
	font-size: 0.8em;
	margin:0px;
	padding:0px;
	width:155px;
}

.custom-data-editor .mini.key .color {
	width:30px;
	float:left;
	color:white;
	text-align: center;
	height:20px;
	line-height: 20px;
}

.custom-data-editor .color-1 {
	background-color: #600;
}

.custom-data-editor .color-2 {
	background-color: #C00;
}

.custom-data-editor .color-3 {
	background-color: #E69138;
}

.custom-data-editor .color-4 {
	background-color: #FFD966;
}

.custom-data-editor .color-5 {
	background-color: #93C47D;
}

.custom-data-editor td h4 {
	margin-top:0px;
	padding-top: 0px;
	color:black;
}

.custom-data-editor .ocsi-2014 .project-details .form-group {
	margin-bottom: 22px;
}

.custom-data-editor .ocsi-2014 table.table thead th {
	background-color: #001A66;
	color:white;
}

.custom-data-editor ul.timepoints {
	list-style: none;
	padding:0px;
	margin:0px;
}

.custom-data-editor ul.timepoints li {
	list-style: none;
	padding:0px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	font-size: 0.8em;
	min-width: 130px;
	padding:5px 0;
}

.custom-data-editor tr.datasetCategory {
	display: none;
}

.ocsi-2014 .custom-data-editor .table.table_data tr.datasetCategory th,  .ocsi-2014 .custom-data-editor .table.table_data tr.datasetCategory td, .ocsi-2014 .custom-data-editor .table.table_data tr.category th, .ocsi-2014 .custom-data-editor .table.table_data tr.category td {
	background-color: #EEE;
	color:black;
}

/******* End custom data editor *******/

/******* Background worker feedback *******/

.background-worker-ui {
	margin-top:30px;
	background-color: #eee;
	margin-bottom: 80px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.background-worker-ui .inner {
  margin:10px;
  padding:4%;
  background-color:white;
  border-radius: 4px;
  text-align:center;
  color:#37404D;
}


.background-worker-ui .inner p.information {
  padding: 3% 6%;
}

.background-worker-ui .inner p {
  padding: 1% 2%;
}

.background-worker-ui .inner img {
	margin:30px;
}

.background-worker-ui.error {
	background-color:#ce0000;
}

.background-worker-ui ul {
	border:1px solid #37404D;
	border-radius: 5px;
	margin:1% auto;
	max-width: 60%;
	list-style: none;
	padding:0px;
}

.background-worker-ui ul :last-child {
	border:none;
}

.background-worker-ui ul * {
	list-style: none;
	border-bottom: 1px solid #37404D;
	margin:0px;
	padding:1%;
	text-align: left;
}

/******* End background worker feedback ********/

iframe {
	border:none;
}


