.slick-slider .slide-img-bg {
	opacity:1;
}

.app-logo {
	background: url('../assets/images/logo/logo.png');
	background-size:contain;
	background-repeat: no-repeat;
	height:64px;
}

.app-header__logo .logo-src {
	background: url('../assets/images/logo/logo.png');
	background-size:contain;
	background-repeat: no-repeat;
	height:46px;
}

.app-header.header-text-light .app-header__logo .logo-src {
	background: url('../assets/images/logo/logo.png');
	background-size:contain;
	background-repeat: no-repeat;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BUTTON ICONS */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.card-header .header-icon, .btn-icon-only .font-size-xlg {
	line-height:2
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FONT AWESOME */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.fas,
.far,
.fal {
	line-height:1.5!important;
}
.page-title-icon i {
	line-height:1.1!important;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SIDEBAR NAVIGATION */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.vertical-nav-menu li a.active {
  background: #e0f3ff;
  text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* COLOURS */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bg-coastal-breeze {
	background: #dff9fb;
	color:#495057;
}

.bg-coastal-breeze:hover {
	background: #c7ecee;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DATEPICKER HACK */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.datepicker.dropdown-menu {
	width:auto!important;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NAV TABS ON CARD */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nav.nav-tabs .nav-item.nav-link.active {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; /* .shadow-sm */
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TELEPHONE INPUT */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type=tel] {
  border-top-left-radius:     0.00rem!important;
  border-top-right-radius:    0.25rem!important;
  border-bottom-left-radius:  0.00rem!important;
  border-bottom-right-radius: 0.25rem!important;
}
