html{
}
body{
  /*background: url("/images/whitediamond.png");*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2a6a1+0,bcbeff+100 */
  background: #e2a6a1; /* Old browsers */
  background: -moz-linear-gradient(top, #e2a6a1 0%, #bcbeff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2a6a1 0%,#bcbeff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2a6a1 0%,#bcbeff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a6a1', endColorstr='#bcbeff',GradientType=0 ); /* IE6-9 */
    position: relative;
}
#page{
    min-height: 100vh;
    position: relative;
    padding-bottom: 150px;
}
@media (max-width: 992px) {
    #page {
        padding-bottom: 230px;
    }
}

#page-content {
  background: white;
  padding: 20px 20px 50px 20px;
  /*box-shadow: 0 0 20px #ddd;*/
  border-radius: 5px;
}
.home #page-content{
  background: none;
  /*box-shadow: none;*/
  padding: 0;
}

.container {
  padding-right: 0;
  padding-left: 0;
}
.nofloat {
    float: none;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

h1 {
    font-size: 2.5rem;
    margin-top: 0;
}

h2 {
    font-size: 2rem;
    margin-bottom: 0;
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.mw300{
    max-width: 300px;
}
/*nav.navbar{
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}*/
input, select{
    height: 38px !important;
}
input[type="checkbox"] {
    height:14px !important;
}
.form-control.stdHeight{
    height:38px;
}

#model-ticket-count{
    font-weight:bold;
}
.modal-content{
    border-radius: 15px;
}
#page-footer{
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.navbar-brand{
    font-size: 26px;
}

.footer {
    /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    border-radius: 5px;*/
    color: #939797;

    /*position: absolute;
    bottom: 0;
    width: 100%;*/
    /*height: 150px;*/ /* Set the fixed height of the footer here */
}
.footer .social{
  margin-bottom: 15px;
}

.artshare-highlight{
  background-color: green !important;
  color: white;
}
.artshare-option-form{
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
}

.show-page-image{
  float:right;
}
.show-page-image img{
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .show-page-image img{
        max-width: 400px;
        margin-left: 10px;
    }
}


.navbar .divider-vertical {
    margin: 0 9px;
    border-right: 1px solid #666;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}


img, .btn, .card, .navbar, .breadcrumb, .footer, .form-control{
  border-radius: 5px;
}
button{
  white-space: normal !important;
  min-height: 38px !important;
}
.pad-lr-20{
  padding: 0 20px !important;
}

.home-card{
  min-width: 210px;
  max-width: 360px;
  margin-bottom: 20px !important;
  margin: 0 auto;
  /*box-shadow: 0 0 20px #ddd;*/
}
.home-card .card-body{
    padding: 1.25rem 0;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ccd0d2;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%;
  /*margin: 0 5px 30px 5px;*/
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#purchaseForm .form-group{
    /*margin-bottom: 0;*/
}


.carousel-inner, .carousel-inner img{
  /*box-shadow: 0 0 20px #ccc;*/
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.report-page table{
  /*table-layout: fixed;*/
}
.report-page table .gutter {
    background: #eee;
    width: 4px;
    padding: 0 !important;
}
.report-page tr.table-active td.gutter {
    background: #dee2e6;
}
.report-page .table th, .report-page .table td {
    padding: 10px 5px;
}
.report-page .show-report .table th, .report-page .show-report .table td {
    text-align: right;
}
.report-page .table tr.report-top-head th{
    text-align: center;
}

.report-page #report-visibility-filters{
  margin-top: 40px;
}
@media print {
    .gutter{
        display: none;
    }
}

.admin-discount-page .discount-inactive{
  display: none;
}

.show-purchase-page #discount-code{
  display: none;
}

.show-purchase-page #apply-discount-code {
    width: 100%;
    display: none;
    white-space: nowrap !important;
}
.show-purchase-page .discount-apply-container{
  display: none;
}

.show-purchase-page .discount-apply-container.subtotal {
    border-top: 3px solid #ccc;
}
#order-total-container{
  border-top: 3px solid #ccc;
}

input#legacy_fund_donation,
input#mailing_list_opt_in {
    width: auto;
}

#donate-buttons{
  display: flex;
  flex-wrap: wrap;
}
.donate-button-form {
    margin: 10px;
}



th.report-col-head div {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(180deg);
    margin: 0 auto;
}


@media (min-width: 767px) {
    .pos-card-wrapper {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin: 0 20px;
    }
    .pos-card-wrapper .card {
        width: 49%;
    }
}

#page.pos .pos-discount-label{
    margin-top: 9px;
}

.pagination{
    justify-content: center;

}

div#donation-container {
    max-width: 700px;
    margin: auto;
}
div#donation-container .donate-amounts-list{
    margin: 0 40px 40px 40px;
}
div#donation-container .donate-amounts-list input{
    height: auto !important;
    margin-right: 10px;
}
div#donation-container .donate-amounts-list .input-group .input-group-prepend .input-group-text{
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
div#donation-container .donate-amounts-list .input-group #donation-other-amount{
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    max-width: 200px;
}