﻿@font-face {
  font-family: Georgia,Times,"Times New Roman",serif;
  /*src: url('Fonts/BebasNeue.otf') format('opentype');*/
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 400px;
}


.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-state-selected.k-today, .k-marquee-color {
  color: #fff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.k-link:link, .k-link:visited, .k-state-hover.k-nav-current .k-link {
  color: #333333 !important;
}


.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }

  .form-signin .checkbox {
    font-weight: normal;
  }

  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
  }

    .form-signin .form-control:focus {
      z-index: 2;
    }

  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }


.scrollableDiv {
  max-height: 400px;
  max-width: 100%;
  overflow-y: scroll;
}

.shopping-cart-container {
  margin-bottom: 10px;
}

.shopping-cart-item {
  background-image: url('Images/gift-card-01-small.png');
  background-repeat: no-repeat;
  height: 98px;
  margin-bottom: 10px;
}

.shopping-cart-card-amount {
  font-size: 20px;
  text-align: left;
  color: black;
  line-height: 20px;
}

.shopping-cart-card-info {
  font-size: 12px;
  text-align: left;
  color: black;
  line-height: 12px;
  margin-top: 5px;
}

.form-control-braintree {
  display: block;
  height: 38px;
  max-width: 200px;
  margin-left: 30px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

  .form-control-braintree:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
  }

.panel-body .certificate-body {
  background-image: none;
  color: black;
}

h4, .h4 .deliveryChoiceHeader {
  color: black;
}


.pickup-code-panel {
  max-width: 410px;
}

.splash-panel {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.payment-panel {
  max-width: 480px;
}

.totals-panel {
  max-width: 280px;
  /*margin-left: 15px;*/
}

.tAndc-panel {
  width: 940px;
}

.address-panel {
  max-width: 550px;
}

.addToCart-panel {
  max-width: 780px;
}

.currency-field {
  text-align: right;
}

.submit-payment-dlg-logo {
  background-image: url('Images/logo-1 trans.png');
  background-repeat: no-repeat;
  width: 121px;
  height: 180px;
  /*float: none;*/
  left: 34px;
  /*margin: 0 auto;*/
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.image-holder {
  text-align: center;
  padding-bottom: 20px;
}

.reportSummaryImage {
  max-width: 80px;
}

.order-history-display {
  max-width: 412px;
  margin: auto;
}

.model-dropped {
  top: 0;
}

/*.grid-container {
  max-width: 400px;
  margin: auto;
}*/


@media (min-width:200px) and (max-width:479px) {
  .modal-dropped {
    top: 400px;
  }

  .addToCart-panel {
    max-width: 380px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
  }

  .totals-panel {
    max-width: 280px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
  }

  shopping-cart-panel {
    max-width: 280px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
  }

  .totals-field {
    float: none;
  }


  .summary-field {
    width: 66.66%;
    float: left;
  }

  .image-holder {
    float: none;
  }

  .tAndc-panel {
    max-width: 290px;
  }

  .splash-panel {
    max-width: 410px;
  }

  .splash-logo-img {
    width: 250px;
  }

  .payment-panel {
    max-width: 480px;
    -moz-min-width: 230px;
    -ms-min-width: 230px;
    -o-min-width: 230px;
    -webkit-min-width: 230px;
    min-width: 230px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .addToCart-panel {
    max-width: 380px;
  }

  .address-panel {
    max-width: 440px;
  }

  .payment-panel {
    max-width: 480px;
  }

  .tAndc-panel {
    max-width: 460px;
  }

  .shopping-cart-panel {
    max-width: 675px;
  }

  .shopping-cart-item {
    float: left;
    width: 50%;
  }

  .image-holder {
    width: 50%;
    float: left;
  }

  .splash-logo-img {
    width: 374px;
  }

  .splash-panel {
    max-width: 410px;
  }

  .totals-field {
    width: 66.66%;
    float: left;
  }

  .summary-field {
    width: 66.66%;
    float: left;
  }


  .currency-field {
    width: 33.33%;
    float: left;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .addToCart-panel {
    max-width: 430px;
  }

  .image-holder {
    width: 50%;
    float: left;
  }

  .splash-logo-img {
    width: 374px;
  }

  .splash-panel {
    max-width: 410px;
  }

  .shopping-cart-panel {
    max-width: 720px;
  }

  .payment-panel {
    max-width: 480px;
  }

  .tAndc-panel {
    max-width: 750px;
  }

  .shopping-cart-item {
    float: left;
    width: 33.33%;
  }

  .totals-field {
    float: left;
    width: 66.66%;
  }


  .summary-field {
    width: 66.66%;
    float: left;
  }


  .address-panel {
    max-width: 440px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .totals-field {
    float: left;
    width: 66.66%;
  }
}

@media screen and (max-width:480px) {
  /*styles for mobile browsers smaller than 480px; (iPhone)*/
}

@media only screen and (min-width:960px) {
  /* styles for browsers larger than 960px; 
}

@media only screen and (min-width:1440px) {
  /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width:2000px) {
  /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width:480px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */
}

@media only screen and (device-width:768px) {
  /* default iPad screens */
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
