
body {
	background:#e9e9e9;
	color:#00005a;
	font-family: Montserrat, 'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;

}

h1 {
	font-weight:700;
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
}

h2 {
	font-weight:700;
	font-size:18px;
    line-height: 20px;
    margin: 15px 0px 10px 0px;
    padding-bottom: 0px;
}

h2 a{
	color:#00005a;
}

h2 .fas, h2 .far {
	color:#0DA6E9;
    padding-left: 10px;
}

h3 {
	font-weight:700;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#FE8302;
}

p {
	margin-bottom:20px;
}
.p-nmb {
	margin-bottom:3px;
}

a{
	color:#00005a;
  text-decoration:none;
}
.content a{
	color:#00005a;
  text-decoration:underline;
}
a:hover {
	color:#00005a;
	text-decoration:underine;
}

.aMB {
	margin-bottom:30px;
	display:block;
}
.txtsmall {
    font-size: 13px;
    line-height:15px;
    display: block;
}
.tableuploads img {
    padding: 3px;
}
.headerTop {
	background:#114f61;
	color:#fff;
	padding:10px 0;
}
.headerContainer {
	width:100%;
	position:fixed;
	float:left;
	display:block;
	z-index:1000;
	top:0;
}

.headerBottom {
	background:#e7edef;
	color:#00005a;
	border-bottom:1px solid #d6d6d6;
}
.contactinfo i {
	padding-right: 10px;
}
.headerMenu { padding-right: 10px!important;}

.content {
	margin: 80px 0 40px 0;
}

.footer {
	background:#373536;
	color:#fff;
	text-align:left;
	padding:20px 0;
}
.copyright {
	background-color: #114f61;
	color:#fff;
	text-align:center;
	padding:5px 0;
}
.copyright p { margin: 0px; }
.row {
	padding:0 10px 0 10px;
	margin:0;
}

.row-np {
	padding:0;
	margin:0;
}
.row-np>* { padding-left: 0px!important; }

.row-pb {
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


.col {
	padding:0 10px 0 10px;
}

.col-np {
	padding:0;
}
.col-np h1 {
    margin-bottom: 10px;
}
.col-right {
    text-align: right;
}
.col-p-right {
	padding-right:20px;
}


.block {
	background:#fff;
	padding:30px 30px 30px 30px;
	width: 100%;
}

.block-np {
	padding:0 30px 0 30px;
}
/* HEADER */
.headerTop ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}


.headerTop ul li{
	display:block;
	float:left;
	position:relative;
	padding-left:20px;
	font-size:13px;
	font-weight:100;
	line-height:13px;
}

.headerTop ul li a, .headerTop a{
	color:#fff;
}

.headerTop ul .username:before {
	font-family: "Font Awesome 5 Free";
	content: "\f007";
	font-weight:900;
	padding-right:5px;
}

.headerTop ul .logout:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2f5";
	font-weight:900;
	padding-right:5px;
}

.headerBottom .logo {
	position:relative;
	float:left;
	width:160px;
	display:block;
    padding: 6px;
    margin-left: 14px;
}

.headerBottom .logo img{
	display:block;
	width:100%;
}

.headerBottom ul{
	list-style-type:none;
	margin:12px 0 0 0;
	padding:0;
	float:right;
}


.headerBottom ul li{
	display:block;
	float:left;
	position:relative;
	padding-left:20px;
	font-size:15px;
    font-weight:400;
	line-height:20px;
}

.headerBottom ul li a{
	color:#114f61;
    font-weight: bold;
}


.headerBottom ul li.active a{
	color:#C01718;
}
.btn-default {
    background: #C01718!important;
    border: 1px solid #C01718!important;
    border-radius: 23px!important;
    padding: 7px;
}
.btn-default:hover {
    background: #00005a!important;
    border: 1px solid #00005a!important;
}
.btn-success {
    color: #fff;
    background-color: #28a745!important;
    border-color: #28a745!important;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
.footer a {
    color: #919191;
}
.footer h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
}
.footer .col {
    padding: 10px;
}
.footer p{
	margin:0;
	font-weight:100;
	font-size:15px;
	line-height:22px;
    color: #919191;
}
/* FORM */
label {
	font-size:14px;
	margin:0;
}

.labelLH {
	line-height:30px;
}
.form h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 8px;
}
.form-group .form-control {
	border-radius:0;
	border:1px solid #dadada;
	font-size:14px;
	color:#00005a;
}

.form-group textarea {
	border-radius:0;
	border:1px solid #dadada;
	font-size:14px;
	color:#00005a;
}
.form-check .form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-left: 0px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}

.radio-container .hide-radio{
	display:none;
}

.radio-container input[type=radio] + .radioCustom:before {
	content:"\f111";
	font-family: 'Font Awesome 5 Free';
	text-align:left;
	font-size:16px;
	color:#FE8302;
	cursor:pointer;
	line-height:30px;
	padding-top:8px;
}

.radio-container input[type=radio]:checked + .radioCustom:before {
	content:"\f058";
	font-family: 'Font Awesome 5 Free';
	text-align:left;
	font-size:16px;
	color:#00005a;
	cursor:pointer;
	padding-top:8px;
}

.checkbox-container .hide-checkbox{
	display:none;
}

.checkbox-container input[type=checkbox] + .checkboxCustom:before {
	content:"\f0c8";
	font-family: 'Font Awesome 5 Free';
	text-align:left;
	font-size:16px;
	color:#FE8302;
	cursor:pointer;
	padding-top:8px;
}

.checkbox-container input[type=checkbox]:checked + .checkboxCustom:before {
	content:"\f14a";
	font-family: 'Font Awesome 5 Free';
	text-align:left;
	font-size:16px;
	color:#00005a;
	cursor:pointer;
	padding-top:8px;
}

.btn, .btn-primary.disabled {
	background:#00005a;
	border:1px solid #00005a;
	border-radius:0;
	/*width:100%;*/
	opacity:1;
	/*margin-bottom:30px;*/
  text-decoration:none!important;
  color:#ffffff!important;
}
.btnNM{
	margin-bottom:0!important;
}

.btn:hover {
	background:#FE8302;
	border:1px solid #FE8302;
}
.btn-small {
	margin-bottom: 0!important;
	padding: 2px;
	font-size: 10px;
	display: inline;
}
.has-error .form-control {
	border:1px solid red;
}

.with-errors {
	color:red;
	position:relative;
	float:left;
	width:100%;
	/* padding-top:5px; */
	font-size:12px;
	/* margin-bottom:10px;  */
}

.with-errors ul{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}

.with-errors ul li:before {

	font-family: "Font Awesome 5 Free";
	content: "\f071";
	font-weight:900;
	padding-right:5px;
}

/* TAB */
#nav-tab {
	background:#fff;
	border-bottom:5px solid #FE8302;

}

.nav .nav-item {
	background:#00005a;
	border-radius:0;
	color:#fff;
	border:none;
	margin-bottom:0;
	text-align:center;
}

.nav .nav-item-20{
	width:20%;
}

.nav .nav-item-25{
	width:25%;
}

.nav .nav-item.active {
	background:#FE8302;
	border-radius:0;
	border:1px solid #FE8302;
	color:#fff;
}

.tab-pane {
	background:#fff;
	padding-top:20px;
  padding-bottom: 20px;
}

/* TABLES */
.table {
	margin-top:20px;
	margin-bottom:30px;
}

.table-no-NMT {
	margin-top:0;
}

.table-no-NMB {
	margin-bottom:0;
}


.table .tdTextLink{
	color:#00005a;
	text-decoration:underline;
}

.table .tdTextIcon{
	color:#0DA6E9;
	font-size: 16px;
}
.table th, .table td {
	padding: 0.75rem 0px;
}
.table thead th {
	color:#0093D5;
	padding:0 10px 0 0;
	font-size:14px;
	line-height:30px;
}
.table thead th a{
  color: #0093D5;
  text-decoration: none;
  cursor: n-resize;
}
.highlight a{
	color: #203482!important;
}

.tableQuestion thead th {
	color:#00005a;
}

.table thead .thCenter {
	text-align:center;
}

.table td {
	padding:0 10px 0 0;
	font-size:14px;
	color:#00005a;
	line-height:30px;
	vertical-align:middle;
}

.table .tdCenter {
	text-align:center;
	vertical-align:middle;
}
.table .vaTop {
	vertical-align:top;
}

.tableQuestion td {
	padding:10px 0 10px 0;
	border-bottom:1px solid #dee2e6;
}

.tableQuestion .tdNB {
	border-bottom:none;
}

.tableQuestion .tdNPT {
	padding:0 0 10px 0;
}

.tableQuestion .form-group {
	margin:0;
}
/* ICON */
.fa-check {
	color:#83ce32;
}

.container{
  min-width: 991px!import;
}
@media only screen and (max-width: 991px) {
.container{
  max-width:100%;
}
.content {
	margin:180px 0 40px 0;
}
.headerBottom .logo {
	position:relative;
	float:left;
	width:160px;
	display:block;
	padding:20px 0 10px 0;
}

.headerBottom ul li{
	padding-left:30px;
}
}
@media only screen and (max-width: 768px) {
.headerBottom ul{
	margin:0 0 10px 0;;
	float:left;
}
.headerBottom ul li{
	padding-left:0;
	padding-right:20px;
}

.block {padding:10px;}

}
.hidden { display: none; }
.rapportagezichtbaar { float: right;}

.datepicker-days .day { color: green; font-weight: bold;}

.img-responsive {
  width: 100%;
  height: auto;
}

.tijdregistratietoevoegen .table th, .tijdregistratietoevoegen .table td {
    padding: 0.15rem;
}
.tijdregistratietoevoegen .form-group {
    margin-bottom: px;
}

.borderless td, .borderless th {
    border: none;
}
.tijdregistratietoevoegen .table {
    margin-top: 0px;
    margin-bottom: 0px;
}

.werknemerimport li {
    margin-bottom: 20px;
}

.bottomtxt {
    padding-top: 40px;
}
.footer a {
    color: #FFFFFF;
    margin-top: 2px!important;
    padding-left: 1px;
}
.footerdiensten img {
    max-width: 85px;
}
.footerdiensten li {
    float: left;
}
.footer ul{
	list-style-type:none;
    margin: 0px;
    padding: 0px;
}
.footer {
    padding-left: 10px;

	background-color: transparent;
    background-image: linear-gradient(90deg, #114f61 25%, #e7edef 75%);
}
}
.berichtfoto {
    margin: 0px;
    padding: 3px;
}
.berichtenfooter {
    padding: 0px;
}
.berichtfooter {
    margin-bottom: 10px;
}
.berichtfooter small {
    padding: 0px;
}
.tblimport td {
    vertical-align: top;
}
.tblimport td {
    font-size: 13px;
    line-height: 20px;
}
.tblimportverschil {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.tblimportverschil thead th {
    font-size: 11px;
}
.tblimportverschil td {
    font-size: 11px;
}
.tblimportverschil thead th {
    border: 0px;
}
.kruimel {
    padding: 10px 0px 5px 19px;
}
.my-4 {
    padding-bottom: 10px;
}
.inputarea {
    border-radius: 0;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #00005a;
    background-color: #e9ecef;
    opacity: 1;
    padding: 8px;
}
.alert {
    margin: 20px 0px -5px 0px;
}

.schaduw {
-moz-box-shadow: 8px 8px 4px #ccc;
-webkit-box-shadow: 8px 8px 4px #ccc;
box-shadow: 8px 8px 4px #ccc;
}



/* Styles uit wordpress voor berichten paginas*/

.av_one_third {
    padding: 5px;
    margin-bottom: 30px;
}

.av_textblock_section .btn {
/*    width: 100%;*/
    opacity: 1;
    margin-bottom: 30px;
    text-decoration: none!important;
    color: #ffffff!important;
    background: #C01718!important;
    border: 1px solid #C01718!important;
    border-radius: 23px!important;
    padding: 3px 7px 3px 7px;
}
.paginering .btn {
    width: 30px!important;
    margin-top: 27px;
}
.bericht p {
    color: #293133!important;
    margin-top: 0px;
}
#top .avia-video .mejs-container video {
    background: white!important;
}
.box{
-moz-box-shadow: 8px 8px 4px #ccc;
-webkit-box-shadow: 8px 8px 4px #ccc;
box-shadow: 8px 8px 4px #ccc;
 border: 1px solid #cccccc!important;
    border-radius: 3px!important;
    padding: 20px;
}
.box h2 {
    min-height: 60px;
    font-size: 16px;
    line-height: 21px;
}
.avia_textblock_bericht {
    min-height: 260px;
}
.avia_textblock_vacature {
    min-height: 400px;
}
.avia_textblock .bericht-txt {
 min-height: 100px;
}
.avia_textblock .new {
    color: #ffffff!important;
    background: #C01718!important;
    border: 1px solid #C01718!important;
    border-radius: 23px!important;
    padding: 1px 8px 1px 8px;
    width: 65px;
    float: right;
    position: absolute;
    right: 25px;
    top: 28px;
}

.imageContainer{
  width:100%;
  height:150px;
  overflow:hidden;
  margin-bottom: 10px;
}
.imageContainer img {
  width:100%;
  height: 100%;
  object-fit: cover;
}
.emptyContainer{
  width:100%;
  height:50px;
  overflow:hidden;
  margin-bottom: 10px;
}

.scrollme {
    overflow-x: auto;
}

@media (max-width:990px) {
    /*.saldotabel { display: none;}*/
    .urentabel thead { display: none;}
    table .uren4 {display: none;}

}
.urentabel th {
    width: auto;
}
.verlofgoedgekeurd {
    color: #28a745;
}
.verlofafgekeurd {
    color: #ff0000;
}
.verlofopen {
    color: #fe8302;
    font-weight: bold;
}
.text-center {
  text-align: center;
}
.verlofurendetail td {
  font-size: 11px;
}
.tijdop {
  color: #ff0000;
}
.ontvangenuren {
  color: #00CC00;
  font-weight: bold;
}
.warning {
  color: #ff0000!important;
}
.bekijkonline {
  color: #C01718!important;
}
.badge-sm {
	min-width: 1.8em;
	padding: .25em !important;
	margin-left: .1em;
	margin-right: .1em;
	color: white !important;
	cursor: pointer;
}

.welkombox {
	width: 30%;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 5px #888888;
	margin: 10px;
	display: inline-block;
}

.welkombox h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.welkombox p {
	font-size: 18px;
	color: #666;
	text-align: center;
}
.hidden-fields {
	display: none;
}

.taakinfo { display: none; }
.table-taken td { line-height: 17px; padding: 5px;}
.table-taken .taakcol4 {min-width: 85px; }

@media (max-width:990px) {
	.taakinfo {
		display: block;
	}
	table .taakcol1 {display: none;}
	table .taakcol3 {display: none;}
	table .taakcol4 {display: none;}
	table .taakcol5 {display: none;}
}
.tekstvak {
	background-color: #f0f0f0; /* Achtergrondkleur aanpassen naar wens */
	padding: 3px; /* Padding aanpassen naar wens */
	margin: 0px; /* Optioneel: voeg wat marge toe voor ruimte rondom het vak */
}
.equal-height {
	display: flex;
	flex-wrap: wrap;
}
.equal-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.loginscherm .equal-height { margin-bottom: 15px; }


.no-gutters {
	padding: 0px !important;
}
.rapportagetabel td,.rapportagetabel th {text-align: right;}

html {
	scroll-padding-top: 180px; /* Pas deze waarde aan op basis van de hoogte van je vaste header */
}
.form-control {
	border: 1px solid #787575!important;
	background: #dfddd1cc!important;
	appearance: auto;
}

.form-check-input[type="checkbox"] {
	appearance: auto; /* Verwijdert standaard browser-stijlen */
	border: 1px solid #787575 !important;
	background-color: #dfa4221c !important;
	width: 18px; /* Stel de grootte in */
	height: 18px; /* Stel de grootte in */
	cursor: pointer; /* Voeg een pointer-cursor toe */
	border-radius: 3px; /* Optioneel */
	vertical-align: middle; /* Zorgt dat de checkbox gelijk staat aan de tekst */
	margin-top: 2px; /* Verplaats het vakje iets naar beneden */
}

.form-check-label {
	vertical-align: middle; /* Zorg dat het label gelijk staat aan de checkbox */
	margin-left: 5px; /* Optioneel: ruimte tussen checkbox en label */
}
.voorzieningstappen {
	font-size: 16px;
	line-height: 30px;
}
input[type="checkbox"] {
	appearance: auto; /* Verwijdert standaard browser-stijlen */
	border: 1px solid #787575 !important;
	background-color: #dfa4221c !important;
	width: 18px; /* Stel de grootte in */
	height: 18px; /* Stel de grootte in */
	cursor: pointer; /* Voeg een pointer-cursor toe */
	border-radius: 3px; /* Optioneel */
	vertical-align: middle; /* Zorgt dat de checkbox gelijk staat aan de tekst */
	margin-top: 1px; /* Verplaats het vakje iets naar beneden */

}
.gemeenten {
	column-count: 1;
	column-gap: 20px;
}

@media (min-width: 600px) {
	.gemeenten {
		column-count: 2;
	}
}

@media (min-width: 1000px) {
	.gemeenten {
		column-count: 3;
	}
}

/* Optioneel: labels mooi laten doorlopen */
.gemeenten label {
	display: block;
	margin-bottom: 5px;
}

.flags img {
	border: solid 1px #cccccc;
	border-radius: 100px;
	padding: 0px;
	width: 16px;
	height: 16px;
	text-align: center;
	transition: 0.25s;
	gap: 12px;

}
