﻿/* --------------------------------------------------------------- HEADER */
.navbar-default {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header .nav .btn-primary {
    color: #cf2127 !important;
}
    header .nav .btn-primary:focus {
        background-color: #e6e6e6 !important;
        border-color: #9a191d;
    }

    header .nav .btn-primary:hover {
        color: #fff !important;
    }

header .navbar-default .container .navbar-collapse {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
}

/* --------------------------------------------------------------- JUMBOTRON  AND NAVS */
.jumbotron {
    padding: 120px 0;
    background-image: url("/Content/images/hero-home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    div#SearchContainer {
        
        min-height:165px;
        padding:35px 20px;
    }
    #SearchContainer > .nav-tabs li a{
        color:#fff;
    }

#SearchContainer > .nav-tabs > li, #SearchContainer > .nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1; /* hasLayout ie7 trigger */
}

#SearchContainer .nav-tabs, .nav-pills {
    text-align: center;
    margin-bottom:10px;
}

    #SearchContainer .nav-pills > li.active > a, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #cf2127;
    }
    #SearchContainer .nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
        color: #fff;
    }
#SearchContainer .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
    color: #3F51B5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3F51B5;
    text-decoration:underline;
    background-color: #fff;
}
/* --------------------------------------------------------------- GRID SYSTEM */
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}


/* --------------------------------------------------------------- FORMS */
.form-control {
    border: 1px solid #ccc;
}
.input-group-addon input{
    border-left:0;
}
/* --------------------------------------------------------------- BUTTONS */
.btn-default {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

    .btn-default:hover {
        color: #fff;
        background-color: #e8272e;
    }
    .btn-default:focus, .btn-default.focus{
        color:#fff;
    }
    /* --------------------------------------------------------------- PANELS */
    .panel {
        color: #fff;
    }
.panel a{
    color:#fff;
}
