.form-group p {
    text-align: left;
}
.plan-description-default {
    background-color: #fff; 
    border: 1px solid #ccc; 
    border-radius: 3px; 
    padding: 12px 12px;
    text-align: left;
    display: none;
}
.plan-description-default p {
    margin: 0px;
}
.plan-description-visible {
    display: block;
}
.plan-default, .plan-default1 {
    text-align: center; 
    display: inline-block; 
    border: 1px solid #888; 
    width: 100%; 
    padding: 6px; 
    border-radius: 3px;
    cursor: pointer;
    color: #333;
}
.plan-default .checkmark {
    margin-left: -8px;
    visibility: hidden;
}
.plan-default1 .checkmark {
    margin-left: -8px;
    visibility: hidden;
}
.plan-selected {
     border: 1px solid #f1582a; 
     background-color: #f1582a; 
     color: #eee !important;
}
.plan-selected .checkmark {
    visibility: visible !important;
}
.alert-layer, .alert-layer-dish {
    display: none;
}
.alert-layer-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 99;
}
.alert-layer-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: scroll;
}
.alert-layer-inner {
    background-color: #fff;
    padding: 24px 24px;
    margin: 64px 12px;
    text-align: left;
}
.alert-close, .alert-close-dish {
    color: #3766a2;
    text-decoration: none !important;
    font-size: 24px;
    padding: 6px 12px;
    border: 1px solid #3766a2;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
}
.alert-close:hover {
    color: #fff !important;
    background-color: #3766a2;
}
.alert-layer-title {
    padding: 0px 0px 18px 0px;
}
.content-container {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e7eaec;
    border-radius: 1px;
}
.display-info {
    background-color: #fff;
    padding: 6px 12px;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    font-size: 14px;
}
.display-info-extra {
    color: rgb(237, 85, 101);
}
.step1 {
    display: none;
}
.step2 {
    display: none;
}
.btn-primary {
    background-color: #3766a2;
    border: 1px solid #3766a2;
}
.btn-primary:hover {
    background-color: #4776b2;
    border: 1px solid #4776b2;
}
.middle-box {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-small {
    font-size: 11px;
}
.btn-primary {
    background-color: #f1582a !important;
    border: 1px solid #eee !important;
}
.btn-primary:hover {
    background-color: #f1582a !important;
    border: 1px solid #eee !important;
}
.btn-primary:active {
    background-color: #f1582a;
    opacity: 0.8;
}
.badge {
    padding: 3px 7px;
    margin-bottom: 3px;
    margin-right: 3px;
}
.badge-color-purple {
    background-color: #4D2D90;
}
.badge-color-black {
    background-color: #474550;
}
.badge-color-red {
    background-color: #CD213B;
}
.badge-color-pink {
    background-color: #FF7FB6;
}
.badge-color-yellow {
    background-color: #D4E439;
}
.badge-color-blue {
    background-color: #272F6E;
}
.product-variation-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    margin: 3px;
    cursor: pointer;
}
.product-variation-selected {
    background-color: #888;
    color: #fff;
}
span.oneline {
    white-space: nowrap;
}
.single-ticket{
    background-color: white;
    margin: 5px;
    padding: 0px;
    border-radius: 2px;
}
.ticket-image{
    padding: 5px;
}
.ticket-info{
    margin: 0px;
    padding: 5px;
}
.ticket-title{
    margin: 0px;
    padding: 2px;
}
a {
    text-decoration: none !important;
    color: black;
}
.ticket-image img{
    height: 85.33px;
    width: auto;
    overflow: hidden;
}


.recommended-tickets{
    /*padding-top: 10px;*/
    padding: 5px;
}

.recommended-tickets #recommendation{
        height: 257px;
        overflow: hidden;
}
#recommendation h3{
    text-shadow: 2px 2px black;
}
#recommendation img{
    min-height: 257px;
    min-width: 100%;
    overflow: hidden;
}

@media screen and (max-width:375px){
    .ticket-title{
        font-size: 15px;
    }
    small{
        font-size: 80%;
    }
    .recommended-tickets #recommendation{
        min-height: 240px;
    }
    #recommendation img{
        min-height: 240px;
        min-width: 100%;
        overflow: hidden;
    }
}
