/* New wizard (simplify wizard for generator) */
.new-wizard .progress {
	margin-bottom:-0px;
	border-radius:0;
}

.new-wizard .uk-modal-header {
	border-bottom:0;
}

.new-wizard .uk-modal-body {
	height: 510px;
}

.new-wizard .uk-modal-body .uk-grid {
	height: calc(100% - 12px); /* 12 px is progress height */
}

#exam.new-wizard .uk-modal-body .uk-grid {
	height: calc(100% - 83px); /* 12 px is progress height + nav buttons 71px height */
}

.new-wizard .uk-modal-body .content {
	padding: 25px;
}

.new-wizard .uk-modal-body .steps {
	background-color: #dfe5e6;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.new-wizard .uk-modal-body .steps li {
	/*cursor: pointer;*/
	padding-left:20px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:20px;
	color:#686868;
	font-size:14px;
}
.new-wizard .uk-modal-body .steps li.selected {
	color:#E3E3E3;
	background-color: #0088cc !important;
}

.new-wizard .uk-modal-body .steps li.completed {
	color:#d1ced3;
	background-color: #484848;
}

.new-wizard .uk-modal-footer button:not(:first-child) {
	margin-left: 10px;
}

.new-wizard .middleTitle {
	color: #ffffff;
	font-size: 1.2em;
}


/* Old wizard */

.wizard select {
	min-width: 180px;
	width: auto;
}

.wizard select:disabled {
	color:graytext;
}

.wizard-body{
	padding:0px;
	height:440px;
}

.wizard .progress{
	margin-bottom:-0px;
	border-radius:0;
}

.wizard .menu {
	float:left;
	background-color: #dfe5e6;
	width:20%;
	height:100%;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.wizard .form hr{
	margin-top:25px;
	margin-bottom:25px;
}
.wizard .form {
	float:left;
	width:80%;
	height: 98%;
}

.stepform {
	overflow-y: auto;	
}

.wizard .form .content {
	padding: 25px 25px 0 25px;
	/*height: calc(90% - 10px);
	height: 420px;*/
}

.wizard .uk-modal-body {
	overflow: hidden !important;
}

.wizard .form .content h3{
	font-size:18px;
}

.wizard .form .content h2{
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.wizard .form .content h4{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}

.wizard .form .botonera {
	
	/*margin-top:50px;*/
	padding: 17px 19px 25px 16px;
}

.wizard .form .botonera button:not(:first-child) {
	margin-left: 10px;
}

.wizard .form input.ng-invalid.ng-dirty {
	background-color: #EB7171;
}

/*.wizard .form input.ng-valid.ng-dirty {
	background-color: #99D7A2;
}*/

.wizard .menu li{
	/*cursor: pointer;*/
	padding-left:20px;
	padding-top:13px;
	padding-bottom:13px;
	color:#b3b3b3;
	font-size:16px;
}
/*.wizard .menu li:hover, .wizard .menu li.selected{
	color:#FFF;
	background-color: #0088cc;
}*/

.wizard .menu li.selected{
	color:#d1ced3;
	background-color: #0088cc;
}

.wizard .form .mapping-lateral {
	height: 100%;
	width: 25%;
	float:left;
	background-color: #f4f4f4;
	position: relative;
}

.wizard .form .mapping-lateral li{
	/*cursor: pointer;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:13px;*/
	font-size:12px;
}

/*.wizard .form li:hover, .wizard .form .mapping-lateral li.selected{
	font-weight: bold;
	background-color: #FFFFFF;
}*/

.wizard .form .mapping-lateral li.selected{
	font-weight: bold;
	background-color: #FFFFFF;
}

.wizard .form .mapping-central {
	height: 100%;
	width: 75%;
	float:right;
	background-color: #FFFFFF;
}

.wizard .form .mapping-central .non-scrollable {
	overflow-y:hidden;
	/*height: 10%;*/
}

.wizard .form .mapping-central .scrollable {
	overflow-y:auto;
	height: 460px;
}

.wizard .form .mapping-central table{
	width:100%;
}

.wizard .form .mapping-central table tr{
	border-bottom:1px solid #f4f4f4;
	/*cursor: pointer;*/
}

.wizard .form .mapping-central .btnaction {
	right:14px;
	top:80px;
}

.wizard .form .mapping-central table th, .wizard .form .mapping-central table td {
	width: 47%;
	text-align: center;
}

.wizard .form .mapping-central table th {
	background-color: #484848;
	color:white;
}

.wizard .form .mapping-central table tr.editing {
	background-color:#d2faff;

	font-weight: bold;
	height: 45px;
}

.wizard .form .mapping-central table tr.editCtrls {
	/*background-color: rgb(248, 254, 241);*/
	background-color: #f1f1f1;
	
	height: 40px !important;

}

.wizard .form .mapping-central table tr.footerEditCtrls {
	background-color: rgb(248, 254, 241);
	
}

.wizard .form .mapping-central table tr.editCtrls:last-child>td {
	border-top: none;
}

.wizard .form .mapping-central table tr.editCtrls>td {
	text-align: center;
	vertical-align: middle;
}

.wizard .form .mapping-central table .editCtrls .form-control {
	display: inline;
	width: 138px;
	padding: 0 0 0 5px;
	font-size: small;
	font-weight: normal;
}

.inputAndButton input, .inputAndButton button {
	vertical-align: middle;
}

.form-group{
	height:27px;
}

.stepProgress {
	position: absolute;
	bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	width: calc(20% - 50px);
}

.comboLoadConf {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc(100% - 30px);
	line-height: 16px;
	font-size: 13px;
}

.comboLoadConf select {
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
}

.inputAreaName input {
	display: inline;
	width: calc(100% - 50px);
}

.inputAreaName button {
	margin-bottom: 3px;
}

.wizard .form .mapping-lateral button {
	border: none;
  	background: none;
  	text-align: left;
	cursor: pointer;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:13px;
}

.wizard .form .mapping-lateral button:disabled {
	cursor: default;
}
.wizard .form .mapping-lateral button:hover:enabled{
	background-color: #FFFFFF;
}

.wizard .form#analytes-form{
	overflow: auto;
}

.transactionStep{
	float:left;
	width: 100%;
	padding-bottom: 5px;
}

.wizard .form .demographicMappingidentifiers {
	width: 100%;
	float:left;
}

.wizard .form .demographicMappingidentifiers .scrollable {
	height: 420px;
}