/*SIDE BAR */
.sidebar-nav {
    padding-top: 50px;
    position: fixed;
    left: -500px;
    z-index: 100;
    transition: 550ms left;
    height: 100%;
}

.sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/*OFFSIDE BAR */
.offsidebar {
    height: auto;
    position: fixed;
    top: 0;
    right: -500px;
    transition: 550ms right;
    z-index: 100;
    height: 100%
}

.sidebar span {
    padding: 0 10px 0 10px;
}

/*#navigation-toggle {
      position : absolute;
      left : 160px;
      background : rgba(3,159,244,.95);
      color : white;
      text-decoration : none;
      padding : 20px;
}*/
.show {
    left: 0;
}

.show2 {
    right: 0;
}

.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-items a {
    display: block;
    background-color: white;
    color: #444;
    line-height: 2em;
    text-decoration: none;
    padding: 7px 10px;
    text-align: center;
}

.navigation-items a:hover {
    background-color: #67af6a;
}

.correction-position-elements {
    padding-top: 75px
}

.user-block-elements img {
    display: block;
    margin: 0 auto;
    margin-top: 55;
}

.user-div {
    text-align: center;
}

.customBorder {
    border-top: 1.5px solid #058b47;
}

.customBorderBottom {
    border-bottom: 1.5px solid #058b47;
}

.dialog-size {
    width: 800px;
    heigth: auto;
}
