﻿.BackgroundCssClass
{
    background: #0096c8 url('../../Images/bg.png') repeat-x fixed left top;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.PopupControlCloseButton
{
    float: right;
    font-family: WK-icomoon;
    text-decoration: none;
}
.PopupControlCloseButton:before {
    content: "\e913";
}

    .PopupControlCloseButton:hover {
        cursor: pointer;
        color: #b8e26f;
    }

.rounded-panel .content .popup-content
{
    overflow-y: hidden;
    overflow-x: hidden;
}

.rounded-panel .top-header-center{
    padding: 10px;
}



.rpMain {
    width: 450px;
}

 

.display-none {
    display: none;
}

 

.visibility-hidden {
    visibility: hidden;
}

 

.eigenschappenDiv {
    border-bottom: solid 5px;
    border-color: #2481c6;
    box-shadow: 0 2px 4px 0 #dadada;
    background-color: #fff;
    padding: 10px;
}

 

.eigenschappenDetailsDiv {
    clear: both; line-height: 10px;
}

 

.wachtwoordVereistenDiv {
    margin-top: 20px
}

 

.wachtwoordVereistenDivDetails {
    clear: both;
    line-height: 10px;
}

.display-blocked {
    display: block;
}