/* ==========================================================================
   Admin - Toolbar, shortcuts, local tasks
   ========================================================================== */

.toolbar-icon {
	font-size: .75em;
}
.path-user .col-md-12 {
	margin-top: 4em;
}
.contextual-links li a {
	color: #000000;
}
#toolbar-administration * {
	z-index: 10000000;
}
.block-shortcuts .toolbar-menu {
	list-style: disc;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 2vw;
	line-height: 3vw;
	font-weight: 700;
	text-align: left;
}
#block-skylake-primary-local-tasks ul.tabs {
	margin: 0.8em 0 1.2em;
	border-bottom: 2px solid #007a37;
}
#block-skylake-primary-local-tasks .tabs > li {
	margin-right: 0;
}
#block-skylake-primary-local-tasks .tabs a {
	color: #002c7d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0.5em 1.2em;
	border-radius: 4px 4px 0 0;
	background: transparent;
}
#block-skylake-primary-local-tasks .tabs a.is-active {
	background-color: #007a37;
	color: #fff;
}
#block-skylake-primary-local-tasks .tabs a:hover,
#block-skylake-primary-local-tasks .tabs a:focus {
	background-color: #e8f5e9;
	color: #007a37;
}
#block-skylake-primary-local-tasks .tabs a.is-active:hover {
	background-color: #006b2f;
	color: #fff;
}
