*
{
    margin: 0;
    padding: 0;
}
.container
{
    overflow-x: hidden; 
}
#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #056676;
}
#sidebar a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    color: white; 
    transition: all 0.3s ease-in;
    white-space: nowrap;
}
#sidebar a:hover
{
    background-color: #003d47;
}
.toggle_sidebar{
    cursor: pointer;
    font-size: 25px;
    color: black;
}
#main-content #nav a
{
    text-decoration: none;
    color: black;
}
#main-content #nav a:hover
{
    color: blue;
}
.dropdown a
{
    color: black;
    cursor: pointer;
}

#main-content {
    margin-left: 210px;
}
@media only screen and (max-width: 600px) {
    #main-content
    {
        width: 100%;
    }
}

/* LOGIN */
#login #title
{
    font-family: Calibri;
    font-weight: bold;
}
/* END LOGIN */

/* DASHBOARD */
#dashboard #head
{
    font-weight: bold;
}
/* END DASHBOARD */

/* PEMASUKAN */
#pemasukan #body #title
{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid grey;
}
/* END PEMASUKAN */

/* PENGELUARAN */
 #title
{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid grey;
}
/* END PENGELUARAN */