html body {
	width: 100%;
	height: 100%;
	font-family: 'Quicksand', sans-serif;
}

body li,
body p {
	margin: 0;
	color: #3d3d3d;
	font-family: 'Quicksand', sans-serif;
}

body h1 {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
}

body a:hover,
body a {
	text-decoration: none;
}

header.header {
	height: 50px;
	min-height: 16px;
	background: #fff;
	position: fixed;
	box-shadow: 0 0 0.3px 0.3px rgba(0, 0, 0, 0.1), 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 1px rgba(0, 0, 0, 0.1);
	font-family: "Lexend Deca", san-serif;
}

header.admin-header {
    height: 50px;
    min-height: 16px;
    background: #0c6958;
    box-shadow: none;
    position: fixed;
}

#content {
    position: absolute;
    width: 100%;
}

.nav-bot {
    background: #fff;
    box-shadow: 0 0 0.3px 0.3px rgba(0, 0, 0, 0.1), 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 1px rgba(0, 0, 0, 0.1) ;
}

.admin-header .mdl-layout__header-row,
.header .mdl-layout__header-row {
	height: 50px;
	min-height: 16px;
}

.mdl-layout__drawer .mdl-layout-title {
	height: 50px;
	background: #0c6958;
	line-height: 50px;
	color: #fff;
	border-color: #0c6958;
}

.mdl-button {
    font-family: "Lexend Deca", san-serif;
}

.page-content {
	padding-top: 50px;
}

.header img {
	width: 130px;
}

.content {
	padding-top: 50px;
}

.content .primary:hover,
.primary:hover {
	background: #0c6958;
	color: #fff;
}

.content .primary,
.primary {
	background: #0c6958;
	color: #fff;
}

.content .c-primary,
.c-primary {
	color: #0c6958;
}

.header .btn-border,
.btn-border {
	color: #0c6958;
	background: #fff;
	border-color: #0c6958;
}

.header .br-30,
.content .br-30,
.br-30 {
	border-radius: 30px;
}

.content .br-10,
.br-10 {
    border-radius: 10px;
}

.header .mr-10,
.mr-10 {
	margin-right: 10px;
}

.mdl-textfield .mdl-textfield__input {
    font-family: "Lexend Deca", san-serif;
}

.mr-20 {
    margin-right: 20px;
}

.content .center,
.center {
	text-align: center;
}

.page-content .white,
.content .white {
    background: white;
}

.content .c-white {
    color: #fff;
}

.loading {
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -120px;
    position: fixed;
}

.line {
	margin-top: 19px;
    width: 100px;
    height: 1px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.ml-20 {
	margin-left: 20px;
}

.content .space {
	margin: 10px;
}

.shadow {
    box-shadow: 0 0 0.3px 0.3px rgba(0, 0, 0, 0.1), 0 1px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 1px rgba(0, 0, 0, 0.1)
}

form p {
	color: red;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}