/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : May 13, 2020, 10:58:32 AM
    Author     : rlozano87
*/

.chat-left-headbar button {
  width: 100%;
}

.messages-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* background-color: #e1e1e1; */
}

.new-conversation-box {
  background-color: white;
}

.new-conversation-box select {
  background-color: #e4e4e4;
  color: black;
}

.new-conversation-box .message-box {
  width: 100%;
  height: 140px;
  font-weight: 700;
  border: none;
  padding: 8px;
}

.new-conversation-box .message-box textarea {
  width: 95%;
  margin: 8px;
  background-color: rgba(208, 245, 150, 0.7);
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 8px;
  color: #38393a;
  /* white-space: initial; */
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.lista-contactos {
  height: 100%;
}

#contactosSeleccionados {
  background-color: #e4e4e4;
  color: #181818;
  border-radius: 4px;
  padding: 8px;
  margin: 16px auto;
}

#contactosSeleccionados ul {
  list-style: none;
  padding: 8px;
}

.authenticate-bg {
  background-image: none;
  background: #efefef;
}

.auth-box .auth-box-right .form-head img {
  width: 80%;
}

.text-primary {
  color: #0061cd !important;
}

a {
  color: #19a299;
}

.badge a {
  color: white;
}

.btn-primary {
  background-color: #0061cd;
  border: #0061cd;
}

.btn-primary:hover {
  color: #0061cd;
  background-color: white;
  border: #0061cd;
}

.btn-alt {
  color: #0061cd;
  background-color: white;
  box-shadow: none;
}

.btn-alt:hover {
  color: #0061cd;
  border: 1px solid #0061cd;
}

.new-template-header {
  background-color: white;
  width: 100%;
  display: grid;
  padding: 8px 16px;
  grid-template-columns: 6fr 1fr;
  align-items: center;
}

.new-template {
  display: block;
  text-align: center;
}

.chat-user-body input,
.chat-user-body select {
  background: transparent;
  color: #263a5b;
  padding: 0;
}

.chat-user-body input:focus {
  background: transparent;
}

.chat-user-body .profile-detail ul li i {
  font-size: 20px;
  color: #8a98ac;
  margin-right: 15px;
}

.chat-user-body .profile-detail ul li {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.chat-user-body .profile-detail ul li p {
  margin-bottom: 0;
}

canvas {
  max-width: 100%;
}

input.separar_boton {
  background: #2e7ccd;
  /* background: #2ECD71; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  /* margin-top: 20px; */
  padding: 10px;
}

#drop_zone {
  border: 5px solid blue;
  width: 200px;
  height: 100px;
}

.card {
  border-top: 5px solid #0061cd;
  color: #0061cd;
}

.card-header h3 {
  color: #0061cd;
}

.card-footer {
  background-color: white;
  margin: 16px 8px;
}

p.card-text {
  color: rgb(43, 43, 43);
}

@media (max-width: 991px) {
  .overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8)
      url("../assets/plugins/slick/ajax-loader.gif") center no-repeat;
  }
  .chat-menu {
    position: absolute;
  }
}

.charts {
  display: inline-flex;
  margin: 16px auto;
}

.charts .card {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin: auto 8px;
  border-radius: 10px;
}

.charts .card-lg {
  width: 400px;
}

.card-lg .info {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.charts .card-header p {
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.charts .card-header h5 {
  color: #0061cd;
  font-size: 22px;
  text-align: left;
}

.send-btns {
  float: right;
}

.lista-contactos #btnEnviarMensaje {
  float: bottom;
}

.modal-content {
  border-top: 4px solid #0061cd !important;
  border-radius: 10px !important;
}

@media (min-width: 991px) {
  .loading .overlay {
    display: none;
    position: fixed;
    height: calc(100vh - 100px);
    width: calc(50vh - 100px);
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8)
      url("../assets/plugins/slick/ajax-loader.gif") center no-repeat;
  }
}

.chat-message-text {
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  select,
  textarea,
  input {
    font-size: 16px;
  }
  select.form-control,
  textarea.form-control,
  input.form-control {
    font-size: 16px;
  }
}

.profile-detail .input-group [type="text"]:focus,
.profile-detail .input-group [type="email"]:focus,
.profile-detail .input-group [type="password"]:focus {
  background-color: #eee !important;
  color: black !important;
}

.ez-body {
  height: calc(100vh - 141px);
  overflow: auto;
  margin: auto;
  background-color: white !important;
}

.chat-user-head {
  z-index: 10;
  background: white;
}

.chat-left-body {
  min-width: 350px;
}

.chat-user-info {
  background-color: white !important;
}

.btn-sm {
  padding: 4px 8px !important;
}

.tagitem {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  /* border-radius: 4px; */
  width: 100%;
  margin: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-primary {
  background-color: #0061cd;
}

.label-info {
  background-color: #5bc0de;
}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tagsinput .input-group [type="text"] {
  background: white !important;
}

.tagsinput .input-group [type="text"]:focus {
  background: white !important;
}

.chat-message-right a {
  color: white;
}

.chat-listbar,
.chat-profilebar,
.chat-settingbar {
  min-width: 400px;
}

.chat-leftbar .chat-menu {
  width: 400px;
}

.chat-detail .chat-bottom {
  /* height: auto; */
}

.form-control {
  color: #333333;
}

.form-control:active,
.form-control:focus {
  color: #1a1a1a;
}
.table {
  width: 100%;
}
.table td {
  color: #263a5b;
}

.chat-message-text img {
  max-height: 500px;
}
.file-upload-section {
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0px 30px;
  padding: 15px;
}
.scheduled-message{opacity:0.7;}
