﻿.navbar-inverse {
    background-color: #ff961b;
}

a.navbar-brand {
    height: 100%;
}

.hr {
    background-color: #ff961b;
}

.quote-display [Disabled].form-control{
    border: solid 1px #ff961b;
    background-color: white;
}

.footer {
    background-color: #ff961b;
}

a.treeLeaf {
    color: #ff961b;
}

.titleBar {
    color: #ff961b;
}

ul.footerMenu > li > a, a.footerMenu {
    color: #fff;
}

a > div {
    color: #333;
}

.btn-secondary {
    background-color: #ff961b;
    color: white;
    border-color: #ff961b !important;
}

.btn-primary {
    background-color: green;
    color: white;
    border-color: #ff961b !important;
}

a.curcli {
    color: #cccccc !important;
}