@charset "UTF-8";
/*-----GENERALES---- */
html {
  min-height: 100%;
  position: relative; }

body {
  margin: 0;
  margin-bottom: 50px; }

a {
  color: #fff; }

a:hover {
	color: #fff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  cursor: hand; }
  
input[type="radio"]:hover {
  cursor: pointer;
  cursor: hand; }
  
input[type="checkbox"]:hover {
  cursor: pointer;
  cursor: hand; }
  
button {
  cursor: pointer;
  cursor: hand; }

h1, h2, h3, h4, h5, p, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff; }

h1 {
  font-size: 50px;
  line-height: 55px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 13px; }

p {
  font-size: 13px;
  line-spacing: 0px; }

hr {
  border-color: #fff; }

strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 800; }

.centrar {
  text-align: center !important; }

body {
  background: #4b6cb7;
  background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
  background: linear-gradient(to right, #182848, #4b6cb7); }

.boton {
  background: none;
  color: #fff;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 0.5px;
  border-color: #fff;
  border-radius: 5px; }

.botonImportante {
  color: #2f363d;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px; }

.botonEnvio {
  float: right;
  background-color: #fcbc1b; }

.botonProgramar {
  float: left;
  background-color: #3e68ad;
  color: #fff; }

/*-----CONTACTO---- */
.logocontacto {
  margin-bottom: 10px; }

.vinculomail {
  color: #fff; }

.contacto p {
  font-size: 11px; }

/*-----MODAL---- */
.modal h4, .modal h5, .modal h6, .modal p {
  color: #000;
  text-align: center; }
.modal h5 {
  margin: 40px;
  margin-bottom: 20px; }
.modal .boton {
  color: #2f363d;
  border-color: #2f363d;
  margin-left: 25px;
  margin-right: 25px; }
.modal .modal-boton {
  text-align: center; }

.inputProgramar {
  width: 150px !important;
  color: #000; }

.inputProgramarHora {
  width: 75px !important;
  color: #000; }
  
.respuesta h6 {
	color: #e80d22 !important;
    font-weight: 600 !important;
}

/*-----FOOTER---- */
.footer {
  height: 50px;
  background-color: #191919;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.footertext {
  font-size: 10px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 18.5px;
  color: #7f7f7f; }

/*-----BARRA SUPERIOR---- */
.nombre-usuario {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 100px; }
  .nombre-usuario h6 {
    text-align: right; }

.navegador {
  height: 50px;
  width: 100%;
  background: #191919;
  z-index: 100;
  position: fixed; }
  .navegador img {
    position: fixed;
    top: 5px;
    left: 20px; }
  .navegador h5 {
    display: inline-block;
    margin-top: 10px;
    margin-left: 80px; }

.ion-android-person {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 1000; }

.btn {
  padding: 0px; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  text-align: left; }

.icon {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  margin: 10px; }

.icon:hover {
  color: #fff; }

/*-----LOGIN---- */
.encabezado {
  text-align: center;
  margin-top: 6.5%;
  color: #fff; }

.login {
  color: #000;
  padding: 0px;
  text-align: center; }

input {
  width: 85% !important;
  background: none;
  color: #fff;
  margin: 10px;
  width: 380px;
  height: 35px;
  padding-left: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #fff;
  border-width: 0.5px;
  font-size: 13px; }

textarea {
  background: none;
  color: #fff;
  margin: 10px;
  padding-left: 10px;
  border-color: #fff;
  border-width: 0.5px;
  font-size: 13px; }

::placeholder {
  color: #7289aa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff; }

::-ms-input-placeholder {
  color: #fff; }

/*-----OPCIONES---- */
.cuadrotexto {
  background: none;
  border: solid;
  border-color: #fff;
  border-width: 0.5px;
  border-radius: 10px;
  margin-left: 15px; }

.offset-lg-4 {
  margin-left: 33.33%; }

/*-----CREAR CAMPAÑA---- */
.icono-titulo {
  margin-right: 15px; }

.form-check-input {
  width: 120px; }

.marco {
  border: solid;
  border-width: 0.5px;
  border-color: #fff;
  padding: 25px;
  border-radius: 5px; 
  height: 100%; }

.subir {
  background: none;
  color: #fff;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border: solid;
  border-width: 0.5px;
  border-color: #fff;
  border-radius: 5px; }

.subir:hover {
  color: #fff;
  background: #3e68ad;
  cursor: pointer;
  cursor: hand; }

#info {
  display: inline-block;
  color: #7289aa; }

/*-----CAMPAIGNS---- */
.misCampaigns {
  text-align: left; }
  .misCampaigns .fecha {
    width: 148px !important;
    height: auto;
    padding: 5; }

.peque {
  width: 20px !important;
  height: auto;
  margin: none !important;
  margin-left: 0px;
  margin-right: 0px; }

.encabezado2 {
  margin-top: 15px; }

table {
  	font-family: "Montserrat", sans-serif;
    margin: 0px;
    text-align: center;
    border: solid 1px;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    height: 30em; }
  table tbody {
    border-radius: 5px !important; }
  table th {
    height: 35px;
    background-color: #3e68ad;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    color: #fff;
    border: solid 1px;
    border-color: #9ea39e; }
  table td {
    height: 30px;
    border: solid 1px;
    border-color: #9ea39e;
    color: #323332;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    background-color: #fff; }
  table a {
    color: #323332; }

.pagination {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 10px; }

#paginado {
  float: right;
  display: block; }

.page-item.disabled .page-link {
  background: none; }

.page-link {
  background: none; }

.page-item.active .page-link {
  background-color: #3e68ad;
  border-color: #3e68ad; }

.page-link {
  color: #fff; }
  
.boton-desactivar {
	font-weight: bolder;
	background-color: #9a3e3e78 !Important;
    color: #fff;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0.5px;
    border-color: #fff;
    border-radius: 5px;
    width: 80px !important; }
    
.boton-desactivar:hover {
	
	background-color: #c30000 !important;
	cursor: pointer;
  	cursor: hand; }

.boton-desactivar:active {
	
	background-color: #ff0000!important;
	
}

.checkBox {
    height: 15px !important;
    width: 15px !important;
    margin: 10px 0px 0px 0px !important; }
    
.boton-activar {
	font-weight: bolder;
    background-color: #3e9a4178 !Important;
    color: #fff;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0.5px;
    border-color: #fff;
    border-radius: 5px;
    width: 80px !important; }
    
.boton-activar:hover {
	
	background-color: #008000!important;
	cursor: pointer;
  	cursor: hand; }

.boton-activar:active {
	
	background-color: #00ff00!important;
	
}

.boton-sendFailed {
	font-weight: bolder;
    background-color: #3e9a4178 !Important;
    color: #fff;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-bottom: 2px;
    border-width: 0.5px;
    border-color: #fff;
    border-radius: 5px;
    width: 80px !important; }
    
.boton-sendFailed:hover {
	
	background-color: #008000!important;
	cursor: pointer;
  	cursor: hand; }

.boton-sendFailed:active {
	
	background-color: #00ff00!important;
	
}

.divFinalizada {
    color: #039a17;
    font-weight: 600;
    font-size: 15px;
    width: 80px; }
    
.error {
    color: #da0000 !important;
    font-weight: 600 !important;}
    
.radioBTN {
    width: 16px !important;
    bottom: -19px;
    left: 19px;
}

/* CHAT */

#divCHAT {
  display: flex;
  justify-content: center;
  width: 100%;
}

#frame {
  	font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    font-size: 1em;
    letter-spacing: 0.1px;
    color: #2c4374;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    min-width: 360px;
    max-width: 1110px;
    height: 90vh;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 225px;
  max-width: 225px;
  width: 40%;
  height: 100%;
  background: #182849;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #2c4374;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #182849;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #182849;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #182849;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #2c4374;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #182849;
}
#frame #sidepanel #search {
  border-top: 1px solid #2c4374;
  border-bottom: 1px solid #2c4374;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #2c4374;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #182849;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 0px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
    color: red
  }
  
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: white;
}

#frame #sidepanel #contacts ul {
  margin-left: -32px;
}
   

#frame #sidepanel #contacts ul li.contact {
  height: 60px;
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #2c4374;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #2c4374;
  border-right: #4a6ab4 solid 8px;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #2c4374 !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #182849;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-top: 7px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #2c4374;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #182849;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #182849;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #182849;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 225px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: white;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
  color: black;
  font-weight: 600;
  font-size: 20px;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #182849;
}
#frame .content .messages {
  height: auto;
    min-height: calc(100% - 98px);
    max-height: calc(100% - 98px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin-top: -16px;
    float: inherit;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 98px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: white;
}
#frame .content .messages ul {
  padding: 0px;
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 17px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

#frame .content .messages ul li.replies p {
  background: #182849;
  color: #f5f5f5;
  line-height: 150%;
}

#frame .content .messages ul li.replies sub {
    font-size: 10px;
    font-weight: 600;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}


#frame .content .messages ul li.sent p {
  background: #f5f5f5;
  float: right;
  color: black;
  width: 100%;
  line-height: 150%;
}

#frame .content .messages ul li.sent sub {
    font-size: 10px;
    font-weight: 600;
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 270px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 400px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  	font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 100px) !important;
    padding: 11px 32px 10px 8px;
    font-size: 1.2em;
    color: #2c4374;
    background-color: white;
    margin: 0px;
    height: 44px;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #182849;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 100px;
  padding: 10px 0;
  cursor: pointer;
  background: #2c4374;
  color: #f5f5f5;
  font-weight: 600;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #182849;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

.row {
	margin-right: -20px !important;
    margin-left: -20px !important;
}
    
/*# sourceMappingURL=style.css.map */
