/*Georgina CSS inputs*/

.formHolder .unit .unit:last-child {
    padding-right: 10px;
}

.formHolder .unit .unit:first-child {
    padding-left: 10px;
}

.formHolder input, .formHolder select {
    width: 100%;
    border: 1px solid #FFFFFF;
    color: #265391;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
    padding: 9px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

.formHolder input.add {
    width: 100%;
}

.sec-half.unit.p100 {
    border-top: 2px dashed #E6E6E6;
}

.formHolder.unit.p100 {
    border: 2px solid #EEEFF1;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px;
    background: #EEEFF1;
}

.formHolder h2 {
    margin: 0px !important;
    text-transform: uppercase;
}

.grp-title {
    position: absolute;
    top: -15px;
    left: 30px;
    padding: 0 10px;
    background: #3598dc;
    color: #fff;
}
.sec-half.unit.p100 {
    padding-right: 10px;
}
.em_con textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
	outline
}
button#oxammBtnProceed {
    float: right;
}
.formHolder.unit.p100 label sup {
    color: red;
}

/*WIZ*/
.wizard .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
    margin: 3em 0px;
    position: relative;
    max-width: 800px;
    margin: 30px auto 50px;
}
	.wizard .step::before,
	.wizard .step::after {
	  content: '';
	  position: absolute;
	  top: 0.75em;
	  bottom: 0.75em;
	  left: 0;
	  right: 0;
	  height: 7px;
	  background: #ccc;
	}
	.wizard .step::after {
	  background: #458be3;
	  -webkit-transition: right 0.5s;
	  transition: right 0.5s;
	}
	.wizard .step[data-step="0"]::after {
	  right: 100%;
	}
	.wizard .step[data-step="1"]::after {
	  right: 50%;
	}
	.wizard input {
	  display: none;
	}
	.wizard p {
	  counter-increment: step;
	  color: #aaa;
	  height: 2em;
	  position: relative;
	  z-index: 2;
	  cursor: pointer;
	  margin: 0;
	}
	.wizard p:first-of-type {
		background: -webkit-linear-gradient(left, #eee 50%, transparent 50%);
		background: linear-gradient(to right, #FFF 50%, transparent 50%);
	}
	.wizard p:last-of-type {
		background: -webkit-linear-gradient(left, transparent 50%, #fff 50%);
		background: linear-gradient(to right, transparent 50%, #fff 50%);

		position: relative;
		right: -9px;
	}
	.wizard p::before {
	  content: counter(step);
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  margin: 0 auto 0.5em;
	  height: 2em;
	  width: 2em;
	  border-radius: 2em;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
		  -ms-flex-align: center;
			  align-items: center;
	  background: #ccc;
	}
	.wizard .forward p::before {
	  -webkit-transition: background 0 0.5s, color 0 0.5s;
	  transition: background 0 0.5s, color 0 0.5s;
	}
	[data-step="0"] p:nth-child(1), [data-step="1"] p:nth-child(2), [data-step="2"] p:nth-child(3) {
		color: #000;
		background: transparent;
		position: relative;
		left: -56px;
	}
	[data-step="1"] p:nth-child(1)::before,
	[data-step="2"] p:nth-child(1)::before,
	[data-step="2"] p:nth-child(2)::before {
	  content: "✔︎";
	}
	[data-step="0"] p:nth-child(1)::before,
	[data-step="1"] p:nth-child(2)::before,
	[data-step="2"] p:nth-child(3)::before,
	[data-step="1"] p:nth-child(1)::before,
	[data-step="2"] p:nth-child(1)::before,
	[data-step="2"] p:nth-child(2)::before {
		background: #3598DC;
		color: #fff;
	}
	.hide{display:none!important;}
	.show{display:block!important;}
	.error {
		color: #C71010;
	}
p.oxamm-note {
    background: #f9f9f9;
    padding: 7px 10px;
    border-left: 3px solid #F9771F;
    font-style: italic;
}
div#oxamm-exams table tr td p {
    font-size: 14px;
	color:#444;
}
div#oxamm-exams .formHolder {
    padding: 20px;
}
div#oxamm-exams p {
    font-weight: bold;
    margin: 0px;
    width: 100%;
    float: none;
    margin: 10px 0px;
}
div#oxamm-exams .first-half {
    margin-top: 10px;
    border-top: 2px dashed #E6E6E6;
    padding-top: 10px;
}
div#oxamm-exams p a {
    text-decoration: none;
    background: #2ecc71;
    color: #fff;
    line-height: normal;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 100px;
}
div#oxamm-exams .grid .unit {
    padding: 10px;
}
.preview-holder {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 13px;
}
img#oxamm-image-upload-review {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
label#labelNote {
    background: #f9f9f9;
    padding: 5px;
    margin-top: 5px;
    display: block;
    text-align: left;
    max-width: 1170px;
    border-left: 2px solid #F9771F;
    margin: auto;
	font-style: italic;
}
p.oxamm-note {
    background: #f9f9f9;
    padding: 7px 10px;
    border-left: 3px solid #F9771F;
    font-style: italic;
    max-width: 1180px;
    margin: auto!important;
}
div#oxamm-exams .formHolder {
    margin-bottom: 14px;
}
p.oxamm-note.success {
    border-color: green;
}