/* registration page 3 */
.registration-wrapper {
	/*background: url("/shop/javax.faces.resource/img/shoppingmall-bg.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") top center
		repeat-y;
	background-attachment: fixed;
	background-size: auto 100%;*/
	padding-bottom: 30px;
	text-align: left;
	color: #00325D;
	background-color: #FFF;
	font-size: 16px;	
}

.registration-wrapper .container {
	padding-top: 50px;
}

.pm-form input.submit-button {
	width: 360px;
	margin-bottom: 0px;
}

.registration-success-wrapper {
	background-color: #FFF;
	background-attachment: fixed;
	background-size: auto 100%;
	padding-bottom: 30px;
	text-align: left;
}

.registration-success-wrapper .container {
	padding-top: 20px;
}

#registrationForm .input-wrapper{
	float: left;
	width: 49%;
	margin-right: 2%;	
}


#registrationForm .input-wrapper.right-field {
	margin-right: 0;
}


#registrationForm .input-wrapper label{
	display: block;
	font-size: 1.0em;
	margin-bottom: 5px;
}

#registrationForm label a{
	color: #00325D;
	text-decoration: underline;
	font-weight: normal;
}

#registrationForm .input-wrapper input,
#registrationForm .input-wrapper select{
	width: 100%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
	margin-bottom: 0px;
}
#registrationForm hr{
	background: none;
	border: 0;
	border-bottom: 1px solid #d2d2d2;	
	margin: 0px 0 20px 0;
		
}

#registrationForm .input-wrapper select:disabled{
	background-color: rgb(235, 235, 228) !important;
}

#registrationForm .input-wrapper{
	margin-bottom: 20px;
}

#registrationForm .submit-button{
	background: linear-gradient(to right, #00325D 0%,#006060 100%);
	font-size: 1.4em;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	border: 0;
	margin-top: 30px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

.vendor-agb-acceppt.vendor-not-yet-accepted input[type="submit"] {
    background: url("/shop/javax.faces.resource/img/unchecked_checkbox.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") no-repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 15px;
    width: 15px;
}

.vendor-agb-acceppt.vendor-accepted  input[type="submit"] {
    background: url("/shop/javax.faces.resource/img/checked_checkbox.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") no-repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 15px;
    width: 15px;
}

.vendor-agb-acceppt.vendor-not-yet-accepted input[type="checkbox"] {
    background: url("/shop/javax.faces.resource/img/unchecked_checkbox.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") no-repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 15px;
    width: 15px;
}

.vendor-agb-acceppt.vendor-accepted  input[type="checkbox"] {
    background: url("/shop/javax.faces.resource/img/checked_checkbox.jpg.xhtml?con=pharmamall&v=1748359970703&vendorURIName=null") no-repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 15px;
    width: 15px;
}

/* MYACCOUNT - VENDOR */
.einvoice-table td {
	vertical-align:top;
	margin-left: 5px;
}

#sbcConfirmOperationLicense {
	font-size: 19px;
}
