/* PUBLICATION STYLEZZZ */

.kesearch_searchbox { margin: 0; padding: 0; border: 0; }

.tx-kesearch-pi1 {
  font-family: "Source Sans Pro",Arial,sans-serif;
  font-size: 15px;
  line-height: 20px;
}
#kesearch_filters .list { border-bottom: 2px solid #d4d4d4; padding-bottom: 10px; margin-bottom: 20px; }
#kesearch_filters .list li input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}

#kesearch_filters .list .head { border: none; padding: 0; }
#kesearch_filters .list .head .uk-panel,
.kesearch_searchbox .foot .uk-panel { 
  border: none; 
  background: #f08b28;
  color: white;
  font-weight: 600;
  box-shadow: 0 -4px rgba(238, 113, 38, 1) inset;
}
.kesearch_searchbox .foot .uk-panel { padding: 0; }

#kesearch_filters .list ul.checkboxList { border: none; padding: 0 0 10px 0; }
#kesearch_filters .list ul.checkboxList > li { color: white; }
#kesearch_filters .list ul.checkboxList > li > .uk-panel {
  background: rgba(185,185,185,1);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.4) inset;
}
#kesearch_filters .list ul.checkboxList > li:hover > .uk-panel { background: rgba(185,185,185,0.8); }
#kesearch_filters .list .uk-panel.uk-panel-box, .kesearch_searchbox .foot .uk-panel { border-radius: 0; }

#kesearch_filters label { display: block; width: 86%; color: #ffffff; text-transform: uppercase; font-weight: 700;}

a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt,
a.kesGreyButt:hover, span.resetbutt a:hover, span.submitbutt input:hover, input.kesGreyButt:hover, span.kesGreyButt:hover {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  color: rgba(255,255,255,1);
  font-family: "Source Sans Pro",Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
span.submitbutt input:hover { color: rgba(255,255,255,0.8); }


/* Base for label styling */
#kesearch_filters [type="checkbox"]:not(:checked),
#kesearch_filters [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#kesearch_filters [type="checkbox"]:not(:checked) + label,
#kesearch_filters [type="checkbox"]:checked + label {
  position: relative;
  padding-right: 15px; padding-left: 15px;
  cursor: pointer;
}

/* checkbox aspect */
#kesearch_filters [type="checkbox"]:not(:checked) + label:before,
#kesearch_filters [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right:0; top: -1px;
  width: 17px; height: 17px;
  border: none;
  background: none;
  border-radius: 3px;
  box-shadow: none
}
/* checked mark aspect */
#kesearch_filters [type="checkbox"]:not(:checked) + label:after,
#kesearch_filters [type="checkbox"]:checked + label:after {
  content: 'x';
  position: absolute;
  top: 0; right: 5px;
  font-size: 18px;
  line-height: 0.8;
  color: #ffffff;
  transition: all .2s;
  font-family: "Arial",sans-serif;
  font-weight: 400;
  text-transform: none;
}
/* checked mark aspect changes */
#kesearch_filters [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#kesearch_filters [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
#kesearch_filters [type="checkbox"]:disabled:not(:checked) + label:before,
#kesearch_filters [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#kesearch_filters [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#kesearch_filters [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
#kesearch_filters [type="checkbox"]:checked:focus + label:before,
#kesearch_filters [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
#kesearch_filters label:hover:before {
  border: none;
}

#kesearch_filters [type="checkbox"]:checked,
#kesearch_filters .checked {
    background-color: #5c5c5c;
}

#kesearch_results { border: 1px solid #e5e5e5; margin-bottom: 25px; clear: both; }
#kesearch_results .uk-alert { margin-bottom: 0; }
#kesearch_results .result-list-item { position: relative; padding: 5px 25px 15px 25px; margin: 0; border-bottom: 1px solid #e5e5e5; }
#kesearch_results .result-list-item:last-child { border-bottom: none; }
#kesearch_results h4.ka-handler { color: #656565; width: 94%; }
#kesearch_results h4.ka-handler:after { content: '+'; position: absolute; right: 30px; top: 20px; font-weight: 700; font-size: 36px; }
#kesearch_results .ka-panel.close h4.ka-handler:after { content: '+'; }
#kesearch_results .ka-panel.open h4.ka-handler:after { content: '–'; right: 32px; top: 17px; }
#kesearch_results .ka-handler > .uk-grid > div { font-size: 15px; font-weight: 400; color: #656565; }
#kesearch_results .ka-handler > .uk-grid > div:last-child { font-style: italic; }
#kesearch_results .ka-handler b, #kesearch_results .ka-handler strong { color: #656565; }

#kesearch_results .result-list-item:nth-child(even) { background-color: none; }
#kesearch_results .result-list-item:nth-child(odd) { background-color: #ffffff; }

#kesearch_pagebrowser_top, #kesearch_pagebrowser_bottom { font-size: 15px; font-weight: bold; text-align: center; margin-bottom: 25px;}
#kesearch_pagebrowser_bottom .pages_total { border-top: none; }
#kesearch_pagebrowser_top .pages_total, #kesearch_pagebrowser_bottom .pages_total { background: none; margin-bottom: 15px; padding: 8px 0; }
#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a { padding: 0; }
#kesearch_pagebrowser_bottom .kesearch_pagebrowser a { display: inline-block; height: 44px; width: 44px; line-height: 44px; color: white; text-align: center; background: rgba(185,185,185,1); box-shadow: 0 -4px rgba(0, 0, 0, 0.4) inset; }
#kesearch_pagebrowser_bottom .kesearch_pagebrowser a.next, #kesearch_pagebrowser_bottom .kesearch_pagebrowser a.prev { width: auto; }
#kesearch_pagebrowser_top a.current, #kesearch_pagebrowser_bottom a.current { color: #fff; background: rgba(92,92,92,1); }
.kesearch_pagebrowser li { display: inline-block; margin: 2px; }
.tx-kesearch-pi1 a.next, .tx-kesearch-pi1 a.prev {
    color: white;
    height: 44px;
    margin: 0 0 -17px;
    padding: 0 12px !important;
    width: auto;
}
#kesearch_pagebrowser_top div.result_txt, #kesearch_pagebrowser_bottom div.result_txt { font-weight: 400; font-size: 12px; margin: 0 0 5px; }

#kesearch_results a, .ordering a { color: #f68630; }

/* ORDERING */
#kesearch_num_results, #kesearch_ordering { width: 50%; float: left; padding: 10px 0; }
#kesearch_ordering { float: right; }

.ordering ul {}
.ordering ul li { display: inline; float: left; padding: 0 10px; }
.ordering ul li:last-child { padding-right: 0; }
.ordering ul li a { display: block; }

.result-list-item .add-txt-content .ext-link, .result-list-item .add-link .ext-link { display: block; width: auto; text-align: right; clear: both; }
.result-list-item .add-txt-content .ext-link:before, .result-list-item .add-link .ext-link:before { display: inline-block; font-family: "FontAwesome"; content: ''; margin-right: 5px; }

/* powermail */
.powermail_create { background:none; padding:0; }

@media only screen and (max-device-width: 1160px)  {
  #kesearch_filters label { font-size: 13px;  width: 94%; }
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { padding-left: 0; }
}
@media only screen and (max-device-width: 667px)  {
  .back-to-top { display: none; }
  body, .tx-kesearch-pi1 { font-size: 14px; }
  #kesearch_results .result-list-item { padding: 5px 10px 10px 10px; }
  .result-list-item h4.ka-handler { margin-top: 5px; margin-bottom: 5px; }
  .result-list-item .add-txt-content .ext-link, .result-list-item .add-link .ext-link { text-align: left; }
  #kesearch_results h4.ka-handler:after { right: 10px; top: 10px;}
  #kesearch_results .ka-panel.open h4.ka-handler:after { right: 10px; top: 8px; }
  #kesearch_results .ka-handler > .uk-grid > div { font-size: 14px; }
}
@media only screen and (max-device-width: 480px)  {
  #kesearch_filters label { font-size: 12px;  width: 100%; }
  .uk-panel-box { padding: 8px 10px; }
  [type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after { right: 12px; top: 2px; font-size: 14px; }
  a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt, a.kesGreyButt:hover, span.resetbutt a:hover, span.submitbutt input:hover, input.kesGreyButt:hover, span.kesGreyButt:hover { padding: 10px 0; }
  
}


