﻿html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F4F4F4;
    color: #333333;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.navbar-inverse {
    background-color: #f90101;
    border-color: #f90101;
}

    .navbar-inverse .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-inverse .navbar-nav li a {
        font-size: 14px;
        font-weight: bold;
        color: #cdcdcd;
    }

    .navbar-inverse .navbar-nav li a:hover {
        cursor: pointer;
    }

@media all and (min-width: 768px) {
    .navbar-fixed-width {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 992px) {
    .navbar-fixed-width {
        width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 1200px) {
    .navbar-fixed-width {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}

.top-buffer {
    margin-top: 20px;
}

.copy-text {
    font-size: 9px;
    color: #CCCCCC;
}

a {
    color: #000000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;

}

    a:hover {
        color: #F80000;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }


.footer-links a {
    font-size: 11px;
}


.login-list {
    display: block;
}

    .login-list:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: ">";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        float: left;
        margin-top: 4px;
        margin-left: -17px;
        color: #CCCCCC;
    }





.tab-content { padding: 20px }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #F80000;
    /*border-radius: 0px;*/
}

.redtext {
    color: #f80000
}