/* Red &amp; White Theme */
/* FOR SIDE NAVIGATION BAR */
#slabmenu li a {
    background: linear-gradient(#ffcccc, #cc0000); /* light red to dark red */
    border: #990000;
    margin-top: 1px;
}

a.menu-button span {
    color: #FFF;
}

#slabmenu ul li a {
    cursor: pointer;
    border-bottom: 1px solid #990000;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: white;
    background: linear-gradient(#cc0000, #660000); /* deep red gradient */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

div.top-bar2.skin-3.pull-left.col-xs-7.col-sm-8.col-md-10 p img {
    margin-left: -27px;
    margin-top: -5px;
    width: 500%;
}

a.menu-button:hover {
    background-color: #b30000;
}

html body header {
    background-color: #fff0f0;
}

div.main-container-full,
span.menu-bar,
div.top-bar3,
div#top-nav.pull-right.skin-3.col-xs-4.col-sm-4.col-md-2,
#sidebar,
div.static-footer,
div.dashboard-wrapper,
#page-footer,
#scrollUp,
div.top-bar2.skin-3.pull-left.col-xs-7.col-sm-8.col-md-10 {
    background-color: #fff0f0; /* very light red/pinkish */
}

div.top-bar2.skin-3.pull-left.col-xs-7.col-sm-8.col-md-10 {
    background-color: transparent;
}

a.btn.btn-mini.btn-info.parts-buttons {
    background-color: #cc0000;
    border-color: #cc0000;
}

tr.odd td {
    background-color: #fff0f0;
}

tr.even td {
    background-color: #ffd6d6;
}

h4.panel-title,
div.panel-heading {
    background-color: #ffd6d6;
}

div.panel-body {
    background: linear-gradient(#ffd6d6, #cc0000);
}

a.btn.btn-sm.btn-info.service-buttons.service-detail-button {
    color: #990000;
}

div.alert.alert-info {
    background-color: #cc0000;
    color: #FFF;
    border-color: #fff0f0;
}

div.dataTables_wrapper.no-footer {
    border-color: #000;
}

a.btn.btn-sm.btn-info.button-same {
    background-color: #cc0000;
    border-color: #fff0f0;
}

#slabmenu ul {
    padding: 0;
    border: 0;
};
