/*
    Common 
*/


.wizard {
	max-width: 480px;
	margin: 0 auto;
	margin-top:15px;
}



.wizard,
.tabcontrol
{
	display: block;
	width: 100%;
/*	overflow: hidden; */
}

.wizard a,
.tabcontrol a
{
	outline: 0;
}

.wizard ul,
.tabcontrol ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
	display: block;
	padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
	position: absolute;
	left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
	position: absolute;
	left: -999em;
}



/*
Wizard
*/

.wizard > .steps
{
	position: relative;
	display: block;
	width: 100%;
}

.wizard.vertical > .steps
{
	display: inline;
	float: left;
	width: 30%;
}




ul[role="tablist"] {
	display: none;
}


.transtype,
.transtype1 li {
	list-style-type: none;
	/*margin: 25px 0 0 0;*/
	padding: 0;
}




.transtype li,
.transtype1 li {
	margin: 15px auto;
	width: 100%;
	height: 60px;
	position: relative;
	display:block;
}

.transtype label,
.transtype input,
.transtype1 label,
.transtype1 input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/*
input[name=transaction_type]:checked+label {
	background:red;
}
*/


input[name=desc]:disabled+label,
.Disabled+label {
	opacity: 0.4 !important;
}

input[name=desc1]:disabled+label,
.Disabled+label {
	opacity: 0.4 !important;
}

input[name=nstep]:disabled+label,
.Disabled+label {
	opacity: 0.4 !important;
}




 input[name=transaction_type]:checked+label,
.Checked+label {
	background: #6AC5CC !important;
	color:#FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
} 

input[name=transaction_type_jeweler]:checked+label,
.Checked+label {
	background: #6AC5CC !important;
	color:#FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



.transtype input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
	height: 54px;
}



.transtype label {
	padding-left:20px;
	border: 1px solid #CCC;
	cursor: pointer;
	z-index: 90;
	font-size:20px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap:wrap;
} 

.transtype label:hover {
	/*background: #DDD;*/
}


.transtype1 input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
	height: 54px;
}



.transtype1 label {
	padding-left: 20px;
	border: 1px solid #CCC;
	cursor: pointer;
	z-index: 90;
	font-size: 20px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
















 
.column input[type="text"],textarea,label{
	border-radius: 30px !important;
	width:100%;
	max-width:100%;
	padding-left:14px;
	font-size:100%;
}



/*
input[type="file"] {
	display: none;
}
*/


.flex-container {
	width:100%;
	
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom:10px;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	
}




.simplebutton {
	background: #ececec;
	height:60px;
	width:100%;
	font-size:20px;
	border-radius: 30px !important;
	cursor: pointer;
} 

.simplebutton:disabled {
	opacity:0.4;
	cursor: not-allowed; 
}

.simpleheight {
	height:54px;

}


.upload-area{
	width: 100%;
	height: 54px;
	border: 2px solid lightgray;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border-radius: 30px !important;
	background: url('../jpg/upload_icon.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.upload-area:hover{
	cursor: pointer;
}

.upload-areax h1{
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 50px;
	color: darkslategray;
}

#file{
	display: none;
}

/* Thumbnail */
.thumbnail{
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid lightgray;
	border-radius: 40px;
	float: left;
	overflow:hidden;
}





.size{
	font-size: 12px;
}

.actions {
	display:none;
}



.fullimg {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
	
	
	
	
}


.fullimg img {
	min-height:105%; 
	min-width: 105%; 
	object-fit: cover;
}



#simpletext {
	
	padding:0 20px;
	height:120px;
	
	
}

.wizard .backlink {
	cursor: pointer;
}




#progress-wrp {
	/*border: 1px solid #0099CC; */
	padding: 1px;
	position: relative;
	height: 30px;
	border-radius: 1px;
	margin: 10px;
	text-align: left;
	/*background: #fff;*/
	/*box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);*/
}

#progress-wrp .progress-bar {
	height: 100%;
	border-radius: 3px;
	background-color: #f8f9f9;
	width: 0;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
	display: inline-block;
	color: #000000;
	width:100%;
	max-width:100%;
	text-align:center;
	display:none;
	font-size:28px;
	font-weight:700;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}

/*.invalid {
	-webkit-box-shadow: inset 0 0 8px #f00;
	-moz-box-shadow: inset 0 0 8px #f00;
	box-shadow: inset 0 0 8px #f00;
	box-sizing: inherit;
	
} */

.invalid-alert {
	-webkit-box-shadow: inset 0 0 8px #f00;
	-moz-box-shadow: inset 0 0 8px #f00;
	box-shadow: inset 0 0 8px #f00;
	box-sizing: inherit;

}

.valid {
	-webkit-box-shadow: inset 0 0 8px #6ac5cc;
	-moz-box-shadow: inset 0 0 8px #6ac5cc;
	box-shadow: inset 0 0 8px #6ac5cc;
}



