.main {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.main {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.main {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.main {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.main {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.main {
		max-width: 1320px;
	}
}
@media (min-width: 1600px) {
	.main {
		max-width: 1500px;
	}
}

.rc-rte li{padding:0.5mm}
li.pub{padding:1mm}

ul.bigfish {list-style-image: url('../../docs/Zeevisserij/images/bigfish.gif')}
ul.fish {list-style-image:url('../../docs/Zeevisserij/images/fish.gif')}
ul.crab {list-style-image: url('../../docs/Zeevisserij/images/crab.gif')}

a.blue:link {color:#006699}
a.blue:hover,a.blue:visited,a.blue:active {color:#A80000}

hr {height:1px;border:0;color: #333;background-color: #333;}

.open {display: block;}
.closed {display: none;}
.toggle {cursor:pointer;}

.properties {padding-left:20px;}

form.fleet {
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 700px;
  width: 350px;
}
label.fleet {
	display: block;
	float: left;
	width: 140px;
	margin: 5px 0 0 0;
	text-align: left;
}
label.fleetcomment {font-size: 0.8em;}
input.fleet, form textarea.fleet, form select.fleet {
	width:150px;
	margin:5px 0 0 5px;
}
label.ship {
	display: block;
	float: left;
	width: 155px;
	padding: 0;
	margin: 0 0 0 30px;
	text-align: left;
}
text.ship {
	width:350px;
	margin:0 0 0 25px;
}
textarea.ship {
	font:inherit;
	width:350px;
	margin: 0 0 0 25px;
	overflow:hidden;
	border:none;
}
text.longtext {
	display:block;
	width:300px;
	margin: 0 0 0 50px;
}
div.hist {
	width:800px;
	overflow-x:scroll;
}
div.photostrip{
	width:575px;
	overflow-x:scroll;
	overflow-y:hidden;
	margin:10 0 10 0;
}
div.omschrijving {
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#historiek {
	border-collapse:collapse;
	width:1250px;
}
#historiek td, #historiek th {
	font-size:11px;
	border:1px solid #00627a;
	padding:3px 7px 2px 7px;
	width:200px;
}

#historiek th {
	font-size:13px;
	text-align:left;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#0091B5;
	color:#fff;
}

#historiek tr.alt td {
	color:#000;
	background-color:#d2e3e7;
}

#historiek td.data {
	color:#000;
	background-color:#d2e3e7;
}

#historiek .bottomborder{
	border-bottom:3px double #00627a;
}

/* comments */
#first_name {
	visibility:hidden;
	display:none;
}

#opmerking td.user{
	color:#000;
	background-color:#d2e3e7;
}

th.laws{
	color:#0091B5;
	text-align:left;
	border-bottom:2px solid #0091B5;
}

td.border{
	border-top:2px solid #0091B5;
}


/*-------- button -------*/
a.button,
input.button {
	display: inline-block;
	cursor: pointer;
	background: #0d556f;
	border: 0;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	vertical-align: bottom;
	margin: 5px 0 0;
	padding: 5px 15px;
}
.contrast a.button,
.contrast input.button {
	background: #fff;
	color: #000;
}
a.button /*.small*/ {
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
a.button.large {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
}
a.button.with-icon {
	background-position: 94% 50%;
	background-repeat: no-repeat;
	padding: 5px 30px 5px 15px;
}
a.button.large.with-icon {
	background-position: 94% 50%;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 20px;
}
a.button.download,
a.button.large.download {
	background-image: url(../img/ico-download.png);
}
.contrast a.button.download,
.contrast a.button.large.download {
	background-image: url(../img/ico-download-contrast.png);
}
a.button:hover,
input.button:hover {
	background-color: #11bbf3;
}
a.button.submitted,
input.button.submitted {
	cursor: default;
	background-color: #5dd180;
	color: #0a6b28;
}

/*----------zeevisserij @2018-----------------*/

.timeline-event-bubble-title {
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.timelineButton {
	display: inline-block;
	cursor: pointer;
	background: #0d556f;
	border: 0;
	border-radius: 3px;
	color: #fff;
	vertical-align: bottom;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
#filter table {
	width:500px;
}

.rc-rte h1, .cke_editable h1 {
	font-size: 35px;
	color: #126684;
	line-height: 45px;
	margin: 0 0 20px;
}


body {
	background: #fff;
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 12px;
}

#header {
	margin-bottom: 10px;
}

/* header-bar */
.header-bar {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	border-bottom: 1px solid #E7E7E7;
}

/* logo */
.logo {
	float: left;
	margin: 0;
	padding-top: 5px;
	border: 0;
}

.logo a {
	display: block;
	width: 215px;
	height: 130px;
	text-indent: -9999px;
	border: 0;
}

#vliztitels {
	float: left;
	padding-left: 20px;
}

.dbmenu {
	float: left;
}

#vliztitel {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-size-adjust: none;
	color: #126684;
	text-transform: uppercase;
	line-height: 26px;
}

#vlizsubtitel {

	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-size-adjust: none;
	color: #126684;
	text-transform: uppercase;
	line-height: 15px;
}

.lang {
	text-align: right;
}

.lang .active {
	padding: 7px;
	background: #354d9b;
	color: #fff;
	margin: 7px;
	border-radius: 7px;
}
