:root {
    --navigation-padding: var(--content-padding);
    --navigation-line-height: var(--header-size);
    --navigation-height: calc( var(--navigation-padding) * 2 + var(--navigation-line-height) );
}

#navigation {
    text-align: center;

    position: relative;

    padding: 1%;

    width: 15%;
    height: 100%;

    z-index: 1;

    /*overflow: hidden;*/

    transition: 0.4s width;
}

#navigation .navigation-content {
    background-color: var(--primary-color);
    color: var(--third-color);

    box-shadow: 0 0 10px grey;

    display: flex;
    flex-direction: column;

    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

#navigation .navigation-avatar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 100%;

    width: 100%;
}

#navigation .navigation-main {
    height: 1%;
    flex-grow: 1;
    padding: 50px 0 0 0;
}

#navigation .navigation-footer {
    display: flex;
    justify-content: space-between;
    
    padding: var(--content-padding);
}
#navigation .navigation-footer .navigation-link {
    width: 100%;
}

#navigation .navigation-link {
    cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; 
    /*display: block;*/

    font-weight: 400;

    line-height: var(--navigation-line-height);

    padding: var(--navigation-padding);
}
#navigation .navigation-link:hover {
    background-color: var(--secondary-color-light);
    color: var(--primary-color-light);
}

#navigation .navigation-link a {
    display: block;
}

#content {
    position: relative;

    width: 100%;
    height: 100%;

    overflow-y: auto;

    transition: 0.4s width;

    z-index: 0;
}
#content-extend {
    width: 100%;
    height: 100%;
}

.background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-column { 
	/*background-color: rgb(255, 255, 255);*/

    position: absolute;

    right: 0px;
    top: 0px;

    max-width: 720px;
    height: 100%;
}

.login-box {
    position: absolute;
    top: 10%;
    right: 15%;
	left: 60%;
}
.avatar-home-horizontal{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(110,167,50);
    margin: 0 auto;
    color: white;
    font-size: 12px;
    text-align:center;
}
.avatar-home{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(110,167,50);
    margin: 0 auto;
    font-size: 50px;
    line-height: 100px;
    color: white;
    margin-top: 5%;
}

.menu-left-item{
    margin: 8px 0 8px 18px;
    text-align: left;
    color: rgb(168,168,169);
}

p.menu-left-item i {
    /* margin-right: 10px; */
}

.notification-button-display-list {
    color: rgb(168,168,169);
}

.notification-button-display-list > .shows-items {
    background-color: rgb(255, 236, 64);
    color: rgb(0, 0, 0);

    border-radius: 100%;

    font-size: 10px;

    margin: 0 auto;
    text-align: center;
    width: 16px;
    height: 16px;
}

.menu-personal-show-notification > .shows-items{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(255, 236, 64);
    margin: 0 auto;
    font-size: 10px;
    color: rgb(0,0,0);
    position: absolute;
    top: 10px;
    text-align: center;
    left: 22px;
}

.personal-item{
    position: relative;
    bottom: 20%;
}

.icon.icon-bell{
    cursor: pointer;
}


.show-notification{
    position: absolute;
    top: -66px;
    left: 47px;
    width: 400px;
    min-height: 150px;
    font-size: 12px;
    border: 1px solid rgb(179,179,179);
    background: white;
    display: none;
}


.show-notification::before{
    content: '';
    position: absolute;
    left: -22px;
    top: 82px;
    transform: translateY(-30%);
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    border-right: 15px solid rgb(179,179,179);
}

.item-notification{
    margin: 8px;
    padding: 8px;
    background: rgb(236,236,236);
    color: black;
}

.item-title{
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

.item-content{
    padding: 5px 0;
    font-size: 10px;
    text-align: justify;
}

.navigation-footer{
    color: rgb(168,168,169);
}

.clock{
    color: rgb(168,168,169);
    text-align: center;
    display: block;
    font-size: 16px;
    width: 100%;
}

.bulb img{
    box-shadow: unset;
    width: 60%;
    margin: 2.5% 0;
}

#navigation .navigation-link:hover{
    color: rgba(168,168,169, 0.7);
    background: white;
}

.icon-times-all{
    position: relative;
    left: 45%;
    top: 4px;
}
.icon-times-item{
    position: absolute;
    font-size: 10px;
    right: 18px;
}

.notification-menu-personal:not(:hover) .personal-notification{display: none;}


.menu-personal{
    color: rgb(168,168,169);

    font-size: 13px !important;

    padding: 10px;
    
    z-index: 1;
}


.notification-menu-personal{
    position: relative;
    display: inline-block;
}

.personal-notification{
    --arrow-size: 10px;
    border: 1px solid rgb(179,179,179);
    background: rgb(255, 255, 255);
    right: 0px;
    color: rgb(168,168,169);
    display: inline-block;
    position: absolute;
    padding: 10px;
    width: 400px;
    top: calc(100% + var(--arrow-size) + 5px);
}

.personal-notification::before {
    content: '';
    border-width: var(--arrow-size);
    border-style: solid;
    border-color: transparent;
    border-bottom: var(--arrow-size) solid rgb(179,179,179);
    position: absolute;
    right: 11px;  
    bottom: 100%;
}

.personal-item-notification{
    margin: 8px;
    padding: 8px;
    background: rgb(236,236,236);
    color: black;

}


.menu-horizontal{
    z-index: 1;
}
.menu-horizontal .avatar {
    width: 16px;
    height: 16px;
}

.user-session-timer
{
    width:450px;
    height:250px;
    position: relative;
    text-align:center;
    padding:0px;
}

.user-session-text-style
{
    width: 50%; 
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}

.quick-box-session{

}

.client-panel-content-button-home-navigation, 
.client-panel-content-button-users-navigation {
    /* border-right: 1px solid rgba(0,0,0,0.1) !important; */
}

.client-panel-content-button-home-navigation, 
.client-panel-content-button-users-navigation, 
.client-panel-content-button-permission-navigation {
    font-size: 20pt;
    width: fit-content;
}

.site-column {
    margin: auto;
    max-width: 1280px;
}