/**
 * @version 02.11.2023
 *
 * mobile/profile/styles.r.1-resized.css
 *
 * Skin "mobile"
 */

/*** ***/
.ym-columnar .ym-fbox-wrap {
	margin-left: 0%;
}

/*** noted list ***/
div.layout-title section.toolbar {
	display: none;
}
/*
section.buttons-template.for-wizard > .col-1 {

}
section.buttons-template.for-wizard > .col-2 section.toolbar ul > li {

}
section.buttons-template.for-wizard > .col-2 section.toolbar ul > li:FIRST-CHILD {

}
*/

/*** orders ***/
/** orders search forms **/
/*
section.search-forms {
}
*/
section.search-forms div.ui-accordion-content {
	position: relative;
	margin-bottom: 3em;
}
/* section.form-search */
/*
section.search-forms section.form-search {
}
*/
section.search-forms section.form-search .ui-controlgroup {
	width: 100%;
}
section.search-forms section.form-search .ym-columnar label,
section.search-forms section.form-search .ym-columnar .ym-label {
	display: block;
	width: 100%;
	float: none;
	/*border: 0px solid red;*/
}
section.search-forms section.form-search .ym-columnar label.ui-button {
	display: inline;
	float: left;
}
section.search-forms section.form-search .ym-columnar .ym-fbox-wrap {
	margin-left: 0;
}
section.search-forms .ym-form.ym-columnar .ym-fbox.ym-fbox-button.field-submit {
	margin-left: 0%;
}

/** orders table **/
section.search-results table.belegs .col-status,
section.search-results table.belegs .col-ordered-from,
section.search-results table.belegs .col-date,
section.search-results table.belegs .col-type {
    display: none;
}

section.search-results table.belegs .col-order-number  {
   width: 25%;
}
section.search-results table.belegs .col-order-number .default  {
	display: none;
}
section.search-results table.belegs .col-order-number .responsive {
	display: block;
	text-align: left;
	padding: 2px 0 2px 0;
}

section.search-results table.belegs .col-order-number .responsive ul.ym-grid {
	margin: 0;
}

section.search-results table.belegs .col-order-number .responsive .type {
	font-weight: 600;
}
section.search-results table.belegs .col-order-number .responsive .order-number {
	font-weight: 600;
	text-align: right;
}

section.search-results table.belegs .col-order-number .responsive img {
	position: relative;
	left: 0px;
	bottom: -2px;
}

/** div.pages-bar **/
div.pages-bar.top {
	display: none;
}
div.pages-bar.bottom {
	display: block;
}