.file-drop-box {
    content: url(../images/help_instruct_drag.jpg);
}

.file-drop-box.dragover {
    content: url(../images/help_instruct_drop.jpg);
}

.annotation_report {
    background: #eee;
}

.annotation_report canvas {
    background:white;
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 2px 2px 2px #444444;
}



/* ------- 1. GENERAL (BODY, IMAGES & TEXT) ------- */

body {
	background: #FFF;
	position: relative;
	width: 100%;
	color: #5E412F;
	margin: auto 0;
	padding-top: 0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

a, a:hover, a:focus {
	text-decoration: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 1% auto;
	text-align: center;
	color: #5E412F;
	line-height: 120%;
}

h1 {
	font-size: 4em;
	color: #FFF;
	font-family: 'Open Sans Bold', sans-serif;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(38,38,38,0.5);
}

h2 {
	font-size: 1.5em;
	color: #5E412F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 130%;
	text-align: center;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size: 1.2em;
	color: #5E412F;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}




/* ----------------- 2. NAVIGATION ----------------- */

.navbar {
	background: #ffffff;
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.navbar-default {
	height: 80px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
	padding: 20px 0 0 0;
}

.navbar-collapse.collapse {
	padding-top: 0;
	margin: 0 auto;
}


.navbar-default .navbar-nav > li > a {
	background: #ffffff;
	color: #999;
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 28px 14px;
	position: relative;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background: #c9e6ff;
	color: #40b8e5;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #00447f;
	color: #40b8e5;
}

.navbar-collapse.collapse a:hover, .navbar-collapse.collapse a:focus {
	background: #FFF;
	color: #40b8e5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #eee;
}

.navbar-toggle {
	position: absolute;
	right: 2px;
	top: 14px;
}

/* ------------------------------------------------- */

#area_under_navigation {
    height: 75px;
}



/* ------------------- 5. HEADLINE ------------------- */

.headline-bg {
	width: 100%;
	min-height: 450px;
	height: auto;
	background: url('../images/help.jpg') 50% 0 no-repeat;
  color: #FFF;
  text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #5E412F;
}

/* ------------------- 6. AREA SEPARATORS ------------------- */

.wrapper {
	overflow: hidden !important;
}

section {
	position: relative;
	padding: 0;
	background: #F0A830;
	color: #FFF;
	text-align: center;
}

section::before,
section::after {
	position: absolute;
	content: '';
}

/* Separators Styles */
.ss-style-top::before {
	left: 0;
	width: 100%;
	height: 30px;
	background-size: 25px 100%;
	top: 0;
	background-image: linear-gradient(315deg, #FFF 50%, transparent 50%), 
					  linear-gradient(45deg, #FFF 50%, transparent 50%);
	margin-top: -30px;
	z-index: 100;
}

.ss-style-bottom::before {
	left: 0;
	width: 100%;
	height: 30px;
	background-size: 25px 100%;
	top: 0;
	background-image: linear-gradient(583deg, #FFF 50%, transparent 50%), 
					  linear-gradient(136deg, #FFF 50%, transparent 50%);
	margin-top: 0px;
	z-index: 100;
}

/* ----------------- 8. DOWNLOAD ----------------- */

.download-title h2 {
	color: #5E3921;
	text-align: center;
}

.download-text {
	color: #5E3921;
	margin: 1% auto;
	text-align: center;
}


/* ------------ 14. FOOTER ------------ */

.copyright {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 1% 0;
	margin: 2% 0 0 0;
	background: #00447f;
}