@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

:root {
	--openblue: #2db7e6;
	--opendark: #262a2b;
	--coloraaa: #aaaaaa;
	--bgmeee: #eee;
	--footerbg: #dddddd;
	--bgf4f4: #f4f4f4;
	--boxshadows-small: 0px 5px 10px 0px rgba(0,0,0,0.1);
	--boxshadows-big: 0px 10px 15px 0px rgba(0,0,0,0.2);
}

body {
	font-family: 'Roboto', sans-serif;
	background: #f4f4f4;
}

a {
	text-decoration: none;
}

a.edit {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
}

a.edit:hover {
	text-decoration: underline;
}

a.edit::before {
	background: var(--openblue);
	mask-image: url(../images/icons/edit.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

a.edit::after {
	clear: both;
	content: "";
}

a.delete {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
}

a.delete:hover {
	text-decoration: underline;
}

a.delete::before {
	background: var(--openblue);
	mask-image: url(../images/icons/garbage.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

a.delete::after {
	clear: both;
	content: "";
}

ul, li {
	list-style: none;
}

.clear {
	clear: both;
}

header {
	background: var(--openblue);
	max-height: 60px;
}

header .container {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

header .container .logo {
	background: var(--openblue);
	padding: 15px 20px;
	display: inline-block;
	-webkit-box-shadow: var(--boxshadows-big);
	-moz-box-shadow: var(--boxshadows-big);
	box-shadow: var(--boxshadows-big);
}

header .container .logo a {
	background: url(../images/logo.png) no-repeat;
	background-size: 150px 44px;
	width: 150px;
	height: 44px;
	display: block;
}

header .container .txt {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 0.875em;
	line-height: 60px;
	padding: 0 20px;
}

header .container .dropdown:hover > a {
	background: rgba(0, 0, 0, 0.05);
}

header .container .profile {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	position: absolute;
	/**
	right: 160px;
	**/
	right: 0;
}

header .container .profile .dropdown > a {
	font-size: 0.875em;
	color: #FFF;
	position: relative;
	padding: 0 30px 0 32px;
	height: 60px;
	display: block;
}

header .container .profile .dropdown > a::before {
	background: #FFF;
	mask-image: url(../images/icons/avatar.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 20px;
	height: 23px;
	content: "";
	position: absolute;
	left: 7px;
	top: calc(50% - 12px);
}

header .container .profile .dropdown > a::after {
	background: #FFF;
	mask-image: url(../images/icons/arrow-down-sign-to-navigate.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	right: 7px;
	top: calc(50% - 6px);
}

/*******

header .container .language {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	position: absolute;
	right: 0px;
}

header .container .language .dropdown {
	position: relative;
	z-index: 11111;
}

header .container .language .dropdown > a {
	font-size: 0.875em;
	color: #FFF;
	position: relative;
	padding: 0 30px 0 25px;
	height: 60px;
	display: block;
}

header .container .language .dropdown > a::after {
	background: #FFF;
	mask-image: url(../images/icons/arrow-down-sign-to-navigate.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	right: 7px;
	top: calc(50% - 6px);
}

*******/

header .container .dropdown .dropdown-menu {
	display: none;
	background: #f4f4f4;
	-webkit-box-shadow: var(--boxshadows-small);
	-moz-box-shadow: var(--boxshadows-small);
	box-shadow: var(--boxshadows-small);
}

header .container .dropdown .dropdown-menu ul li {
	list-style: none;
	padding: 0px 15px;
	line-height: normal;
	border-bottom: 1px solid var(--bgmeee);
}

header .container .dropdown .dropdown-menu ul li:hover {
	background: var(--bgmeee);
}

header .container .dropdown .dropdown-menu ul li a {
	color: #aaa;
	font-size: 0.875em;
	position: relative;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	height: 100%;
	display: block;
}

header .container .dropdown .dropdown-menu ul li:hover a {
	color: var(--opendark);
}

header .container .language .dropdown .dropdown-menu ul li a::before {
	position: absolute;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: block;
	content: "";
	left: 0;
	top: 14px;
}

header .container .language .dropdown .dropdown-menu ul li a.de::before {
	background: url(../images/lang/de.svg);
}

header .container .language .dropdown .dropdown-menu ul li a.en::before {
	background: url(../images/lang/en.svg);
}

header .container .dropdown:hover .dropdown-menu {
	display: block;
}

nav#mainnav {
	background: #FFF;
	min-height: 60px;
	-webkit-box-shadow: var(--boxshadows-small);
	-moz-box-shadow: var(--boxshadows-small);
	box-shadow: var(--boxshadows-small);
	text-align: center;
}

nav#mainnav > ul {
	display: inline-block;
	margin-bottom: 0;
}

nav#mainnav ul li {
	display: inline-block;
	text-align: left;
	margin-right: 15px;
	position: relative;
}

nav#mainnav ul li:last-child {
	margin-right: 0;
}

nav#mainnav ul li a {
	font-size: .875em;
	position: relative;
	padding-left: 35px;
	line-height: 60px;
	color: #aaa;
}

nav#mainnav ul li a:hover, nav#mainnav ul li.active a {
	color: var(--opendark);
}

nav#mainnav ul li a:hover::before, nav#mainnav ul li.active a::before {
	background: var(--opendark) !important;
}

nav#mainnav ul li.overview a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/dashboard.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 30px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}

nav#mainnav ul li.ausstehendejobs a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/003-tube-queue.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 28px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.failedjobs a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/002-error.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 24px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.archivjobs a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/001-document.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 19px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.edi a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/001-layers.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 21px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.serververwaltung a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/002-server.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 21px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.shopsystem a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/003-shopping-cart.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 22px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li.mdm a::before {
	background: var(--coloraaa);
	mask-image: url(../images/icons/004-data-management.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 23px;
	height: 21px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}

nav#mainnav ul li ul {
	display: none;
	position: absolute;
	width: 210px;
	top: -9999px;
	left: -9999px;
	background: #FFF;
	padding: 20px;
	z-index: 9999;
}

nav#mainnav ul li ul::before {
	background: #FFF;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 25px;
}

nav#mainnav ul li:hover ul {
	display: block;
	top: 100%;
  	left: 0px;
	-webkit-box-shadow: var(--boxshadows-small);
	-moz-box-shadow: var(--boxshadows-small);
	box-shadow: var(--boxshadows-small);
}

nav#mainnav ul li ul li {
	width: 100%;
	display: block;
}

nav#mainnav ul li.active ul li a, 
nav#mainnav ul li ul li a {
	line-height: 18px;
	padding-left: 0;
	color: var(--coloraaa);
}

nav#mainnav ul li.active ul li a:hover, 
nav#mainnav ul li ul li a:hover,
nav#mainnav ul li ul li.active a {
	color: var(--opendark);
}

nav#mainnav ul li ul li a::before {
	display: none;
}

main#main {
	padding: 80px 0;
	min-height: calc(100vh - 400px);
}

main#main .container {
	width: 80%;
	margin: 0 auto;	
}

main#main .container .topbar_main h1 {
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
}

main#main .container .topbar_main .feedback {
	display: inline-block;
	border: 3px solid var(--coloraaa);
	float: right;
	padding: 10px;
	font-size: 0.875em;
	color: #aaa;
	top: -18px;
	position: relative;
}

main#main .container .topbar_main .feedback::after {
	content: "";
	position: absolute;
	bottom: -11px;
	width: 14px;
	height: 14px;
	right: 25px;
	border-bottom: 3px solid var(--coloraaa);
	border-right: 3px solid var(--coloraaa);
	background: #f4f4f4;
	transform: rotate(45deg);
}

main#main .container .topbar_main .feedback div.img {
	float: left;
	background: var(--coloraaa);
	mask-image: url(../images/icons/feedback.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50% 50%;
	width: 40px;
	max-width: 40px;
	height: 40px;
	max-height: 40px;
	content: "";
	margin-right: 10px;
}

main#main .container .topbar_main .feedback:hover {
	border: 3px solid var(--openblue);
	color: var(--openblue);
	cursor: pointer;
}

main#main .container .topbar_main .feedback:hover div.img {
	background: var(--openblue);
}

main#main .container .topbar_main .feedback:hover::after {
	border-bottom: 3px solid var(--openblue);
	border-right: 3px solid var(--openblue);
}

main#main .container .grid-container {
	display: flex;
}

main#main .container .grid-container .etim-table {
	width: calc(75.0% - 30px);
	margin-right: 30px;
}

main#main .container .etim-table h1 {
	margin-bottom: 10px;
	color: var(--openblue);
}

main#main .container .etim-table #prodlist {
	box-shadow: var(--boxshadows-small);
}

main#main .container .etim-table #prodlist_wrapper .row:nth-child(1) {
	display: flex;
	margin: 10px 0 0 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #FFF;
	box-shadow: var(--boxshadows-small);
}

main#main .container .etim-table #prodlist_wrapper .row:nth-child(1) > div {
	width: 50%;
	order: 2;
	text-align: right;
	font-size: 14px;
}

main#main .container .etim-table #prodlist_wrapper .row:nth-child(1) > div select {
	padding: 10px;
	border: 0;
	min-width: 40px;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
}

main#main .container .etim-table #prodlist_wrapper .row:nth-child(1) > div:nth-child(2) {
	order: 1;
	text-align: left;
}

main#main .container .etim-table #prodlist_wrapper .row:nth-child(1) > div:nth-child(2) input {
	padding: 10px;
	min-width: 220px;
	border: 0;
	border-radius: 4px;
	margin-left: 10px;
}

main#main .container .etim-table #prodlist_wrapper #prodlist_info {
	display: none;
}

main#main .container .etim-table #prodlist_wrapper #prodlist_paginate ul.pagination {
	text-align: center;
	margin-top: 30px;
}

main#main .container .etim-table #prodlist_wrapper #prodlist_paginate ul.pagination li {
	display: inline-block;
	background: var(--footerbg);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	margin-right: 10px;
}

main#main .container .etim-table #prodlist_wrapper #prodlist_paginate ul.pagination li.active {
	background: var(--openblue);
}

main#main .container .etim-table #prodlist_wrapper #prodlist_paginate ul.pagination li a {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	line-height: 30px;
	display: block;
}

main#main .container .etim-table #prodlist_wrapper #prodlist_paginate ul.pagination li.active a {
	color: #FFF;
}

main#main .container .etim-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

main#main .container .etim-table table thead th {
	text-align: left;
	background: var(--footerbg);
	padding: 10px;
	margin: 0;
	border-right: 1px solid #FFF;
	border-bottom: 2px solid #aaa;
	font-size: 14px;
}

main#main .container .etim-table table thead th:nth-child(2) {
	max-width: 350px;
}

main#main .container .etim-table table thead th:last-child {
	border-right: 0;
}

main#main .container .etim-table table tbody tr.showhide { 
	display: none;
}

main#main .container .etim-table table tbody tr td {
	padding: 10px;
	font-size: 13px;
}

main#main .container .etim-table table tbody tr td a {
	color: #222;
	display: inline-block;
	transition: 0.3s all ease;
}

main#main .container .etim-table table tbody tr td a:hover {
	color: var(--openblue);
	transition: 0.3s all ease;
}

main#main .container .etim-table table tbody tr td a:nth-child(1) {
	margin-right: 5px;
}

main#main .container .etim-table table tbody tr:nth-child(2n+1) td {
	background: #FFF;
}

main#main .container .etim-table table tbody tr td:last-child {
	text-align: right;
}

main#main .container .log_overview {
	width: 25.0%;
}

main#main .container .log_overview h1 {
	margin-bottom: 20px;
}

main#main .container .log_overview .white_box {
	background: #FFF;
	padding: 20px;
	box-shadow: var(--boxshadows-small);
}

main#main .container .log_overview .white_box ul {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--bgmeee);
}

main#main .container .log_overview .white_box ul li:nth-child(1) {
	font-size: 14px;
	width: 70%;
}

main#main .container .log_overview .white_box ul li:nth-child(2) {
	font-size: 12px;
	width: 30%;
}

main#main .container .log_overview .white_box ul:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

main#main .container.etim_detail .artikeldetails {
	box-shadow: var(--boxshadows-small);
	width: calc(75% - 15px);
	margin-bottom: 30px;
}

main#main .container.etim_detail .version {
	width: calc(25% - 15px);
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow: var(--boxshadows-small);
}

main#main .container.etim_detail .version div:nth-child(2) {
	max-height: 134px;
	padding: 20px;
	font-size: 14px;
}

main#main .container.etim_detail .drag-title {
	background: #FFF;
	border-bottom: 1px solid var(--footerbg);
	padding: 20px;
	color: var(--coloraaa);
}

main#main .container.etim_detail .drag-title span {
	color: var(--opendark);
	font-weight: 500;
}

main#main .container.etim_detail label {
	width: 150px;
	display: inline-block;
	color: var(--opendark);
	font-weight: 500;
}

main#main .container.etim_detail h1 {
	margin-bottom: 30px;
	color: var(--openblue);
}

main#main .container.etim_detail .art-details {
	background: #f4f4f4;
	padding: 20px 20px 0 20px;
	display: flex;
	font-size: 0.875em;
}

main#main .container.etim_detail .art-details > div {
	width: 25%;
}

main#main .container.etim_detail .art-details-two {
	background: #f4f4f4;
	padding: 20px;
	display: flex;
	font-size: 0.875em;
}

main#main .container.etim_detail .art-details-two > div {
	width: 25%;
}

main#main .container.etim_detail .art-details-two > div:nth-child(1) {
	width: 50%;
}

main#main .container.etim_detail .klassen-table {
	width: calc(75% - 15px);
	box-shadow: var(--boxshadows-small);
}

main#main .container.etim_detail .klassen-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

main#main .container.etim_detail .klassen-table table thead tr th {
	padding: 10px;
	background: var(--coloraaa);
	border-bottom: 1px solid var(--footerbg);
	text-align: left;
	font-size: 14px;
	border-right: 1px solid #FFF;
}

main#main .container.etim_detail .klassen-table table thead tr th:last-child {
	border-right: 0;
}

main#main .container.etim_detail .klassen-table table tbody tr td {
	padding: 6px 10px;
	font-size: 14px;
	border-bottom: 1px solid var(--footerbg);
	border-right: 1px solid var(--footerbg);
}

main#main .container.etim_detail .klassen-table table tbody tr td:last-child {
	border-right: 0;
}

main#main .container.etim_detail .klassen-table table tbody tr:last-child td {
	border-bottom: 0;
}

main#main .container.etim_detail .klassen-table .dataTables_info {
	display: none;
}

main#main .container.etim_detail .synonym_table {
	width: calc(25% - 15px);
	margin-left: 30px;
	box-shadow: var(--boxshadows-small);
}

main#main .container.etim_detail .synonym_table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

main#main .container.etim_detail .synonym_table table thead tr th {
	padding: 10px;
	background: var(--coloraaa);
	border-bottom: 1px solid var(--footerbg);
	text-align: left;
	font-size: 14px;
	border-right: 1px solid #FFF;
}

main#main .container.etim_detail .synonym_table table thead tr th:last-child {
	border-right: 0;
}

main#main .container.etim_detail .synonym_table table tbody tr td {
	padding: 6px 10px;
	font-size: 14px;
	border-bottom: 1px solid var(--footerbg);
	border-right: 1px solid var(--footerbg);
}

/************DASHBOARD************/

main#main .container.main-dashboard h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}

main#main .container.main-dashboard .grid-container {
	display: flex;
	flex-wrap: wrap;
}

main#main .container.main-dashboard .col_1_of_3 {
	width: calc(33.3% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}

main#main .container.main-dashboard .col_1_of_3:nth-child(3),
main#main .container.main-dashboard .col_1_of_3:nth-child(6) {
	margin-right: 0;
}

main#main .container.main-dashboard .col_1_of_3:nth-child(4),
main#main .container.main-dashboard .col_1_of_3:nth-child(5),
main#main .container.main-dashboard .col_1_of_3:nth-child(6) {
	margin-bottom: 0;
}

main#main .container.main-dashboard .box {
	background: #FFF;
	box-shadow: var(--boxshadows-small);
	padding: 20px;
	min-height: 160px;
	overflow: hidden;
	position: relative;
}

main#main .container.main-dashboard .box.edi::after {
	background: var(--coloraaa);
	mask-image: url(../images/icons/001-layers.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
	mask-position: 50%;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	right: -50px;
	top: -50px;
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.edi:hover::after {
	background: var(--openblue);
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.server::after {
	background: var(--coloraaa);
	mask-image: url(../images/icons/002-server.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
	mask-position: 50%;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	right: -50px;
	top: -50px;
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.server:hover::after {
	background: var(--openblue);
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.shop::after {
	background: var(--coloraaa);
	mask-image: url(../images/icons/003-shopping-cart.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
	mask-position: 50%;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	right: -50px;
	top: -50px;
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.shop:hover::after {
	background: var(--openblue);
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.mdm::after {
	background: var(--coloraaa);
	mask-image: url(../images/icons/004-data-management.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
	mask-position: 50%;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	right: -50px;
	top: -50px;
	transition: background 0.3s ease;
}

main#main .container.main-dashboard .box.mdm:hover::after {
	background: var(--openblue);
	transition: background 0.3s ease;
}

/***************EDI***************/

/**EDI Jobs @ Overview**/
main#main .container.overview h1 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 30px 0;
}

main#main .container.overview .col_1_of_3 {
	width: 33.3%;
}

main#main .container.overview table {
	width: 100%;
	box-shadow: var(--boxshadows-small);
}

main#main .container.overview table thead tr th {
	background: #FFF;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

main#main .container.overview table tbody tr td {
	background: #FFF;
	text-align: left;
	font-size: 0.9375em;
	color: var(--coloraaa);
	padding: 15px 20px;
}

main#main .container.overview table tbody tr:nth-child(2n+1) td {
	background: var(--bgmeee);
}

main#main .container.overview .dataTables_wrapper .row:first-child {
	display: none;
}

main#main .container.overview .dataTables_wrapper .row:last-child {
	display: none;
}

main#main .container.overview table tbody tr td:last-child a.detail {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
	margin-right: 5px;
}

main#main .container.overview table tbody tr td:last-child a.detail:hover {
	text-decoration: underline;
}

main#main .container.overview table tbody tr td:last-child a.detail::before {
	background: var(--openblue);
	mask-image: url(../images/icons/magnifying-glass.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.overview table tbody tr td:last-child a.detail::after {
	clear: both;
	content: "";
}

main#main .container.overview table tbody tr td:last-child a.refresh {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
}

main#main .container.overview table tbody tr td:last-child a.refresh:hover {
	text-decoration: underline;
}

main#main .container.overview table tbody tr td:last-child a.refresh::before {
	background: var(--openblue);
	mask-image: url(../images/icons/refresh.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.overview table tbody tr td:last-child a.refresh::after {
	clear: both;
	content: "";
}

/**EDI Jobs @ Details**/
main#main .container.jobdetails .headline {
	width: 50%;
	vertical-align: top;
}

main#main .container.jobdetails .headline h1 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 5px 0 0;
	line-height: 41px;
	display: inline-block;
}

main#main .container.jobdetails .headline small {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	border-radius: 3px;
	padding: 2px;
}

main#main .container.jobdetails .headline small.success {
	background: #28a745;
	color: #FFF;
}

main#main .container.jobdetails .headline small.fail {
	background: #dc3545;
	color: #FFF;
}

main#main .container.jobdetails .headline small.archive {
	background: #ffc107;
	color: #FFF;
}

main#main .container.jobdetails .buttons {
	text-align: right;
	width: 50%
}

main#main .container.jobdetails .buttons a.btn {
	padding: 8px 20px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 4px;
	box-shadow: var(--boxshadows-small);
	position: relative;
}

main#main .container.jobdetails .buttons a.btn:last-child {
	margin: 0;
}

main#main .container.jobdetails .buttons a.btn-gray {
	background: ar(--bgmeee);
	border: 1px solid var(--footerbg);
	color: var(--opendark);
}

main#main .container.jobdetails .buttons a.btn-gray:hover {
	background: #FFF;
}

main#main .container.jobdetails .buttons a.btn-blue {
	border: 1px solid var(--openblue);
	color: var(--openblue);
	padding: 10px 20px 10px 45px;
}

main#main .container.jobdetails .buttons a.btn-blue::before {
	background: var(--openblue);
	mask-image: url(../images/icons/refresh.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	left: 20px;
	top: calc(50% - 10px);
}

main#main .container.jobdetails .buttons a.btn-blue:hover {
	border: 1px solid var(--openblue);
	background: var(--openblue);
	color: #FFF;
}

main#main .container.jobdetails .buttons a.btn-blue:hover::before {
	background: #FFF;
}

main#main .container.jobdetails .col_3_of_4 {
	width: calc(75% - 20px);
	float: left;
	margin-right: 20px;
}

main#main .container.jobdetails .col_3_of_4 h2 {
	margin: 30px 0 20px 0;
	font-size: 1.25em;
}

main#main .container.jobdetails .col_3_of_4 .dataTables_wrapper .row:first-child,
main#main .container.jobdetails .col_3_of_4 .dataTables_wrapper .row:last-child {
	display: block;
}

main#main .container.jobdetails .col_3_of_4 table {
	width: 100% !important;
	box-shadow: var(--boxshadows-small);
	margin-top: 0 !important;
}

main#main .container.jobdetails .col_3_of_4 table thead tr th {
	background: #FFF;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

main#main .container.jobdetails .col_3_of_4 table thead tr th:last-child {
}

main#main .container.jobdetails .col_3_of_4 table tbody tr td {
	background: #FFF;
	padding: 15px 20px;
	text-align: left;
	font-size: 0.9375em;
	color: var(--coloraaa);
}

main#main .container.jobdetails .col_3_of_4 table tbody tr td:last-child {
}

main#main .container.jobdetails .col_3_of_4 table tbody tr:nth-child(2n+1) td {
	background: var(--bgmeee);
}

main#main .container.jobdetails .col_1_of_4 {
	width: calc(25% - 0px);
	float: left;
	box-shadow: var(--boxshadows-small);
}

main#main .container.jobdetails .col_1_of_4 .head {
	background: #FFF;
	border-bottom: 1px solid var(--bgmeee);
	position: relative;
	padding: 17px 20px 18px 20px;
	font-weight: bold;
	position: relative;
	display: block;
	text-align: left;
	color: var(--opendark);
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	display: block;
}

main#main .container.jobdetails .col_1_of_4 .head::before {
	background-image: url(../images/icons/plus.svg);
	width: 24px;
	height: auto;
	content: "";
	display: block;
}

main#main .container.jobdetails .col_1_of_4 .box {
	background: #FFF;
	position: relative;
	padding: 20px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: var(--opendark);
}

main#main .container.jobdetails .col_1_of_4 .box table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}

main#main .container.jobdetails .col_1_of_4 .box button {
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	border: 1px solid var(--openblue);
	background: var(--openblue);
	color: #FFF;
	border-radius: 4px;
}

main#main .container.jobdetails .col_1_of_4 .box button:hover {
	text-decoration: underline;
	cursor: pointer;
}

main#main .container.jobdetails .col_1_of_4 .box .dataTables_wrapper .row:last-child {
	display: none;
}

/**EDI Jobs @ Dashboard**/
main#main .container.edi-jobs h1 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 30px 0;
}

main#main .container.edi-jobs .grid-container {
	display: block;
}

main#main .container.edi-jobs .col_4_of_4 {
	width: 100%;
	float: none;
}

main#main .container.edi-jobs .col_4_of_4:nth-child(1) {
	margin-bottom: 30px;
}

main#main .container.edi-jobs table {
	width: 100%;
	box-shadow: var(--boxshadows-small);
}

main#main .container.edi-jobs table thead tr th {
	background: #FFF;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

main#main .container.edi-jobs table thead tr th:nth-child(1) {
	text-align: left;
	width: 15%;
}

main#main .container.edi-jobs table thead tr th:nth-child(2) {
	text-align: left;
	width: 25%;
}

main#main .container.edi-jobs table thead tr th:nth-child(4) {
	text-align: right;
	width: 15%;
}

main#main .container.edi-jobs table tbody tr td {
	background: #FFF;
	text-align: left;
	font-size: 0.9375em;
	color: var(--coloraaa);
}

main#main .container.edi-jobs table tbody tr td a.fullwidth {
	width: 100%;
	padding: 15px 20px;
	display: block;
	position: relative;
	color: var(--coloraaa);
}

main#main .container.edi-jobs table tbody tr:hover td a.fullwidth {
	color: var(--opendark);
}

main#main .container.edi-jobs table tbody tr td:last-child {
	text-align: right;
	padding-right: 20px;
}

main#main .container.edi-jobs table tbody tr td:last-child a.refresh {
	position: relative;
	padding: 1px 0px 1px 20px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
	margin-left: 8px;
	width: auto;
}

main#main .container.edi-jobs table tbody tr td:last-child a.refresh:hover {
	text-decoration: underline;
}

main#main .container.edi-jobs table tbody tr td:last-child a.refresh::before {
	background: var(--openblue);
	mask-image: url(../images/icons/refresh.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-jobs table tbody tr td:last-child a.refresh::after {
	clear: both;
	content: "";
}

main#main .container.edi-jobs table tbody tr td:last-child a.detail {
	position: relative;
	padding: 1px 0px 1px 20px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
	width: auto;
}

main#main .container.edi-jobs table tbody tr td:last-child a.detail:hover {
	text-decoration: underline;
}

main#main .container.edi-jobs table tbody tr td:last-child a.detail::before {
	background: var(--openblue);
	mask-image: url(../images/icons/magnifying-glass.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-jobs table tbody tr td:last-child a.detail::after {
	clear: both;
	content: "";
}

main#main .container.edi-jobs table tbody tr:nth-child(2n+1) td {
	background: var(--bgmeee);
}

/**History**/
main#main .container.edi-history h1 {
	font-size: 2em;
	font-weight: 500;
	margin: 0 0 30px 0;
}

main#main .container.edi-history .col_3_of_4 {
	width: calc(75% - 0px);
	float: left;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child {
	display: flex;
	margin-bottom: 20px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child .col-md-6 {
	width: 50%;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child .col-md-6:first-child,
main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child .col-md-6:nth-child(2) {
	font-size: 12px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child .col-md-6:first-child select {
	padding: 5px 10px;
	background: #FFF;
	border-radius: 4px;
	border: 0;
	margin: 0 5px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:first-child .col-md-6:nth-child(2) input {
	padding: 6px 10px;
	background: #FFF;
	border-radius: 4px;
	border: 0;
	margin: 0 0 0 5px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child {
	display: flex;
	margin-top: 20px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-5,
main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 {
	width: 50%;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-5 .dataTables_info {
	padding-top: 0 !important;
	font-size: 12px;
	color: var(--opendark);
	line-height: 24px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 ul {
	margin: 0 !important;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 ul li {
	display: inline-block;
	margin-right: 5px;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 ul li:last-child {
	margin-right: 0;
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 ul li a {
	background: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	display: block;
	color: var(--openblue);
}

main#main .container.edi-history .col_3_of_4 .dataTables_wrapper .row:last-child .col-md-7 ul li.active a {
	background: var(--openblue);
	color: #FFF;
}

main#main .container.edi-history table {
	width: 100%;
	box-shadow: var(--boxshadows-small);
}

main#main .container.edi-history table thead tr th {
	background: #FFF;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

main#main .container.edi-history table thead tr th:nth-child(1) {
	width: 15%;
}

main#main .container.edi-history table tbody tr td {
	background: #FFF;
	padding: 15px 20px;
	text-align: left;
	font-size: 0.9375em;
	color: var(--coloraaa);
}

main#main .container.edi-history table tbody tr td:last-child {
	text-align: right;
}

main#main .container.edi-history table tbody tr td:last-child a.refresh {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
}

main#main .container.edi-history table tbody tr td:last-child a.refresh:hover {
	text-decoration: underline;
}

main#main .container.edi-history table tbody tr td:last-child a.refresh::before {
	background: var(--openblue);
	mask-image: url(../images/icons/refresh.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-history table tbody tr td:last-child a.refresh::after {
	clear: both;
	content: "";
}

main#main .container.edi-history table tbody tr td:last-child a.detail {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
	margin-right: 5px;
}

main#main .container.edi-history table tbody tr td:last-child a.detail:hover {
	text-decoration: underline;
}

main#main .container.edi-history table tbody tr td:last-child a.detail::before {
	background: var(--openblue);
	mask-image: url(../images/icons/magnifying-glass.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-history table tbody tr td:last-child a.detail::after {
	clear: both;
	content: "";
}

main#main .container.edi-history table tbody tr:nth-child(2n+1) td {
	background: var(--bgmeee);
}

/**EDI Mapping**/
main#main .container.edi-mapping .headline,
main#main .container.edi-mapping .buttons {
	width: 50%;
}

main#main .container.edi-mapping .headline h1 {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 30px;
}

main#main .container.edi-mapping .buttons { 
	text-align: right;
}

main#main .container.edi-mapping .margin-top-30 {
	margin-top: 30px;
}

main#main .container.edi-mapping .buttons a.btn {
	padding: 8px 20px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 4px;
	box-shadow: var(--boxshadows-small);
	position: relative;
}

main#main .container.edi-mapping .buttons a.btn:last-child {
	margin-right: 0;
}

main#main .container.edi-mapping .buttons a.btn-blue {
	border: 1px solid var(--openblue);
	color: var(--openblue);
	padding: 10px 20px 10px 45px;
}

main#main .container.edi-mapping .buttons a.btn-blue::before {
	background: var(--openblue);
	mask-image: url(../images/icons/plus-button.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	left: 20px;
	top: calc(50% - 10px);
}

main#main .container.edi-mapping .buttons a.btn-blue:hover {
	border: 1px solid var(--openblue);
	background: var(--openblue);
	color: #FFF;
}

main#main .container.edi-mapping .buttons a.btn-blue:hover::before {
	background: #FFF;
}

main#main .container.edi-mapping .col_3_of_4 {
	width: calc(75% - 0px);
	float: left;
}

main#main .container.edi-mapping .col_3_of_4 .dataTables_wrapper .row:first-child,
main#main .container.edi-mapping .col_3_of_4 .dataTables_wrapper .row:last-child {
	
}

main#main .container.edi-mapping .col_3_of_4 table {
	width: 100% !important;
	box-shadow: var(--boxshadows-small);
	margin-top: 0 !important;
}

main#main .container.edi-mapping .col_3_of_4 table thead tr th {
	background: #FFF;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

main#main .container.edi-mapping .col_3_of_4 table thead tr th:last-child {
}

main#main .container.edi-mapping .col_3_of_4 table tbody tr td {
	background: #FFF;
	padding: 15px 20px;
	text-align: left;
	font-size: 0.9375em;
	color: var(--coloraaa);
}

main#main .container.edi-mapping .col_3_of_4 table tbody tr td:last-child {
}

main#main .container.edi-mapping .col_3_of_4 table tbody tr:nth-child(2n+1) td {
	background: var(--bgmeee);
}

main#main .container.edi-mapping .col_3_of_4 table tbody tr:nth-child(2n+1) td:last-child {
}

main#main .container.edi-mapping table tbody tr td:last-child a.refresh {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
}

main#main .container.edi-mapping table tbody tr td:last-child a.refresh:hover {
	text-decoration: underline;
}

main#main .container.edi-mapping table tbody tr td:last-child a.refresh::before {
	background: var(--openblue);
	mask-image: url(../images/icons/refresh.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-mapping table tbody tr td:last-child a.refresh::after {
	clear: both;
	content: "";
}

main#main .container.edi-mapping table tbody tr td:last-child a.detail {
	position: relative;
	padding: 1px 0px 1px 25px;
	float: right;
	font-size: 0.875em;
	color: var(--openblue);
	text-transform: uppercase;
	margin-right: 5px;
}

main#main .container.edi-mapping table tbody tr td:last-child a.detail:hover {
	text-decoration: underline;
}

main#main .container.edi-mapping table tbody tr td:last-child a.detail::before {
	background: var(--openblue);
	mask-image: url(../images/icons/magnifying-glass.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50%;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 8px);
}

main#main .container.edi-mapping table tbody tr td:last-child a.detail::after {
	clear: both;
	content: "";
}

main#main .container.edi-mapping .col_1_of_4 {
	width: calc(25% - 0px);
	float: left;
	box-shadow: var(--boxshadows-small);
}

main#main .container.edi-mapping .col_1_of_4 .head {
	background: #FFF;
	border-bottom: 1px solid var(--bgmeee);
	position: relative;
	padding: 17px 20px 18px 20px;
	font-weight: bold;
	position: relative;
	display: block;
	text-align: left;
	color: var(--opendark);
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	display: block;
}

main#main .container.edi-mapping .col_1_of_4 .head::before {
	background-image: url(../images/icons/plus.svg);
	width: 24px;
	height: auto;
	content: "";
	display: block;
}

main#main .container.edi-mapping .col_1_of_4 .box {
	background: #FFF;
	position: relative;
	padding: 0px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: var(--opendark);
}

main#main .container.edi-mapping .col_1_of_4 .box table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}

main#main .container.edi-mapping .col_1_of_4 .box table thead tr th {
	width: 50% !important;
}

main#main .container.edi-mapping .col_1_of_4 .box table tbody tr.active td {
	background: var(--bgmeee) !important;
}

main#main .container.edi-mapping .col_1_of_4 .dataTables_wrapper .row:first-child,
main#main .container.edi-mapping .col_1_of_4 .dataTables_wrapper .row:last-child {
	display: none !important;
}

main#main .container.edi-mapping .col_1_of_4 .box div label {
	width: 100%;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

main#main .container.edi-mapping .col_1_of_4 .box div input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: var(--bgmeee);
}

main#main .container.edi-mapping .col_1_of_4 .box div select {
	width: calc(50% - 7px);
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: var(--bgmeee);
}

main#main .container.edi-mapping .col_1_of_4 .box div select:nth-child(2) {
	margin-right: 0;
}

main#main .container.edi-mapping .col_1_of_4 .box div input[type="submit"] {
	background: var(--openblue);
	border: 1px solid var(--openblue);
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}

main#main .container.edi-mapping .col_1_of_4 .box div input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
	opacity: 1;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding: 0px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header {
	background: #FFF;
	text-align: center;
	border-bottom: 1px solid var(--bgmeee);
}

.modal-header h1 {
	color: var(--bgmgreen);
	font-size: 24px;
	font-weight: 300;
	padding: 45px 0px;
}

.modal-content {
	background-color: var(--bgf4f4);
	margin: 10% auto; /* 15% from the top and centered */
	position: relative;
	padding: 0px;
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	max-width: 660px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-body {
	padding: 40px 40px 40px 40px;
	font-size: 15px;
}

.modal-body .tab-head {
	margin-bottom: 20px;
	max-width: 75%;
}

.modal-body fieldset {
	border: none;
	margin: 20px 0 0 0;
}

.modal-body fieldset > div label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
	color: var(--bgmaaa);
}

.modal-body fieldset div label input[type="radio"] {
	background: #000;
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}

.modal-body fieldset .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.modal-body fieldset input ~ .checkmark {
	background-color: #FFF;
}

.modal-body fieldset input:checked ~ .checkmark {
	background-color: var(--bgmgreen);
	border: 1px solid var(--bgmgreen);
}

.modal-body fieldset .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.modal-body fieldset input:checked ~ .checkmark:after {
  display: block;
}

.modal-body fieldset .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-body select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid var(--footerbg);
	border-radius: 0;
	font-size: 14px;
	width: 100%;
	padding: 10px 15px;
	color: var(--bgmaaa);
	background-image:
    linear-gradient(45deg, transparent 50%, var(--bgmaaa) 50%),
    linear-gradient(135deg, var(--bgmaaa) 50%, transparent 50%),
    linear-gradient(to right, #ddd, #ddd);
  	background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0em;
  	background-size: 5px 5px, 5px 5px, 1px 4em;
  	background-repeat: no-repeat;
}

.modal-body input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid var(--footerbg);
	border-radius: 0;
	font-size: 14px;
	width: calc(100% - 32px);
	padding: 10px 15px;
	color: var(--bgmaaa);
}

.modal-body textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Roboto';
	border: 1px solid var(--footerbg);
	border-radius: 0;
	font-size: 14px;
	min-height: 120px;
	width: calc(100% - 38px);
	padding: 10px 15px;
	color: var(--bgmaaa);
}

.modal-body .half {
	width: calc(50% - 12px);
	margin-right: 15px;
	display: inline-block;
}

.modal-body .half:last-child {
	margin-right: 0px;
}

.modal-body .submit_container {
	margin-top: 20px;
	text-align: center;
}

.modal-body button#prevBtn {
	display: none !important;
}

.modal-body button#nextBtn {
	background-color: rgba(153, 204, 51, 1);
	padding: 15px 20px;
	color: #FFF;
	display: inline-block;
	margin: 0px 10px 0 0;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: 1px solid var(--bgmgreen);
}

.modal-body button#nextBtn:hover {
	background-color: rgba(153, 204, 51, 0.8);
}

.modal-body button#closeBtn {
	background-color: transparent;
	padding: 15px 20px;
	display: inline-block;
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: 1px solid var(--footerbg);
	color: var(--bgmaaa);
}

.modal-body button#closeBtn:hover {
	background-color: var(--bgmaaa);
	border: 1px solid var(--bgmaaa);
	color: var(--bgmdark);
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: #FFF;
	float: right;
	font-size: 28px;
	font-weight: 400;
	position: relative;
	top: -30px;
	right: -20px;
}

.close:hover,
.close:focus {
	color: var(--bgmgreen);
	text-decoration: none;
	cursor: pointer;
}

/****Data Table****/
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
	bottom: 20px;
}

/****FOOTER****/

footer#footer {
	width: 100%;
	padding: 50px 0;
	background: var(--footerbg);
	font-size: 0.875em;
}

footer#footer .container {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

footer#footer .container .grid-1-of-2 {
	width: 50%;
}

footer#footer .container .grid-1-of-2:nth-child(2) {
	text-align: right;
}

footer#footer .container .grid-1-of-2:nth-child(2) a {
	color: var(--openblue);
	font-weight: bold;
}