﻿/* ReSharper disable RequiresFallbackColor */

body {
  /*background: url('../images/background-main.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333;
  font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
  padding-top: 50px;
  padding-bottom: 20px;*/
}

.headerBlue {
    color: #4472c4;
    text-shadow: 2px 2px 4px grey;
}

.headerGold {
    color: #ffc000;
    text-shadow: 2px 2px 4px grey;
}

footer {
  background-color: rgba(0,0,0,0.3);
}
/* 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;
}

.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;
}

.login-panel {
  max-width: 410px;
}

.card-display-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ecard_display_tiny {
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}

.ecard_image_tiny {
  position: relative;
  top: -2px;
  left: -1px;
  width: 104px;
}

.ecard_display_large_dlg {
  width: 294px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin: 8px;
}

.img-resize {
  /*margin: 0 auto;*/
  width: 100%;
}

.ecard-frame {
  border-radius: 8px;
  overflow: hidden;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

.panel {
  margin-top: 20px;
}

.panel-body {
  padding: 25px;
}

/*.panel-body > img{
  width: 50%;
}*/

.index-panel-box {
  min-height: 350px;
}

.index-panel-box-content {
  min-height: 230px;
}

.index-panel-box-footer {
  min-height: 50px;
}

.shopping-cart-container {
  margin-bottom: 10px;
}

.shopping-cart-item {
  background-image: url('../Images/versEcard-small.png');
  background-repeat: no-repeat;
  height: 98px;
  margin-bottom: 10px;
}

.shopping-cart-card-amount {
  font-size: 20px;
  text-align: left;
  line-height: 20px;
}

.shopping-cart-card-info {
  font-size: 12px;
  text-align: left;
  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;
  -moz-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);
  }

.pickup-code-panel {
  max-width: 410px;
}

.payment-panel {
  max-width: 480px;
}

.forgot-password-panel {
  max-width: 480px;
}

.totals-panel {
  max-width: 280px;
}

.address-panel {
  max-width: 550px;
}

.addToCart-panel {
  max-width: 780px;
}

.versecard-summary-panel {
  max-width: 500px;
}

.versecard-purchase-history-panel {
  max-width: 600px;
}

.currency-field {
  text-align: right;
}

.submit-payment-dlg-logo {
  background-image: url('../Images/versecard-logo.png');
  background-repeat: no-repeat;
  width: 174px;
  height: 112px;
}

.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;
}

.model-dropped {
  top: 0;
}


@media (min-width:200px) and (max-width:479px) {
  .index-panel-box-content {
    min-height: 220px;
  }

  .index-panel-box {
    min-height: 400px;
  }

  .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;
  }

  .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) {

  .index-panel-box {
    min-height: 400px;
  }

  .index-panel-box-content {
    min-height: 225px;
  }

  .addToCart-panel {
    max-width: 380px;
  }

  .address-panel {
    max-width: 440px;
  }

  .payment-panel {
    max-width: 480px;
  }

  .shopping-cart-panel {
    max-width: 675px;
  }

  .shopping-cart-item {
    float: left;
    width: 50%;
  }

  .image-holder {
    width: 50%;
    float: left;
  }

  .ecard-frame {
    width: 50%;
    float: left;
    margin-right: 10px;
  }

  .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) {

  .index-panel-box {
    min-height: 400px;
  }

  .index-panel-box-content {
    min-height: 270px;
  }

  .addToCart-panel {
    max-width: 430px;
  }

  .image-holder {
    width: 50%;
    float: left;
  }

  .ecard-frame {
    width: 50%;
    float: left;
    margin-right: 10px;
  }

  .shopping-cart-panel {
    max-width: 720px;
  }

  .payment-panel {
    max-width: 480px;
  }

  .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) {
  .index-panel-box {
    min-height: 350px;
  }

  .index-panel-box-content {
    min-height: 240px;
  }

  .totals-field {
    float: left;
    width: 66.66%;
  }
}


/* ReSharper disable DeclarationIsEmpty */
@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 */
}
