.info-compant {
    float: right;
}

.add-company {
    float: left;
}

.app-sidebar .app-sidebar__user img {
    max-width: 48px;
}
.confirm_btn{
  padding: 4px;
}
.table td {
  vertical-align: middle;
}
.car-name-type {
  font-size: 13px;
  background-color: #dc3545;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: top;
}
.title_h6 {
  background-color: gray;
  padding: 14px;
  color: #eee;
}
.m_paragraph_8{
  margin-bottom: 8px;
}
.rental-details{
  padding-bottom: 10px;
  border-bottom: 2px dotted;
  margin-bottom: 25px;
}
.border-table {
  border-bottom: 2px solid #dee2e6;
}
.count{
  text-align: center;
  background-color: gray;
  width: 150px;
  margin: auto;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}
.fix_a,
.fix_a_table{
  color: #000;
}
.fix_a:hover,
.fix_a_table:hover{
  text-decoration: none;
  color: #000;
}
.center_table {
  text-align: center;
}
.cancel_confirm {
  border-bottom: 2px dotted;
  margin-bottom: 20px;
}


/* Start Coupons */
.coupons {
  padding: 50px;
  border-radius: 3px;
}
.coupons a {
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}
.coupons i {
  font-size: 70px;
  float: left;
  color: #fff;
}
.personal {
  background: #FF416C;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dc3545, #dc3545);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dc3545, #ff4b5b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.companies {
  background: #00B4DB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* End Coupons */

.print_invoice {
  color: #fff;
}

.print_invoice:hover {
  background-color: #1375bc !important;
  border-color: #1375bc;
  color: #fff;
}

.invoice_header {
  display: none;
}

.main_table {
  background-color: #1375bc !important;
  color: #fff !important;
  text-align: center !important;
}
