table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
   padding: 8px 24px;
}

.compania-liv{
  color: #E10098;
  font-weight: bold;
}
.compania-sub{
	color: #7f5098;
	font-weight: bold;
}

.cancelada{
background: #dc3545;
}
.encuesta{
background: #ADADAD;
}

.sin_confirmar{
background: #6c757d;
}

.confirmada{
background: #28a745;
}

.big-badge {
color: white;
padding: 6px;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
font-size: 75%;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
/*width: 75px*/

}


/* chat style */

.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 40px;
}

.settings-tray {
  background: #eee;
  padding: 10px 15px;
  border-radius: 7px;
}
.settings-tray .no-gutters {
  padding: 2;
}
.settings-tray--right {
  float: right;
}
.settings-tray--right i {
  margin-top: 10px;
  font-size: 25px;
  color: grey;
  margin-left: 14px;
  transition: 0.3s;
}
.settings-tray--right i:hover {
  color: #74b9ff;
  cursor: pointer;
}

.search-box {
  background: #fafafa;
  padding: 10px 3px;
}
.search-box .input-wrapper {
  background: #fff;
  border-radius: 40px;
}
.search-box .input-wrapper i {
  color: grey;
  margin-left: 7px;
  vertical-align: middle;
}

input {
  border: none;
  border-radius: 30px;
  width: 80%;
}
input::placeholder {
  color: #e3e3e3;
  font-weight: 300;
  margin-left: 20px;
}
input:focus {
  outline: none;
}

.friend-drawer {
  padding: 10px 0px;
  display: flex;
  vertical-align: baseline;
  background: #fff;
  transition: 0.3s ease;
}
.friend-drawer--grey {
  background: #eee;
}
.friend-drawer .text {
  margin-left: 12px;
  width: 90%;
}
.friend-drawer .text h6 {
  margin-top: 6px;
  margin-bottom: 0;
}
.friend-drawer .text p {
  margin: 0;
}
.friend-drawer .time {
  color: grey;
}
.friend-drawer--onhover:hover {
  background: #74b9ff;
  cursor: pointer;
}
.friend-drawer--onhover:hover p,
.friend-drawer--onhover:hover h6,
.friend-drawer--onhover:hover .time {
  color: #fff !important;
}

hr {
  margin: 5px auto;
  width: 90%;
}

.chat-body{

  background: #efe7dd url(https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg) repeat;
  max-height: 500px;overflow-y: auto; overflow-x: hidden;
}


.chat-bubble {
  padding: 10px 14px;
  margin: 10px 30px;
  border-radius: 9px;
  position: relative;
  animation: fadeIn 1s ease-in;
}

.bubble-left{
  background: #fff;
  float: left;
  left: 20px;
  border-radius:0px 7.5px 7.5px 7.5px;
}

.bubble-right{
  background: #d9fdd3;
  color: #000;float: right;
  right: 20px;
  border-radius:7.5px 0px 7.5px 7.5px;
}

.chat-header{
  background: #eee;
  padding-top: 5px;
  padding-left: 5px;
}

.chat-bubble:after {
  content: ""; 
  /* position: absolute; */
  /* top: 50%; */
  /* width: 0; */
  /* height: 0; */
  border: 20px solid transparent;
  /* border-bottom: 0; */
  /* margin-top: -10px; */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.chat-bubble--left:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}
.chat-bubble--right:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.offset-md-9 .chat-bubble {
  background: #74b9ff;
  color: #fff;
}

.chat-box-tray {
  background: #eee;
  display: flex;
  align-items: baseline;
  padding: 10px 15px;
  align-items: center;
  margin-top: 19px;
  bottom: 0;
}
.chat-box-tray input {
  margin: 0 10px;
  padding: 6px 2px;
}
.chat-box-tray i {
  color: grey;
  font-size: 30px;
  vertical-align: middle;
}
.chat-box-tray i:last-of-type {
  margin-left: 25px;
}

.badge-liv {
  color: #fff;
  background-color: #e10098;
}

.badge-sbb {
  color: #fff;
  background-color: #5f295f;
}

.document-icons{
  cursor: pointer;
  text-decoration: none;
  color:  #6d6d6d;
}

.notify-badge{

}

 .row_selected{

    background: #d4d4d4cf;
 }
 .row_unselected{

    background: #fff;
 }
