.navbar-brand h2.m-name{
  white-space:normal
}

@media print {
  .no-print {
    display: none !important;
  }
  #details {
    display: none !important;
  }
  html {
    height: auto !important;
  }

  #invoice-order td .badge-success {
    color:#fff !important;
    background-color:#00d97e !important;
    border: 1px solid #00d97e !important;
   }

   #invoice-order td .badge-info {
    color:#fff !important;
    background-color:#39afd1 !important;
   }
   
 
   #invoice-order td .badge-warning {
    color:#283e59 !important;
    background-color:#f6c343 !important;
   }

   #invoice-order td .badge-danger {
    color:#fff !important;
    background-color:#e63757 !important;
   }

   #invoice-order .table thead th {
    background-color: #f9fbfd !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    color: #95aac9 !important;
    border-bottom-width: 1px !important;
  }

   * {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  html, body {
    width:110%;
    height:auto;
    margin:auto;
    padding:0;
    }
}

@page {
  size: auto A4 landscape;
  margin: 0;
}

.print:last-child {
  page-break-after: auto;
}

.btn-holders {
  padding-left: 30px;
}

#invoice-POS {
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 2mm;
  margin: 0 auto;
  width: 104mm;
  background: #fff;
  position: relative;
}

::selection {
  background: #f31544;
  color: #fff;
}
::moz-selection {
  background: #f31544;
  color: #fff;
}
#invoice-POS h1 {
  font-size: 1.5em;
  color: #222;
}
#invoice-POS h2 {
  font-size: 0.9em;
}
#invoice-POS h3 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2em;
}
#invoice-POS p {
  font-size: 1em;
  color: #666;
  line-height: 1.2em;
}

#invoice-POS #bot {
  min-height: 50px;
}

#invoice-POS #top .logo {
  /* float: left; */
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
  background-size: 60px 60px;
}
#invoice-POS .clientlogo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
  background-size: 60px 60px;
  border-radius: 50px;
}
#invoice-POS .info {
  display: block;
  /* float:left; */
  margin-left: 0;
}
#invoice-POS .title {
  float: right;
}
#invoice-POS .title p {
  text-align: right;
}
#invoice-POS table {
  border-collapse: collapse;
}
#invoice-POS td {
  padding: 5px 0 5px 15px;
  border: none;
  font-size: 1.2em;
}

#invoice-POS .tabletitle {
  padding: 5px;
  background: #eee;
}

#invoice-POS .item {
  width: 24mm;
}
#invoice-POS .itemtext {
  font-size: 0.5em;
}

#invoice-POS #legalcopy {
  margin-top: 5mm;
}

#watermark {
  position: absolute;
  margin-top: 16rem;
  top: 0;
  left: 4em;
  opacity: 0.2;
  color: #ccc;
  font-size: 28px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Poppins", sans-serif;
}

.text-right-11 {
  text-align: right !important;
}

.order-card {
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5) !important;
}

.error-t {
  color: #d8000c;
  background-color: #ffbaba;
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 10px;
}

.success-t {
  color: #4f8a10;
  background-color: #dff2bf;
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 10px;
}

.spinner-border-t {
  display:inline-block;
  width:5rem;
  height:5rem;
  vertical-align:text-bottom;
  border:.25em solid #ccc;
  border-right-color:transparent;
  border-radius:50%;
  animation:b .75s linear infinite;
   opacity:0.4
 }

@media screen and (max-width: 600px) {
  .text-right-11 {
    padding-top: 10px;
    text-align: left !important;
  }
}


#input-container {
  position: relative;
}


#input-container > img {
  position: absolute;
  top: 3em;
  right: 2.6em;
  height:11px;
}

.with-h2 h2{
  padding:0.3em 0.5em;
  border:1px solid #d1dbe8;
  border-radius:6px
}

.vueditor {
  /* min-width: 300px;
  min-height: 450px !important; */
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

#sms_count{
  float:right
}

.right-side-complaint{
  overflow-y:scroll;
  height: 500px
}

.replies{
  overflow-y:scroll;
 height:500px;

}

.panel-title-wrap{
  padding:20px 0
}
.message-wrapper{
  background:#fff
}

.vgt-fixed-header {
  position: absolute;
  z-index: 10;
  overflow-x: auto;
  display: none;
}

@media screen and (max-width: 600px){
  .vgt-fixed-header {
      /* position: absolute; */
      z-index: 10;
      /* overflow-x: auto; */
      display: none !important;
  }
  }

  .statues{
    text-transform: capitalize;
  }

  #invoice-order{
    background: #fff;
  }




