/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --bs-body-font-family: 'Poppins', sans-serif;
}

.border-6 {
    border-width:6px!important;
}

.sortable th[data-sortable="true"] {
    cursor: pointer;
}

.vjeroucitelji_popis-header {
    padding: 2px;
    background-color: #f2f2ff;
    border-top: 1px solid #dee2e6;
}

.vjeroucitelji_popis-header .nav-pills .nav-link {
    color: #4e4f7a;
}

.vjeroucitelj_card {
    background: rgb(255 255 255);
    background: linear-gradient(20deg, rgb(255 255 255) 0%, rgb(235 236 255) 35%, rgb(255 255 255) 100%);
}

.vjeroucitelj_card-birthday {
    background: rgb(255 255 255);
    background: linear-gradient(20deg, rgb(255 255 255) 0%, rgb(251 251 228) 35%, rgb(255 255 255) 100%);
}

.vjeroucitelj_card_minimal {
    background: rgb(255 255 255);
    background: linear-gradient(20deg, rgb(255 255 255) 0%, rgb(246 247 255) 35%, rgb(255 255 255) 70%);
}

.vjeroucitelj_card_minimal-birthday {
    background: rgb(255 255 255);
    background: linear-gradient(20deg, rgb(255 255 255) 0%, rgb(251 251 228) 35%, rgb(255 255 255) 70%);
}

.login_result_text ul {
    list-style:none!important;
    text-decoration:none!important;
    text-align:center;
    padding:0;
}

dt {
    font-weight: 600;
    color: #333035;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.table {
    background-color: white;
}

    .table .thead-purple th {
        color: #fff;
        background-color: #7268ff;
        border-color: #7268ff;
    }

.table-bordered .tbody-purple-light td, .table-bordered .tbody-purple-light th {
    border: 1px solid #e6e5ef;
    border-bottom: 0px;
    border-top: 0px;
}

/* Provide sufficient contrast against white background */
a, a:active, a:visited {
    color: #815ba6;
    text-decoration: none;
    transition: 0.2s color;
}

    a:hover {
        text-decoration: none;
        color: #c6b0dc;
        transition: 0.2s color;
    }

.btn-danger, .btn-danger:visited {
    color: #fff !important;
}

.btn-outline-danger, .btn-outline-danger:visited {
    color: #dc3545 !important;
}

    .btn-outline-danger:hover {
        color: #fff !important;
    }

.btn-warning, .btn-warning:visited {
    color: #fff !important;
}

.btn-success, .btn-success:visited {
    color: #fff !important;
}

.btn-outline-primary, .btn-outline-primary:visited {
    color: #6a6dfd !important;
    border-color: #5e61e2;
    transition: 0.2s color;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #6a6dfd;
        border-color: #5e61e2;
        transition: 0.2s color;
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem #c9caff;
    }

.btn-primary, .btn-primary:visited {
    color: #fff !important;
    background-color: #6a6dfd;
    border-color: #5e61e2;
    transition: 0.2s color;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none !important;
}

    .btn-primary:hover {
        background-color: #6265ff;
        border-color: #9092dc;
        transition: 0.2s color;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #474afd;
        border-color: #2428e6;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem #c9caff;
    }

.btn-primary-default {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #474afd;
    border-color: #2428e6;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    color: #364a5e;
}

@media screen and (max-width:575px) {
    .login_logo_text {
        text-align: center !important;
    }

    .login_logo_image {
        margin: 0 auto !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebarActive {
        margin-left: 0 !important;
    }
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-wrap: nowrap;
}

/* SIDEBAR */
.sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 85vh;
    padding-left: 15px;
    background-color: #ffffff;
    margin-top: -15px;
}

.sidebarActive {
    margin-left: -250px;
}

.sidebar ul {
    padding: 5px 0px;
}

.sidebar li {
    margin-bottom: 10px;
}

.sidebar_btn:hover {
    background-color: #e7e7fe;
    color: #6f71fd;
    transition: 0.3s background-color !important;
    transition: 0.3s color !important;
}

.sidebar_btn {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    transition: 0.3s background-color !important;
    transition: 0.3s color !important;
    padding: 8px 10px;
    padding-right: 0px;
}

.main_container {
    width: 80%;
}

.sidebar_submenu_title {
    color: #acb6c0;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* SIDEBAR END */

.login_logo_text {
    text-align: center;
    color: #607488;
    margin: 0;
    margin-top: 30px;
    margin-left: 10px;
}

.login_logo_image {
    display: block;
    margin-left: auto;
}

.login_profile_picture {
    border-radius: 50%;
    background-color: #c4c5fe;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #353c43;
    background-color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.navbar-nav > li {
    margin-left: 5px;
    margin-right: 5px;
}

.btn-prijava {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.login_partial_ime {
    color: #a9b3bd;
}

.login_partial_uloga {
    color: #7a7cfb;
}

.logout_icon {
    color: #a0abb7;
    font-size: 1.8em;
}

.logout_text {
    color: #a9b3bd;
}

.highlight_border-left {
    border-left: 2px solid #7a7cfb;
}

.text-purple {
    color: #5b5fff !important;
}

.offcanvas-center {
    top: 5%;
    left: 15%;
    width: 70%;
    height: 90%;
    border: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
}

.dokument_item {
    /*background-color: transparent;
    color: #353c43;*/
}

.dokument_item:hover {
    background-color: #6265ff;
    color: white;
    border-radius:2px;
}

.border-purple {
    border-color: #878aff !important;
}