/* page_addons.css formerly meconx.css begin */

/* add secondary button colour */
.uk-button-secondary {
    background-color: rgba(93, 110, 133, 0.99);
    color: #ffffff;
    text-shadow: none;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus {
    background-color: rgba(93, 110, 133, 0.89);
    color: #ffffff;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
    background-color: rgba(93, 110, 133, 0.89);
    color: #ffffff;
}


.uk-button-link {       border-color: rgba(0, 140, 255, 0.1); }
.uk-button-link:hover { border-color: rgba(0, 140, 255, 0.2); }

.uk-dropdown { /* shadow is missing in main css */
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
/* extend to have further sizes */
.uk-form-width-smaller{ width:80px; }
.uk-form-width-mini{ width:40px; }
.uk-icon-smaller{ /* moved from report.css */
    font-size: 60%;
    vertical-align: 0;
}


/* undo this rule thats in sharedlib/assets/uikit2-custom-style-meconx/css/uikit-custom-style.css
[class*='uk-width'] {
    box-sizing: border-box;
    width: inherit;
}*/


/* debuginfo sections */
.debuginfo{
    opacity: 0.7;
}
.debuginfo .debuginfo {
    opacity: 1;
}

/* form-label bold for all widths (horizontal mode) */
/*@media (min-width: 960px){*/
    .uk-form-horizontal .uk-form-label {
        font-weight: bold;
    }
/*} */

.hidden {
    display: none;
}


a[disabled],
a[disabled]:hover {
    pointer-events: none; /* to support disabling of anchor element interactions */
}


select:focus,
input:focus,
button:focus{
    -moz-outline-radius: 5px;
    outline: 4px solid rgba(0, 148, 255, 0.25) !important;
}
form.onDark select:focus,
form.onDark input:focus,
form.onDark button:focus,
select.onDark:focus,
input.onDark:focus,
button.onDark:focus{
    -moz-outline-radius: 5px;
    outline: 4px solid rgba(124, 201, 255, 0.55) !important;
}

/* screen reader hidden labels - as recommended by https://webaim.org/techniques/css/invisiblecontent/ */
label.srOnly {
    position:absolute;
    left:-20000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


/* top nav bar */
.meconx-navbar{
    padding: 2px 0px 0px 0px;
    border: none;
    background: #1c3251;

    /* make sticky */
    position: sticky;
    top: 0;
    z-index: 1000;
}
.meconx-navbar .uk-form-row{
    background-color: #fff;
    padding: 0px 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.meconx-navbar a ,
.meconx-navbar .uk-link {
    color: #68a5ff;
}
.meconx-navbar a:hover ,
.meconx-navbar .uk-link:hover {
    color: #99c2ff;
}
.meconx-navbar .uk-navbar-nav > li{
    text-shadow: none;
    color: #b9bfd5;
}
.meconx-navbar .uk-navbar-nav > li > a {
    height: 30px;
    margin: 0;
    border: none;
    border-radius: 3px !important;
    text-shadow: none;
    font-size: 15px;
    color: #888;
    padding: 0 5px;
}
.meconx-navbar .uk-navbar-nav > li {
    margin-left: 5px;
    text-shadow: none;
    height: 30px;
}
.meconx-navbar .uk-navbar-nav > li > h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.meconx-navbar .uk-navbar-flip .uk-navbar-nav > li {
    height: revert; /* .meconx-navbar .uk-navbar-flip contains small items which should wrap with minimal added height */
}

.uk-navbar-nav > li > a[href='#'] {
    cursor: pointer;
}

/* menu toggle button, offcanvas color  */
.uk-navbar-toggle { text-shadow: none; color: #91a1bf; }
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus{ color: #616d8b; }
.uk-offcanvas{ background: rgba(86, 109, 140, 0.5); }

/* desktop sidelinks  */
#meconx-fixedsidelinks{
    transition: left 250ms, opacity 250ms linear;
    background-color: #9aa6b2;
    position: fixed;
    top: 0px;
    left: -150px;
    width: 150px;
    border-bottom-right-radius: 12px;
    z-index: 20;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #8c96a2;
    border-bottom: 1px solid #8c96a2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#meconx-fixedsidelinks:hover{
    background-color: #ffffff;
    left: 0px;
}

/* search input in top nav */
.meconx-navbar #mainSearchForm input#mainSearchTextInput {
    height: 28px;
    background-color: #001e3d; color: #eee;
    border-color: #235a8f;
    width: 150px;
}
/* search results */
#searchcontainer .uk-autocomplete .uk-dropdown{ width: 100%; }
#searchcontainer .uk-autocomplete .uk-dropdown ul .tablename{ color: #bfbfbf; }
#searchcontainer .uk-form{ width: 100%; }
#searchcontainer .uk-form #autocompleteinput{ width: 100%; }


/* optional (wideNav) larger width in top navbar */
                             body.wideNav .meconx-navbar .uk-container { max-width: 3000px; }
@media (min-width: 1600px) { body.wideNav .meconx-navbar .uk-container { max-width: 1600px; }}

/*REDUNDANT by specifying empty container-class instead
   if body class fullwidth
body.fullwidth .uk-container-center{ margin-right: unset; margin-left: unset; }
body.fullwidth .uk-container{ max-width: 3000px; padding: 0 10px; }
@media (min-width: 1220px){
    body.fullwidth .uk-container { max-width: 3000px; }
}
*/

/* width mods */
.meconx-wider{ margin: 0 -30px; }
.mainContainer{ padding-top: 10px; }

/* messages */
#meconx-messages {
    /*padding:5px;*/
}
.meconx-message{
    margin-bottom: 5px;
}

.uk-alert{
    font-weight: bold;
}


/* ag-grid - more compact */
.ag-theme-balham div.ag-cell{ padding-left:2px; padding-right:2px; }

/* htmleditor */
/* fix icons alignment */
.uk-htmleditor-navbar-nav > li > a > i{
    line-height: 40px;
}
/* hide style changing buttons */
.uk-htmleditor-navbar > ul {
    display: none;
}
.uk-htmleditor-content > div.uk-htmleditor-code{ border-right: 1px dashed #bbb; }
.uk-htmleditor .CodeMirror{ background: #fff; }
/* preview - pre whitespacing, signature image and use actual font! */
.uk-htmleditor-preview{ white-space: pre; }
.uk-htmleditor-preview img.sigImg{ height:50px; }
.uk-htmleditor-preview{
    font-family: 'bitstream_vera_serifroman', Verdana, Arial, sans-serif;
}
@font-face {
    font-family: 'bitstream_vera_serifroman';
    src: url('webfonts/VeraSerif-webfont.eot');
    src: url('webfonts/VeraSerif-webfont.eot?#iefix') format('embedded-opentype'),
        /*url('webfonts/VeraSerif-webfont.woff2') format('woff2'),*/
    url('webfonts/VeraSerif-webfont.woff') format('woff'),
    url('webfonts/VeraSerif-webfont.ttf') format('truetype'),
    url('webfonts/VeraSerif-webfont.svg#bitstream_vera_serifroman') format('svg');
    font-weight: normal;
    font-style: normal;
}





/* Fonts - taken from https://getuikit.com/v2/docs/css/docs.css, paths modded */
body, h1, h2, h3, h4, h5, h6,
.uk-navbar-nav > li > a {
    /*font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('webfonts/proximanova-light-webfont.eot');
    src: url('webfonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('webfonts/proximanova-light-webfont.woff') format('woff'),
    url('webfonts/proximanova-light-webfont.ttf') format('truetype'),
    url('webfonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('webfonts/proximanova-reg-webfont.eot');
    src: url('webfonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('webfonts/proximanova-reg-webfont.woff') format('woff'),
    url('webfonts/proximanova-reg-webfont.ttf') format('truetype'),
    url('webfonts/proximanova-reg-webfont.svg#ProximaNovaReg') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* uk fixups */
/*.uk-form-controls input:not([type="radio"]):not([type="checkbox"]){
    vertical-align: inherit;
}*/
.uk-form label.inlinelabel{
    display: inline-block;
    min-width:100px;
    font-style: italic;
    font-weight: normal;
}
/*.uk-form label.inlinelabel:after{ content: ':'; }*/
.uk-form div.controlsdiv{ padding-bottom:1px; }
.uk-nav-dropdown > li > a{
}
.uk-nav-header{
    text-transform: none;
}




/* main sidebar/homepage nav tweaks */

.uk-offcanvas-bar {
    width: 470px;
}
.uk-nav-side .uk-nav-sub  li.uk-nav-divider {
    margin-left:0px;
    border: none;
    border-top: 1px solid #eee;
}
.uk-nav-offcanvas .uk-nav-divider {
    height: 8px;
    background: none;
}


.uk-nav-side > li.uk-parent {
}
.uk-nav-side > li.uk-parent > a {
}
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    border: none;
    padding: 2px 4px;
    color: #009390;
    background: none;
}





/* debug link in dropdown */
.uk-nav-dropdown > li .dropdowndebug{
    position: absolute;
    right: 30px;
    top: 0px;
    color: #228627;
}

/* delete links in dropdown */
.uk-nav-dropdown > li .dropdowndelete{
    position: absolute;
    right: 0;
    top: 0;
    color: #8d3e24;
}
.uk-nav-dropdown > li > a.dropdowndelete:hover,
.uk-nav-dropdown > li > a.dropdowndelete:focus {
    background: #8d3e24;
    color: #fff;
}

/* other */
select.noselection{ color: #999; }




/* validationError */
.validationWrapper.validationError{
    /*background: rgba(163, 76, 68, 0.2);*/
    padding-left: 3px;
    border-radius: 5px;
}
.validationWrapper.validationError input,
.validationWrapper.validationError textarea,
.validationWrapper.validationError select{
    border-width: 1px;
    border-color: rgba(163, 76, 68, 0.71);
    box-shadow: 0px 0px 5px rgba(163, 76, 68, 0.4);
}
.validationWrapper.validationError input[type="checkbox"] {
    box-shadow: 0px 0px 5px rgba(163, 76, 68, 0.4);
    background: #fff;
}
.validationWrapper.validationError input[type="radio"] {
    box-shadow: 0px 0px 5px rgba(163, 76, 68, 0.4);
    background: #fff;
}
.validationWrapper i.validationError{
    color: rgba(192, 3, 0, 0.8);
}
/* required asterisk/marker */
.requiredMarker{
    position: relative;
    right:0px;
    top: 0px;
}
.requiredMarker i{
    font-size: 60%;
    vertical-align: top;
    color: #0780bd;
}

/*form.validationErrors */
form.validationErrors .uk-panel-box, /* todo this is not ideal - perhaps find and change*/
.uk-panel-box.validationError{
    background: rgba(165, 77, 69, 0.09);
    color: rgb(133, 1, 0);
    border: 2px solid rgba(163, 76, 68, 0.3);
    border-radius: 3px;
    /*box-shadow: 0px 0px 50px rgba(163, 76, 68, 0.4);*/
}


/* formerly meconx.css end */





/* fixup for positioning taller inputs */
.uk-form textarea {
    vertical-align: text-top;
    margin-top: -3px;
}
.uk-form select[multiple] {
    vertical-align: text-top;
    margin-top: -4px;
}
.radioImages {
    vertical-align: text-top;
}

/* FormFuncs */
/* radios with images */
.radioImages img.labelImg {
    height: 50px;
    width: auto;
}
.radioImages label.radioLabel {
    display: inline-block;
    padding: 2px 5px;
    margin-right: 4px;
    /*min-height: 30px;*/
    min-width: 50px;
    background-color: #f0f0f0;
    border-radius: 7px;
    font-size: smaller;
    font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
    text-align: center;
}
.radioImages input[type="radio"]:checked {
    /*border: 5px solid rgba(0, 102, 255, 0.9);*/
}
.radioImages input[type="radio"] {
    opacity: 0;
    max-width: 0;
}
.radioImages label:has(input[type="radio"]:checked) {
    outline: 3px solid rgba(0, 119, 255, 0.4);
    background-color: rgba(0, 41, 82, 0.15);
}
.radios ,
.radioImages {
    white-space: nowrap;
    display: inline-block;
}
button.uk-button.danger:not(.uk-button-primary) {
    color: #8c0400;
}
button.uk-button.danger:not(.uk-button-primary):hover {
    color: #bb0600;
    border-color: #bb0600;
    box-shadow: 0px 0px 5px rgba(131, 0, 0, 0.2);
}
button.uk-button.uk-button-primary.danger {
}
button.uk-button.uk-button-primary.danger:hover {
    border-color: #bb0600;
}
button.uk-button.uk-button-link-nodecor{
    color: #444444;
}
button.uk-button.uk-button-link-nodecor:focus-visible ,
button.uk-button.uk-button-link-nodecor:focus ,
button.uk-button.uk-button-link-nodecor:active ,
button.uk-button.uk-button-link-nodecor:hover {
    color: #444444;
    text-decoration: none;
}




/* newer FormFuncs (form controls) validation functions use this section for error & warning messages */
.fcMsgWrn ,
.fcMsgErr ,
.fcMsgWrapper {
    --err-text:   rgb(180, 25, 19);
    --err-border: rgb(224, 180, 180);
    --err-bg:     rgb(255, 236, 236);
    --err-bg2:    rgb(250, 240, 240);
    --wrn-text:   rgb(217, 115, 0);
    --wrn-border: rgb(241, 193, 112);
    --wrn-bg:     rgb(255, 242, 221);
    --wrn-bg2:    rgb(250, 247, 240);
}
.fcMsgWrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 14px; /* space below for potential error messages*/
}

.fcMsgWrapper.isErr span,
.fcMsgWrapper.isErr input,
.fcMsgWrapper.isErr select,
.fcMsgWrapper.isErr textarea {
    /*background:   var(--err-bg2) !important;*/
    color:        var(--err-text) !important;
    border-color: var(--err-border) !important;
}
.fcMsgWrapper.isWrn span,
.fcMsgWrapper.isWrn input,
.fcMsgWrapper.isWrn select,
.fcMsgWrapper.isWrn textarea {
    /*background:   var(--wrn-bg2) !important;*/
    color:        var(--wrn-text) !important;
    border-color: var(--wrn-border) !important;
}
.fcMsgWrapper.isWrn input:hover,
.fcMsgWrapper.isWrn select:hover,
.fcMsgWrapper.isWrn textarea:hover,
.fcMsgWrapper.isErr input:hover,
.fcMsgWrapper.isErr select:hover,
.fcMsgWrapper.isErr textarea:hover {
    color: revert !important;
    background: revert !important;
    /*border: inherit !important; no - revert/initial/inherit goes back to browser defaults or similar */
}
.fcMsgWrapper.isErr  label { color: var(--err-text) !important; }
.fcMsgWrapper.isWrn  label { color: var(--wrn-text) !important; }
.fcMsgWrapper.isWrn  label:hover ,
.fcMsgWrapper.isErr  label:hover {
    color: revert !important;
}
.fcMsgWrapper .fcMsg{
    display: none;
    /*opacity: 0;*/
    position: absolute;
    left: -0px;
    bottom: -20px;

    white-space: nowrap;

    border: 1px solid;
    border-radius: 4px;

    padding: 0px 6px;
    font-weight: bold;
    font-size: 11px;
    line-height: 150%;
    /* overflow-x breaks pointer (.fcMsg:before), so cant support this - have to wrap text in a span - see .fcMsg > span below
    max-width: 130px;
    overflow-x: hidden;
    text-overflow: ellipsis; */
    /*transition: all 0.05s;*/
}
.fcMsgWrapper.isWrn  .fcMsg ,
.fcMsgWrapper.isErr  .fcMsg {
    /*opacity: 1;*/
    display: revert;
}

.fcMsgWrapper.isWrn  .fcMsg{
    color:              var(--wrn-text);
    background-color:   var(--wrn-bg);
    border-color:       var(--wrn-border);
}
.fcMsgWrapper.isErr  .fcMsg{
    color:              var(--wrn-text);
    background-color:   var(--err-bg);
    border-color:       var(--err-border);
}
.fcMsgWrapper.isWrn  .fcMsg:before{ border-color: var(--wrn-border); background-color: var(--wrn-bg); }
.fcMsgWrapper.isErr  .fcMsg:before{ border-color: var(--err-border); background-color: var(--err-bg); }

.fcMsg:hover ,
.fcMsgWrapper.isWrn:hover  .fcMsg ,
.fcMsgWrapper.isErr:hover  .fcMsg {
    z-index: +2;
}
.fcMsgWrapper.isWrn:hover ,
.fcMsgWrapper.isWrn:hover  .fcMsg {  box-shadow: 0px 0px 5px var(--wrn-border); }
.fcMsgWrapper.isErr:hover ,
.fcMsgWrapper.isErr:hover  .fcMsg {  box-shadow: 0px 0px 5px var(--err-border); }

.fcMsgWrapper .fcMsg > span {
    display: inline-block;
    max-width: 120px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}
.fcMsgWrapper               .fcMsg > span:hover ,
.fcMsgWrapper.isWrn:hover   .fcMsg > span ,
.fcMsgWrapper.isErr:hover   .fcMsg > span {
    max-width: 100%; /* 100% rather than 'none' to support transition */
}
.fcMsgWrapper  .fcMsg:before {
    position: absolute;
    content: '';
    background-image: none;
    /*z-index: 2;*/
    width: 0.6666em;
    height: 0.6666em;
    /*transition: none;*/

    border-width: 1px 0 0 1px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 8px;

    border-style: solid;
    /*border-left: none;*/

    overflow-x: clip;
}
/* push checkbox message down a bit */
.fcMsgWrapper:has(input[type="checkbox"])  .fcMsg {
    bottom: -27px;
}
/*.fcMsgWrapper.isErr .radios ,*/
/*.fcMsgWrapper.isErr .radioImages {
    background: #fff0f0;
    border-radius: 5px;
}*/
/* for single class spans to give similar results */
.fcMsgWrn ,
.fcMsgErr {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 0px 6px;
    font-weight: bold;
    font-size: 11px;
    line-height: 150%;
}
.fcMsgWrn {
    color:        var(--wrn-text);
    border-color: var(--wrn-border);
    background:   var(--wrn-bg);
}
.fcMsgErr {
    color:        var(--err-text);
    border-color: var(--err-border);
    background:   var(--err-bg);
}






/* uk-form condensed */
.uk-form.condensed .uk-form-row:not(.uncondensed) input[type=file]{
    padding:0;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) input:not([type=checkbox]):not([type=radio]):not([type=file]),
.uk-form.condensed .uk-form-row:not(.uncondensed) textarea {
    padding: 2px 6px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) select{
    padding: 0px 6px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) input:not([type=checkbox]):not([type=radio]):not([type=file]) ,
.uk-form.condensed .uk-form-row:not(.uncondensed) select:not([multiple]) {
    height:25px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) + .uk-form-row {
    margin-top: 4px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) .uk-form-label {
    margin-bottom: -2px;
}
/* only add space for errors if needed */
.uk-form.condensed .uk-form-row:not(.uncondensed) .fcMsgWrapper {
    margin-bottom: 0px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) .fcMsgWrapper.isWrn ,
.uk-form.condensed .uk-form-row:not(.uncondensed) .fcMsgWrapper.isErr {
    margin-bottom: 14px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) .uk-button {
    line-height: 1;
    min-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) .uk-button.uk-button-small {
    line-height:1;
    min-height: 16px;
    padding: 3px 5px;
}

/* fixups */
.uk-form.condensed .uk-form-row:not(.uncondensed) textarea {
    margin-top: -1px;
}
.uk-form.condensed .uk-form-row:not(.uncondensed) select[multiple] {
    margin-top: -1px;
}








.uk-form-controls label {
    font-weight: bold;
}
/* label after checkbox/radion (the checkbox text) should not be bold */
.uk-form-controls input[type="radio"]    + label ,
.uk-form-controls input[type="checkbox"] + label {
    font-weight: normal;
}


table th ,
table td {
    font-size: 14px;
}
table.uk-table-condensed th ,
table.uk-table-condensed td {
    /*font-size: 13px;*/
}
* + .uk-table {
    margin-top: 0px;
}
.uk-table {
    margin-bottom: 4px;
}
.uk-table-condensed th ,
.uk-table-condensed td {
    padding: 2px 4px;
}
.uk-table th, .uk-table td {
    border-bottom: 1px solid #eee;
}
.uk-table-condensed th {
    font-weight: normal;
    padding: 0px 8px;
    font-size: 14px;
    color: #aaa;
}





.cursorPointer{ cursor: pointer; }
.noWrap {
    white-space: nowrap;
    word-break: keep-all;
}
.w10pc{ width:10%; }
.w15pc{ width:15%; }
.w20pc{ width:20%; }
.w25pc{ width:25%; }
.w30pc{ width:30%; }
.w33pc{ width:33%; }
.w40pc{ width:40%; }
.w49pc{ width:49%; }
.w50pc{ width:50%; }
.w60pc{ width:60%; }
.w66pc{ width:66%; }
.w70pc{ width:70%; }
.w75pc{ width:75%; }
.w80pc{ width:80%; }
.w85pc{ width:85%; }
.w90pc{ width:90%; }
.w99pc{ width:99%; }
.w100pc{ width:100%; }

.pad5{ padding: 5px; }
.pad10{ padding: 10px; }
.pad15{ padding: 15px; }
.pad20{ padding: 20px; }

.monospace{ font-family: Consolas, monospace, serif; }
.bold{ font-weight: bold; }
.fontWeightInitial{ font-weight: initial; }

.__BALANCE_CLASS__{ /* used as sr token in php code, exists here so links via IDE */ }
.balanceZero { color: #007c00; }
.balancePlus { color: #c29500; }
.balanceNeg { color: #b43000;  }

.panelStatus,
.paperStatus{
}
.statusPending   { color: rgba(0, 133, 157, 0.99); font-style: italic; }
.statusAccepted  { color: rgba(0, 168, 13, 0.99); }
.statusRejected  { color: rgba(162, 0, 0, 0.99);  }
.statusWithdrawn { color: rgba(157, 122, 0, 0.99); }
.statusTransfer  { color: rgba(71, 0, 157, 0.99); }

.membershipStatusLapsed {             color: rgba(157, 122, 0, 0.99); }
.membershipStatusCurrentPaidUp {      color: rgba(0, 168, 13, 0.99); }
.membershipStatusCurrentOutstanding { color: rgba(162, 0, 0, 0.99); }

.personEmailVerifiedEq1 { color: #007c00; }
.personEmailVerifiedEq0 { color: #cb0000; }

.userStarred{
    /*display: inline-block;*/
    position: relative;
    font-weight: bold;
    padding-left:3px;
    vertical-align: baseline;
}
.userStarred:before {
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    left: -3px;
    /*top: 0px;*/
    font-size: 8px;
    line-height: 1;
    color: #e6b800;
}
.hideUnlessHover{
    opacity: 0.01;
}
.hideUnlessHover:hover{
    opacity: initial;
}



/* ---------- various page specific stuff ---------- */

/* old jobs page
.job form { margin: 0; padding: 0; }

.job,
.job a{ color: #000; }

.job.job-disabled{ opacity: 0.6; color: #000; }

.job.job-bad,
.job.job-bad a,
.job.job-bad button{ color: #d00; background: #fcc; }

.job.job-errors,
.job.job-errors a{ color: #a7000b; }

.job.job-assigned{ font-weight: bold; font-style: italic; background: #e5f6ff; }

.job.job-complete,
.job.job-complete a{ color: #007399; }

.jobid{ font-weight: bold; }

.job.job-errors .error,
.job.job-errors .errorcount{ color: #a7000b; }
*/






/* bookExtract2  body class used in bookextract, so dragging elements are still targetable todo delete */
.bookExtract2 .dragging{
    background: #fff;
    border: 1px solid #e9b19e;
}
.bookExtract2 label.componentName{
    display: inline-block;
    min-width: 150px;
}
.bookExtract2 .uk-panel-box{
    padding:3px;
    background: #fff;
    border: none;
    /*border: 1px solid #e5e9e4;*/
    border-bottom: 1px solid #f0f4ef;
}
.bookExtract2 input{
    font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
}
.bookExtract2 .paragraph{
    background: #f5f7f5;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 6px;
}
.bookExtract2 .paragraph ul{
    padding-top: 10px;
}
.bookExtract2 .paragraph .title{
    font-weight: bold;
}
.bookExtract2 .uk-grid-small > .uk-grid-margin{
    margin-top: 0px;
}




/* bookExtract  body class used in bookextract, so dragging elements are still targetable */
.bookExtract .dragging{
    background: #fff;
    border: 1px solid #e9b19e;
}
.bookExtract label.componentName{
    display: inline-block;
    min-width: 150px;
}
.bookExtract .uk-panel-box{
    padding:3px;
    background: #fff;
    border: none;
    /*border: 1px solid #e5e9e4;*/
    border-bottom: 1px solid #f0f4ef;
}
.bookExtract input{
    font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
}
.bookExtract .paragraph{
    background: #f5f7f5;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 6px;
}
.bookExtract .paragraph ul{
    padding-top: 10px;
}
.bookExtract .paragraph .title{
    font-weight: bold;
}
.bookExtract .uk-grid-small > .uk-grid-margin{
    margin-top: 0px;
}
@media (min-width: 960px){
    .bookExtract .uk-form-horizontal .uk-form-label {
        font-weight: bold;
    }}




