﻿.navbar-maroon
{
    background-color: #410016 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-blue
{
    background-color: #05519c !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-green
{
    background-color: #3d7b0e !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-grey
{
    background-color: #374049 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-black
{
    background-color: #000000 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-orange
{
    background-color: #be7502 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-purple
{
    background-color: #75009c !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-teal
{
    background-color: #0a6f67 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.navbar-red
{
    background-color: #9c0001 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1) !important;
    background-image: none !important;
}
.blue input[type="submit"]
{
    color: #ffffff !important;
    background-color: #05519c !important;
    border-left-color: #05519c;
    border-right-color: #05519c;
    border-top-color: #05519c;
    border-bottom-color: #05519c;
    background-image: none !important;
}
.maroon input[type="submit"]
{
    color: #ffffff !important;
    background-color: #410016 !important;
    border-left-color: #410016;
    border-right-color: #410016;
    border-top-color: #410016;
    border-bottom-color: #410016;
    background-image: none !important;
}
.green input[type="submit"]
{
    color: #ffffff !important;
    background-color: #3d7b0e !important;
    border-left-color: #3d7b0e;
    border-right-color: #3d7b0e;
    border-top-color: #3d7b0e;
    border-bottom-color: #3d7b0e;
    background-image: none !important;
}
.grey input[type="submit"]
{
    color: #ffffff !important;
    background-color: #374049 !important;
    border-left-color: #374049;
    border-right-color: #374049;
    border-top-color: #374049;
    border-bottom-color: #374049;
    background-image: none !important;
}
.black input[type="submit"]
{
    color: #ffffff !important;
    background-color: #000000 !important;
    border-left-color: #000000;
    border-right-color: #000000;
    border-top-color: #000000;
    border-bottom-color: #000000;
    background-image: none !important;
}
.orange input[type="submit"]
{
    color: #ffffff !important;
    background-color: #be7502 !important;
    border-left-color: #be7502;
    border-right-color: #be7502;
    border-top-color: #be7502;
    border-bottom-color: #be7502;
    background-image: none !important;
}
.purple input[type="submit"]
{
    color: #ffffff !important;
    background-color: #75009c !important;
    border-left-color: #75009c;
    border-right-color: #75009c;
    border-top-color: #75009c;
    border-bottom-color: #75009c;
    background-image: none !important;
}
.teal input[type="submit"]
{
    color: #ffffff !important;
    background-color: #0a6f67 !important;
    border-left-color: #0a6f67;
    border-right-color: #0a6f67;
    border-top-color: #0a6f67;
    border-bottom-color: #0a6f67;
    background-image: none !important;
}
.red input[type="submit"]
{
    color: #ffffff !important;
    background-color: #9c0001 !important;
    border-left-color: #9c0001;
    border-right-color: #9c0001;
    border-top-color: #9c0001;
    border-bottom-color: #9c0001;
    background-image: none !important;
}

.navbar-maroon .brand, .navbar-maroon .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-blue .brand, .navbar-blue .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-green .brand, .navbar-green .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-grey .brand, .navbar-grey .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-black .brand, .navbar-black .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-orange  .brand, .navbar-orange .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-purple  .brand, .navbar-purple .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-teal  .brand, .navbar-teal .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-red  .brand, .navbar-red .nav > li > a
{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn:focus {
    outline:none !important;
    outline: none important;
    outline-offset: none important;
}