

/* werkt niet goed
#AgreementLinks365terms .modal-content{
    max-width: 100%!important;
    width: 800px;
    
} */
span.small {
    font-size: 14px;
}

 #Body .form-control, #Body .form-select {
    border: 1px solid #cdcdcd;
}
/* titel card */
h5.card-title {
    font-size: 2rem;
}

.listitemdetails {
    display: none;
}

.card .listitemdetails {
    display: block;
}
.photo_box {
    display: flex;
    align-items: center;
    height: 100%;
}

.radiocontainer .form-check-input[type=radio] {
    border-color: black;
}
.form-label.required::after {
    color: red;
    content: " * ";
}
.required .form-check-label::after {
    display: none;
}
.err-placeholder .text-danger {
    content: "Graag dit veld ook invullen."!important;
}

/* delete confirm */
.offcanvas-body .field-root, .offcanvas  .modal-footer  small {
    display: none;
}


/*
    .modal-backdrop {
      z-index: 1040!important;
    }

    .modal {
      z-index: 1050!important;
    }

*/

/* hack skin problem */
.af-modal-module.show,
.edit-links-wrapper .modal.show {
    background-color: rgba(0,0,0,0.7);
}
.modal-backdrop.show {
    display: none;
}
.modal.show .modal-dialog {
    margin-top: 110px;
}


body#Body.to-shine-variation-floatwideheader #to-shine-page-header-pane:not(.to-shine-header-pane-empty) {
	min-height: 130px;
}













