﻿/* Stylesheet voor RG2. Ontwikkeld door Speak. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Museo100';
    src: url('/interface/fonts/museo100-regular-webfont.eot');
    src: url('/interface/fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/interface/fonts/museo100-regular-webfont.woff') format('woff'),
         url('/interface/fonts/museo100-regular-webfont.ttf') format('truetype'),
         url('/interface/fonts/museo100-regular-webfont.svg#titillium_webblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('/interface/fonts/museo500-regular-webfont.eot');
    src: url('/interface/fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/interface/fonts/museo500-regular-webfont.woff') format('woff'),
         url('/interface/fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('/interface/fonts/museo500-regular-webfont.svg#titillium_webblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('/interface/fonts/museo700-regular-webfont.eot');
    src: url('/interface/fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/interface/fonts/museo700-regular-webfont.woff') format('woff'),
         url('/interface/fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('/interface/fonts/museo700-regular-webfont.svg#titillium_webblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo900';
    src: url('/interface/fonts/museo900-regular-webfont.eot');
    src: url('/interface/fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/interface/fonts/museo900-regular-webfont.woff') format('woff'),
         url('/interface/fonts/museo900-regular-webfont.ttf') format('truetype'),
         url('/interface/fonts/museo900-regular-webfont.svg#titillium_webblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden;
}

html, body { height: 100%; }

body {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #404040;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

a {
  outline: 0;
  border: 0;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p, ul, ol {
  margin: 0;
  padding: 0;
  float:left;
  width:100%;
}

select, input, textarea {
	font-family: Trebuchet MS, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 26px;
	color: #404040;
}

textarea {
  padding: 1% 2%;
	background-color: #E7E7E7;
	border: none;
}

h1, h2, h3, h4, h5, h6, h7 { 
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
	text-transform: uppercase;
}

h1 {
  font-size: 48px;
  line-height: 40px;
  margin: 0 0 0 0;
  color: #9e005d;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 6px 0;
  color: #9e005d;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
  color: #9e005d;
}

#wrapper #content input[type="text"],
#wrapper #content input[type="password"] {
    background-color: #E7E7E7;
    border: medium none;
    color: #404040;
    font-size: 14px;
    height: 28px;
    padding: 1% 2%;
    width: 25%;
}

xxxxxxx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* Inloggen ***************************************************/
#wrapper .inloggenWrapper {
	width: 600px;
	height: 443px;
  background: #2d2d2d url('../images/logo-TDM_new.png') no-repeat center 20px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 120px;
}

#wrapper .inloggen {
	position: absolute;
	bottom: 30px;
	left: 150px;
	width: 300px;
	height: 234px;
}

#wrapper .subtitle {
	position: absolute;
	top: 126px;
	left: 244px;
	width: 200px;
	height: 40px;
  font-family: 'Open Sans', Arial, serif;
  font-size: 18px;
  color: #fff;
  text-transform:uppercase;
}

#wrapper .inloggen label {
	font-family: 'Open Sans', Arial, serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

#wrapper .inloggen input[type="text"],
#wrapper .inloggen input[type="password"] {
  background-color: #e7e7e7;
  border: none;
  color: #404040;
  font-size: 18px;
  height: 28px;
  padding: 10px 20px;
  width: 260px;
	margin-bottom: 20px;
}

#wrapper .inloggen input[type="submit"] {
  background-color: #9e005d;
	border: none;
	padding: 10px 20px;
	font-family: 'Open Sans', Arial, serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
}

#wrapper .inloggen input[type="submit"]:hover {
	text-decoration: underline;
}

#wrapper .copy {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 600px;
	height: 30px;
	text-align: center;
}

/* hulpBox ***************************************************/
#hulpBox {
	position: fixed;
	top: -262px;
	right: 20px;
	width: 200px;
	height: 300px;
	border: 1px solid #9E005D;
	border-top: 0 dashed #9E005D;
	transition: top 1s;
	-webkit-transition: top 1s; /* Safari */
}

#hulpBox:hover {
	position: fixed;
	top: 0;
	transition: top 1s;
	-webkit-transition: top 1s; /* Safari */
}

#hulpBox #hulpBoxInner #hulpTitle {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
  color: #9e005d;
  line-height: 28px;
  margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #fff;
	cursor: pointer;
}

#hulpBox #hulpBoxInner .openClose {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 38px;
  background: #9e005d url('../images/white_open_close.png') no-repeat center -36px;
	text-indent: -90003px;
	cursor: pointer;
}

#hulpBox:hover #hulpBoxInner .openClose {
  background: #9e005d url('../images/white_open_close.png') no-repeat center 16px;
}

#hulpBox #hulpBoxInner #hulpContent {
	background-color: #fff;
	height: 242px;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	padding: 10px 10px 10px 10px;
}


/* Main ***************************************************/
#wrapper {
	width: 100%;
	position: relative;
}

#wrapper #header {
  width: 100%;
  height: 180px;
  color: #fff;
  background-color: #2d2d2d;
}

#wrapper #header #headerTop {
	position: relative;
	width: 100%;
	height: 125px;
  background: url('../images/logo-TDM_new.png') no-repeat 2% 28px;
  text-align: right;
}

#wrapper #header #headerTop .loginInfo {
	position: absolute;
	bottom: 20px;
	right: 2%;
	font-weight: bold;
}

#wrapper #header #headerTop .loginInfo a {
	font-weight: normal;
}

#wrapper #header #headerTop .loginInfo .date {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #c7c7c7;
}

#wrapper #header #headerTop .licenseInfo {
	position: absolute;
	bottom: -114px;
	right: 2%;
	font-weight: normal;
  width: 200px;
  background-color: #9e005d;
  text-align:left;
  padding: 20px 30px 20px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
}
#wrapper #header #headerTop .licenseInfo .licenseLeft{
  width:50%;
  float:left;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
}
#wrapper #header #headerTop .licenseInfo a{
  font-size: 12px;
}

#wrapper #header #headerTop .licenseInfo .licenseLeft span,
#wrapper #header #headerTop .licenseInfo .licenseTitle{
  float:left;
}
#wrapper #header #headerMenu {
	width: 100%;
	height: 50px;
  background-color: #404040;
  border-bottom: 5px solid #9e005d;
}

#wrapper #content {
	width: 96%;
	min-height: 300px;
  background-color: #f5f5f5;
	padding: 2%;
}

#wrapper #footer {
	width: 96%;
	height: 180px;
  background-color: #454545;
  color: #fff;
	padding: 2%;
}

#wrapper #footerCopy {
	float: left;
	width: 100%;
  background-color: #2f2f2f;
  color: #fff;
  font-size: 12px;
}

#wrapper #content a.mainButton {
	float: right;
  background-color: #9e005d;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}

#wrapper #content a.mainButton:hover {
	text-decoration: underline;
}

#wrapper #content a.annuleren {
	float: right;
  background-color: #fff;
  border: 2px solid #9e005d;
	padding: 8px 10px;
	margin-right: 1%;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #9e005d;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	text-align: center;
}

#wrapper #content a.opslaan {
	float: right;
  background-color: #9e005d;
  border: 2px solid #9e005d;
	padding: 8px 10px;
	margin-top: 15px;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	text-align: center;
}

#wrapper #content a.simplebutton {
	background-color: #9e005d;
  border: 2px solid #9e005d;
	padding: 8px 10px;
	margin-top: 15px;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#wrapper #content a.annuleren:hover,
#wrapper #content a.opslaan:hover {
	text-decoration: underline;
}

#wrapper #content .title {
	float: left;
	width: 100%;
}

#wrapper #content .title h1 {
	float: left;
	width: 80%;
}


/* Zoeken ***************************************************/
#wrapper #content .title #search {
	float: right;
	width: 40%;
	text-align: right;
}

#wrapper #content #search input[type=text] {
	width: 40%;
	height: 28px;
  padding: 8px 15px;
  background-color: #e7e7e7;
  border: none;
  color: #404040;
  font-size: 14px;
  font-style: italic;
  
}

#wrapper #content #search input[type=submit] {
	float: right;
	width: 44px;
	height: 44px;
	background: url('../images/btn_search.png') no-repeat right center;
  border: none;
  text-indent: -90003px;
  cursor: pointer;
}

/* Navigatie ***************************************************/
#wrapper #header #headerMenu ul.nav {
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0 2%;
	height: 50px;
  text-align: left;
  display: inline;
  text-shadow: 0 -1px 0 #000;
  width: 96%;
}

#wrapper #header #headerMenu ul.nav li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#wrapper #header #headerMenu ul.nav li a {
	text-decoration: none;
	float: left;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	line-height: 54px;
}

#wrapper #header #headerMenu ul.nav li a.active,
#wrapper #header #headerMenu ul.nav li:hover {
  background: #9e005d;
  color: #fff;
}

#wrapper #header #headerMenu ul.nav li ul {
  padding: 0 ;
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 5;
}

#wrapper #header #headerMenu ul.nav li ul li { 
  background: #9e005d; 
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

#wrapper #header #headerMenu ul.nav li ul li a { 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
	text-decoration: none;
  padding: 0 ;
	line-height: 45px;
}

#wrapper #header #headerMenu ul.nav li ul li a:hover { 
	background: #9e005d;
	text-decoration: underline;
}

#wrapper #header #headerMenu ul.nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Fancybox ***************************************************/
.fancybox-overlay .fancybox-wrap.fancybox-opened {
	width: 50% !important;
}

.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner #wrapper #column02,
.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner #wrapper .eenderde,
.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner {
	width: 100% !important;
	padding: 0 !important;
}

.eenderde p{
  width:100%;
  float:left;
  margin-bottom: 10px;
}
.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner #wrapper .eenderde .list {
	margin-top: 20px !important;
	max-height: 500px !important;
}

.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner #wrapper .eenderde ul.list li {
	padding: 1% !important;
}

.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-inner #wrapper .eenderde ul.list li label {
	margin-left: 10px !important;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none !important;
}

.fancybox-skin {
	border-radius: 0 !important;
}

.fancybox-skin #popupForm .editButtonSave.submitbutton {
	margin-top: 15px;
}

#popupForm .elementTabs .tab {
	float: left;
	background-color: #f2f2f2;
	padding: 8px 10px;
	margin-right: 4px;
}

#popupForm .elementTabs .tab.active {
	background-color: #fff;
	padding: 8px 10px;
	float: left;
}

#popupForm .elementTabs {
	background-color: #f9f9f9;
	float: left;
	width: 100%;
}

#popupForm .elementTabs .tab a {
	color: #404040;
	text-decoration: none;
}

#popupForm .elementTabs .tab.active a {
	font-weight: bold;
}

#popupForm .elementTabs .tab a:hover {
	text-decoration: underline;
}

#popupForm .tabcontent {
	float: left;
	width: 96%;
	background-color: #fff;
	padding: 2%;
}

#popupForm .tabcontent select {
	width: 30%;
}

#popupForm .elementTabs:after,
#popupForm .tabcontent:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#popupForm .tabcontent label {
  float: left;
  font-weight: bold;
  width: 170px;
}

#popupForm .tabcontent .elementField {
  float: left;
  margin: 0 0 10px 0;
  position: relative;
  width: 100%;
}

#popupForm .tabcontent .elementField label {
  float: left;
  width: 20%;
}

#popupForm .tabcontent .elementField .elementInput .checkDay {
  float: left;
  width: 150px;
	height: 25px;
}

#popupForm .tabcontent .elementField .elementInput {
  float: left;
  width: 80%;
}

#popupForm .tabcontent .elementField .elementInput input[type=checkbox] {
  float: left;
  width: 16px;
}

#popupForm .tabcontent .elementField .elementInput label {
  float: left;
  width: 80%;
	line-height: 16px;
}

#popupForm .tabcontent .elementField .timeEntry_control {
  cursor: pointer;
}

#popupForm .tabcontent a {
  color: #999;
  text-decoration: none;
}

#popupForm .tabcontent .submitbutton a {
  color: #fff;
}

#popupForm .tabcontent .submitbutton a:hover {
  text-decoration: underline;
}

#popupForm .tabcontent .elementField .elementInput #select-datacol-result {
  position:absolute;
  left:170px;
  top:0px;
  width: 200px;
  height: 100px;
  overflow:auto;
  background: #fff;
  width:54%;
  border: 1px solid #E7E7E7;
  display:none;
  z-index:200;
}

#popupForm .tabcontent .elementField .elementInput #select-datacol-result ul,
#popupForm .tabcontent .elementField .elementInput #select-datacol-result a {
  width:100%;
}

#popupForm .tabcontent .elementField .elementInput #select-datacol-result a:hover {
  background: #999;
  color: #fff;
}

#popupForm .tabcontent input[type="text"] {
  background-color: #E7E7E7;
  border: medium none;
  color: #404040;
  font-size: 14px;
  height: 18px;
  padding: 1% 2%;
  width: 50%;
}

#popupForm .tabcontent select {
  width: 300px;
}

#popupForm .tabcontent input[type="text"].invalid {
	border: 1px solid #de2222;
}

#popupForm .tabcontent #nan-message {
  float: right;
  width: 185px;
	height: 18px;
	font-size: 12px;
	color: #DE2222;
	line-height: 16px;
  padding: 1% 2%;
	background: url('../images/icon_error_arrow.png') no-repeat left center;
}

#popupForm #select-datacol-result ul li {
	padding: 1% 2%;
  width: 96%;
}

#popupForm #select-datacol-result ul li:hover {
	background-color: #9E005D;
	color: #fff;
}

#popupForm #select-datacol-result ul li a {
	color: #404040;
  width: 100%;
  height:100%;
  display:block;
}

#popupForm #select-datacol-result ul li:hover a {
	color: #fff;
}

#popupForm #select-datacol-result ul li a:hover {
	background-color: transparent !important;
	color: #fff;
}

/* Content ***************************************************/
#wrapper #content #left:after,
#wrapper #content #right:after,
#wrapper #content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content #left {
	float: left;
	margin: 0 1% 0 0;
	width: 49%;
}

#wrapper #content #right {
	float: left;
	margin: 0 0 0 1%;
	width: 49%;
}

#wrapper #content .eentweede {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 0 1% 30px 0;
  background-color: #fff;
}

#wrapper #content .eentweede.accountdetails .halfcolumn {
	width:46%;
  margin-right:4%;
  float:left;
}
#wrapper #content .eentweede.accountdetails .halfcolumn .title {
	width:100%;
  color: #9e005d;
  float:left;
  text-decoration:underline;
}
#wrapper #content .eentweede.accountdetails .halfcolumn a {
	color: #9e005d;
  text-decoration: none;
}

#wrapper #content .eentweede.accountdetails .halfcolumn a:hover {
	text-decoration: underline;
}

#wrapper #content .eentweede ul.list {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#wrapper #content .eentweede ul.list li {
	width: 98%;
	padding: 1%;
}

#wrapper #content .eentweede ul.list li.odd {
  background-color: #f0f0f0;
	width: 98%;
	padding: 1%;
}

#wrapper #content .eentweede ul.list li.even {
  background-color: #fff;
	width: 98%;
	padding: 1%;
}

#wrapper #content .eentweede ul.list li a.liLink {
	float: right;
	color: #9e005d;
	font-size: 12px;
	padding: 0 12px 0 0;
	margin-right: 1%;
	background: url('../images/link_arrow_pink.png') no-repeat right center;
}

/* Content Home ***************************************************/

#wrapper #content .eentweede ul.list li .count {
	font-weight: bold;
	margin: 0 10px;
}

#wrapper #content .eentweede.playerstatus ul.list li {
	width: 95%;
	padding: 1% 1% 1% 4%;
	font-style: normal;
	color: #404040;
	font-size: 14px;
}

#wrapper #content .eentweede ul.list li.odd.online { background: #f0f0f0 url('../images/status_green.png') no-repeat 10px center; }
#wrapper #content .eentweede ul.list li.even.online { background: #fff url('../images/status_green.png') no-repeat 10px center; }
#wrapper #content .eentweede ul.list li.odd.critical { background: #f0f0f0 url('../images/status_orange.png') no-repeat 10px center; }
#wrapper #content .eentweede ul.list li.even.critical { background: #fff url('../images/status_orange.png') no-repeat 10px center; }
#wrapper #content .eentweede ul.list li.odd.offline { background: #f0f0f0 url('../images/status_red.png') no-repeat 10px center; }
#wrapper #content .eentweede ul.list li.even.offline { background: #fff url('../images/status_red.png') no-repeat 10px center; }

#wrapper #content .eentweede.personal .user {
	margin-bottom: 20px;
}

#wrapper #content .eentweede.personal .user span {
	font-weight: bold;
}

#wrapper #content .eentweede.calltoaction a {
	float: left;
	position: relative;
	padding: 1%;
	width: 47%;
	height: auto;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background-color: #9e005d;
}

#wrapper #content .eentweede.calltoaction a.administratie {
	margin-right: 1%;
	background: #9e005d url('../images/icon_administratie_banner.png') no-repeat 10px 15px;
}

#wrapper #content .eentweede.calltoaction a.content {
	margin-left: 1%;
	background: #9e005d url('../images/icon_content_banner.png') no-repeat 10px 15px;
}

#wrapper #content .eentweede.calltoaction a span.title {
	float: left;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	display: block;
	width: 70%;
	margin-bottom: 10px;
	margin-left: 28%;
}

#wrapper #content .eentweede.calltoaction a span.tekst {
	float: left;
	width: 70%;
	line-height: 22px;
	margin-left: 28%;
}

#wrapper #content ul.list li {
	position: relative;
	margin-bottom: 0px;
}

#wrapper #content .eentweede.faq ul.list li span {
	width: 90%;
	display: block;
}

#wrapper #content ul.list .li_endLink {
	background: #999 url('../images/li_end_arrow.png') no-repeat center center;
	float: right;
	width: 44px;
	height: 100%;
	text-indent: -90003px;
	position: absolute;
	top: -1%;
	right: 0;
}

#wrapper #content ul.list .li_endLink.active {
	background: #999 url('../images/li_end_arrow_active.png') no-repeat center center;
}

#wrapper #content .eentweede.news ul.list li.newsItem:after {
	padding: 0 !important;
	width: 100%;
}

#wrapper #content .eentweede.news ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content .eentweede.news ul li .date {
	float: left;
	background-color: #999;
	padding: 2%;
	text-align: center;
	width: 5%;
}


#wrapper #content .eentweede.news ul li .date .day {
	color: #fff;
	font-size: 34px;
}

#wrapper #content .eentweede.news ul li .date .month {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

#wrapper #content .eentweede.news ul li .news {
	float: left;
	background-color: #f0f0f0;
	padding: 2%;
	width: 87%;
}

#wrapper #content .eentweede.news ul li .news .title {
	font-weight: bold;
}

#wrapper #content .eentweede.news ul li .news .tekst a {
	color: #9e005d;
}

#wrapper #content .eentweede.licenties ul.list li {
	position: relative;
	margin-bottom: 0;
	font-size: 14px;
	font-style: normal;
	color: #404040;
}

#wrapper #content .eentweede.licenties ul.list li.titles {
	font-weight: bold;
	background-color: #d9d9d9;
}

#wrapper #content .eentweede.licenties ul.list li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content .eentweede.licenties ul.list li span {
	width: 90%;
	display: block;
}

#wrapper #content .eentweede.licenties ul.list .li_endLink {
	background: #111 url('../images/li_end_arrow.png') no-repeat center center;
	float: right;
	width: 44px;
	height: 100%;
	text-indent: -90003px;
	position: absolute;
	top: -1%;
	right: 0;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#wrapper #content .eentweede.licenties ul.list .li_endLink:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#wrapper #content .eentweede.licenties ul.list li span.code {
	float: left;
	width: 20%;
	font-weight: bold;
}

#wrapper #content .eentweede.licenties ul.list li span.start,
#wrapper #content .eentweede.licenties ul.list li span.eind {
	float: left;
	width: 18%;
}

#wrapper #content .eentweede.licenties ul.list li span.naam {
	float: left;
	width: 34%;
}

/* Footer ***************************************************/
#wrapper #footer #block1,
#wrapper #footer #block2,
#wrapper #footer #block3 {
	float: left;
	width: 30%;
	color: #fff;
	padding-right: 3%;
}

#wrapper #footer #block3 {
	padding-right: 0;
}

#wrapper #footer #block1 h3,
#wrapper #footer #block2 h3,
#wrapper #footer #block3 h3 {
	color: #fff;
	margin-bottom: 10px;
}

#wrapper #footer #block1 ul,
#wrapper #footer #block2 ul {
	list-style: none;
}

#wrapper #footer #block1 ul li,
#wrapper #footer #block2 ul li {
	background: url('../images/li_end_arrow.png') no-repeat left center;
}

#wrapper #footer #block1 ul li:after,
#wrapper #footer #block2 ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #footer #block1 ul li a,
#wrapper #footer #block2 ul li a {
	float: left;
	padding: 1% 1% 1% 3%;
	color: #fff;
}

#wrapper #footerCopy .copyright {
  background-color: #2f2f2f;
	float: left;
	padding: 1% 1% 1% 2%;
	width: 46%;
}

#wrapper #footerCopy .footerLinks {
  background-color: #2f2f2f;
	float: right;
	padding: 1% 2% 1% 1%;
	width: 46%;
	text-align: right;
}

/* 3 columns ***************************************************/
#wrapper .mainButton {
	width: 42%;
	max-width: 135px;
	text-align: center;
}

#wrapper #column01,
#wrapper #column02,
#wrapper #column03 {
	float: left;
	width: 32%;
	color: #404040;
	padding-right: 2%;
}

#wrapper #column01 {
	width: 30%;
}

#wrapper #column02,
#wrapper #column03 {
	width: 33%;
}

#wrapper #column03 {
	padding-right: 0;
}

#wrapper #content .eenderde h3,
#wrapper #content .eentweede h3 {
	float: left;
	width: 100%;
	margin-right: 1%;
}

#wrapper #content .eenderde h3.seventy,
#wrapper #content .eentweede h3.seventy {
	width: 70%;
}

#wrapper #content .eentweede .selectAll{
	width: 29%;
  float:right;
  color: #9e005d;
  text-align: right;
}


#wrapper #content .eenderde .addNew,
#wrapper #content .eentweede .addNew {
	float: right;
	width: 30px;
	height: 30px;
	padding: 0 0 0 0;
	margin-right: 0;
	background: url('../images/btn_plus_toevoegen.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper #content .eenderde {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 0 1% 30px 0;
  background-color: #fff;
}

#wrapper #content .eenderde .form-field{
  width:100%;
  float:left;
  margin-bottom: 5px;
}

#wrapper #content .eenderde .form-field label,
#wrapper #content .eenderde .form-field select {
  width:100%;
}

#wrapper #content .eenderde ul.list {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#wrapper #content .eentweede ul.list li,
#wrapper #content .eenderde ul.list li {
	width: 97%;
	padding: 4px 4px 4px 2%;
	color: #404040;
	font-size: 14px;
	font-style: normal;
}

#wrapper #content .eentweede ul.list.playerswithgroups li,
#wrapper #content .eentweede ul.list.groupswithplayers li {
	float:left;
}

#wrapper #content .eentweede ul.list.playerswithgroups li a.title,
#wrapper #content .eentweede ul.list.groupswithplayers li a.title {
  cursor: pointer;
}

#wrapper #content .eentweede ul.list.sortable li,
#wrapper #content .eenderde ul.list.sortable li {
	width: 94%;
	padding: 4px 4px 4px 5%;
	color: #404040;
	font-size: 14px;
	font-style: normal;
	background-image: url('../images/up_down.png');
	background-repeat: no-repeat;
	background-position: 1% center;
}

#wrapper #content .eentweede ul.list.sortable li:hover,
#wrapper #content .eenderde ul.list.sortable li:hover {
  cursor: move;
}

#wrapper .eentweede ul.list li .bold,
#wrapper .eenderde ul.list li .bold {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 55%;
	color: #404040;
	font-size: 14px;
	font-style: normal;
  overflow: hidden;
  height: 26px;
}

#wrapper .eenderde ul.list li.odd {
  background-color: #f0f0f0;
}

#wrapper .eenderde ul.list li.even {
  background-color: #fff;
}

#wrapper .eentweede ul.list li a.verwijderen,
#wrapper .eenderde ul.list li a.verwijderen {
	float: right;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 1%;
	background: url('../images/icon_verwijderen.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper .eentweede ul.list li a.bekijken,
#wrapper .eenderde ul.list li a.bekijken {
	float: right;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 1%;
	background: url('../images/icon_bekijken.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper .eentweede ul.list li a.bewerken,
#wrapper .eenderde ul.list li a.bewerken {
	float: right;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 1%;
	background: url('../images/icon_bewerken.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper .eenderde.nieuwe a.newButton {
	float: left;
	width: 90px;
	height: 90px;
	padding: 8px;
	margin: 0 6% 6% 0;
	background: #f0f0f0 url('../images/new_presentatie.png') no-repeat center center;
	line-height: 160px;
	text-align: center;
	font-size: 14px;
	color: #404040;
	font-style: normal;
	text-decoration: none;
}

#wrapper .eenderde.nieuwe a.newButton:hover {
	text-decoration: underline;
}

#wrapper .eenderde.nieuwe a.newButton.forth {
	margin-right: 0;
}

/* Template designer ***************************************************/
#wrapper #content .nameBar {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

#wrapper #content .nameBar .form-field {
  float: left;
  width: 370px;
}

#wrapper #content .nameBar label {
  float: left;
  font-weight: bold;
	margin-right: 1%;
	width: 70px;
}

#wrapper #content .nameBar input[type=text] {
	width: 250px;
	height: 28px;
  padding: 8px 15px;
  background-color: #e7e7e7;
  border: none;
  color: #404040;
  font-size: 14px;
  font-style: italic;
}

#wrapper #content .nameBar .form-field .select2-container, 
#wrapper #content .nameBar .form-field .select2-drop, 
#wrapper #content .nameBar .form-field .select2-search, 
#wrapper #content .nameBar .form-field .select2-search input {
	width: 70%;
}

  #wrapper #content .nameBar #ftemplate_id.form-field {
    width: 244px;
  }

#wrapper #content .nameBar #ftemplate_id.form-field .select2-container{
  width: 157px;
}

#wrapper #content .nameBar #ftemplate_id.form-field .select2-container .select2-choice{
 height:auto;
}

#wrapper #content .nameBar .submitbutton {
	background-color: #9E005D;
	width: auto;
  padding: 9px 15px;
  border: none;
  color: #fff;
	font-family: 'Open Sans', Arial, serif;
  font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}

#wrapper #content .nameBar .submitbutton a {
	text-decoration: none;
}

#wrapper #content .nameBar .submitbutton a:hover {
	text-decoration: underline;
}

#wrapper #content #fullWidth {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #fff;
}

#wrapper #content #fullWidth:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content #fullWidth .tools {
	float: left;
	width: 99%;
	height: 40px;
	padding: 0.5%;
	background-color: #e3e3e3;
}

#wrapper #content #fullWidth .tools a.tool {
	float: left;
	width: 44px;
	height: 40px;
	margin: 0 1% 0 0;
	background: url('../images/btn_tools.png') no-repeat center 7px;
	text-indent: -90003px;
	overflow: hidden;
}

#wrapper #content #fullWidth .tools a.tool.active,
#wrapper #content #fullWidth .tools a.tool:hover {
	background: #cecece url('../images/btn_tools.png') no-repeat center 7px;
}

#wrapper #content #fullWidth .tools a.pointer					{ background: url('../images/btn_tools.png') no-repeat center 7px; }
#wrapper #content #fullWidth .tools a.pointer.active	{ background: #cecece url('../images/btn_tools.png') no-repeat center 7px; }
#wrapper #content #fullWidth .tools a.pointer:hover		{ background: #cecece url('../images/btn_tools.png') no-repeat center 7px; }
#wrapper #content #fullWidth .tools a.text						{ background: url('../images/btn_tools.png') no-repeat center -43px; }
#wrapper #content #fullWidth .tools a.text.active			{ background: #cecece url('../images/btn_tools.png') no-repeat center -43px; }
#wrapper #content #fullWidth .tools a.text:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -43px; }
#wrapper #content #fullWidth .tools a.image						{ background: url('../images/btn_tools.png') no-repeat center -93px; }
#wrapper #content #fullWidth .tools a.image.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -93px; }
#wrapper #content #fullWidth .tools a.image:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -93px; }
#wrapper #content #fullWidth .tools a.video						{ background: url('../images/btn_tools.png') no-repeat center -143px; }
#wrapper #content #fullWidth .tools a.video.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -143px; }
#wrapper #content #fullWidth .tools a.video:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -143px; }
#wrapper #content #fullWidth .tools a.audio						{ background: url('../images/btn_tools.png') no-repeat center -193px; }
#wrapper #content #fullWidth .tools a.audio.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -193px; }
#wrapper #content #fullWidth .tools a.audio:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -193px; }
#wrapper #content #fullWidth .tools a.shape						{ background: url('../images/btn_tools.png') no-repeat center -243px; }
#wrapper #content #fullWidth .tools a.shape.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -243px; }
#wrapper #content #fullWidth .tools a.shape:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -243px; }
#wrapper #content #fullWidth .tools a.tv							{ background: url('../images/btn_tools.png') no-repeat center -343px; }
#wrapper #content #fullWidth .tools a.tv.active				{ background: #cecece url('../images/btn_tools.png') no-repeat center -343px; }
#wrapper #content #fullWidth .tools a.tv:hover				{ background: #cecece url('../images/btn_tools.png') no-repeat center -343px; }
#wrapper #content #fullWidth .tools a.web							{ background: url('../images/btn_tools.png') no-repeat center -580px; }
#wrapper #content #fullWidth .tools a.web.active			{ background: #cecece url('../images/btn_tools.png') no-repeat center -580px; }
#wrapper #content #fullWidth .tools a.web:hover				{ background: #cecece url('../images/btn_tools.png') no-repeat center -580px; }
#wrapper #content #fullWidth .tools a.ticker					{ background: url('../images/btn_tools.png') no-repeat center -293px; }
#wrapper #content #fullWidth .tools a.ticker.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -293px; }
#wrapper #content #fullWidth .tools a.ticker:hover		{ background: #cecece url('../images/btn_tools.png') no-repeat center -293px; }
#wrapper #content #fullWidth .tools a.calclock				{ background: url('../images/btn_tools.png') no-repeat center -390px; }
#wrapper #content #fullWidth .tools a.calclock.active	{ background: #cecece url('../images/btn_tools.png') no-repeat center -390px; }
#wrapper #content #fullWidth .tools a.calclock:hover	{ background: #cecece url('../images/btn_tools.png') no-repeat center -390px; }
#wrapper #content #fullWidth .tools a.youtube					{ background: url('../images/btn_tools.png') no-repeat center -443px; }
#wrapper #content #fullWidth .tools a.youtube.active	{ background: #cecece url('../images/btn_tools.png') no-repeat center -443px; }
#wrapper #content #fullWidth .tools a.youtube:hover		{ background: #cecece url('../images/btn_tools.png') no-repeat center -443px; }
#wrapper #content #fullWidth .tools a.vimeo						{ background: url('../images/btn_tools.png') no-repeat center -486px; }
#wrapper #content #fullWidth .tools a.vimeo.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -486px; }
#wrapper #content #fullWidth .tools a.vimeo:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -486px; }
#wrapper #content #fullWidth .tools a.flash						{ background: url('../images/btn_tools.png') no-repeat center -530px; }
#wrapper #content #fullWidth .tools a.flash.active		{ background: #cecece url('../images/btn_tools.png') no-repeat center -530px; }
#wrapper #content #fullWidth .tools a.flash:hover			{ background: #cecece url('../images/btn_tools.png') no-repeat center -530px; }

#wrapper #content #fullWidth .elements {
	float: left;
	width: 18%;
	padding: 1%;
	margin: 1% 0 0 0;
	background-color: #f0f0f0;
}

#wrapper #content #fullWidth .elements.template .elementsLegend {
	width: 100%;
  height: 17px;
  background: url('/interface/images/icon_bekijken.png') no-repeat;
}

#wrapper #content #fullWidth .elements.template .deleteelement {
	width: 20px;
  height: 15px;
  margin-left: 4px;
  background: url('/interface/images/icon_verwijderen.png') no-repeat;
  float:left;
  padding:0;
  margin-right:0;
  cursor: pointer;
}

#wrapper #content #fullWidth .masterpageSelection {
	float: right;
  width: 78%;
  margin: 1% 0 0 0;
  height:31px;
}

#wrapper #content #fullWidth .elements ul li:after,
#wrapper #content #fullWidth .elements:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content #fullWidth .elements ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#wrapper #content #fullWidth .elements ul li {
	width: 100%;
  margin-bottom:4px;
  padding:2% !important;
}

/*#wrapper #content #fullWidth .elements ul li input[type=checkbox] {
	display:none;
}*/
 
#wrapper #content #fullWidth .elements ul li input[type=checkbox] + label {
	/*background: url('../images/checkbox.png') no-repeat left top;*/
	height: 23px;
	width: 80%;
	display:inline-block;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
  display:none;
}

#wrapper #content #fullWidth .elements ul li input[type=checkbox]:checked + label {
	/*background: url('../images/checkbox.png') no-repeat left bottom;*/
	height: 23px;
	width: 80%;
	display:inline-block;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
  display:none;
}

#wrapper #content #fullWidth .elements ul li label:hover {
	text-decoration: underline;
	cursor: pointer;
}

#wrapper #content #fullWidth .field {
	float: right;
	width: 78%;
	height: 100%;
	min-height: 400px;
	margin: 1% 0 0 0;
	border: 1px solid #e3e3e3;
	background: url('../images/tiny_grid_x2.png') repeat left top;
  overflow: scroll;
  /*position:relative;*/
}

#wrapper #content #fullWidth .field #templateCanvasMargin {
background: #4c4c4c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  #4c4c4c 50%, #2d2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,#4c4c4c), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #4c4c4c 50%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #4c4c4c 50%,#2d2d2d 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #4c4c4c 50%,#2d2d2d 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #4c4c4c 50%,#2d2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.fancybox-wrap #wrapper .tabcontent .mediagallery .mediaGalleryItem {
	float: left;
	height: 80px !important;
	/*width: 80px !important;*/
	margin: 0 14px 14px 0;
}

.fancybox-wrap #wrapper .tabcontent .mediagallery .mediaGalleryItem.active,
.fancybox-wrap #wrapper .tabcontent .mediagallery .mediaGalleryItem:hover {
	background-color: #F2F2F2;
}

.fancybox-wrap #wrapper .tabcontent .mediagallery .mediaGalleryItem img {
	float: left;
}

#wrapper .buttonSpan {
	float: left;
	margin-right: 20px;
	min-height: 1px;
}

#wrapper #content .title.inActive {
	float: left;
	width: 25% !important;
	margin-bottom: 0;
}

/* Databronnen ***************************************************/
.fancybox-wrap #wrapper .tabcontent .mediagallery .mediaGalleryItem span.title {
	float: left;
	padding: 0 5px 5px 5px;
	line-height: 12px;
}


/* Afspeellijsten ***************************************************/
#afspeellijsten #wrapper #content #fullWidth {
	float: left;
	width: 100%;
	padding: 0%;
	background-color: #f5f5f5;
}

#afspeellijsten #wrapper #content #fullWidth:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#afspeellijsten #wrapper #content #fullWidth .slides {
	float: left;
	width: 48%;
	height: 480px;
	padding: 2%;
	margin: 0 1% 30px 0;
	background-color: #fff;
	overflow-y: scroll;
}

#afspeellijsten #wrapper #content #fullWidth .slides a.slideThumb {
	float: left;
	width: 150px;
	height: 84px;
	margin: 0 2% 2% 0;
	/**background: #f0f0f0 url('../images/default_slides.png') no-repeat center center;*/
	line-height: 160px;
	text-align: center;
	font-size: 14px;
	color: #404040;
	font-style: normal;
	text-decoration: none;
	text-indent: -90003px;
	border: 2px solid #999;
	position: relative;
}

#afspeellijsten #wrapper #content #fullWidth .slides a.slideThumb img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 150px;
}

#afspeellijsten #wrapper #content #fullWidth .slides a.slideThumb span {	
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/btn_plus_toevoegen.png') no-repeat center center;
	z-index: 5;
	text-indent: -90003px;
	width: 20px;
	height: 20px;
	opacity:0.2;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	cursor: pointer;
}

#afspeellijsten #wrapper #content #fullWidth .slides a.slideThumb span:hover {	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .slides a.slideThumb:hover {
	text-decoration: underline;
	border: 2px solid #9e005d;
	cursor: pointer;
}
	
#afspeellijsten #wrapper #content #fullWidth .preview {
	float: left;
	width: 42%;
	height: 480px;
	padding: 2%;
	margin: 0 0 30px 1%;
	background-color: #fff;
}

#afspeellijsten #wrapper #content #fullWidth .preview a.toevoegen {
	float: right;
	background: url('../images/btn_plus_toevoegen.png') no-repeat right center;
	padding: 8px 55px 8px 0;
	margin-top: 15px;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #9e005d;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#afspeellijsten #wrapper #content #fullWidth .preview a.toevoegen:hover {
	text-decoration: underline;
}

#afspeellijsten #wrapper #content #fullWidth .timeline {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #fff;
}

#afspeellijsten #wrapper #content #fullWidth .timeline:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner {
	float: left;
	width: 99%;
	padding: 0.5%;
	background-color: #f0f0f0;
	overflow-x:scroll;
  white-space:nowrap;
	text-align: center;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .time {
	float: left;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .time .secBlock {
	width: 27px;
	height: 20px;
	padding: 0 2px 0 0;
	margin-bottom: 4px;
	border-right: 1px solid #999;
	line-height: 10px;
	text-align: right;
  display:inline-block;
  *dsplay:inline;/* For IE7*/
  *zoom:1;/* For IE7*/
  white-space:normal;
  float:left;
  margin-top:5px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs {
	float: left;
  clear:both;
  max-height: 145px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper {
	background-color: #fff;
	width: auto;
	padding: 5px;
	margin-bottom: 4px;
	border: 1px solid #999;
	line-height: 10px;
	text-align: center;
  display: inline-block;
  *dsplay:inline;/* For IE7*/
  *zoom:1;/* For IE7*/
  white-space:normal;
  position: relative;
	float: left;
  margin-left: 8px;
  width: 280px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideImage{
  height:84px;
}
#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideImage img{
  max-height:84px;
  max-width: 65%;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideTitle {	
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
  overflow:hidden;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideSeconds {	
	width: 100px;
	height: 15px;
	margin: 0 auto;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideSeconds span {	
	float: left;
	font-family: 'Open Sans', Arial, serif;
	font-size: 11px;
	font-weight: 300;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	width: 70px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideSeconds a.min {	
	background: #9e005d url('../images/icon_min.png') no-repeat center center;
	float: left;
	width: 15px;
	height: 15px;
	text-indent: -90003px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .slideSeconds a.plus {	
	background: #9e005d url('../images/icon_plus.png') no-repeat center center;
	float: right;
	width: 15px;
	height: 15px;
	text-indent: -90003px;
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper.sec7 { width: 212px; }
#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper.sec10 { width: 305px; }
#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper.sec15 { width: 467px; }
#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper.sec20 { width: 628px; }

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .resizeleft {
	width: 15px;
	height: 135px;
	background: #f6f6f6 url('../images/icon_resize.png') no-repeat center center;
	text-indent: -90003px;
	cursor: w-resize;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .resizeleft:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .resizeright { 
	width: 15px;
	height: 129px;
	background: #f6f6f6 url('../images/icon_resize.png') no-repeat center center;
	text-indent: -90003px;
	cursor: w-resize;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .resizeright:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .deletePage {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	background: url('../images/icon_verwijderen.png') no-repeat center center;
	text-indent: -90003px;
	z-index: 5;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#afspeellijsten #wrapper #content #fullWidth .timeline .timelineInner .slideThumbs .slideWrapper .deletePage:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



/* Full Width ***************************************************/
#wrapper #content #fullWidth {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #fff;
}

#wrapper #content #fullWidth ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#wrapper #content #fullWidth ul.list li {
	width: 98%;
	padding: 1%;
  padding-top:3px;
  padding-bottom:3px;
}

#wrapper #content #fullWidth ul.list li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content #fullWidth ul.list li.odd {
  background-color: #f0f0f0;
}

#wrapper #content #fullWidth ul.list li.even {
  background-color: #fff;
}

#wrapper #content #fullWidth ul.list li a {
	float: left;
	color: #9e005d;
  text-decoration:none;
  width:20%;
}

#wrapper #content #fullWidth ul.list li a:hover {
	text-decoration: underline;
}

#wrapper #content #fullWidth ul.list li a.elementLink {
	float: left;
	color: #404040;
	font-size: 14px;
	width: 80%;
	padding: 0 0 0 5px;
	margin-right: 1%;
	background: none;
	text-decoration: none;
  margin-top: -6px;
}

#wrapper #content #fullWidth .elements.template ul.list li a.elementLink {
	width: 75%;
}

#wrapper #content #fullWidth ul.list.pageElements li a.elementLink {
	padding: 0px;
}

#wrapper #content #fullWidth .elements ul.list li input{
  float:left;
}

#wrapper #content #fullWidth ul.list li a.elementLink:hover {
	text-decoration: underline;
}

#wrapper #content #fullWidth ul.list li a.verwijderen {
	float: left;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 2%;
	background: url('../images/icon_verwijderen.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper #content #fullWidth ul.list li a.copytemplate {
	float: left;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 1%;
	background: url('../images/icon_duplicate.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper #content #fullWidth ul.list li a.bekijken {
	float: left;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 1%;
	background: url('../images/icon_bekijken.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper #content #fullWidth ul.list li a.bewerken {
	float: left;
	width: 20px;
	padding: 0 0 0 0;
	margin-right: 10px;
	background: url('../images/icon_bewerken.png') no-repeat center center;
	text-indent: -90003px;
}

#wrapper #content #fullWidth ul.list li .date {
	float: right;
	font-style: italic;
	color: #999;
	font-size: 12px;
}

/* Player Status ****************************************************/
#wrapper #content #fullWidth .playerstatus ul li.odd.online			{ background: #f0f0f0 url('../images/status_green.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul li.even.online		{ background: #fff url('../images/status_green.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul li.odd.critical		{ background: #f0f0f0 url('../images/status_orange.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul li.even.critical	{ background: #fff url('../images/status_orange.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul li.odd.offline		{ background: #f0f0f0 url('../images/status_red.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul li.even.offline		{ background: #fff url('../images/status_red.png') no-repeat 1% center; }

#wrapper #content #fullWidth .playerstatus ul li {
	position: relative;
}

#wrapper #content #fullWidth .playerstatus ul li .count {
	font-weight: bold;
	margin: 0 1% 0 2.5%;
}

#wrapper #content #fullWidth .playerstatus ul li .li_endLink {
	background: #111 url('../images/li_end_arrow.png') no-repeat center center;
	float: right;
	width: 44px;
	height: 100%;
	text-indent: -90003px;
	position: absolute;
	top: -1%;
	right: -1%;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#wrapper #content #fullWidth .playerstatus ul li .li_endLink.active {
	background: #111 url('../images/li_end_arrow_active.png') no-repeat center center;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#wrapper #content #fullWidth .playerstatus ul li .li_endLink:hover {
	background: #111 url('../images/li_end_arrow_active.png') no-repeat center center;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#wrapper #content #fullWidth .playerstatus ul li.active {
	position: relative;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li.sub.online		{ background: url('../images/status_green.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul.sublist li.sub.critical	{ background: url('../images/status_orange.png') no-repeat 1% center; }
#wrapper #content #fullWidth .playerstatus ul.sublist li.sub.offline	{ background: url('../images/status_red.png') no-repeat 1% center; }

#wrapper #content #fullWidth .playerstatus ul.sublist { 
	width: 98%;
	float: left;
	margin-top: 1%;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li { 
	float: left;
	padding: 0.5% 0.5% 0.5% 0.5%;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li.sub span.code { 
	float: left;
	font-weight: bold;
	width: 10%;
	margin: 0 1% 0 2.5%;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li.sub span.naam { 
	float: left;
	width: 30%;
	margin: 0 1% 0 1%;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li.sub span.error { 
	float: left;
	width: 52%;
	font-style: italic;
	color: #999;
	margin: 0 1% 0 1%;
}

#wrapper #content #fullWidth .playerstatus ul.sublist li.sub span.error a.information { 
	float: left;
	background: transparent url('../images/icon_help.png') no-repeat center center;
	width: 16px;
	height: 16px;
	text-indent: -90003px;
	padding: 0.5% 0;
}

#wrapper #content #fullWidth.presentation-pages,
#wrapper #content #fullWidth.presentation-pages ul,
#wrapper #content #fullWidth.presentation-pages ul li {
	float: left;
}

#wrapper #content #fullWidth.presentation-pages h2 {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #F0F0F0;
}

#wrapper #content #fullWidth.presentation-pages ul {
	margin: 20px 0 40px 0;
}

#wrapper #content #fullWidth.presentation-pages ul li {
	margin: 0 20px 20px 0 ;
	border: 2px solid #F0F0F0;
	padding: 5px;
}

#wrapper #content #fullWidth.presentation-pages ul li:hover {
	border: 2px solid #9E005D;
	background-color: #f0f0f0;
	cursor: pointer;
}



/* Overzicht paginas ****************************************************/
a.toevoegen {
	float: right;
	background: url('../images/btn_plus_toevoegen.png') no-repeat right center;
	padding: 8px 55px 8px 0;
	margin: 0 0 1% 0;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #9e005d;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

a.backbutton {
	float: left;
	padding: 8px 8px 8px 0;
	margin: 0 0 1% 0;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
  color: #9e005d;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#wrapper #content #fullWidth a.toevoegen:hover {
	text-decoration: underline;
}

#wrapper #content #fullWidth a.toevoegen.bottom {
	margin: 1% 0 0 0;
}

.viewSelection .views {
	float: left;
	background: url('../images/icon_viewselection.png') no-repeat left 120px;
	text-indent: -90003px;
	margin: 0 1% 0 0 ;
	width: 40px;
	height: 40px;
}

.viewSelection .views.grid				{ background-position: left -120px;		}
.viewSelection .views.list				{ background-position: left -180px;		}

.viewSelection .views.grid:hover	{	background-position: left 0px;		}
.viewSelection .views.list:hover	{	background-position: left -60px;		}

.viewSelection .views.grid.active {	background-position: left 0px;		}
.viewSelection .views.list.active {	background-position: left -60px;		}


.gridView {
	float: left;
	width: 100%;
	margin-bottom: 40px;
  display:none;
}
.listView {
  display:none;
}

.gridView.active,
.gridView.active {
	display:block;
}

.gridView ul.grid li {
	float: left;
	width: 150px;
	padding: 1%;
	margin: 0 1.9% 2% 0;
	background-color: #F0F0F0;
	position: relative;
  text-align:center;
}

.gridView ul.grid li img {
	max-height: 85px;
  max-width:150px;
}


#wrapper #content .gridView ul.grid li a.title {
	float: left;
	width: 100%;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-align:left;
  margin-bottom: 9px;
}

.gridView ul.grid li span.buttons {
	float: left;
	width: 150px;
	height: 90px;
	left: 15px;
  text-align:left;
}

.masterpages.pages .gridView ul.grid li span.buttons {
	height: 48px;
}

.gridView ul.grid li a {
	float: left;
	color: #808080;
	width: 90%;
	padding: 0 0 0 30px;
	text-decoration: none;
}

.gridView ul.grid li a:hover {
	text-decoration: underline;
}

.gridView ul.grid li a.verwijderen {
	background: url('../images/icon_verwijderen.png') no-repeat left center;
}

.gridView ul.grid li a.copytemplate {
	background: url('../images/icon_duplicate.png') no-repeat left center;
}

.gridView ul.grid li a.bewerken {
	background: url('../images/icon_bewerken.png') no-repeat left center;
}

.gridView ul.grid li a.bekijken {
	background: url('../images/icon_bekijken.png') no-repeat left center;
}



/* Overzicht paginas | mediabeheer ****************************************************/
.gridView ul.grid.mediabeheer li {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 1% 1% 0;
	background-color: #F0F0F0;
	position: relative;
  text-align:center;
}

.gridView ul.grid.mediabeheer li .bottom {
	float: left;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	text-align: left;
}

.gridView ul.grid.mediabeheer li .naam {
	float: left;
	width: 100% !important;
	margin: 0 0 0 0;
	text-align: left;
}

.gridView ul.grid.mediabeheer li .date {
	float: left;
	width: 80%;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-align: left;
}

.gridView ul.grid.mediabeheer li .soort {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background: url('../images/icons-mediabeheer.png') no-repeat left 3px;
	text-indent: -90003px;
}

.gridView ul.grid.mediabeheer li .soort.image {
	background: url('../images/icons-mediabeheer.png') no-repeat left -30px;
}

.gridView ul.grid.mediabeheer li .soort.music {
	background: url('../images/icons-mediabeheer.png') no-repeat left bottom;
}

.gridView ul.grid.mediabeheer li .action {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
}

.gridView ul.grid.mediabeheer li .action a {
	float: left;
	width: 26px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	text-indent: -90003px;
	text-decoration: none;
	background: url('../images/bg_action_gradient.png') no-repeat left top;
	opacity:0.40;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.gridView ul.grid.mediabeheer li .action a.bewerken { background-position: left -28px; }
.gridView ul.grid.mediabeheer li .action a.verwijderen { background-position: left bottom; }

.gridView ul.grid.mediabeheer li .action a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	text-indent: -20px;
	width: 144px;
}

#allemedia .buttons {
	float: left;
	width: 80%;
}

#allemedia .select2-results li {
	width: 100%;
	border: none;
	height: auto;
	margin: 0;
}


/* Overzicht paginas | gebruikers ****************************************************/
#wrapper #content #fullWidth .naam {
	float: left;
	font-weight: bold;
	width: 25%;
}

/* Overzicht paginas | zoekresultaten ****************************************************/
#wrapper #content #fullWidth .gezochtOp h2 {
	text-transform: none;
	margin-bottom: 30px;
	color: #404040;
}

#wrapper #content #fullWidth .gezochtOp h2 strong {
	text-transform: none;
	margin-bottom: 30px;
	color: #9E005D;
	font-weight: 700;
}

#wrapper #content #fullWidth .list.results a.title {
	font-family: 'Open Sans',Arial,serif;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;	
	color: #9E005D;
	margin-bottom: 30px;
	margin-bottom: 0;
	float: left;
	cursor: pointer;
}

#wrapper #content #fullWidth .list.results .tekst {
	float: left;
}

#wrapper #content #fullWidth .searchTabs a.tab {
	float: left;
	width: auto;
	color: #404040;
	padding: 8px 15px;
	cursor: pointer;
	background-color: #f9f9f9;
	margin-right: 4px;
	text-decoration: none;
}

#wrapper #content #fullWidth .searchTabs a.active {
	color: #404040;
	font-weight: bold;
	background-color: #f2f2f2;
}

#wrapper #content #fullWidth .searchTabs a:hover {
	text-decoration: underline;
}

#wrapper #content #fullWidth .searchTabs a i {
	font-size: 11px;
}

#wrapper #content #fullWidth ul.pagination {
	float: right;
	width: auto;
	margin: 20px 0 0 0;
}

#wrapper #content #fullWidth ul.pagination li {
	float: left;
	height: 26px;
	padding: 6px 15px;
	margin: 0 4px;
	cursor: pointer;
	color: #404040;
	text-decoration: none;
}

#wrapper #content #fullWidth ul.pagination li a {
	float: left;
	color: #404040;
	text-decoration: none;
}

#wrapper #content #fullWidth ul.pagination li:hover a {
	text-decoration: underline;
}

#wrapper #content #fullWidth ul.pagination li.active {
	background-color: #9e005d;
	font-weight: bold;
}

#wrapper #content #fullWidth ul.pagination li.active a {
	color: #fff;
}

#wrapper #content #fullWidth ul.pagination li.arrow a {
	background: #fff url('../images/pagination_sprite.png') no-repeat left bottom;
  text-indent: -90003px;
	float: left;
	width: 5px;
	height: 8px;
	margin-top: 9px;
}

	#wrapper #content #fullWidth ul.pagination li.arrow.first a {	
		background-position: right -32px;	 
		width: 16px;
	}

	#wrapper #content #fullWidth ul.pagination li.arrow.previous a {	
		background-position: right -22px;	 
	}

	#wrapper #content #fullWidth ul.pagination li.arrow.next a {	
		background-position: left top;	
	}

	#wrapper #content #fullWidth ul.pagination li.arrow.last a {
		background-position: right -10px;
		width: 16px;
	}

	#wrapper #content #fullWidth ul.pagination li.arrow.first.disabled a,
	#wrapper #content #fullWidth ul.pagination li.arrow.previous.disabled a,
	#wrapper #content #fullWidth ul.pagination li.arrow.next.disabled a,
	#wrapper #content #fullWidth ul.pagination li.arrow.last.disabled a {
		opacity:0.20;
		filter:alpha(opacity=20); /* For IE8 and earlier */
	}


/* Overzicht paginas | licenties ****************************************************/
#wrapper #content #fullWidth .licenties ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper #content #fullWidth ul li.titles {
	font-weight: bold;
	background-color: #d9d9d9;
}

#wrapper #content #fullWidth ul li.titles span.empty {
	float: left;
	width: 20px;
	margin-right: 1.5%;
}

#wrapper #content #fullWidth ul li span.code {
	float: left;
	width: 10%;
	font-weight: bold;
}

#wrapper #content #fullWidth ul li span.start,
#wrapper #content #fullWidth ul li span.eind {
	float: left;
	width: 13%;
}

#wrapper #content #fullWidth ul li span.playernaam {
	float: left;
	width: 34%;
}



/* temp FAQ / 404 kitten ****************************************************/
#wrapper #content #fullWidth .faq {
	text-align: center;
}

#wrapper #content #fullWidth .faq h2 {
	margin-top: 20px;
	font-size: 34px;
}

#wrapper #content #fullWidth .faq .error404 {
	margin-top: 20px;
	font-size: 16px;
}

/* Presentatie edit ***************************************************/
#wrapper #content .driecolumn .gegevensLabel, 
#wrapper #content .driecolumn label{
	float: left;
	margin: 0 0 0 1%;
	width: 74%;
	font-weight: bold;
}

#wrapper #content .driecolumn .gegevensLabel span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#wrapper #content .driecolumn .gegevensInput,
#wrapper #content .driecolumn input[type=text],
#wrapper #content .driecolumn input[type=password]
 {
	float: left;
	width: 96%;
}

#wrapper #content .driecolumn .gegevensLabel {
	margin: 3% 0 0 0;
}

#wrapper #content .driecolumn.koppelPlayers .doubleWarning {
	background: transparent url('../images/icon_warning.png') no-repeat 1% center;
  text-indent: -90003px;
    display: inline-block;
    width: 20px;
    margin-left: 1%;
}

.editButtonSave.submitbutton {
	background-color: #9E005D;
	padding: 9px 15px;
  border: none;
  color: #fff;
	font-family: 'Open Sans', Arial, serif;
  font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
  float:left;
}

.editButtonSave.submitbutton a {
	text-decoration: none;
  width: auto;
}

.editButtonSave.submitbutton a:hover {
	text-decoration: underline;
}

.mediaGalleryItem {
  border: 2px solid #F2F2F2;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
}

.mediaGalleryItem.active {
  border: 2px solid #9e005d;
}

.mediaGalleryItem img {
  clear:both;
  float: left;
}

.mediaGalleryItem .title {
  float: left;
  font-size:10px;
}

#loadingdiv {
  background: url('/interface/images/loading.gif');
  background-size:35px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #fff;
  width:250px;
  height: 35px;
  display:none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index:500;
  padding-left: 45px;
}

#templatescaling,
#pagescaling {
  float:right;
	width: 360px;
}

#templatescaling .label,
#pagescaling .label {
  float:right;
	font-size: 20px;
	margin: 8px 8px 0 0;
}

#scaling {
  width:30px;
}

.field .previewHover {
  background: url('/interface/images/element-overlay.png');
  cursor: pointer;
  position:absolute;
}

.field #templateCanvas .previewSelected,
.field #templateCanvas .previewClicked {
  cursor: move;
}
.field #templateCanvas .previewSelected {
    cursor: pointer;
}

.field #pageCanvas .previewSelected {
  cursor: pointer;
}

#popupForm #errormessages {
  display:none;
}

.playerlegend {
  width: 98%;
  padding:1%;
  float:left;
}

.playername{
  width:25%;
  float:left;
}

.playerlicense{
  width:20%;
  float:left;
}

.playerswithgroups .playerlicense .haslicense,
.playerswithgroups .playerstatus .online{
  width:16px;
  height:16px;
  display:block;
  background-color:green;
}

.playerswithgroups .playerlicense .nolicense,
.playerswithgroups .playerstatus .offline{
  width:16px;
  height:16px;
  display:block;
  background-color:red;
}

.playerswithgroups .playerstatus .critical{
  width:16px;
  height:16px;
  display:block;
  background-color:orange;
}

.playerswithgroups .playerstatus{
  width:20%;
  float:left;
}

.list.playerswithgroups .playergroups,
.list.groupswithplayers .playergroups {
  display:none;
}


/* Overige styling ****************************************************/
.correct .notice {
	display:none;
}

#required-message,
.notice {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #df1e1e;
}

.elementInput .slidervalue{
  height:30px;
  margin-left:10px;
}

#wrapper #content #fullWidth ul.list.customers .nrlicenses {
  width: 10%;
  float:left;
  text-align: center;
}

.bottomLegend,
.topLegend{
  width:98%;
  padding:1%;
  float:left;
}

.bottomLegend .column1,
.bottomLegend .column2,
.bottomLegend .column3,
.topLegend .column1,
.topLegend .column2,
.topLegend .column3{
  width: 20%;
  float:left;
  font-weight: bold;
  color: #5C5C5C;
}

.bottomLegend .column1,
.topLegend .column1 {
  margin-left:30px;
}

.bottomLegend .column2,
.topLegend .column2,
.bottomLegend .column3,
.topLegend .column3 {
 text-align: center;
 width: 10%;
}

#content .eentweede .licenseselect{
  width: 50%;
  float:left;
}

#content .eentweede .licenseselect input{
  margin-right: 10px;
  margin-top: 6px;
  float:left;
}

#content .filterLicenses{
  float:left;
  width:100%;
  margin-bottom:10px;
}

#content .filterLicenses #nrFilteredLicenses{
  margin-left: 10px;
  margin-right: 5px;
  font-weight:bold;
}

.demoform{
  float:left;
  width:100%;
}

.demoform .form-field,
.demoform .form-field label,
.demoform .form-field select{
  float:left;
  height:38px;
  margin-top: -4px;
}

.demoform .form-field label,
.demoform .form-field{
  margin-right: 10px;
  line-height: 32px;
}