/* :focus: stijling enkel toepassen als we in het veld staan
    text-transform uppercase = alle letters als hoofdletters weergeven (als we dus in het veld staan) */
table {
    font-size: 12px;
    
}

th {
    background-color:  #B5B7B8;
    color: #666666;
} 

btn-blauw {
    background-color: #6E2585 !important;
    border-color: #6E2585 !important;
    color: #fff !important;
    &.focus,
    &.active,
    &:hover {
        background-color: #6E2585 !important;
        border-color: #6E2585 !important;
        color: #fff !important;  
    }    
}


#qrbutton {
    background-color: #6E2585;
    border-color: #6E2585;
    color: #fff;
    &.focus,
    &.active,
    &:hover {
        background-color: #6E2585;
        border-color: #6E2585;
        color: #fff ; 
}
    
#buttonverstuur {
    background-color: #6E2585;
    border-color: #6E2585;
    color: #fff;
    &.focus,
    &.active,
    &:hover {
        background-color: #6E2585;
        border-color: #6E2585;
        color: #fff ; 
}
   


button.btn {
    padding-top: 40px !important0;
    padding-bottom: 40px !important;
    background-color: #6E2585 !important;
    border-color: #6E2585 !important;
    &.focus,
    &.active,
    &:hover {
        background-color: #6E2585 !important;
        border-color:#6E2585 !important;
    }
}
/*h3 {
    color: #6E2585;
    font-weight: bold;
    text-decoration: none;   
}    */

#koptext {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #6E2585 !important;
    margin:10px 0px 5px 0px !important;
    
}
    
    
.margin {
    margin-top: 10px;
}

/* :focus: stijling enkel toepassen als we in het veld staan
    text-transform uppercase = alle letters als hoofdletters weergeven (als we dus in het veld staan) */

#via:focus { 
    text-transform: uppercase;
}


.btn-blauw {
    background-color: #6E2585;
    border-color: #6E2585
}
.btn-blauw:hover {
    background-color: #FDB414;
    color: #FFFFFF;
    border-color: #FDB414;
}

h3 {
    color: #417B88;
}

p {
    color: #417B88;
}

html, body, .container {
    padding: 0; 
    margin : 0;
    font-size: 16px;
}

.alert-oranje {
    background-color: #F9F9F9 !important;
    border-color: #E8EAEA !important;
    color: #FDB415 !important;
}
.alert-oranje a {
    color: #6E2585 !important;
}
