/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,a:link,a:visited,a:hover,a:active
{
    text-decoration:none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    /*margin: 15% auto; /* 15% from the top and centered */
    position: absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    max-width:30rem;
}

.modal-wrapper
{
    max-width:25rem;
    margin: 0 auto;
    text-align:center;
}

    .modal-wrapper p
    {
        padding-bottom:1rem;
    }

    .nocenter {
        text-align: left;
    }

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,.close:focus 
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login_container
{
    margin:auto;
    max-width:450px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
}

.wrapper
{
    max-width:1200px;
    width:100%;
    margin: 0 auto;
}

.page_centered
{
    width:100%;
    height:100%;
    position: relative;
}

.login_container img
{
    max-width:450px;
}

.clearfloat {
    display: block;
    float: none;
    clear: both;
}

.col
{
    float:left;
}

.col-100
{
    width:100%;
    float:none;
    clear:both;
}

.col-84
{
    width: 84.3%;
}

.col-75
{
    width: 75%;
}

.col-66
{
    width:66%;
}

.col-50
{
    width: 50%;
}

.col-33
{
    width:33%;
}

.col-25
{
    width:25%;
}

.col-16
{
    width:16%;
}

.col-8
{
    width:8%;
}

.padding-20
{
    padding:1rem 0;
}

div
{
    font-size:1rem;
}

.logo-container
{
    float:left;
    width: 75%;
}

.logo-container img
{
    max-height:45px;
    width:auto;
}

.menu-container {
   
    position: relative;
    height: 45px;
    
    background-color: #e9802c;
}

.user_info
{
    float: left;
    width: 25%;
}

.menu {
    padding: 1rem;
    height: 45px;
    
    background-color: white;
}

.menu-container ul
{
   
    height:100%;
    margin: 0 auto;
    display:block;
    text-align:center;

}

.menu-container ul li 
{
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    line-height: 45px;
   
}

    .menu-container ul li.active
    {
        background-color:white;
    }

    .menu-container ul li.active a {
        color: #e9802c;
        text-transform: uppercase;
        font-size: 1rem;
    }

.menu-container ul li a 
{
        color: white;
        text-transform: uppercase;
        font-size: 1rem;
}

.body
{
    padding:1rem 0;
}

.row
{
    padding:0.5rem 0;
}

.header_spacer
{
    height:15rem;
    background-image:url('../img/header_bg.jpg');
}

div.nopadding-h
{
    padding-top:0;
    padding-bottom:0;
}

.page-title
{
    font-size:2.5rem;
    text-transform: uppercase;
    text-align: center;
}

.spacer-1
{
    height: 1rem;
}

.spacer-2
{
    height:2rem;
}

.spacer-3 {
    height: 3rem;
}

.spacer-4 {
    height: 4rem;
}

input[type=button], input[type=submit], button, input[type=text], select, input[type=email],input[type=password] {
    text-align: center;
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 1rem;
    background-color: #89c0e9;
    color: white;
    padding: 0.5rem;
    height: 3rem;
    border: none;
    width: 275px;
}

input[type=text], input[type=button], input[type=submit],input[type=password] {
    background-color: white;
    border: 2px solid #89c0e9;
    color: #89c0e9;
}

select, input[type=text] {
    text-transform: none;
}

.filters-container input, .filters-container button, .filters-container select
{
    margin-bottom: 1rem;
}

.results-container input[type=button]
{
    width:auto;
    border-radius:5px;
    text-transform:none;
    padding-top:0;
    padding-bottom:0;
    height:2rem;
    font-size:0.8rem;
    
}

button:hover, input[type=button]:hover,input[type=submit]:hover {
    cursor: pointer;
    background-color: #89c0e9;
    color:white;
}

.results-container thead tr {
    background-color: #e9802c;
    
}

.results-container thead th {
    text-align: center;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    height:2rem;
    padding:0 0.25rem;
}

.results-container td {
    vertical-align: middle;
    height: 2rem;
    padding: 0.5rem;
    text-align: left;
}

.results-container tr td {
    background-color: #f4f4f4;
    border-bottom:thin solid black;
}

.results-container tr:nth-child(2n) td {
    background-color: #e4e4e4;
}

.brands-container
{
    text-align: center;
    padding-top:1.5rem;
}

.brands-container li {
    display: inline-block;
    text-align: left;
    padding-right:2rem;
}

.brands-container strong
{
    font-size:1.3rem;
    font-weight: bold;
    padding-bottom:1rem;
    display: block;
}

.content-center
{
    text-align: center;
}

.wrapper-center
{
    margin: 0 auto;
    float: none;
}

.details-container p, .details-container h4
{
    padding: 0.2rem;
}

.details-container h4
{
    font-size:1.4rem;
}
