/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;

    /* The html and body elements cannot have any padding or margin. */
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1.7;
    font-style: normal;
}

a {
    color: #030;
}

a:hover {
    color: #06491f;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #cecece;
    border-color: #06491f;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #cecece;
}

.navbar-nav {
    z-index: 16777271 !important;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 94%;
    height: auto !important;

    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

#wrap {
    width: 100%;
    height: 100%;
    opacity: 1;

    /* background-image: url('/images/autonation-background-bw.jpg'); */
    background: #323e48 no-repeat fixed 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}

footer {
    background-color: #f5f5f5;
    border-top: 1px solid #cecece;
    padding-top: 10px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

footer a {
    color: #006325;
}

#toprow {
    background-color: #2f2f2f;
    text-align: right;
    color: #fff;
    height: 45px;
    font-size: 16px;
    padding-top: 10px;
}

.navbar {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #232323;
    border-radius: 0;
}

.navbar a {
    color: #333 !important;
}

.navbar-header {
    color: #fff;
    margin-top: 3px;
}

.navbar .nav > li > a {
    margin-top: 20px !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #00b1eb;
    border-color: #00b1eb;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2274ac;
    border-color: #2274ac;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #00b1eb;
    border-color: #00b1eb;
}

.btn-default:hover {
    color: #fff;
    background-color: #2274ac;
    border-color: #2274ac;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}

.navbar-default button {
    background-color: #cecece;
}

.navbar-brand {
    margin-top: 0;
    padding-top: 0;
}

.navbar-collapse {
    box-shadow: inset 0 0 0 #006325;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #006325;
}

#top-info-bar {
    width: 100%;
    min-height: 46px;
    color: #fff;
    padding-top: 10px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    background-color: #248dc1;
    border-bottom: 1px solid #fefefe;
    letter-spacing: -0.049em;
}

#top-info-bar a {
    text-decoration: none;
}

.navbar {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
    transform: translate3d(0, 0, 0);
    min-height: 60px;
    z-index: 1001;
}

.navbar-nav > li > a {
    font-size: 16px;
}

.navbar {
    min-height: 95px !important;
}

.navbar .nav {
    color: #272727;
}

.navbar .nav > li > a {
    float: none;
    line-height: 1.7;
    text-decoration: none;
}

.navbar .nav > li > a {
    font-size: 16px;
}

.navbar .nav > li > a {
    font-family: "Open Sans Condensed", sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.58px;
    line-height: 20px;
    text-transform: uppercase;
}

.navbar .nav > li > a:hover {
    box-shadow: inset 0 4px 0 0 #cecece;
    color: #b7b7b7;
}

.panel-container {
    border: 3px solid #565656;
}

.panel-client > .panel-heading {
    color: #232323;
    background-color: #cecece;
    border-color: #ddd;
    border-bottom: 1px solid #565656;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* CSS used here will be applied after bootstrap.css */
.panel-heading-sm {
    height: 28px;
    padding: 4px 10px;
}

.panel-body-sm {
    padding: 5px 10px;
}

table.table-heading-sm thead tr th,
table.table-heading-sm tbody tr td {
    font-size: 12px;
    height: 28px;
    padding: 4px 10px;
}

.table-body-sm {
    padding: 5px 10px;
}

.capitalize {
    text-transform: capitalize;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        margin-top: 25px;
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .collapse.in {
        display: block !important;
    }
}
