/* ueberschriften ========================================================== */
div.admin-content h5, div.admin-content div.boxlike-h5, div.popup-form .boxlike-h5 {
	padding: 7px 10px;
  background: #F4F4F4;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px #E8E8E8 solid;
}

/* boxes =================================================================== */
div.reports-order-lieferanschrift {
	margin-left: 90px;
	padding-left: 10px;
	border-left: 1px solid #D2D2D2;
	float: left;
}

/* suche im Header ========================================================= */
input.input-macstyle {
	font-size: 13px;
  width: 200px;
  margin-top: -2px;
  margin-left: 20px;
  padding: 3px 0 3px 25px;
  border: 1px #D2D2D2 solid;
  border-radius: 4px;
  background: #FFF url(/img/icons/magnifier.png) 5px 3px no-repeat;
}

/* Blaettern in Tabellen =================================================== */
a.box-blaettern {
  font-size: 11px;
  padding: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 15px;
  border: 1px #D2D2D2 solid;
  border-radius: 4px;
  display: inline-block;
}

a.box-blaettern:hover {
  color: red !important;
}

/* Sprachwahl ============================================================== */
div.header-language-selection {
	position: relative;
  margin: -2px 0 0 10px;
  width: 30px;
  height: 22px;
  border: 1px #D2D2D2 solid;
  border-radius: 4px;
  cursor: pointer;
  background-color: #FFF;
  float: right;
}

ul.language-selectbox {
	position: absolute;
	top: 10px;
	left: -120px;
	width: 100px;
	padding: 10px 20px;
  border: 1px #555 solid;
  border-radius: 4px;
	background: #FFF;
	list-style: none;
	z-index: 999;
}

ul.language-selectbox li {
	padding: 8px 0 8px 30px;
	border-bottom: 1px #D2D2D2 solid;
	line-height: 11px;
}

ul.language-selectbox li.first {
  padding-top: 0;
}

ul.language-selectbox li.last {
  padding-bottom: 0;
  border: none;
}

/* Templates / Elemente draggable ======================================== */
ul.blocks-elements-draggable {
  margin: 0;
  padding: 0 10px;
  height: 390px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  list-style: none;
  overflow-y: scroll;
}

ul.blocks-elements-draggable li {
	width: 23%;
  padding: 10px 0 10px 25px;
  margin: 10px 5px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background: url(/img/icons/plugin.png) 5px 9px no-repeat;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

ul.blocks-elements-draggable li.extends-container {
  background-color: #ECF8FE;
}

ul.blocks-elements-draggable li:hover, ul.blocks-elements-draggable li.active {
  background-color: #F4F4F4;
}

ul.blocks-elements-draggable li.headline-inlist {
	width: 92%;
	padding-left: 32px;
	background: url(/img/icons/xhtml.png) 10px 10px no-repeat;
	background-color: #F4F4F4;
}

/* Thumbnail Boxen (drag/drop) // Liste ohne drag/drop ===================== */
.thumbnail-image-mask {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

div.thumbnail-infobox {
	min-width: 70px;
  padding: 10px;
  margin: 10px 0 0 0;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
}

div.thumbnail-infobox-w70 {
  max-width: 70px;
}

div.thumbnail-infobox-hover:hover {
  background: #F4F4F4;
}

div.thumbnail-iconbox {
  padding: 9px 8px 5px 8px;
  margin: 10px 0 0 10px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
}

ul.thumbnail-draglist, ul.block-left-liststyle {
	height: 335px;
	margin-top: 10px;
	border: #E8E8E8 1px solid;
  border-radius: 4px;
	overflow-y: scroll;
}

ul.thumbnail-draglist-long {
	height: 300px;
}

li.thumbnail-dragbox, li.thumbnail-dragbox-subtitle {
	width: 80px;
	height: 80px;
  padding: 5px;
  margin: 10px 0 0 10px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background: #F4F4F4;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

li.thumbnail-dragbox-subtitle {
  height: 102px;
}

li.thumbnail-dragbox-subtitle div.thumbnail-subtitle {
	margin-top: 5px;
	padding: 0 2px;
	width: 76px;
	border: #E8E8E8 1px solid;
  border-radius: 4px;
	font-size: 0.5em;
	background: #FFF;
	overflow: hidden;
	float: left;
}


li.thumbnail-dragbox:hover, li.thumbnail-dragbox-active  {
	border-color: red;
}

/* Thumbnail Boxen (Liste) ================================================= */
ul.thumbnail-displaylist {
  margin-top: -10px;
  margin-left: -10px;
  float: left;
}

li.thumbnail-listbox, li.thumbnail-listbox-subtitle {
	position: relative;
  width: 80px;
  height: 80px;
  padding: 5px;
  list-style: none;
  margin: 10px 0 0 10px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background: #F4F4F4;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

li.thumbnail-listbox-subtitle {
  height: 102px;
}

li.thumbnail-listbox-subtitle div.thumbnail-subtitle {
  margin-top: 5px;
  padding: 0 2px;
  width: 76px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  font-size: 0.5em;
  background: #FFF;
  overflow: hidden;
  float: left;
}

ul.thumbnail-displaylist img.thumbnail-icon-delete {
	left: 74px;
	top: 1px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

li.thumbnail-dragbox:hover, li.thumbnail-dragbox-active  {
  border-color: red;
}

input.input-thumbnail-macstyle {
	margin: 10px 0 0 0;
  font-size: 13px;
  width: 170px;
  padding: 9px 0 9px 25px;
  border: 1px #E8E8E8 solid;
  border-radius: 4px;
  background: #FFF url(/img/icons/magnifier.png) 5px 9px no-repeat;
}

div.thumbnail-item-hover {
	background: #EFFCE5;
}

div.thumbnail-errorbox {
	margin-top: 15px;
  padding: 10px;
	border: red 1px solid;
  border-radius: 4px;
  background: #F4F4F4;
}

/* Anpassungen Thumbnail-Liste ============================================= */
div.large-selector ul.thumbnail-draglist {
	height: 330px;
}

/* Media-Edit Form in Draglist ============================================= */
ul.thumbnail-media-editform li {
  padding: 10px;
}

ul.thumbnail-media-editform li h4 {
 color: #000;
 margin-bottom: 0 !important;
}

ul.thumbnail-media-editform li label {
  display: block;
}

ul.thumbnail-media-editform li div.mediafile-focal-button-wrapper {
  margin-top: 5px;
}

ul.thumbnail-media-editform li div.mediafile-focal-button-wrapper a.button-anchor {
  margin-bottom: 10px;
  display: block;
}


/* Ordner Liste ============================================================ */
div.box-form-folderlist {
	margin-top: -20px;
}

div.box-form-folderlist div.input-block {
	min-height: 30px !important;
}

ul.form-folderlist-small {
	list-style: none;
  float: left;
}

ul.form-folderlist-small li {
	margin-right: 10px;
	padding: 7px 15px 7px 31px;
  border: 1px #E8E8E8 solid;
  border-radius: 4px;
  background: url(/img/icons/folder_delete.png) 10px 6px no-repeat;
  cursor: pointer;
  float: left;
}

ul.form-folderlist-small li.no-delete {
  background: url(/img/icons/folder.png) 10px 6px no-repeat;
  cursor: auto;
}

/* Liste Seiten/Links ====================================================== */
ul.blocks-pages-draggable {
	margin: 0;
  padding: 5px 10px;
  height: 744px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  list-style: none;
  overflow-y: scroll;
}

ul.blocks-pages-draggable li {
  padding: 10px 10px 10px 30px;
  margin: 5px 0;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background-position: 7px 12px;
  cursor: pointer;
  overflow: hidden;
}

ul.blocks-pages-draggable li:hover, ul.blocks-pages-draggable li.active {
  background-color: #F4F4F4;
}

input.pages-item-hover {
	background: #EFFCE5;
}

/* Multiple Links ========================================================== */
div.box-list-multiple-links {
	margin-left: 10px;
	display: inline;
}

div.box-list-multiple-links ul.list-multiple-links {
	width: 97%;
	margin-bottom: 5px;
	padding: 10px;
	list-style: none;
	display: none;
	background: #FFF;
	border: #E8E8E8 1px solid;
  border-radius: 4px;
}

div.box-list-multiple-links ul.list-multiple-links li {
  padding: 3px 10px;
}

/* Publikationsliste ======================================================= */
div.box-publishlist a.deleted {
	padding-right: 25px;
  background: url(/img/icons/bin.png) top right no-repeat;
}

/* Link als Button ========================================================= */
a.button-anchor {
	padding: 10px 15px;
	border: #E8E8E8 1px solid;
  border-radius: 4px;
}

a.button-anchor:hover {
	background-color: #F4F4F4;
}

a.button-anchor-transmit {
	padding-left: 35px;
	background: url(/img/icons/transmit.png) 10px center no-repeat;
}

a.button-anchor-application-osx {
  padding-left: 35px;
  background: url(/img/icons/application_osx.png) 10px center no-repeat;
}

a.button-anchor-active {
	color: #555;
	padding-left: 35px;
  background: url(/themes/admin/img/ajax-loader-bar.gif) 10px center no-repeat;
}

a.button-anchor-error {
  color: red;
  padding-left: 35px;
  background: url(/img/icons/error.png) 10px center no-repeat;
}

a.button-anchor-success {
  padding-left: 35px;
  background: url(/img/icons/tick.png) 10px center no-repeat;
}

/* Multiple Media Selector ================================================= */
div.box-multiplemediaselect {
	width: 97%;
  min-height: 114px !important;
	padding: 10px;
	margin-top: 2px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  float: left;
}

div.box-multiplemediaselect-dropdelete {
  width: 80px;
  height: 80px;
  padding: 10px 15px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  background-color: #F8F8F8;
  float: right;
}

div.box-multiplemediaselect-no-top-space {
  margin-top: 0;
}

/* Auftragsbearbeitung Menue links ========================================= */
div.admin-treeview-inner-wrapper-headline {
	height: 16px;
}

#admin-treeview-mediafiles-headline {
  height: 16px;
  over flow: hidden;
}

div.admin-treeview-inner-wrapper-headline form, #admin-treeview-mediafiles-headline form {
  margin-top: -1px;
}

div.admin-treeview-inner-wrapper-headline input.input-macstyle, #admin-treeview-mediafiles-headline input.input-macstyle {
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin-left: 10px;
}

div.admin-treeview-inner-wrapper-headline img.reset-suche, #admin-treeview-mediafiles-headline img.reset-suche {
	position: absolute;
	left: 120px;
	top: 3px;
	cursor: pointer;
	z-index: 999;
}

ul.auftragstatus-selectbox, ul.auftragstatus-selector {
  position: absolute;
  top: -2px;
  left: 20px;
  width: 98px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  list-style: none;
  font-size: 12px;
  z-index: 999;
  display: none;
}

ul.auftragstatus-selectbox li, ul.auftragstatus-selector li {
	margin: 0 5px;
  padding: 6px 2px;
  border-bottom: 1px #D2D2D2 solid;
  line-height: 11px;
}

ul.auftragstatus-selectbox li.first, ul.auftragstatus-selector li.first {
	margin: 0;
  padding: 4px 6px;
  border-bottom: 1px #D2D2D2 solid;
  background: #F4F4F4;
}

ul.auftragstatus-selectbox li.last, ul.auftragstatus-selector li.last {
  border: none;
}

/* Kalender Auftragsbearbeitung ============================================ */
div.box-calendar {
	position: absolute;
	top: -2px;
	left: -215px;
	width: 217px;
	padding-bottom: 3px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  font-size: 12px;
	z-index: 999;
}

div.box-calendar div.boxlike-h5 {
	border-radius: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

div.box-calendar div.content {
  padding: 0 10px;	
  float: left;
}

div.box-calendar .box-day {
	width: 24px;
	height: 18px;
	margin: 2px;
	text-align: center;
	float: left;
}

div.box-calendar .today {
  color: #FFF;
  background-image: url(/themes/admin/img/icon-calendar-today.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.box-calendar a:hover {
	text-decoration: underline;
}

/* Kalender Events ========================================================= */
div.events div.box-calendar {
  position: relative;
  width: 255px;
  min-height: 210px;
  top: 0;
  left: 0;
  margin: 0 20px 20px 0;
  float: left;
} 

div.events div.box-calendar div.boxlike-h5 {
  font-weight: 700;
}

div.events div.box-calendar div.content {
  padding: 0 10px;  
  font-size: 1.1em;
  float: left;
}

div.events div.box-calendar .box-day {
  width: 29px;
  height: 19px;
  margin: 2px;
  padding-top: 1px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  float: left;
}

div.events div.box-calendar .today {
  background-position: 5px -1px;
}

div.events div.box-calendar .box-weekdays {
  font-size: 0.9em;
}

/* Auftragsdetails ========================================================= */
div.order-infobox {
	width: 270px;
	min-height: 100px;
	padding: 5px 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #D2D2D2;
  border-radius: 4px;
	float: left;
}

div.order-infobox-contact {
	width: auto;
	border: none;
}

div.order-infobox-contact .label {
	display: inline-block;
  width: 47px;
}

ul.auftragstatus-selector {
	position: absolute;
	left: -50px;
	top: -42px;
	display: none;
	z-index: 999;
}

/* Venue =================================================================== */
div.event-location-box {
  width: 290px;
  margin-right: 20px;
  float: left;
}

div.event-location-box div.order-infobox {
  min-height: 60px;
  margin-right: 0;
}

div.venue-mapbox {
  width: 240px;
  min-height: 240px;
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  float: left;
}

div.venue-mapbox-inner {
  width: 240px;
  height: 240px;
  background: #F4F4F4;
}

#map-canvas {
  min-height: 240px;
  height: 100%;
  max-height: 100%;
  width: 100%; 
  max-width:100%;
}

/* Checkbox Listen ========================================================= */
div.category-checkbox-list {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}

/* Events // Shows ========================================================= */
li.result-venue-livesearch {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  border-bottom: dotted 1px #D2D2D2;
  cursor: pointer;
}

li.result-venue-livesearch span {
  display: inline-block;
  overflow: hidden;
}

li.result-venue-livesearch .name {
  width: 40%;
}

li.result-venue-livesearch .plz {
  width: 70px;
}

li.result-venue-livesearch .ort {
  width: auto;
}

/* Events // Artists ======================================================= */
li.result-artist-livesearch {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  border-bottom: dotted 1px #D2D2D2;
}

li.result-artist-livesearch span {
  display: inline-block;
  overflow: hidden;
}

div.display-artist-dragbox {
  margin: 0 5px;
  margin-bottom: 5px;
  padding: 5px 10px 5px 27px;
  line-height: 25px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  background: url(/img/icons/group_gear.png) 5px 10px no-repeat;
  background-color: #FFF;
  float: left;
}

div.display-artist-dragbox img {
  margin-top: -4px;
  margin-right: -8px;
  margin-left: 5px;
  float: right;
}

/* Events // Sub Shows ===================================================== */
li.result-show-livesearch {
  width: 98%;
  padding: 5px 1%;
  font-size: 12px;
  border-bottom: dotted 1px #D2D2D2;
}

li.result-show-livesearch div {
  float: left;
  overflow: hidden;
}

li.result-show-livesearch .line {
  width: 100%;
}

li.result-show-livesearch .titel {
  width: 70%;
}

li.result-show-livesearch .start, li.result-show-livesearch .ende {
  width: 15%;
}

div.display-show-dragbox {
  margin: 5px;
  padding: 5px 10px 5px 27px;
  line-height: 25px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  background: url(/img/icons/calendar.png) 5px 10px no-repeat;
  background-color: #FFF;
  float: left;
}

div.display-show-dragbox img {
  margin-top: -4px;
  margin-right: -8px;
  margin-left: 5px;
  float: right;
}


/* Events // Calendar ====================================================== */
.events-count-small {
  background-color: #FFA5A5;
}

.events-count-normal {
  background-color: #FFDBDB;
}

.events-count-medium {
  background-color: #EFDBBF;
}

.events-count-high {
  background-color: #DAF2E8;
}

.events-count-veryhigh {
  background-color: #B1E0CE;
}

/* Events prüfen =========================================================== */
.events-maillike-box {
  padding: 10px;
  background-color: #F4F4F4;
  margin-bottom: 10px;
}
