body {
    font-size: 14px;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    font-weight: normal;
}

#breadcrumbs {
    background-color: #111;
    color: white;
}

#breadcrumbs>a {
    text-decoration: none;
    color: white;
}

div.container>div.row>div>table>thead>tr,
button#mainAction {
    background-color: #111 !important;
    border-color: #111;
}

button#mainAction {
    border-radius: 0;
}

#secundaryAction {
    background-color: #f5f5f5;
}

#titleAdd {
    font-size: 20px;
}

a:link,
a:visited {
    color: #111;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}

th {
    font-weight: normal;
}

img#addIcon,
#backIcon,
#deleteIcon,
#editIcon,
#yesNoIcon{
    width: 15px;
    height: 15px;
}

#additionButton {
    background-color: #FF0000;
    color: white;
}

#deleteSelected:hover {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}

.form-check-input:focus {
    border-color: black !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #f5f5f5 !important;
}
.help{
    font-size: 11px;
}
#download{
    color: blue;
    text-decoration: underline;
}

/* .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:checked:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
} */