/*Override section*/

body {
    background-color: #f5f5f5;
}

.primary {
    color: #004588 !important;
}

.secondary {
    color: #dae8fc !important;
}

.dark-grey {
    color: #2e2e2e !important;
}

.bg-primary {
    background-color: #004588 !important;
}

.bg-secondary {
    background-color: #dae8fc !important;
}

.bg-dark-grey {
    background-color: #2e2e2e !important;
}

.btn-primary {
    background-color: #004588 !important;
    border-color: #004588 !important;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #dae8fc !important;
    border-color: #dae8fc !important;
    color: #000000 !important;
}


.navbar-text {
    color: #f5f5f5
}

h1 {
    font-size: 1.5rem;
}

/*Custom classes*/

.field-required:after {
    content: "*";
    color: red;
}

.footer {
    width: 100%;
    height: 55px;
    line-height: 60px;
    background-color: #2e2e2e !important;
}
.footer>p {
    line-height: 10px;
}

.form-card {
    max-width: 600px;
    padding: 10px;
}

.form-login {
    max-width: 350px;
    padding: 10px;
}

.default-layout {
    margin: 20px;
    margin-bottom: 70px;
}

.item-box {
    max-width: 800px;
    margin: auto;
    border: #2e2e2e solid 1px;
    padding: 10px;
}

.create-entity-container {
    width: 35vw;
}

.flex-buttons {
    display: flex;
}

.property>.subtitle {
    margin: 0px;
    font-weight: bold;
    font-size: 0.8em;
}

.selected {
    background: #E9ECEF;
}

.switch-in-form {
    padding: 0.45rem 0.75rem;
    margin-left: 2rem;
}

.back-btn {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.back-btn:hover {
    cursor: pointer;
    transform: scale(1.3);
}

.form-control-plaintext {
    padding: 0.375rem 0.75rem !important;
}

.btn {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.table-sm .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.table-sm .filter-control {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.alert{
    z-index: 1021;
}


@media (max-width: 767px) {
    .navbar-nav {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .navbar-nav>li {
        margin-right: 8px;
    }
}