﻿.form-group.form-group-extra-mb {
    margin-bottom: 8px;
}

.label.label-uden-baggrund {
    color: #808080;
    font-size: 100%;
}

.form-horizontal .control-label, .form-group .control-label {
    text-align: left;
}

/* btn-outline-primary-custom */
.btn.btn-outline-primary-custom {
    background-color: #889db0;
    border-color: #889db0;
    color: white;
}

    .btn.btn-outline-primary-custom:hover {
        background-color: #7a8d9f;
    }

    .btn.btn-outline-primary-custom:focus {
        background-color: #7a8d9f;
    }

    .btn.btn-outline-primary-custom:not(:disabled):not(.disabled).active, .btn-outline-primary-custom:not(:disabled):not(.disabled):active, .show > .btn-outline-primary-custom.dropdown-toggle {
        background-color: #6f8091;
    }

/* btn-outline-secondary-custom */
.btn.btn-outline-secondary-custom {
    background-color: #999999;
    border-color: #999999;
    color: white;
}

    .btn.btn-outline-secondary-custom:hover {
        background-color: #838383;
    }

    .btn.btn-outline-secondary-custom:focus {
        background-color: #838383;
    }

    .btn.btn-outline-secondary-custom:not(:disabled):not(.disabled).active, .btn-outline-secondary-custom:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary-custom.dropdown-toggle {
        background-color: #6d6d6d;
    }

/* btn-outline-light-custom */
.btn.btn-outline-light-custom {
    background-color: #ffffff;
    border-color: #cccccc;
    color: black;
}

    .btn.btn-outline-light-custom:hover {
        background-color: #e5e5e5;
    }

    .btn.btn-outline-light-custom:focus {
        background-color: #e5e5e5;
    }

    .btn.btn-outline-light-custom:not(:disabled):not(.disabled).active, .btn-outline-light-custom:not(:disabled):not(.disabled):active, .show > .btn-outline-light-custom.dropdown-toggle {
        background-color: #75a3ca;
    }



a {
    color: #327d78;
}

    a.a-slet-custom {
        color: #a3141c;
    }

.spinner-wrapper {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 10rem;
    left: 0rem;
    z-index: 2147483647;
}