
.box{
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    position: relative;        
    margin: 10px 0px;
}

.tourists{
    float: left;
    width: 694px;
    /*border-right: 1px solid #d9d9d9;*/
}

.seats{
    float: left;
    width: 266px;
}

.border_left{
    border-left: 1px solid #d9d9d9;
}

.bus{
    float: left;
    width: 208px;
    margin: 20px 0px 28px 28px;
}
.bus_front{
    float: left;
    width: 208px;
    height: 14px;
    background-image: url(../images/bus_front.png);
}
.bus_body{
    float: left;
    width: 208px;
    border-color: #dcdcdc;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    padding-bottom: 7px;
}
.steering_wheel{
    float: left;
    width: 30px;
    height: 29px;
    background-image: url(../images/steering_wheel.png);
    margin: 0px 0px 11px 33px;
}
.bus_tv{
    font-family: 'MyriadPro-Semibold';
    background-color: #dcdcdc;
    width: 31px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    float: left;
    margin: 4px 0px 0px 24px;
    color: #fff;
    font-size: 15px;
}
.bus_left_row{
    float: left;
    clear: left;
    margin-left: 7px;
    width: 86px;
}
.bus_right_row{
    float: right;  
    clear: right;  
    margin-right: 5px;  
    width: 86px;
}
.bus_seat{
    width: 40px;
    height: 27px;
    line-height: 27px;
    float: left;
    text-align: center;
    margin: 0px 3px 3px 0px;
    font-family: 'MyriadPro-Semibold';
    color: #000000;
    font-size: 15px;
    position: relative;
}
.wc_tv{
    float: left;
    background-color: #dcdcdc;
    width: 83px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-family: 'MyriadPro-Semibold';
    font-size: 15px;
    margin-bottom: 3px;
}
.bus_placeholder{
    float: left;
    width: 83px;
    height: 27px;
    margin-bottom: 3px;
}

.selectable-seat
{
	cursor: pointer;
	transition: 0.1s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectable-seat:hover
{
	background-color: #107edc; color: #fff;
}


.bgc_gray4{background-color: #dcdcdc;}
.bgc_yellow{background-color: #107edc; color: #fff;}
.bgc_orange{background-color: #107edc; color: #fff;}

.tagged{
    position: absolute;
    top: -25%;
    display: block;
    right: 5%;
    font-size: 10px;
}

