  html {
  		font-family: 'Open Sans';
		font-style: normal;
		font-size: 1em;
  	}
   body {
  		background: #eeeeee;
  		
  		font-family: 'Open Sans';
		font-style: normal;
  	}
    #header {
    	  color: #fff;
 		  background:#ffffff; 
		  background-color:rgba(252,252,252,0.80);
    	  box-shadow: 0px 1px 0px rgba(25, 25, 25, 0.15);
    	  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: 1px solid gray;
  }
  
  .radio .input-helper:before {
	  background: #ffffff;
	  border: 1px solid #3B5998;

	  padding: 3px;


  }


#top-search-wrap {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #aaaaaa;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
}

#menu-trigger .line-wrap .line {
  background-color: #3B5998;
}

.top-menu > li > a.tm-chat {
  	background-image: url(cb5dec00b930952edac16fd7b5558c77926460b5.png) ;
  	background-size: 24px;
  }
 .top-menu > li > a.tm-search {
  	background-image: url(01cdcd41091186b08ecec90733c0f218ad745f85.png) ;
  	background-size: 24px;
  }
  
  
 .top-menu > li > a.tm-user {
  	background-image: url(559cc080a9b042dc698247c388f2b359e05fa44c.png) ;
  	background-size: 24px;
  }
  
 .top-menu > li > a.tm-user-out {
  	background-image: url(559cc080a9b042dc698247c388f2b359e05fa44c.png) ;
  	background-size: 24px;
  }

.top-menu > li > a.tm-menu {
  	background-image: url(6b67f2c3fa3df8e03b7172abcd1bf34beb117e01.png) ;
  	background-size: 24px;
  }
  
 #sidebar  {
	
	  background: #ffffff;
	 
  }
  
  #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:#bbbbbb;
  filter: alpha(opacity = 80);
  opacity: 0.8; 
  padding: 7px 14px;
  font-weight: 700;
  color: #0B3861;
  margin-top: 0px;
  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[data-tab-color="blue"] > li > a:after {
  background: #3B5998;
}

.tab-nav > li > a {
  display: inline-block;
  color: #3B5998;
  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: #dfe3ee;
  border-color: #dfe3ee;
  color: gray;
}
.pagination > .active > a {
 background-color: #3B5998;
  border-color: #3B5998;
  color: #ffffff;
}

li.active > a {
 border-color: #3B5998;
}

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

.tooltip-inner {
    white-space:pre-wrap;
}
.active {
	border-color:#3b5998; 
 
}

#header:active{
  color: #fff;
  background:#aaaaaa; 
  background:rgba(59,89,152,0.85);
}

.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: 25px;
	height: 25px;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #3b5998;
	background-position: center;
	color: #ffffff;
	border: 1px solid #3b5998;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	margin-top:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	margin-top:-1px;
	margin-right:-1px;
	margin-left:-1px;
	background-image: url(fa0fead16bd88a9e623f75ca24468854d3811f09.5%2C1) ;
	
}
.noUi-handle-lower {
	color: #3B5998;
}

.btn-link {
	color: #3B5998;
}
.noUi-base {

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top:10px;
	background: #3B5998;
	background-color: #3B5998;
	height: 4px;
}
.input-slider {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #3B5998;
	background-color: #3B5998;
	height: 5px;
}
.noUi-origin {
	border-radius: 0px;
	height: 5px;
	border: 0px solid #000000;
	background: #3B5998;
	
	
}
.noUi-target {
	border-radius: 0px;
	height: 5px;
	background: #3B5998;
	border: 0px solid #000000;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-handle {
	background: #3B5998;
 background-color: #3B5998;
}
.noUi-horizontal {
  height: 5px;
 background: #3B5998;
}
.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
  background: #3B5998 !important;
}

.input-slider[data-is-color=blue] .noUi-base {
  background: #3B5998 !important;
}
.input-slider:not([data-is-color]) .noUi-base {
  background: #3B5998 !important;
}
.noUi-horizontal .noUi-handle {
  top:-7px;
  width: 19px;
  left:-5px;
  height: 19px;
  background: #3B5998;
 background-color: #3B5998;
}
.noUi-background {
  background: #3B5998;
   background-color: #3B5998;
  box-shadow: none;
}
.mini-charts-item:before {
  width: 0px;

  background: #dfe3ee;
  filter: alpha(opacity = 10);
  opacity: 0.1;
}

.researchCenterButton {
   	  color: #ffffff;
	  background-color: #2196f3;
	  border-color: #3B5998;
	  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: #dddddd;
		color:#0B3861;
	}
.fc-toolbar h2 {
  color:#0B3861;
 
}

.fc-toolbar .ui-button {
  color:#0B3861;
}

.fc th {
  background: #cccccc;
  color:#0B3861;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #cccccc;
 
}
.fc table tr > td:first-child {
  border-left-width: 0;
 
}
.fc .ui-widget-header {
  border-width: 0;
}
.fc-event-container {
	padding-top: 16px;
	height: 30px;
	border: 1px solid #000;
	background: #cccccc;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
}
	
	.fc-widget-content {  
		border: 1px solid #000;
	}
	.table thead > tr > th { border: none; }
	
	.fc-last {
	background: #dddddd;
	padding-top: 16px;
	color:#0B3861;
	}
	
	.progress {
		background: #dddddd;
		height:18px;
	}

	.mh-white { background:rgba(255,255,255,0.99); }
	
.progress-bar-primary {
  background-color: #8b9dc3;
}

.btn {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	box-shadow:none;
  	
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}


.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0,0,0,0.2);
}

.btn-google {
    color: #fff;
    background-color: #f44336;
    border-color: rgba(0,0,0,0.2);
}
.btn-danger {
  background-color: #f44336;
  border: 1px solid #f44336;
   
}

.btn-warning {
  background-color: #ff9800;
  border: 1px solid #e68900;
}

.btn-indigo {
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
  color: #ffffff;
}

.btn-indigo:hover {

  color: #ffffff;
}


.btn-info {
	background-color: #00bcd4;
   border: 1px solid #00bcd4;
}
.btn-success {
 
  border: 1px solid green;
   
}
.btn-default {
  border: 1px solid #aaaaaa;
  background-color: #dddddd;
  color: #3b5998;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.0);
}

.btn-default:hover {

   border: 1px solid #aaaaaa;
  background-color: #eeeeee;
}

.btn-gray {
  border: 1px solid #aaaaaa;
  background-color: #f7f7f7;
  color: #3b5998;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.0);
}

.btn-gray:hover {

   border: 1px solid #aaaaaa;
  background-color: #eeeeee;
}


.btn-primary {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #3b5998;
}

.btn-primary:hover {

   background-color: #3b5998;
  border: 1px solid #3b5998;
}

.bgm-blue {
  background-color: #3b5998 !important;
}
.c-blue {
  color: #3b5998 !important;
}

.c-gray {
  color: #8b9dc3 !important;
}

.c-lightGray {
	color: #b0bcd5 !important;
}

.lightblue {
	 background-color: #8b9dc3;
}
.modal[data-modal-color="lightblue"] .modal-content {
  background: #8b9dc3;
}
.bgm-lightblue {
  background-color: #8b9dc3 !important;
}
.c-lightblue {
  color: #8b9dc3 !important;
}

.btn-success {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.bgm-green {
  background-color: #006400 !important;
}
.c-green {
  color: #006400 !important;
}

.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px 0 #ffffff;
  filter: alpha(opacity = 100);
  opacity: 1; 
}

 #profile-main .pmo-pic .pmo-stat {
    background: #dfe3ee;
    padding-bottom: 15px;
  }
  
  

