﻿/* 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;
}

.container.mainContainer {
    max-width: 1430px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 */
}

/* Customize Checkboxes */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    min-height: 150px;
}

.productCart {
    visibility: hidden;
}

.navLogo {
    height: 75px;
}

dt {
    background-color: #e6e6e6;
}

dd {
    background-color: #f2f2f2;
}