/* ------------------------------------------------------------------------------
    Global styles
 * ---------------------------------------------------------------------------- */
html {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1; }

.page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    overflow: auto; }

ul {
    list-style: none;
    padding: 0;
    margin: 0;}
ul li {
    margin-bottom: 0.25rem;}

.navbar-brand {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: .25rem 0;
    font-size: 1.5rem;}

.logotype img {
    width: 10rem !important;
    margin-right: 1rem !important;
}

.img-logo {
    display: block;
    background-image: url("../images/axel/GetLogo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 9rem;
    height: 3rem;
    margin-right: 1rem !important;
}

.navbar-brand img {
    display: inline-block;
    margin-right: .625rem;
    width: 3rem;
    height: 3rem;}

.navbar-right {
    margin-left: auto;}
.navbar-right .btn {
    color: #FFFFFF;
    margin:0;}
.navbar-right .btn.active {
    text-decoration: underline;
    box-shadow: none !important;}
.navbar-right .btn:hover {
    box-shadow: none !important;}

.icon-paragraph-justify3::before {
    color: white;
}
/* ------------------------------------------------------------------------------
    Sidebar
 * ---------------------------------------------------------------------------- */
.sidebar {
    width: 18rem;}

.sidebar-user {
    padding: 1rem;}
.sidebar-user .media {
    display: block;
}
.sidebar-user .media-body {
    display: flex;
    align-items: center;
    font-size: 14px;}
.sidebar-user .user-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 14px;
    background: #FFFFFF;
    overflow: hidden;
}
.sidebar-user .btn-nav-group {
    display: flex;
    align-items: center;
    margin: 14px 0 0 0;
}
.sidebar-user .btn-nav-group a.small {
    font-size: 10px;
    color: white;
}
.sidebar .sidebar-control {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 80px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.sidebar .sidebar-control img {
    transform: rotate(180deg);
}

.sidebar-content .nav-sidebar .nav-link {
    color: #FFFFFF;
    font-size: 1rem;
}
.sidebar-content .nav-sidebar .nav-group-sub .nav-link {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
    font-size: .875rem;}

.sidebar-content .nav-sidebar .nav-link:hover, .sidebar-content .nav-sidebar .nav-link.active {
    background-color: rgba(255,255,255,.1);
}
.media-title {
    color: white;
}

/* ------------------------------------------------------------------------------ */
.login-form {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto 1fr;
    justify-content: center;
    margin-top: 5%;
 }
.card{
    justify-self: center;
    align-self: start;
}
.title-block{
    justify-self: start;
    background-color: white;
    padding: 1rem;
    margin-bottom: 10%;
    filter: drop-shadow(0px 0px 15px rgba(63, 81, 181, 0.10));
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    border-radius: 1rem;
    max-width: 600px;
}
.login-form .card {
    box-shadow: none;
    border:none;
    width: 100%;
    max-width: 500px;}

.login-form .card .card-header {
    padding:.5rem;}
.login-form .card .card-header h5 {
    font-size: 1rem;}

.login-form .card .card-body {
    padding: 1rem !important;}

.login-form .card .card-body label {
    font-size: .875rem;}

.login-form .far {
    cursor: pointer;
    padding: 0 .5rem;
    min-width: 1.9rem;}

/* ------------------------------------------------------------------------------ */
.breadcrumb {
    background: none;
    margin-bottom: 0;}
.breadcrumb-item {
    font-weight: bold;
    font-size: .875rem}

.bd-callout {
    padding: 0.75rem;
    border: 1px solid transparent;
    border-left-width: 0.3rem;
    border-radius: 0.25rem;
    color: #000000;}
.bd-callout-warning {background-color: #FFDD77; color: #bf0031;}
.bd-callout-success {background-color: #c5e0b4;}
.bd-callout-info {background-color: #b4c7e7;}

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-width: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.card .card-header {
    text-transform: uppercase;
    font-weight: bold;
    border-top: 6px solid transparent;
    border-bottom: 1px solid #c0c0c0 !important;
    margin: 0;
    padding: 0.5rem !important;
    letter-spacing: -.3px;
}
.card-border-blue .card-header {border-top: 6px solid var(--blue-color);}
.card-border-green .card-header {border-top: 6px solid var(--green-color);}
.card-border-red .card-header {border-top: 6px solid var(--red-color);}
.card-border-yellow .card-header {border-top: 6px solid var(--yellow-color);}
.card-border-violet .card-header {border-top: 6px solid var(--violet-color);}
.card .card-body {
    padding: 0.5rem !important;}

.btn {
    display: block;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
}
.btn:hover {color: white;}
.btn-red {background-color: var(--red-color);}
.btn-yellow {background-color: var(--yellow-color); color: black;}
.btn-indigo {background-color: var(--blue-color);}
.btn-more {
    color: black;
    font-weight: bold;
    text-align: left;
    margin-top: auto;
    padding: 0.375rem 0.75rem;
}
.btn-more:hover {color: black;}
.btn-more::after {
    content: '>>';
    display: inline-block;
    margin-left: 7px;
}

.btn-modal {
    cursor: pointer;}
.btn-modal:hover {
    transition: all .3s ease-out;
    transform: scale(1.01);}

.table {
    width: 100%;
    border-collapse: collapse;
    color: black;
    font-size: 13px;
    font-weight: normal;
    background-color: white;
}
.table td, .table th {
    padding: 0.5rem;
    text-align: center;
}
.table th {
    font-weight: normal;
    vertical-align: middle;
    background-color: #eef6fb;
    border: 1px solid #c0c0c0 !important;
}
.table td {
    vertical-align: top;
    border: 1px solid #e2eff8;
}

.dropdown-mobile {
    display: none;
}
.dropdown-toggle{
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
    grid-gap: 1rem;
}
.dropdown-toggle__text{
    margin-bottom: 0;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-mobile .dropdown-toggle {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
}
.dropdown-menu.show {
    padding: 0;
    width: 100%;
}
.dropdown-mobile .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid white;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}
.dropdown-menu.show {
    padding: 0;
}
.dropdown-mobile .dropdown-item {
    padding: 5px 10px;
}
.dropdown-menu {
    min-width: 6rem;}

/* ------------------------------------------------------------------------------ */
.modal-header {
    background-color: var(--main-color);
    color: white;
    padding: 1rem !important;}
.modal-content .btn-primary {
    background-color: var(--main-color);}
.modal-body {
    font-weight: bold;}

.label {
    font-weight: normal;
    font-size: 12px;
}

.input-file {
    position: relative;
    display: flex;
    column-gap: 5px;
}
.input-file-text {
    padding: 0 1rem;
    line-height: 35px;
    text-align: left;
    height: 35px;
    width: 70%;
    display: block;
    float: left;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: var(--main-color);
    height: 35px;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.form-control {
    border-radius: 6px;
    font-size: .875rem;
}

.sub-title {
    color: var(--main-color);
    text-transform: uppercase;}

/* ------------------------------------------------------------------------------
    Mobile version
 * ---------------------------------------------------------------------------- */

@media (max-width: 992px) {
.navbar-brand {
    font-size: .875rem;
    white-space: normal;
    display: flex;
    align-items: center;}

.navbar-brand img {
    width: 2rem;
    height: 2rem;}

.login-form .card {
    min-width: auto;}

.input-file-btn {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}

.sidebar {
    width: 16.875rem;}
.sidebar-mobile-main .sidebar-main .sidebar-content {
    top: 0;}

.dropdown-mobile {
    display: block;}

    .logotype img {
        width: 5rem !important;
    }
    .img-logo {
        width: 5rem;
    }

}

@media (min-width: 768px) {
    .sidebar-content {
        position: relative !important;
        height: 100vh;
        top: 0 !important;
    }

    .sidebar-xs .nav-sidebar .nav-link {
        border-radius: 50%;
        margin: 0 auto 27px;
        padding: 0;
    }
    .sidebar-xs .sidebar-user {
        padding: 0;
    }
    .sidebar-xs .nav-sidebar .nav-link .icon {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .sidebar-xs .nav-sidebar .nav-item-header .nav-link span {
        display:none;
    }

    .sidebar-xs .sidebar-main {
        width: 3.75rem;}
    .sidebar-xs .sidebar-main .sidebar-user .media .media-body, .sign-out, .btn-nav>span {
        display: none!important;
    }

    .sidebar-xs .sidebar-main .nav-sidebar {
        margin-right: 0;
        margin-left: 0;
    }

    .sidebar-xs .sidebar-control img{
        transform: rotate(0);}

    .sidebar-xs .sidebar-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sidebar-xs .card-sidebar-mobile {
        margin-top: 20px;
    }

    .sidebar-expand-md:not(.sidebar-component) {
        position: static;
        transition: none;
    }
}





















