﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

body {
    /*padding-top: 5px;
    padding-bottom: 10px;*/
    overflow-y: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -150px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
}

.icon-xl {
    font-size: 3em;
}

.btn .btn-primary {
    text-decoration: none;
}

.product {
    height: 65px;
}

    .product > img {
        height: 100%;
        width: 95px;
        float: left;
    }

    .product > div {
        padding-left: 10px;
        vertical-align: top;
        line-height: 65px;
        font-size: 15px;
        float: left;
    }

        .product > div.price {
            float: right;
            font-size: 18px;
        }

.vcenter {
    display: flex;
    flex-direction: row;
}

    .vcenter > [class^="col-"] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

a {
    text-decoration: none;
    font-size: 13px;
    /*font-weight:bold;*/
}

a-hc {
    text-decoration: none;
    font-size: 13px;
}

.form-horizontal .control-label {
    text-align: left;
}

.list-thumbnail {
    width: 60px;
    height: auto;
    overflow: hidden;
}

.dx-link {
    text-decoration: none;
    font-size: 18px;
}

    .dx-link:hover {
        opacity: 0.8;
    }

#select-position {
    display: inline-block;
    vertical-align: middle;
}

.select-position span {
    vertical-align: middle;
    margin-right: 10px;
}

.btn-space {
    width: 100px;
    margin-right: 30px;
}

.category {
    margin-right: 30px;
}

.warranty-ok {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: green;
    /* width and height can be anything, as long as they're equal */
}

.warranty-na {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: lightgray;
    border-width: 1px;
    /* width and height can be anything, as long as they're equal */
}

.warranty-expired {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: orange;
    /* width and height can be anything, as long as they're equal */
}

.warranty-eol {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: red;
    /* width and height can be anything, as long as they're equal */
}

.color-swatch {
    height: 65px;
}

    .color-swatch > img {
        height: 100%;
        width: 95px;
        float: left;
    }

    .color-swatch > div {
        padding-left: 10px;
        vertical-align: top;
        line-height: 65px;
        font-size: 15px;
        float: left;
    }

        .color-swatch > div.description {
            float: right;
            font-size: 8px;
        }

