/* Title */
.logo {
	padding: 25px 0;
	text-align: center;
}

.logo img {
	width: 270px;
	height: auto;
}

.jqx-grid-column-header {
	/* z-index:20!important; */
}

.jqx-loader-modal {
	z-index:300 !important;
}

/* Form Module */
.form-module {
	position: relative;
	max-width: 320px;
	width: 100%;
	border-top: 5px solid #dddddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.form-module .form {
	padding: 40px;
	background: #f2f5f7;
}

.form-module h2 {
	margin: 0 0 20px;
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

.form-module #username, .form-module #password, .form-module #pwd1, .form-module #pwd2, .form-module #btn-sub {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.form-module #keep {
	margin-bottom: 30px;
}

.form-module #forgotPassword {
	text-align:center;
	cursor:pointer;
	color:#394A62;
}

/* profiled area */
.menu-header {
	border-width:1px;
	border-style:solid;
	padding:5px;
	margin-bottom:3px;
	height:27px;
}

.menu-header-inner {
	display:inline-block;
	margin-right:10px;
	position:relative;
}

.menu-header-inner-button {
	display:inline-block;
	position:relative;
	float:left;
}

.menu-header-inner-list {
	display:inline-block;
	position:relative;
	float:left;
}

.header {
	height: 120px;
}

.menu {
	margin-bottom:3px;
}

input.error, select.error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a;
}

label.error {
	float: right;
	margin-left: 100px;
	font-size: .8em;
	color: #ffffff;
}

#data-container fieldset {
	border: 1px solid rgb(164, 190, 212);
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#data-container legend {
	padding: 5;
	border: 1px solid rgb(164, 190, 212);
}

#data-container > div {
	margin-bottom:5px;
}

#data-container .insert-data-row {
	margin-bottom: 5px;
	display: flex;
}

#data-container .insert-data-row-label {
	width:50%;
	display:inline-block;
	text-align:right;
	margin-right:5px;
	margin-top:auto;
	margin-bottom:auto;
}

#data-container .insert-data-row-value, #data-container .show-data-row-value {
	width: 50%;
	display: inline-block;
	margin-top: auto;
}

#data-container .show-data-row-value {
	color: #777777;
}

#data-container .next-step {
	width: 150px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

/* Bugfix for checkbox in edit mode */
.checkbox-opacity > div > div > span {
	opacity: 1 !important;
}

#data-container input {
	width: 200px;
	height: 25px;
	color: #000000;
}

#data-container .next-step, #data-container .complete-step {
	width: 150px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.inputFileCSV {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#instrument-csv-series-cancel-img {
	cursor: pointer;
	height: 12px;
}