/* app css stylesheet */

.well-inverse {
    background-color: #222 !important;
    border-color: #080808 !important;
    color: #fff !important;
}

.form-actions {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    text-align: right;
}

.footer-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*background-color: #f5f5f5;*/
  z-index: 99;
  max-width: 750px;
  margin-left: -15px;
  margin-right: -15px;
}

.ticket-price {
    padding:7px  !important;
}

.img-header {
    display:inline-block;
    width: 50px;
    height: 50px;
    top: -35px;
}

.download [class*="col-"] {
    margin-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

table.summary tfoot
{
 border-top: 2px solid black;
}



@media (max-width: 767px) {
    /*.well {
        border-radius: 0px !important;
    }

    .well-sm {
        border-radius: 0px !important;
    }
    
    .img-rounded {
        border-radius: 0px !important;
				max-width: 100%  !important;
    }*/
		.img-rounded {
				max-width: 100%  !important;
    }
		.navbar  {
        display: none  !important;
    }
}

@media (min-width: 767px) {
    .entry-container {
        width: 750px !important;
    }
}

