﻿.page-content
{
    padding:20px 0;
}
.panel-vet > .vet-header, .panel-vet > .panel-footer, .header {
    background: #4F030C;
    border-color: #4F030C !important;
    color: #fff;
}
.panel-vet {
    border-color: #4F030C !important;
}
.navbar {
    border-radius: 0;
}

.dropdown-menu li a {
    padding: 12px 20px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
}
.dropdown-menu  li:last-child > a {
    border-bottom:none;
}
.navbar-nav .open .dropdown-menu
{
    background:#fff;
}
.navbar-nav .open .dropdown-menu > li > a
{
    padding :15px 15px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a
{
    color:#444;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
}
.footer {
    padding: 24px 0;
    background: #4F030C;
}
.footer h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.tnr .header, .tnr .footer {
    background: #0033a1;
}
.mjr .header, .mjr .footer {
    background: #136ad5;
}
.mmc .header, .mmc .footer {
    background: #333447;
}
.mdr .header, .mdr .footer {
    background: #002147;
}
.vlr .header, .vlr .footer {
    background: #49176d;
}
.srf .header, .srf .footer {
    background: #34bf49;
}
.zer .header, .zer .footer {
    background: #49176d;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: rgba(255,255,255,0.25);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgba(255,255,255,0.25);
}
