@import "variables.less";

/* ----------------------------------------------------------------------------------------------------------
Modal
---------------------------------------------------------------------------------------------------------- */
body.fluid-body.modal-page { padding-top: 0; }
body.modal-page .zend_form dt { width: 20%; }
body.modal-page .zend_form dd { width: 75%; }

.blue { color: #000; }

.link-icouser-navn-pencil { padding-left: 20px; padding-top: 3px; background: url(../../img/account/icon/link/pencil.png) no-repeat; }
.link-icon-update { padding-left: 0px; padding-top: 3px; background: url(../../img/account/icon/link/arrow_cycle.png) no-repeat; }

@media (min-width: 979px)
{
	#request_deliver_from_date-element, #expiry_date_from_date-element { width: 85px; margin-left: 0px; }
	#request_deliver_to_date-label, #expiry_date_to_date-label { width: 65px; margin-left: 0px; }
	#request_deliver_to_date-element, #expiry_date_to_date-element { width: 100px; margin-left: 0px; }
}

/* ----------------------------------------------------------------------------------------------------------
Multiselect Field
---------------------------------------------------------------------------------------------------------- */
#permissions-element, #users-element, #groups-element {
	padding: 0px 0 10px 0;
}

#permissions, #users, #groups  {
	width: 650px;
	height: 300px;
}

#customers-element, #materials-element, #vendors-element, #waves-element {
	padding: 0px 0 10px 0;
}

#customers, #materials, #vendors, #waves  {
	width: 650px;
	height: 300px;
}

.vendor-order-reject-reason { margin: 10px 20px; border: 3px solid #000; }
.vendor-order-reject-reason li { width:905px; list-style: none; padding: 10px;}
.vendor-order-reject-reason li.label { font-weight: bold; padding-bottom: 15px; border-bottom: 1px solid #000; background-color: #AE1413; color:#fff; }

.print-footer { width:930px; font-weight:bold; font-size:11px; border-top: 6px double #aaa; margin: 50px 10px; padding: 10px;}

.ui-widget-header a { color: #333; }

input[type=text].mi-input-text { width: 200px; }