html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;

}

body { 
  height: 100%;
  background-color: #efefef; /* Old browsers */
  background: linear-gradient(top,  #e5e5e5 0%,#efefef 99%); /* W3C */
  margin: 0px;
  padding: 0px;
  width:100%;
  overflow: auto;
  background-attachment:fixed;
}

div#content {
  background-color: #ffffff;
  position:absolute;
  left: 20px;
  right: 20px;
  top: 120px;
  height: auto !important;
/*  height: 100%; */
  padding: 5%;
  opacity: 1.0;  
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  box-shadow: 0px 5px 0px #aaa;
}


div#languageSelector { 
  background-color: #c60c1a;
  background: linear-gradient(top,  #c60c1a 0%,#e80d1c 99%); /* W3C */
  color: #dddddd;
  /* position: absolute; */
  position: fixed;
  z-index: 1000;
  text-align:right;
  text-shadow:1px 1px 0 #d60f25;
  box-shadow: 0px 5px 0px #888;
  right: 0%;
  left: 0%;
  top: 0%;
  height: 32px;
  padding-top: 12px;
  padding-right:2%;
  border-style: solid;
  border-width: 0px;
  border-bottom-color: #ff515d;
  border-bottom-width: 1px;
  font-size: 20px;
}

div#logo { 
  position: absolute;
  top: 60px;
  left: 2%;
}

h1{
font-style: normal;
font-size: 28pt;
color: #555;
}

h2{
font-style: normal;
font-size: 25pxt;
color: #555;
}

h3{
font-style: normal;
font-size: 22pt;
color: #555;
}


a:link    {text-decoration: underline; font-style: normal; color: rgb(40,40,90)} 		/* Hyperlink: - */
a:visited {text-decoration: underline; font-style: normal; color: rgb(20,20,70)} 		/* Hyperlink: bezocht */
a:active  {text-decoration: underline; font-style: normal; color: rgb(60,60,120)}  		/* Hyperlink: actief */
a:hover   {text-decoration: underline; font-style: normal; color: #CF1326}		/* Hyperlink: "on mouse over" */


/* IVS-Internet specific definitions below */

.copyright { 
  font-size: 8px;
  color: #555;
}


#content p, #content li {
	font-size: 20pt;
	/* margin-left: 10px; */
}

#content li {
	line-height: 1.2em;
}

form input[type="submit"], form input[type="button"], button {

	color: white;
	background-color: #c60c1a; 
	/*border: 5px solid #bbb; */
	border: none;
	box-shadow: 0px 5px 0px #bbb;
	padding: 15px;
	border-radius: 7px;
	font-size: 20pt;
	font-weight: bold;	
	margin: 10px 0px;
}

form input[type="submit"].green, form input[type="button"].green {
	background-color: #0fba33;
}

form input[type="text"], form input[type="password"]  {
	
	border: 1px solid #bbb;
	box-shadow: 0px 5px 0px #bbb;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0px;
}

form input[type="file"] {
	
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	
}

form input[type="checkbox"] {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 20px;
	
}

form label {
	display: inline-block;
	width: 250px;
	font-size: 20pt;
	font-weight: normal;
	padding: 10px 0px;
}

form select {
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}

#meetingFormLabel {
	font-size: 20px;
	font-weight: bold;
}

#content > #loginForm > a.subtle:link {
	text-decoration: none;
}

/* MessageBox style definitions */

.messageBox {
  margin: 10px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;  
  box-shadow: 2px 2px 5px #CCC;
  background-color: #FFF;
  color: #000;
  font-size: 80%;
  transition: opacity .2s .8s;
}

.success {
  border-color: #A2D246;
  background-color: #EBF8A4;
}

p.error {
	padding: 10px;
	border: 1px solid maroon;
	border-radius: 3px;
}
.error {
  border-color: maroon;
  background-color: #FFC0CB;
}

.info {
  border-color: #e2b709;
  background-color: #ffe57e;
}

.messageBox label {
    width: 120px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    color: #222;
}

.messageBox .fillout {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #e2b709;
	border-radius: 3px;
	margin: 5px;
	background: white;
	decoration: none;
}

.messageBox p {
	padding: 5px;
}

#theToast {
	display: block;
	position: fixed;
	bottom: 25px;
	font-size: 18px;
	left: 20%;
	background: #555;
	color: white;	
	padding: 10px;
	border-radius: 3px;
	opacity: 0;
	transition: opacity .2s .5s;
	z-index: 1000;
}

#content > #meetingList > ul > li {
	list-style: none;
}

#content > #meetingList > ul > li > a:link {
	display: inline-block;
	color: white;
	background-color: #c60c1a; 
	/*border: 5px solid #bbb; */
	border: none;
	box-shadow: 0px 5px 0px #bbb;
	padding: 15px;
	border-radius: 7px;
	font-size: 20px;
	font-weight: bold;	
	margin: 10px;
	text-decoration: none;
}

#content > #meetingList > ul > li > a:hover {
	padding: 15px 25px;
	margin: 10px;
	color: white;
	transition: padding .2s ease;
	transition: margin .2s ease;
}

#content > #meetingList > ul > li > a:visited {
	color: white;
}


#content > #meetingList > ul > li > a.toolBar:link {
	background-color: #888;
}

#content > #meetingList > ul > li > a.toolBar:before {
	content: "+";
	font-size: 25px;
	padding: 5px;
}

#messageList {
	
	left: 10px;
	right: 10px;
	top: 25%;
}
#messageList > div.message {
	background: #ddd;
	color: black;
	padding: 0px;
	border-radius: 3px;
	margin: 30px;
	font-size: 25px;
	box-shadow: 3px 5px 0px #999;
	
}
#messageList > div.new {
	background: #eeb;
}

#messageList > div.marked {
	background: #888;
	color: white;
}


#messageList > div.message > p {
	
	margin: 10px;
	padding: 10px 10px 20px;
}

#messageList > div.message > div.messageHeader > form {
	left: 30px;
	top: 0px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

#messageList > div.message > div.messageHeader > form label {
	width: auto;
}

.messageHeader {
	background: #ccc;
	display:block;
	padding: 10px;
	margin: 0px;
	border-radius: 3px 3px 0px 0px;
	font-size: 15px;
	opacity: 0.9;
}
.messageHeader span{
	font-size: 14px;
	font-weight: bold;
}

/* three line hamburger menu */
.border-menu {
  /* position: relative; */
  position: fixed;
  padding-left: 1.25em;
  z-index: 1010;
  font-size: 25px;
  color: white;
  margin: 10px;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #fff;
  border-bottom: 0.125em solid #fff;
}

a.menu {
	text-decoration: none;
}
/* !three line hamburger menu */ 

body > #content > #messageDialog {
	font-family: sans-serif;
	font-size: 20px;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	/* height: 20%; */
	background: white;
	border: solid 2px black;
	padding: 20px;
	opactiy: 0;	
}

body > #content > #messageDialog .info {
	padding: 20px;	
}

body > #content > #messageDialog .error {
	color: red;
	padding: 20px;
	margin: 10px;	
}

body > #content > #messageDialog input[type="text"], body > #content > #messageDialog input[type="password"] {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-sizing: border-box;
  box-shadow: inset 2px 5px 5px -2px rgba(0, 0, 0, 0.5);  
  width: 260px;
  height: 40px;
  background-color: #f7f6f4;
  outline: 0;
  border: 0;
  margin: 10px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px;
  padding: 12px 5px 8px 15px;
}

body > #content > #messageDialog textarea {
	font-size: 20px;	
}

ul#buttonBar {
	list-style-type: none;
	height: 50px;
	width: 763px;
	margin: auto;
}

ul#buttonBar > li {
	float: left;
}

ul#buttonBar > li > a {
	color: white;
	display: inline-block;
	background-color: #c60c1a; 
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 5px 0px #999;
	text-decoration: none;
	border-radius: 3px;
	font-size: 25px;
	font-weight: bold;
}

ul#buttonBar > li > a:hover {
	text-decoration: underline;
}

#hamburgerMenu {
	display: none;
	visibility: collapse;
	position:fixed;
	background-color: #c60c1a;
	color: white;
	padding: 15px;
	z-index: 1010;
	top: 40px;
	font-size: 25px;
	box-shadow: 3px 5px 0px #999;
}
 
#hamburgerMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#hamburgerMenu li {
	
	padding: 0px;	
	margin: 0px;
	
}

#hamburgerMenu li > span {
	display: inline-block;
	color: #999;
	padding: 10px 0px 10px 10px;
}

#hamburgerMenu a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
	width: 100%;
}

#hamburgerMenu a:hover {
	background-color: #d71d2b;
}

.hashtag {
	color: #c60c1a;
	font-weight: bold;
}

a.messageToolButton {
	float: right;
	color: #eee;
	background-color: #aaa; 
	/*border: 5px solid #bbb; */
	border: none;
	box-shadow: 0px 5px 0px #888;
	padding: 7px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: normal;	
	margin: 10px;
	text-decoration: none;
}

a.messageToolButton:visited {
	color: white;
}

#serviceList ul {
	
}

#serviceList li {
	list-style-type: none;	
	font-size: 20px;
	background-color: #ddd;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
}

#searchResults ul {
	
}

#searchResults li {
	list-style-type: none;
	font-size: 20px;
	background-color: #ddd;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;	
}
	
#companyList ul {
	
}

#companyList li {
	list-style-type: none;
	font-size: 20px;
	background-color: #ddd;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;	
}
	
#companyList li a {
	text-decoration: none;
}

.widgetPopup {
	display: none;
	visibility: collapse;
}
	
@CHARSET "UTF-8";

div.fade {
    -webkit-animation: fade .5s;
    animation: fade .5s;
    opacity: 1;
 }
/* -fail- */
@-webkit-keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
@CHARSET "UTF-8";

#logFileContainer {
	margin-top: 25px;
	border: solid 1px #eee;
	padding: 15px;	
}

table.logFile {
	width: 763px;
	margin: auto;
}

table.logFile th {
	text-align: left;
	padding: 10px 10px 10px 0px;
}

table.logFile tr.even {
	background-color: #eee;
}

table.logFile td {
	padding: 10px 10px 10px 0px;
	color: #555;
}

table.logFile td.service {
	font-size: 12px;
}

table.logFile td.email {
	font-weight: bold;
	font-size: 17px;
}

table.logFile td.remote_ip {
	font-size: 12px;
}

table.logFile td.message {
	font-size: 17px;
	font-weight: bold;
}
table.logFile td.logstamp {
	font-weight: bold;
}

