/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(36,12): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff0001'
(98,23): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff2239'
(137,12): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff0001'
(142,16): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff0001'
(148,27): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff0001'
(149,23): run-time error CSS1038: Expected hex color, found '#ffffffffffffffff0001'
 */
/*footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(238,127,0,1);

    font-size: 18px;
    color: rgba(0,75,124,1);
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #ffffffffffffffff0001;
    background-color: #49b7ff;
    border-color: #34afff;
}

    .alert-primary hr {
        border-top-color: #1ba4ff;
    }

    .alert-primary .alert-link {
        color: #000000;
    }

.badge-primary {
    color: #fff;
    background-color: #004B7C;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #002c49;
    }

.bg-primary {
    background-color: #004B7C !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #002c49 !important;
}

.border-primary {
    border-color: #004B7C !important;
}

.btn-primary {
    color: #fff;
    background-color: #004B7C;
    border-color: #004B7C;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #003558;
        border-color: #002c49;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 75, 124, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #004B7C;
        border-color: #004B7C;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #002c49;
        border-color: #ffffffffffffffff2239;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 75, 124, 0.5);
        }

.btn-outline-primary {
    color: #004B7C;
    background-color: transparent;
    border-color: #004B7C;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #004B7C;
        border-color: #004B7C;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 75, 124, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #004B7C;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #004B7C;
        border-color: #004B7C;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 75, 124, 0.5);
        }

.list-group-item-primary {
    color: #ffffffffffffffff0001;
    background-color: #34afff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #ffffffffffffffff0001;
        background-color: #1ba4ff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #ffffffffffffffff0001;
        border-color: #ffffffffffffffff0001;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #34afff;
}

.table-hover .table-primary:hover {
    background-color: #1ba4ff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #1ba4ff;
    }

.text-primary {
    color: #004B7C !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #002c49 !important;
}
/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #733d00;
    background-color: #ffdfbb;
    border-color: #ffd5a6;
}

    .alert-secondary hr {
        border-top-color: #ffc98d;
    }

    .alert-secondary .alert-link {
        color: #402200;
    }

.badge-secondary {
    color: #212529;
    background-color: EE7F00;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #212529;
        background-color: #bb6300;
    }

.bg-secondary {
    background-color: EE7F00 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #bb6300 !important;
}

.border-secondary {
    border-color: EE7F00 !important;
}

.btn-secondary {
    color: #212529;
    background-color: EE7F00;
    border-color: EE7F00;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #ca6b00;
        border-color: #bb6300;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(238, 127, 0, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: EE7F00;
        border-color: EE7F00;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #bb6300;
        border-color: #ab5b00;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(238, 127, 0, 0.5);
        }

.btn-outline-secondary {
    color: EE7F00;
    background-color: transparent;
    border-color: EE7F00;
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: EE7F00;
        border-color: EE7F00;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(238, 127, 0, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: EE7F00;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #212529;
        background-color: EE7F00;
        border-color: EE7F00;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(238, 127, 0, 0.5);
        }

.list-group-item-secondary {
    color: #733d00;
    background-color: #ffd5a6;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #733d00;
        background-color: #ffc98d;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #212529;
        background-color: #733d00;
        border-color: #733d00;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #ffd5a6;
}

.table-hover .table-secondary:hover {
    background-color: #ffc98d;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #ffc98d;
    }

.text-secondary {
    color: EE7F00 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #bb6300 !important;
}
