﻿@import url(../assets/bootstrap/css/bootstrap.min.css);

body {
    font-family: "PT Sans", sans-serif !important;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
}

body .lw {
    color: #666;
}

body .ld {
    color: #888;
}

.body-bg-1 {
    background: url("../images/background/slash_it.png") repeat;
}

.body-bg-2 {
    background: url("../images/background/grey_wash_wall.png") repeat;
}

.body-bg-3 {
    background: url("../images/background/mooning.png") repeat;
}

.body-bg-4 {
    background: url("../images/background/squairy_light.png") repeat;
}

.body-bg-5 {
    background: url("../images/background/bg-img-1.jpg") no-repeat fixed;
}

.body-bg-6 {
    background: url("../images/background/bg-img-2.jpg") no-repeat fixed;
}

div .col-md-3 .navbar-collapse {
    display: none;
}

div .panel-body {
    padding: 5px !important;
}

.nav-pills {
    margin-bottom: 15px;
    border: 1px solid #EEE;
}

.nav-pills > li > a {
    border-radius: 0;
    border-right: 1px solid #e0eded;
    visibility: hidden !important;
    height: 1px;
}

.nav-pills > li:last-child > a {
    border-radius: 0;
    border-right: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background: #f5f5f5;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #e91b23;
    background: none;
    visibility: visible !important;
}