html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

h1 {
	font-size: 1.8rem;
  	font-family: 'Fira Sans', sans-serif;
  	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	letter-spacing: -2px;
	color: #3b566e;
}
h2 {
  	font-family: 'Fira Sans', sans-serif;
  	font-weight: 400;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	padding: 0 0 5px 0;
	color: #3b566e;
}
h3 {
  	font-family: 'Fira Sans', sans-serif;
  	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #3b566e;
}
@supports (-webkit-overflow-scrolling: touch) {
  	h3 {
  		letter-spacing: -1px;
  	} 
}
h3 a {
	color: #3b566e;
}
h5 {
  	font-family: 'Fira Sans', sans-serif;
  	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #3b566e;
}


.navbar {
	padding-top: 1.2rem;
}
.navbar .navbar-logo .logo-mobile {
	width: 100px;
	height: 30px;
	margin-top: -5px;
}
.navbar .navbar-left {
	flex-basis: 310px;
}
.navbar .navbar-right {
	flex-basis: auto;
}
.navbar .menu-button {
    margin-right: 60px;
}
.navbar .menu-button-mobile {
    margin-right: 40px;
}

.emptyimg {
	width: 150px;
	height: 210px;
	display:inline-block;
	font-size: 40px;
	line-height: 210px;
	background-color:white;
	color:#ddd;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
.emptyimg.small {
	width: 60px;
	height: 70px;
	font-size: 26px;
	line-height: 70px;
}


.form-control:disabled, .form-control[readonly] {
	background-color: #ececec;
	border-color: #ececec;
	color: #888;
}

.table-responsive .table td, .table-responsive .table th {
	padding-left: 0px;
	padding-right: 1.5rem;
} 
.table-responsive .table td.text-right, .table-responsive .table th.text-right {
	padding-right: 0px;
} 
table.table-hover tr.prior td {
    	background-color: #eef4f9;
} 
table.table-hover tr.prior:hover td {
    	background-color: rgba(0,0,0,0.02) !important;
} 
table.table-hover tr.overdue td {
    	background-color: #f8e7e8;
} 
table.table-hover tr.overdue:hover td {
    	background-color: rgba(0,0,0,0.02) !important;
} 


/* Hide everything under body tag */
body.show-spinner > *{
  opacity: 0;
}

/* Spinner */
body.show-spinner::before{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


.sidebar {
	z-index: 1025;
}
.sidebar .main-menu {
	z-index: 1028;
}
.sidebar .sub-menu {
	z-index: 1022;
}
.app-menu {
	top: 90px !important;
}


#loginwrapper {
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #f3f6f8 100%);
    min-height: 100vh;
    padding-top: 100px;
}
#loginwrapper::before {
    content: "";
    position: fixed;
    left: -22%;
    top: 60%;
    right: 0;
    width: 125%;
    height: 100%;
    background: linear-gradient(135deg, #f3f6f8 0%, #fff 100%);
    transform: rotate(15deg);
}
main.login {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.loginleftpadding {
	padding-left: 0;
}


strong {
	font-weight: 500;
}

.bootstrap-tagsinput .tag {
	background: #8075c7;
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 13px;
}

.typeahead.dropdown-menu {
	padding: 0 0 0 0;
}
.typeahead.dropdown-menu .active a {
    background-color: #625697;
    font-size: 0.9rem;
}


.card.logitem .card-body {
	border: 1px solid white;
}
.card.logitem.sticky .card-body {
	border: 1px solid #6e74e2;
	background-color: #eef4f9;
}
.card.logitem.sticky .card-body .border-top {
	border-top: 1px solid #ddd !important;
}
.card.logitem .logtxt a {
	color: #625697;
	font-weight: bold;
	text-decoration: underline;
}
.card.logitem .logtxt blockquote {
	padding: 0px 0 0 1.4em;
	border-left: 3px dotted #6e74e2;
	font-style: italic;
}

.badge-outline {
	-webkit-box-shadow:inset 0px 0px 0px 1px #333399;
    -moz-box-shadow:inset 0px 0px 0px 1px #333399;
    box-shadow:inset 0px 0px 0px 1px #333399;
    color: #333399;
}



.btn {
	font-weight: 400;
}
.btn-primary {
	background-color: #333399;
	border-color: #333399;
}
.custom-switch {
    padding-left: 0;
}
.nav-tabs .nav-item {
	z-index: 1020;
}
.nav-tabs .nav-link.active {
	box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.04), 0 -6px 6px rgba(0, 0, 0, 0.04);
}
.nav-tabs .nav-link.disabled {
	color: #bbb;
}
.nav-tabs.separator-tabs .nav-link.active {
	box-shadow: none;
} 
.nav-tabs.separator-tabs .nav-link {
	font-size: 16px;
	font-weight: normal;
} 

.search-sm input {
	background: none;
	outline: initial !important;
	border-radius: 12px;
	padding: 0.5rem 0.75rem 0.4rem 0.75rem;
	font-size: .8rem;
	line-height: 1.3;
	border: 1px solid #8f8f8f;
	color: #212121;
}
.search-sm:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f002";
	font-size: 14px;
	color: #8f8f8f;
	position: absolute;
	right: 10px;
	text-align: center;
	cursor: pointer;
	top: 8px;
}

tr.telaat td {
	background-color: #fdeaea;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #bbb;
    cursor: default;
}

input[type="file"] {
	height: calc(2.85rem + 2px) !important;
}


	.modal-confirm {		
		color: #434e65;
		width: 525px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		font-size: 16px;
		border-radius: 10px;
		border: none;
	}
	.modal .modal-header, .modal .modal-body, .modal .modal-footer {
		padding: 1rem;
	}
	.modal-confirm .modal-header {
		background: #e85e6c;
		border-bottom: none;   
        	position: relative;
		text-align: center;
		margin: -20px -20px 0;
		border-radius: 10px 10px 0 0;
		padding: 15px 25px 15px 35px;
	}
	.modal-confirm .modal-footer {
		border-top: 0;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 30px;
		margin: 10px 0;
		color: white;
		font-weight: 300;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		color: white !important;
	}
	.modal-confirm .close {
        position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		text-shadow: none;
		opacity: 0.5;
	}
	.modal-confirm .close:hover {
		opacity: 0.8;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}
	.modal-confirm .btn span {
		margin: 1px 3px 0;
		float: left;
	}
	.model-confirm a.btn-danger {
		color: white !important;
	}
	.modal-confirm .trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}






.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #00c6d7;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #00c6d7, 0 0 5px #00c6d7;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #00c6d7;
	border-left-color: #00c6d7;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}





.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{
	border-color:#a50000;
	background-color:#f9e9eb;
}
.invalid-tooltip, .valid-tooltip {
    border-radius: 5px;
    right: 0px;
    left: auto;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #d7d7d7 !important;
}





/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 

 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  


}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

	h1 {
		font-size: 2.5rem;
		font-weight: 500;
	}
	h2 {
		font-size: 2em;
		font-weight: 500;
	}
	h3 {
		font-size: 1.1rem;
		line-height: 1.4rem;
		font-weight: 700;
	}
	.navbar {
		padding-top: 1.5rem;
	}
	.navbar .navbar-logo {
		margin-top: -5px;
	}
	.navbar .navbar-logo .logo-mobile {
		width: 180px;
		height: 40px;
	}
	
	.loginleftpadding {
		padding-left: 155px;
	}

	
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

.navbar .navbar-left {
	flex-basis: 310px;
}
.navbar .navbar-right {
	flex-basis: auto;
}

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

    
}
 
 
 
@media print {
	
	body {
		background: #ffffff;
	}
	main {
		margin: 15px 15px 15px 15px;
	}
	.card .card-body {
		padding: 0 0 0 0;
	}
	
}







/* KLEUREN */

h1 {
	color: #313875;
}
h2 {
	color: #313875;
}
h3 {
	color: #313875;
}
h3 a {
	color: #313875;
}
h5 {
	color: #313875;
}
.sidebar .main-menu {
    background: #1e323c;
}
.sidebar .main-menu ul li a {
    border-bottom: 1px solid #aaa;
    color: #c1c5d9;
}
.sidebar .main-menu ul li a:hover, .sidebar .main-menu ul li a:focus {
    color: #fff;
    background: #df682e;
    border-bottom: 1px solid #df682e;
}
.sidebar .main-menu ul li.active a {
    color: #fff;
}
.sidebar .main-menu ul li.active:after {
    background: #fee9d7;
}
.navbar {
	background-color: #284d72;
    	/*background-image: linear-gradient(to right, #7d6ee1, #afe1df);*/
    	background-image: linear-gradient(to right, #284d72, #dde4e8);	
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    	color: #8c3e90;
}
.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
    background: #8c3e90;
}
.progress-banner {
    	background-image: linear-gradient(to right top, #284d72, #dde4e8);
}
a:hover, a:active {
    color: #8c3e90;
}
.bootstrap-tagsinput .tag {
	background: #544c9b;
}
.typeahead.dropdown-menu .active a {
    background-color: #544c9b;
}
.btn {
	font-weight: 400;
}
.btn-primary {
	background-color: #2070a2;
	border-color: #2070a2;
}
.btn-primary:hover {
    color: #fff;
    background-color: #284d72;
    border-color: #284d72;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4) !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4) !important;
}
.btn-secondary {
    background-color: #00354d;
    border-color: #00354d;
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #50cb9d;
    border-color: #50cb9d;
}
.btn-success:hover {
    color: #fff;
    background-color: #1eb47c;
    border-color: #1eb47c;
}
.btn-info {
    color: #fff;
    background-color: #7178b1;
    border-color: #7178b1;
}
.btn-info:hover {
    color: #fff;
    background-color: #544c9b;
    border-color: #544c9b;
}
.btn-outline-info {
    color: #544c9b;
    border-color: #544c9b;
}
.btn-outline-primary {
    color: #00354d;
    border-color: #00354d;
}
.btn-outline-primary:hover {
	color: white;
	background-color: #00354d;
	border-color: #00354d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #00354d;
	border-color: #00354d;
	color: white;
}
.badge-info {
    /*background-color: #33b4c3;*/
    background-color: #b068b4;
}
.badge-success {
    background-color: #50cb9d;
}
.badge-danger {
    background-color: #eb555f;
}
.custom-switch.custom-switch-primary .custom-switch-input:checked + .custom-switch-btn {
    background: #544c9b;
    border: 1px solid #544c9b;
}
.alert-info {
    color: #544c9b;
    background-color: #d5edf5;
    border-color: #d5edf5;
}
.pace .pace-progress {
    background: #eb555f;
}
.pace .pace-activity {
    border-top-color: #eb555f;
    border-left-color: #eb555f;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.4rem + 0px);
}

div.datepicker { z-index: 1040 !important; }