
table, th, td {
    border: 1px solid black;
    cellpadding: 1; 
    cellspacing: 1;
    padding: 5px;

}

.arrangements th {background-color: #f2f2ff; }
.arrangements tr:nth-child(even) {background-color: #f2f2f2; }
.arrangements tr:nth-child(odd) {background-color: #ffffff}
.arrangements table tr:nth-child(even) td table tr {background-color: #f2f2f2; }
.arrangements table tr:nth-child(odd) td table tr {background-color: #ffffff; }
/*.arrangements table style="overflow-x:auto;" */  


.filterheader table tr {
    background-color: #f2f2ff;
}
td.setlist-filter {width: 130px;}

.innertable tr  {
    padding: 0;
    border: 0;
    
}
.innertable td  {
    padding: 0;
    border: 0;
}
      
/* Titel-Zeile */
.top-bar.expanded .title-area {
    background: #01545b;
}
.top-bar.expanded .title-row {
    background: #FFFFFF;
    height: 40px;
    vertical-align: top;
}
.top-bar.expanded .title-crumbs {
    background: #FFFFFF;
    height: 30px;
    vertical-align: top;
}
.top-bar.expanded table .title-desc{
    text-align: left;
    font-size: 30px;
    font-weight: bold;    
    width: 80%;
}
.top-bar.expanded table .user-area{
    text-align: right;
}

.form button[type="submit"] {
    float: left;
    text-transform: uppercase;
    box-shadow: none;
}
button {
    background: #b4c0bc;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination > li {
	display: inline;
}


.pagination > li > a, .pagination > li > span {
	position: relative;
	float: none;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}


.arrangements label {
  width: 100px;
  margin-left: 5px
}

.arrangements input {
  width: 300px;
}

#voc {
  width: 30px
}

.scores input {
  width: 180px;
  margin-left: 5px;
  margin-top: 5px
}

.samples input {
  width: 260px;
  margin-left: 5px;
  margin-top: 5px
}

.setlists input {
  margin-left: 10px
  width: 300px;
}

#login label {
  width: 100px;
  margin-left: 5px
}

.login input {
  width: 300px;
}

 