<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Select control */
div.pnlSelect
{
    margin-bottom: 10px !important;
}

/* Tabcontainer */

.ajax__tab_xp .ajax__tab_header,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
                                                 }

.ajax__tab_xp .ajax__tab_header {
    border-bottom: 1px solid #999;
                                }

.ajax__tab_default .ajax__tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    height: 36px !important;
                                                 }

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    border-bottom: 2px solid rgba(0, 120, 212, 1);
                                                                   }

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    margin-left: 3px;
    padding-left: 0 !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner:hover {
    border-bottom: 2px solid lightgray;
}                                                 

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab span 
{
    font-weight: 600;
}


/* Knoppen */

input.button,
a.button,
input.submit
{
    background-image: none !important;
    font-weight: 600;
    text-transform: uppercase;
}

/* Geen titel meer weergeven*/
body #ctl00_pageTitle
{
    display: none;
}


/* Andere kleur voor de header van een lijst */
div div.fwGridViewWrap table tr th.defaultHeaderStyle,
div div.fwGridViewWrap table tr th.defaultHeaderStyle a {
    background-color: #F5CA23;
    color: black;
}


/* Uitlijnen icoon dienst */
body .RadMenu .rmRootGroup li.MenuImage img.rmLeftImage {
    margin-top: -3px;
}

/* Tonen/verbergen detail plakt teveel op de gridview */
div div.pnlHideDetail 
{
    margin-bottom:10px;
    width: fit-content;
}

/* Aanpassingen reizenData */

div.reizenData div div.layout_fix {
    margin-right: 45px;
    margin-top: 6px;
}

div.reizenData .btnReisRapport {
    margin-left: 11px;
    position: absolute;
    outline: none;
}

/* Hide show detail */
.pnlHideDetail {
    padding-top: 10px;
    position: absolute;
    float: right;
    width: 100%;
    right: 8px;
 }


#ctl00_ContentPlaceHolder1_ctl01_list_gridview_toolbar,
#ctl00_ContentPlaceHolder1_ctl01_list_toolbar {
    display: flow-root !important;
    right: 40px;
    position: relative;
    margin-bottom: 3px;
}

</pre></body></html>