    #header {
    	  background: #0d8aee;
    	  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    	  height: 65px;
    	  position: fixed;
    	  z-index: 10;
    	  width: 100%;
    	  left: 0;
    	  padding-right: 10px;
    	  top: 0;
    	  -webkit-transition: all;
    	  -o-transition: all;
    	  transition: all;
    	  -webkit-transition-duration: 200ms;
    	  transition-duration: 200ms;
    	  -webkit-touch-callout: none;
    	  -webkit-user-select: none;
    	  -khtml-user-select: none;
    	  -moz-user-select: none;
    	  -ms-user-select: none;
    	  user-select: none;

    	}
    	#header:not(.sidebar-toggled).header-up {
    	  -webkit-transform: translate3d(0, -70px, 0);
    	  transform: translate3d(0, -70px, 0);
    	}
    	
    	.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
    	.tt-hint {
    	    width: 396px;
    	    height: 30px;
    	    padding: 8px 12px;
    	    font-size: 24px;
    	    line-height: 30px;
    	    border: 2px solid #ccc;
    	    border-radius: 8px;
    	    outline: none;
    	}

    	.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    	}

    	.tt-hint {
    	    color: #f00;
    	}

    	.tt-menu { 
    	    width: 500px;
    	    margin-top: -10px;
    		margin-left: 12px;
    	    padding: 8px 0;
    	    background-color: #fff;
    	    border: 1px solid #ccc;
    	    border: 1px solid rgba(0, 0, 0, 0.2);
    	    border-radius: 2px;
    	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    		//background-color: rgba(114, 165, 247, 1);
    	}

    	.tt-suggestion {
    	    padding: 3px 10px;
    		text-align: left;
    	}

    	.tt-suggestion.tt-cursor { 
    	    color: #fff;
    	    background-color: #D4D4D4;

    	}

    	.tt-suggestion p {
    	    margin: 0;
    	}
    	
    	.pr-avatar {
    		  width: 52px;
    		  height: 52px;
    		  border-radius: 50%;
    		  color: #FFF;
    		  text-align: center;
    		  line-height: 50px;
    		  font-size: 20px;
    		  margin-right: 15px;
    		  text-transform: uppercase;
    		  text-decoration: none;
    		}
    	
      .profile-avatar {
    		  padding: 12px;
    		}


 #topHeader {
     	height:45px;
     	width:100%;
     	z-index:88;
		background:#eeeeee;
		background-color:#eeeeee;

    }


	
	.dropdown-toggle {
		min-width: 150px;
		text-align:left;
	}
	
	.dropdown-menu {
		min-width: 179px;
	}
	
  	body {
  		background: #EDECEC;
  		color: #0B3861;
  	}
  	
  .checkbox .input-helper:before {
	  top: 0;
	  width: 17px;
	  height: 17px;
	  border: 2px solid #4285F4;
  }
  #sidebar .profile-menu > a {
	  display: block;
	  height: 25px;
	  margin-bottom: 5px;
	  width: 100%;
	  background: #eeeeee;
	  background-size: 100%;
  }
  
#sidebar .profile-menu > a .profile-info {
  background: #C7D3E8;
  padding: 7px 14px;
  color: #0B3861;
  margin-top: 1px;
  position: relative;
}
#sidebar .profile-menu > a .profile-info > i {
  font-size: 19px;
  line-height: 100%;
  position: absolute;
  right: 5px;
  top: 7px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.card-body {
	background: #FFFFFF;
	
}
.card {
	background: #FFFFFF;
}

.dropdown-menu {
	z-index: 99959;
	display:block;
}
.dropdown-menu  > li {
	height:30px;
}

.tab-nav{
	box-shadow: inset 0 -2px 0 0 #ffffff;
}

.white{
	box-shadow: inset 0 -2px 0 0 #EEEEEE;
}


.tab-nav > li > a {
  display: inline-block;
  color: #0B3861;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-weight: 500;
}
.block-header {
	padding-left:0px;
}
#top-search-wrap .countryPick {
  border: 0;
  height: 40px;
  position: relative;
  padding: 0 10px 0 40px;
  font-size: 18px;
  margin: 12px;

 }
 
 .alert-info {

  background-color: #C7D3E8;
  border-color: #C7D3E8;
  color: gray;
}
.pagination > .active > a {
 background-color: #0d8aee;
  border-color: #0d8aee;
  color: #ffffff;
}

.table > tbody > tr:last-child > td {
    border: none;
}

.tooltip-inner {
    white-space:pre-wrap;
}

#header{
  color: #fff;
  background: #0d8aee;
}

.container {
	min-height: 1100px;
	
}
.amcharts-export-menu .export-main {
	margin: 1px;
}
.amcharts-export-menu .export-main > a, .amcharts-export-menu .export-drawing > a {
	text-indent: -13333331px;
	width: 26px;
	height: 26px;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #C7D3E8;
	background-position: center;

	border-radius: 18px;
	margin: 8px 8px 0 6px;
	margin-top:0px;
	
}

.mini-charts-item:before {
  width: 0px;
  cursor: pointer;
  background: #C7D3E8;
  filter: alpha(opacity = 30);
	opacity: 0.3;
}

.researchCenterButton {
   	  color: #ffffff;
	  background-color: #2196f3;
	  border-color: #0d8aee;
	  height: 30px;
	  padding: 10px;
	  padding-top:5px;
	  padding-bottom: 5px;
	  margin-top:-40px;
}
