body { padding-top: 0px; }

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* FORM CSS   */
form .form-control:focus{
  border-color: #ced4da;
  box-shadow: none;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0rem;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 2rem;
}

.form-group {
    margin-bottom: .3rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: lightgray !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
	margin-left: 15px;
	margin-right: 0px;
}

/* FOORTER TEKST EN LINK   */
.p_footer {
    font: normal;
    font-size: 1rem;
    color: #ffffff
}

.a_footer {
    font: normal;
    font-size: 1rem;
    color: #ffffff
}

.a_footer:hover {
    font: normal;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: underline;
}

/* LINK CLASS ICONEN   */
.a_awesome {
    color: #93272C;
}

.a_awesome:hover {
    color: #7AC6C9;
    text-decoration: none;
}

.a_overzicht_wv {
    color: #93272C;
    font-size: 1.15rem;
}

.a_overzicht_wv:hover {
    color: #7AC6C9;
    font-size: 1.15rem;
    text-decoration: none;
}

/* HOVER KLEUR DEFINIEREN PER ICON   */
.fa-plus-square:hover, .fa-pencil-alt:hover, .fa-trash-alt:hover {
    color: #7AC6C9;
}

/* KNOP DEFINITIE   */
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-orange {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	background-color: #93272C;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	font-size: 1rem;
    color: #ffffff;
    letter-spacing: 2px;
}

.btn-orange:hover {
	color: #7AC6C9;
}

.btn-orange:focus btn-orange:active:focus btn-orange.active:focus{
	color: #ffffff;
	outline: 0 none;
}

/* TABLE INSTELLINGEN   */
.table td {
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: middle;
    border-top: 0px solid #FFFFFF;
}

.table th {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    background-color: #93272C;
    color: white;
    font-size: 1rem;
}

.table thead th {
    border-bottom: 0px solid #dee2e6;
}

/* LINK DOCUMENTEN   */
.a_extra_info {
    font: normal;
    font-size: 1rem;
    color: #000000
}

.a_extra_info:hover {
    font: normal;
    font-size: 1rem;
    color: #000000;
    text-decoration: underline;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0rem;
    outline: 0;
}
