﻿body {
    font-size: 14px;
    font-family: "Segoe UI", Arial, Sans-serif;
}

/*Door telerik geadviseerd*/

/*input, textarea, keygen, select, button {   

    margin-top: 1px;
    margin-bottom: 1px;
}  /*overrule chrome user agent stylesheet*/

input[type="radio"] {
    margin-top:0;
    margin-bottom: 0; 
}

.noMargin {
    margin-top:0;
    margin-bottom: 0;
}

.top {
    vertical-align: top;
}


#topsection
{
    height: 115px; /*Height of top section*/
}
        
#contentwrapper
{
    float: left;
    width: 100%;
    min-height: 627px; 
}

#contentcolumn {
    margin-left: 135px; /*Set left margin to LeftColumnWidth*/
    background: #EEF3FB;
    border-color: #E0DFE3;
    border-width: 1px;
    border-style: solid solid solid solid;
    color: #000000;
    min-width: 1066px;
    min-height: 627px;
    /*min-height: 100%;*/
    /*eigen*/
    /*margin-bottom: -99999px;
    padding-bottom: 99999px;*/
}

#leftcolumn {
    vertical-align: top;
    text-align: left;
    float: left;
    width: 135px; /*Width of left column*/
    margin-left: -100%;
    min-height: 627px;
    line-height: 1.5;
    /*eigen*/
    /*margin-bottom: -99999px;
    padding-bottom: 99999px;*/
    background-color: white;
}
        
.headerwithpagesize
{
	background-color: #EEF3FB; 
	vertical-align: top; 
	padding-left: 10px; 
	height: 30px; 
	color: #000000;
}
        
.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}  

.notube
{
	margin: 0px;
} 

.RadPicker {
    display: inline-table;
}

.organisationPopupTabPage
{
    padding: 5px; 
    width: 810px; 
    border-style: outset; 
    border-width: thin; 
    border-color: inherit; 
    float: none; 
    margin-right: 25px; 
    height: 295px;
}

.modalBackground
{
    background-color: Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #FFFFAD;
    border-width: 1px;
    border-style: solid;
    border-color: #333399;
    padding: 0px;
    width: 250px;
}

.modalPopupTitle
{
    width: 100%;
    height: 25px;
    background-color: #333399;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-family: Tahoma;
}

a.menuoptions:hover
{
    text-decoration: underline;
    background-color: #DDE2EA;
}

a.menuoptions
{
    text-decoration: none;
}

.menublock
{
    font-size: 12px;
    padding: 2px 5px 3px 5px;
    display: block;
}

.filterbox
{
    width: 105px;
    height: auto;
    padding: 5px;
}

.pageView
{
    border: 1px solid #E0DFE3;
    margin-top: -4px;
}

.radCmbUl
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.radCmbItemCol
{
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

.Spaced
{
    letter-spacing: 8px;
}

div.menu_compact
{
    vertical-align: top;
    text-align: left;
    float: left;
    width: 125px;
    height: 627px;
    line-height: 1.5;
}

.legend {
    font-size: small;
    font-family: "Segoe UI", Arial, Sans-serif;
    color: #003399;
}

.fieldset
{
    padding: 5px 15px 5px 15px;
    width: 90%;
}

#message {
    position:fixed;
    top:0px;
    left:170px;
    width:1070px;
    z-index:105;
    text-align:center;
    /*font-family:Tahoma,Verdana,Arial;*/
    font-weight: normal;
    font-size: 14px;
    color:#336699;
    padding:10px 0px 10px 0px;
    background-color:#FF9B35;
}

#message span {
    text-align: center;
    width: 80%;
    float:left;
}

#message span a {
	color:#336699;
    text-decoration: underline;
}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#AF6A24;
    text-decoration:none;
    border:1px #AF6A24 solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #AF6A24;
}

div.addressdetails {
    height: 25px; 
    padding-left: 125px;
}

.menulogo {
    background-image: url('/Images/LogobarMirror.png');
    background-repeat: repeat-x;
}

.RadComboBoxDropDown.rcbScroll {
    Float: none !important;
}

.error_purple {
    color: #800080;
    font-weight: bold;
}

.error_deceased {
    color: #ff4800;
    font-weight: bold;
}


.error_red {
    color: #FF0000;
    font-weight: bold;
}

.error_none {
    color: #000000;

}

a.ondersteuning:link {
    text-decoration: none;
    font-weight: bold;
    background-color: #003399;
    color: greenyellow;
    font-family: Verdana,Arial;
    font-size: 12px;
}

a.ondersteuning:visited {
    text-decoration: none;
    font-weight: bold;
    background-color: #003399;
    color: greenyellow;
    font-family: Verdana,Arial;
    font-size: 12px;
}

.noBorder {

    border-collapse: collapse;
    border-spacing:0px;
}
table.noBorder tr td {
        padding: 1px; /* cellpadding */
    }

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}


.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

/* Radmenu */

.rmRootGroup
{
    height:38px;
}

.rmRootGroup.rmHorizontal .rmItem .rmLink.rmRootLink {
    font-weight: bold;
    min-Width: 127px !important;
}

.RadMenu_Silk .rmRootGroup {
    border: none !important;
}

.RadMenu_Silk .rmRootLink:hover {
    border-top: 4px solid #003399 !important;
    color: #003399 !important;
}
.RadMenu_Silk .rmRootLink.rmSelected {
    border-top: 4px solid #003399 !important;
    color: #003399 !important;
}
.RadMenu_Silk .rmRootLink.rmExpanded {
    border-top: 4px solid #003399 !important;
    color: #003399 !important;
}

/*.RadMenu_Silk .rmGroup .rmLink.rmExpanded, .RadMenu_Silk .rmGroup .rmLink:hover, .RadMenu_Silk .rmGroup .rmLink.rmFocused, .RadMenu_Silk .rmGroup .rmLink.rmSelected {
    background-color: #2583A3 !important;
}*/



.RadMenu {
    z-index: 2500 !important;
}


/* Radlabels*/

.RadLabel.leftmenu{
    Font-Size: small;
    color: #BF0028;
    font-weight: bold;
}

.RadLabel.applicationheader {
    Font-Size: large;
    color: #003399;
    font-weight: bold;
}

.RadLabel.application {
    Font-Size: small;
    color: #BF0028;
    font-weight: bold;
}

.RadLabel.error {
    Font-Size: small;
    color: red;
    font-weight:bold;
}

.RadLabel.succes {
    Font-Size: small;
    color: red;
    font-weight: bold;
}

.RadLabel.login {
    Font-Size: small;
    color: #003399;
}

.RadLabel.busy {
    Font-Size: small;
    color: red;
    font-weight: bold;
}

.RadLabel.gridheader {
    Font-Size: Medium;
    color: #BF0028;
    font-weight: bold;
    letter-spacing: 8px;
}

.RadLabel.graymessage {
    Font-Size: Small;
    color: Gray;
    font-style:italic;
}

.RadLabel.vetgroot {
    Font-Size: Medium;
    color: #003399;
    font-weight:bold;
}
/*radpagelayout*/
.pagelayout {
    background: #EEF3FB;
    border-color: #E0DFE3;
    border-width: 1px;
    border-style: solid solid solid solid;
    height: 627px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*radpushbutton*/

.RadPushButton.menubutton {
    border: 0;
    background:none !important;
    color: #003399 !important;
    font-size: Small !important;
    width:100%;
    margin:0;
    padding:0;
    text-align:left;
}

    .RadPushButton.menubutton:hover {
        background-color: #bceff8 !important;
    }

.RadPushButton.clean {
    border: 0;
    background: none !important;
    color: #003399 !important;
    font-size: Small !important;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .RadPushButton.clean:hover {
        background-color: #bceff8 !important;
    }

    .RadPushButton.clean .rbIcon:before {
        font-size: 20px !important;
    }

/*radLinkbutton*/

.RadLinkButton.menubutton {
    border: 0;
    background: none !important;
    color: #003399 !important;
    font-size: Small !important;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}


    .RadLinkButton.menubutton:hover {
        background-color: #bceff8 !important;
    }


/*radwindow popup styling */

/*updateprogress */

.radwindowupdateprogress
{
    padding-top:4px;
    text-align:center;
}

/*knoppen */
.footerbuttons {
    position:relative;
    bottom: 0px;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
}

.RadNotification.notification .rnContent {
    padding: 10px 10px 10px 10px !important;
}

.aspradiobutton {
    font-size: 12px !important;
    font-family: "Segoe UI", Arial, Sans-serif !important;
    color: #333 !important;
}


