/* COLORS 
	blue: #b7daf2 / rgba(183, 218, 242, 1)
	green: #a8cc8c / rgba(168, 204, 140, 1)
	red: #f2937b / rgba(242, 147, 123, 1)
	orange: #ffb74d / rgba(255, 183, 77, 1)
	textblack: #3c4043 / rgba(60, 64, 67, 1)
    textgrey: #edf2f9 / rgba(237, 242, 249, 1)
	textoption: #6f7e94 / rgba(111, 126, 148, 1)
	lines: #e3ebf6
	borders: #edf2f9
*/


/* MAIN */
body {  
    background-color: #f9fbfd;	
	overflow: hidden;
	font-family: Roboto;
}
.main-content {
	overflow-x: hidden !important;
    overflow-y: auto;
    overflow-y: overlay;
    scrollbar-width: thin;
    z-index: 1;
    height: calc(100vh - 72.6px)!important;
    margin-left: 250px;
    margin-top: 72.6px;
    /*-webkit-transition: 0.1s;
    transition: 0.1s;*/
}
.container-fluid {
	padding: 0 24px;
}
.main-content .container-fluid {
	max-width: 1750px;
    padding-right: 36px !important;
    padding-left: 36px !important;
}
.inner {
    margin-bottom: 1.5rem;
}
/*.module-content {
	margin-top: 0.25rem !important;
}*/
#auth {
	overflow: auto;	
}
#sidebarSmall a.nav-link:hover, #sidebarSmall a.nav-link.active {
    background: white !important;
    color: #456ca9! important;
    border-radius: 0.5rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #b7daf2;
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
	display: none;
}
img#jms-logo {
    max-width: 95%!important;
    max-height: 32px!important;
    height: auto;
	opacity: 1;
    position: absolute;
}
img#fav-logo {
	opacity: 0;
	position: absolute;
}
#sidebarSmallNav {
	flex: 1;	
} 
#sidebarSmall ul.dropdown-menu {
    opacity: 0;
    animation: none;
}
#sidebarSmall {    
	background: #b7daf2;    
    max-width: 250px;
    color: white;
	border-width: 0px;
    border: 0px;
	-webkit-transition: 0.1s;
    transition: 0.1s;
	z-index: 2;
	display: block!important;
}
#sidebarSmall li.nav-item.dropright, #sidebarSmall a.nav-link {
    height: 42.5px;
    margin: 2.5px 0;
}
#sidebarSmall a.nav-link {
    width: 95%;
    margin: auto;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    -webkit-box-pack: start;
    justify-content: normal;
    text-align: center!important;
    -webkit-transition: 0.1s;
	opacity: 1;
    transition: 0.1s;
}
#sidebarSmall .nav-link i.bmicon {
    font-size: 1.25rem;
    -webkit-text-stroke-width: 0.2px;
	margin-left: 35px;
	transition: margin 0.1s;
}
#sidebarSmall.navbar-vertical-sm.navbar-expand-md .navbar-nav {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
#sidebarSmall ul.dropdown-menu, #sidebarSmall ul.dropdown-menu.show {
    margin-top: 0.075rem;
}
#sidebarSmall .dropdown-header {    
    padding: .45rem 1.5rem;
}
#sidebarSmall .navbar-brand.bm {
    height: 56.78px;
    align-items: center;
    display: flex!important;
    justify-content: center;
    padding-top: 0px!important;
    padding-bottom: 0px!important;		
}
.navbar-brand-img {
    width: auto!important;
    max-height: 32px!important;
	margin-top: -8px;
}
#sidenav-footer_small {
	display: none!important;
}
#topnav {
    display: none;
	padding-left: 24px;
	padding-right: 24px;	
	z-index: 3;
}
#topnav .navbar-toggler>.icon-kruis {
    display:inline;
	font-weight: 600;
    font-size: 1.075em;
}
#topnav .navbar-toggler.collapsed>.icon-kruis, .navbar-toggler:not(.collapsed)>.icon-menu {
    display:none;
}
#topnav .navbar-collapse {  
    margin-left: -24px;
    margin-right: -24px;
}
#topnav .navbar-brand {
	padding-left: 40px;
}
#topnav .navbar-nav .nav-link.active:before {
	display: none;
}
#topnav .navbar-nav .nav-link {
    padding-left: 24px;
    padding-right: 24px;
}
button.navbar-toggler {
    margin-left: -4px;
}
#sidebar-button {
    background: white;
    border-radius: 25px;
    border: 1px solid #b7daf2;
    position: absolute;
    margin-top: 72.6px;
    margin-left: -54px;
    padding: 5px 7px 5px 5px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.045);
	-moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	transition: transform 0.5s ease-in-out;
}
#sidebar-button .bmicon {
	color: #b7daf2!important;
	font-size: 1.25rem;
    -webkit-text-stroke-width: 0.2px;
}
#topbar {
    position: fixed;
    width: calc(100% - 250px);
    z-index: 3;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: -72.6px;    
}
#topbar {
	margin-left: 250px;
    -webkit-transition: margin 0.1s;
    transition: margin 0.1s;
}
#topbar .icon-bel, #topnav .icon-bel, #topnav .bmicon.icon-menu {
	font-size: 1.5rem;
    -webkit-text-stroke-width: 0.2px;
}
#topbar .icon.active:after, #sidebar .icon.active:after, #topnav .icon.active:after {
    right: 15%;
	background-color: #f2937b;
    width: 0.45rem;
    height: 0.45rem;
}
#topbar .navbar-brand-img, .navbar-brand>img {
    max-width: 100%;
    max-height: 1.7rem;
}
#sidebarUser {
    display: none!important;
}
button.navbar-toggler.mr-auto {
	border: 0;
}
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
	content: "\e93a";
    font-family: Bmicon;
    margin-left: auto;
    transition: transform 0.1s;
    font-size: 0.75rem;
    font-weight: 900;
}
#navbarCollapse .nav-link {
    font-size: 1rem;
}
#navbarCollapse .nav-link i.bmicon {
    font-size: 1.25rem;
}
.dropright .collapse {
    display: block;
}
.bg-bm {
	background-color: #b7daf2;
	color: white;	
}
.bg-success {
	background-color: #a8cc8c!important;
	color: white;
}
::-webkit-scrollbar {
    width: 7px;
	background: transparent;	
}
#sidebar::-webkit-scrollbar {
    background-color: #b7daf2;
    }
::-webkit-scrollbar-thumb {
    border: 0px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 0.5rem;
    background-color: #b7daf2 !important;
}
.card-body::-webkit-scrollbar, .card::-webkit-scrollbar {
    background: transparent;
}
.text-primary {
	color: #b7daf2!important;
}
.text-primary2 {
	color: #156a9b;
}
.text-success {
	color: #a8cc8c!important;
} 
.text-danger {
	color: #f2937b!important;
}
.no-shadow {
    box-shadow: none;
}
.no-border {
    border: none;
}
.border-bottom-1 {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e3ebf6;
}
.no-margin {
    margin: 0px;
}
.no-padding {
    padding: 0px;
}
.no-hover:hover, .no-hover:focus, .no-hover:active {
    border-color: inherit !important;
    box-shadow: none !important;
}
.inline {
    display: inline;
}
.inline-flex {
    display: inline-flex;
}
.inline-block {
    display: inline-block;
}
.warning {
    color: #f2937b;
    background: #ffffff;
    border-color: #f2937b !important;
}
.warning .text-muted {
	color: #f2937b !important;
}
.warning i.bmicon.icon-waarschuwing {
	font-weight: 600;
}
.table-responsive {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.table-responsive::-webkit-scrollbar-thumb {    
    -webkit-border-radius: 0.5rem;
    /*border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;*/
}
.table-responsive::-webkit-scrollbar {
    height: 7px;
    /*background-color: #b2b3b4;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;*/
}
.round {
	border-radius: 50px;
}
.mt-2_5 {
    margin-top: 0.4rem;
}
.mt-5_half {
    margin-top: 3.75rem;
}
.mb-5_half {
    margin-bottom: 3.75rem;
}
.pb-1rem {
    padding-bottom: 1rem;
}
.no-click {
    pointer-events: none;
}
.disabled {
    color: #edf2f9;
    pointer-events: none;
}
.col-md-2_5 {
    max-width: 20%;
    flex: 0 0 20%;
}
.card, .card-header {
	border-color: #d8e7f1;
	transition: 0.25s;
}
.card.active, .card:hover {
	border-color: #b7daf2;
	box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.045);
	transition: 0.25s;
}
.spinner-border {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -2px;
    width: 1rem;
    height: 1rem;
    border: .125em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
	animation-name: spin;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: .75s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: .75s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;    
}
.progress-bar {
	background-color: #b7daf2!important;
}
.progress-bar-success {
	background-color: #a8cc8c!important;
}
.progress-bar-warning {
	background-color: #ffb74d!important;
}
.progress-bar-danger {
	background-color: #f2937b!important;
}
.progress {
    height: 0.75rem;
}
.tooltip {
	font-family: Roboto;
}
#notities.modal .modal-content {
    max-height: 100vh;
}
#notities .modal-dialog {
	width: 600px;
	max-width: 95%;
	min-height: 100vh;
}
#notities .modal-content .comment--add {
	padding-left: 0rem;
	padding-right: 0rem;
}
#notities.modal .card-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: white;
    border-top: 1px solid #d0d0d2!important;
}

#notities.modal .card-body .comments {
    max-height: calc(100vh - 155px)!important;
    padding-top: 1.5rem;
}

#notities.modal .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.media-type-overview {
    align-self: stretch;
}

.media-type-overview > .card {
    height: 100%;
    min-height: 24em;
}

.image--center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pdf {
    overflow: scroll;
    background-color: #F9FBFD;
}

.footer--pdf {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #4E74B0;
    color: #fff;
}

.footer__raised {
    position: relative;
    bottom: 6em;
}

.footer__raised img {
    max-height: 150px;
}

.footer__cutout {
    width: 100%;
    background-color: #4E74B0;
}

.footer__slogan {
    font-weight: bolder;
    margin-top: 0.5em;
    font-size: 1.4em;
}

.footer__cutout:before {
    width: 100%;
    height: 5em;
    border-radius: 0 0 100% 100%;
    background-color: #F9FBFD;
    display: block;
    position: relative;
    bottom: 2px;
    content: '';
}

.footer__container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 1em 24px 0 24px;
}


/* HEADERS */
.header__logo-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1em 24px 1em 24px;
}

.header--pdf {
    padding-top: 2em;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
}

.header__cutout {
    width: 100%;
    background-color: #fff;
}

.header__cutout:after {
    width: 100%;
    height: 5em;
    border-radius: 100% 100% 0 0;
    background-color: #F9FBFD;
    display: block;
    vertical-align: bottom;
    content: '';
}

.header__logo {
    max-height: 75px;
}

.header-title {
    font-size: 1.25rem;
}
.header-pretitle {
    font-size: 0.8rem;
    font-weight: 600;
}
.header--page_icon .bmicon {
    color: #b7daf2;    
    font-weight: 300!important;
    display: block;
    margin-left: 2px;
	font-size: 2rem;
}
.tab--header .bmicon {
    font-size: 1.75rem;
    color: #95aac9;
}
.tab--header h2 {
    display: inline-block;
    font-weight: 500;
    color: #95aac9;
    font-size: 1.025rem;
}
.tab--header .btn-rounded-circle {
    min-width: 35px;
    max-width: 35px;
    border-radius: 50%;
    box-shadow: none !important;
    border-color: #b7daf2 !important;
    cursor: inherit !important;
    margin-top: -5px;
    margin-right: 5px;
    background: transparent;
    text-align: center;
    border: none;
}
.tab--header .btn-rounded-circle:hover, .tab--header .btn-rounded-circle:active, .tab--header .btn-rounded-circle:focus {
	background: transparent !important;
	border-color: #b7daf2 !important;
}
.nav-item.nav-link {
    padding: 0rem 0 1rem 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #b7daf2;
}
.nav-tabs {
    border: 0;
}
.profile-wallpaper {
    background-size: cover;
    background-position: center;
    height: 300px;
}

/* FONTS & ICONS */
p, span, a, label, .small, input, li, .text-muted, button {
    font-family: Roboto, sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
}
a, a:hover, a:focus, a:visited {
    color: inherit;
}
.bmicon--blue {
    color: #b7daf2!important;
}
.bmicon--green {
    color: #a8cc8c!important;
}
.bmicon--orange {
    color: #FFB74D!important;
}
.bmicon--red {
    color: #f2937b!important;
}
.bmicon--grey {
	color: #95aac9!important;
}
a.btn {
    color: white;
}
a.dropdown-item, .select2-results__option, a:not([href]):not([tabindex]) {
    color: #6f7e94;
}
a.optie.active {
    text-decoration: underline !important;
}
h1 {
    font-size: 1.5rem;
    color: #b7daf2;
}
h3 .btn-group .optie {
    font-family: Montserrat;
}
i.bmicon.icon-info {
    color: #b7daf2;
}
i.bmicon.icon-pijl-links.pijl-rechts {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: inline-block;
}
i.bmicon.icon-oog {
    font-weight: 600;
    font-size: 1rem;
    color: #b7daf2;
}
.dropdown-ellipses {
    color: #d2ddec!important;
}
i.bmicon.icon-menu-dots:hover::before {
    color: #12263f;
}
i.bmicon.icon-menu-dots {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}
i.bmicon.icon-kopie {
	color: #b7daf2;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
}
.table [data-sort]:after {
	content: "\e93d";
    font-family: bmicon;
}
.breadcrumb-item+.breadcrumb-item:before {
	background: #b7daf2;
    content: "\e93c";
    font-family: bmicon;
    height: 1.4rem;
    font-weight: 100!important;
}
.small, small {
    font-size: 0.85rem;
}
.swal2-container.swal2-shown {
	background: none!important;
}
.swal2-popup .swal2-title {
    /*font-family: inherit;*/
    font-size: 1.125rem !important;
    font-weight: 400;
}
.swal2-icon.swal2-success {
    border-color: #a8cc8c;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #a8cc8c;
}
.swal2-popup .swal2-actions {
    margin-top: 1.25em;	
    flex-wrap: inherit!important;
}
.swal2-actions .btn {
    margin: 0.5rem;
    margin-bottom: 0rem;
}
.swal2-popup.swal2-modal.swal2-show {
    padding: 1rem !important;
    border-radius: 0.5rem;
    padding: 25px !important;
    width: max-content !important;
    max-width: 385px;
	border: 1px solid #b7daf2;
}
.swal2-popup.swal2-modal.swal2-hide {
    padding: 1rem !important;
    border-radius: 0.5rem;
    padding: 25px !important;
    width: max-content !important;
    max-width: 385px;
	border: 1px solid #b7daf2;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: 1;
}
.swal2-container.swal2-shown {
    background-color: transparent;
    max-width: max-content;
    max-height: max-content;
    left: auto;
    bottom: auto;
	padding: 15px;
}
.swal_dialog {
    background: white !important;
    border: 1px solid #b7daf2 !important;
}
.swal2-show {
    -webkit-animation: slideInDown 0.3s!important;
    animation: slideInDown 0.3s!important;
}
.swal2-hide {
    -webkit-animation: slideOutUp 0.3s!important;
    animation: slideOutUp 0.3s!important;
}
.swal2-popup {    
    width: inherit;    
    border: 1px solid #b7daf2;
}
#swal2-title {
    font-size: 1rem !important;
    margin: 0rem !important;
    font-weight: 500;
    line-height: 1.25;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: 1;
}
button.swal2-styled {
    font-size: .9375rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    display: inline-block!important;
    padding: .5rem .75rem!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out!important;
    text-align: center!important;
    vertical-align: middle!important;
    white-space: nowrap!important;
    border: 1px solid transparent;
    border-radius: .375rem!important;  
	margin: 0.5rem!important;
    margin-bottom: 0rem!important;
}
button.swal2-cancel.swal2-styled {
    background: transparent;
    border-color: #dadce0;
    color: #3c4043;
}
button.swal2-cancel.swal2-styled:hover, button.swal2-cancel.swal2-styled:active: button.swal2-cancel.swal2-styled:focus {
	background: #eaeaea;
    border-color: #dadce0;
    box-shadow: none;
    color: #3c4043;
    transition: 0.25s;
}
button.swal2-confirm.swal2-styled {
    background: #b7daf2;
    border-color: #b7daf2;
    color: #fff;
}
button.swal2-confirm.swal2-styled:hover, button.swal2-confirm.swal2-styled:active: button.swal2-confirm.swal2-styled:focus {
	background: #b7daf2;
    border-color: #b7daf2;
    box-shadow: none;
    color: #fff;
    transition: 0.25s;
}
.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: none!important;
}
td {
    font-family: Roboto;
}
.table thead th {
    background: transparent;
    font-family: Montserrat;
    color: white !important;
}
.table thead th a {
	font-family: Montserrat;
	color: white !important;
}
.table.table-light thead th {
    background: #f9fbfd !important;
    font-family: Montserrat;
    color: #95aac9 !important;
}
.table.table-light thead th a {
	color: #95aac9 !important;
}
tbody.list {
    background: white;
}
.table td.campaign-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
td.candidate-status, td.candidate-action {
    white-space: initial;
}
.table td.profile_picture {
    width: 80px !important;
}
.td--select {
    max-width: 35px;
}
.td--avatar {
    max-width: 40px;
}
.table-nav {
    padding: 1.25rem 1.25rem 1.25rem;
    border-top: 1px solid #edf2f9;
}
.table-responsive {
    overflow: auto;    
    scrollbar-width: thin;
}
td .badge {
    white-space: inherit;  
}
.table-responsive .pagination {
	margin-bottom: 0rem;
}
.pagination a.page-link.active {
    background: #b7daf2;
    color: white;
    border-color: #b7daf2;
}
.table-responsive .pages {
    border-top: 1px solid #edf2f9;
    padding: 20px 25px 20px 25px;
}
.table-sm {
	font-size: 0.8795rem;
}
.table-sm td, .table-sm th {
    padding: .825rem;
    vertical-align: middle;
}
#topbar-breadcrumbs a, #contact a, .link a {
    display: inline;
    position: relative;
    overflow: hidden;
}
#topbar-breadcrumbs :after, #contact :after, .link :after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0;
    bottom: -3.5px;
    background: #b7daf2;
    height: 2.5px;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-property: width;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-property: width;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: width;
    -o-transition-duration: 0.25s;
    -o-transition-timing-function: ease-in-out;
}
#contact :after {
    background: white;
}
#topbar-breadcrumbs a:hover:after,
#topbar-breadcrumbs a:focus:after,
#topbar-breadcrumbs a:active:after, #contact a:hover:after,
#contact a:focus:after,
#contact a:active:after, .link a:hover:after,
.link a:focus:after,
.link a:active:after {
    width: 100%;
}
.short--stats .icon-brievenbus {
    color: #a8cc8c;
    font-weight: 600;
}
.short--stats .icon-brievenbus-leeg {
    color: #95aac9;
    font-weight: 600;
}
.short--stats .icon-talentpool {
    color: #b7daf2;
    font-weight: 600;
    -webkit-text-stroke-width: 0.1px;
}
.short--stats .icon-ster {
    color: #a8cc8c;
    font-weight: 600;
}
#total_campaigns.short--stats .icon-ster {
    color: #a8cc8c;
    font-weight: 600;
}
.short--stats .icon-archief {
    color: #f2937b;
    font-weight: 600;
}
.short--stats .icon-zandloper {
    color: #FFB74D;
    font-weight: 500;
    -webkit-text-stroke-width: 0.25px;
}
.short--stats .icon-kalender {
    color: #a8cc8c;
}
.short--stats .icon-personen {
    color: #a8cc8c;
}

/* BUTTONS */
.btn {
    cursor: pointer;
}
.btn.disabled, .btn:disabled, .btn:disabled:hover {
    background-color: #dfdfdf!important;
    color: white!important;
    border-color: #dfdfdf!important;
    box-shadow: none;
    opacity: 0.5;
    cursor: auto;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 2px 8px 1px rgba(60,64,67,0.149);
    transition: 0.25s;
}
.btn-primary {
    color: #fff !important;
    border-color: #b7daf2 !important;
    background-color: #b7daf2 !important;
    transition: 0.25s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	border-color: #b7daf2 !important;
	background-color: #b7daf2 !important;
	transition: 0.25s;
}
.btn-primary.btn-outline {
	background: white !important;
	color: #b7daf2 !important;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
	color: white !important;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background: #b7daf2 !important;
	border-color: #b7daf2;
}
.btn-primary.btn-outline, .btn-outline-primary {
	background: white !important;
	color: #b7daf2 !important;
	border: 1px solid #b7daf2;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
	color: white !important;
    box-shadow: none!important;
    background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%)!important;
    border-color: #b7daf2!important;
}
.btn-outline-success {
    color: #a8cc8c;
    border-color: #a8cc8c;
}
.btn-outline-success:hover {
    background-color: #a8cc8c;
    border-color: #a8cc8c;
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    background-color: #a8cc8c;
    border-color: #a8cc8c!important;
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #283e59;
    border-color: #b7daf2;
    background-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 1px 1px 0 rgba(60,64,67,0.250), 0 1px 3px 1px rgba(60,64,67,0.100);
}
.btn-group-toggle .btn-white:not(:disabled):not(.disabled).active, .btn-group-toggle .btn-white:not(:disabled):not(.disabled):active {
    color: #b7daf2;
    border-color: #b7daf2;
    background-color: #fff;
}
.btn-group-toggle .btn:hover {
    box-shadow: none;
    border-color: #b7daf2;
    background: white;
}
.btn-save, .btn-success {
    color: #fff !important;
    border-color: #a8cc8c;
    background-color: #a8cc8c;
    transition: 0.25s;	
}
.btn-save:hover, .btn-save:focus, .btn-save:active, .btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	border-color: #a8cc8c !important;
	background-color: #a8cc8c !important;
	transition: 0.25s;
}
.btn-cancel, .swal2-cancel {
    background: transparent;
    border-color: #dadce0;
    color: #3c4043!important;
	min-width: max-content!important;
}
.btn-cancel:hover, .btn-cancel:active, .btn-cancel:focus, .btn-cancel:visited, .swal2-cancel:hover, .swal2-cancel:active, .swal2-cancel:focus, .swal2-cancel:visited {
	background: #eaeaea !important;
	border-color: #dadce0 !important;
	box-shadow: none;
	color: #3c4043;
}
.btn-delete {
    color: #fff !important;
    border-color: #f2937b;
    background-color: #f2937b;
    transition: 0.25s;
}
.btn-delete:hover, .btn-delete:focus, .btn-delete:active {
	color: #fff;
	border-color: #f2937b !important;
	background-color: #f2937b !important;
	transition: 0.25s;
}
.btn-delete-outline {
    background: white;
    color: #f2937b !important;
    border-color: #f2937b !important;
    transition: 0.25s;
}
.btn-delete-outline:hover, .btn-delete:active, .btn-delete:focus {
	color: white !important;
	background: #f2937b;
	transition: 0.25s;
	box-shadow: none !impoprtant;
}
.btn-link {
    font-weight: 500;
    color: #b7daf2;
    background-color: transparent;
}
.btn-link:hover {
	color: #12263f;
}
.btn-flat:hover, .btn-flat:active, .btn-flat:focus, .btn-flat:visited {
    box-shadow: none;  
}
.btn-sm {
    font-size: .8125rem !important;
    padding: .125rem .5rem !important;
    max-height: 32px !important;
}
.btn-white {
    color: #b7daf2!important;
}
.btn:visited {
	box-shadow: none;
}
.form-button {
    width: 100%;
}
.form-button .bmicon {
	font-size: 1.75rem;
}
.dropdown-delete_button {
    cursor: pointer;
    border-radius: 0.5rem;
	margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin: auto;
    width: 80%;
    text-align: center;
    padding: 7.5px;
    transition: 0.25s;
    background: white;
    border: 1px solid #f2937b;
    color: #f2937b !important;
}
.dropdown-delete_button:hover, .dropdown-delete_button:active, .dropdown-delete_button:focus, .dropdown-delete_button:visited {
	border: 1px solid #f2937b;
	color: white !important;
	transition: 0.25s;
}
.dropdown-menu li .dropdown-item {
    white-space: normal;
}
button#dropdownMenuButton {
    font-family: Roboto;
}
.btn.next {
    max-width: 175px;
    float: right;
}
.btn.previous {
    max-width: 150px;
    float: left;
    background: whitesmoke;
}
.badge {
    font-size: 85%;
}
.badge-sm {
    font-size: 0.7rem;
}
.badge.badge-soft-success {
	background: #a8cc8c;
	color: white;
}
.badge.badge-soft-warning {
	color: white;
	background: #FFB74D;
}
.badge.badge-soft-danger {
	color: white;
	background: #f2937b;
}
.badge-soft-primary {
    color: #fff;
    background-color: #b7daf2;
    font-size: 1rem;
}

.badge--status {
    display: flex;
    align-items: center;
    height: 100%;
}

a.btn-link.cancel.text-muted {
    display: block;
    text-align: center;
    margin-top: 1rem;
}
.headerbutton {
    font-weight: 500;
    font-size: 0.925rem;
}
.nav.btn-group .btn-white.active {
    color: #fff;
    border-color: #b7daf2;
    background-color: #b7daf2;
    z-index: 0;
}
.modal-buttons_right {
    float: right;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 2px 8px 1px rgba(60,64,67,0.149);
}

/* DROPDOWNS */
.dropdown-menu.show {
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
li.dropdown .dropdown-menu.show {
    min-width: 100%;
}
/*.dropdown-menu hr {
    margin: 0.5rem 0 1rem 0 !important;
}*/
.dropdown-toggle:after, .collapse-button:after {
    float: right;
	font-family: 'bmicon';
    content: "\e93a";
    margin-left: 0.5rem;
	transform: rotate(0deg);
    transition: 0.25s;
}
.dropdown.show .dropdown-toggle:after, .collapse-button[aria-expanded="true"]:after {
    transform: rotate(180deg);
    transition: 0.25s;
}
.dropdown-menu {
    border-radius: 0.5rem;
}
.dropdown-item {
    cursor: pointer;
}
.dropdown-item:hover, .select2-results__option:hover {
	background: #f5f5f5 !important;
}
.dropdown-delete_button:hover, .dropdown-delete_button:active, .dropdown-delete_button:focus, .dropdown-delete_button:visited {
    background: #f2937b !important;
    color: white !important;
}
/*label {
    width: 100%;
}*/
button.btn.dropdown-toggle {
    max-height: 40px;
    font-size: .9375rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.40625rem + 2px);
    padding: .5rem .75rem;
    transition: border-color .25s ease-in-out,box-shadow .25s ease-in-out;
    color: #12263f;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.filter-option-inner {
    color: #12263f;
}
.bootstrap-select .dropdown-toggle .filter-option {
    width: 90%;
}

/* CHECKBOXES & SWITCHES */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #b7daf2;
}
.custom-switch .custom-control-label, .custom-checkbox-toggle .custom-control-label, .custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label:before {
    background: #a8cc8c;
}
.custom-control-label-rounded:before, .custom-control-label-rounded:after {
    border-radius: 0.5rem;
}
/*.custom-switch .custom-control-input ~ .custom-control-label:after {
    font-family: bmicon;
    content: "\e935";
    font-size: 0.6rem;
    padding-left: 4px;
    line-height: 1.95;
    -webkit-text-stroke-width: 0.75px;
    color: #f2937b;
}*/
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    font-family: bmicon;
    content: "\e934";
    font-size: 0.6rem;
    padding-left: 4px;
    line-height: 1.95;
    -webkit-text-stroke-width: 0.75px;
    color: #b7daf2;
}

/* SELECT2 */
.select2-selection__arrow {
    display: none
}

.select2.select2-container {
    width: 100%!important
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
    font-size: .9375rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.40625rem + 2px);
    padding: .5rem .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #12263f;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-container--default .select2-search--dropdown .select2-search__field,
    .select2-container--default .select2-selection--multiple,
    .select2-container .select2-selection--single {
        transition: none
    }
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container .select2-selection--single::-ms-expand {
    border: 0;
    background-color: transparent
}

.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container .select2-selection--single:focus {
    color: #12263f;
    border-color: #b7daf2;
    outline: 0;
    background-color: #fff;
    box-shadow: transparent
}

.select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container .select2-selection--single:-ms-input-placeholder,
.select2-container .select2-selection--single::-ms-input-placeholder {
    opacity: 1;
    color: #b1c2d9
}

.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container .select2-selection--single::placeholder {
    opacity: 1;
    color: #b1c2d9
}

.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly] {
    opacity: 1;
    background-color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: inherit;
    padding: 0;
    white-space: inherit;
    text-overflow: inherit
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: inherit
}

.select2-dropdown {
    padding: .5rem 0;
    border: 1px solid rgba(18, 38, 63, .1);
    border-radius: .375rem;
    background-color: #fff
}

.select2-results__option {
    padding: .375rem .75rem;
    color: #6e84a3;
    background-color: transparent
}

.select2-results__option:hover {
    color: #12263f
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #12263f;
    background-color: transparent
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #95aac9
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: calc(2.40625rem + 2px)
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    margin: 0 0 -.25rem -.25rem;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: .8125rem;
    line-height: 1.40625rem;
    display: inline-flex;
    margin: 0 0 .25rem .25rem;
    padding: 0 .5rem;
    color: #12263f;
    border: none;
    border-radius: .25rem;
    background-color: #edf2f9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: .5rem;
    color: #95aac9;
    order: 2
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #12263f
}

.select2-container .select2-search--inline {
    display: none
}

.select2-selection[aria-expanded=true] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.select2-search--dropdown {
    padding: .375rem .75rem
}

.form-control-sm+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm+.select2-container--default .select2-selection--multiple,
.form-control-sm+.select2-container .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: .8125rem;
    line-height: 1.75;
    height: calc(1.67188rem + 2px);
    padding: .125rem .5rem;
    border-radius: .25rem
}

.form-control-sm+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm+.select2-container--default .select2-selection--multiple {
    min-height: calc(1.67188rem + 2px)
}

.form-control-sm+.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.42188rem
}

.form-control-lg+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg+.select2-container--default .select2-selection--multiple,
.form-control-lg+.select2-container .select2-selection--single {
    font-size: 1.0625rem;
    line-height: 1.5;
    height: calc(2.59375rem + 2px);
    padding: .5rem 1rem;
    border-radius: .5rem
}

.form-control-lg+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg+.select2-container--default .select2-selection--multiple {
    min-height: calc(2.59375rem + 2px)
}

.form-control-lg+.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.59375rem
}


/* */

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single {
    border: 1px solid #d2ddec !important;
}

    .select2-container--default.select2-container--focus .select2-selection--multiple:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container .select2-selection--single:focus {
        border-color: #b7daf2 !important;
    }

    .select2-container--default.select2-container--hover .select2-selection--multiple:hover, .select2-container--default .select2-search--dropdown .select2-search__field:hover, .select2-container--default .select2-selection--multiple:hover, .select2-container .select2-selection--single:hover {
        border-color: #b7daf2 !important;
    }

    .select2-container--default.select2-container--active .select2-selection--multiple:active, .select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-selection--multiple:active, .select2-container .select2-selection--single:active {
        border-color: #b7daf2 !important;
    }

input.select2-search__field::placeholder, .select2-selection__placeholder {
    color: #b1c2d9 !important;
}

.select2-selection__arrow {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1.5%;
    height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid inherit;
    -webkit-text-fill-color: #12263f;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

#dashboard-stats .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}

span.select2-selection.select2-selection--single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 95%;
}

.select2-dropdown {
    border-color: #b7daf2;
}

.select2-container .select2-search--inline {
    display: inline-block;
    
    top: 0.25rem;
}

input.select2-search__field, li.select2-search.select2-search--inline {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    margin: 0px;
    padding: 0;
    max-height: 60px;
    overflow: auto;
}

span.select2-selection.select2-selection--multiple {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
}

li.select2-selection__choice {
    margin: 0.35rem 0.25rem 0 0 !important;
}


/* UPLOADS */
.dz-preview.dz-preview-single {
    position: absolute;
}
.dz-default.dz-message {
    background-color: transparent;
    border: none;
}
.dz-default.dz-message:hover {
	background-color: rgba(183, 218, 242, 0.75);
	/*border: 1px solid rgba(183, 218, 242, 0.75);*/
	color: white;
	transition: 0.05s;
}
.dz-preview.dz-preview-single {
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}
.image--upload .dz-preview-img {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: white;
}
.background_image--upload .dz-preview-img {
    -o-object-fit: cover;
    object-fit: cover;
    background-color: white;
}
.profile--image.dropzone {
    width: 100%;
    height: 100%;
    max-height: 147px;
    max-width: 147px;
    border-radius: 50%;
    margin: auto;
}
#solform_image img#dz-preview-img {
    border-radius: 0.25rem;
    max-height: 205px;
    width: 100%;
    object-fit: cover;
}
.profile--image .dz-preview.dz-preview-single {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    max-width: 147px;
    max-height: 147px;
    margin: auto;
    background-size: cover;
}
.profile--image img.dz-preview-img {
    border-radius: 50%;
}
.profile--image .dz-default.dz-message {
    width: 100%;
    height: 100%;
    max-width: 147px;
    max-height: 147px;
    margin: auto;
    padding-top: 54px;
    border-radius: 50%;
}
.document--upload.dropzone.dropzone-multiple.dz-clickable .dz-message {
    color: #95aac9;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
}
.document--upload .dz-default.dz-message:hover {
    background-color: white;
    color: #12263f !important;
    border-color: #95aac9 !important;
    transition: 0.05s;
}
.document--upload .fe-more-vertical {
    cursor: pointer;
}
.document--upload .upload {
    z-index: 9;
}
.document--upload .dropdown-menu.dropdown-menu-right.show a {
    cursor: pointer !important;
}
#canvas_picker {    
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    max-width: 100%;
}

.text-field-codes {
    margin-bottom: 0.5rem;
}
.ql-editor {
    font-family: Roboto, sans-serif;
    padding: 0.75rem;
}
.ql-editor:active, .ql-editor:focus, .ql-editor:hover {
	border-color: #b7daf2;
}
.ql-toolbar .ql-active, .ql-toolbar button:active {
    color: #b7daf2;
}
.ql-editor img {
    max-height: 200px;
}
.ql-tooltip {
    width: auto;
}
a.ql-preview {
    color: black;
}
.ql-tooltip .ql-action:before, .ql-tooltip.ql-editing .ql-action:before {
    border-color: #b7daf2;
    background-color: #b7daf2;
}
.flatpickr-calendar .flatpickr-day.today {
    border-color: #b7daf2;
}
.flatpickr-calendar .flatpickr-day:hover {
    border-color: #b7daf2;
    background-color: whitesmoke;
}
.flatpickr-calendar .flatpickr-day.selected {
    color: #fff !important;
    border-color: #b7daf2;
    background-color: #b7daf2;
}
.borderless--text .card-body {
    padding: 0;
}
.borderless--text .ql-toolbar.ql-snow {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 0;
}
.borderless--text .ql-editor {
    max-height: 487px;
    border: 0;
    border-top: 1px solid #edf2f9;
    padding: 1.5rem;
    overflow: hidden
}
.borderless--text .ql-editor:hover {
	overflow: auto;
	overflow: overlay;
	scrollbar-width: thin;
}
.input-group.input-group-merge > .form-control:focus ~ [class*=input-group] > .input-group-text {
    border-color: #b7daf2;
}
input[type=search] {
    border: 0!important;
}
.form-group.last {
    margin-bottom: 0rem !important;
}
.form-control:focus, .form-control:active, .form-control:hover {
    border-color: #b7daf2;
}
.custom-file-input:lang(en)~.custom-file-label:after {
    content: "\e6ad";
    font-family: bmicon;
    color: white;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.35rem 0.75rem;
    background: #b7daf2;
    border: 0;
	border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.custom-file-input:hover {
	cursor: pointer;
}
.custom-file-label::after {
    content: "Zoeken";
}
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    border-color: #b7daf2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #b7daf2 !important;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #b7daf2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #b7daf2;
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: inherit;
}
.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
	background-color: #e3ebf6 !important;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #b7daf2 !important;
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    border-color: #f2937b;
    color: inherit;
}
.invalid-feedback {
    color: #f2937b;
}
.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #f2937b;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f2937b;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #f2937b !important;
	box-shadow: none;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none;
}
.notes textarea.form-control {
    height: 48px;
}
.notes button.btn.btn-outline-green.mb-2 {
    color: white;
    font-size: 1.25rem;
    -webkit-text-stroke-width: 0.5px;
    background: #a8cc8c;
}
.rating {
    height: fit-content !important;
    max-height: 300px;
    overflow: auto;
    overflow: overlay;
    scrollbar-width: thin;
}
.notes .card-body .col {
	height: fit-content !important;
    max-height: 400px!important;
    overflow: auto;
    overflow: overlay;
    overflow-x: hidden;
	scrollbar-width: thin;
}
.notes .card-body {
    padding-left: 0;
    padding-right: 0;
}
.notes .card-body .comments, .notes .card-body .rating {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.comment--add {
    padding-top: 0.5rem;
	/*padding-left: 1.5rem;
    padding-right: 1.5rem;*/
}
.bmicon.text-muted {
    font-family: 'bmicon' !important;
}
.icon-plaats-bericht {
    font-family: 'bmicon';
    font-style: inherit;
}
.flatpickr-current-month .numInputWrapper {
    width: 6.1ch;
}
.cke_chrome {
    border-color: #d2ddec!important;
    border-radius: 0.375rem!important;
}
.cke_top {
    border-color: #d2ddec!important;
    border-top-left-radius: 0.375rem!important;
    border-top-right-radius: 0.375rem!important;
    background: white!important;
}
.cke_inner {
    border-radius: 0.375rem!important;
}
.cke_editable p {
    margin-top: 0;
    margin-bottom: 0;
}
.cke_chrome:hover, .cke_chrome:active, .cke_chrome:focus {
    border-color: #b7daf2!important;
}
.cke_bottom {
    border-color: #d2ddec!important;
    border-bottom-left-radius: 0.375rem!important;
    border-bottom-right-radius: 0.375rem!important;
    background: white!important;
    border-top: none!important;
}
.cke_path {
    display: none!important;
}
a.cke_button:hover, a.cke_button:focus, a.cke_button:active, a.cke_button_on {
    background: transparent!important;
    border-color: #b7daf2!important;
    border-radius: 0.375rem!important;
    padding: 3px 5px;
}
.cke_button_disabled:hover, .cke_button_disabled:focus, .cke_button_disabled:active {
    padding: 4px 6px!important;
}
.cke_combo_button:hover, .cke_combo_button:active, .cke_combo_button:focus {
    background: transparent!important;
    border-color: #b7daf2!important;
    border-radius: 0.375rem!important;    
}
textarea.cke_source {
    padding: 16px!important;
}


/* ACCOUNT */
#auth-container {
	height: 100vh;
}
#auth-form {
    width: 450px;
    max-width: 75%;
	background: white;
}
#auth-right .h-md-0 {
	height: 100vh;
}


/* DASHBOARD */
#dashboard .header {
    height: 350px;
}
#dashboard .header--page_icon {
    background: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    height: 50px;
    width: 50px;
    border: 1px solid #edf2f9;
}
#dashboard .header--page_icon .icon-dashboard {
	font-weight: 100 !important;
	font-size: 2rem;
	margin-left: -1px;
	margin-top: -4px;
}
#dashboard .header-pretitle {
    margin-top: -2.75rem;
}
#dashboard_introtext {    
	max-width: 1750px;
    padding-right: 36px !important;
    padding-left: 108px !important;
    margin: auto;
}
#dashboard_introtext h1 {
	font-size: 2.25rem;
	font-weight: 600;
}
#dashboard_introtext h2 {
	font-size: 1.5rem;
	font-weight: 300;
	font-family: Roboto;
}
#dashboard #candidates--latest .card-body {
    overflow: auto;
    overflow: overlay;
    scrollbar-width: thin;
    max-height: 382px;
	border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
#dashboard .candidate {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    transition: 0.25s;
}
#dashboard .candidate:hover, #dashboard .candidate:active, #dashboard .candidate:focus {
	background: #b7daf2;
	color: white;
	transition: 0.25s;
}
#dashboard .text-muted {
    transition: 0.25s;
}
#dashboard .candidate:hover .text-muted, #dashboard .candidate:active .text-muted, #dashboard .candidate:focus .text-muted {
    color: white !important;
    transition: 0.25s;
}
#dashboard #candidates--latest hr {
    margin: 0px;
}
#dashboard .table td.campaign-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
/*#resultAdminCampaign .table-responsive {
	border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
}*/

/* CAMPAIGN / VACANCY */
.table-totals {
	color: #a8cc8c;
	font-weight: 600;
}
td.pacing {
    min-width: 150px;
}
.pacing .progress {
    height: 1rem;
}
.pacing-bar .bar-step {
    position:absolute;
    margin-top:-2.5px;
	z-index:1;
    font-size:12px;
}
.pacing-bar .label-txt {
    float: left;
}
.pacing-bar .label-line {
    float: right;
    background: #456ca9;
    height:20px;
	width:1.5px;
    margin-left: 5px;
}
.pacing-bar .label-percent {
    float: right;
    margin-left: 5px;   
}
.pacing-bar .progress-bar {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.text-vertical {
	writing-mode: vertical-rl;
    text-orientation: mixed;
}
.row.grid > [class*='col'], .row.grid > [class*='col-'] {
    display: inline-grid;    
}
.statcard {
	min-width: 33%;
}
.statcard .card-body {
	padding: 0.75rem;
}

.card-body--graph {
    padding: 0.5rem;
}

/* WIZARD */
/*.wizard-buttons {
	display: inline-block;
    width: 100%;
}*/
.wizard.wizard_bottom-bar {
	margin-bottom: 70px;
}
.wizard_bottom-bar .wizard-buttons {
    background: white;    
    position: fixed;
    bottom: 0;
    width: calc(100% - 250px);
    left: 250px;
    padding: 1rem 36px;
    border-top: 1px solid #d8e7f1;
	z-index: 9;	
}

/* SHOP */
#campaign-start .header--page_icon .bmicon, #campaign-new .header--page_icon .bmicon, #shop .header--page_icon .bmicon, #invoice .header--page_icon .bmicon, .wizard .header--page_icon .bmicon {
	font-size: 2.5rem!important;
}
#shop .custom-control-input:checked ~ .custom-control-label:before {
    background: #a8cc8c!important;
}			  
#shop .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    color: #a8cc8c!important;
    content: "\e934";
}
#shop .custom-switch .custom-control-input ~ .custom-control-label:after {
	color: white!important;
}
div#subtotal .bmicon {
    font-size: 1rem;
}
#shop .price {
    font-size: 1.2rem;
    font-weight: 500;
    color: #456ca9;
    font-family: 'Montserrat';
}
#shop input.budget {
    max-width: 4.25rem;
}
#shop img.media-logo {
    max-height: 50px;
    max-width: 100%;
}
.shop-channel .card-title {
    color: #456ca9;
}
#shop #shop-filter .btn {
    height: 40px;
    width: 40px;
}
#shop span.results {
    color: #456ca9;
	font-family: Montserrat;
}
#shop span.results-text { 
	font-family: Montserrat;
}
#shop p.card-text.summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.admin-shop thead tr {
    background: white!important;
}
.admin-shop .table thead th {
    color: #95aac9!important;
    font-family: 'Roboto';
    border: 0;
    font-size: 0.65rem;
    padding-right: 0;
}
.admin-shop th, .admin-shop td {
    border: 0;
    padding-right: 0;
}
.admin-shop tbody th {
    padding-left: 0;
    padding-right: 0; 
    font-size: 0.85rem;
    color: #456ca9;
}
.admin-shop thead th {
    padding-top: 0;
    padding-bottom: 0;
}
.admin-shop th.th-title {
    width: 55px;
}
#cart-button {
	width: 47px;
	height: 47px;
}
#cart-button i.bmicon.icon-winkelwagen {
    font-size: 1.35rem;
}
#cart-button .badge {
	position: absolute;
    right: 3px;
    top: -3px;
}
#cart .btn-rounded-circle {
    width: calc(1em * 1.75 + .25rem + 1px * 2);
    height: calc(1em * 1.75 + .25rem + 1px * 2);
	display: flex;
	align-items: center;
    display: flex;
}
#cart .btn-rounded-circle i {
	margin-left: -1px;
}
/*
#cart .cart-channel:nth-child(even) {
  background: whitesmoke;
}*/
#cart .modal-header .close {
    margin: unset;
    padding: unset;
}
.channel-stats .bmicon {
    color: #a8cc8c;
    font-size: 1rem;
    font-weight: 900;
}
.channel-stats {        
    font-weight: 500;
    color: #95aac9;
	font-size: 0.9rem;
    font-family: 'Montserrat';
}
.channel-button {
	display: flex; 
	justify-content: center; 
	align-items: center;
}
#invoice .table thead th:first-child {
    border-top-left-radius: 0.375rem!important;
    border-bottom-left-radius: 0.375rem!important;
}
#invoice .table thead th:last-child {
    border-top-right-radius: 0.375rem!important;
    border-bottom-right-radius: 0.375rem!important;
}
#invoice table#pricing tr td {
    border: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1em;
}
#invoice td.total {
    border-top: 1px solid #edf2f9;
}

@media (min-width: 768px) {
	#sidebar_main .navbar-vertical-sm.navbar-expand-md .navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}
	.h-md-100 {
		height: 100%!important;
	}
	.mh-md-100 {
		min-height: 100%!important;
	}
	.w-md-50 {
		width: 50%!important;
	}
	img#auth-img {
		max-width: 75%;
		width: 400px;
	}
}


@media (max-width: 768px) {	
	#auth-left {
		position: fixed;
		height: 200px;
		height: 25vh;
	}
	img#auth-img {
		max-height: 170px;
	}
	#auth-right {
		background: white;
		margin-top: 200px;
		margin-top: 25vh;
		height: calc(100vh - 200px);
		height: 75vh;
	}
	nav#sidebarSmall {
		display: none!important;
	}
	#topbar {
		padding-left: 36px;
		padding-right: 36px;
	}
	#topbar .navbar-brand-img, .navbar-brand>img {
		max-height: 25px!important;
		max-width: 170px!important;
		margin-top: 0px;
	}
	.main-content {
		height: calc(100vh - 65px)!important;
		margin-top: 0px;
		margin-left: 0px!important;		
	}
	.container-fluid {
		padding: 0px 24px;
	}
	#dashboard .header {
        padding: 20px 0;
    }
    #dashboard .header--page_icon {
        margin: auto;
    }
    #dashboard .header-pretitle {
        margin-top: 0rem;
    }
    #dashboard_introtext {
        padding: 0 1rem 0 1rem;
        text-align: center;
    }
    #dashboard .header-body {
        padding-bottom: 1rem;
    }
	#dashbaord_introtext {
		padding-right: 36px!important;
		padding-left: 36px!important;
	}
    #dashboard_introtext h1 {
        font-size: 1.75rem;
    }
    #dashboard_introtext h2 {
        font-size: 1.35rem;
    }    
    .ml-md-0 {
        margin-left: 0rem !important;
    }
    .mr-md-0 {
        margin-right: 0rem !important;
    }
    .header--icon_container {
        width: 100% !important;
    }
    .header--page_icon, .header-pretitle, .header-title {
        text-align: center;
		display: block;
		padding-bottom: 5px;
    }
    .headerbutton, .header-pretitle {
        margin-top: initial;
    }
	.headerbutton {
        width: 200px;
        display: block;
        margin: auto;
    }
    .dropdown .headerbutton {
        padding-left: 22px;
    }
    .mb-sm-1375 {
        margin-bottom: 1.375rem !important;
    }
    .modal-dialog {
        width: 95%;
        max-width: 95%;
        margin: 5% auto;
    }	
    .swal2-container.swal2-top-right.swal2-fade.swal2-shown {
        width: 100% !important;
        max-width: 100% !important;
        left: 0px;
        top: 12px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.candidate--image, .user--image {
		margin: auto;
		display: block;
		margin-bottom: 1rem;
	}
	.wizard_bottom-bar .wizard-buttons {		
		width: 100%;
		left: 0;
		padding-left: 36px;
		padding-right: 36px;
	}	
}

@media (min-width: 551px) and (max-width: 768px) {
    .col-mds-6 {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 576px) {	
	#topnav .navbar-brand {
		padding-left: 0px;
	}
	.px-sm-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	#person .name h1 {
        font-size: 2rem;
    }
	.swal2-popup.swal2-modal.swal2-show {
		width: 100%!important;
		max-width: 100%!important;
	}
	.swal2-container.swal2-center.swal2-fade.swal2-shown {
		max-width: 100%!important;
		min-width: 100%;
	}
    .btn {
        width: 100% !important;
    }
    .page-footer .btn {
        margin-top: 10px;
    }
    .text--input_button {
        width: 48.9% !important;
    }
    .text-field-codes {
        padding-bottom: 0.5rem;
    }
    .mb-xs-0 {
        margin-bottom: 0rem !important;
    }
	.wizard.wizard_bottom-bar {
		padding-bottom: 125px;
	}
	.wizard-buttons .btn {
		max-width: 100%;
	}
	.admin-shop th.th-title {
		width: 35px;
	}
	/*.channel .badge {
		display: table-cell;
	}*/
}

@media (max-width: 500px) {
	div#noti {
		min-width: 91vw;
		margin-right: -55px!important;  
	}
	#dashboard .header-body {
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
	#dashboard .header--page_icon .icon-dashboard {
		font-size: 1.5rem;
		margin: auto;
	}
	#dashboard .header--page_icon {
		height: 40px;
		width: 40px;
		padding-left: 9px;
		padding-top: 7px;
		border: 0;
	}
	#dashboard_introtext h1 {
		font-size: 1.5rem;
	}
	#dashboard_introtext h2 {
		font-size: 1.15rem;
	}	
    .availability-toggle, .sorting {
        padding-top: 10px;
    }
}

@media (max-width: 400px) {
	.main-content {
		height: calc(100vh - 56.6px)!important;
	}
	div#noti {
		min-width: 90vw;
		margin-right: -44px!important;
	}
	.navbar-brand-img {
		max-width: 125px!important;
		margin-bottom: 3px;
	}
	#topbar .navbar-brand-img, .navbar-brand>img {
		max-height: 25px!important;
		max-width: 170px!important;
		margin-top: 3px;
	}
	#topbar .icon-bel, #topnav .icon-bel, #topnav .bmicon.icon-menu {
		font-size: 1.25rem;
	}
	.navbar-user .avatar {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 1600px) {
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
}

/* NEW COLORS */
.bg-primary {
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%) !important;
}
#sidebarSmall {
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%) !important;
}
thead tr {
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%) !important;
}

.pdf thead tr {
    background: hsla(217, 42%, 47%, 1) none !important;
}
.card-header.card-header-gradient {
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%) !important;
	color: white;
}
h1.header-title {
    color: #456ca9;
}
#sidebar-button .bmicon, .header--page_icon .bmicon {
    color: #456ca9!important;
}
#topbar-breadcrumbs a  {    
    color: #456ca9;
}
.btn-primary {
	border: 0px;
	padding: 10px;
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%)!important;	
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%)!important;	
}
#auth-form h1 {
    color: #456ca9!important;
}
#dashboard .candidate:hover, #dashboard .candidate:active, #dashboard .candidate:focus {
    background: linear-gradient(90deg, hsla(217, 42%, 47%, 1) 0%, hsla(204, 69%, 83%, 1) 100%)!important; 
}
span.select2-selection.select2-selection--multiple {
    display: flex!important;
    height: auto!important;
}

.bg-soft-primary {
    background-color: rgba(183, 218, 242, 0.25) !important;
    border-color: #b7daf2 !important;
    color: #8dcbf5 !important;
}
.bg-soft-warning {
    background-color: rgba(251, 221, 163, 0.25) !important;
    border-color: #fbdda3 !important;
    color: #ffb016;
}
.bg-soft-success {
    background-color: rgba(168, 204, 140, 0.25) !important;
    border-color: #a8cc8c !important;
    color: #89ce53;
}
.bg-soft-danger {
    background-color: rgba(242, 147, 123, 0.25) !important;
    border-color: #f2937b !important;
    color: #f76c49;
}
.bg-soft-primary2 {
    background-color: rgba(30,127,182, 0.25) !important;
    border-color: #1e7fb6 !important;
    color: #156a9b;
}
.bg-soft-info {
	background-color: rgba(236, 183, 242, 0.25) !important;
    border-color: #ecb7f2 !important;
    color: #cb81d3;
}
i.bmicon.icon-oog {
    font-weight: 600;
    font-size: 1rem;
    color: #b7daf2;
}
.card-header-title .bmicon {
    font-size: 1.5rem;
}
i#main-icon_stats.bmicon {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.avatar-group .avatar:not(:last-child) {
    -webkit-mask-image: url(/Images/masks/avatar-group.svg);
    mask-image: url(/Images/masks/avatar-group.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; 
}
.avatar-group .avatar:hover+.avatar:last-child, .avatar-group .avatar:hover+.avatar {    
    -webkit-mask-image: none!important;
    mask-image: none!important;
}

.avatar-group--fixed {
    display: block;
}


/* ------------------------------------ */
@media print {
   
    div#sidebarSmallNav, nav#sidebarSmall, nav#topbar, .header--icon_container, .header a#copythis, div#bdiv, div#nav-tab, .tab--header, #lblMaster .badge, .navbar, div#divInternallog, #divlog, .icon-info, .dropdown {
        display: none!important;
    }
    .main-content {    
        height: calc(100vh)!important;
        margin-left: 0px;
        margin-top: 0px;
    }
    h1#lblMaster, .header-pretitle {
        text-align: center;
    }
    canvas#barChart {
        width: 100%!important;
        height: auto!important;
    }    
    .short--stats {
        flex: 0 0 33.334%;
        max-width: 33.334%;
    }
    #channel-clicks, #social-media {
        flex: 0 0 50%;
        max-width: 50%;
    }
	
}
