html, body {
    width: 100%;
    height: 100%;
}
.nav-text-main a  {
    font-size: 16px;
    color: #223345 !important;
}
.nav-text-main-active a  {
    font-size: 16px;
    color: #223345 !important;
    font-weight: bold;
}

.btn-main {
    background-color: #11A1FD;
    color: white;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 15px;
}

.nav-main {
    z-index: 99999999;
    background-color: #FBFBFB;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/*-------------------*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 3%; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 38; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #F3F7F9; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-bottom-right-radius: 25px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media only screen and (max-width: 600px) {
    #mySidenav {
        display: none;
    }
}

#sidenav-content-table {
    color: #223345;
    box-shadow: 0 24px 32px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.sidenav-col-table{
    display:none;
}

#sidenav-content-table td, #sidenav-content-table th {
    border: none;
    text-align: center;
}

th.sidenav-col-table {
    color: #84A3B9;
    width: 9%;
}

.sidebar-arrows:hover {
    cursor: pointer;
}
a.sidebar-project-links {
    padding-right: 5px;
    text-decoration: none !important;
}
