/* overriding sidebar styles */

.sidebar-collapse .nav > li > a {
	color: #A7B1B5;
	font-size: 15px;
}
.nav > li.active {
	border-left: 8px solid #23C6C8;
}
.nav > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}
.nav > li > a > img {
	margin-right: 10px;
	width: 21px;
}
.nav > li.active img {
	margin-left: -8px;
}
.bottom-group {
	list-style: none;
	padding: 32px 11px;
}
.bottom-group > li {
	margin-bottom: 10px;
	border-radius: 3px;
}
.bottom-group > li.active::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 46px;
	background: #23C6C8;
	left: 0;
	margin-top: -5px;
}
.bottom-group > li.new-task {
	background: #23C6C8;
}
.bottom-group > li.new-customer {
	background: #F8AC59;
}
.bottom-group > li.home {
	background: #A7B1B5;
}
.bottom-group > li > a {
	position: relative;
	display: block;
	padding: 6px 13px;
	color: #2f4050;
	font-weight: 600;
	font-size: 15px;
}
.bottom-group a > img {
	margin-right: 10px;
	max-width: 22px;
}
.bottom-group li:nth-child(1) a > img {
	min-width: 19px;
}
.bottom-group li:nth-child(2) a > img {
	min-width: 22px;
}
body.mini-navbar .bottom-group a {
	padding-left: 9px;
}


/* main menu */

#home .col-lg-12 > h2 {
	font-size: 41px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 60px;
}
#home .widget {
	border-radius: 14px;
	padding: 27px 20px;
}
#home .widget h3 {
	font-size: 30px;
}
#home .widget i {
	font-size: 100px;
}
#home .widget img {
	max-height: 100px;
}
#board-search-input {
	position: relative;
	display: none;
}
#board-search-input input {
	color: #a7b1c2;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #F8AC59;
	width: 100%;
}
#board-search-input .fa.fa-search {
	position: absolute;
	right: 0;
	color: #F8AC59;
	font-size: 15px;
	cursor: pointer;
}

#customer-search-input {
	position: relative;
	display: none;
}
#customer-search-input input {
	color: #a7b1c2;
	border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #F8AC59;
    width: 100%;
}
#customer-search-input .fa.fa-search {
	position: absolute;
	right: 0;
	color: #F8AC59;
	font-size: 15px;
	cursor: pointer;
}

#page-name {
	padding: 19px 0;
	display: inline-block;
	font-size: 16px;
}
.navbar-top-links > li > a > img {
	max-height: 16px;
	margin-right: 3px;
}
.project.navbar-top-links .caret {
	color: #23C6C8;
}
.project.navbar-top-links li:last-child {
	margin-right: 0;
}
.navbar-top-links .desktop-hide {
	display: none;
}

.flowtrace-zendesk {
	position:fixed;
	left: 2em;
	bottom: 2em;
	display: inline-block;
	padding: 50px;
}

.flowtrace-zendesk .help_desk{
	padding-bottom: 20px;
}

.bottom-group2 {
	position: absolute;
    bottom: 16px;
	list-style: none;
	padding: 0;
}

.bottom-group2 > li > a {
	display: block;
	padding: 6px 20px;
	color: #a7b1b5;
	font-size: 16px;
}

.bottom-group2 > li.active > a {
	color: #23C6C8;
}

.bottom-group2 a > img {
	margin-right: 10px;
	width: 22px;
}

/* set to 1300 not to overlap with the project name */
@media (max-width: 1300px) {
	.navbar-top-links .mobile-hide {
		display: none;
	}
	.navbar-top-links .desktop-hide {
		display: inline-block;
	}
}
@media (max-width: 850px) {
	.board-name {
		display: none;
	}
}
@media (max-width: 768px) {
	.navbar-top-links.navbar-right {
		float: right;
	}
	.navbar .dropdown-menu{
		left: -116px;
	}
	.navbar .minimalize-styl-2 {
		margin-left: 0;
	}
	.navbar .navbar-brand {
		padding: 15px 0;
	}
	.navbar .navbar-header {
		max-width: 60%;
	}
	.navbar #page-name {
		display: flex;
		word-wrap: break-word;
	}
}