body{
    background-image: url('../../images/wallpaper.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.main-content-wrap {
    padding: 1rem 2rem 0!important;
}

.btn-dark{
    background-color: #000000 !important;
}

.text-dark{
    color: #000000 !important;
}

.layout-sidebar-large .sidebar-left-secondary, .layout-sidebar-large .sidebar-left {
    top: 50px  !important;
    height: calc(100vh - 50px);
}

.layout-sidebar-large .main-header {
    height: 50px !important;
}

.main-content-wrap {
    margin-top: 50px;
    min-height: calc(100vh - 50px);
    background-color: #f5f8fa !important;
}
.app-footer {
    margin-top: 6rem;
}

.navigation-left > .nav-item.active .triangle {
    min-height: 100% !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    border-width: 0 0 0 5px !important;
    border-style: solid;
    border-color: #165ec3 !important;
}

.nav-tabs {
    border-bottom: 1px solid #cfd3dd !important;
}

.nav-tabs .nav-link {
    /*color: #cfd3dd !important ;*/
    color: #000 !important ;
}

.badge-custom{
    background-color: #cfd3dd !important;
    color: #ffffff !important;
}

.nav-link.active > .badge-custom {
    background-color: #165ec3 !important;
}

.nav-link:hover {
    /*border: none !important;*/
    border-bottom: 1px solid #cfd3dd !important;
}

.nav-link.active {
    border: none;
    color: #165ec3 !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom: 2px solid #165ec3 !important;
}

.layout-sidebar-large .main-header .logo img{
    height:50px!important;
}

.modal-lg{
    max-width: 90% !important;
}
