/* Übersicht Niederlassungspreislisten */

#cpl-list button * {
	padding: 0 3px 0px 3px;
}

#cpl-list li {
	padding: 3px;
}

#cpl-list button, #cpl-list input[type=button] {
	font-size: 10px;
}

#cpl-list .cname {
	margin-left: 5px;
}

#cpl-list .cactions, .productgroup-actions {
	width: 150px;
}

#cpl-list .cstatus, .productgroup-status {
	width: 90px;
}

#cpl-list .cdate, .productgroup-date {
	width: 145px;
}

#cpl-list .cuser, .productgroup-user {
	width: 170px;
}

#offices {
	font-weight: bold;
}

#offices .plusminus {
	margin-right: 5px;
}

.office.has-prev {
	margin-top: 10px;
}

#offices li {
	margin-left: 20px; 
}

ul.productgroups {
	list-style-type: circle;
	font-weight: bold;
	margin-left: 20px;
}

ul.productgroups .procuctgroup-head {
	padding: 3px;
	padding-left: 9px;
	color: white;
	background-color: #001E3F;
}

ul.custompricelists {
	font-weight: normal;
}

ul.custompricelists a {
	text-decoration: underline;
}

/* Verwaltung einer Niederlassungspreisliste */

#page-frame-custompricelist-edit {
	padding-top: 0;
	background-color: #00A0F0;
	color: white;
}

#page-frame-custompricelist-edit select, #page-frame-custompricelist-edit .right input {
	width: 100%;
}

#cplname {
	float: left;
}

#close-div {
	position: absolute;
	top: 50px;
	right: 5px;
}

#page-frame-basepricelists {
	background-color: #FCFCFC;
}

#page-custompricelist-manage h1 {
	font-weight: bold;
	width: 100%;
	height: 15px;
}

#view2-left {
	float: left;
	width: 49%;
	height: 100px;
}

#view2-mid {
	float: left;
	width: 1%;
	height: 100px;
}

#view2-right {
	float: right;
	width: 49%;
	height: 100px;
	margin-right: 5px;
}

#bplframe {
	border: 2px inset gray;
	width: 100%;
	background-color: white;
}

#cplitemsframe {
	border: 2px inset gray;
	width: 100%;
	background-color: white;
}

#bpllist li, #cplitemslist li {
	min-height: 20px;
	width: 100%;
}

#bpllist .ccheck, #cplitemslist .ccheck {
	width: 20px;
}

#bpllist .cname, #cplitemslist .cname {
	
}

#bpllist .cnum, #cplitemslist .cnum {
	width: 65px;
}

#bpllist .highlight {
	color: red;
}

#bpllist .cactions {
	width: 40px;
}

#cplitemslist .cmover {
	width: 20px;
}

#cplitemslist .cactions {
	width: 60px;
}

#cplitemslist .cactions.with-sort {
	width: 100px;
}

#cplitemslist .ccounter {
	text-align: right;
	margin-right: 10px;
	width: 25px;
}

#editframe {
	border: none;
}

#cpl-actions, #bpl-actions {
	margin-top: 6px;
	width: 100%;
	overflow: auto;
	font-size: 11px;
}

#cpl-actions input[type=button], #bpl-actions input {
	width: 155px;
}

#customsort {
	margin-top: 3px;
}

#customsort-span input {
	width: 15px;
	height: 15px;
}

#customsort-span {
	font-size: 12px;
}

.selectall {
	width: 110px !important;
}

#search-div {
	float: left;
}

#cpl-main-actions, #bpl-main-actions {
	height: 33px;
}

#filter-buttons {
	margin-left: 8px;
	padding-top: 1px;
	float: left;
}

#statusframe, #save-div {
	margin-top: -3px;
	float: right;
	width: 360px;
	height: 35px;
	border: 0;
}

#save-div {
	text-align: right;
}

#save-div div {
	 float: left;
}

#save-div input {
	 float: right;
}

#save-div p {
	margin-top: 7px;
	margin-left: 7px;
}

li.status-deleted {
	background-color: #FFAAAA !important;
}

/* Status */

#page-frame-custompricelist-status {
	text-align: right;
	background-color: #00A0F0;
	padding: 0;
}

#page-frame-custompricelist-status input[type=button] {
	width: 160px;
}

.status-processing, .status-locked {
	margin-top: 7px;
}

#statusform a {
	color: white;
}

.status-ready-download {
	width: 120px !important;
}
.status-ready-release {
	width: 200px !important;
}

/* Sonstige */

#login {
	width: 100%;
}

#login fieldset {
	position: relative;
	width: 370px;
}

#login .row .left {
	width: 110px;
}

#login .row .right input[type=text], #login .row .right input[type=password] {
	width: 200px;
}

#lost-password {
	width: 100%;
}

#lost-password fieldset {
	position: relative;
	width: 330px;
}

#changepw-form .row .left {
	width: 140px;
}

#changepw-form .row .right input[type=text], #changepw-form .row .right input[type=password] {
	width: 170px;
}

#impress {
	border-radius: 25px;
	background-color: white;
	color: black;
	margin-left: 6px;
	padding: 15px;
	width: 350px;
}

#impress p {
	margin-left: 48px;
}

#impress p.noindent {
	margin-left: 0;
}

#page-custompricelists #legend, #page-custompricelist-manage #legend {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#page-settings #errors p {
	padding-bottom: 5px !important;
}