﻿@media (min-width: 650px) {
    body {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 50px;
    }
}

p.italic {
    margin-left: 20px;
    font-style: italic;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
}

.form-control {
    display: inline-block;
}

.form-control-narrow {
    width: 150px;
}

.form-horizontal-narrow {
    width: 150px;
}

.form-control-medium {
    width: 250px;
}

input.inline {
    display: inline-block;
}

input.middle {
    margin-top: 15px;
}

select.center {
    text-align: center;
    position: relative;
}

input.textNarrow {
    width: 75px;
    border: 1px solid #ccc;
}

input.textvNarrow {
    width: 50px;
    border: 1px solid #ccc;
    text-align: center;
}

input.textNarrowHDR {
    width: 75px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

table.basket {
    border: 1px solid black;
    width: 100%;
    margin: 0 auto;
}

table.basketYellow {
    background-color: #e9fd5e;
}

td.basket {
    height: 35px;
    text-align: center;
    border: 1px solid black;
}

td.basketRow {
    height: 30px;
    text-align: center;
}

td.basketRowLeft {
    height: 30px;
    text-align: left;
}

tr.basket:nth-child(even) {
    color: Black;
    background-color: #EFF3FB;
}

tr.basket:nth-child(odd) {
    color: Black;
    background-color: White;
}

th.basket, td.basketfoot {
    color: black;
    background-color: #99CCFF;
    height: 35px;
    text-align: center;
    border: 1px solid black;
}

.hide {
    display: none;
}

.icon-bar {
    color: blue;
    background-color: blue;
}
