﻿h2 {
    color: #C19848;
    font-size:1.7rem !important;
}

#DossierImg {
    border: 3px #C19848 solid;
}

.dx-button-mode-contained.dx-button-default {
    background-color: #C19848;
}

.dx-button-mode-contained.dx-button-default:hover {
    background-color: #85682e;
}

    .rounded {
        border-radius:6px;
    }

/*.btn-dm-default {
    background-color: #D89B20 !important;
}

    .btn-dm-default:hover {
        background-color: #6e8f17 !important;
    }*/

#btnGegevensAanpassen {
    background-color: #C19848;
    border: none;
    margin-left: 10px;
}

    #btnGegevensAanpassen:hover {
        background-color: #85682e;
    }

#btnMailBeheerder, #btnMailProjectLeader {
    background-color: #C19848;
    border: none;
}

btnMailBeheerder:hover, #btnMailProjectLeader:hover {
    background-color: #85682e;
}

#btnWachtwoordWijzigen {
    background-color: #C19848;
    border: none;
    margin-left:10px;
}

    #btnWachtwoordWijzigen:hover {
        background-color: #85682e;
    }

#btnDossierBijlages {
    background-color: #C19848;
    border: none;
    margin-left: 10px;
}

    #btnDossierBijlages:hover {
        background-color: #85682e;
    }

#RightBarContainer {
    background-color: #d9d9d9;
    padding-top: 5px;
}

#IndicatorBarVeran {
    background-color: #C19848;
    height:7px;
}

.prev:hover, .next:hover {
    color: #D89B20;
}

body {
    background-color: white;
    background-image: none;
}

.open-button {
    float: right;
    background-color: #C19848;
    border: none;
    color: white;
    font-weight: bold;
    width: 100px;
    position: absolute;
    bottom: 117px;
    right: -25px;
    transform: rotate( 270deg );
}

.ChatBoxCloseButton {
    background-color: lightgray;
    border: none;
    font-weight: bold
}

.form-popup {
    display: block;
    bottom: 80px;
    position: fixed;
    background: lightgray;
    padding: 10px;
    right: 10px;
}

.ChatBox {
    width: 100%;
    border: none;
    height: 200px;
}

.ChatBoxMessage {
    border: none;
}

.ChatBoxSendButton {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #C19848;
}

#btnTerug {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #C19848;
}

.DownloadButton {
    color: #C19848;
}

.document-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.document-name {
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 5px;
    width: 400px;
    text-align: center;
}