/**
 * @version 26.06.2023
 *
 * mobile/authorization/styles.r.2-tablet.css
 *
 * Skin "mobile"
 */


/*** Agent ***/
/** agent login form **/
form.login.agent label,
form.login.agent input {
	float: none;
}
/** table.branches (search results) **/
/*
table.branches {

}
*/
@media (max-width: 850px) {
	table.branches .col-country-name {
		display: none;
	}
}

@media (max-width: 740px) {
	div.agent-branches-header > div.ym-gl,
	div.agent-branches-header > div.ym-gr {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0;
	}
	div.agent-branches-header > div.ym-gr {
		height: 60px;
	}
	form.text-submit.li-value-div {
		--element-width: 100%;
	}
	div.agent-branches-header > div.ym-gr section.search-branches {
		position: absolute;
		right: auto;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
	}
	table.branches .col-street {
		display: none;
	}

	div.replication-status > div.ym-gl,
	div.replication-status > div.ym-gr {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0;
	}
	div.replication-status > div.ym-gr {
		padding-top: 1em;
	}
	div.replication-status > div.ym-gr button {
		width: 100%;
	}
}

@media (max-width: 550px) {
	table.branches .col-zipcode {
		display: none;
	}
}

@media (max-width: 520px) {
	table.branches .col-public-name {
		display: none;
	}
	table.branches .col-zipcode {
		display: table-cell;
	}
}

@media (max-width: 320px) {
	table.branches .col-customer-number {
	    text-align: right;
		width: auto;
	}
	table.branches .col-zipcode {
		display: none;
	}
}

/*** .ym-columnar ***/

/*** registration|unlocking of a new B2B customers ***/
#requestB2B ul.request-b2b-step-1 > li:first-child,
#requestB2B ul.request-b2b-step-1 > li {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
/*
#requestB2B.ym-form label {

}
*/

div.attention-text {
	width: 100%;
}

/*** registration of a new B2C customers ***/
#registrationB2Cstep1 ul.fieldsets-step-1 > li {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}


/*** "I've forgot my password ***/
div.form-passwordForgot {
	width: 100%;
}

div.form-passwordForgot .field-submit.submitCheckCode {
	margin-top: 2em;
}