:root {
	--blue: #0069b4;
	--lightblue: #84d0f5;
	--green: #08ab00;
	--grey: #e9ecef;
	--grey:  #f5f5f5;
	--txt: #282828;
	--tableheader: #617584;

	/*review settings step 2*/
	--star-size: 18px;
	--star-color: #aaa;
	--star-background: #fc0;
	--lightyellow: #fff0bf;

	/*nav colors*/
	--tff-versturen: #f7931e;
	--tff-zendingen: #0169b3; 
	--tff-manifest: #3fa9f5;
	--tff-rapportage: #39b54a;
	--tff-importeren: #662d91;
	--tff-exporteren: #ed1e79;
	--tff-instellingen: #998676;

}

html, body {
    margin-top: 0px;
    background: #f6f6f6;
}


a, .nav-link {
	color: #1999bf;
    text-decoration: none;
}

a:hover, a.nav-link:hover {
	color: #1999bf;
    text-decoration: underline;
}


.container, .container-fluid {
    background: #fff;
    padding: 0px 21px 0px 21px;
    border-radius: 0px;
}


textarea {
	background: var(--grey);
	border-radius: 2px;
	border: 0px;
	padding: 8px 8px;
	width: 100%;
	height: 34px;
    margin-bottom: 10px;
    min-height: 135px;
    border-radius: 8px;
}

select {
	height: 55px !important;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 55px;
	border-color: var(--grey);
	border-radius: 2px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
}

.btn-primary {
	border-radius: 6px !important;
	font-family: 'Verdana', sans-serif;
	font-size: 14pt;
	font-weight: 400;
    margin-top: 21px;
    margin-bottom: 10px;
}

input[type="checkbox"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="number"], input[type="time"], input[type="email"] {
	background: var(--grey);
	border-radius: 6px;
	border: 1px #ECECEC solid;
	padding: 5px 10px;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
	font-weight: 500 !important;
	font-family: 'Raleway', Arial, sans-serif;
}

input[type="search"]
{
    background: var(--grey);
	border-radius: 6px;
	border: 1px #ECECEC solid;
	padding: 5px 10px;
	min-width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 500 !important;
	font-family: 'Raleway', Arial, sans-serif;
}



h3 {
	color: #1999bf !important;
	font-weight: 700 !important;
	font-family: 'Raleway', Arial, sans-serif;
	padding-bottom: 15px;
}

.btn-primary {
	border: 1px #1999bf solid !important;
	background: #fff !important;
	color: #1999bf !important;
	font-weight: 700 !important;
	font-family: 'Raleway', Arial, sans-serif;
	transition: 1s;
}

.btn-primary:hover {
	border: 1px #1999bf solid !important;
	background: #1999bf !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-family: 'Raleway', Arial, sans-serif;
	transition: 1s;
}

.label, p {
	color: #282828 !important;
	font-weight: 500 !important;
	font-family: 'Raleway', Arial, sans-serif;
}

.labelbold {
	color: #282828 !important;
	font-weight: 700 !important;
	font-family: 'Raleway', Arial, sans-serif;
	padding-top: 15px;
}



.w10 { width: 10% !important; }
.w25 { width: 24% !important; }
.w33 { width: 33% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w75 { width: 74% !important; }
.w90 { width: 100% !important; }
.w100 { width: 100% !important; }




/* To be checked old */
.top-bar .top-bar-logo {
    max-height: 35px;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    z-index: 10;
}

.h-100 {
    height: 100% !important;
}


@media (min-width: 768px)
.content-section {
    padding: 30px;
}

.content-section {
    border-radius: 6px;
    border: 1px #eaeaea solid;
    padding: 20px;
    background-color: #fff;
}

body .login {
	width: 100%;
    height: 100%;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.homebtns {
	display: inline-block;
	border-radius: 6px;
	padding: 10px 15px;
	border: 1px #ECECEC solid;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}

.homebtns:hover {
	background: #ECECEC;
	cursor: pointer;
}