@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #333;
	visibility: visible;
}

/* -- Top navigation -- */

#top-head {
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
}

/* Smaller Header */

.uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle {
	/* navbar height */
	min-height: 52px;
	padding: 0 8px;
	font-size: 0.85rem;
}

.navbar-logo {
	background-color: #222A30;
	margin-left: -12px;
}

/* Left bar */



/* Left bar links */

#left-col ul.uk-nav-default>li>a {
	padding: 10px 40px;
	border-left: 2px solid transparent;
	transition: all 0.15s ease-out;
	color: #000;
	font-weight: 500;
}

#left-col ul.uk-nav-default li.uk-nav-header {
	padding: 20px 20px 8px 20px;
}

#left-col ul.uk-nav-default>li>a:hover, #left-col ul.uk-nav-default>li.uk-open>a {
	//border-left: 2px solid #fff;
	//padding-left: 30px;
	color: #666; //background-color: rgba(0,0,0,0.1);
}

#left-col ul.uk-nav-default>li.uk-active>a {
	//border-left: 2px solid #fff;
	//padding-left: 30px;
	color: #999; //background-color: rgba(0,0,0,0.1);
}

#left-col ul.uk-nav-default li .uk-nav-sub {
	padding-left: 34px;
}

#left-col .uk-dropdown.user-drop {
	min-width: 160px;
	max-width: 160px;
	padding: 0.75rem;
}

/* Drop arrow */

#left-col .uk-dropdown.user-drop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}

.left-content-box {
	padding: 0.75rem 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: -1px;
}

.left-nav-wrap {
	padding-bottom: 60px;
}

.content-box-dark {
	background-color: rgba(0, 0, 0, 0.09);
}

.text-light {
	font-weight: 200;
	font-size: 1.25rem;
}

.bar-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 15px 0;
	background-color: #042893;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 3;
	bottom: 0;
	width: 240px;
}

.left-logo {
	/* navbar height */
	height: 62px;
	line-height: 62px;
	padding: 0 20px;
	background-color: #042893;
}

.custom-logo {
	height: 32px;
}

.profile-img {
	width: 60px;
	margin: 0 auto 10px auto;
	display: block;
}

.panel-icons {
	margin: 0 8px;
}

.uk-tooltip {
	background-color: white;
	color: #242C33;
	box-shadow: 0 2px 12px rgba(50, 50, 50, 0.1);
}

#content {
	padding: 20px 0 0 0;
	background-color: #fff;
	margin-left: 0;
	transition: margin 0.2s cubic-bezier(.4, 0, .2, 1);
}

@media screen and (min-width: 960px) {
	#content {
		/* equal to left-col width */
		margin-left: 240px;
	}
	#top-head {
		/* equal to left-col width */
		left: 240px;
	}
}

#top-head [class*="uk-navbar-dropdown-bottom"] {
	margin-top: 0;
}

/* Search nav */

.search-field {
	width: 140px;
	-webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.search-field:focus {
	width: 200px;
	border-color: #fff !important;
}

.uk-card {
	box-shadow: none;
	
}

.uk-heading-primary {
	letter-spacing: -0.032em;
	font-weight: 300;
}

/* Smooth shadow transition */

.uk-card {
	-webkit-transition: box-shadow 0.55s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow 0.55s cubic-bezier(.4, 0, .2, 1);
	border: 0.0625rem solid #dee7e7;
	//border-radius: 0.25rem;
	border-radius: 0.15rem;
	border: 1px solid #cdd4d9;
	box-shadow: 1px 2px 0 rgba(6,41,66,.1);
}

/* Progress */

.uk-progress {
	height: 3px;
	margin-bottom: 0.5rem;
	background-color: rgba(0, 0, 0, 0.23);
}

*+.uk-progress {
	margin-top: 0.25rem;
}

.uk-progress.warning::-webkit-progress-value {
	background-color: #faa05a;
}

.uk-progress.warning::-moz-progress-bar {
	background-color: #faa05a;
}

.uk-progress.warning::-ms-fill {
	background-color: #faa05a;
}

.uk-progress.success::-webkit-progress-value {
	background-color: #32d296;
}

.uk-progress.success::-moz-progress-bar {
	background-color: #32d296;
}

.uk-progress.success::-ms-fill {
	background-color: #32d296;
}

/* Charts */

.chart-container {
	position: relative;
	height: 300px;
	margin: 0 auto;
}

.minz+#content {
	/* equal to left-col width */
	margin-left: 0px; //display:none
}

.hidesbar {
	display: none;
}




/* Container */


@media (min-width:960px) {
 .uk-container {
  padding-left:120px;
  padding-right:120px
 }
}

.uk-container {
  max-width:none;
 }
 
 
 /* Headings */
 
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 0.5rem;
   font-weight: 400;
   line-height: 1.25;
   color: #001737; }
 
 h1, .h1 {
   font-size: 2.1875rem; }
 
 h2, .h2 {
   font-size: 1.75rem; }
 
 h3, .h3 {
   font-size: 1.3125rem; }
 
 h4, .h4 {
   font-size: 1.2125rem; }
 
 h5, .h5 {
   font-size: 1.09375rem; }
 
 h6, .h6 {
   font-size: 0.875rem; }
 
.uk-heading-bullet::before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-.1 * 1em);
	vertical-align: middle;
	height: 1.5rem;
	margin-right: 5px;
	border-left: 5px solid #f37736;
}










.uk-dropdown.drop-nav {
	border-radius: 4px;
	box-shadow: 0 2px 24px rgba(0,0,0,.1);
	width: 300px;
}
.uk-dropdown.drop-comments {
	width: 370px;
}
.drop-nav::after {
	bottom: 100%;
	right: 4%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
.uk-dropdown.uk-dropdown-right-center::after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.uk-dropdown.uk-dropdown-left-center::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.message {
	font-size: 0.85rem;
	display: block;
	line-height: 1.3rem;
	padding: 0.5rem 0;
}
.uk-notification-message {
	background-color: #1e87f0;
	color:  white;
	font-size: 0.9rem;
	border-radius: 3px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}



/* from index page inline */

.uk-navbar-nav>li>a {
  padding:0 0;
  color:#fff;
  text-transform:none;
  transition:.1s ease-in-out;
  transition-property:color,background-color;
  font-weight:bold;
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a[aria-expanded=true] {
  color:#333;
}
.uk-navbar-nav>li>a:active {
  color:#333
}
.uk-navbar-nav>li.uk-active>a {
  color:#333
}

.cl>li>a {

  color:#000;
  font-weight:bold;

}


.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {

	min-height: 48px;

}


.uk-section-xsmall {
	padding-top: 12px;
	padding-bottom: 12px;
}