.particles-js-canvas-el
{
    position: absolute;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge.badge-success {
    background-color: #5cb85c !important;
}

.badge.badge-danger {
    background-color: #d9534f !important;
}

body
{
    background-color: #efefef;
    font-family: Roboto, sans-serif;
}

button
{
    background-color: #00000014;
    border: none;
    font-size: 1em;
    outline: none;
}

.button-primary
{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: .375rem .75rem;
    text-decoration: none;
}

.button-primary-center
{
    display: block;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 1.05em;
    font-weight: 400;
    padding: 0.2em 0.4em;
    cursor: pointer;
    text-align: center;
}

.button-primary:hover,
.button-primary-center:hover {
    background-color: rgba(var(--main-color-rgb), 0.8);
    color: #fff;
}

body > header
{
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}

body > header .col-company-logo
{

}

body > header .col-company-logo img
{

}

body > header .col-right
{
    display: inline-flex;
    align-items: center;
}

body > header .col-right .dropdown-notifications,
body > header .col-right .dropdown-portal-access
{
    margin-right: 1em;
}

body > header .col-right .button-notifications,
body > header .col-right .button-portal-access
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--main-color);
    border-radius: 100px;
    color: var(--main-color);
    height: 36px;
    width: 36px;
    text-decoration: none;
}

body > header .col-right .button-user
{
    display: inline-flex;
    align-items: center;

    background-color: #efefef;
    border-radius: 100px;
    padding: 0;
}

body > header .col-right .button-user:hover
{
    background-color: #e6e6e6;
}

body > header .col-right .button-user .user-picture, .user-picture-praise
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-position: center;
    background-size: cover;
    border: 2px solid #e6e6e6;
    border-radius: 100px;
    box-sizing: content-box;
    height: 36px;
    margin-right: 0.75em;
    width: 36px;
}

.user-picture-praise-department {
	background-repeat: no-repeat;
	background-size: contain !important;
}

body > header .col-right .button-user .user-name
{
    color: var(--main-color);
    margin-right: 0.75em;
}

body > header .col-right .button-user i
{
    color: var(--main-color);
    margin-right: 0.75em;
}

body > header .dropdown-menu
{
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

body > header .dropdown-menu-notifications
{

}

body > header .dropdown-menu-notifications a
{
    display: block;
    opacity: 0.75;
    padding: .5rem 1.5rem;
    text-decoration: none;
}

body > header .dropdown-menu-notifications a:hover
{
    background-color: #f0f0f0;
    opacity: 1;
    color: #000;
}

body > header .dropdown-menu-notifications li
{
    font-size: 0.9em;
}

body > header .dropdown-menu-notifications .dropdown-header
{

}

body > header .dropdown-menu-user a
{
    display: block;
    color: #000;
    opacity: 0.75;
    padding: .5rem 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

body > header .dropdown-menu-user a:hover
{
    background-color: #f0f0f0;
    opacity: 1;
}

body > header .dropdown-menu-user a .container-icon
{
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    width: 20px;
}

body > header .dropdown-menu-user a .container-label
{

}

.avatar-picture
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-position: center center;
    background-size: 120px;
    border: 2px solid #e6e6e6;
    border-radius: 120px 50px;
    box-sizing: content-box;
    height: 100px;
    margin-right: 0.75em;
    width: 100px;
}

.avatar-picture-square
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-sizing: content-box;
    height: 210px;
    margin-right: 0.75em;
    width: 210px;
}

.colab-picture
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-position: center center;
    background-size: 200px;
    border: 2px solid #e6e6e6;
    border-radius: 100px;
    box-sizing: content-box;
    height: 200px;
    margin-right: 0.75em;
    width: 200px;
}

body > footer
{
    margin-top: 2em;
}

body > footer hr
{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body > footer img
{
    max-height: 5em;
}

body > footer .col-logo-system
{
    text-align: center;
}

body > footer .col-logo-system img
{
    max-height: 5em;
}

body > footer .col-copyright
{
    text-align: center;
}

body > footer .col-copyright span
{
    font-size: 0.9em;
    opacity: 0.5;
}

.sidebar li .submenu{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.sidebar li .submenu .nav-link{
	font-weight: 300;
    color: var(--bs-dark);
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}

.sidebar .nav-link.active, .sidebar li .submenu .nav-link.active{
    color: var(--main-color);
}

.sidebar .nav-link:hover, .sidebar li .submenu .nav-link:hover {
    color: var(--main-color);
}


@media screen and (max-width:767px) {

    body > header .dropdown-menu-notifications
    {
        width: 236px;
    }

}

@media (min-width:768px) {

    body > header .dropdown-menu-notifications
    {
        width: 360px;
    }

}

@media screen and (min-width:992px) {

}

@media screen and (max-width:1199px) {

    body
    {
        padding-top: 66px;
    }

    body > header
    {
        height: 66px;
        padding: 0 15px;
    }

    body > header .col-company-logo img
    {
        max-height: 36px;
    }

    body > header .col-right .button-user .user-name
    {
        display: none;
    }

    body > footer
    {

    }

}

@media screen and (min-width:1200px) {

    body
    {
        padding-top: 90px;
    }

    body > header
    {
        height: 90px;
        padding: 0 2em;
    }

    body > header .col-company-logo img
    {
        max-height: 56px;
    }

    body > footer
    {

    }
}

@media print {

    .container
    {
        margin: 0;
        padding: 0;
    }

    body
    {
        padding-top: 0;
    }

    body *
    {
        color: #000 !important;
    }

    body > header
    {
        display: none;
    }

    body > footer
    {
        display: none;
    }

    button
    {
        display: none !important;
    }

    .container-breadcrumbs
    {
        display: none;
    }

}
