#newAddressesForm input[type=text], #newAddressesForm select {
	margin-bottom: 10px;
	width: 170px;
}

#vendor_activation {
	
}

#vendor_activation .vendor-box {
	border: solid 1px #d5d5d5;
	min-height: 50px;
	margin-top: 5px;
	padding: 10px;
}

.vendor-box table.radioBtnInvoice {
	float: right;
}

.vendor-box table.radioBtnInvoice td {
	width: 60px;
}

.vendor-box table.radioBtnInvoice td label {
	margin-left: 5px;
	font-weight: normal;
}

#vendor_activation .vendor-in-progress {
	background: #f3f3f3 url("") no-repeat
		85% 50%;
}

#vendor_activation .vendor-box .vendor-invoice-choose,
	#vendor_activation .vendor-box .vendor-image {
	height: 50px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#vendor_activation .vendor-box .vendor-invoice-choose {
	font-size: 16px;
}

#vendor_activation .vendor-box .vendor-invoice-choose input[type="checkbox"]
	{
	border: medium none;
	height: 15px;
	width: 15px;
}

#vendor_activation .vendor-box .vendor-services {
	height: 50px;
	width: 360px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

#vendor_activation .vendor-box .vendor-services li {
	display: inline-block;
	width: 40px;
}

#vendor_activation .vendor-box .vendor-servicess li img {
	width: 100%;
}

#vendor_activation .vendor-box .vendor-image img {
	max-height: 60px;
	max-width: 150px;
}

#vendor_activation .vendor-box .vendor-email-address {
	width: 100%;
}

#vendor_activation .vendor-box .vendor-email-address input {
	margin-top: 5px;
	width: 100%;
	padding: 5px;
}
#vendor_activation .vendor-box select{
	padding: 5px;
}

#vendor_activation .vendor-box .vendor-debitor-number input[type="text"]{
	width: 200px;
}

#vendor_activation .vendor-box .vendor-agb-acceppt {
	height: 40px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

#vendor_activation .vendor-box .vendor-progress-text {
	height: 50px;
	color: #bdbebf;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}

/* MITBENUTZER */
.user-box {
	width: 300px;
	border: 1px solid #c4c8d1;
	border-radius: 5px;
	font-size: 11px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1em;
}

.user-box .address-row {
	
}

.user-box .name-row {
	font-weight: bold;
}

form.edit-delete-form a {
	color: #023e86;
	margin-left: 15px;
	font-size: 11px;
}

.edit-icon {
	display: block;
	width: 11px;
	height: 11px;
	background: url("") no-repeat;
	margin-top: 2px;
}

.delete-icon {
	display: block;
	width: 11px;
	height: 11px;
	background: url("") no-repeat;
	margin-top: 2px;
}

.deleteCoUserLink {
	background: none !important;
	border: none;
	padding: 0 !important;
	cursor: pointer;
	text-decoration: none;
	color: #01325d;
}

.lock-icon {
	display: block;
	width: 11px;
	height: 11px;
	background: url("") no-repeat;
	margin-top: 2px;
}

.edit-text {
	margin-left: 5px;
}
/* END MITBENUTZER */

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

#emailChangeForm .input-wrapper {
	margin-bottom: 5px;
}

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

#emailChangeForm .input-wrapper input, #emailChangeForm .input-wrapper select
	{
	width: 48%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
}

#emailChangeForm .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: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

#emailChangeForm .form-control {
	font-family: 'firasanscondensed-bold';
	border-radius: 0;
	border: 0;
	width: 48% !important;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    border: 1px solid #a9a9a9;
}

#passwordChange .input-wrapper {
	margin-bottom: 5px;
}

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

#passwordChange .input-wrapper input, #passwordChange .input-wrapper select
	{
	width: 48%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
}

#passwordChange .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: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

#passwordChange .form-control {
	font-family: 'firasanscondensed-bold';
	border-radius: 0;
	border: 0;
	width: 48% !important;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    border: 1px solid #a9a9a9;
}

#newAddressesForm .input-wrapper {
	margin-bottom: 5px;
}

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

#newAddressesForm .input-wrapper input, #emailChangeForm .input-wrapper select{
	width: 90%;
	height: 40px;
	outline: 0 !important;
	font-size: 1em;
	padding-left: 10px;
}

#newAddressesForm .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: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}

.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: 5px;
	cursor: pointer;
	font-family: 'firasanscondensed-bold';
}