body {
    background-color: #7DD0F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Open Sans","Helvetica Neue",helvetica,arial,verdana,sans-serif;
    background-image: url("../image/normalpagina-1.jpg");
}
body.settings.group1 {
    background-image: url("../image/instellingen.jpg");
}
body.index.group1 {
    background-image: url("../image/Betalingslink.jpg");
}

#form, #form2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 620px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -310px; /* Half the width */
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
}
#nav {
    background-color: #F8AF01;
    height: 50px;
    float: right;
    color: #FFF;
    font-size: 23px;
    padding: 8px 10px 12px 8px;
    cursor: pointer;
    min-width: 200px;
}
#nav a {
    color: #FFF;
}
#localechooser {
    background-color: #F8AF01;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 10px 12px 8px;
}
#conditionsdiv {
    background-color: #F8AF01;
    position:absolute;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    padding: 8px 10px 12px 8px;
    cursor: pointer;
}

.h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 48px;
    font-weight: normal;
}
.intro {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.formcomponents {
    margin-top: 40px;
    width: 408px;
    margin-left: auto;
    margin-right: auto;
}
#forgotPassword, #register {
    float: right;
    cursor: pointer;
    color: #FFF;
}
#register {
    clear:right;
}
#formactions {
    margin-top: 10px;
}
#formactions button {
    color: #FFFFFF;
    cursor: pointer;
}
#form button, #form2 button {
    width: 100%;
}
#formactions .btn-warning {
    background-color: #F8AF01;
    border-color: #F8AF01;
}
.spaceleft.btn-warning {
    margin-left: 24px;
}
#formactions .btn-warning {
    background-color: #F8AF01;
    border-color: #F8AF01;
}
.orange {
    background-color: #F8AF01;
    color: #FFF;
}
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 300px;
    margin-top: -150px; /* Half the height */
    margin-left: -300px; /* Half the width */
}

.maxwidth {
    width: 100%;
}

.popover {
    color: #000;
    width: 300px;
}

.nav-tabs {
    background-color: #F8AF01;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #FBE0A0;
    color: #555;
}

.nav a {
    color: #FFF;
    font-size: 16px;
}

.bootstrap-datetimepicker-widget {
    color: #333;
}

#jsGrid {
    color: #333;
}

.client-info {
    color: #333;
    padding: 9px;
    background-color: #FFF;
    border-bottom-color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jsgrid-selected-row .client-info{
    background-color: #EEE;
}

#history {
    background-color: #FFF;
}

#history .jsgrid-pager {
    background-color: #FFF;
    padding: 11px;
}

#history .jsgrid-grid-header{
    display: none;
}

#history .jsgrid-grid-body{
    overflow-y: auto;
}

#history .fa-copy{
    margin-left: 20px;
}