
.block-container-color {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1), inset 0px 10px 0px #E46B2A !important;
}

:root{
--sb-primary-highlight-color: #E46B2A;
}

.img-logo-top{
    max-width: 150px;
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}


        .request-background{
        background: url('https://acceptatie.subsidies-backend.ede.nl/files/1/images/Logo/afbeelding schapen op de heide kleinerJPG.JPG') !important;
        background-position: center !important;
        background-size: cover !important
        }
    

.table-col-width-auto{width: auto;}
.table-col-width-60{width: 60px;}
.table-col-width-75{width: 75px;}
.table-col-width-100{width: 100px;}
.table-col-width-150{width: 150px;}
.table-col-width-175{width: 175px;}
.table-col-width-200{width: 200px;}
.table-col-width-350{width: 350px;}

.table-col-width-33P{width: 33%;}
.table-col-width-67P{width: 67%;}

.no-opacity{
    opacity:0;
}

.request-dialog-container{
    height: 75px;
}
.request-dialog-msg{
    text-align: center;
    margin-top: 25px;
}
.height100{
    height:100px;
}
.img-authenticator{
    max-width: 300px;
}
.sms-auth-well{
   min-height: 250px;
}
.validation-summary-valid li:empty{
    display: none;
}