/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.04.2018, 4:21:25
    Author     : Korenevskiy Sergei Borisovich
*/
.jshop_places{
    
}
span.large-icon {
    margin: auto 5px;
}
.jshop_places .checkboxplace{
    display: inline-block;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    margin: 2px;
}
.jshop_places .checkboxplace label{
    display: inline-block;
    position: relative;
    height: 30px;
    -width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    -justify-items: stretch;
    align-items: stretch;
    margin: 0;
    font-size: large;
    padding-right: 0;
}
.jshop_places .checkboxplace label input + .ext_price_place{ 
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    transition: 0.7s;
    padding: 1px;
    min-width: 30px;
    transition: background-color 0.7s;
    border-radius: 4px;
    flex: 1;
    cursor: pointer;
}
.jshop_places .checkboxplace label input:checked + .ext_price_place{ 
    background-color: greenyellow;
    background-color: #6DB646;
}
.jshop_places .checkboxplace label:hover .ext_price_place{ 
    background-color: yellow;
}
.jshop_places .hide{
    display: none;
}
.jshop_places .checkboxplace label input{
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}


.jshop_places .ryad_{
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    margin-bottom: 2px;
}
.jshop_places .attributes_cost{
    padding: 0 0 0 0px;
    position: relative;
}
.jshop_places .margin_left{
    padding: 0 0 0 90px; 
}
.jshop_places .attributes_cost .cost.rub{
    position: absolute;
    left: 3px;
    top: 10px;
    font-size: large;
    display: flex;
    justify-content: center;
    width: 90px;
}
.jshop_places .ryad_ .ryad{
    padding: 4px 0 0 20px; 
    font-size: large;
}
.jshop_places a,
.jshop_places a:hover{
    text-decoration: none;
}


#placebilet{
    display: flex;
    flex-direction: column;
    align-items: start;
    align-content: start;
    margin-top: 20px;
}
.panel-group.accordion,
#slide-bilet.accordion{ 
    margin-top: 20px;
}
#placebilet .ui-accordion-header{
    padding: 4px;
    cursor: pointer;
    outline: none;
}
#placebilet .ui-accordion-content{
    min-width: 50%;
    width: 100%; 
}
#placebilet .ui-accordion-content > .attributes_side{
    padding: 9px 2px 9px 0px;
}
#placebilet .ui-accordion-header-collapsed{
    -width: 50%;
    overflow: hidden;
    transition: 0.6s;
}
#placebilet .ui-accordion-header-collapsed + div{
    -width: 50%;
    overflow: hidden;
    transition: 0.6s;
}
#placebilet .ui-accordion-content-active{
    width: 100%;
}
.mxcpr{
    display: block;
    text-align: right;
    text-align-last: right; 
}
.mxcpr>a{ 
    font-size: 9px;
    text-decoration: none;
    position: relative;  
}
.mxcpr>a:hover,
.mxcpr>a:focus{
    text-decoration: none; 
}
.mxcpr>a:after{
    content: '\2588';
    line-height: 0;
    font-size: 999em;
    color: inherit;
    overflow: hidden;
    font-style: normal;
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    -bottom: 4px;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 150ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.mxcpr>a:hover:after{
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.jshop.cart .quantity{
    display: none;
}
.jshop.cart .single_price{
    display: none;
}