/* 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LET OP: aparte mtw.css voor DEB (blauw) en rest (rood)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

body {
    font-family: "Poppins", system-ui, sans-serif;
    font-size:1.6rem;
}
input,select,textarea {
    width:auto;
    line-height: 1.25;
    padding: 0.5rem;
    border-radius: .4rem;
    border: .1rem solid #74706d;
}

a,
a:hover,
.pagination>li>a,
.pagination>li>a:hover {
    color: #327094;
}
.header-top a {
    color: #333;
}
.header-top a:hover {
    text-decoration:none;
    color: #333;
}
.footer a,
.footer a:hover {
    color: #fff;
    text-decoration: none;
}

#oo-dossiers-table-div .fixed-table-toolbar .btn,
#oo-dossiers-table-div .fixed-table-toolbar input,
#oo-dossiers-table-div .fixed-table-pagination .btn {
    /*padding:1rem;*/
    height:40px;
    border: 1px solid #ccc;
}

/* kleuren standaard knoppen */
.btn-circle,
.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
	background-color:#327094;
	border-color:#327094;
}

.btn-circle:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:hover {
	color:#fff;
	background-color:#327094;
	border-color:#327094;
}

.glyphicon {
	color:#327094;
}
.glyphicon-star,
.glyphicon-star-empty {
	font-size:17px;
}

/* kleur tabs in dossierplaatje */
.oo-dossier-tabs .nav > li > a:focus,
.oo-dossier-tabs .nav > li > a:hover,
.oo-dossier-tabs .nav-tabs > li.active > a,
.oo-dossier-tabs .nav-tabs > li.active > a:focus,
.oo-dossier-tabs .nav-tabs > li.active > a:hover {
	background-color: #327094;
	color: #fff;
}