/* 
    Created on : 2-dec-2018, 11:09:24
    Author     : Klaus Spithost
*/

#rr_zoekscherm {position: relative;margin-bottom: 50px}
#rr_zoekitems {width:50%}
#rr_zoekresultaten {width: 100%;margin-bottom: 70px}
#rr_templateuitvoer {
    position: fixed; 
    display: none;
    border: #777 1px solid;
    background: #BECAAA; /*#F5E2C6 */
    z-index: 1;
    top: 10%;
    height: auto;
    width: auto;
    max-width: 600px;
}
#rr_sluiten {position: relative;top:0px;text-align:right;width: 98%}
#rr_content {padding: 10px}
.rr_detaillabel {float: left;width: 270px;font-weight: bold}
.rr_detailinhoud {float: left}

.rr_zoekitem
{
    width: 100%;
}

.rr_label 
{
    width: 180px;
    display: inline-block;
    color: #000;
    font-size: 16px;
}

#rr_zoekuitleg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}

/* styling de regels in het overzicht */
.rr_naamregel {width: 40%;float: left;overflow:hidden;height: 24px}
.rr_rolregel {width: 20%;float: left;overflow:hidden;height: 24px}
.rr_plaatsregel {width: 20%;float: left;overflow:hidden;height: 24px}
.rr_jaarregel {width: 20%;float: left;overflow:hidden;height: 24px}

.rr_table {border:none}
.rr_th, .rr_td {border:none;padding: 0px 8px;vertical-align:top}

#jtopzoekscherm 
{
    top: 40px;
    left: 25px; 
    bottom: unset;
    background-color:#313131;
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    text-align: center;
    z-index: 300;
    line-height: 36px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
#jtopzoekscherm a {color: #FFFFFF}
#jtopzoekscherm:hover {
    background-color: #BECAAA;
}
#jtopzoekscherm a:hover {text-decoration: none}
