/*
Midnight green 	#0B4650
Lime green 		#DCFE54
Mint 			#5EFF7D

Teal 			#01A285
Sun yellow 		#FFF425
White 			#FFFFFF

Lilac 			#C3ABFF
Grey black 		#333333
*/
/*Primary colors*/
.c-midgreen{
	color: #0B4650 !important;
}
.bg-midgreen{
	background-color: #0B4650 !important;
}
.c-limegreen{
	color: #DCFE54 !important;
}
.bg-limegreen{
	background-color: #DCFE54 !important;
}
.c-mint{
	color: #5EFF7D !important;
}
.bg-mint{
	background-color: #5EFF7D !important;
}
.bg-mint-light {
	background-color: #B2FCC4 !important;
}
/*Secondary Colors*/
.c-teal{
	color: #01A285 !important;
}
.bg-teal{
	background-color: #01A285 !important;
}
.c-sunyellow{
	color: #FFF425 !important;
}
.bg-sunyellow{
	background-color: #FFF425 !important;
}
.c-white{
	color: #FFFFFF !important;
}
.bg-white{
	background-color: #FFFFFF !important;
}
/*Tertiary colors*/
.c-lilac{
	color: #C3ABFF !important;
}
.bg-lilac{
	background-color: #C3ABFF !important;
}
.c-greyblack{
	color: #333333 !important;
}
.bg-greyblack{
	background-color: #333333 !important;
}

.c-grey{
	color: #CCCCCC !important;
}
.bg-grey{
	background-color: #CCCCCC !important;
}


@font-face {
	font-family: 'Qartella Heavy';
	src: url('../fonts/qartella/Qartella-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Qartella Extrabold';
	src: url('../fonts/qartella/Qartella-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Qartella Regular';
	src: url('../fonts/qartella/Qartella-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Qartella Bold';
	src: url('../fonts/qartella/Qartella-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Montserrat';
	background-color: #F4F4F4 !important;
}

.qartella-heavy {
	font-family: 'Qartella Heavy', sans-serif !important;
}

.qartella-extrabold {
	font-family: 'Qartella Extrabold', sans-serif !important;
}

.qartella-regular {
	font-family: 'Qartella Regular', sans-serif !important;
}

.montserrat-regular{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal !important;
}

.montserrat-bold{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bolder !important;
}

.montserrat-semibold{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
}

.br-6{
	border-radius: 6px;
}


#jqxMenu {
	width: calc(100% - 16px) !important;
	height: 6% !important;
	background-color: #fff !important;
	padding: 0px 8px !important;
	border: none !important;
}

.jqx-menu ul {
	height: 100%;
	padding: 0px !important;
}

#jqxMenu ul li{
	height: calc(100% - 24px) !important;
	border: none;
	padding: 12px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
}

#initMe > .jqx-widget-header, #CreateU > .jqx-widget-header{
	width: calc(100% - 0px) !important;
	background-color: #B2FCC4 !important;
	border: 1px solid #B2FCC4;
	border-radius: 8px 8px 0px 0px;
	padding: 12px 0px !important;
	font-family: 'Qartella Heavy', sans-serif !important;
}

#initMe > .jqx-widget-content, #CreateU > .jqx-widget-content{
	border-radius: 0px 0px 8px 8px;
}

.jqx-expander-header-content{
	margin-left: 8px !important;
}

input[value=Search]{
	background-color: #5EFF7D !important;
	font-family: 'Qartella Bold', sans-serif !important;
	font-weight: 700 !important;
	border: none;
	cursor: pointer;
}
