/*
colours:


*/
/*
.adminpencil
{
	display:none;
}
*/
.partner-description-short
{
	height:50px;
	
	overflow:hidden;
	margin-bottom:1em;
	text-overflow: ellipsis;
	
	 
}
.partner-acronym
{
	height:2em;
	font-size: 1.3rem;
	
}
h3.partner-companyname{
	font-size: 0.9rem;
	text-transform:none;
	height:4em;
	font-weight: 600;
	letter-spacing: 0.05em;
}

/* MAIN LOGO */


.mainlogo
{
	width: 100%;
	max-width:450px;
	height: auto;
	-webkit-filter:drop-shadow(5px 5px 10px white);
	filter:drop-shadow(5px 5px 10px white);
}

img.partnerlogo
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
img.partnerlogo.active
{
	filter:none;
	-webkit-filter: none;
}
/* Even height images and divs */
@media screen {
	.image.fitheight
	{
		height: 0;
		padding-bottom: 75%;
		overflow-y: hidden;
		background-color: #ffffff;
	}
	div.categoryitem{
		height:450px;
	}
}
@media screen and (max-width: 1280px) {
	.image.fitheight
	{
		height: 0;
		padding-bottom: 75%;
		overflow-y: hidden;
		background-color: #ffffff;
	}
}
@media screen and (max-width: 980px) {
	.image.fitheight
	{
		height: 0;
		padding-bottom: 75%;
		overflow-y: hidden;
		background-color: #ffffff;
	}
	
}
@media screen and (max-width: 736px) {
.image.fitheight
	{
		height: 0;
		padding-bottom: 75%;
		overflow-y: hidden;
		background-color: #ffffff;
	}
	div.categoryitem{
		height:auto;
	}
}

/* DISCUSSION */

section.toolbar
{
	width:100%;
	clear:both;
}
.toolbar ul
{
	list-style:none;
	
}

.toolbar ul li
{
	clear:none;
	display:inline;
}
.logo img{
	 position:absolute;
     top:0;
     left:0;
}

.boxcontent {
    padding: 2.9em 3em;
}
.boxcontent {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
}

article.content,
div.content {
    padding: 2.9em 3em;
}
article.content,
div.content {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
}
body#tinymce{
	background:none;
	background-color:#ffffff !important;
}



div.adminpencil{
top:60px!important;
}
div.adminpencil .button{
background-color: #ffffff !important;
}
.pageitem h2
{
	font-size:1.2rem;
	text-transform:none;
	height:4em;
}

.filelist h3{
	text-transform:none;
	font-size:1.1rem;
}
.filelist-title h3{
	height:4em;
}

div#headermenu
{
	height:3em;
	padding-right:3em;
	
	text-align:right; 
	background-color:#1B4E8E;
}
#topsearchdiv {
       /* position: absolute;*/
       /* right: 15em;  */
        left: auto;
        /*width: 25em;  */
        white-space: nowrap;
        
    }
#topsearchform {
    float: left !important;
    position: relative;
    left: 5em;
    }
button.topsearch {
    font-size: 14pt;
    vertical-align: middle;
    }    
input.topsearch {
    width: 15em !important;
    display: inline !important;
    margin-right: 1em;
    height: 2em !important;
    }
    .accordion {
  background-color: #fefefe;
  max-width: 90%;
  margin: 50px auto;
  border-top: 6px solid #DD8738;
  line-height: 1.6;
  box-shadow: 5px 5px 10px 0px #a4bac1;
}
 #fundingaccordion.accordion {
     max-width: 95% !important; 
     }
.accordion__item {
  border-bottom: 1px solid #dce7eb;
}
.accordion__title {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;   
  font-weight: 400;
}
.accordion__title:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 12px;
  color: #000;
}
.accordion__title h5 {
  /*border-bottom: 1px solid #000;*/
  font-size: 14pt;
  display: inline-block;
}
.accordion__title:hover, .accordion__title:focus {
  cursor: pointer;
  outline: none;
}
.accordion__title:hover h5, .accordion__title:focus h5 {
  border-bottom-color: #a8bdc4;
  display: inline-block;
}
.is-expanded .accordion__title:before {
  content: "";
}
.accordion__content-inner {
  padding: 0 40px 10px 40px;
}
.accordion__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
td.linked_day {
    background-color: #DD8738 !important;
    font-weight: bold;
    }
    
#editreporttable_controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#editreporttable_controls > * {
	margin-bottom: 1.5em;
}

#editreporttable_add_rows label {
	display: inline-block;
}

#editreporttable_container {
	max-height: 50vh;
	position: relative;
	margin-bottom: /*1.5em*/ 3em;
}

#editreporttable {
	height: inherit;
	max-height: inherit;
}

body {
	--tabulator-error-color: rgba(255, 0, 0, 0.2);
	--tabulator-missing-color: rgba(35, 116, 195, 0.3);
	--tabulator-autocomplete-color: rgba(255, 165, 0, 0.2);
}

.editreporttable_legend {
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	background: linear-gradient(to right, #fff 50%, #efefef 50%);
}

.editreporttable_legend > span {
	display: inline-block;
	width: inherit;
	height: inherit;
}

.editreporttable_legend > span.error {
	background-color: var(--tabulator-error-color);
}

.editreporttable_legend > span.missing {
	background-color: var(--tabulator-missing-color);
}

.editreporttable_legend > span.autocomplete {
	background-color: var(--tabulator-autocomplete-color);
}

.editreporttable_legend_container figure {
	display: block;
	margin-bottom: 1.5em;
} 

.editreporttable_legend_container figcaption {
	display: inline-block;
}

#editreporttable_open_instructions {
	margin-bottom: 3em;
}

ul.editreporttable_instructions {
	margin: 0;
}
.fancybox-content:has(ul.editreporttable_instructions) {
	max-width: 80%;
}
    
.sol-selection {
	max-height: 15em;
}