* {box-sizing: border-box;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "din-2014";
	font-size: 14px;
	line-height: 22px;
	color: #545454;
    font-weight: 300;
    background: #fff;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}

.stfrm {
	min-width: 400px;
	display: block;
	margin: 0 auto;
}

.stfrm input, .stfrm select {
	width: 300px;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	background: #fff;
}

.stfrm input[type=submit] {
	border: 2px solid #000;;
	cursor: pointer;
	transition: ease 0.5s;
}

.stfrm input[type=submit]:hover {
	background: #000;
	color: #fff;
	transition: ease 0.5s;
}


.stfrm h2, .stfrm h3 {
	padding: 10px 0px;
	text-transform: uppercase;
}

.stfrm textarea {
	width: 600px;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	background: #fff;
	min-height: 300px;
}

.stfrm.sml input[type=submit] {
	width: 100px;
}

.stfrm.sml input[type=file] {
	width: 130px;
}




.center {
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}

.tac {
	text-align: center;
}

.topmenu {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #545454;
	color: #fff;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

	.topmenu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	.topmenu li {
		display: inline-block;
		padding: 10px 15px;
		margin: 0px;
	}

.menu_left {
	position: fixed;
	left: 0px;
	top: 42px;
	height: 100%;
	width: 50px;
	background: #eee;
	z-index:1;
}

.menu_left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu_left li {
	display: block;
	padding: 10px;
	margin: 0px;
}

.menu_left li {
	font-size: 30px;
}

.menu_left .active {
	background: #f1f1f1;
	width: calc(100% + 1px);
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.ui-tooltip {
	font-size: 12px;
}

.brnd_menu {
	position: fixed;
	width: 300px;
	height: 100%;
	background: #f1f1f1;
	left: 50px;
	top: 42px;
	border-left: 1px solid #ddd;
	padding: 20px;
}

	.brnd_menu.closed {
		display: none;
	}



.brnd_menu a {
	display: block;
	color: #ccc;
	position:relative;
}

.brnd_menu a:hover, .brnd_menu a.active {
	color: #000;
	text-shadow: none;
}

.brnd_menu .subsel {
	padding-left: 20px;
	padding-bottom: 20px;
}

.brnd_menu .subsel a {
	text-shadow: none;
	color: #ccc;
}

.brnd_menu .subsel a:hover, .brnd_menu .subsel a.active {
	color: #000;
}

.brnd_menu .subsel a.current {
	color: #0A0;
	}

.main_screen {
	position: absolute;
	left: 350px;
	top: 50px;
	width: calc(100% - 700px);
	padding: 20px;
}
	
	.main_screen.wider {
		width: calc(100% - 350px);
		left: 0px;
	}



.magazine_holder {
	margin: 0 auto;
	width: 1100px;
	padding-bottom: 200px;
}

	.magazine_holder li.selected {
		background: #0A0;
	}

.mag_page, .dummy_page, .add_page {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 6px);
	margin: 3px;
}

.mag_page {
	background: #eee;
	font-size: 10px;
	line-height: normal;
	display: inline-flex;
}

.add_page {
	background: #0A0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    padding: 7px;
    margin: 7px 26px;
    width: calc(50% - 150px);
	border-radius: 20px;
	text-align:center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.add_page:hover {
	cursor: pointer;
	background: #69C769;
}

.mag_page .cnts, .mag_page .type, .mag_page .pagenr , .mag_page .vtype {
	display: inline-block;
	vertical-align:top;
	margin: 3px 0px 3px 3px;
	background: #fff;
	padding: 4px 10px;
}

.reverse {
	flex-direction: row-reverse;
}

.reverse .cnts, .reverse .type, .reverse .pagenr , .reverse .vtype {
	margin: 3px 3px 3px 0px;
}

.mag_page .pagenr {
	width: 38px;
	text-align: center;
}

.mag_page .type {
	width: 70px;
	text-align: center;
	position: relative;
}

	.mag_page .vtype {
		width: 70px;
		overflow:hidden;
		text-align: center;
		position: relative;
	}

.mag_page .type:hover {
	cursor: pointer;
	background: #ccc !important;
	color: #fff !important;
}

.mag_page .type.noclick {
	background: #7E0002;
	color: #fff;
}

.mag_page .type.noclick:hover {
	cursor: default;
}

	.mag_page .type.redactie {
		background: #fff;
		color: #000;
	}

	.mag_page .addie {
		background: #0A0;
		color: #fff;
	}

	.mag_page .pace {
		background: orange;
		color: #fff;
	}

	.mag_page .kort {
		background: blue;
		color: #fff;
	}


.mag_page .cnts {
	width: calc(100% - 194px);
}

.vrrdlst {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 350px;
	padding: 10px;
}

.crtt {
	background: #eee;
	margin: 3px;
	font-size: 12px;
	transition: ease 0.5s;
	display: inline-block;
    width: 48%;
    height: 100px;
    vertical-align: top;
	line-height: 20px;
}

.crtt:hover {
	cursor: pointer;
	background: #ddd;
	transition: ease 0.5s;
}

.crtt div {
	padding: 5px;
}

#overlay {
	position: fixed;
	min-width: 300px;
	min-height: 300px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	z-index: 999;
	background: #fff;
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	display: none;
	padding: 20px;
	text-align: center;
}

#overlay input[type=button] {
	padding: 10px 20px;
	margin: 5px;
}

#overlay.max {
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
}

.bndbbl {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 2px;
	padding: 5px 30px 5px 10px;
	background: #0A0;
	color: #fff;
	transition: 0.2s;
	position: relative;
	min-height: 32px;
}

.bndbbl .del {
	background: #A00;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    width: 20px;
    height: 16px;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    right: 3px;
    top: -5px;
}

.bndbbl .add {
	background: #0A0;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    width: 20px;
    height: 16px;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    right: -17px;
    top: -5px;
	
}

.bndbbl.klaar {
	background: #FCF15E;
	color: #000;
}

	.bndbbl.prio {
		background: #F00;
		color: #fff;
		border: 2px solid #000;
	}


.bndbbl.sls {
	border-radius: 0;
	background: #666;
}

.bndbbl.todo, .crtt.todo {
	background: #000;
	color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}
.bndbbl.naarstudio, .crtt.naarstudio {
	background: #AEC9FF;
	color: #000;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}
.bndbbl.opgepakt, .crtt.opgepakt {
	background: #FBA435;
	color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

.notif {
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 10px 10px 0px 10px;
	color: #fff;
	background: #A00;
	font-size: 15px;
    padding: 3px;
}




.bndbbl  .delgrey {
	background: #eee;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    width: 13px;
    height: 14px;
    color: #000;
	float: right;
	margin-left: 10px;
}

.bndbbl:hover {
	cursor: pointer;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	transition: 0.2s;
}

.msg {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	border: 2px dotted #666;
	margin: 10px;
	font-size: 14px;
	color: #666;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.hlf {
	width: 50%;
}

.fulltext {
	width: 100%;
	font-family: "din-2014";
	font-size: 12px;
	border: 1px solid #666;
	color: #000;
	padding: 10px;
}

.abtn {
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #0A0;
	color: #fff;
	display: block;
}

.shbox {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}

#chatscreen {
	position: fixed;
	z-index: 999;
	min-width: 300px;
	min-height: 500px;
	width: 300px;
	height: 500px;
	background: #fff;
	top: 50px;
	right: 50px;
	border: 3px solid #000;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	display: none;
}

#chatscreen .chattxt {
	width: 100%;
	padding: 10px;
	height: calc(100% - 40px);
	overflow: auto;
}

#chatscreen .chatfield {
	width: 100%;
	height: 40px;
}

#chatscreen input[type=text] {
	width: calc(100% - 50px);
	padding: 10px;
	border: 2px outset #eee;
	-webkit-appearance:none;
}

#chatscreen input[type=submit] {
	width: 50px;
	border: none;
	height: 40px;
	background: #0A0;
	color: #fff;
}

.chat-message {
    padding: 5px 10px;
    background: #FFB54C;
    color: #fff;
    margin: 20px 5px 5px 5px;
    border-radius: 16px;
	position: relative;
	display: inline-block;
	text-align: left;
	min-width: 100px;
}

.chat-message .nm {
	position: absolute;
	top: -20px;
	left: 3px;
	color: #000;
	font-size: 10px;
	width: 100%;
	white-space: nowrap;
}

.chat-message.lft {
	border-radius: 0px 16px 16px 16px;
	background: #ddd;
	color: #000;
}

.chat-message.rght {
	border-radius: 16px 0px 16px 16px;
}

.chat-message.rght .nm {
	text-align: right;
}

.fa-file-pdf {
	font-size: 20px;
	color: #A00;
}

.bigi i {
	font-size: 40px;
	padding: 20px;
}















