body {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 16px;
	background-color : #fff;
	margin : 0;
	padding : 82px 0 0;
}

.icons li {
	height: 95px;
	box-sizing: border-box;
	width: 140px;
	text-align : center;
	list-style : none;
	float : left;
	margin : 5px;
	border-radius : 5px;
}
.icons li:hover {
	background : #DDD;
	
}
.icons a, h1 {
	background-repeat: no-repeat;
	background-size: 60px 60px;
}
h2 {
}
ul {
  margin : 0 0 0.6em 0;
  list-style : none;
  padding : 0;
}
.icons a {
	background-position: top center;
	display: block;
	margin-top : 5px;
	padding-top: 64px;
	text-decoration : none;
}
a, a:visited {
  color : #036;
}
.date {
  margin: 0;
}
.event {
  margin-bottom : 20px;
  padding : 10px;
  border-radius : 11px;
}
@media only screen and (min-width: 600px) {
  .event {
  
  }
}

.event .title {
	margin-bottom : 0.6em;
	font-size: 110%;
}
.cal {
  width: 3.6em;
  margin : 0 1em 1em 0;
  float : left;
  background-color:#FFF;
}
.notes, .admin {
  clear : both;
}
.cal p {
  margin: 0;
  text-align: center;
}
.cal .month,.cal .year {
  background-color: #036;
  color: #FFF;
}
.concert .month,.concert .year {
  background-color: #062;
}
.jour .month,.jour .year {
  background-color: #620;
}
.loss .month,.loss .year {
  background-color: #333;
}
.jour h3 {
  color: #620;
}
.repetition h3 {
  color : #036;
}
.past h3 {
  color : #666;
  text-decoration: line-through;
}
.repetition {
  background-color:rgba(0,48,96,0.09);
}
.concert {
  background-color:rgba(0,96,32,0.09);
}
.jour {
  background-color:rgba(96,32,0,0.09);
}
.past {
  background-color:rgba(48,48,48,0.09);
}
.concert h3 {
  color : #062;
}
.loss h3 {
  color : #333;
}
.loss {
  background-color:rgba(48,48,48,0.09);
}
.concert .cal .day {
  border-color: #062;
}
.jour .cal .day {
  border-color: #620;
}
.loss .cal .day {
  border-color: #333;
}
.cal .month {
  border-radius: 7px 7px 0 0;
  text-transform: uppercase;
}
.cal .day {
  font-size: 130%;
  font-weight: bold;
  padding: 2px 0 1px; 
  border-left: 4px solid #036;
  border-right: 4px solid #036;
}
.title p {
  margin : 0;
}

.cal .year {
  font-size: 90%;
  border-radius: 0 0 7px 7px;
}
.title p.mchoirs {
  font-size: 90%;
  font-style: italic;
  padding : 0;
  margin : 0.3em 0;
}
.mchoirs li {
  display : inline-block;
}
.event .concert {
}
.event .repetition {
}
.event .title h3 {
  margin-bottom : 0;
}
.event h4 {
  margin : 0 0 0.6em 0;
}
.chants {
  clear : both;
  font-size: 120%;
  background:#FFF;
  padding:10px;
  border-radius:9px;
}
.chants li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.notes {
  font-style: italic;
}
li a {
  text-decoration : none;
  display : inline-block;
  margin-right : 0.3em;
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.27);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgba(255, 122, 122, 1);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}

#lchants label {
  display : inline-block;
  margin : 0 1em 0.3em 0;
  padding : 2px 10px 4px 10px;
  background : #CCC;
  border-radius : 8px;
}
#lchants label span {
  display : inline-block;
  padding : 3px;
  margin-left : 0.3em;
  cursor : pointer;
}
.tool {
	position: fixed;
	width: 100%;
	background: #e2e5e8;
	top: 0;
	margin: 0;
	padding: 5px 3px;
	box-shadow : 0 0 2px #000;
	box-sizing : border-box;
}
.tool img {
	height : 72px;
	width : 72px;
	display : block;
	margin : 0px 10px -28px 10px;
	float : left;
	filter: drop-shadow(0px 0px 2px #000);
}
.tool .title {
  float : left;
}
.tb {
  display:inline-block;
  
}
.mt {
  font-weight : bold;
}
.st {
  font-size : 90%;
  margin-top : -5px;
}
.tb {
  display : block;
  float : right;
  margin : 5px 1em;
  text-decoration: none;
  text-align:center;
  padding:8px;
  background : #FFF;
  border-radius:16px;
  line-height:14px;
  height:14px;
  width:14px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
.logout {
  background-image : url(/images/close.svg);
}
section.content {
  padding : 0 8px;
}
section.content p:first-child {
  margin-top: 0;
}
.tool span {
  display : inline-block;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
}
a.goback,a.goback:visited {
  display : inline-block;
  text-decoration : none;
  padding : 5px;
  margin : -5px 1em -5px -5px;
  width : 20px;
  text-align :center;
  line-height : 20px;
  font-size : 18px;
  background : #FFF;
  border-radius : 15px;
}
section.main {
  text-align : center;
}
section.main ul {
  margin : 0 auto;
  width : 300px;
  display: inline-block;
}


table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
tbody th {
	background : #666;
	color : #FFF;
}
tbody tr.first td {
  padding-top : 20px;
}
thead td {
  text-align: center;
}
th, td {
	padding : 0.3em 1em 0.4em;
	text-align: left;
}
tr {
  border-bottom: 1px solid #AAA;
}
tr.recent {
	background-color : #DFE;
}
tr.recent.next, tr.next {
	background-color : #DEF;
}
.tplayer, .tpdf {
	width : 3em;
}
.player, .pdf, .nopdf {
	font-size : 0.9em;
	text-align : center;
}
tr.recent b:before {
	display : inline-block;
	content : "";
	height : 14px;
	width : 14px;
	border-radius : 7px;
	background : green;
	margin-right : 0.3em;
}
.title b {
	font-size : 1.1em;
}
/*
.title span, .nopdf {
	color : #666;
	font-style : italic;
	font-size : 0.8em;
}
.title span {
	display : inline-block;
	margin-top : -0.2em;
}
*/
span.choir {
	display : inline-block;
  padding-left: 26px;  
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: left center;
}
span.C {
  background-image: url(/images/cet.png);
}
span.P {
  background-image: url(/images/pet.png);
}
span.A {
  background-image: url(/images/ass.png);
}
span.T {
  background-image: url(/images/ctrl.png);
}
.ct {
  font-weight: bold;
  margin:0;
}
.cd {
  margin-top:0;
}
.choirs h2 {
  margin-bottom: 0;
}
.choirs .logo {
  margin-top: 10px;
}
.members {
  clear : both;
  margin-bottom: 2em;
}
label {
	display : inline-block;
	margin-right : 10px;
}
label select {
	display : inline-block;
	margin-left : 0.1em;
	margin-bottom : 0.2em;
}
h3 {
	margin-top :0;
}
table a, table a:visited {
	color : #036;
	text-decoration : none;
}
table a:hover {
	text-decoration : underline;
}
.login {
  text-align : center;
}
label {
  display : inline-block;
  margin : 0 1em 0.3em 0;
}
fieldset {
  margin : 0 0 1em 0;
  border:none;
  border:1px solid #aaa;
  border-radius:9px;
}
fieldset legend {
  background:#fff;
  padding:2px 5px;
  border-radius:7px;
}
.login label {
  display : block;
  margin-bottom : 1em;
}
input[type="submit"] {
  display : block;
  margin-top : 1em;
  padding: 6px 10px 5px;
  cursor: pointer;
  background-color: #1c5fa6;
  color: #FFF;
  border:none;
  border-radius: 7px;
}
.required {
  font-weight: bold;
}
.opt {
  padding-left: 88px;
  margin-top: -21px;
  margin-bottom: 1em;
}
.opt p {
  margin : 0 5px 5px 0;
  display : inline-block;
}
.opt a, .opt a:visited {
  color : #FFF;
  background-color: #066;
  padding : 1px 5px 2px;
  display : inline-block;
  text-decoration: none;  
  border-radius: 7px;
}
img.logo {
  display: block;
  float: left;
  margin: 0 1em 0.6em 0;
}
.rl li {
  margin-bottom: 1em;
  padding: 5px;
}
.rl h3 {
  margin:0;
}
.cht {
  padding-left: 1em;
}
.wsongs {
  margin:0;
}
.wlsongs {
  margin-top:0;
}
fieldset h4 {
  margin : 0;
}
#pchants a {
  display: inline-block;
  margin: 0 0.3em 0;
  padding: 5px;
  background: #EEE;
}
