/* Show "Left" drawer for the "Right" drawer */
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}
/* Hide the actual "Right" drawer */
.snapjs-right .snap-drawer-right {
	display: none;
}
/* Styles for expanding "Search" input */
.snap-drawers .search {
	background: rgb(67,74,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,74,94,1) 0%, rgba(57,64,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,74,94,1)), color-stop(100%,rgba(57,64,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,74,94,1) 0%,rgba(57,64,82,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,74,94,1) 0%,rgba(57,64,82,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,74,94,1) 0%,rgba(57,64,82,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(67,74,94,1) 0%,rgba(57,64,82,1) 100%); /* W3C */
	border-top:solid #4E5567 1px;
	border-bottom:solid #242A37 1px;
}
.snap-drawers #search {
	height: 20px;
	margin: 5px;
	margin-left:-30px;
	font-family: Arial, Helvetica, sans-serif;
	color:#BCBEC7;
	text-shadow: 0 1px 0 #4A566C;
	background: linear-gradient(#414A5A,#4C5464);
	background: -webkit-linear-gradient(#414A5A,#4C5464);
	padding-left: 30px;
	border: 1px solid #222936;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	        box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
}
.snap-drawers #search:focus {
	outline: none;
	border-color: #151515;
}
.snap-drawers .search .icon-search {
	position:relative;
	margin-left:20px;
	top:1px;
	z-index:2;
	opacity: .4;
}
/* Styles for fading out the drawer content */
.drawer-inner {
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	    -ms-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}
/* Default snap styles */
.snap-content {
	background: #FFFFFF;
}
.navbar-fixed-top ~ .snap-content,
.navbar-fixed-top ~ .snap-drawers {
	top: 41px;
}
@media (max-width: 979px) {
	.navbar-fixed-top ~ .snap-content,
	.navbar-fixed-top ~ .snap-drawers {
		top: 51px;
	}
}
.snap-content > * {
	overflow: auto;
}
.snap-drawer p {
	opacity: 0.5;
	padding: 15px 15px 0;
	font-size: 12px;
	color: #DBE0E8;
	line-height: 15px;
}
.snap-drawer {
	width: 201px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.toolsmenu-trigger {
	padding: 7px;
	border: none;
	outline: none;
	width: 32px;
	background-color: #ff8800;
	display: block !important;
}
.toolsmenu-trigger.toggle-left {
	margin-right: 0;
	float: left;
}
body > .toolsmenu-trigger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	margin: 6px 5px 5px 5px;
}
.toolsmenu-trigger::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.toolsmenu-trigger:hover {
	background-color: #ff8800;
}
.toolsmenu-trigger:focus {
   background-position: 0 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toolsmenu-trigger .icon-bar {
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("https://cdn.piraten.tools/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	        box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.toolsmenu-trigger .icon-bar + .icon-bar {
    margin-top: 3px;
}


.leftbar {
	display: block;
    height: 100%;
	color: #000000;
    border-right: 1px solid #ccc;
}
@media (min-width: 768px) {
	.leftbar {
		width:201px;
	}
}
.leftbar .nav-list {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 15px;
	-webkit-user-select: none !important;
	    -ms-user-select: none !important;
	        user-select: none !important;
}
.leftbar .nav-list li {
    margin: 0;
    list-style-type: none;
    text-align: left;
	line-height: 20px;
}
.leftbar .nav-list li.nav-header {
    padding: 4px 0 4px 15px;
    background-color: #EEEEEE;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.leftbar .nav-list li.small {
    font-size: 85%;
}
.leftbar .nav-list li a {
    min-height: 30px;
    display: block;
	margin: 0;
	padding: 8px 15px;
	color: #000000;
	outline: none;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
    font-weight: 400;
}
.leftbar .nav-list > li > a:hover,
.leftbar .nav-list > li > a:focus {
    text-decoration: none;
    background-color: #EEEEEE;
}
.leftbar .nav-list li.small a:hover,
.leftbar .nav-list li.small a:focus {
    background-color: #FFFFFF;
}
.leftbar .nav-list li.small a {
    border-bottom: none;
}
.leftbar .nav-list li i.fa {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    font-size: 25px;
}
.leftbar .nav-list li img {
    width: 30px;
    margin-right: 5px;
}

.snap-drawer > .toolsmenu-topbar {
	height: 41px;
	width: 100%;
	background-color: #ff8800;
	position: fixed;
}
.snap-drawer > .toolsmenu-topbar + .drawer-inner {
	padding-top: 41px;
}


.toolsmenu-topbar .brand {
	margin-left: unset;
    font-weight: 400;
}
.toolsmenu-topbar .brand.logo {
	position: absolute;
	left: 32px;
	padding: 0px 0px 0 5px;
	border: none;
	outline: none;
	background-color: transparent;
	margin: 0;
}
.toolsmenu-topbar .brand.logo img {
    height: 32px;
    margin: 4px;
    float: left;
	-webkit-user-select: none !important;
	    -ms-user-select: none !important;
	        user-select: none !important;
}
.toolsmenu-topbar .brand.logo div {
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}
.toolsmenu-topbar .brand.logo div:nth-of-type(1) {
    float: left;
    color: #000000;
}
.toolsmenu-topbar .brand.logo div:nth-of-type(2) {
    color: #FFFFFF;
    transform: scaleX(1.14) translateX(1.6px);
    letter-spacing: 1.4px;

    transform: scaleX(1.14) translateX(1px);
    letter-spacing: 1px;
}
