/********************************************************
*	Stylesheet:		 Website beheer (screen.css)		*
*	Description:	 Stylesheet for Website beheer		*
*	Media:			 Screen								*
*	Version:		 1.0								*
*	Author:			 Hiljo Lodewijk						*
*	Author URI:		 http://www.hiljo.nl/				*
********************************************************/
body {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	font: 62.5%/1.4em Tahoma, Geneva, sans-serif;
	color: #202020;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/************************************************
*	Header  									*
************************************************/

#header {
	position: relative;
	background-color: #131d29;
	height: 110px;
	color: #fff;
	overflow: hidden;
}

#header #logo {
	margin: 10px;
}

#headerleft {
	float: left;
	overflow: hidden;
}

#headerright {
	float: right;
	text-align: right;
	padding: 30px 15px 0 0;
	overflow: hidden;
}

#module-name {
	margin: 5px 0;
	font: normal 500 1.4em/1em 'Roboto', Tahoma, Geneva, sans-serif;
}

/************************************************
*	Menu		  								*
************************************************/

#menu {
	font: normal 500 1.5em/1em 'Roboto', Tahoma, Geneva, sans-serif;
	background: #3291f0;
	height: 60px;
	color: #fff;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

#menu li:hover ul {
	visibility: visible;
}

#menu ul ul {
	position: absolute;
	background-color: #3291f0;
	visibility: hidden;
	margin-top: 45px;
	padding: 0 5px;
	z-index: 30;
	border-radius: 4px;
	overflow: hidden;
}

#menu ul ul li {
	display: block;
	padding: 5px 0;
	margin-left: 0;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
}

#menu a {
	display: block;
	float: left;
	color: #fff;
	border-bottom: 2px #3291f0 solid;
	padding: 22px 12px 10px;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px #84dcc6 solid;
}

#menu ul ul li a {
	padding: 5px 10px;
}

#menu ul ul li a:before {
	content: "> ";
	margin-right: 5px;
	color: #84dcc6;
}

#menu label.responsive-menu, #menu input[type=checkbox].show-menu {
	display: none;
}

#menu #logout-button {
	display: inline-block;
	background-color: #ee6352;
	border: 1px #ef392b solid;
	border-radius: 3px;
	margin: 15px;
	padding: 6px 12px;
	font-size: 1em;
	color: #fff;
}

/************************************************
*	Content 						 			*
************************************************/

#content {
	position: relative;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 20px;
}

#content > .container {
	width: 1160px;
	min-height: 400px;
}

#content h1 {
	font: normal normal 1em/1em 'Roboto', Tahoma, Geneva, sans-serif;
	color: #202020;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1 a, #content h1 a:visited  {
	color: #202020;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1 a:hover {
	color: #b60000;
	text-decoration: none;
}

#content .breadcrumb {
	font-size: 0.8em;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #c0c0c0;
}

#content #infobox {
	float: right;
	margin: 0 0 20px 10px;
	padding: 20px;
	border: 1px silver solid;
	border-radius: 4px;
	min-width: 250px;
}

#content span.title, h2 {
	display: inline-block;
	font: normal normal 1.4em/1em 'Roboto', Tahoma, Geneva, sans-serif;
	margin: 0 0 10px;
	padding-bottom: 3px;
	/*border-bottom: 1px #84dcc6 solid;*/
}

#content .searchbox {
	float: right;
	margin-top: -15px;
}

#content .searchbox:after {
  content: "";
  clear: both;
  display: table;
}

/************************************************
*	Footer	  								*
************************************************/

#footer {
	border-top: 1px silver solid;
	margin: 20px 0 0;
	padding: 20px;
	font-size: 0.9em;
	clear: both;
	overflow: hidden;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	display: inline-block;
	border: 2px #ff0000 solid;
	margin-top: 5px;
	padding: 6px 12px;
	font-size: 1.1em;
	color: #ff0000;
}

/************************************************
*	Images  						 			*
************************************************/

img {
	border: 0;
}

img.centered  {
	display: block;
	margin: 0 auto;
	padding: 0;
}

img.alignnone {
	display: inline;
	padding: 0;
	margin: 0 0 10px 0;
}

img.alignright {
	display: inline;
	padding: 0;
	margin: 0 0 10px 10px;
}

img.alignleft {
	display: inline;
	padding: 0;
	margin: 0 10px 10px 0;
}

/************************************************
*	Tables	  						 			*
************************************************/

table, img {
	border: 0;
}

th {
	font: normal 500 1em/1em 'Roboto', Tahoma, Geneva, sans-serif;
	text-align: left;
}

th.centered, td.centered {
	text-align: center;
}

th, td {
	padding-right: 15px;
}

td.mandatory {
	padding-left: 30px;
	color: silver;
	font-style: italic;
}

/* Zebra striping */
table.stripes {
	border-collapse: collapse;
}

table.stripes tr:nth-of-type(2n+3) {
	background: #f1f1f1;
}

/************************************************
*	Forms	  						 			*
************************************************/

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	background: #fff;
	border: 1px solid #d8e2f0;
	border-radius: 3px;
	color: #2b353f;
	margin: 5px 0;
	padding: 5px 7px;
	font-size: 1.1em;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {
	border: 1px solid #3291f0;
}

textarea {
	font: normal 500 1.1em/1em Tahoma, Geneva, sans-serif;
}

input[type="submit"], input[type="button"] {
	background-color: #4ea3ea;
	margin: 4px;
	padding: 5px 10px;
	border: 1px #0e68c2 solid;
	border-radius: 3px;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #fff;
	font-weight: 600;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background: linear-gradient(#4a9ef2,#3c96f1);
	box-shadow: 0px 0px 0px 3px rgba(50,145,240,0.4);
	cursor: pointer;
}

/************************************************
*	Loginbox						 			*
************************************************/

#loginbox {
	position: relative;
	display: table;
	background-color: #fcfcfc;
	margin: 0 auto;
	padding: 20px 40px;
	border: 1px solid #d8e2f0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(19,29,41,0.05);
	overflow:hidden
}

/************************************************
*	Other & General					 			*
************************************************/

hr {
	border: none;
	border-top: 1px dotted #c0c0c0;
	background-color: #fff;
	height: 1px;
}

.alignright {
	float: right;
}

.alignright:after {
  content: "";
  clear: both;
  display: table;
}

.alignleft {
	float: left;
}

.alignleft:after {
  content: "";
  clear: both;
  display: table;
}

div.jspopup {
	position: absolute;
	overflow: hidden;
	border: 1px silver solid;
	background-color: #f8f8fa;
}

.message, .error {
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}

.install-error {
	color: red;
}

.install-pass {
	color: green;
}
