/* Totally for style */

.dragTable {
    display: block;
    color: #FFF;
    width: 60px;
    height: 30px;
    text-align: center;
    top:60px;
    left:60px;
    font: normal 0.8em Arial;
    line-height: 30px;
    /*margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;*/
    cursor: pointer;
    position: absolute;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.dragTable span{
    position: relative;
    /* top: -5px; */
    left: -15px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
}

.tableFree {
    background-image: url("../img/freeSeat.svg");
}
.tableOccu {
    background-image: url("../img/occuSeat.svg");
}
.tableOccuLuxe {
    background-image: url("../img/occuSeatLuxe.svg");
}
.tableOccuNormal {
    background-image: url("../img/occuSeatNormal.svg");
}

.selectedSeat {
    background-image: url("../img/SelectedSeat.svg");
}

.tableSpacer {
    background-image: url("../img/tableSpacer.svg");
}

.beamer {
    background-image: url("../img/beamer.svg");
    height: 60px;
}

.bollen {
    background-image: url("../img/bol.svg");
    height: 60px;
}


.rotatefix{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gridBackground{
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gridEdit{
    margin: 0 auto;
    width: 930px;
    margin-bottom: 10px;
    padding: 10px;
}
.gridEdit .pull-right{
    margin-left: 5px;
}
.aftherEdit{
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.afm-block{
    height: 34px;
    line-height: 34px;
}

.seatList{
    margin: 10px;
    text-align: left;
    display: inline-block;
    width: 200px;
    background: #f5f5f5;
    padding: 10px;
    vertical-align: top;
}

#seatListContainer{
    background-color: white;
}

#CurZaal{
    background-color: white;
}

#screenshot{
    background-color: white;
}

