/* YOUR CUSTOM STYLES */
body
{
    background-color: ;
}

input
{
    border-bottom: 1px solid #0a3981 !important;
}

select
{
    margin-top: 0.9rem !important;
}

i
{
    color: black !important;
}

#navbar-top
{
    margin-bottom: 20px !important;
}

#navbar
{
    margin-bottom: 20px !important;
}

#serviceNotes
{
    height: 120px;
}

#input_serviceType
{
    width: 80%;
}

#input_makeType
{
    width: 80%; 
}

.scroll-box 
{
    position: relative;
}

.scrollspy-example 
{
    position: relative;
    overflow-y: scroll;
    height: 120px; 
}

.active-toggle
{
    color: white;
    background-color: #4285f4;
    border: 1px solid #4285f4;
    border-radius: 3px;
    padding: 4px;
}

.modal
{
    background-color: rgba(0,0,0,0.5) !important;
}