﻿.bed_empty {
     background: url(images/chair-emty.png) no-repeat;
    /*background-position: 5px center,140px center;*/
    display: block;
  
    padding:18px;
    padding-top:5px;
    /*color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    
    white-space: nowrap;*/
}
.bed_alloted {
     background: url(images/chair-alloted.png) no-repeat;
    /*background-position: 5px center,140px center;*/
    display: block;
   
   
      padding:18px;
      padding-top:5px;
    /*color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    
    white-space: nowrap;*/
}
.bed_select {
     background: url(images/chair-select.png) no-repeat;
    /*background-position: 5px center,140px center;*/
    display: block;
    padding:18px;
    padding-top:5px;
     
    /*color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    
    white-space: nowrap;*/
}
.room_type {
    padding:5px;
    font:normal 14px cambria;
    color:#000;
    background-color:rgba(0, 0, 0, 0.10);
}

 #tblRoomDesginer td {
            /*border-bottom: solid 1px #ccc;
            border-top: solid 1px #ccc;
            border-left: solid 1px #ccc;
            border-right: solid 1px #ccc;*/
            border-collapse: collapse;

            cursor: pointer;
           
            display: table-cell;
            vertical-align: top;
        }