﻿html
{
    height: 100%;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular.eot');
    src: url('../fonts/texgyreadventor-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular.woff2') format('woff2'),
         url('../fonts/texgyreadventor-regular.woff') format('woff'),
         url('../fonts/texgyreadventor-regular.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin-top: 72px;
    padding-bottom: 170px;
    min-height: calc(100% - 70px);
    position: absolute;
    left: 0px;
    right: 0px;
    font-family: 'texgyreadventorregular';
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 80%;*/
    max-width: 280px;
}

.footer
{
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 150px;
    background-color: #ee3124;
    padding: 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.product{
    margin: 25px -25px -13px -25px;
}
.catalogImage{
    left: 2px;
    top: 2px;
    height: 319px;
    width: 250px;
    border: solid 1px #e0e0e0;
    position: absolute;
}

.catalog-text
{
    background-color: rgba(245, 130, 42, 0.9);
    color: white !important;
    font-size: large;
    visibility: hidden;
    font-weight: bold;
}

.catalog-text-title
{
    font-size: x-large;
    border-bottom: 2px solid white;
    margin: 10px 20px 7px 20px;
    padding-bottom: 7px;
    display: block;
    text-align: center;
}


.catalog:hover .catalog-text
{
    visibility: visible;
}

.catalog:hover .magnifying-glass
{
    visibility: visible;
}

.catalogWrapper
{
    margin: 9px 22px 9px 22px;
    display:inline-block;
    vertical-align: text-top;
    width: 250px;
    height: 370px;
    position: relative;
}

.magnifying-glass
{
    text-align: center;
    height: 100%;
    visibility: hidden;
}

.navbar
{
  -webkit-box-shadow: 0px 2px 2px #aaa;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 2px 2px #aaa;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 2px 2px #aaa;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background-color: white;
  font-size: medium;
}

.navbar-fixed-top
{
    border-bottom: hidden;
}

.nav > li
{
    height: 70px;
}

.nav a
{
    height: 100%;
}

.main-menu a > div
{
    margin-top: 11px;
}

.main-menu > li
{
    border-bottom: 5px solid #f5822a;
    margin-bottom: -5px;
    margin-left: 2px;
    margin-right: 3px;
    color: #e83;
    font-weight: bold;
}

.main-menu a
{
    color: inherit;
}

.main-menu .active
{
    background-color: lightgrey;
    color: grey;
}

.login-logoff
{
    background-color: #f5822a;
    color: white;
    font-size: x-large;
    margin-right: -40px;
}

.login-logoff a
{
    color: inherit;
}

.login-logoff div
{
    border: 2px solid white;
    font-weight: bold;
    margin: 5px 10px 0px 10px;
    padding: 5px !important;
}

.login-logoff a:hover
{
    background-color: orange !important;
}

.account-request div
{
    border: 2px solid #ee3124;
    color: #ee3124;
    font-weight: bold;
    margin-top: 7px;
    padding: 5px !important;
}

.download-text
{
    background-color: #777777;
    position: absolute;
    left: 2px;
    right: -2px;
    bottom: 19px;
}

.download-text div
{
    color: white;
    font-size: 16px;
    text-align: center;
}

.download-text .glyphicon
{
    margin-left: 3px;
}

.users-table
{
    overflow-x: auto;
}


.about-image
{
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
}

.promotion-image
{
    box-shadow: 5px 0 8px -4px #aaa, -5px 0 8px -4px #aaa;
    -moz-box-shadow: 5px 0 8px -4px #aaa, -5px 0 8px -4px #aaa;
    -webkit-box-shadow: 5px 0 8px -4px #aaa, -5px 0 8px -4px #aaa;
}

.login-panel-header
{
    color: gray;
    font-weight: bold;
    font-size:  medium;
    text-align: center;
    margin-top: 35px;
}

.navbar-header-image
{
    left: 2px;
    top: 2px;
    margin-left: -5px;
}

.form-control-noborder {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: hidden;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
