@charset "utf-8";
/* 
*	This is a style sheet used by class.wizard.php
*
*/


.wizard-box {
	cursor: pointer;
	
}

.wizard-box-wrapper {
	float:left !important;
	float:left;
	padding: 5px;
	margin: 0.5%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	border: 1px solid #a6c9e2; 
	background: #fcfdfd; 
	color: #222222;
	cursor:pointer;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
	
}

#wizard-opacity {
	opacity: 0.5 !important;
}

.stepContent {
	display:none;
	
}

.stepInActive {
	display:none;
	
}

.information {
	    /* border: 1px solid; */
	position:relative;
	font-size:.9em;
	margin-bottom: 10px;
	margin-top: 20px;
    padding:5px 0px 7px 60px;
    background-repeat: no-repeat;
	background-position: 10px center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 7px;
	border-radius: 5px;
    color: #00529B;
    background-color: #e7f0ef;
 	background-size: 34px 34px;
}

.title-wrapper {
	font-weight:bold;
	display:inline-block;
	color: #fe6307;
	text-align:left;
	vertical-align:middle;
	padding: 5px;
	
}

.stepDescription {
	text-align:left;
	padding: 5px;
	font-size: 0.8em;
	line-height:1.5em; /* adjust the spacing between the lines in each paragraph */
	margin-top: 2px;
}

.stepUnReady {
	opacity: 0.5;
}

#language-wrapper{
	position:relative;
	overflow:hidden;
	white-space:nowrap;
}

#language-wrapper img{
	vertical-align:middle;
	top:0;
	bottom:0;
	float:left;
	margin:3px;
}

#language-wrapper div{
	width:190px;
	float:left;
	vertical-align:middle;
	top:0;
	bottom:0;
	margin-left:0px;
}

#rightflag{
	float:right !important;
	vertical-align:middle;
	top:0;
	bottom:0;
	margin-right:5px;
}

#language-wrapper .text{

	position:absolute;
	margin-left:35px;
}

#newfeature{
		vertical-align:middle;
		top:0;
		bottom:0;
		float:left;
		margin:3px;
}

/*New Wizard CSS*/

.wizard-steps,
.doc-express-wizard-steps {
    margin: 0 -5px;
}

.doc-express-wizard-steps > div {
    margin-right: 5px;
}

.doc-express-wizard-steps {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-right: -5px;
    cursor: pointer;
}

.doc-express-wizard-steps > div {
    margin-right: 5px;
}