@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
  font-family: "Open Sans", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif ! important;
  font-size: 87.5%;
  line-height:1.5;
}

.confirmed, .deaths, .recovered, .current
{
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.confirmed
{
  background-color: #FF0088;
}

.deaths
{
  background-color: #0c143b;
}

.recovered
{
  background-color: #4ead73;
}

.current
{
  background-color: #edbf87;
}

#allprovinces, #nohubei
{
	/*background-color: #c4e8f2;*/
}

#playTab div {
  text-align: center;
  background:#ECF1F7;
  /*margin-top:10px;
  padding-top:20px;
  padding-bottom:10px;*/
  height:60px;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #adacac;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #1c2b1c;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1c2b1c;
  cursor: pointer;
}

/* remove border radius for the tab */

#exTab .nav-pills > li > a {
  font-size: 125%;
  border-radius: 4px 4px 0 0 ;
  border-color: #cccccc;
  padding : 5px 25px;
}

#extabHr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#exTab .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #cccccc;
}

.logos {
	margin-bottom:25px;
}

#custom-bootstrap-menu.navbar {
  margin-bottom: 0px;
}

.page-header {
	background:#ECF1F7;
	margin-top:0px;
	padding-top:0px;
	position:relative;
  margin-bottom:0px;
  padding-bottom:0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  min-height: 100px;
}

.not-logged {
  padding-bottom:20px;
}

.push-main {
	height: 125px; /* .push must be the same height as .footer */
}

#wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}

#wrapper .jumbotron {
  min-height: 100%;
  padding: 0px 80px 40px 80px;
}	

.page-header {
  min-width:100%;
}

.page-footer {
  text-align: center;
  background:#ECF1F7;
  margin-top:20px;
  padding-top:8px;
  padding-bottom:10px;
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.2);
  clear:both;
}

.push-mobile {
	height: 205px; /* .push must be the same height as .footer */
}

.wrapper-main {
	margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper-mobile {
	margin: 0 auto -205px; /* the bottom margin is the negative value of the footer's height */
}

.page-footer-mobile {
  height: 205px;
}
.page-footer-main {
  height: 125px;
}

.page-footer p {
  color:#6E7064;
  font-size: 14px;
}

.page-footer h3 {
  color:#6E7064;
  font-size: 17px;
}

.jumbotron {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px;
	/*max-width: 1200px;*/
}

.jumbotron h1,
.jumbotron .h1
 {
	/*color:#0a8399;*/
	color: #13567a;
	text-transform: none;
	font-size: 40px;
	font-weight: 200;
	line-height: 1.25;
}

.jumbotron h2,
.jumbotron .h2
 {
  color:#006982 ! important;
  font-size: 18px;
}

.modal-header h1,
.modal-header .h1
{
	font-size: 28px;	
}

.modal-body h2,
.modal-body .h2
{
	font-size: 14px;	
	margin-top: 5px;
    margin-bottom: 5px;
}

.jumbotron h3 {
	text-transform:none;
	padding:0px;
	margin:0px;
	color:#0a8399;
	font-family: inherit;
	font-weight: 200;
}

.jumbotron h4 {
	font-size: 24px; 
	margin: 0px; 
	color: rgb(19, 86, 122); 
	padding: 0px; 
	font-weight: 200; 
	line-height: 1.25; 	
}

.jumbotron h5 {
	font-size: 14px; 
	margin: 0px; 
	color: rgb(19, 86, 122); 
	padding: 0px; 
	font-weight: 800; 
	line-height: 21px;
	text-transform: uppercase; 	
}

.jumbotron .row .left-indent {
	padding-left:10px;
	}


.jumbotron p {
	font-family:"Open Sans";
	color:  black;
	font-size: 14px; 
	font-weight: 400;
}

.frontpane {
	margin-bottom: 60px;	
}

.frontpane-left {
	padding-right: 3%;	
}

.frontpane-right {
	padding-left: 3%;	
}


	
table.antibiogram {
	width:100%;	
}

.tableantibiogram >tr>th,.tableantibiogram >tr>td  {
	width:100%;	
	padding: 3px ! important;
}

.methodtable {
	border="1" 
	width="100%"
	padding-top:30px;
	padding-bottom:30px;
	}

.table-header-rotated {
  border-collapse: collapse;
}
.table-header-rotated td {
  width: 60px;
}
.table-header-rotated th {
  padding: 5px 10px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
.table-header-rotated th.rotate > div {
  -webkit-transform: translate(66px, -20px) rotate(315deg);
          transform: translate(66px, -20px) rotate(315deg);
  width: 80px;
}
.table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}


th.horizontal-text {
	vertical-align: bottom ! important;
}

th.vertical-text {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg) translateX(100%) translateY(33%);
	-webkit-transform-origin: 100% 100%;
	height:250px ! important;
	width: 250px ! important;
	
}

th.vertical-text > div {
	display:table-cell;
	vertical-align: bottom;	
	width: 250px;
}

td.antibiogram {
	width: 25px;
	text-align: center;	
}


.sources p {
	font-family:inherit;
	color:  black;
	font-size: 12px;
	padding-left: 0px;
	padding-bottom:5px;
	
}

.sources-list {
	font-family:inherit;
	color:  black;
	font-size: 12px;
	padding-left: 0px;
}

ol.sources-list li {
	list-style-type: decimal;	
}



.activeNav {
	font-weight: bold;
	/* color: #FF8000 ! important; */
	color: #1e3067 ! important;
}

.donatenav {
	font-weight: bold;
	color: #FFFFFF ! important;
	/*background-color: #cd6600 ! important; */
	background-color: #1e3067 ! important;
}

p.donatenav a {
	color: #FFFFFF ! important;
	text-decoration: underline;
}

.donatenav p {
	font-family:inherit;
	font-size: 14px;
	padding-left: 0px;
	padding-bottom:5px;	
}



.source {
	padding-left:20px;
	padding-top:5px;
	}
	
.jumbotron li {
	list-style:none;
	}
.jumbotron .test li {
	list-style:inherit;
	}

.jumbotron li a {
	font-family:"Open Sans";
	color: #616161;
	font-size: 14px;
	padding:0;
}

.inline {
	display:inline;
}


.jumbotron li a:hover{
		color:#EC7100;
		
		}

strong a {
color: #13567a;
font-size:15px;
}

.comments {
	padding-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
}

.comments p {
	color: #006982;
	font-style: normal;
	font-size: 14px;
	text-decoration: underline;
}

.comments p:hover {
	color: #EC7100;
	cursor: pointer; 
	cursor: hand;
}

.links {
	color: #006982;
	font-style: italic;
	cursor: pointer; 
	cursor: hand;
}

h2 a {
	color:#006982;
}

.about {
	line-height: 21px;	
}

.about-indent {
	line-height: 21px;	
	text-indent: 50px;
}

.about-list {
	color: #DC6516;
	font-size: 18px;
	font-weight: 700;
}

ul.about-list {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

ol.about-list {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

ol.about-list li {
	list-style-type: decimal;	
}

ul.about-list li {
	list-style: disc;
}


.about-text {
	margin-left: 50px; 
	margin-righ: 50px; 
}

.chunky {
	color: #DC6516 ! important;
	font-size: 16px ! important;
	font-weight: 700 ! important;
	padding: 30px 0px 30px 0px;

}

h1.pageTitle {
	font-weight: 200;	
}

h2.block-title {
	color: #13567a;
	margin: 0;
	text-transform: none;
	background: none;
	padding: 0px;
	font-family: inherit;
	line-height: 1.25;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

h2.block-title a {
	color: #13567a;
}

.dropdown {
	position: static !important;	
	padding-bottom: 30px;
    margin-bottom: -30px;
}

.nav > .dropdowntest:hover a {
	background-color: #ffffff !important;   	
	
}

.dropdowntest>a:hover {
    background-color: #ffffff !important;   
}

.source {
	background-color: #EFEFEF;
	}

.dropdown:hover {
	background-color: #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
    
}

.dropdown-content {
    display: none;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:999;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
}



.block {
  padding: 0;
  margin-bottom: 20px;
}

.row-fluid {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e65855;
  border-top: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

div#block-block-1--2 ul,
div#block-block-1 ul {
  padding-left: 0px;
  list-style-type: none;
}

div#block-block-1--2 ul > li,
div#block-block-1 ul > li {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1em;
}

div#block-block-1--2 ul > li:first-child,
div#block-block-1 ul > li:first-child {
  margin-top: 0em;
}

div#block-block-1--2 ul > li > ul > li,
div#block-block-1 ul > li > ul > li {
  font-weight: normal;
  text-transform: none;
  margin-top: 0px;
}

div#block-block-1--2 .content > ul > li:first-child,
div#block-block-1 .content > ul > li:first-child {
  margin-top: 0px;
}

div#block-block-1 {
  width: 875px;
}

div#block-block-1 .block-inner {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}

div#block-block-1 .block-inner_covid19 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

div#block-block-1 ul li {
  list-style: none;
}

.countrylist {
  -webkit-columns: 4 250px;
  -moz-columns: 4 250px;
  columns: 4 250px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
    -webkit-column-rule: 1px solid black;
     -moz-column-rule: 1px solid black;
          column-rule: 1px solid black;
}


ul li div a:hover{
	color:#EC7100;
	
	}

.btn-rsn:hover,
.btn-rsn:focus,
.btn-rsn.focus,
.btn-rsn:active,
.btn-rsn.active,
.open > .dropdown-toggle.btn-rsn {
  color: #fff;
  background-color: #C65C28;
  border-color: #204d74;
}
.btn-rsn:active,
.btn-rsn.active,
.open > .dropdown-toggle.btn-rsn {
  background-image: none;
}
.btn-rsn.disabled,
.btn-rsn[disabled],
fieldset[disabled] .btn-rsn,
.btn-rsn.disabled:hover,
.btn-rsn[disabled]:hover,
fieldset[disabled] .btn-rsn:hover,
.btn-rsn.disabled:focus,
.btn-rsn[disabled]:focus,
fieldset[disabled] .btn-rsn:focus,
.btn-rsn.disabled.focus,
.btn-rsn[disabled].focus,
fieldset[disabled] .btn-rsn.focus,
.btn-rsn.disabled:active,
.btn-rsn[disabled]:active,
fieldset[disabled] .btn-rsn:active,
.btn-rsn.disabled.active,
.btn-rsn[disabled].active,
fieldset[disabled] .btn-rsn.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-rsn .badge {
  color: #337ab7;
  background-color: #fff;
}

.login-btn {
  margin-left: 3%;
  margin-right: 3%;
}

.login-menu {
	padding-top: 70px;
}

.navbar {
	min-height: 30px;	
}

.navbar-brand {
    padding: 0px 0px;
}

.navbar-nav {
	text-align: justify;	
	width:100%;
	overflow: visible;
}

.navbar-nav li {
    text-align: center;	
}

.country_table {
	min-width: 300px;
}

.lilink {
	font-size: 14px;
	font-family: inherit;
	font-weight: 600;
	color: #666;
	padding-left: 10px;
	overflow: hidden;	
}

li.lilink:hover {
	text-decoration: none;
	/*color: #FF8000 !important;*/
	color: #1e3067 !important;

}

ul.greybuttons:after {
	clear: both;
	content: ' ';
	display: block;
}

.clickable {
    cursor: pointer;
}


.clickableunderline {
    cursor: pointer;
    text-decoration: underline;
}

ul.greybuttons	{
	padding: 0px;
	font-size: 14px;
}

ul.greybuttons li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 5px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #eee;
	padding: .25em 1em;	
}

ul.greybuttons li:hover {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background: #e0e0e0;
	color: #13567a;
}

ul.greybuttons li.active {
	background: #ccc;
	font-weight: 600;
	color: #666;
	box-shadow: none;
	margin: 7px 8px 3px 12px;       
}

ul.greybuttons li.disabled, li.disabled:hover {
	color: #ccc;  
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background: #eee;
	cursor: default;
}

.drugpath_header {
	text-transform: uppercase;	
	font-weight: 600;
	color: #000;
}

.drugpath_tablerow {
	padding: 10px 10px 0px 0px;
	display: table-row;	
}

.drugpathli {
	font-size: 14px;	
	display: table-cell;
	float: left;
	text-decoration: none;
  	color: #666;
  	font-weight: 600; 
  	padding-left: 10px; 	
}

.drugpathli_disabled {
	font-size: 14px;	
	display: table-cell;
	float: left;
	text-decoration: none;
  	color: #ccc;
  	font-weight: 600; 
  	padding-left: 10px; 	
  	cursor: default;
}



.drugpathli_active {
	font-size: 14px;	
	display: table-cell;
	float: left;
	text-decoration: none;
	font-weight: 600;
	color: #13567A;
    border-left: 8px solid;
    padding-left: 2px;	
}

.drugpathli:hover {
	/* color: #FF8000; */
	color: #1e3067;
}

.drugpathli_small:hover {
	/* color: #FF8000; */
	color: #1e3067;
}

.drugpathli_small {
	font-size: 12px;	
	display: table-cell;
	float: left;
	text-decoration: none;
  	color: #666;
  	font-weight: 600;
  	padding-left: 10px; 
}

.drugpathli_small_active {
	font-size: 12px;	
	display: table-cell;
	float: left;
	text-decoration: none;
  	color: #13567A;
  	font-weight: 600;
  	border-left: 8px solid;
  	padding-left: 2px; 
}

.fakelink {
	text-decoration: none;
  	color: #337ab7;
  	cursor: pointer;
}

.countries_tablerow {
	padding: 10px 10px 0px 0px;
	display: table-row;
}

.countries_region_head {
	background-color: #ECF1F7;
	border-top:20px solid white;
	width: 150px;
}


.countries_region_head_country {
	font-weight: 900;
	text-transform: uppercase;	
	font-size: 14px;
	width: 130px;
	float: left;
	padding-right: 20px;
	display: table-cell;
}

#highchartcontainer {
  width: 100%;
  height: 400px;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 100px;
  position: relative;
}

.countries_country {
	font-weight: 400;
	font-size: 14px;
	width: 130px;
	float: left;
	text-decoration: none;
  	color: #13567a;
  	padding: 10px 10px 0px 0px;
}

.countries_region_head_text {
	text-transform: none;	
	font-weight: 400;
	font-size: 12px;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
}

.res {
	width: 80px; 	
}

.use {
	width: 42px;	
}

.countries_text_right {
	border-right:20px solid white;
}

.country_list_dropdown {
	padding: 10px !important;
}

.region_dropdown {
	display: inline;
	text-align: left !important;	
}

.reg_head_dropdown {
	text-align: left !important;	
}

.country_list_dropdown li {
    text-align: left;	
}

.DRIregionDropdown {
    padding: 0;
    margin: 0;
    border: 0px solid #ccc;
    width: 400px;
    margin-left: auto ;
    margin-right: auto ;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.DRIregionDropdown select {
    padding: 5px 8px;
    width: 90%;
    color: #333333;
    font-size: 18px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    background: url("/images/carat_icon.png") no-repeat right;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.DRIregionDropdown select:focus {
    outline: none;
}

.yearDropdown {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100px;
    margin-left: 0 ;
    margin-right: auto ;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.yearDropdown select {
    padding: 5px 8px;
    width: 90%;
    font-size: 14px;	
  	color: #666;
  	font-weight: 600; 
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    background: url("/images/carat_icon.png") no-repeat right;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.yearDropdown select:focus {
    outline: none;
}


.USCSAregionDropdown {
    padding: 0;
    margin: 0;
    border: 0px solid #ccc;
    width: 400px;
    margin-left: auto ;
    margin-right: auto ;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.USCSAregionDropdown select {
    padding: 5px 8px;
    width: 90%;
    color: #333333;
    font-size: 18px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    background: url("/images/carat_icon.png") no-repeat right;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.USCSAregionDropdown select:focus {
    outline: none;
}


.navbar-nav>li>a {
	padding: 0px 15px 0px 15px;
	margin-top: 0px;
	font-weight: 600;
}

.change_headers_mobile {
    width: 300px;
    padding-top: 2em;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1em;
}	

.change_headers {
    width: 600px;
    padding-top: 2em;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1em;
}	

.helptext {
	color: #13567A !important;
	text-transform: none;
	font-weight: 600;
}

.nodata {
	content: "Sorry, we don't have data for this combination of options";
	position: absolute;
	left: 30%;
	top: 50%;
	text-align: center;
	display: block;
	width: 40%;
	padding: 10px 40px;
	border: 2px solid RGBA(220, 101, 22, 0.4);
	box-sizing: border-box;
	background-color: RGBA(220, 101, 22, 0.15);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	opacity: 1;
}

.chart_notes {
	font-size: 10px;
	color: #777;
	p:last-child {
		margin-bottom: 0;
	}
}

#sourcenames ul {
    list-style: none;
    padding-left: 0px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    column-count: 2;
    font-size: 12px;
}

body.html ul.tight {
    margin-top: 0px;
}

body.html ul {
    padding-top: 0px;
    margin-top: .25em;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #939393;
}
#custom-bootstrap-menu.navbar-default {
    font-size:15px;
    background-color: rgba(236, 241, 247, 1);
    border-width:0px;
    border-radius:0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #939393;
    background-color: rgba(236, 241, 247, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #13419b;
    background-color: #rgba(236, 241, 247, 1);
    
}


#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(198, 92, 40, 1);
    background-color: rgba(236, 241, 247, 1);
    font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ecf1f7;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ecf1f7;
    font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf1f7;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ecf1f7;
}

.centered
{
    text-align:center;
}

p.error 
{
	font-size: 16px;
	color:red;	
	padding:15px;	
}

.errorText
{
	font-size: 16px;
	color:red;	
	padding:15px;
}

.errorTextSmall
{
	font-size: 12px;
	color:red;	
	padding:5px;
}


.optionaloptions {
    border-radius: 25px;
    border: 2px solid #006982;
    padding: 20px;  
    margin: 20px;
    background: #ECF1F7;
    color:#C65C28;
	font-size: 24px;
}

table.info { border: 0px; border-collapse: separate; border-spacing: 2px; }
table.info tr td { padding: 2px; }

.table-header {
	font-family: sans-serif;
	font-weight:bold !important;
	background-color:#ffffff;
	border: 1px;
	}

.alternate-row{
	background-color:#F9F7F7;
	}
	
.right-col {
	border-left:1px solid #ddd;
}

.views-field-title {
    font-size: 18px;
    margin-top: 0px;
    line-height: 1.2em;
    word-wrap: break-word;
}

.view-field-date {
	color: rgb(170, 170, 170);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11.2px;
	font-weight: 700;
	line-height: 16.8px;
	text-transform: uppercase;
	word-wrap: break-word;
}

.view-field-body {
	color: rgb(102, 102, 102);
	font-size: 12.6px;
	font-style: italic;
	font-weight: 600;
	line-height: 16.3833px;
	word-wrap: break-word;

}

.views-field-field-image	{	
	float: left;
	margin: 0px 20px 20px 0px;
	min-width: 140px;
	min-height: 100px;
}

.views-field-field-image img {
    width: 132px;
    height: auto;
    padding: 4px;
    outline: 1px solid #ddd;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}

span.pane-title.block-title {
	font-size:28px; 
	color: rgb(19, 86, 122);
	font-family:inherit;
}

.panel{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:30px}
.panel .panel-heading{line-height:40px;padding:0 15px;min-height:40px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-bottom:1px solid #d4d4d4;position:relative;-webkit-box-shadow:inset 0 0 1px 1px #fff;-moz-box-shadow:inset 0 0 1px 1px #fff;box-shadow:inset 0 0 1px 1px #fff}
.panel .panel-heading i{color:#a6a6a3;width:30px;display:inline-block;font-size:14px}
.panel .panel-heading h2,.panel .panel-heading h3{display:inline-block;margin:0;color:#333;text-transform:uppercase;font-weight:500;font-size:12px}
.panel .panel-heading .panel-title {display:inline-block}
.panel .panel-heading .panel-actions{float:right;margin-right:-15px;border-left:1px solid white;height:40px;font-size:0}
.panel .panel-heading .panel-actions i{display:inline-block;color:#a6a6a3;text-align:center;width:40px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;text-decoration:none;font-size:14px}
.panel .panel-heading .panel-actions a{display:inline-block;height:40px;width:44px;line-height:50px;border-left:1px solid #d4d4d4;text-align:center;-webkit-box-shadow:inset 0 0 1px 1px #fff;-moz-box-shadow:inset 0 0 1px 1px #fff;box-shadow:inset 0 0 1px 1px #fff}.panel .panel-heading .switch{margin:10px}
.panel .panel-heading .label.pull-right,.panel .panel-heading .badge.pull-right{margin:11px 0}
.panel .panel-body.no-padding{padding:0}.panel .panel-body.padding-horizontal{padding:0 15px}
.panel .panel-body.no-padding-bottom{padding-bottom:0}.panel .panel-footer{background:white;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-top:1px solid #d4d4d4;position:relative;-webkit-box-shadow:inset 0 0 1px 1px #fff;-moz-box-shadow:inset 0 0 1px 1px #fff;box-shadow:inset 0 0 1px 1px #fff}
.panel.panel-default{border:1px solid #d4d4d4;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.1);box-shadow:0 2px 1px -1px rgba(0,0,0,0.1)}
.panel.panel-default .panel-heading{background:#f5f5f5}.panel.panel-default .panel-footer{background:#f5f5f5}
.panel.panel-primary{border-color:#20a8d8}
.panel.panel-primary .panel-heading,.panel.panel-primary .panel-footer{background:#5dc3e7;color:#092f3d;border-color:#20a8d8}
.panel.panel-success{border-color:#79c447}
.panel.panel-success .panel-heading,.panel.panel-success .panel-footer{background:#a3d781;color:#284315;border-color:#79c447}
.panel.panel-info{border-color:#67c2ef}.panel.panel-info .panel-heading,.panel.panel-info .panel-footer{background:#acdef6;color:#106894;border-color:#67c2ef}
.panel.panel-warning{border-color:#fabb3d}.panel.panel-warning .panel-heading,.panel.panel-warning .panel-footer{background:#fcd588;color:#815703;border-color:#fabb3d}
.panel.panel-danger{border-color:#ff5454}.panel.panel-danger .panel-heading,.panel.panel-danger .panel-footer{background:#ffa1a1;color:#a10000;border-color:#ff5454}
.panel.panel-minimized .panel-body{display:none}
.panel-heading .nav-tabs{float:right;margin-right:-3px;border:0;border-left:1px solid white;border-right:1px solid white}
.panel-heading .nav-tabs li{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.panel-heading .nav-tabs li a{background:transparent;border:0;border-left:1px solid #d4d4d4;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin:0;font-size:14px;margin:20px;padding:20px;line-height:20px;font-weight:300;height:40px;color:#484848;-webkit-box-shadow:inset 0 0 1px 1px #fff;-moz-box-shadow:inset 0 0 1px 1px #fff;box-shadow:inset 0 0 1px 1px #fff}
.panel-heading .nav-tabs li.active>a{background:white;border:0;border-left:1px solid #d4d4d4}
.panel-heading .nav-tabs li:hover{border:0}
.panel-heading .nav-tabs li:last-child{border-right:1px solid #d4d4d4}
.panel-body .tab-content{background:transparent;border:0;padding:0}
.panel{overflow:hidden}
.panel-bottom {border: 4px solid yellow}
.panel-panel.line-3 {-webkit-column-count:3;-webkit-column-rule:1px solid blue;-webkit-column-gap:10px;}
.pane-title.block-title {font-size:20px; color:#0a8399; font-family:inherit;}
.panel-panel.line-5 {-webkit-column-count:2;-webkit-column-rule:1px solid green;-webkit-column-gap:10px;}
.panel-pane.box-shading-blue {
	background-color: #ECF1F6;
	padding: 20px;
	padding-bottom:100px;
	
}
.view-display-id-featured_publication {
		.views-field-field-image {
			float: left;
			margin: 0px 20px 20px 0px;
			min-width: 140px;
			min-height: 100px;
			img {
				width: 140px;
				height: auto;
				box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
			}
		}
	}

full_country_list ul > li:first-child {
	margin-top:0em;
	}
.box_adjustments{
	padding-left:10px;
	margin-bottom:14px;
}

.panel-separator {
	height:20px;
	clear:both;
}


ul.country_list span.reg_head span.region{
	display: table-cell;
	width: 130px;
	vertical-align:bottom;
	font-weight:800;
	color:black;
	line-height:21px;
	font-size:14px;
}

ul.country_list span.reg_head {
	display: table-row;
	width: 100%;
	background-color:#ecf1f7;
	line-height:10px;
	}

	
ul.country_list span.reg_head span.res_header {
	display:table-cell;
	vertical-align:bottom;
	font-size:12px;
	text-transform: none;
	font-weight:400;
	width:42px;
	text-align: right;
	list-style-type:none;
	
}

ul.country_list span.reg_head span.use_header {
	display:table-cell;
	vertical-align: bottom;
	font-size:12px;
	text-transform:none;
	font-weight:400;
	width 50px;
	text-align:right;
	padding-right:20px;
	margin-right:20px;
}

ul.country_list > li ul span.i.f {
	background-color: #EFEFEF;
	}

ul.country_list > li ul span.i {
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	border-radius: 18px;
	font-size: 0px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	margin-right:20px;
	white-space:nowrap;
}

ul.country_list li {
	-webkit-column-break-inside: avoid;
	break-inside:avoid;
	margin-top:0px;
	display: list-item;
}

ul.country_list > li ul li a {
	display:inline-block;
	width: 150px;
}

ul.country_list > li ul span.i.has_use img {
	padding-left:7px;
	}

ul.country_list .has_use img{
	height:24px;
	width: auto;
	max-width: inherit;
}

ul.country_list .has_res img{
	height:24px;
	width: auto;
	max-width: inherit;
}

.region{
font-weight:900;
text-transform: uppercase;
margin-top:1em;
}


.popover {color:#000}
.settings-title-group{
	font-size: 18px;
    color: #006982;
    padding-top:12px;
    font-weight: bold;
}


.settings-title{
	font-size: 16px;
    color: #006982;
    padding-top:12px;
}

.settings-title-column{
	text-align:right;
}

.settings-button{display:inline;margin-right:10px;}

.btn-help {
	color: #fff;
    background-color: #13567A;
    font-size: 14px;
    font-weight: bold;
}

.btn-help:focus,
.btn-help.focus {
  color: #fff;
  background-color: #DC6516;
}
.btn-help:hover {
  color: #fff;
  background-color: #DC6516;
}

.modal-footer {
  text-align: left;
}

.donate-box-title {
	text-transform:none;
	padding:0px;
	margin:0px;
	color:#0a8399;
	font-family: inherit;
	font-weight: 200;
    padding-left: 50px;
    font-size: 28px;
}

.numbercircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    position: absolute;
    left:15px;
    top:7px;
    width: 30px;
    height: 30px;
    padding: 2px;
    background:  rgb(198, 92, 40);
    color: #fff;
    text-align: center;
    display:inline-block;
    font-size: 18px;
    vertical-align: middle;
}

ul.donatebuttons:after {
	clear: both;
	content: ' ';
	display: block;
}

.clickable {
    cursor: pointer;
}

ul.donatebuttons	{
	padding: 0px;
	font-size: 18px;
}

ul.donatebuttons li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #eee;
	padding: .25em 1em;	
	width: 100px;
}

ul.donatebuttons li:hover {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background: #e0e0e0;
	color: #13567a;
}

ul.donatebuttons li.active {
	background: #ccc;
	font-weight: 600;
	color: #666;
	box-shadow: none;
	
}

ul.donatebuttons li.disabled, li.disabled:hover {
	color: #ccc;  
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background: #eee;
	cursor: default;
}

.donateother {
	text-transform:none;
	padding:10px 0px 0px 0px;
	margin:0px;
	color:#0a8399;
	font-family: inherit;
	font-weight: 200;
	font-size: 21px;	
}

.donateother span
{
	font-size: 12px;
	padding:5px;
}

.form-group span
{
	font-size: 12px;
	padding:5px;
	color:#0a8399;
}


.btn-donate {
	color: #fff;
    background-color: #13567A;
    font-size: 14px;
    font-weight: bold;
}

.btn-donate:focus,
.btn-donate.focus {
  color: #fff;
  background-color: #DC6516;
}
.btn-donate:hover {
  color: #fff;
  background-color: #DC6516;
}

.donatetextheader {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1em;
}	


.form-control-error {
  border-color: #8a6d3b;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#cookiebanner {
  background: #6d6e71;
  background: rgba(109, 110, 113, 0.9);
  border-top: solid 1px #939598;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10005;
}
#cookiebanner > .container {
  position: relative;
  padding: 40px 20px;
}
#cookiebanner .heading {
  color: white;
  font-size: 22px;
  font-family: "Brown-Pro-Regular", sans-serif;
}
#cookiebanner a {
  text-transform: none;
}
#cookiebanner a:link,
#cookiebanner a:visited {
  color: white;
  text-decoration: none;
}
#cookiebanner a:hover,
#cookiebanner a:focus {
  color: white;
  text-decoration: underline;
}
#cookiebanner .desc {
  font-size: 18px;
}
#cookiebanner a.arrow {
  font-family: "Brown-Pro-Light", sans-serif;
  font-size: 16px;
}
#cookiebanner a.arrow:before {
  background-image: url(../images/internal-link-white.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
#cookiebanner .closebanner {
  /*position: absolute;m
        right: 21px;
        top: 4px;*/
  margin-top: 20px;
  display: block;
  background: white;
  padding: 15px 20px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  color: #4b4b4b;
  font-size: 18px;
  font-family: "Brown-Pro-Regular", sans-serif;
}
#cookiebanner p {
  color: white;
  font-size: 16px;
  padding-bottom: 10px;
}
