.mySidebar {
    position: fixed;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 300px;
    background-color: white;
    box-shadow: 0 16px 38px 12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px 5px rgba(0,0,0,.2);
    height: 100%;
    z-index: 10000;
    transition: all .3s;
    direction: rtl;
    text-align: right;
}

.mySidebarSmall::-webkit-scrollbar {
    width: 0;

}

.mySidebar::-webkit-scrollbar {
    width: 0;

}

.mySidebarSmall {
    overflow-y: scroll;
    position: fixed;
    right: -300px;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 10000;
    transition: all .3s;
}

.mySidebarSmall:hover {
    width: 250px;
}

.listUl {
    position: absolute;
    top: 0;
    left: 200px;
    width: 200px;
    transition: all .3s;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
    text-align: right;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 3px 10px grey;
    padding: 10px 0;
}

.listUl li {
    width: 100%;
    transition: all .3s;
}

.listUl li:hover {
    background-color: rgb(20, 186, 212);
    padding-right: 10px;
}

.listUl li a {
    color: white;
}

.nav-item:hover .listUl {
    left: -200px;
}

.smallItem {
    text-align: center;
    padding: 12px;
    background-color: black;
    position: relative;
    z-index: 2;
    color: white;
}

.smallItem:hover {
    background-color: rgb(20, 186, 212);
    color: white;
}

.personPlace img {
    box-shadow: 0px 0px 10px black;
}

.personPlace {
    border: 9px solid white;
    margin-bottom: -70px;
    z-index: 1;
    position: relative;
}

.bg-slider {
    background: url("../img/sidebar.jpg");
}

.mySidebar .nav-item .nav-link:hover {
    background-color: rgba(0, 0, 0, .9);
    padding-right: 20px;
}

.mySidebar .nav-item .nav-link.active {
    background-color: rgb(20, 186, 212);
    border-radius: 10px;
    cursor: inherit;
}

.mySidebar .nav-item .nav-link {
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .3s;
    margin-top: 10px;
    border-radius: 10px;
    color: white;
}

.personItem {
    color: rgb(20, 186, 212);
    background-color: white;
    padding-bottom: 25px;
}

.personItem:hover {
    background-color: rgb(20, 186, 212);
    color: white;
}

.smallPlace {
    width: 50px;
    margin-left: auto;
    background-color: white;
    box-shadow: 0 0 10px gray;
}

.mainLogo {
    position: absolute;
    right: 50%;
    left: 50%;
    margin: auto;
}

.bg-black {
    background-color: black;
}

.padding-changing {
    padding-right: 350px;
    padding-left: 50px!important;
    transition: all .3s;
}

.comboYear {
    display: block !important;
    left: auto !important;
    right: 0 !important;
    top: 80px !important;
}

.bg-cyan {
    background-color: #17a2b8;
}

.shadow {
    box-shadow: 0px 0 5px gray;
}

.mySidebar .collapse a {
    padding-right: 30px !important;
}

.mySidebar .collapse a:hover {
    padding-right: 40px !important;
}

.draggable {
    cursor: grab;
}
.specialStyleLine{
    background-color: rgb(55,73,85);
}
.specialStyleLine .nv-line{
    stroke-width: 3.5px;
}
.specialStyleLine .nvd3 text{
    fill: rgb(203,205,188);
}
.bg-myLight{
    background-color: #eee;
}
.breadcrumb{
    box-shadow: 0 0 10px gray;
    background-color: rgb(20, 186, 212);
    color: white;
}
.breadcrumb-item.active {
    color: #fff;
    font-weight: bold;
}
