.HoaDonService .search {
  text-align: center;
}
.HoaDonService .search .box  {
  text-align: left;
  display: flex;
    margin-top: 10px;
}
.HoaDonService .search .box span {
  height: 30px;
  width: 105px;
  display:  inline-block;
  font: bold 13px arial;
  /* padding-left: 20px; */
}

.HoaDonService .search .box input {
  height: 30px; 
  display:  inline-block; 
}

.HoaDonService .search .box input.cuscode {
  width: 224px;
  margin-right: 17px;
}

.HoaDonService .search .box div.RadPicker  {
  margin-right: 33px;
  width: 250px!important;
}

.HoaDonService .search  input[type="submit"] {
  background: #3e63b9 none repeat scroll 0 0;
    border: none;
    border-radius: 9px;
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3; */
    color: #ffffff;
    cursor: pointer;
    font: bold 13px arial;
    height: auto !important;
    margin :10px 10px 10px 0; 
    padding: 9px;
    width: auto;
}
.HoaDonService .content {
    margin-top: 20px;
}

.HoaDonService .content table th{
	color: #444;
    height: 30px;
    text-align: center;
    border: 1px solid;
}
.HoaDonService .content table td{
    text-align: center;
    width: auto!important;
    padding: 10px 10px;
    border: 1px solid;
}

.HoaDonService .content  input[type="submit"] {
  background: #3e63b9 none repeat scroll 0 0;
  border: none;
  border-radius: 9px;
  /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3; */
  color: #ffffff;
  cursor: pointer;
  font: 13px arial;
  height: auto !important;
  /* margin-right: 10px; */
  margin-top: 8px;
  padding: 5px 10px;
  width: auto;
}

.HoaDonService span.print {
    background: #b9e1ef;
    color: #000000;
    padding: 10px;
    font: bold 13px arial;
    position: absolute;
    left: 50px;	
    top: 50px;
    border-radius: 10px;
    background-size: 23px;
	display: none;
}
.tenkh{
    width: auto !important;
    padding-left: 42px;
}
.HoaDonService .detail_invoice .print {
    display: block !important;
}
@media only screen and (max-width: 768px){
	.HoaDonService .search .box  {
  		flex-direction:column;
	}
        div.HoaDonService .search .box input.cuscode {
     width: 100%!important;
		}
        .HoaDonService .search {
  width: 100vw;
}
        .HoaDonService .search .box input {
    width: 100vw;
}
}
@media only screen and (max-width: 768px){
.HoaDonService .content table tr {
    border-bottom: 1px dotted silver !important;
}
.HoaDonService .content table {
    border-collapse:none!important;
}
.HoaDonService .content table tr, .HoaDonService .contenttable td{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.HoaDonService .content table td {
    border: 1px solid;
    text-align: justify !important;
    font-size: 13px;
        width: 100vw!important;
}
.HoaDonService .content  table th {
    display: none;
}
.HoaDonService .content  table tr:last-child td[colspan="4"]>table td {
    display: table-cell !important;
    width: unset !important;
    padding: 0 !important;
}
.HoaDonService .content table tr:last-child td[colspan="4"]>table td a, .HoaDonService .content  table tr:last-child td[colspan="4"]>table td span {
    display: inline-flex !important;
    width: unset !important;
    width: 25px !important;
    height: 25px !important;
    align-items: center;
    justify-content: center;
    background: #dee2e6;
    border-radius: 5px;
    margin: 3px !important;
}
.HoaDonService .content table tr:last-child {
    border: 1px solid #fff !important;
}
} 