﻿/*svg {
    cursor: pointer;
}*/
.accelerated {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.zoomoutbtn-parent {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    background-color: #afafafa1;
    width: 300px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.zoom-controls {
    position: absolute;
    right: 0px;
    top: calc(50% - 40px);
}

    .zoom-controls i {
        background-color: #e5e5e5;
        /* padding: 15px; */
        border-radius: 100%;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 5px;
        cursor: pointer;
    }
#hallchairs_container {
    width: 100%;
    height: 600px;
    margin-top: 5px;
    margin-bottom: 50px;
}
/*#hallchairs_svg {
    max-width:100%;
}*/
.masks path:not(.stage), .masks rect:not(.stage), .masks polygon:not(.stage) {
    /*fill: #efefef;*/
    fill: #06528b;
    stroke: #787878;
    cursor: pointer;
}

#hallmasks #SECTIONS path:not(.stage):hover, #hallmasks #SECTIONS rect:not(.stage):hover, #hallmasks #SECTIONS polygon:not(.stage):hover {
    fill: #a4a4a4;
    stroke: #a4a4a4;
}

.masks .stage {
    fill: #c10d01;
}

.masks text {
    fill: #000;
    font-size: 30px;
    font-weight: 600;
}

.sections text {
    font-size: 0.15em;
    cursor: pointer;
}

#hallmasks .stage-text {
    fill: #fff;
    font-size: 25px;
    cursor: default;
}

.stage text {
    fill: #fff;
}

.stage rect, .stage path {
    fill: #af1315;
}

/*.sections {
    display: none;
}*/

.circle-price {
    /*stroke: rgb(0, 0, 0);*/
    -webkit-filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, 2.7));
    filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, 2.7));
    /* Similar syntax to box-shadow */
}

.active {
    fill: #a9eda9;
    /*stroke: rgba(0,0,0,0.3);*/
    cursor: pointer;
}
.active text {
    fill: #000;
}

.checkbox  {
    fill: #ffffff;
}

g .checkboxselected circle {
    fill: #0a9f12 !important;
}

.selected {
    fill: #4099ff;
}

.selected text {
    fill: #fff;
}

.empty  {
    fill: #898600;
}

.specialactive  {
    fill: #d900d6;
}

.reserved  {
    fill: #ff7f04;
}
.reserved2 {
    fill: #a9b713;
}
.sold  {
    fill: #af1315;
}

.sold text {
    fill: #fff;
}

.disabled {
    fill: #c3c3c3;
    /*color: #fff;*/
}

.disabled2 {
    fill: #1e1d1d;
    color: #fff;
}

.disabled2 text {
    fill: #fff;
    color: #fff;
}

.guest  {
    background-color: #08827b;
}

.pending  {
    fill: #b3f1ef;
    color: #b3f1ef;
}

.wheel {
    
}
    .wheel circle {
        stroke-width: .5;
        stroke: rgb(13 171 104);
        position: relative;
    }
    .wheel image {
        filter: hue-rotate(0deg);
    }
g circle.rownumber {
    fill: #FFF;
    stroke: #b3b3b3;
    font-weight: 600;
}

g text.rownumber-text {
    font-family: Arial;
    font-size: 0.25em;
    text-anchor: middle;
    font-weight: 500;
    fill:#000;
}

.hall-container-parent {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.hall-section-view {
    border-right: 1px solid #cacaca;
}

#ddlPrices_container {
    margin: 25px;
}

#ddlPrices {
    display: inline-block;
}

.hall-info {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .hall-info span {
        position: relative;
        /*width: 100px;*/
        display: block;
        text-align: left;
    }

        .hall-info span:before {
            content: ' ';
            background: #a9eda9;
            /*background-color: #7e7e7e;*/
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-right: 5px;
            margin-bottom: -3px;
            border-radius: 50%;
            border: 1px solid rgba(0,0,0,0.3);
        }

        .hall-info span.selected:before {
            background-color: #4099ff;
        }

        .hall-info span.reserved:before {
            background-color: #ff7f04;
        }

        .hall-info span.sold:before {
            background-color: #af1315;
        }

        .hall-info span.disabled:before {
            background-color: #c3c3c3;
            color: #fff;
        }

        .hall-info span.wheel:before {
            border: 2px solid rgb(13 171 104);
            background-image: url(/img/wheelchair.svg);
            background-repeat: no-repeat;
            background-size: 15px 15px;
            background-position: 2px;
        }

#btnConfirmChairs {
    width: 100%;
    background-color: #a301c1;
}

.hall-section-view-bottom {
    padding-right: 0px;
}

.selected-chairs-info {
    font-size: 12px;
}

@media (max-width: 480px) {
    .event-detail-info {
        display: block;
        text-align: center !important;
        margin-bottom: 10px !important;
        color: #fff;
        font-size: 12px;
    }

    .hall-section-view {
        border-right: none;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 1px;
    }

    #ddlPrices_container {
        margin: 0px;
    }

    #hallchairs_container {
        height: 300px;
        padding-top: 10px;
    }

    .hall-info {
        margin-bottom: 0px;
        margin-top: 10px;
    }

        .hall-info span {
            display: inline-block;
            font-size: 10px;
        }

    .hall-section-view-bottom {
        border-top: 1px solid #c5c5c5;
        padding: 10px;
        position: fixed !important;
        z-index: 99999;
        background-color: #efefef;
        /* width: 100%; */
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .post-wrapper-top {
        padding-bottom: 10px;
    }

        .post-wrapper-top h2 {
            padding-bottom: 0px !important;
            color: #fff !important;
        }

    .zoomoutbtn-parent {
        position: static;
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }
}
