/* Urteilsdatenbank, adapted from uk */

.ui-datepicker .ui-datepicker-header {
    background: #dddddd;
    border: #dddddd;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}

div.conjunctionWrapper {
  padding-left: 5px;
}
div.conjunctionWrapper div:first-child {
  padding-top: 15px; 
}
div.conjunctionWrapper .conjunctionExtra {
  padding: 0 0 0 15px;
}
div.conjunctionWrapper .conjunctionExtra2 {
  padding: 0 0 0 15px;
}
#mitte .udb div.dateexact,
#mitte .udb div.datefrom,
#mitte .udb div.dateto {
  display: flex;
  margin-bottom: 5px;
}

#mitte .udb .dateexact label,
#mitte .udb .datefrom label,
#mitte .udb .dateto label {
   min-width: 60px;
}



html #mitte .conjunctionWrapper input {margin-left: 0;}

#mitte .udb {
   font-size: 0.9rem;
}


#mitte fieldset {
    border: 1px solid #CFCFCF;
    padding: 1em;
}

#mitte .udb legend {
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 1em 0 0.5em;
    width: auto;
    padding: 0 25px;
}


#mitte .udb .filter li { list-style:none; margin-left:0; /*background:url(../images/udb_li2.png) repeat-y 6px 0;*/}
#mitte .categories li  { padding-left: 30px; }
/*#main .categories li > span { margin-left: -30px; }*/
#mitte .categories li > span { margin-left: -33px; }
#mitte .categories li > ul { margin-left: -18px; }
#mitte .categories input { margin-left:-30px; }
#mitte .udb .filter ul { 
  margin-bottom:0px; 
  margin-left: 5px;
  padding: 0;
}
#mitte .udb input { width:auto; margin-right:1em; margin-top:0.1em;}
#mitte .udb label { float:none; }
#mitte .udb .categories label { font-weight:normal; }
.udb .toggler { 
  padding-left:25px; 
  cursor:pointer; 
  background:url(../images/udb_liminus3.png) no-repeat 2px 0px; display:block; font-weight:normal; 
}

.udb .collapsed > .toggler { background-image:url(../images/udb_liplus3.png); }
.f_left { float:left; width:100%; }
.f_right { float:right; width:100%; }
.udb .results li { margin-bottom:1em; }
.asubst.backtolist { display:block; }
#mitte .udb form { padding:0; }

div.udb ul {
  list-style-type: none;
}
