* {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;
}

.click {
	cursor: pointer;
}

.click:hover {
	color: #A00;
}

.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;
}


.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 a {
	display: block;
	color: #ccc;
}

.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;
}

.main_screen {
	position: absolute;
	left: 350px;
	top: 50px;
	width: calc(100% - 700px);
	padding: 20px;
}


.magazine_holder {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 200px;
}

.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 {
	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 {
	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 .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 .cnts {
	width: calc(100% - 120px);
}

.vrrdlst {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 350px;
	padding: 10px;
}

.crtt {
	background: #eee;
	margin: 3px;
	font-size: 12px;
	transition: ease 0.5s;
}

.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;
	
}

#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: 3px;
	margin-bottom: 2px;
	padding: 3px 4px 3px 8px;
	border-radius: 20px;
	background: #0A0;
	color: #fff;
	transition: 0.2s;
}

.bndbbl .del {
	border-radius: 20px;
    background: #0C0;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    width: 13px;
    height: 14px;
    color: #fff;
	margin-left: 10px;
}

.bndbbl.sls {
	border-radius: 0;
	background: #666;
}

.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;
}

.mztlst th {
	background: #545454;
	color: #fff;
	text-align: left;
}

.mztlst td {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.mztlst td:last-child {
	border-right: 1px solid #ddd;
}

.bvbdr td {
	border-top: 1px solid #000;
}

.hbtn {
	border: none;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);

}


















