html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0;
	padding: 0;
}
label {
    font-weight: bold;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../img/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

#main {
	height: 227px;
	background-color: #000;
}

.bs-igisoft-hp-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width: 228px;
}
.bs-igisoft-hp-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
.bs-igisoft-hp-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.bs-igisoft-hp-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.bs-igisoft-hp-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.bs-igisoft-hp-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.bs-igisoft-hp-sidenav > li > a:hover {
    background-color: #F5F5F5;
}
.bs-igisoft-hp-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}
.bs-igisoft-hp-sidenav .active .icon-chevron-right, .bs-igisoft-hp-sidenav .active a:hover .icon-chevron-right {
    background-image: url("../img/glyphicons-halflings-white.png");
    opacity: 1;
}
.bs-igisoft-hp-sidenav.affix {
    top: 40px;
}
.bs-igisoft-hp-sidenav.affix-bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}