/* CUSTOM - lime */
.wrap-login100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #9152f8;
    background: -webkit-linear-gradient(top, #00ccff, #99cc00);
    background: -o-linear-gradient(top, #00ccff, #99cc00);
    background: -moz-linear-gradient(top, #00ccff, #99cc00);
    background: linear-gradient(top, #00ccff, #99cc00);
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #00ccff, #99cc00);
    background: -o-linear-gradient(bottom, #00ccff, #99cc00);
    background: -moz-linear-gradient(bottom, #00ccff, #99cc00);
    background: linear-gradient(bottom, #00ccff, #99cc00);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.patient-signature {
  border:1px solid #ccc;
  min-height:200px;
}




.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.bg-custom-lime,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #bfff00, #99CC00);
  /* background: linear-gradient(60deg, #eebd8e, #8e6d5c); */
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(153, 204, 0, 0.4);
}

.card .card-header-primary .card-title, .card .card-header-primary .card-category {
  color:#666666 !important;
}

.sidebar[data-color="lime"] li.active > a {
    background-color: #99cc00;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(153, 204, 0, 0.4);
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(153, 204, 0, 0.4);
    background-color: #99cc00;
    color: #FFFFFF;
}

.btn.btn-primary {
    color: #fff;
    background-color: #99cc00;
    border-color: #394d00;
    box-shadow: 0 2px 2px 0 rgba(153, 204, 0, 0.14), 0 3px 1px -2px rgba(153, 204, 0, 0.2), 0 1px 5px 0 rgba(153, 204, 0, 0.12);
}

.btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #99cc00;
    border-color: #394d00;
}

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 204, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 204, 0, 0.2);
}

.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
    color: #fff;
    background-color: #99cc00;
    border-color: #394d00;
}


/* BTN CUSTOM */
.btn.btn-custom {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(156,39,176,.14),0 3px 1px -2px rgba(156,39,176,.2),0 1px 5px 0 rgba(156,39,176,.12);
}

.btn.btn-custom.active.focus, .btn.btn-custom.active:focus, .btn.btn-custom.active:hover, .btn.btn-custom:active.focus, .btn.btn-custom:active:focus, .btn.btn-custom:active:hover, .open > .btn.btn-custom.dropdown-toggle.focus, .open > .btn.btn-custom.dropdown-toggle:focus, .open > .btn.btn-custom.dropdown-toggle:hover, .show > .btn.btn-custom.dropdown-toggle.focus, .show > .btn.btn-custom.dropdown-toggle:focus, .show > .btn.btn-custom.dropdown-toggle:hover {
    color: #fff;
    background-color: #9124a3;
    border-color: #3f1048;
}

.btn.btn-custom.focus, .btn.btn-custom:focus, .btn.btn-custom:hover {
    color: #fff;
    background-color: #9124a3;
    border-color: #701c7e;
}

.btn.btn-custom:active, .btn.btn-custom:focus, .btn.btn-custom:hover {
    box-shadow: 0 14px 26px -12px rgba(156,39,176,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(156,39,176,.2);
}
/* ./END BTN CUSTOM */

.text-custom {
    color: #9c27b0 !important;
}


.text-primary {
    color: #99cc00 !important;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #99cc00 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

a {
  color: #99cc00;
}

a:hover, a:focus {
  color: #86b300;
}

/* DATePICKER */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #99cc00;
    background-image: -moz-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -ms-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#99cc00));
    background-image: -webkit-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -o-linear-gradient(to bottom, #08c, #99cc00);
    background-image: linear-gradient(to bottom, #08c, #99cc00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#99cc00', GradientType=0);
    border-color: #99cc00 #99cc00 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #99cc00;
    background-image: -moz-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -ms-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#99cc00));
    background-image: -webkit-linear-gradient(to bottom, #08c, #99cc00);
    background-image: -o-linear-gradient(to bottom, #08c, #99cc00);
    background-image: linear-gradient(to bottom, #08c, #99cc00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#99cc00', GradientType=0);
    border-color: #99cc00 #99cc00 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker-dropdown {
  border: 1px solid #00bcd4; !important;
}

.datepicker-dropdown::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00bcd4;
        border-bottom-color: rgb(0, 188, 212);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

table a {
  color:#00bcd4;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: -.0625rem;
  background-color: #fff;
  border: .0625rem solid #e9ecef;
}

.hide {
  display:none;
}

nav[aria-label="breadcrumb"] {
  margin-top:-30px;
}

li.breadcrumb-item {
  padding-left:0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important;
}

ul.sub-menu li.nav-item a.nav-link i {
  margin-left:35px;
}

/* ./ END DATePICKER */


@media only screen and (max-width: 600px) {
  .card .card-body {
    /* padding: 0px !important; */
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
  .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
  .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    /* padding: 0.9375rem 35px !important; */
  }

  .display-result {
    left:10px;
  }

  .display-result .card {
    margin-top:10px !important;
  }

  .clear-search-query {
    left:15px  !important;
  }

}

/* SEARCH as you type */
.display-result {
  position:absolute;
  top:100%;
  z-index:1000;
}

.display-result .card {
  margin-top:3px;
  margin-bottom:0px;
}

.clear-search-query {
  position: absolute !important;
  top:0  !important;
  right:auto !important;
  margin:0 auto !important;
  z-index: 1000;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display:none;
}

.search-input {
  padding-left:23px;
}

/* PAGINATION */

@media (min-width: 576px) {
  .bd-pagination {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem;
  }
}

.bd-pagination {
  position: relative;
  padding: 1rem;
  /* margin: 1rem -15px; */
  border: solid #f7f7f9;
  border-width: .2rem 0 0;
}

.bd-pagination:after {
  display: block;
  clear: both;
  content: "";
}

.bd-pagination .pagination {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination>.page-item>.page-link, .pagination>.page-item>span {
  border: 0;
  border-radius: 30px!important;
  transition: all .3s;
  padding: 0 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: transparent;
border-color: #dee2e6;
}

.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}

.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: 0;
line-height: 1.25;
color: #2196f3;
background-color: transparent;
border: 0 solid #dee2e6;
}

.pagination>.page-item>.page-link, .pagination>.page-item>span {
border: 0;
border-radius: 30px!important;
transition: all .3s;
padding: 0 11px;
margin: 0 3px;
min-width: 30px;
height: 30px;
line-height: 30px;
color: #999;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
background: transparent;
text-align: center;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>span, .pagination>.page-item>.page-link:focus, .pagination>.page-item>.page-link:hover, .pagination>.page-item>span:focus, .pagination>.page-item>span:hover {
color: #999;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
background-color: #9c27b0;
border-color: #9c27b0;
color: #fff;
box-shadow: 0 4px 5px 0 rgba(156,39,176,.14),0 1px 10px 0 rgba(156,39,176,.12),0 2px 4px -1px rgba(156,39,176,.2);
}


.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #2196f3;
border-color: #2196f3;
}

.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
/* END PAGINATION */


/* BADGES - culori */
.badge.badge-primary {
  background-color: #9c27b0;
}

.badge.badge-warning {
  background-color: #ff9800;
}

.badge.badge-default {
  background-color: #999;
  color: #fff;
}
/* END BADGES - culori */

.in-table {
  margin: 3px 5px !important;
  /* margin-bottom: 3px !important; */
  padding: 3px 5px !important;
  /* padding-bottom: 3px !important; */
}

/* =======  THUMBNAIL  ====== */
img.img-thumbnail {
  max-width:200px !important;
  margin:5px;
}

img.thumbnail-active {
  border: 2px solid #99cc00;
  margin:4px; /* pt a compensa diferenta intre border normal si border pt imaginea activa */
}
/* ./END =======  THUMBNAIL  ====== */



/* =======  TEXTAREA - rich text  ====== */

/* .note-editable li {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
} */

.note-editable ul li {
   list-style-type: disc;
   list-style-position: inside;
}

.rich-content ul li {
   list-style-type: disc;
   list-style-position: inside;
}

.note-editable ol li {
   list-style-type: decimal;
   list-style-position: inside;
}
.rich-content ol li {
   list-style-type: decimal;
   list-style-position: inside;
}

.note-editable ul ul, ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}
.rich-content ul ul, ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}

.note-editable ol ol, ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}
.rich-content ol ol, ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}

.note-editable,  .note-editable p, .rich-content, .rich-content p {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
}

.note-toolbar.card-header {
  border-bottom: 1px solid #eeeeee;
  background-color: rgba(0,0,0,.03);
}


/* ./END =======  TEXTAREA - rich text  ====== */

.sidebar .sidebar-wrapper {
    height: calc(100vh - 225px) !important;
  }

.permitted_dr {
  display: block;
  margin:5px;
}

.gallery-row {
  margin-bottom: 1rem;
  background-color: transparent;
  border-top: 1px solid #dee2e6;
  display:block;
}

.gallery-cell {
  width: 49%;
  text-align:center;
  display:inline-block;
  border-bottom: 1px solid #dee2e6;
  margin-top:10px;
}

.gallery-cell span a {
  display:block;
}

.fa-1x {
  font-size: 1em;
}
.fa-1_5x {
  font-size: 1.5em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-5x {
  font-size: 5em;
}

.fa-7x {
  font-size: 7em;
}

.fa-10x {
  font-size: 10em;
}

.card-body.tabel-files {
  overflow-x: auto;
}

.note-editor p {
  color:#000;
}

.tratament-details-header {
  display:flex;
  width:100%;
  margin-top:15px;
}

.tratament-details-holder {
  /* display:inline-block; */
  padding:10px;
  border:1px solid #ddd;
  float:left;
  width:auto;
}

/* .tratament-details-separator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid black;
  background: black;
  width: 100%;
  transform: translateY(-50%);
} */

.tratament-details-separator {
  /* display:inline-block; */
  flex-grow:1;
  margin:auto;
  border: 0.5px dotted #ddd;
  margin: auto;
}

.updating {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
}

.footer .copyright {
  font-size: 12px;
}

.pull-left.image {
  width: 35%;
  max-width: 75px;
  float:left;
  text-shadow: none;
}

input#pacient-name{
  text-transform: capitalize;
}

@media (max-width: 991px) {
  #minimizeSidebar {
    display: none !important;
  }
}

.sidebar-mini .sidebar .user-panel .image {
  width: 85%;
  max-width: auto;
}

.sidebar-mini .sidebar:hover .user-panel .image {
  width: 35%;
  max-width: 75px;
}

.sidebar .user-panel .info {
  margin-left:10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  height: auto;
  white-space: nowrap;
  position: relative;
  display: block;
  line-height: 30px;
}

.sidebar-mini .sidebar .user-panel .pull-left.info {
  width: 50%; margin-left: 11px; margin-top: 6px; float: left;
  -webkit-transform: translate3d(-25px, 0, 0);
  -moz-transform: translate3d(-25px, 0, 0);
  -o-transform: translate3d(-25px, 0, 0);
  -ms-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0);
  opacity: 0;
  height:0px;
}

.sidebar-mini .sidebar:hover .user-panel .pull-left.info {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
}

input.input-descriptive {
  width: calc(100% - 2em);
  display: inline-block;
}

label.label-input-descriptive {
  padding-left: 10px;
  padding-right: 10px;
}

/*
.sidemab-mini .sidebar .user-panel .info {
  -webkit-transform: translate3d(-25px, 0, 0);
-moz-transform: translate3d(-25px, 0, 0);
-o-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
opacity: 0;
} */



@media (min-width:576px) {
 .modal-dialog {
  max-width:500px !important;
  margin:1.75rem auto
 }
 .modal-dialog-scrollable {
  max-height:calc(100% - 3.5rem) !important;
 }
 .modal-dialog-scrollable .modal-content {
  max-height:calc(100vh - 3.5rem) !important;
 }
 .modal-dialog-centered {
  min-height:calc(100% - 3.5rem) !important;
 }
 .modal-dialog-centered::before {
  height:calc(100vh - 3.5rem) !important;
 }
 .modal-sm {
  max-width:300px !important;
 }
}
@media (min-width:992px) {
 .modal-lg,
 .modal-xl {
  max-width:800px !important;
 }
}
@media (min-width:1200px) {
 .modal-xl {
  max-width:1140px !important;
 }
}



/* CHAT */


.message-container {
  margin: 0 auto;
  /* margin: 10px 0; */
  width: 100%;
  background: #444753;
  border-radius: 5px;
  display:flex;
}

.people-list {
  width:25%;
  float: left;
  /* background: #444753; */
  color: #ffffff;
  /* flex:1; */
  min-height: 575px;
  max-height:850px;
  height: auto;
  overflow-y: scroll;
}

.people-list .search {
    padding: 20px;
}

.people-list input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: white;
  background: #6A6C75;
  width: 90%;
  font-size: 14px;
}

.people-list .fa-search {
  position: relative;
  left: -25px;
}

.people-list ul {
  padding: 15px;
  /* height: 770px; */
  /* height: 740px; */
  overflow-y: scroll;
}



.people-list ul li {
  margin-bottom: 10px;
  padding:5px;
  /* padding-bottom:5px; */
}

.people-list ul li.in-focus {
  background: #5a5c65;
  /* 6A6C75 */
}


.people-list img {
  max-width: 60px;
  float: left;
  background: #6A6C75;
  position: inherit;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 2px;
  border-radius: 50%;
  vertical-align: middle;
}

.people-list .about {
  float: left;
  margin-top: 8px;
}

.people-list .about {
  padding-left: 8px;
}
.people-list .about a {
  color: #ffffff;
}



.people-list .status {
  color: #92959E;
}


.chat {
  /* width: 490px; */
  width: 75%;
  float:left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin:0 auto;
  color: #434651;
  font: 14px/20px "Lato", Arial, sans-serif;
  /* flex:1; */
}

.chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
}

.chat .chat-header img {
  max-width: 60px;
  float: left;
  background: #fff;
  position: inherit;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 2px;
  border-radius: 50%;
  vertical-align: middle;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}

.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}

.chat .chat-header .chat-num-messages {
  color: #92959E;
}

.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}

.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  /* min-height: 400px; */
  height: 575px;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #94C2ED;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .my-message {
  background: #94C2ED;
}

.chat .chat-history .other-message {
  background: #86BB71;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #86BB71;
  left: 93%;
}

.chat .chat-message {
  padding: 30px;
  height: 175px;
}

.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}

.chat .chat-message .fa-file-o, .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat .chat-message button {
  float: right;
  color: #94C2ED;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}

.chat .chat-message button:hover {
  color: darken(#94C2ED, 7%);
}

.online, .offline, .me {
    margin-right: 3px;
    font-size: 10px;
  }

.online {
  color: #94C2ED;
}

.offline {
  color: #E38968;
}

.me {
  color: #86BB71;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

/* .message-container.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} */


@media (max-width:992px) {
  .btn.add-drug-row, .btn.remove-drug-row {
    margin-bottom:15px !important;
    padding-bottom:15px !important;
  }


}


/* ./END CUSTOM */
