/*     Navtab:        */

.card-header-custom {
   /* background: linear-gradient(60deg, #8F5CAB, #ff00ff);*/
	/*background-color: #8F5CAB !important; */
	border: none!important;
	/*border-bottom:1px solid #eee; 
	background: none!important;*/
}

.card-header-custom {
    /*box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05)*//*, 0 13px 24px -11px rgba(156, 39, 176, 0.6);*/
}

.card-header-custom:first-child {
    /*border-radius: 6px;*/
	border-radius: 0px;
}

.card-body-custom {
    /*padding: 1.9375rem 1.575rem;*/
}

.nav-tabs .nav-item .nav-link.active {
    /*background-color: rgba(255, 255, 255, .75);*/background-color:#ed2232!important;
    transition: 0.3s background-color 0.2s; 
	color: #fff!important; border-radius: 0px!important;
	/*box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1)*/
}


.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
    border: 0 !important;
    /*color: rgb(0,0,0,.25) !important;*/
	color: #000; /*fallback internet explorer*/
    font-weight: 500; background-color: #ffffff;border-radius: 0px!important;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

/*Small devices (landscape phones, 576px and up)*/
/*@media (max-width: 767px) { 
	.nav {
    flex-direction: column !important; 
	}
}*/
.card-header-custom-container {
   margin-top: -20px;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);*/
	padding: 1.1rem 0; 
	/*background: #f8f9fa;*/
	background: #f4f4f4;
	/*background: rgb(255,0,0,.75) !important;*/
	/*border-radius: 3px 3px 0px 0px;*/
}

.box-shadow-card-header-main-nav {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46); 
}