/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.tb-lead a{
    color: #364a63;
}

.persoonlijke-gegevens{
	box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
	background: white;
	margin: initial;
	max-width: 100%;
	padding: 1.5rem;
}
.persoonlijke-gegevens .profile-ud-item{
	padding: 0 1rem;
}
.persoonlijke-gegevens.profile-ud-list .profile-ud-item{
    width: 100%;
}
/*
.persoonlijke-gegevens.profile-ud-list .wider .profile-ud-label{
    width: 300px;
}*/
.persoonlijke-gegevens.profile-ud-list .wider .profile-ud-value{
    text-align: left;
}
.persoonlijke-gegevens.profile-ud-list .profile-ud.wider{
    border-bottom: 1px solid #eaeaea;
}
.persoonlijke-gegevens.bewerk.profile-ud-list .profile-ud.wider{
    border-bottom: none;
}
.logo-img-lg {
    max-height: 40px !important;
}

.user-avatar.site-active{
    background-color: #1ee0ac;
}
.user-avatar.site-not-active{
    background-color: #e85347;
}
/*.dataTable .custom-control.custom-control-sm.custom-checkbox.notext, .dataTable .nk-tb-col-check{
	display: none !important;
}*/
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col{
	box-shadow: none!important;
}
.bloom-nk-menu-toggle::after {
  position: absolute;
  font-family: "Nioicon";
  top: 50%;
  content: "\e9d3";
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #8094ae;
  transition: transform 0.3s, color 0.1s, opacity 0.3s ease 0.3s;
}
.has-sub.active > .bloom-nk-menu-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.quetabel .nk-tb-col {
  vertical-align: top!important;
}
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  width: 7% !important;
}