html, body {
	height:100%;
	width: 100%;
	margin:0;
	padding:0;
}

html, body, input, form-control {
	font-family: 'Arial';
}
h1 {
	font-family: 'BebasNeue Bold';
}

.orange {
	color: #ff6600;
}

.pac-container {	/* Google Places suggestions */
	z-index: 8000;
}
.modal_icon {
	float:left;
	margin: 0 10px 0 0;
}
#myModal {
	z-index: 10000;
}
#myDataImportModal {
	z-index: 9000;
}
.open_dataimport_modal_size {
	width: 800px;
}
.operation-desc {
	width: 400px;
	padding: 20px;
	color: black;
	font-size: 16px;
	font-style: italic;
	box-shadow: 2px 2px grey;
	margin: 20px 20px 20px 0px;
}
.operation-desc {
	background-color: cyan;
}
.import-attribute {
	margin-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
   margin: 0 auto;
}
.fixed {
	position: fixed;
}
.text-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.wrap {
	white-space: normal;
	text-overflow: ellipsis;
}
.overflow-hidden {
	overflow: hidden;
}
.lightgrey {
	color: lightgrey;
}
.hidden-block {
	display: none;
}
.small-text {
	font-size: 0.6em;
}
.max-width {
	margin: 0;
	padding: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.inline-block li {
	display: inline-block;
}

.form_error_msg {
	font-size: 0.8em;
	color: red;
	margin: 4px 0px 0 0;
	padding: 0 0 0 4px;
}
.dummyinput {
	display:none !important;
}

/* _________________________________________________________
			HEADER
___________________________________________________________*/
#home_header {
	background-color: black;
	position: fixed;
	top: 0;
	left:0;
	right:0;
	padding:6px;
	margin:0;
	color: white;
	overflow: hidden;
}
#home_header_title {
	background-color: #595959;
	box-shadow: 0px 2px grey;
	position: fixed;
	top: 97;
	left:0;
	right:0;
	padding:0px;
	margin:0;
	height: 33px;
	border-top: 1px solid grey;
}
#home_header img {
	float: left;
}
#header-btns ul {
	float: right;
	padding: 0;
	margin: 0;
}
#header-btns ul li {
	display: inline-block;
	cursor: pointer;
	margin: 3px 30px 0 0px;
}

#header-stats ul {
	float: right;
	padding: 0;
	margin: 0;
}
#header-stats ul li {
	display: inline-block;
	background-color: grey;
	padding: 5px 10px;
	box-shadow: 2px 2px grey;
	cursor: pointer;
	margin: 6px 10px 0 0px;
    border-radius: 2px;
	height: 100px;
}
#header-stats table {
	font-size: 0.8em;
}
#header-stats table tr td {
	padding: 0 0 0 10px;
}


.header-title {
	float: left;
	margin: 10px 0 0 40px;
	font-size: 2em;
}

#breadcrumb {
	background-color: cyan;
	position: fixed;
	top: 66px;
	left:0;
	right:0;
	padding:3px 3px 3px 10px;
	margin:0;
	color: marron;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
#breadcrumb a {
    color: marron;
}
#breadcrumb a:link {
    color: marron;
}
/* visited link */
#breadcrumb a:visited {
    color: marron;
}

/* mouse over link */
#breadcrumb a:hover {
    color: marron;
}

/* selected link */
#breadcrumb a:active {
    color: marron;
}



/* _________________________________________________________
			SPINNER
___________________________________________________________*/
#spinner {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	z-index: 20000;
}

#spinner img {
	background-color: white;
    border-radius: 2px;
	box-shadow: 2px 2px grey;
	border: 1px solid grey;
	padding: 10px;
}


/* _________________________________________________________
			BLOCKS
___________________________________________________________*/
.CHAPTER_BLOCK {
	margin-top: 40px;
	padding: 50px;
}

.big-title {
	font-family: 'BebasNeue Bold';
	font-size: 48px;
}
.big-title-hover:hover {
	text-decoration: underline;
	cursor: pointer;
}

.medium-title {
	font-family: 'BebasNeue Bold';
	font-size: 30px;
}
