
.navbar .brand{white-space:nowrap;font-size:1.8em;}
.navbar .brand .sub{font-size:0.6em;;}

body.ie.ie7 input,
body.ie.ie8 .row-fluid [class*='span']{
    min-height:20px;
}
h2{margin-bottom:0;}
form{margin-bottom:0;}
fieldset legend{width:auto;border:none;line-height:20px;margin:0;padding:0 10px;font-size:18px;}
fieldset.block{border: 1px solid #ccc;border-radius: 5px; padding:10px;}
textarea{width:100%;width:calc(100% - 18px);height:200px;}

.no-margin{margin:0;}
.no-padding{padding:0;}
.inline-block{display:inline-block;}
.inline{display:inline;}

.input-auto{width:auto;}
.color-red,.color-red:hover,
.color-red input,.color-red:hover input{color:red;}

.color-green{color:green;}
.color-orange{color:orange;}

.pagination{margin:10px 0;}
.pagination select.page-result-count{
    width:60px;
    margin:0;
    font-size: 11px;
    text-align:right;
}
.dialog{width:500px;padding:10px 160px;margin:3em;background: #ffffff url('../img/logo.png') no-repeat center top;}
.login .dialog .block{margin-top: 150px;}
.loginPage{background-color: #1e78af;}
.loginPage input{
    padding: 20px;
    border-radius: 3px;
}
@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, .loginPage input {
        padding: 0px;
        padding-left: 5px;
    } /* IE11 */
}

.block-header h2{background-color:#750D67;}
.content{min-height:550px;position:relative;padding-bottom:4em;transition: margin 0.5s;}
.content.full-width{margin-left:0;}
footer{left:0;right:0;padding-top:0;}
.full-height{height:100%;}
.window-height{height:100%;overflow-y:auto;}

.table-responsive{overflow-x:auto;}

h1{color:#aaa;}
.row.space{margin-bottom:10px;}
.row-fluid.space{margin-bottom:10px;}
.help-inline.top{vertical-align:top;margin-top:5px;}
.help-inline.two-rows{
    font-size: 11px;
    line-height: 12px;
}

.hover-highlight:hover{color:#0088cc !important;}
.placeholder{background-color:#eee !important;color:#999;font-style:italic;min-height:15px;border:1px solid silver;display:block!important;}
.hover-highlight .hide-hover{visibility: hidden;}
.hover-highlight:hover .hide-hover{visibility:visible;}

.cursor-move{cursor:move;}
.cursor-pointer{cursor:pointer;}

.ellipsis{display:block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.overflow{overflow:auto;}
.overflow-x{overflow:hidden;overflow-x:auto;}
.overflow-y{overflow:hidden;overflow-y:auto;}

.hidden{display:none;}
.valign-top{vertical-align: top;}

td.success{background-color:#DFF0D8;}
td.info{background-color:#D9EDF7;}
td.error{background-color:#F2DEDE;}
td.warning{background-color:#FCF8E3;}

.sidebar-show-hide-label{
	position:absolute;
	display:block;
	top:5px;
	left:0px;
	width:15px;
	height:30px;
	border-radius: 0 3px 3px 0;
	background-color:#cfcfd6;
	line-height:30px;
	text-align: center;
	cursor:pointer;
}


.inline-edit input{border:none;padding:0;background-color:transparent;box-shadow:none;text-decoration: underline; }
#emailDialogModal{width:1024px!important;margin-left:-512px!important;}

.auto-complete-custom.loading,
.auto-complete.loading{
	background-image: url('../img/spinner.gif');
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.btn.loading{
	background-image: url('../img/spinner.gif');
	background-repeat: no-repeat;
	background-position: center right 10px;
        padding-right:30px;
}
.file-name-info>a{
	margin-right:5px;
}
.file-name-info>span{
	margin-right:5px;
}

.page-right{
	position:absolute;
	top:10px;right:20px;
}
.hoverimagepreviewframe{
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
	border:4px solid grey;
	border-radius: 3px;
	min-width:50px;
	min-height:50px;
	background-color:white;
	background-image: url('../img/spinner.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#main-menu  .nav.nav-tabs .seperator{
	width:5px;
	background-color:#BBB;
	height:38px;
}
.big-icons{font-size:64px;display:block;height:64px;line-height:64px;}


.nav.nav-list li a{display:block;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:0.5em 0.25em 0.5em 1em !important;}
.nav.nav-list .has-subs{position:relative;}
.nav.nav-list .has-subs .children{position:absolute;right:10px;top:10px;}
.nav.nav-list .has-subs ul{display:none;}
.nav.nav-list .has-subs.active ul{display:list-item;}
.nav.nav-list .has-subs ul{list-style: none;margin-left:15px;border-left:2px solid #eee;}
.nav.nav-list .has-subs ul li{margin-left:0;}
.nav.nav-list .has-subs li.active>a{border:none !important;background-color:#CFCFD6 !important;}

.uppercase{text-transform: uppercase;}

.data-table tbdody td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:500px;}
.data-table td.right{text-align: right;}

.muted a{color:#8a8a9c !important;}

/*.tab-content{overflow:visible;}*/
.label-remove{color:white;}


/*******************************/
/***** CKeditor fixes **********/
/*******************************/
input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password, textarea.cke_dialog_ui_input_textarea {height:auto;}

/**********************************/
/****** Typeahead (autocompleet) **/
/**********************************/
.label-title{clear:right;}
.label-footer{font-size:10px;}

/*********************************/
/********* select fix ************/
/*********************************/
.select2-selection select2-selection--single input.select2-search__field,
.select2-selection select2-selection--multi input.select2-search__field{
    height:30px;
}
.select2-container .select2-results__options li{
    white-space: nowrap;
}

/******************************/
/********** GROEPEN ***********/
/******************************/
.image-preview{
	float:right;
	height:50px;
	margin-top:-50px;
}
.image-preview img{
	margin-left:10px;	
}

/******************************/
/********** MEDIA *************/
/*******************************/
.media-list{max-height:400px;overflow-y:auto;}
.media-list li{list-style:none;overflow:hidden;white-space:nowrap;}
.media-list li .options{display:none;}
.media-list li .inhoud{display:block;height:20px;position:relative;}
.media-list li .inhoud:hover .options{display:inline;}
.media-list.files li .filename{display:block; float:left; width: calc(100% - 75px);overflow:hidden;text-overflow: ellipsis;}
.media-list.files li .options{position:absolute;top:0;right:75px;background-color: white;}
.media-list.files li .filesize{display:block; float:right;color:grey;width:75px;text-align:right;}
.media-list.files li:hover{background-color:#F5F5F5;}
.media-list.files li:hover .filesize{color:black;}

.file-header{position:relative;}
.file-header .add-file{position:absolute;right:10px; top:10px;}
#filedetails .preview{max-width:100%;}

/****************************************/
/***** PRODUCT GROEPEN LIJST ************/
/****************************************/
/*.productenoverzicht{
    position: relative;
    top: -30px;
}
.producten-overzicht.extra-filters{
    position: relative;
    z-index: 99;
}*/

.groepen-lijst>form>ul>li>ul>li{margin-left:0px;}
.groepen-lijst ul li li{margin-left:15px;}
.groepen-lijst.sidebar{padding-left:10px;margin-top:-1.5em;}
#sidebar-nav .nav-list{max-height:800px;overflow-y: auto;}
.groepen-lijst li label{display:inline-block;vertical-align: top;white-space:nowrap;}

/*
.groepenlijst .lijstheader{
	background: -moz-linear-gradient(center bottom , #e5e5e9 0%, #fbfbfc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: none;
	border-right: 1px solid #c4c4cd;
	box-shadow: 1px 0 0 #f6f6f7 inset;
	color: #707083;
	font-size: 1em;
	font-weight: normal;
	text-shadow: 1px 1px 0 #ffffff;
	vertical-align: middle;
}
*/
.groepenlijst>ul{margin-left:0;}
.groepenlijst li{list-style:none;}
.groepenlijst li span{display:inline-block;padding:5px 2px;}
.groepenlijst li span.groep-naam a{color:inherit;}
.groepenlijst li span.groep-id{width:40px;border:none;}

.groepenlijst .filters li label{display:inline-block;}
.groepenlijst .filters li span.groep-tool{padding:0px;}

.groepenlijst li li{display:none;}
.groepenlijst ul.open>li{display:list-item;}

.groepen-lijst li li li{display:none;}
.groepen-lijst.product li li{display:none;}
.groepen-lijst ul.open>li{display:list-item;}

.groepen-lijst.sidebar li{
    position:relative;
}
.groepen-lijst.sidebar li .label-dot{
    position:absolute;
    top:12px;
}


.toggle-collapes-list{cursor:pointer;}
.toggle-collapes-list.icon-minus-sign{color:#ddd;}


/****************************************/
/***********   NARROWCASTING  ***********/
/****************************************/
.narrowcasting .Nieuwsbericht{ color:#478500;}
.narrowcasting .Product{ color:#0480be;}

/****************************************/
/*********** EXPORTDEFINITIES  ***********/
/****************************************/
.definitielist{}
.definitielist li{padding:5px;margin:2px;border:1px solid #eee;background-color:#fff;}
.definitielist li:hover{background-color:#eee;}

/******************************************/
/********* sorting nested ****************/
/******************************************/
body.dragging, body.dragging * {
  cursor: move !important;
}
ul.sortablenested .dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ul.sortablenested li.placeholder {
  position: relative;
  /** More li styles **/
}
ul.sortablenested li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ul.sortable.grid,
.producten-grid{ list-style-type: none; margin: 0; padding: 0; max-width:800px; display:block; }

ul.sortable.grid li,
.producten-grid li{margin: 3px 0.5% 3px 0; padding: 1%; float: left; width: 30%; max-width:33%; height: 75px; text-align: center; border:1px dotted black;background-color:#eee;font-size:10px;}
.producten-grid li .title{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;}
.producten-grid li.groep{}
.producten-grid li.product{background-color:white;height: 90px;min-width:30%;position:relative;}
.producten-grid li.product.selected{background-color:#FFEE98; }
.producten-grid li.product.hoofdproduct{background-color:#C4E3F3; }
.producten-grid li.product.hoofdproduct.selected{background-color:#799CAD; }
.producten-grid.inc-leverancier li.product{height: 115px;}


ul.advertentie_collectie li.collectie,
ul.collectie li.collectie{
	min-height:75px;
	border:1px dotted black;
	background-color: #eee;
	padding:5px;
	margin-bottom:5px;
	margin-right:5px;
}
ul.collectie li.collectie .collectie-opmerking{
	height:60px;
}

.droppable.ui-state-hover{
	background-color:#0088cc !important;
	
}
.droppable.ui-state-hover table{
	border-color:red;
}
.droppable.ui-state-hover table td{
	border-color:red;
}
ul.collectie li .title{
	color:red;
}

/** COMPACTIE WEERGAVE VAN DE COLLECTIES **/
/*ul.collecties.small{display:table;width:100%;}
ul.collecties.small .producten-grid{width:auto;}
ul.collecties.small li.collectie{display:table-cell;}
ul.collecties.small .producten-grid li{
	float:none;
	width:auto;
	cursor:default;
	height:20px;
}*/
ul.collectie.small li.collectie{width:auto;float:left;}
ul.collectie.small .producten-grid{width:150px;}
ul.collectie.small .producten-grid li{float:none;height:20px;width:140px;max-width:140px;}

ul.collectie.small .producten-grid li .image{
	display:none;
}
.advertentie-lijst{
	border:grey dashed 5px;
	min-height:100px;
	padding:10px;
}
.advertentie-pagina-link{margin-top:-10px;}
.advertentie-pagina-link a{color:white;}
.advertentie-winkel-keuze li.winkel{width:25%;padding:0;}
.advertentie-winkel-keuze li.winkel label{display:block;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.advertentie-lijst .collecties{
	min-height:100px;
}
.scroll-div{
	height:500px;
	width:100%;
	overflow:auto;
}
.tools .checkbox.inline{padding-top:0;vertical-align: top;}

.fixed-buttons.reposition{
	position:relative;
	left:0;
	background-color:white;
	z-index:999;
	padding-bottom:10px;
	-webkit-box-shadow: 0px -10px 5px -5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -10px 5px -5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -10px 5px -5px rgba(50, 50, 50, 0.75);
}

.website-item .tools{
	position: absolute;
	top:0;
	right:10px;
	background-color:white;
	z-index:10;
}
.website-item h1,
.website-item h2,
.website-item h3{
	font-family: "Roboto",​Arial,​sans-serif;
}
.website-item li.inactive img.beeld{
	filter:grayscale(100%) opacity(20%);
	transition-property: filter;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
.website-item li.inactive:hover img.beeld{
	filter:grayscale(0%) opacity(100%);
}
.website-item li{
	overflow:hidden;
}
.website-item li .active-info{
	position: absolute;
	text-align: center;
	z-index:2;
	color:red;
	font-size:16px;
	bottom:0px;
	right:0;
	left:0;
	font-weight: bold;
	background-color:white;
}
.website-item.slider li{
	border:1px solid silver;
	width:1140px;
	height:326px;
	margin-bottom:5px;
	background-color:white;
	position:relative;	
	color: #fff;
	cursor:move;
}
.website-item.slider .slider_title{
	position:absolute;
	top:35px;
	left:95px;
	color: #fff;
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
}
.website-item.slider .slider_subtitle{
	position:absolute;
	bottom: 40px;
        left: 95px;
	color: #fff59a;
	display: block;
	font-size: 28px;
}
.website-item.blokken.center{
	width:851px;
}
.website-item.blokken.home{
	width:auto;
}
.website-item.blokken li{
	position:relative;
	float:left;
	margin: 0px;
	padding: 0px;
}
.website-item.blokken.home{
        display:block;
	min-height:300px;
        border:1px solid #eee;
}
.website-item.blokken.home li{
	float:none;
        border-bottom:1px solid silver;
        padding:5px;
}
.website-item.blokken.assortiment{
	width:1000px;
}
.website-item.blokken.assortiment li{
	width:200px;
        height:300px;
}
.website-item.blokken.assortiment li .product-wrapper{
	height:100%;
        background-color:#eee;
        margin:5px;
        position:relative;
}
.website-item.blokken.assortiment li .product-wrapper .image{
	display:block;
        margin:auto;
        position:relative;
        top:10px;
}
.website-item.blokken.assortiment li .product-wrapper .title{
	position:absolute;
        top:200px;
        text-align:center;
        padding:10px;
}
.website-item.blokken.center li .wrapper{
	padding:0 5px;
	margin-bottom:5px;
	margin-left:-5px;
	height:210px;
}
.website-item.blokken.side li{
	margin-bottom: 10px;
}
.website-item.blokken li.content-blok .wrapper{
	margin: 5px;
}
.website-item.blokken li.content-blok .title{
	font-weight: bold;
}
.website-item.blokken li.content-blok .tekst{
}
.website-item.blokken li.content-blok .leesmeer{
	font-weight: bold;
}
.website-item.blokken li.content-blok .active-info{
	font-size:12px;
}
.website-item.narrowcasting li{
	border:1px solid silver;
	width:480px;
	height:270px;
	margin-bottom:5px;
	background-color:white;
	position:relative;	
	color: #fff;
	cursor:move;
}
.text-page-dummy{
    min-height:500px;
    background-color:#eee;
    border: 1px solid gray;
    padding:20px;
}
.website-blokken-groep-selectie .group-count{display:none;}



.intekenlijst-opmerking{height:75px;}
.intekenlijst table{background-color:white;}
.intekenlijst table td.witregel input{width:100%;}

.logboek-action{max-width:200px;}

.prullenbak{
  /*padding: 8px 35px 8px 14px;*/
  /*margin-bottom: 20px;*/
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.prullenbak .table-wrapper.load-ajax table{
    background-color:white;
}

ul.attribuut-options{
    margin-left:40px;
    list-style: circle;
}
ul.attribuut-options li{
    list-style: circle;
}
#attributen-check label.checkbox{display:inline-block;}
.product-child{
    height:20px;
    line-height: 20px;
    vertical-align: middle;
}
.product-child input[type=checkbox]{
   margin-top:0;
   margin-right:10px;
}
.product-voorraad{
    display:inline-block;width:100px;
}
.inputs .help-tip{
    color:black;
}
.inputs .popover{
    max-width:500px;
}
.inputs .popover .popover-content{
    color:black;
}
.prod-child-groeps li{
    font-size:0;
    border:1px solid silver;
    height:30px;
    padding:5px;
}
.prod-child-groeps li:hover{
    background-color:#ddd;
}
.prod-child-groeps li .attr-part{
    font-size:12px;
    display:inline-block;
    vertical-align: top;
    height:30px;
    line-height: 27px;
}
.prod-child-groeps li .attr-dropdown{
    width:100px;
}
.prod-child-groeps li .attr-title{
    max-width:calc(100% - 130px);
}
.prod-child-groeps li .attr-title input{
    max-width:100%;
}
.prod-child-groeps li .attr-move{
    text-align: right;
    width:30px;
}
.prijs-label-info{
    width:100px;
    display:inline-block;
}
.label.label-dot{
    padding:0;
    border-radius:50%;
    width:10px;
    height:10px;
}