@import url('https://fonts.googleapis.com/css?family=Quicksand:500,700|Raleway:400,700');
/*
	font-family: 'Quicksand', sans-serif;
	font-family: 'Raleway', sans-serif;
 */

body { width: 100%; height: 100%; }
html { width: 100%; height: 100%; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 1.66667;
	font-weight: 400;
}

small { font-family: 'Quicksand', sans-serif; font-weight: 400; }

a {
	font-family: 'Quicksand', sans-serif;
	color: #a23f97;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
a:hover, a:focus { color: #006eb7; }

li {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 16px;
}



/* OTHER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.view-title { margin-bottom: 0; font-size: 10px; }
.view-info  { margin-top: 0; font-size: 18px; }



/* DASHBOARD ICONS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.dashIcon {
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 20%;
	border-radius: 50%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.dashIcon-blue {
	background: #d6f6fb;
	border: 3px solid #10d1ea;
	color: #10d1ea;
}

.dashIcon-red {
	background: #fee2eb;
	border: 3px solid #fb5090;
	color: #fb5090;
}

.dashIcon-orange {
	background: #fbe6c7;
	border: 3px solid #ffb64d;
	color: #ffb64d;
}

.dashIcon-green {
	background: #e6f5e1;
	border: 3px solid #82c869;
	color: #82c869;
}



/* FOOTER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	/* background: #ffffff; */
	color: #67757c;
	padding: 20px 15px 20px 0;

	/* -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
			  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); */
}

.footer a {
	color: #67757c;
	font-weight: normal;
	text-decoration: underline;

	-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}

.footer a:hover, .footer a:focus { color: #000; }
