﻿/* Browser Reset for HTML5 & Tag Level Definitions
-----------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin:0;
    padding:0;
	outline:0;
	/*font-size:100%;*/
	vertical-align:baseline;
	background:transparent;
}

body {
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    /*background: #fff url(/content/img/header-bg.png) repeat-x;*/
    color: #333;
}

div, section, article, aside, footer, dialog, figure, hgroup {
	display:block;
    overflow:hidden;
}


h1, h2, h3, h4, h5, h6, h7, p{
	margin:5px;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
	text-transform:uppercase;
}

ul {
     list-style-position: inside;
 } 

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top:30px;*/
}

.noWrap{
    white-space: nowrap;
}

.content{
    padding-top:30px;
}

/* Global classes */
.invisible{
    display:none;
}

.clear {
	clear:both; 
}

.loader {
	text-align:center;
	margin:10px;
	height:auto;
}

.disclaimer{
    font-size:.8em;
}

.disabled {
	color:#ccc;
}

.highlight {
	background-color:#fc3;
}

.centered {
    margin:0 auto;
    width:650px;
}

.navbar{
    z-index:100;
}
/****************************Header****************************/

/*header {
	height:120px;
	display:block;
	position:relative;
	background-image:url(/content/img/header.jpg);
	background-repeat:no-repeat;
	padding:5px 0px;
	margin-top:0;
	color:#FFFFFF;
}*/

header {
  background: url('/Content/img/header.jpg') no-repeat 50% 0;
  top:10px;	
  border-width:0px;
  min-height:165px;
}

h1#wjm{
    position:absolute;
    top:50px;
    right:185px;
}

div#divLogin {
    position:absolute;
    top:0px;
    right:15px;
    list-style:none;
}

div#divLogin ul {
    list-style:none;
}

div#divLogin a  {
  color: #106FA8;
  text-decoration: none;
  cursor: pointer;
}

div#divLogin a:focus, 
div#divLogin a:hover,
div#divLogin a:active {
  color: #5D5D5D; 
}

header h1 {
    margin: 25px 0px 0px 220px;
    font-weight: normal;
    font-size: 20px;
}
		
header h1 span {
	border-bottom:3px solid #fc3;
}

header h1 span a{
    clear:both;
	color:#FFFFFF;
}

header h1 span a:hover{
	color:#FFFFFF;
    text-decoration:none;
}

/*header section#logo {
	position:absolute;
	right:15px;
	top:30px;	
}*/

header section#logo {
  width: 350px;
  height: 125px;
  margin-top: 1em;
  margin-bottom: 2em; padding:0; font-size:none !important;
}

.header__banner {
  padding: .1em 0;
  min-height:18px;
}

.bg-gradient-nav {

  background: #0f6ea8;
  background: -moz-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f6ea8), color-stop(48%,#0f6ea8), color-stop(50%,#1c4980), color-stop(100%,#1c4980));
  background: -webkit-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -o-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -ms-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: linear-gradient(to right, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
}

.bg-grey {
  background: #ececec;
}

.switchlang
{
	padding-right:160px;
}
.switchlang__separator {
  letter-spacing: -0.05em;
}


#header div.bg-grey a  {
  color: #106FA8;
  text-decoration: none;
  cursor: pointer;
}

#header div.bg-grey a:focus, 
#header div.bg-grey a:hover,
#header div.bg-grey a:active {
  color: #5D5D5D; 
}

li.logoff a, li.logoff a:focus, li.logoff a:hover, li.logoff a:active {
    color:#FFFFFF!Important;
}


/****************************Footer****************************/
footer {
	background-color:#036fb7;
	color:#E6F3FB;
	clear:both;
	border-top:10px solid #FFFFFF;
	font-size:75%;
	padding:4px;
}

footer a {
	color:#E6F3FB;
}

footer nav {
	float:right;
	/*display:inline;*/
}

/****************************Navigation****************************/
div.dispInline{
    display:inline;
    text-align:center;
}

div.dispInline a{
    color:#005099;
}

li.mobile {
        display:none;
    }

li#mobile {
        display:none;
    }

.navbar-inverse .navbar-nav > li > a, 
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
    color:#005099;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration:underline;
    background-color:transparent;
}

.navbar-right {
    padding-right:10px;
}

.navbar-right > li > a:hover, .nav > li > a:focus {
    color:white;
}

.navbar{
    min-height:0px;
}
.navbar-top {
  right: 0;
  left: 0;
  /*top:32px;*/
  border-width: 0 0 1px;
}

nav {
	float:left;
	display:block;
}

nav ul {
	list-style:none;
}

nav#language {
	float:right;
    padding-right:15px;
}
nav#language ul li{
    display:inline;
}

nav#language ul li a {
	color:#5D5D5D;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#FFFFFF;
	text-decoration:none;
}

a img{
    border:0;
}

a:hover {
	text-decoration:underline;
}


a.external-white {
    font-size:0.6em;
	padding-left:15px;
	background-image:url(/content/img/link-external-white.png);
	background-repeat:no-repeat;
	background-position:0 3px;
    color:#FFFFFF;
}


.nav > li > a {
    padding-left:5px;
    padding-right:5px;
}
.navbar-inverse .navbar-nav > li:first-child > a {
		padding-left:20px;
		background-image:url(/content/img/home-icon.png);
		background-repeat:no-repeat;
		background-position:0 15px;
}

.navbar-inverse .navbar-right > li:first-child > a {
		background:none;
}

.navbar-inverse .navbar-nav > li > img {
		padding-top:20px;
		
}

.navbar-inverse .navbar-toggle {
    background-color:#036fb7;
}

/****************************Side navigation****************************/
nav.side {
	/*width:170px;*/
	margin:30px 0px 0px 0px;
}

nav.side h6 {
	border-top:5px solid #fc3;
	background-color:#fdf2e0;
	margin:20px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	color:#666666;
    font-size:1em;
	text-transform:uppercase;
}

nav.side h6:first-child {
	margin-top:0px;
}

nav.side ul {
	margin:0px;
	background-color:#fdf2e0;
	padding-bottom:15px;
}

nav.side ul li {
	margin-right:0px;
	/*padding-left:10px;*/
}

nav.side ul li a {
	background-image:url(/content/img/link-forward.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:2px 3px 2px 15px;
	display:block;
    color:#005099;
}

nav.side ul li a[href^=http] {
	background-image:url(/content/img/link-external-blue.png);
}



/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
	border:0;
    border-top: 5px solid #036fb7;
	background-color:#e5f2f9;
    padding: 0 20px 20px 20px;
}

fieldset h6 {
	margin-left:0px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.2em 0 0 0;
}

.editor-button {
	margin: 1em 0 0 0;
}

input[type=submit], input[type=button] {
	background:#036fb7 url(/content/img/button-bg.png) repeat-x;
	background-position:left top;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:0.8em;
	font-weight:bold;
	padding:5px 8px;
	cursor:pointer;
	height:28px;
}
input[type=submit][disabled], input[type=button][disabled] {
	background:#ccc none;
	color:#333;
}
input.narrow[type=submit], input.narrow[type=button] {
	height:20px;
	padding:2px 0px;
}
input[type=submit]:hover, input[type=button]:hover {
	background-position:left -29px;
}


div.checkboxlist {
	overflow-y:auto;
	border:1px solid #DADADA;
	width:90%;
	height:128px;
	background-color:#fff;
}

div.checkboxlist li {
		overflow:hidden;
		list-style-type:none;
	}

div.checkboxlist input[type=checkbox]{
		float:left;
        margin:5px;
	}

div.checkboxlist label {
		display:block;
        font-weight:normal;
	}

div.issues {
	overflow-y:auto;
	border:1px solid #DADADA;
	width:95%;
	height:128px;
	background-color:#fff;
}

div.issues li {
		overflow:hidden;
		list-style-type:none;
	}

div.issues input[type=checkbox]{
		float:left;
        margin:5px;
	}

div.issues label {
		display:block;
        font-weight:normal;
	}


/**********************Document Search**********************/

section#document-search {
	padding-bottom:15px;
}

section#document-search fieldset {
		margin-bottom:15px;
}

section#document-search fieldset section {
			width:50%;
			text-align:left;
			float:left;
			
}

section#document-search fieldset section.issues{
			width:100%;
			text-align:left;
			float:left;
			
}


section#document-search fieldset select, section#document-search fieldset input[type=text] {
			width:90%;/*300px;*/
}

section#document-search input[type=submit] {
		float:right;
}

section#document-search div.year-list select {
		width:42%;/*80px;*/
}

section#document-search div.treeview{
		height:150px;
}

/**********************Basic Search**********************/

section.home-content {
	/*width:560px;*/
}

section.home-content p{
	margin:10px 0px 0px 0px;
	line-height:130%
}

div#basic-search {
    margin: 0px 0px 5px 0px;
    /*margin-left: auto;
  margin-right: auto;
    width: 560px;*/
}

div#basic-search section {
	width:50%;
	float:left;
}

div#basic-search section.country-basic-search #Countries{
	float:right;
}

div#basic-search input[type=text] {
	width:95%;/*500px;*/
	padding:2px 0;
	text-indent:2px;
	border:1px solid #DADADA;
}

div#basic-search select {
	width:95%/*240px*/;
	padding:2px 0;
	border:1px solid #DADADA;
	/*height:22px;*/
}

div#basic-search select.publication {
	width:42%;/*150px*/
	padding:2px 0;
	border:1px solid #DADADA;
}


div#basic-search section.editor-button {
	margin-right:15px;
	/*width:500px;*/
	text-align:right;
	float:right;
}

div#basic-search .mechanism-basic-search {
	display:none;
}

.editor-button a {
	color:#005099;
}


/****************************Sections*****************************/

section.rounded header p{
	    margin-left:10px;
}

section.rounded header h6 {
	margin-left:20px;
	margin-right:20px;
}

section.rounded div div {
	height:500px;
	overflow-y:auto;
	margin:10px;
	border:none;
	border-radius:0;
}

section.rounded td {
	padding:5px 0;
}

section.rounded input {
	margin:0;
}

section.listings div {
    height: 615px;
}

section.listings div div {
    height: 570px;
}

section.listings div div div.loader {
	height:auto;
}

section.listings table {
    width: 100%;
}

section.listings table tr td {
	border-right:0;
	border-left:0;
	padding-left:5px;
}



section.headed-listings div div {
	margin:0;
}
section.headed-listings div.headings {
	height:auto;
	border-bottom:1px solid #999;
	padding:5px;
}

section.headed-listings table tr td.tools-cell a {
	float:left;
	clear:both;
	white-space:nowrap;
}
				
div.headings {
	height:auto;
	border:none;
	border-bottom:1px solid #999;
	overflow:hidden;
	font-weight:bold;
}

section.selectable-listings table tr {
	cursor:pointer;
}

section.selectable-listings table tr:hover {
	background-color:#fdf2e0;
}


section.paging {
    margin: 0 0px 0 5px;
    line-height: 1.4em;
}

section.paging	div {
	border:0;
	margin:0;
}

section.paging section {
	width:45%;
	float:left;
	text-align:right;
	margin-bottom:10px;
		
}

section.paging section select {
			float:right;
			width:200px;
}

section.paging section ul {
    float: right;
    list-style-type: none;
}

section.paging section ul li {
    display: inline;
    margin-left: 5px;
}

section.paging section ul li a {
	text-decoration:none;
}

section.paging section ul li a:hover {
	text-decoration:underline;
}
		
section.paging select {
}	

section.paging label {
	vertical-align:middle;
	margin:0 5px 0 0;
	text-align:right;
}

section.paging form {
	margin:0 0 0 5px;
}

section.paging a, span {
	margin-left:10px;
}

section.paging a.tools {
	margin:0 5px;
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:18px;
}

section.paging a.print-tool {
	background-image:url(/content/i/print-icon.png);
}

section.paging a.link-tool {
	background-image:url(/content/i/link-icon.png);
}

section.paging a.export-tool {
	background-image:url(/content/i/export-icon.png);
}

section.paging section.results-link {
    clear: both;
    display: none;
    width: 80%;
}

section.paging section.results-link input {
	width:500px;
	margin-left:5px;
}
	

/*************************** Feedback*****************************/
#feedback-form {
	margin:10px;
}

#feedback-form input[type=text], textarea {
	width:500px;
}

fieldset#criteria-box{
	margin:0 0 20px 0;
}

fieldset#criteria-box div {
	overflow-y:auto;
	height:120px;
}

fieldset#criteria-box div  ul{
	display:none;
	list-style:none;
	margin-left:30px;
}

fieldset#criteria-box div ul img {
	cursor:pointer;
}

fieldset#criteria-box div h6{
	display:none;
}

.feedBack-icon{
	vertical-align:middle;
}


section#feedback-listings div div.headings span{
	float:left;
    margin-right:5px;
}

.content a
 {
	color:#005099;
}
/****************************Control panel****************************/

.message, .dialog { 
	display:none;
}



/****************************text fields for control panel****************************/

/*Set width on the form input elements since they're 100% wide by default*/ 
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*.editor-singleline input {
    width: 400px;
}*/

.text-box:-moz-placeholder {
  color: #999999;
}

.text-box::-moz-placeholder {
  color: #999999;
}

.text-box:-ms-input-placeholder {
  color: #999999;
}

.text-box::-webkit-input-placeholder {
  color: #999999;
}

.text-box {
  display: block;
  width: 100%;
  /*height: 34px;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.text-box:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


.cplink{
    color:black;
}

/*****************************Results*****************************/

table.table{
border:1px solid #dddddd;
}

.results tr > th, .results tr >td{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    
    font-size:12px;
}

tr.highlight   
{    
   background-color: #dddddd;
   cursor: pointer; cursor: hand;    
}   

.results tr > td > ul {
    /*list-style-type:none;*/
}

td.resIssues, th.resIssues {
    min-width:100px;
}

td.resArticles, th.resArticles {
    min-width:150px;
}

td.resSymbols, th.resSymbols {
    /*width:50px;*/
}


/*****************************Stats*****************************/

section#stats-listings div div.headings span {
	float:left;
	margin-right:5px;
}
section#stats-listings div div.headings span.lastname-cell {
	width:120px;
}
section#stats-listings div div.headings span.firstname-cell {
	width:120px;
	margin-left:38px
}
section#stats-listings div div.headings span.date-cell {
	width:150px;
	margin-left:42px;
}

			 
section#stats-listings div div.headings table tr td.lastname-cell{
	width:110px;
	text-transform:uppercase;
}
section#stats-listings div div.headings table tr td.firstname-cell {
	width:120px;
}
section#stats-listings div div.headings table tr td.date-cell {
	width:150px;
}			
/*section#stats-listings div div.headings table tr td.archived-cell {
	width:90px;
	text-align:center;
}*/

/***************************PagedList*****************************/
.pagination > li > a {
    color:#036fb7;
}
/****************************Media queries****************************/

@media (max-width: 767px) {
    header section#logo, header nav#language {
        display: none;
    }
    li.sep{
        display:none;
    }
    span.value{
        display:none;
    }
    nav.side{
        display:none;
    }
    li.mobile {
        display:block;
    }
    .navbar-inverse {
        background:none;
        border:none;
    }
    .navbar-collapse {
        background-color: #FFFFFF;
    }
    h1#wjm{
        position:absolute;
        top:50px;
        left:25px;
    }
}


@media (max-width: 400px) {
    /*header {
        background:none;
    }*/
    header h1 {
        margin: 25px 0px 0px 20px;
    }
    li.sep{
        display:none;
    }
    span.value{
        display:none;
    }
    nav.side{
        display:none;
    }
    li.mobile {
        display:block;
    }
    .navbar-inverse {
        background:none;
        border:none;
    }
    .navbar-collapse {
        background-color: #FFFFFF;
    }
    h1#wjm{
        position:absolute;
        top:50px;
        left:25px;
    }
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    header section#logo, header nav#language {
        display: none;
    }
    li.sep{
        display:none;
    }
    span.value{
        display:none;
    }
    /*nav.side{
        display:none;
    }
    li.mobile {
        display:block;
    }*/
    .navbar-inverse {
        background:none;
        border:none;
    }
    .navbar-collapse {
        background-color: #FFFFFF;
    }

    h1#wjm{
        position:absolute;
        top:50px;
        left:25px;
    }
}



/****BootStrap override*/

/*.navbar-inverse {
  background-color:#FFFFFF;
  border-color: #080808;
}*/