@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,700i,800&display=swap');

body{
	background: #f2f7fb;
	font-family: "Quicksand";
	font-weight: 400;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s;
}

.email{
	color: #0044FF !important;
	text-decoration: underline !important;
}

.fetch-modal{
	z-index: 1051 !important;
}

.wijzig-lead:hover, .wijzig-account:hover{
	cursor: pointer;
}

@media screen and (min-width: 2000px) {
	
	.col-xxl-4{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	
	.pt-30{
		margin-top: 0px !important;
	}
}

.pt-30{
	margin-top: 30px;
}

.mt-30{
	margin-top: 30px;
}
/*****************
* AANPASSEN CSS **
*****************/

.small{
	font-size: 80%;
}

.btn-sm{
	font-weight: bold;
}

.btn-small{
	font-size: 80%;
	font-weight: bold;
}

.card {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.125);
	-webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);    border-width: 0;
    transition: all .2s;
}

.card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 20px;
}

.card .card-body h6{
	font-weight: 700;
}

.toast {
    transition: 0.5s all ease-in-out;
	border: 0;
	border-radius: 0px;
}

.toast-header{
	border: 0;
	padding: 0.4rem 1.75rem;
	background-color: rgba(255, 255, 255, 0.20);
	color: #fff;
}

.form-check-label {
    margin-bottom: 0;
    padding-top: 2px;
}

.form-check-afwijs > .form-check-label{
	padding-top: 0px;
	margin-bottom: 7px;
}

.form-check-afwijs > .form-check-input{
	margin-top: 0.38rem;
}

.small-option{
	font-size: 100%;
}

.input-group-text{
	font-size: 80%;
}

.select-week-all{
	display: none;
}

.button-toggler-vestiging{
	display: none;
}

.select-leads-vestiging{
	display:none;
}

.vin-opmerking{
	display: none;
}

/*****************
**** POPOVER ****
*****************/

#popover{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f2f7fb;
	z-index: 999;
	display: none;
}

/*****************
**** SIDE BAR ****
*****************/

#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}

.navbar-top {
	height: 80px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-sidebar {
	height: 80px;
    background: #1d2531;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #263544;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    height: 80px;
    background: #1d2531;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	vertical-align: center;
	padding-top: 25px;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*****************
***** EIGEN CSS  *****
*****************/

/*
.canvas-doughnut{
	max-width: 300px !important;
	margin: 0 auto;
}
*/

.inruil-blokje{
	display: none;
}

#Maanden2020{
	display: none;
}

.navigatie-menu a{
	font-size: 90%;
	font-weight: 400;
}

.navigatie-menu a:hover{
	background-color: #2f4256;
}

.navigatie-menu a.active{
	background-color: #2f4256;
}

.profiel-img{
	width: 60px;
	overflow: hidden;
	margin-right: 15px;
}

.profiel-naam{
	overflow: hidden;
	line-height: 1em;
}

/*
.button-toggler{
	background: #eee;
	border: 8px solid #eee;
	display: inline-block;
}
*/

.btn-toggle{
	background: #eeeeee;
	border-radius: 0;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #101010;
	padding: 0.2rem 0.75rem;
}

.btn-toggle:hover{
	background: #007bfe;
	color: #fff;
}

input[type=radio]:focus{
	outline: none !important;
}

.btn-keuze-toggle > .active{
	background: #007bfe;
	color: #fff;
}

.input-zoek{
	background: #eee;
	font-size: 90%;
	border-radius: 0;
	height: 38px;
}

.input-zoek-reset{
	border-radius: 0;
}

.vertragen-popup{
	display: none;
	position: absolute;
	background: #fff;
	bottom: 50px;
	padding: 10px;
	border: 1px solid #FBFBFB;
	z-index: 999 !important;
	margin-left: -105px;
}

.img-circle{
	border-radius: 50%;
	border: 5px solid #fff;
}

/*****************
***** LEADS  *****
*****************/

.list-group-item{
	border-bottom: 1px solid #F6F6F6;
	padding: 0.75rem 0px;
}

.lead-box{
	height: 25px;
	font-weight: 500;
	font-size: 100%;
}

.lead-head:hover{
	cursor: pointer;
}

.item-right{
	display: none;
}

.badge{
	border-radius: 0 !important;
	font-weight: 400 !important;
}

.badge-light{ color:#212529; background-color:#eee; }
.badge-naam{ font-size: 90%; }
.badge-status{ font-size: 70%; font-weight: 700 !important; }

.btn-icon{
	padding: 3px 8px;
	border: 0;
	font-size: 80%;
	font-weight: bold;
}
