.panel-success, .panel-danger {
    font-weight: bold;
}

.text-bold{
    font-weight: bold;
}

.packStatusSpan {
    font-weight: bold;
}

#thinHorizontalBar .list-group-item {
    display: inline-block;
}
#thinHorizontalBar  .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
}
#thinHorizontalBar  .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
#thinHorizontalBar  .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}
#thinHorizontalBar .list-group-item {
    padding: 4px 8px 4px 8px;
    font-size: 0.9em;
}

#thinHorizontalBar .list-group-item.active{
    font-size: 1.1em;
}

.list-orders > div {
    padding: 20px 10px;
    margin-top: -1px;
    border: 1px solid #ddd;
    background: inherit;
    color: inherit;
    text-decoration: none;
}


.nav-pills li.active a {
    height: 80px;
}

.panel  ul {
    list-style-type: none;
}
.pdfLinkLI {
    font-weight: bold;
    margin:20px;
}

.priceDisplay small {
    display: inline-block;
}

.catCircle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 5px;
    display: inline-block;
}

[type="checkbox"]{
    transform: scale(1.5);
    margin-right: 5px !important; ;

}


.coolRadio {
    transform: scale(1.5);
    margin-right: 10px !important; ;
    margin-left: 10px !important; ;
    width: auto;
    height: auto;
}
.coolRadio:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid ;
}

.coolRadio:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid ;
}

.morecontent {
    display: inline;
}

#waitingDiv{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('_display/images/loader.gif') 50% 50% no-repeat;
}


#mainLogo {
    max-height: 70px;
}

.nav-pills span, .navbar-default .navbar-brand>img {
    height: auto;
}

.infoPanel {
    border: 1px solid #d6d6d6;
    padding : 10px 10px 10px 10px;
    margin-bottom: 30px;

}

.infoPanel .name {
    font-weight: bold;
    margin: 5px 0;

}
.infoPanel .email {
    font-weight: lighter;
    margin: 5px 0;

}
.infoPanel .btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.panel-info p {
    font-size: 14px;
}
.panel-info {
    margin-left: 5px;
    margin-right: 5px;
}

.seatNumbers ul {
    border: 1px solid #d6d6d6;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
}

.blueBox {
    text-align: center;
    color: #fff;
    background: #022d53;
}

.blueBox P {
    margin: 0!important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}



#stepBar {
    margin-bottom: 20px;
}

.nav-pills li  {
    background-color: #c1c1c1;
    color: #fff;
}

.no-margin {
    margin: 0;
}

.vertical-align {
    display:flex;
    align-items:center;
}

.basket, .smallBasket {
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.basket .basketProductTypeSection {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    padding-top: 20px;
}

.smallBasket .basketProductTypeSection {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 5px 10px 5px;
}

.basket .basketSectionTitle {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.basket .basketSectionTitle a {
    color: #000;
    font-weight: normal;
}

.basket .item{
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #59affb;
    font-size: 1.1em;
}

.basket .event{
    font-size: 0.9em;
}

.basket .event .eventTitle{
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 20px;
}

.basket .event .row {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.basket .item .row, .basket .event .row, .basket .productItem .row{
    margin: 0;
}


.basket .event {
    border-top: 2px #FFF solid;
}


/*.basket .subItems.inPack, .basket .productItem.inPack {*/
    /*background-color: #f5f5f5;*/
/*}*/



.basket .productItem, .basket .subItems .item {
    font-weight:normal;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #000;
    margin: 0;
    font-size: 0.9em;
}

.basket .basketTotal {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 21px;
}
.smallBasket .basketTotal {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right:5px;
    font-size: 18px;
    background-color: #f5f5f5;

}

.basket .basketTotalPrice, .smallBasket .basketTotalPrice {
    font-weight: bold;
    color: #59affb;
}

.basket .toggle .price {
    display: none;
}

.basket .toggle.collapsed .price {
    display: block;
    float: right;
}

.basketLink {
    font-weight: 800;
}

.help-block, .help-info {
     position: relative;
}
.help-block {
     top: 0;
     right: 0;
}

.form select.form-control {
    width: 100%;
}

UL.no-bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



@media (max-width: 500px) {
    .panel-event, .panel-event__hover {
        opacity: 1 !important;
    }
    .xs-pull-left {
        float: left !important;
    }

    .table-responsive .form-control {
        width: auto!important;
    }
    .table-responsive td {
        font-size: 13px!important;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}


@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}

