
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body,html{
    font-family: 'Work Sans', sans-serif;
	font-weight:400;
	color: #000;
	background: #fafafa;
}
body.login{
	background-image:url('../images/wallpaper.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}
p {
	font-size:15px;
    color: #000;
}
a {
	color: #000;
}
a:hover, a:focus {
	text-decoration: none;
	color:#000;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.alert{
	border-radius:30px;
}
.reset {
    padding:0px;
    margin:0px;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-responsive {
	padding:0px;
}
.title-row {
	padding-bottom:25px;
}
.card-contacts {
	background-color:#6E7DAB;
	color:#fff;
}
.card-leads {
	background-color:#88AB75;
	color:#fff;
}
.card-pricing {
	background-color:#5E747F;
	color:#fff;
}
.card-users {
	background-color:#575366;
	color:#fff;
}
.dashboard .card {
	margin-bottom:20px;
}
.dashboard .card-body i {
	font-size:60px;
	line-height:60px;
	float:left;
}
.dashboard .card-body p {
	font-size:60px;
	line-height:60px;
	float:right;
	color:#fff;
}
.table-responsive {
	padding:0px;
}
table{
	font-size:14px;
	white-space:nowrap;
}
th {
	color:#001323;
}
tr{
	line-height:30px;
}
td {
	line-height:30px;
}

h2.table-header {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.table-striped a {
	color:rgba(11, 126, 207, 1);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: #efefef;
}
.initials-small{
	width:30px;
	height:30px;
	line-height:30px;
	background-color: #006266;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color:#ffffff;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:15px;
}
.badge {
	font-size:14px;
	border-radius:10px;
	padding:5px 10px;
	font-weight:500;
}
.btn-small{
	display:inline-block;
	line-height:50px;
	padding:0px 25px 0px 25px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	border-radius:30px;
	text-align:center;
	cursor:pointer;
}
.btn-small:hover{
	color:#fff;
	text-decoration:none;
}
.btn-large{
	display:inline-block;
	line-height:60px;
	padding:0px 30px 0px 30px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	border-radius:30px;
	text-align:center;
	cursor:pointer;
	margin-top:15px;
}
.btn-large:hover{
	color:#fff;
	text-decoration:none;
}
@media (max-width: 1199px) {
	.btn-small{
		line-height:40px;
		padding:0px 20px 0px 20px;
		font-size:14px;
		margin-top:10px;
	}
	.btn-large{
		line-height:50px;
		padding:0px 20px 0px 20px;
		font-size:16px;
		margin-top:10px;
	}
}
.btn-white{
	color:#1d223c !important;
	background-color:rgba(255, 255, 255, 1);
}
.btn-white:hover{
	color:#1d223c !important;
	background-color:rgba(255, 255, 255, 0.8);
}
.btn-green{
	color:#fff !important;
	background-color:rgba(150,202,89,1);
}
.btn-green:hover{
	color:#fff !important;
	background-color:rgba(150,202,89,0.8);
}
.btn-grey{
	color:#fff !important;
	background-color:rgba(116, 116, 116, 1);
}
.btn-grey:hover{
	color:#fff !important;
	background-color:rgba(116, 116, 116, 0.8);
}
.btn-light-grey{
	color:#fff !important;
	background-color:#aaa;
}
.btn-blue{
	color:#fff !important;
	background-color:rgba(11, 126, 207, 1);
}
.btn-blue:hover{
	color:#fff !important;
	background-color:rgba(11, 126, 207, 0.8);
}
.btn-yellow{
	color:#fff !important;
	background-color:rgba(255, 166, 48, 1);
}
.btn-yellow:hover{
	color:#fff !important;
	background-color:rgba(255, 166, 48, 0.8);
}
.btn-red{
	color:#fff !important;
	background-color:rgba(188, 71, 73, 1);
}
.btn-red:hover{
	color:#fff !important;
	background-color:rgba(188, 71, 73, 0.8);
}
.btn-purple{
	color:#fff !important;
	background-color:rgba(98, 71, 170, 1);
}
.btn-purple:hover{
	color:#fff !important;
	background-color:rgba(98, 71, 170, 0.8);
}
.btn-pink{
	color:#fff !important;
	background-color:rgba(186, 71, 170, 1);
}
.btn-pink:hover{
	color:#fff !important;
	background-color:rgba(186, 71, 170, 0.8);
}
.btn-black{
	color:#fff !important;
	background-color:black;
}
.btn-profile{
	padding:5px 8px;
	border-radius:30px;
	font-size:20px;
	line-height:40px;
	color:#1d223c !important;
	background-color:rgba(255, 255, 255, 1);
	box-shadow:0px 0px 30px rgb(201 218 236 / 80%);
}
.btn-profile:hover{
	color:#1d223c !important;
	background-color:rgba(255, 255, 255, 0.8);
}
.btn-profile.dropdown-toggle::after {
	vertical-align:0.1em;
	margin-left:0px;
}
.btn-profile:focus {
	box-shadow:0px 0px 30px rgb(201 218 236 / 80%);
}
.top {
	position:fixed;
	top:0;
	left:0;
	height:60px;
	width:100%;
	z-index:10;
	display:none;
}
.logo {
	height:60px;
	text-align:center;
	padding:15px 15px 10px 15px;
}
.top-user {
	text-align:right;
}
.logo .img-fluid{
	display: inline-block;
    width: auto;
    max-height: 100%;
}
.sidebar-toggler {
	float:left;
	min-width: 300px;
    max-width: 300px;
}
@media (max-width: 767px) {
	.top {
		display:block;
		background-color:#1d223c;
	}
	.sidebar-logo {
		display:none;
	}
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.form-label {
	font-weight:600;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	padding-top:0px;
    display: flex;
    align-items: stretch;
}
#sidebar.active .menu-wrap {
	position:fixed;
	width:300px;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #1d223c;
    color: #fff;
    transition: all 0.3s;
	position:relative;
	box-shadow:inset -7px 0 9px -7px rgba(0,0,0,0.4);
	margin-left:-300px;
}

#sidebar.active {
    margin-left:0px;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #68c5b9;
}

#sidebar ul.components {
    padding: 20px 0px 0px 0px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li i {
	width:25px;
}
#sidebar ul li a {
    padding: 8px 30px 8px 30px;
    font-size:17px;
    display: block;
}
#sidebar ul li a.active {
    background: #68c5b9;
}
#sidebar ul li a:hover {
    color: #1d223c;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #68c5b9;
    background: #fff;
}
#sidebar button {
	position:absolute;
	transition:ease-in 0.5s;
	margin-top:0px;
}
#sidebar button {
	right:-90px;
	transition:ease-in 0.5s;
}
#sidebar.active button {
	right:-18px;
	transition:ease-in 0.5s;
}
.sidebar-logo {
	padding:30px 50px 30px 30px;
}

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

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-family: "FontAwesome";
	content: '\f078';
    display: block;
    position: absolute;
    right: 30px;
    font-size: 0.6em;
	line-height:30px;
	
}
a[aria-expanded="true"]::before {
    content: '\f077';
}
ul ul a {
    font-size: 16px !important;
    padding-left: 30px !important;
    background: #68c5b9;
}
.sidebar-buttons {
	padding:0px 30px 0px 30px;
	text-align:center;
}
.sidebar-buttons .fa-circle-info {
	color:#00b67a;
}
.sidebar-buttons .btn-large {
	width:100%;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding:100px 50px 50px 50px;
    min-height: 100vh;
    transition: all 0.3s;
	width:100vw;
}
.content-top .dropdown {
	position:absolute;
	right:50px;
	top:30px;
	display:block;
}
@media (max-width: 767px) {
	.content-top .dropdown {
		display:none;
	}
	#content {
		padding:75px 15px 50px 15px;
		min-height: 100vh;
		transition: all 0.3s;
		width:100vw;
	}
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 767px) {
    #sidebar {
		padding-top:50px;
    }
    #sidebarCollapse span {
        display: none;
    }
}
/* ---------------------------------------------------
    Profile Dropdown
----------------------------------------------------- */
.btn-info {
	margin-top:0px;
	color:#fff;
	background-color:#68c5b9;
	border:#68c5b9;
}
.btn-info {
	left:auto !important;
	right:0;
}
.btn-check:focus+.btn-info, .btn-info:focus {
	box-shadow:none;
	color:#fff;
	background-color:#68c5b9;
	border:#68c5b9;
}
.btn-info:hover {
	color:#fff;
	background-color: #68c5b9;
    border-color: #68c5b9;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
	.btn-info {
		margin-top:12px;
	}
}
/* ---------------------------------------------------
    Login / Register / Forgotten Password
----------------------------------------------------- */
.body-wrap {
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	height:100vh;
}
.login-block-wrap {
	padding:0px 130px 0px 130px;
}
.login-block {
	background-color:#1d223c;
	border-radius:25px;
	padding:40px;
}
.login-logo {
	padding:0px 22% 0px 22%;
}
.login-block h1 {
	text-align:center;
	font-weight:600;
	margin-top:40px;
	margin-bottom:20px;
	color:#fff;
	font-size:26px;
}
.login-block p {
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
}
.login-block label {
	color:#585858;
	font-size:18px;
	margin-bottom:5px;
	padding-left:5px;
}
.login-block input[type=text], .login-block input[type=email], .login-block input[type=password], .login-block select, .login-block .select2-selection {
	height:60px !important;
	line-height:60px !important;
	border-radius:30px !important;
	padding:0px 30px 0px 30px;
	margin-bottom:20px;
	font-size:16px;
	/*background-color:#daefe3 !important; COMMENTED OUT AS COLOUR CONVERGES WITH MESSAGE BOX */
	border:none !important;
	color:#585858;
	box-shadow:none !important
}
.login-block .select2-selection__arrow {
	height:60px !important;
	line-height:60px !important;
	margin-right:15px;
}

.login-block .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:60px !important;
	font-size:16px;
	color:#585858;
}

.select2-container {
	width:100% !important;
}

.login-block input::placeholder, .login-block ::placeholder, .login-block input[type=password]:placeholder {
		color:#585858 !important;
}
.login-block .forgotten {
	font-size:18px;
	color:#fff;
}
.login-block .btn {
	width:100%;
}
@media (max-width: 1399px) {
	.login-block-wrap {
		padding:50px;
	}
}
@media (max-width: 1199px) {
	.login-block-wrap {
		padding:0px;
	}
}
@media (max-width: 575px) {
	.login-block {
		border-radius:0px;
		padding:20px;
	}
	.login-block .btn {
		font-size:16px;
	}
}
/* ---------------------------------------------------
    Main Page Layout
----------------------------------------------------- */
.row {
  margin:0 !important;
}
.page-block {
	background-color:#fff;
	border-radius:30px;
	box-shadow:0px 0px 30px rgb(201 218 236 / 80%);
	padding:40px;
}
.page-block  h1 {
	font-size:30px;
	font-weight:800;
}
.page-buttons {
	text-align:right;
}
.page-buttons button {
	border:none;
}
@media (max-width: 1199px) {
	.page-buttons {
		text-align:left;
	}
}
@media (max-width: 767px) {
	.page-block  h1 {
		font-size:26px;
	}
}


/*Page Load Styles */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #46ac34;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height:10px;
}

/* Mobile Styles */
@media (max-width: 1399px) {
	#content {		
		padding: 100px 30px 30px 30px;
	}
	.page-block {
		padding:30px;
	}
}
@media (max-width: 1199px) {
	#content {		
		padding: 100px 15px 15px 15px;
	}
	.page-block {
		padding:20px;
	}
}
@media (max-width: 768px) {
	.page-block {
		border-radius:0px;
		padding:15px;
	}
}
@media (max-width: 575px) {
	
}

.btn-blue{
	color:#fff !important;
	background-color:rgba(11, 126, 207, 1);
}
.btn-blue:hover{
	color:#fff !important;
	background-color:rgba(11, 126, 207, 0.8);
}
.btn-yellow{
	color:#fff !important;
	background-color:rgba(255, 166, 48, 1);
}
.btn-yellow:hover{
	color:#fff !important;
	background-color:rgba(255, 166, 48, 0.8);
}
.btn-red{
	color:#fff !important;
	background-color:rgba(188, 71, 73, 1);
}
.btn-red:hover{
	color:#fff !important;
	background-color:rgba(188, 71, 73, 0.8);
}
.btn-teal{
	color:#fff !important;
	background-color:rgba(31, 146, 165, 1);
}
.btn-teal:hover{
	color:#fff !important;
	background-color:rgba(31, 146, 164, 0.8);
}
.note-wrap {
	border:solid 1px #d1d1d1;
}
.note-text {
	padding:20px;
	padding-bottom:0px;
}
.note-author {
	text-align:right;
	background-color:#d1d1d1;
	padding:10px;
	font-size:14px;
}
/* ---------------------------------------------------
    Responsive Tabs
----------------------------------------------------- */
.responsive-tabs .nav-tabs {
	display: none;
}
.responsive-tabs .tab-pane {
	margin-bottom:10px;
}
.responsive-tabs .tab-pane .card-body {
	padding:40px 0px 40px 0px;
}
.responsive-tabs .tab-pane .card-header {
	background-color:#1d223c;
	color:#fff;
	padding:12px 15px 12px 15px;
	font-weight:500;
}
.responsive-tabs .tab-pane a[aria-expanded="true"]>.card-header{
	color: #fff;
    background-color: #68c5b9;
}
.responsive-tabs .tab-pane .card-header .badge{
	background-color:#a7e3fa;
	color:#0867ab;
}
.responsive-tabs a[aria-expanded="false"]::before, .responsive-tabs a[aria-expanded="true"]::before {
    font-family: "FontAwesome";
	content: '\f078';
    display: block;
    position: absolute;
    right: 30px;
    font-size:1em;
	line-height:49px;
	color:#fff;
	
}
.responsive-tabs a[aria-expanded="true"]::before {
    content: '\f077';
	color:#fff;
}
.responsive-tabs .nav-tabs .nav-link {
	border:none;
	border-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background-color:#1d223c;
	color:#fff;
	margin-right:10px;
	padding:12px 15px 12px 15px;
}
.responsive-tabs .nav-tabs .nav-link.active {
	color:#fff;
	background-color:#68c5b9;
}

@media (min-width: 1200px) {
	.responsive-tabs a[aria-expanded="false"]::before, .responsive-tabs a[aria-expanded="true"]::before {
		display:none;
	}
	.responsive-tabs .nav-tabs {
		display: flex;
	}

	.responsive-tabs .card {
		border: none;
	}

	.responsive-tabs .card .card-header {
		display: none;
	}

	.responsive-tabs .card .collapse {
		display: block;
	}
}

@media (max-width: 1199px) {
	.responsive-tabs .tab-pane {
		display: block !important;
		opacity: 1;
	}
}

.card{
	margin-bottom:30px !important;
}

ul#sortable-rows{
	display:table;
	border:1px solid #ced4da;
	list-style:none;
	padding-left:0px;
	width:100%;
	border-radius:.25rem;
}

ul#sortable-rows li{
	border-bottom:1px solid #ced4da;
	padding:0.5% 1%;
}

ul#sortable-rows li:last-child{
	border-bottom:0px;
}

ul#sortable-rows li span.table-cell{
	display:inline-block;
}

ul#sortable-rows li span.name{
	width:39%;
	display:inline-block;
}

ul#sortable-rows li span.price{
	width:10%;
	display:inline-block;
}

ul#sortable-rows li span.status{
	width:15%;
	display:inline-block;
}

ul#sortable-rows li span.created{
	width:20%;
	display:inline-block;
}

ul#sortable-rows li span.options{
	width:10%;
	display:inline-block;
}

ul#sortable-rows li span i.fa-grip-vertical{
	cursor:move;
	padding-right:5px;
}

.row-alert{
	color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
	text-align:center;
}

.filter {
	padding:30px;
	color:#000;
	background-color:#cfcfcf;
	border-radius:5px;
	margin-bottom:20px;
	font-weight:bold;
}
.filter-buttons {
	margin-top:20px;
}