@font-face {
	font-family: proximanova-regular;
	src: url('../../external/font/proximanova-regular-webfont.eot');
	src: url('../../external/font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../external/font/proximanova-regular-webfont.woff') format('woff'), url('../../external/font/proximanova-regular-webfont.woff2') format('woff2'), url('../../external/font/proximanova-regular-webfont.ttf') format('truetype'), url('../../external/font/proximanova-regular-webfont.svg#proximanova-regular') format('svg');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: proximanova-bold;
	src: url('../../external/font/proximanova-bold-webfont.eot');
	src: url('../../external/font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../external/font/proximanova-bold-webfont.woff') format('woff'), url('../../external/font/proximanova-bold-webfont.woff2') format('woff2'), url('../../external/font/proximanova-bold-webfont.ttf') format('truetype'), url('../../external/font/proximanova-bold-webfont.svg#proximanova-bold') format('svg');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: proximanova-semibold;
	src: url('../../external/font/ProximaNova-Semibold.eot');
	src: url('../../external/font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../../external/font/ProximaNova-Semibold.woff') format('woff'), url('../../external/font/proximanova-bold-webfont.woff2') format('woff2'), url('../../external/font/ProximaNova-Semibold.ttf') format('truetype'), url('../../external/font/ProximaNova-Semibold.svg#proximanova-bold') format('svg');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
	/*outline:none;*/
}

body {
	 -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    font-size:16px;
    line-height: 1.5 !important;
    letter-spacing: 1.92px !important;
    word-spacing: 2.56px !important;
    font-family:'proximanova-regular';
}

.template {
	width: 840px;
	margin: 0 auto;
	display: block;
}

.wrapper {
	float: left;
	width: 100%;
	background: #ebebeb;
	position: relative;
	color: #07245A;
}

h2 {
	font-family: 'proximanova-semibold';
	font-size: 22px;
}

.expected-ratio .phenotype p {
	font-family: 'proximanova-semibold';
}

header,
section,
footer {
	width: 100%;
	float: left;
}

header {
	padding: 10px 2%;
}

header .logo {
	float: left;
}

header .title {
	float: left;
	padding: 7px 15px;
	color: #07245A;
	font-size: 25px;
}

footer {
	float: left;
	color: #07245A;
	font-size: 10px;
	text-align: right;
	padding: 5px 2%;
}

section {
	background: #fcfcfc;
	padding: 10px 30px;
	margin: 0 2%;
	width: 96%;
}

section .example-topic {
	margin-bottom: 15px;
}

.grplabel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	margin: 10px auto;
	width: 580px;
}

.cellDisable {
	background-color: #dfdfdf;
	border: 2px solid #444 !important;
	background-blend-mode: normal;
	opacity: 1;
	cursor: default;
	color: #aaaaaa;
	pointer-events: none;
}

section .alert-msg {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'proximanova-semibold';
	font-size: 20px;
	padding: 4px 0;
	margin: 10px 0px 0px 0px;
	height: 32px;
	background: #E01A24;
	color: #fff;
	display: none;
	font-weight: bold;

}

section .alert-msg.green {
	color: #fff;
}

section .alert-msg.red {
	color: #fff;
}

section .button-area {
	display: block;
	margin: 10px 80px;
	float: right;
}

section .button-area button {
	width: 170px;
	background: #fff;
	height: 40px;
	border: 0;
	font-size: 18px;
	color: #E01A24;
	margin: 0 7px;
	cursor: pointer;
	border: 2px solid #E01A24;
	font-weight: bold;
	cursor: pointer;
}

section .button-area button:hover {
	background: #E01A24;
	color: #fff;
}

section .button-area button:active {
	background: #E01A24;
	color: #fff;
}

section .button-area button:focus {
	background: #E01A24;
	color: #fff;
}

section .button-area button[disabled] {
	background: #fff;
	border: 2px solid lightgrey;
	color: lightgrey;
	cursor: default;
}

.close_btn:focus {
	background: #E01A24;
	color: #fff;
}

#btnYes:focus {
	background: #E01A24;
	color: #fff;
}

#btnNo:focus {
	background: #E01A24;
	color: #fff;
}


section .lead {
	font-size: 16px;
}

ul.drag-area,
ul.drop-area {
	list-style: none;
	float: left;
}

.drag-drop-section {
	float: left;
	width: 740px;
}

.drag-area {
	width: 400px;
}

.drop-area {
	width: 340px;
}

.draggable {
	width: 130px;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 10px 10px;
	/*border-right: 1px solid gray;*/
	height: 165px;
}

.drag-area li:nth-child(3) .draggable,
.drag-area li:nth-child(6) .draggable {
	border-right: 0px;
}

.drag-area li:nth-child(1),
.drag-area li:nth-child(2),
.drag-area li:nth-child(3) {
	/*border-bottom: 1px solid gray;*/
}

.draggable img {
	position: relative;
	top: 5px;
	height: 140px;
	width: 120px;
}

.drop-area li {
	position: relative;
    float: left;
    top: 8px;
    height: 170px;
}

.droppedDisable {
	background-blend-mode: multiply;
	opacity: 0.5;
	cursor: default;
}

.droppable img {
	height: 140px;
	width: 120px;
}

.form-group {
	width: 80%;
}

p.drop_label {
	position: absolute;
	float: left;
	width: 100%;
	left: 0;
	bottom: 5px;
	text-align: center;
	font-family: 'proximanova-semibold';
	font-style: italic;
	z-index: 1;
	display: none;
}

.draggable span {
	font-family: 'proximanova-semibold';
	display: none;
}

span#spanItalic {
	font-style: italic
}

;

.drop-area {
	float: left;
	width: 300px;
}

.drop-area li .droppable {
	border: 5px solid #E01A24;
	height: 160px;
	width: 140px;
	background: #fff;
	border-radius: 10px;
	float: left;
	margin: 4px 10px 0px;
	position: relative;
	text-align: center;
	padding: 5px;
}

.drag-area li {
	position: relative;
	float: left;
}

.expected-input-fields {
	float: left;
	width: 100%;
	font-size: 16px;
}


.expected-ratio {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #07245A;
	width: 48%;
	margin-right: 2%;
}

.expected-ratio.genotype {
	margin-right: 0px;
}

.expected-input-fields .expected-ratio {
	float: left;
	background: #fff;
	color: #07245A;
	padding: 15px;
	height: 285px
}

.phenotype p {
	padding-bottom: 5px;
	width: 100%;
	float: left;
	text-align: left;
	font-family: 'proximanova-semibold';
}

.expected-input-fields.disabled * {
	color: lightgrey;
}

.expected-input-fields.disabled .expected-ratio {
	background: #fff;
	font-size: 16px;
	border: 1px grey solid;
}

.form-group,
.form-group .lable,
.form-group .inputs,
.form-group .inputs * {
	float: left;
}

.form-group .lable {
	margin-top: 10px;
}

.form-group .inputs span {
	margin-top: 4px;
	margin-right: 5px;
}

.form-group .inputs {
	border: 1px solid;
	margin: 0px 9px 9px;
}

.phenotype .form-group .lable {
	width: 70px;
	text-align: right
}

.genotype .form-group .lable {
	width: 50px;
	text-align: right;
	font-style: italic
}

[type="text"] {
	width: 65px;
	height: 34px;
	margin: 3px 5px;
	padding: 10px 0;
	font-family: 'proximanova-semibold';
	text-align: center;
	font-size: 17px;
	border: 0;
}

.form-group.lastOne {
	clear: both;
}

.subMenu {
	display: none;
}

.drag-area li:focus .subMenu {
	display: block;
}

.subMenu:focus {
	display: block;
}


.popup-layer {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	display: none;
	background: rgba(128, 128, 128, .7)
}

.popubox_layer {
	display: table;
	width: 100%;
	height: 100%;
}

.table-row {
	display: table-row;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.table-layer {
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 5px 6px 5px rgba(111, 107, 90, 0.60);
	-moz-box-shadow: 5px 6px 5px rgba(111, 107, 90, 0.60);
	-webkit-box-shadow: 5px 6px 5px rgba(111, 107, 90, 0.60);
	border-width: 2px;
	border: 1px solid #07245A;
	height: 740px;
	z-index: 1;
	position: relative;
}

.help_header {
	height: 50px;
	background-color: #07245A;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}


.close_btn {
	width: 150px;
	background: #fff;
	height: 40px;
	border: 0;
	font-size: 20px;
	margin: 0 auto;
	cursor: pointer;
	border: 2px solid #E01A24;
	color: #E01A24;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	margin-left: 300px;
}

.close_btn:hover {
	background: #E01A24;
	color: #fff;
}

.table-layer_content {
	padding-top: 55px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	font-size: 15px;
	z-index: 1;
}

.pop_textbox {
	width: 670px;
	padding: 10px;
	font-family: 'proximanova-regular';
	font-family: 'proximanova-semibold';
}

.pop_textbox p.seeds_data {
	font-style: italic;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.pop_textbox .seeds_data {
	font-style: italic;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.pop_textbox p.Genotype_dataright {
	font-style: italic;
}

.aligntext {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid;
	padding: 5px;

}

.w-100 {
	width: 130px;
}

.dTable {
	margin: 5px auto;
	display: table;
	width: 400px;
}

.rTable {
	display: table;
	width: 400px;
	text-align: center;
	font-family: 'proximanova-regular';
	font-family: 'proximanova-semibold';
	font-style: italic;
	margin: auto;
}

.rTableRow {
	display: table-row;
}

.rTableHeading {
	display: table-header-group;
}

.rTableCell {
	display: table-cell;
	padding: 3px 10px;
	border: 1px solid #07245A;
	text-align: left;
}

.rTableHead {
	display: table-cell;
	padding: 3px 10px;
}

.rTableHeading {
	display: table-header-group;
	font-family: 'proximanova-semibold';
}

.rTableFoot {
	display: table-footer-group;
	font-family: 'proximanova-semibold';
	background-color: #fff;
}

.rTableBody {
	display: table-row-group;
}

.rTableCell:first-child {
	border: 1px solid black !important;
	width: 13%;
}

ul.tabBoxTbl {
	position: absolute;
	right: -210px;
	width: 225px;
	list-style: none;
	background: grey;
	font-family: 'proximanova-semibold';
	font-size: 16px;
	color: #fff;
	z-index: 9;
	display: none;
}

.tabBoxRow {
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	padding-left: 7px;
	height: 25px;


}


.tabBoxRow:focus {
	background-color: red;
}

.tabBoxRow:last-child {
	border: none;
}

.tabBoxTbl:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(110, 63, 1, 0);
	border-right-color: grey;
	border-width: 7px;
	margin-top: -7px;

}


.expected-input-fields p {
	font-family: 'proximanova-bold';
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size: 16px;
}

header {
	height: 65px;
}

section {
	padding-top: 20px;
	padding-bottom: 20px !important;
}

.button-area {
	margin-bottom: 0px !important;
	margin-top: 15px !important;
}

footer {
	height: 25px !important;
}

.alert-msg {
	min-height: 35px;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}

.expected-input-fields .expected-ratio p {
	padding-bottom: 5px !important;
	margin-bottom: 20px;
	text-align: center;
}

.drag-area {
	margin: 0;
}

.expected-ratio.phenotype,
.expected-ratio.genotype {
	display: inline-block;
	border: 1px solid grey;
}

.expected-input-fields {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}


.pheno_content_1,
.pheno_content_2,
.geno_content_1,
.geno_content_2 {
	width: 100%;
}


.pheno_content_left,
.geno_content_left {
	float: left;
	width: 30%;
	padding: 5px 0;
	border: 1px solid #000;
	padding-left: 10px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
}


.pheno_content_right,
.geno_content_right {
	float: left;
	width: 68%;
	padding: 5px 0;
	border: 1px solid #000;
	padding-left: 10px;
	height: 40px;
	font-size: 16px;
}

.geno_help_content {
	padding-top: 25px;
}


#btnYes,
#btnNo {
	width: 125px;
	background: #fff;
	height: 40px;
	border: 0;
	font-size: 20px;
	margin: 0 auto;
	cursor: pointer;
	border: 2px solid #E01A24;
	color: #E01A24;
	text-align: center;
	font-weight: bold;
	/* margin-left: 300px; */
	margin-bottom: 40px;
}

#btnYes:hover,
#btnNo:hover {
	background: #E01A24;
	color: #fff;
}

.popup-overlay {
	visibility: hidden;
	position: absolute;
	/* Positioning and size */
	width: 840px;
	height: 100vh;
	background-color: rgba(128, 128, 128, 0.7);
	/* color */
	z-index: 1;
}

.popup-content {
	visibility: hidden;
	/* padding: 58px; */
	font-size: 18px;
	position: absolute;
	background: #fff;
	left: 14%;
	top: 34%;
	border: 1px solid grey;

}

.popup-overlay.active {
	visibility: visible;
	text-align: center;
	width: 840px;
}


.popup-content.active {
	visibility: visible;
}

.disabledLabelCls {
	color: lightgrey;
	cursor: default;

}

.dragLabel {
	font-size: 16px;
	font-weight: bold;
}

#itext2 {
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}


#itext3 {
	position: relative;
	text-align: left;
	display: inline-block;
}

#itext4 {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	color: #07245A;
}

#label_1 {
	width: 235px;
}

#label_2 {
	width: 158px;
    margin-top: -32px;
    margin-left: 493px;
    text-align: center;
}

.span_drop {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	top: 40%;
	left: 38%;
	z-index: 1;
}

input.error {
	border: red thin solid;
}

span.errtext {
	margin-bottom: 1em;
	padding: .25em 1.4em .25em .25em;
	border: red thin solid;
	background-color: #EEEEFF;
	background-image: url('images/iconError.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.pheno-error,
.geno-error {
	clear: both;
}

.headpopupcls {
	width: 100%;
	padding: 50px;
}

.myError {
	border: 1px solid black;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}

#btnAccess {
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
	float: right;
}

#close_btnAccess {
	width: 150px;
	background: #fff;
	height: 40px;
	border: 0;
	font-size: 20px;
	color: #000;
	margin: 0 auto;
	cursor: pointer;
	border: 2px solid #E01A24;
	color: #E01A24;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#close_btnAccess:hover {
	background: #E01A24;
	color: #fff;
}

#close_btnAccess:focus {
	background: #E01A24;
	color: #fff;
}

#close_btnAccess:active {
	background: #E01A24;
	color: #fff;
}

.popup-overlay-access {
	visibility: hidden;
	position: absolute;
	/*Positioning and size */
	width: 840px;
	height: 100%;
	background-color: rgba(128, 128, 128, 0.8);
	/* color */
	z-index: 1;
}

.popup-content-access {
	visibility: hidden;
	font-size: 18px;
	position: absolute;
	background: #fff;
	left: 5%;
	top: 14%;
	border: 1px solid grey;
	width: 752px;
}

.popup-content-access p {
	padding: 20px;
	text-align: left;
}

.popup-overlay-access.active {
	visibility: visible;
	text-align: center;
	width: 840px;
}

.popup-content-access.active {
	visibility: visible;
}