/* CSS Document */

a, button, h1, h2, h3, h4, h5, h6, input, li, p, select, span, textarea {
	text-rendering: optimizeLegibility;
	font-synthesis: none;
}
* {
	backface-visibility: hidden;
	box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root{
	--briq-red: 115,55,65; /*#6FCEF5;*/
	--briq-terra: 255,125,110;/*#5576BA;*/
	--briq-yellow: 255,215,40;/*#F7EF70;*/ffd728
	--briq-white: 255,255,255;
	--briq-font-regular: 'centra_no1_book', sans-serif;
	--briq-font-medium: 'centra_no1_medium', sans-serif;
	color:rgba(var(--briq-red), 1)
}

body{
    font-family: var(--briq-font-regular);
	font-optical-sizing: auto;
	font-style: normal;
    font-size: 1rem;
    background: #fff;
    color:rgba(var(--briq-red), 1);
}

h1,h2,h3,h4,h5,h6,strong{
    font-family: 'items_regular', serif;
	font-weight: 400;
    font-weight: normal;
}

strong, .card-header h2{
    font-family: var(--briq-font-medium);
}

strong.h3{
    font-family: 'items_regular', serif;
	font-weight: 400;
    font-weight: normal;
}

.badge-warning {
    color: #212529;
    background-color: rgba(var(--briq-yellow), 1);
}

img{
    max-width:100%;
    height:auto;
    vertical-align: middle;
}

a, .download-btn, .link-button, button {
    color: rgba(var(--briq-red), 1);
    text-decoration: none;
    outline: none;
    border:none;
}

a, .front-object.block-shadow, button{
    transition: all 0.15s linear;
}

a:hover, .download-btn:hover, .link-button:hover, button:hover {
	color:rgba(var(--briq-terra), 1);
}

.bell-sticky-btn:hover{
	color:#fff;
}

.download-btn{
    background:transparent;
    padding:0;
    margin:0;
    border:none;
}

.top-nav .avatar {
    border-radius: 50%;
    opacity: 0;
}

.custom-logo-link{
    padding:20px;
    display: inline-block;
}

.site-logo{
    max-width:180px;
    margin:0 auto!important;
}

.dimi-header{
    background:rgba(255,255,255,1.00);
}

.object-block-button{
    display: grid;
    text-decoration: none!important;
}

.front-object {
    background: #fff;
    /*border-radius: 10px;*/
    display: block;
    padding: 20px 20px;
    margin-left: auto;
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
    min-height: 130px;
}

.front-object h2{
    font-size:1.4rem;
}

.block-shadow {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.front-object.block-shadow:hover {
   /* background:#f6fafe ;*/
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}

/*.front-object img{
    border-radius: 10px;
}*/

/*Navigation*/
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding:0;
}

.main-navigation ul li{
    position: relative;
}

.main-navigation a {
    color: rgba(var(--briq-red), 1);
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
    font-family: var(--briq-font-regular);
    font-weight: normal;
}

.main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
    text-decoration: none!important;
}

.main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
}

.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: auto;
    right: 0;
}


.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: rgba(var(--briq-terra), 1);
}
.main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
}

.main-navigation .menu-item-has-children::after {
    content: "\f0d7";
    position: absolute;
    right: 0.625em;
    top: 21px;
}

.main-navigation ul ul::before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
}
.main-navigation ul ul::before, .main-navigation ul ul::after {
    border-style: solid;
    content: "";
    position: absolute;
}

.main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
        border-bottom-width: 1px;
    border-bottom-width: 0;
}

.main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
}

.main-navigation ul ul::after {
    border-color: #fff transparent!important;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
}

.primary-menu::after{
    clear: both;
}
.primary-menu::before, .primary-menu::after {
    content: "";
    display: table;
}

.left-spacer{
    margin-left:350px;
    transition: all 0.3s;
    padding-bottom:80px;
}

/*#content-container.actief{
    margin-left:0;
}*/

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 350px;
    transition: all 0.3s;
}
.sidebar-collapsed {
    width: 60px;
}

.btn-info {
  color: #fff;
  background-color: #ff883c;
  border-color: #ff883c;
}

/*#sidebar-container.active {
    margin-left: -360px;
}*/

#sidebarCollapse{
    display:none;
    position: absolute;
    right:-10px;
    top:28px;
}

@media (max-width: 768px) {
    #sidebar-container {
        margin-left: -360px;
    }
    #sidebar-container.active {
        margin-left: 0;
    }
    
        .left-spacer{
        margin-left:0px;
    }

    #content-container.actief{
        margin-left:360px;
    }
    
    .plr-0{
        padding-left:0;
        padding-right:0;
    }
    
    #header{
        background: rgba(var(--briq-red), 1)!important;
    }
    
    .single #sidebarCollapse{
        display:inline-block;
    }
    
    .custom-logo-link{
        padding:20px 15px;
        display: inline-block;
    }
    
    .blue-title{
        margin-bottom: 0!important;
    }
    
    h2{
        font-size:1.5rem;
    }
    
    h3{
        font-size: 1.2rem;
    }
    
    h4{
        margin-top:0.5rem;
        font-size: 1.2rem;
    }
    
    .reageer-knop{
        margin-top:0.5rem!important;
    }
}

.not-mobile{
	display: none!important;
}

@media (min-width: 768px) {
    .site-branding{
    max-width:380px;
}
	.not-mobile{
	display: inline-block!important;
}
	
	.is-mobile{
	display: none!important;
}
    
    
}

.um{
	margin-left: 0!important;
}

.um .um-form input[type="text"], .um .um-form input[type="tel"], .um .um-form input[type="password"], .um .um-form textarea, .um input[type="submit"].um-button {
	border-radius: 0px!important;
	padding: 12px !important;
	height: auto !important;
	border:2px solid rgba(var(--briq-red), 1)!important;
}
.um input[type="submit"].um-button {
  padding: 0.5rem 1rem;
  font-family: var(--briq-font-medium);
  border: none !important;
  background: #ff7d6e!important;
  color: #fff;
  border-radius: 0px!important;
    font-size: 22px!important;
	width:100%!important;
}

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    background: #ff7d6e!important;
}

.um-field-label {
  display: block;
  margin: 0!important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(var(--briq-terra), 1);
    background-color: rgba(var(--briq-terra), 1);
}

.widefat{
    background:#fff;
    width:100%;
}

.widefat .check-column {
    width: 2.2rem;
    padding: 6px 0 6px 12px;
    vertical-align: top;
}

.form-header{
    padding:10px;
    background:#fff;
 /*   border-radius: 10px;*/
}

.form-header2{
    padding:7px 7px 0;
    background:#fff;
   /* border-radius: 10px;*/
    margin-right:0.5rem;
}

/*.form-header2.ex-hoog{
    padding:5.25px 7px;
}*/

.file-holder{
    padding:0 0 0 9px;
}

.file-holder i.fa-file-pdf{
    color:#DB6B6B;
}

.file-holder i.fa-file-excel{
    color:#21A366;
}

.file-holder i.fa-file-image{
    color:#3dabd5;
}

.file-holder a{
    padding-left:5px;
}

.file-holder a i{
	color:rgba(var(--briq-yellow), 1);
}

.download-box{
    display: none;
}

.download-box.show{
    display: block;
}

.gallery-columns-1{
    position: relative;
}

.gallery-columns-1::before {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: block;
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 50%;
    content: "";
    background-image: url("../images/gallery.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 30px;
    background-color: rgba(var(--briq-terra), 1);
    border: 5px solid rgba(var(--briq-terra), 1);
    pointer-events: none;
}

.acf-map {
    width: 100%;
    height: 350px;
    /*border-radius: 10px;*/
}

.blue-title{
   /* color:#3cadd5;*/
    padding:1rem 0;
}

.um.um-login{
    margin-left:0!important;
}

.comment-form-comment label, .logged-in-as{
    display: none;
}

.commentz{
   /* border-radius: 10px;*/
}

.commentz .comment-reply-title, .comment-box .comment-reply-title{
    display: none;
}

.commentz textarea, .comment-box textarea, .comment-respond textarea{
    padding:1rem;
   /* border-radius: 10px;*/
    background:rgba(var(--briq-terra), 0.2);
    color:#252525;
    border:none!important;
    outline: none!important;
    font-family: var(--briq-font-regular);
	width:100%;
    max-width:100%;
}

.commentz textarea:focus, .comment-box textarea:focus, .comment-respond textarea:focus{
	background:rgba(var(--briq-terra), 0.1);
}

.commentz .submit, .comment-box .submit, .comment-respond .form-submit .submit{
    padding:0.5rem 1rem 0.2rem;
    font-family: var(--briq-font-medium);
    border:none!important;
    background: #fff;
    color:rgba(var(--briq-red), 1);
    border-radius: 0px;
	border:2px solid rgba(var(--briq-red), 1)!important;
}


.commentz .submit:hover, .comment-box .submit:hover, .comment-respond .form-submit .submit:hover{
    background:rgba(var(--briq-terra), 1);
    color: #fff!important;
	border:2px solid rgba(var(--briq-terra), 1)!important;
}


.cloze-button{
    padding:0.5rem 1rem;
    font-family: var(--briq-font-medium);
    border:none!important;
    color:#fff;
    border-radius: 10px;
}

.download-butt{
    cursor: pointer;
}

.nav-tabs{
    padding:0;
    border:none!important;
}

.nav-tabs .nav-item{
    width:100%;
    border:none!important;
}

.nav-tabs .nav-link{
    border:none!important;   
}

.nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border:none!important;
}

.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block; background: #fff;} 
.modal-dialog-slideout .modal-header h5 {float:left;}

.modal-content {
    background-color: #f2f2f2;

}

.comment.depth-2{
    padding-left:3rem;
}

.comm .comment.depth-1{
    
    border-bottom:2px solid rgba(var(--briq-terra), 1);
    margin-bottom:1rem;
    background:rgba(var(--briq-terra), 0.3);
    padding:1rem;
}

.comm .comment.depth-1:last-child{
    
    border-bottom:2px solid rgba(217,217,217,0); 
    margin-bottom:0rem;
}

.comm .comment p{
    padding:1rem;
    background:#fff;
    border-radius: 0px; 
}

.comm p.comment-awaiting-moderation{
    padding:1rem;
    color: #155724!important;
    background-color: #d4edda!important;
    border-color: #c3e6cb!important;
    font-family: var(--briq-font-medium);
    border-radius: 10px;
}


.comm .comment-respond .comment-form-comment, .comm .comment-respond .form-submit{
    background:transparent;
    padding:0;
}

.comment .commentmetadata{
    font-size:0.8rem;
}

.comm .comment .commentmetadata a{
    color:#838383;
}

.comm .comment-reply-title{
    font-size:1.2rem;
}

.comm .comment-reply-title small{
    padding-left: 1rem;
}

.comm .comment-respond .comment-form{
    margin-bottom:1.5rem;
}

.reply-button .reply, .comment-edit-link{
	display:none;	
}

.comm .comment-edit-link{
	display: inline-block;
}

.comm .reply-button .reply{
    display: table;
    margin-left:auto;
    padding-right:1rem;
}

.card{
    border-radius:0px!important;
    border:none;
    margin-bottom:0.5rem;
}

.card .fa-angle-down {
  float: right;
}

.card .card-header button:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-header{
    background:rgba(255,255,255,1.00);
}


.btn-link.blue-back{
    color:rgba(var(--briq-red), 1);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0)!important;
    font-size:1.25rem;
    text-decoration: none!important;
}

.btn-link.blue-back img{
    max-width:20px;
    display: none;
}

.btn-link.blue-back:hover{
    color:rgba(var(--briq-terra), 1);
}

.card-body{
    background:#f2f2f2; 
}

.reageer-knop{
    display: inline-block;
    margin-top:1rem;
    font-family: var(--briq-font-medium);
    padding:0.5rem 1rem 0.2rem;
    margin-right: 0;
	border:2px solid rgba(var(--briq-red), 1);
}

.reageer-knop:hover{
    background:rgba(var(--briq-terra), 1);
    color: #fff!important;
	border:2px solid rgba(var(--briq-terra), 1);
}

#indexContent{
    display: none;
}

.button-box{
    display: block;
}

.update-box{
    display: block;
    margin:0;
}

.last-updated{
    margin-bottom: 0;
    font-size:14px;
    color:#838383;font-family: var(--briq-font-regular);
}

.seen_notification .badge{
	display:none!important;
}

.sortme th{
	cursor: pointer;
}

.update-log-box{
	background:#fff;
	position: absolute;
	left:14px;
	bottom:0px;
	max-width: 340px;
	width: 100%;
	font-size: 85%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
	max-height: 200px;
	/*border-radius: 5px;*/
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
	z-index: 2000;
}

.btn-flip span{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.btn-flip {
	opacity: 1;
	outline: 0;
	color: #fff;
	line-height: 36px;
	position: relative;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: var(--briq-font-medium);
	font-size:1rem;
}

.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: rgba(var(--briq-terra), 1);
  display: block;
	 padding: 0.2rem 1rem 0;
  transition: 0.3s;
  position: absolute;
  border:2px solid rgba(var(--briq-terra), 1);
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}

.btn-flip.red:after{
	border:2px solid rgba(var(--briq-red), 1);
	color: rgba(var(--briq-red), 1);
}

.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: rgba(var(--briq-terra), 1);
  display: block;
  padding: 0.2rem 1rem 0;
  line-height: 36px;
  transition: 0.3s;
  position: relative;
  border:2px solid rgba(var(--briq-terra), 1);
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}
.btn-flip.red:before{
	border:2px solid rgba(var(--briq-red), 1);
	color: rgba(var(--briq-red), 1);
}

@media (min-width: 768px) {
	
	.update-log-box{
		left:85px;
		bottom:-30px;
		max-width: 350px;
	}
}

@media (max-width: 768px) {
	table tr, table td {
		display: block;
	}

	table tr{
		padding-bottom:1rem;
	}

	table th, table td {
		padding: 0.1em 15px;
		position: relative;
	}
	.table-date{
		padding-left:15px;
	}
	.sortme .container-fluid{
		padding:0;
	}
	
	body{
		overflow-x: hidden;
	}
}

.custom-control{
	display: flex;
}

.close-log-button{
	position: absolute;
	right:2px;
	top:0;
	background: transparent;
}

.update-list{
	padding:0rem 1.2rem;
	margin:0;
}

.update-list li{
	display: block;
	line-height: 1;
	font-size: 15px;
	margin-bottom:0.5rem;
	cursor: pointer;
	opacity: 1;
	position: relative;
	padding-left:0.5rem;
}

.update-list li:hover{
	opacity: 0.8;
	color:rgba(var(--briq-terra), 1);
}

.update-list li:last-child{
	margin-bottom:0rem;
}

.new-log::before{
	content: '';
	width: 6px;
	height: 6px;
	background: rgba(var(--briq-yellow), 1);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -7px;
	top: 4px;
}

.update-list li span{
	font-size:10px;
	color:#838383!important;
}

.overlay-log,.overlay-download {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(0,0,0,0.40);
}

.overlay-log-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 200;
  background: rgba(255,255,255,1);
  border-radius: 0px;
}

.overlay-download-inner{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  z-index: 200;
  background: rgba(255,255,255,1);
  border-radius: 5px;
}

.overlay-log-inner .content{
 margin-top:30px;
  padding: 0 30px 30px;
}

.overlay-download-inner .content  {

  padding: 0 20px 20px;
}

.knoppie{
	background-color: rgba(var(--briq-terra), 1);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding-top: 4px;
}

.header-box{
	padding:10px 30px;
	text-align: right;
	
}

.close-button{
	font-size: 0.8rem;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: -13px;
  top: -12px;
}

/*.close-button i{
	font-size:1.5rem;
	margin-left:0.7rem;
}

.close-button i::before {
  top: 8px;
  position: absolute;
}*/

.bell-sticky-btn {
	position: fixed;
	bottom: 20px;
	border: none;
	border-radius: 50%;
	background-color: rgba(var(--briq-terra), 1);
	color: #fff;
	z-index: 10000;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
	left: 20px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	font-size:1.4rem;
}

.bell-sticky-btn .badge{
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 14px;
	width: 22px;
	height: 22px;
	padding-left: 0;
	text-align: center;
	padding-right: 0;
}

.modal-overlay{
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 1990;
}

#pills-log .update-title{
	font-size:1.3rem;
	font-family: var(--briq-font-medium);
	display: inline-block;
	margin-right:1rem;
}

#pills-log span{
	font-size:0.875rem;
	color:#888;
}

#pills-log .update-content{
	padding-top:10px;
}

.bestand-link i{
	display:none;
}


.bestand-link.newitem i{
	display:inline-block;
}

.bestand-link.download-docs i{
	display:inline-block;
}

