* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hide {
	display: none;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.main-container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* HEADER------------------ */

.container-header {
	width: 100%;
}

.container-header > .row {
	display: flex;
    flex-flow: row wrap;
}

.header-bottom {
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	display: flex;
	flex-flow: row wrap;
}

.header-column-company-logo {
	display: flex;
	flex: 1 1 100%;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}

.column-logout {
	display: flex;
	flex: 1 1 20%;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}

/* ------------------------ */

/* LOGIN------------------- */

/* ------------------------ */

/* ERROR------------------- */

.container-error {
	max-width: 600px;
	margin: auto;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	border-color: #666666;
	border-width: 5px;
	box-shadow: 0 1px 0 #cfcfcf;
	display: flex;
	flex-direction: column;
}

.column-left {
	display: flex;
	flex: 1 1 30%;
	justify-content: center;
	align-items: center;
}

.column-right {
	display: flex;
	flex: 1 1 70%;
	justify-content: flex-start;
	align-items: flex-start;
}

.back-wrapper {
	padding-top: 20px;
}

/* ------------------------ */

/* FORM-------------------- */

.page-wrapper {
	width: 100%;
	min-height: 568px;
	background-color: #ffffff;
	padding-left: 10%;
	padding-right: 10%;
}

#divisionType {
	width: 250px;
	text-align-last: center;
}

#dataSetFileName {
	width: 400px;
}

#projectSelection {
	width: 250px;
}

.mandatory {
	color: #ff0000;
}

#mandatory-msg {
	font-size: 10px;
}

.naming-standard {
	font-size: 10px;
}

p {
	margin: 10px 0;
}

#success-msg, #error-msg {
	margin-top: 25px;
}

#generate-data-button, #new-process-button {
	text-align: left;
	margin-top: 25px;
}

input {
	line-height: normal;
}

.card {
	border: 2px solid #006B54;
}

.card-header {
	background: #006B54;
}

.card-header h4 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
}

.form-grouping {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

.multiselect-container {
	border: 2px solid #006B54;
}

button .btn {
	border: 2px solid #ffdd00;
}

.multiselect-reset {
	background: #ffdd00;
	border: 2px solid #ffdd00;
	color: #000000;
	font-weight: bold;
}

.dealer-option-container {
	display: inline-block;
	width: 100px;
}

.dealer-option-column-left {
	display: inline-block;
	width: 80px;
	float: left;
}

.dealer-option-column-right {
	display: inline-block;
	width: 20px;
	float: right;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text,
.input-group-btn {
	width: 40px;
	height: 40px;
	padding: 0px;
}

.btn:focus,.btn:active,
.multiselect-clear-filter.input-group-text {
	outline: none !important;
	box-shadow: none;
 }

i.input-group-text.fas.fa-search {
	padding-top: 10px !important;
}

.multiselect-clear-filter.input-group-text .fas.fa-times {
	padding-left: 15px !important;
}

.form-control.multiselect-search {
	height: 40px !important;
}

.input-group-btn {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
    border-radius: 0.25rem;
}

/* ------------------------ */

/* BUTTONS----------------- */

.group-btn .btn.btn-primary.btn-md,
#generateData,
#newProcess {
	background-color: #ffdd00;
	border-color: #ffdd00;
	color: #000000;
	font-weight: bold;
}

.login-button,
.logout-button {
	width: 120px;
}

.close-button {
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}

/* ------------------------ */


/* We hide the <select> boxes to avoid flicker while bootstrap prettifies them */
.no-display {
	display: none;
}

.error-note {
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
}


.content {
	max-width: 800px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #777777;
	border-radius: 5px;
}

.flex_container {
	display: flex;
	flex-direction: column;
}

.flex_container > div {
}

.emphasis {
	font-weight: bold;
}

.header-top {
	width: 100%;
	max-width: 100%;
	background-color: #777777;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #777777;
	border-radius: 5px;
}

.header-text {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.page-header-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	padding-left: 1cm;
	padding-right: 1cm;
	margin-bottom: 3mm;
}

.page-header {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.page-header-text {
	font-size: 16px;
	color: #222222;
	padding-top: 3px;
	padding-bottom: 3px;
}

.page-header-left {
	text-align: left;
}

.page-header-right {
	text-align: right;
	flex: 1;
}


.container-content {
	width: 100%;
	margin-left: 1cm;
	margin-right: 1cm;
}

.container-login {
	max-width: 500px;
	width: 100%;
	margin: auto;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	border-color: #666666;
	border-width: 5px;
	box-shadow: 0 1px 0 #cfcfcf;
	display: flex;
	flex-direction: column;
}

.form-login {
	flex: 1 1 auto;
}

table.std {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 2px;
}

.overlay {
	background-color: #606060;
	height:100vh;
	width: 100vw;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}
.overlay-inner {
	height:100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

