﻿@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);

.fa-2x {
	font-size: 2em;
}

.fa-sidebar {
	position: relative;
	display: table-cell;
	width: 50px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}

.main-menu:hover,
nav.main-menu.expanded {
    width: 260px;
    overflow: visible;
    transition: width 0.6s;
}

.main-menu {
	/*background: #fbfbfb;*/
	border-right: 1px solid #e5e5e5;
	position: absolute;
	top: 0px;
    padding-top: 50px;
	bottom: 0px;
	/*height: 100%;*/
	left: 0;
	width: 60px;
	overflow: hidden;
	-webkit-transition: width .05s linear;
	transition: width .05s linear;
	-webkit-transform: translateZ(0) scale(1, 1);
	z-index: 1000;
}

.main-menu::-webkit-scrollbar { 
    display: none; 
}

.main-menu>ul {
	margin: 7px 0;
}

.main-menu li {
	position: relative;
	display: block;
	width: 255px;
}

.main-menu li>a {
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	color: #999;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.main-menu .nav-icon {
	position: relative;
	display: table-cell;
	width: 60px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

.main-menu .nav-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	font-family: Rubik, sans-serif;
}

.main-menu>ul.logout {
	position: absolute;
	left: 0;
	bottom: 0;
}

.no-touch .scrollable.hover {
	overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
	overflow-y: auto;
	overflow: visible;
}

a:hover,
a:focus {
	text-decoration: none;
}

nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

nav ul,
nav li {
	outline: 0;
	margin: 0;
	padding: 0;
}

nav.main-menu li.active > a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
	color: #fff;
	/*background-color: #5fa2db;*/
	background-color: #080808;
}

nav.main-menu li.active > a {
	background-color: #000;
}

nav.main-menu li.active:hover > a {
	background-color: #222222;
}

.area {
	float: left;
	background: #e2e2e2;
	width: 100%;
	height: 100%;
}
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url('fonts/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff') format('woff');
}*/

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

.sidebar ul li {
	border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
	background-color: #eeeeee;
}

.submenu-nav .arrow {
	float: right;
	padding-top: 25%;
}

.sidebar .arrow {
	float: right;
}

.submenu-nav > a > .fa.no-arrow {
	display: block;
}

.submenu-nav > a > .fa.no-arrow:before {
	content: ' ';
}

.submenu-nav > a > .fa.arrow:before {
	content: "\f0d7";
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.submenu-nav.selected > a > .fa.arrow:before {
	content: "\f0d8" !important;
}

.submenu-nav.selected > a > .fa.no-arrow:before {
	content: ' ' !important;
}


.sidebar .active > a > .fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
	border-bottom: none !important;
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media (min-width: 768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 51px;
	}
	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

/* reset our lists to remove bullet points and padding */
.submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
/*.mainmenu li:hover .submenu {
    display: block;
    max-height: 1200px;
    transition: max-height 1s ease-in-out;
}*/
.submenu-open {
    display: block;
    max-height: 1000px;
    transition: max-height 0.6s ease-in-out;
}

.mainmenu li.selected {
	display: block;
	max-height: 1000px;
	transition: max-height 0.6s ease-in-out;
}

.main-menu:hover .mainmenu li.submenu-nav.selected {
	max-height: 100%;
}

.main-menu:hover .mainmenu li.submenu-nav.selected .submenu {
		max-height: 100%;
		background-color: #222222;
		/* this is the initial state of all submenus.
we set it to max-height: 0, and hide the overflowed content.
*/
	}

.main-menu .disabled {
	pointer-events: none;
}

.submenu {
	overflow: hidden;
	transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	max-height: 0;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
	/*background-color: #999;*/
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
	background-color: #080808;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.2s ease-out;
}

.submenu li {
	margin-left: 00px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #222222;
	font-weight: 500 !important;
}

.navbar-top-links li a {
	padding: 5px 15px !important;
}