﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.header {
    width: 100%;
    border-top: solid 5px #00548b;
    border-bottom: solid 2px #7A9AB7;
    position: relative;
    background-color: #fff;
    z-index: 100;
    padding: 10px 0;
}

header .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

h3 {
    color: #428bca;
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo {
    height:56px;
    max-width: 100%;
    padding-left: 1em;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.content {
    margin: 0 90px;
}

.product-attributes p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
}

#success-alert, #error-alert {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 200px;
    border-radius: 5px;
    display: none;
}

.main-widget {
    border-radius: 10px;
    box-shadow: grey 0px 3px 5px -2px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

/* Catalog styles */
.panel {
    box-shadow: grey 0px 3px 5px -2px;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.panel-body {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #00548b;
    border: 1px solid #00548b;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.menu-separator {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
}

.product-title {
    margin-top: 0px;
    margin-left: 15px;
}

.product-image {
    text-align: center;
    cursor: pointer;
}

.product-info {
    position: relative;
    height: 170px;
}

.product-code:hover {
    cursor:pointer;
    text-decoration: underline;
}

.product-price {
    position: absolute;
    font-size: larger;
    right: 5px;
    bottom: -5px;
    color: #428bca;
    font-weight: bold;
}


/* Navigation & side menu */
.left-navigation ul.nav li.menu.active a.menu {
    background-color: #1d5d6d;
    border-left: solid 5px #33bee1;
    padding-left: 10px;
}

.left-navigation ul.nav li.menu a.menu {
    color: #fff;
}

.left-navigation ul.sub {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .left-navigation ul.sub li {
        display: block;
        margin-left: 15px;
        margin-bottom: 5px;
        font-size: 1em;
        font-weight: normal;
    }

.left-navigation ul.nav li.active ul.sub {
    display: block;
}

.sub.nav-pills > li.active > a {
    color: #ffffff;
    background-color: #cccccc;
}

.checkout-modal {
    display: none;
    position: absolute;
    right: 0px;
    top: 30px;
    min-height: 200px;
    min-width: 150px;
    border: 1px solid #dddddd;
    box-shadow: grey 0px 3px 5px -2px;
    border-radius: 4px;
    background-color: #fff;
}

/* Layout */
.link {
    color: #428bca;
    cursor: pointer;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #FF7F39;
    background-color: #fff;
    border-color: #FF7F39;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #FF7F39;
        border-color: #FF7F39;
    }

.btn-info {
    color: #FF7F39;
    background-color: #fff;
    border-color: #FF7F39;
}

    .btn-info:hover {
        color: #fff;
        background-color: #FF7F39;
        border-color: #FF7F39;
    }

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #00548e;
}

    footer .bottom .content {
        height: 60px;
        color: #fff;
        font-size: 14px;
    }
