@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* 
{
  font-family: Verdana;
  font-size: 12;
}
td.header
{
font-size:16px;
color:#4D4F53;
font-family: "Arial";
line-height: 19px;
}

input#berekenInkomenButton, input#berekenVerplichtingenButton,
input#berekenInkomenPartnerButton, input#berekenVerplichtingenPartnerButton 
{
display: none;
}


div#berekenInkomen,
div#berekenInkomenPartner,
div#berekenVerplichtingen, 
div#berekenVerplichtingenPartner 
{
    color: #fff;
    padding: 8px 8px;
    border: 1px solid #222;
    border-radius: 1px;
    text-decoration: none;
    font-size: 12px;
    background: white;
}

input[type=submit], button
{
    background: url(/unit4/images/button-arrow.png) #6488a7;
    background-repeat: no-repeat;
    background-position: center right 10px;
    cursor: pointer;
    color: #fff;
    float: left;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    padding: 5px 30px 5px 12px;
    margin-top: 15px;
    margin-right: 15px;

    border: 0px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type=submit]:hover {
    background-color: #8a8a8a;
}


.tooltip
{
background: url("https://modules.almexx.nl/unit4/images/woonfonds/i.png") no-repeat center top transparent;
height: 24px;
width: 24px;
display: inline-block;
text-indent: -1000em;
float: right;
margin-top: 5px;
text-align: left;
}

#dhtmltooltip 
{
   font-size: 12px;
   font-family: verdana;
   color: black;
   background: #fff;
   border: 1px solid black;
   position: absolute;
   width: 400px;
   visibility: hidden;
   z-index: 100;
   padding: 3px;
}
#berekenInkomen,
#berekenInkomenPartner,
#berekenVerplichtingen,
#berekenVerplichtingenPartner 
{
    width: 45%;
    display: none;
    position: absolute;
    top: 15px;
    z-index: 5;
    min-width: 410px;
}
.table-label 
{
    width: 50%;
}

td.table-label
{
    font-weight: normal;
    text-align: right;
}

#backgroundLayer {
    width: 98%;
    height: 98%;
    background-color: white;
    position: absolute;
    top: 0px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    z-index: 3;
    display: none;
}
#berekenInkomen input[type=text],
#berekenInkomenPartner  input[type=text],
#berekenVerplichtingen  input[type=text],
#berekenVerplichtingenPartner  input[type=text]
{
width: 130px;
}

#berekenVerplichtingen  span.tooltip,
#berekenVerplichtingenPartner  span.tooltip
{
margin-top: -20px;
}

span.errorMessage {
color: red;
font-size: 11px;
}

span.prefixNextButton:before {
content: '>';
} 

span.prefixNextButton {
color: #f78e1e;
}

div#slider {
width: 320px;
}
table#poweredtable {
display:none;
}
