﻿.wrapper
{
    display: flex;
    width: 100%;
    align-items: stretch;
}


#sidebar
{
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

#sidebar.active
{
    margin-left: -250px;
}
a[data-toggle="collapse"]
{
    position: relative;
}

.dropdown-toggle::after
{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 768px)
{
    #sidebar
    {
        margin-left: -250px;
    }
    #sidebar.active
    {
        margin-left: 0;
    }
}
/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
@import "https://fonts.googleapis.com/css?family=Calibri:300,400,500,600,700";


body
{
    font-family: Calibri;
    background: #fafafa;
}

p
{
    font-family: Calibri;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus
{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar
{
    /* don't forget to add all the previously mentioned styles here too */
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header
{
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components
{
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p
{
    color: #fff;
    padding: 10px;
}
.datepicker th
{
    color: Black;
}
.datepicker td, .datepicker th
{
    color: Black;
}


/*#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}*/

/*#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}*/

/*#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}*/


/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}*/

