
/* - ++resource++awesomplete.css - */
@media all {
/* https://www.nzihf.co.nz/portal_css/++resource++awesomplete.css?original=1 */
.awesomplete [hidden] {
display: none;
}
.awesomplete .visually-hidden {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.awesomplete {
position: relative;
}
.awesomplete > input {
display: block;
}
.awesomplete > ul {
position: absolute;
left: 0;
z-index: 1;
min-width: 100%;
box-sizing: border-box;
list-style: none;
padding: 0;
margin: 0;
background: #fff;
}
.awesomplete > ul:empty {
display: none;
}
#form-widgets-education .awesomplete > ul,
#datagridwidget-tbody-Education .awesomplete > ul {
border-radius: .3em;
margin: .2em 0 0;
background: hsla(0,0%,100%,.9);
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
border: 1px solid rgba(0,0,0,.3);
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
list-style-type:none;
margin:0;
text-shadow: none;
}
@supports (transform: scale(0)) {
.awesomplete > ul {
transition: .3s cubic-bezier(.4,.2,.5,1.4);
transform-origin: 1.43em -.43em;
}
.awesomplete > ul[hidden],
.awesomplete > ul:empty {
opacity: 0;
transform: scale(0);
display: block;
transition-timing-function: ease;
}
}
/* */
.awesomplete > ul:before {
content: "";
position: absolute;
top: -.43em;
left: 1em;
width: 0; height: 0;
padding: .4em;
background: white;
border: inherit;
border-right: 0;
border-bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.awesomplete > ul > li {
position: relative;
padding: .2em .5em;
cursor: pointer;
}
.awesomplete > ul > li:hover {
background: hsl(200, 40%, 80%);
color: black;
}
.awesomplete > ul > li[aria-selected="true"] {
background: hsl(205, 40%, 40%);
color: white;
}
.awesomplete mark {
background: hsl(65, 100%, 50%);
}
.awesomplete li:hover mark {
background: hsl(68, 100%, 41%);
}
.awesomplete li[aria-selected="true"] mark {
background: hsl(86, 100%, 21%);
color: inherit;
}
/* */

}


/* - ploneCustom.css - */
@media all {
/* https://www.nzihf.co.nz/portal_css/ploneCustom.css?original=1 */
.userrole-member #content div.documentByLine { display:block!important; }
.userrole-member.section-front-page #content div.documentByLine { display:none!important; }
.site-NZIHF #portal-personaltools dd a:hover { color:#fff!important; }
#content #content-core table[summary*="Group"] img, #content #content-core table[summary*="group"] img { padding: 3px; }
input.context, input.standalone, input.destructive, input[type="submit"], input[type="button"], #content a.button { margin-bottom:1px; }
.site-NZIHF dl.portlet a:hover, .site-NZIHF .portlet a:hover {
color: #0077a5 !important;
}
html#iframe { height:auto; }
.site-NZIHF #document-toc { background:#fff; }
.site-NZIHF #document-toc dt.portletHeader { background:#fff; color:#333; margin-left:1em; }
@media only screen and (max-width: 325px){body.site-NZIHF { font-size:15px; }}
}

