<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css for activity search */

header.activitylist
{
	height:4.5em;
	overflow:hidden;
	font-size:0.8em;
	font-weight:normal;
}
.activitylistbox span.image.fit{
	margin:0;
}
div.activitylistbox
{
	transition: all .2s ease-in-out;
	background-color: #ffffff;
	color: #000000;
	padding: 0.4em;
	margin: 0.3em;
	border: 0.3em solid;
	border-color: #abacad;
}
div.activitylistbox p{
    margin-bottom:1rem;
}
div.activitylistbox:hover
{
	transform: scale(1.1);
}
.archived div.activitylistbox{
	border-color: #F2005C;
}
.activitylistitem h3{
	text-transform:none;
	font-size: 0.8rem;
	font-weight:400;
	margin:0;
}

#videopreview{
	background-color:#eeeeee;
	border:1px solid #666666;
	}
div.activitylistbox footer{
/*height:15em;*/
}
.activitylistitem a.button{
	line-height:2.5em;
	height:2.5em;
	padding:0;
	color:#ffffff;
	text-transform:none;
}
input[type="datetime"]{
width: 20em;
}
form#objecteditorform label{
    display:inline;

}
#activity_recurrence{
    width:3em;
    display:inline;
}
#activity_startdate,#activity_enddate{
    display:inline;
}
#activity_recurrencetype{
    width:10em;
    display:inline;
}

.activitycalendar header.activitylist{
overflow:auto;
min-height:3em;
height:auto;
    
}
.activitycalendar h3
{
	font-size:0.8rem;
	text-transform:none;
	margin:0;
}
@media screen and (min-width:360px) and (max-width: 736px){
    .activitycalendar h3{
        font-size:0.6rem;
        font-weight:normal;
    }
}
.activitycalendar em{
	line-height:1em;
	font-size:0.9em;
}
.activitycalendar h3 a {
	text-decoration:none;
	border:none;
	font-size:0.9em;
	font-weight:normal;
	color:#F0005F;
}
.activitycalendar h3 a span{
    color:#000000;
}
.activitycalendar .box{
    border-radius:0px;
	border:none;
	padding:0;
	margin-bottom:1rem;
	border-top: 1px dotted #666666;

}
span.calendarimage{
height:0;
padding-bottom:75%;
width:100%;
overflow:hidden;
}
div.qrscancount{
    padding-top:10%;
    padding-bottom:35%;
    height:0;
    display:table-cell;
    background-color:#dd007e;
    color:#ffffff;
}
    #loggedvisits,#qrviews{
         font-size:32pt;
         margin-top:1em;
         display:block;
    }
.ct-label
{
    fill: #333333;
    font-size: 1rem;
}
#chart-agegroups .ct-series-a .ct-bar,
#chart-postcodes .ct-series-a .ct-bar,
#chart-gender .ct-series-a .ct-slice-pie{
    fill: #dd007e;

}
table.activityform th{
border-bottom:1px solid;
}
table.activityform th:first-child{
    text-align:right;
    font-weight:bold;
    padding-right:1em;
}
input.agemin,
input.agemax
{
    width:4em;
    padding-left:0;
    padding-right:0;
}
div.today{ 
background-color: lightyellow;
}
@media screen and (max-width:480px){
    .activitycalendar h3
    {
    	font-size:1rem;
    
    }
}
@media screen and (min-width: 736px) {
    div.row.activitycalendar{
        display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
      flex-wrap: wrap;
     /* float:left;*/
    }
    
    .row.activitycalendar &gt; div{
        display: flex;
        flex-direction: column;
        border: 1px solid lightgray;
        padding: 0.5em;
    }
	.row.activitycalendar &gt;div.calendarheader
	{
		border:none;
	}
}
.row.activitycalendar{
	margin-bottom:1em;
	}
header.notcurrentmonth h3
{
    color:#999999;

}
/* usercard - view upper div */
#usercard-upper
{
	min-height:220px;
}
.events-today h3{
	text-transform:none;
	font-size: 0.9rem;
	margin-bottom:0;
}
.events-today h3 a{
	color:#007dc6;
	text-decoration:none;
}
div.event-today-image{
	overflow-y:hidden;
	height:0;
	padding-bottom:100%;
	border-radius:4px;
	margin-bottom:1em;
}
.events-today img.image.fit{

	margin-bottom:1rem;
}
.weeklist h3{
	line-height:1;
	margin-bottom:0.5rem;
}
.weeklist p{
	margin-bottom:1em;
}
table.activitytable .current{
    background-color:#83f29b;
}
table.activitytable .future{
    background-color:#d5f3f7;
}
p.barcode.librarycard{
    background-color:#ffffff;
}
h3.card-image img{
    display:block;
    max-height:3em;
    margin-left:auto;
    margin-right:auto;
}
#youthcardcontent
{
    padding-right:2em;
}
p.barcode
{
    margin-top:1em;
}
div.activitycalendar
{
    background-color:#ffffff;
}
body.activitycalendar #wrapper &gt; .main &gt; .inner{
    max-width:95%;
}
body.activitycalendar #wrapper &gt; .main &gt; .inner.list,
body.activitycalendar #wrapper &gt; .main &gt; .inner.view
{
    max-width:58rem;
}
.gmnoprint button{
    color:#333333!important;
    line-height:inherit;
}
.activityview h3{
    margin-bottom:0.5em;
    margin-top:1em;
}
.activityview h4{
    font-size:0.8rem;
    margin-bottom:0;
    font-weight:normal;

}
div.activityoptions
{
    margin-top: 1em;
}

.activityview p{
    margin-bottom:0;
}
#user-list{
    background-color:#ffffff;
}

div.activitylistbox span.full{
    font-weight:bold;
    color:red;
}
div.activitylistitem h3.activityclass{
    height:4em;
}</pre></body></html>