.table > thead > tr > th {
    border-bottom: none;
    background: #e66b18;
    height: 58px;
    line-height: 38px;
    text-align: center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   font-size: 14px;
   text-align: center;
}
td div{
  ;
}
th {
    color: #FFFFFF !important;
    font-size: 16px;
}
.table-responsive > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;
}
.card-box {
    border: none;
}
.table-responsive {
    border: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
}
.jishu{
	background-color: #F8F8F8 !important;
}
.oushu{
	background-color: #edf1f2 !important;
}
.firstth{
  width: 90px !important;
  position: absolute; 
  background-color: #e66b18;
  margin-left: -1px;
  line-height: 29px !important;
}
@media only screen and (max-width: 950px) {
  .firstth{
    line-height: 43px !important;
}
}
@media only screen and (max-width: 760px) {
  .firstth{
    line-height: 29px !important;
}
}
.secondta{
	padding-left: 90px !important;
}
.firsttd{
  width: 90px !important;
  position: absolute; 
  background-color: #edf1f2;
  margin-left: -1px;
}
.tables{
	padding: 0 20px;
}
/*单选复选*/
.choice{  
    /*position: relative;  */
}  
.choice .radio input{
    left: -9999px;  
}  
.choice .radio i{  
    display: block; 
    top: -6px;
    left: 0;  
    width: 18px;  
    height: 18px;  
    position: absolute;
    outline: 0;  
    border: 1px solid #D7D7D7;  
    background: #FFFFFF;  
    border-radius: 50%;  
    transition: border-color .3s  
    -webkit-transition: border-color .3s;
}
.choice .radio input+i:after{  
    position: absolute;  
    content: '';  
    top: -1px;  
    left: -1px;  
    width: 18px;  
    height: 18px;  
    border-radius: 50%;  
    background:url(../../assets/images/chose18.png);  
    opacity: 0;  
    transition: opacity .1s;  
    -webkit-transition: opacity .1s;  
}  
.choice .radio input:checked+i:after{  
    opacity: 1;  
}  
.statu-img{
	width: 22px;
	height: 22px;
}
.checkno{
	width: 18px;
	height: 18px;
	border:1px solid #D7D7D7;
	border-radius: 50%;
	background-color: #FFFFFF;
	cursor: pointer;
}
.checkyes{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
	background:url(../../assets/images/chose18.png) no-repeat;  
}
.checkdis{
	width: 18px;
	height: 18px;
	border:1px solid #D7D7D7;
	border-radius: 50%;
	background-color: #FFFFFF;
	cursor: pointer;
	opacity: 0.75;
}
.enable{
	width: 22px;
	height: 22px;
	background: url(../../assets/images/xuanze.png) no-repeat;
	margin: 0 auto;
}

.disable{
	width: 22px;
	height: 22px;
	background: url(../../assets/images/guuanbi.png) no-repeat;
	margin: 0 auto;
}


/*桌位分配开始 第二个里面的*/
.firstth3{
  width: 112px !important;
  position: absolute; 
  background-color: #e66b18;
  margin-left: -1px;
  line-height: 29px !important;
}
.secondta3{
  padding-left:112px !important;
}
.firsttd3{
  width: 112px !important;
  position: absolute; 
  margin-left: -1px;
  line-height: 29px !important;
}
/*桌位分配结束*/
