.factoryName,.licenceCode{
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 3px 5px;
}
.list_search {
    margin-bottom: 24px;
    padding: 20px 20px;
    background: #fff;
}
.list_search > div>span{
	display: inline-block;
}
.ttttt {
    display: block;
    border-left: 3px solid #f90;
    padding: 0px 10px;
}
.ttttt > .t_p {
    margin-bottom: 0;
    padding: 0;
    line-height: 30px;
}
.timerandBox {
    display: block;
    line-height: 26px;
    overflow: hidden;
}
.f-l {
    float: left;
}
.switch-box {
    margin-right: 10px;
}
.switch-box a {
    display: inline-block;
    width: 50px;
    text-align: center;
    cursor: pointer;
    color: #777;
    text-decoration: none;
}
.switch-box .active {
    border-bottom: 2px solid #5dc3e7;
    color: #5dc3e7;
}
.dateRangeBox {
    display: none;
}
.timerandInt {
    border: 1px solid #ddd;
    outline: none;
    width: 210px;
    height: 30px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cbcon > select {
    margin-right: 10px;
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.medicalAatList {
    margin-top: 15px;
    background: #fff;
}
.medicalAatTab {
    width: 100%;
    font-size: 13px;
}
.medicalAatTab thead tr {
    background: #f2f2f2;
}
.medicalAatTab thead td {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.medicalAatTab td:nth-child(1) {
    width: 10%;
}
.medicalAatTab tbody td {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.medicalAatTab td:nth-child(1) {
    width: 10%;
}
.kh-box {
    overflow: hidden;
    width: 175px;
    margin: 0 auto;
    display: flex;
}
.kh-img {
    float: left;
    border-radius: 50%;
}
.kh-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.kh {
    float: left;
    margin-left: 15px;
    text-align: left;
}
.kh-phone {
    color: #c2c2c2;
}
.kh > p{
	margin-bottom:0;
}
.order-time,.batchText{
	color: #c2c2c2;
}
.batch-num{
	color: #c2c2c2;
	font-size: 12px;
}
.batch-num > span{
	margin-right:10px;
}
.order-num{
	color:#428bca;
}
.order-time,.batch-num,.kh-phone,.batchText{
	margin-top:5px;
}