  html {
  		font-family: 'Open Sans';
		font-style: normal;
		font-size: 1em;
  	}
   body {
  		background: #EDECEC;
  		color: gray;
  		font-family: 'Open Sans';
		font-style: normal;
  	}
    #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 {
		
		text-align:left;
		font-family: 'Open Sans';
		font-style: normal;
	}
	

	
  	
  	
  .checkbox .input-helper:before {
	  top: 0;
	  width: 17px;
	  height: 17px;
	  border: 2px solid #4285F4;
  }
  
  .radio .input-helper:before {
	  background: #ffffff;
	  border: 1px solid #0d8aee;

	  padding: 3px;


  }
  

 
  
  .top-menu > li > a.tm-user {
  	background-image: url("../custom_img/account.png");
  	background-size: 24px;
  }
  
  .top-menu > li > a.tm-user-out {
  	background-image: url("../custom_img/account.png");
  	background-size: 24px;
  }

    .top-menu > li > a.tm-menu {
  	background-image: url("../custom_img/menu.png");
  	background-size: 20px;
  }
  
  
  #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;
	font-family: 'Open Sans';
	font-style: normal;
	
}

.dropdown-toggle {
	max-width:210px;
}

.dropdown-menu  > li {
	height:30px;
	z-index:1
	
}

.dropdown-menu  > li > a {
	font-family: 'Open Sans';
	font-style: normal;
	z-index:1
}

.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;
	
}

.btn-link {
	color: #0d8aee;
}
.noUi-base {

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top:10px;
	
	height: 4px;
}
.input-slider {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	height: 5px;
}
.noUi-origin {
	border-radius: 0px;
	height: 5px;
	border: 0px solid #000000;
	
}
.noUi-target {
	border-radius: 0px;
	height: 5px;
	
	border: 0px solid #000000;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-horizontal {
  height: 5px;
 
}

.noUi-horizontal .noUi-handle {
  top:-7px;
  width: 19px;
  left:-5px;
  height: 19px;
  background: #0d8aee;
 
}

.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;
}


.fc-event,
	.fc-agenda .fc-event-time,
	.fc-event a {
	    background-color: #bbbbbb; /* background color */
	    border-color:  #aaaaaa;     /* border color */
	    color: gray;              /* text color */
	    
	}
	.fc-event {
		padding:5px;
		margin-left:0px;
		margin-right:0px;
		border-left:0px;
		border-right:0px;
	}
	.fc-ltr .fc-event-hori.fc-event-start,
	.fc-rtl .fc-event-hori.fc-event-end {
		border-left-width: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		}
	
	.fc-ltr .fc-event-hori.fc-event-end,
	.fc-rtl .fc-event-hori.fc-event-start {
		border-right-width: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		}
		
	.fc-event-vert.fc-event-start {
		border-top-width: 0px;
		border-top-left-radius:0px;
		border-top-right-radius: 0px;
		}
	
	.fc-event-vert.fc-event-end {
		border-bottom-width: 0px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius: 0px;
	}
	
	#transactionHistoryDiv {
		width: 100%;
		height: 100%;
	}
	
	
		
	.fc-header-title {
	
		border: 0px solid red;
		margin-top: 0px;
		padding-top:0px;
	}
	
	.fc-header-title h2 {
		margin-top: 0px;
		padding-top:2px;
		font-size: 1.6em;
		vertical-align: top;
		padding-right:6px;
		white-space: nowrap;
	}
	
	.fc-header-right {
		width: 25%;
		text-align: right;
		margin-top: 0px;
		padding-top:0px;
		vertical-align: top;
		margin-right:12px;
		white-space: nowrap;
	}
	
	.fc-day-grid-event {
		-moz-border-radius: 0px; 
		-webkit-border-radius:0px; 
		border-radius: 0px; 
	
	} 
	
	.fc-button-group {
	 
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px; 
	}
	
	.fc-prev-button {
		
		 
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px; 
	}
	.fc-button {
		
		 
		 -moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px; 
		 -webkit-transition: all;
		  -o-transition: all;
		  transition: all;
		  -webkit-transition-duration: 300ms;
		  transition-duration: 300ms;
		  border: 0;
		  text-transform: none;
		  
	} 
	.fc-content{
		-moz-border-radius: 0px; 
		-webkit-border-radius:0px; 
		border-radius: 0px; 
	}
	.fc-corner-right {
		-moz-border-radius: 0px; 
	-webkit-border-radius:0px; 
	border-radius: 0px; 
	}
	
	.fc-corner-left {
		-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
	}
	.fc-today-button {
		-webkit-transition: all;
		  -o-transition: all;
		  transition: all;
		  -webkit-transition-duration: 300ms;
		  transition-duration: 300ms;
		  border: 0;
		  text-transform: none;
	}
	
	.fc-toolbar {
		height: 64px;
		margin-bottom: 0px;
		background: #0d8aee;
	}
	.fc-event-container {
		padding-top: 16px;
		height: 30px;
		background: #dddddd;
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px; 
	}
	
	
	.table thead > tr > th { border-top: none; }
	
	.fc-last {
	background: #dddddd;
	padding-top: 16px;
	}
	
	.progress {
		background: #eeeeee;
		height:14px;
	}