/*Toegevoegd door Nicole, tijdelijk tot styling in orde is*/
label {
    font-weight: 900;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        color: #396ea1;
    }
}

.btn-block {
    color: #75B1CC;
    border-color: #396EA1;
    background-color: #396EA1;
    border-radius: 5px;
    border-right-width: 5px;
}

.form-control {
    border: 1px solid #75B1CC;
    color: #396EA1;
    border-radius: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #E1E1E1;
    opacity: 1;
}

#page-heading h1 {
    padding: 20px 0;
    color: #879E00;
}

h3 {
    color: #879E00;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #9DB700;
    border: 0;
    border-bottom: 1px solid #e6e7e8;
}

.panel-primary .panel-heading {
    background-color: #396EA1;
}

/*.panel .panel-body .form-group {
    padding-bottom: 25px;
}*/

.arrow-updown {
    color: #fff;
    cursor: pointer;
    line-height: 40px;
}

.btn.search {
    margin-left: 10px;
}

.poweredBy {
    right: 20px;
    bottom: 0;
    padding: 0 10px;
    position: fixed;
    background-color: #fff;
}



.dataTables_wrapper {
    margin: 20px;
}

.btn-balansen {
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    border: 1px solid #9DB700;
    background-color: #9DB700;
}

.btn-bekijkbalansen {
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    border: 1px solid #9DB700;
    background-color: #9DB700;
}

.btn-balansen-link {
    color: #4f8edc;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    padding: 5px 0px;
    line-height: 1;
    background-color: transparent;
    border: 1px;
}

.btn-balansen-text {
    /*color: #000000;*/
    color: #4f8edc;
    border: 1px;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    padding: 5px 0px;
    line-height: 1;
    background-color: transparent;
    cursor: pointer;
}

.table {
    margin-bottom: 0px;
}
.legend-balansen {
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    /*color: #9DB700;*/
    color: white;
    border: 0;
    border-bottom: 1px solid #e6e7e8;
    background-color: rgb(57, 110, 161);
}

.btn.search {
    margin-left: 10px;
}

.modal {
    overflow: auto !important;
}

.balansen-saldo-hr {
    margin: 20px 15px;
    border: 0;
    border-top: 1px solid #000;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        color: #396ea1;
    }

    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
    }
}

/* Tooltip container */
.balanstooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .balanstooltip .balanstooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: #34495e;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 10000;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .balanstooltip:hover .balanstooltiptext {
        visibility: visible;
    }
