﻿/* This is the place I put color/app spefic CSS, this way custom.css can be consistent across all apps*/

.nav-title-primary {
    border-bottom: dashed 1px #099cf452;
    padding-bottom: 10px;
    color: #099cf4;
}

/*html .toggle-primary .toggle.active > label, */
.toggle-primary > .toggle > .toggle-title:not(.collapsed) {
    background-color: #099CF4;
    border-color: #099CF4;
    color: #FFF;
}

.btn-primary {
    border: solid 1px #099CF4 !important;
}