html,
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	margin: 0;
	background: rgb(34, 42, 47);
	line-height: 1.5em;
	font-size: 14px
}
.small {
	font-size: 85%
}
h1, h2, h3 {
	color: rgb(29, 40, 48);
	font-weight: 500;
	text-transform: capitalize
}
a,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
header {
	background: rgb(29, 40, 48);
	color: #f2f2f2;
	text-align: right;
	padding: 15px;
	font-size: 115%
}
section {
	background-color: #f2f2f2;
	padding: 15px;
}
footer {
	text-align: center;
	padding: 15px;
	color: #f2f2f2
}
nav {
	position: fixed;
	top: 0;
	left: -230px;
	bottom: 0;
	width: 230px;
	background: rgb(22, 26, 28);
	z-index: 1000;
	transition: .5s;
}
nav span {
	position: absolute;
	top: 17px;
	right: -45px;
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .5s;
	background-image: url(/assets/media/menu.png);
	background-position: center center;
	background-size: contain;
}
.menu_open {
	transform: rotate(45deg);
}
.nav_open {
	left: 0
}
nav a,
nav a:visited,
nav a:active {
	display: block;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.5);
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
	border-bottom: 1px solid rgb(29, 37, 42);
}
nav a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgb(29, 37, 42);
}
.button,
.button:visited,
.button:active,
input[type=text],
input[type=password],
textarea,
select {
	display: inline-block;
	outline: none;
	border-radius: 0;
	resize: none;
	padding: 5px;
	font-family: inherit;
	color: inherit;
	background: rgb(214, 213, 213);
	border: none;
	font-size: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
}
select {
	background-image: url(/assets/media/select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	padding-right: 30px
}
label input[type=file] {
	position: absolute;
	left: -10000px
}
input[type=text]:required,
input[type=password]:required,
select:required,
textarea:required {
	border-left: 2px solid orangered !important
}
.required_field {
	background-color: rgb(255, 210, 206) !important
}
.button,
.button:visited,
.button:active {
	background: rgb(9, 84, 127);
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.4em
}
.button:hover {
	background: rgb(53, 138, 187);
	text-decoration: none;
}
.loading {
	display: none;
	position: fixed;
	z-index: 1000;
	background: rgba(9, 84, 127, 0.75);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.warning {
	display: block;
	padding: 15px;
	background: #FFD2CE;
}
.dot {
	display: inline-flex;
	height: 12px;
	width: 12px;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-radius: 50%;
	margin-bottom: 2px
}
.full {
	box-sizing: border-box;
	width: 100%
}
.centre {
	text-align: center
}
.nowrap {
	white-space: nowrap
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse
}
.four_cells {
	width: 25%
}
.three_cells {
	width: calc(100%/3);
}
.two_cells {
	width: 50%
}
.form td {
	padding: 0 20px 20px 0;
	vertical-align: bottom;
	display: table-cell;
}
.form tr td:last-child {
	padding-right: 0
}
.form tr:last-child td {
	padding-bottom: 0
}
.data td,
.data th {
	border: 1px solid #cccccc;
	padding: 6px;
}
.data tr:nth-child(odd) td {
	background: #e0e0e0
}
.data th {
	background-color: grey;
	color: white;
	font-weight: 500;
}
.paging {
	padding: 15px 0 15px 0
}
.paging a,
.paging a:visited,
.paging a:active {
	display: inline-flex;
	line-height: 1.5em;
	background-color: #222A2F;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin-right: 5px;
	opacity: .5
}
.paging a:hover {
	opacity: 1
}
.invoicing_details tr td {
	vertical-align: top;
	padding: 15px;
	border: 1px solid grey
}
.invoicing_details tr td:nth-child(2),
.invoicing_details tr td:nth-child(3) {
	background-color: #e2e2e2
}
.invoicing_details tr td:nth-child(1) {
	background-color: rgb(215, 215, 215)
}