﻿html, body, form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.topPaneContent a {
    color: #909195;
    text-decoration: none;
}

#TopPane {
    background: #3F3F3F url("images/header-darks.png") no-repeat;
}

#MenuPane {
    background-color: #3F3F3F;
}

#leftpane_content {
    height: 100%;
}

#leftpane_menu {
    height: 100%;
}

.ApplyPosition {
    position: relative !important;
}

.loading-full {
    opacity: 0.3; /*non-IE browsers, 0-1*/
    -moz-opacity: 0.3; /*old Mozilla browsers, 0-1*/
    filter: alpha(opacity=30); /*IE, 0-100*/
    background-color: #999;
    height: 100%;
    width: 100%;
}

.loading {
    opacity: 1; /*non-IE browsers, 0-1*/
    -moz-opacity: 1; /*old Mozilla browsers, 0-1*/
    filter: alpha(opacity=100); /*IE, 0-100*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 184px;
    height: 193px;
}

.grid-class .rgDataDiv {
    height: auto !important;
}

.floatcontainer {
    float: right;
}

.inner {
    border: 0px solid red;
    padding-top:3px;
    position: fixed;
}

.floatcontainer, .inner {
    width: 100px;
    align-content: right;
}
#label-info {
    width: 150px;
}
.itemstyle-row {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.fieldset-handtekening {
    margin: 0px;
    padding: 10px 10px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 1px #cccccc;
    background-color: #eeeeee;
}


