.text-rotulos {
	color: #71CAC7 !important;
}
.text-details {
	color: #E67124 !important;
}
.text-icon{
	color: #C10F1E !important;
}
.bg-rotulos{
	background-color: #71CAC7 !important;
}
.bg-details{
	background-color: #E67124 !important;
}
.bg-icon{
	background-color: #C10F1E !important;
}
.photo-profile{
  border-radius: 50%;
  /* border: 3px solid #C10F1E; */
  box-shadow: 0 0 5px #000;
}
.text-white{
  color: #fff !important;
}


.msg-exclamation {
  color: #2bb18d;
  margin-left: 3px;
}
.chatbox {
  border-radius: 10px;
  box-shadow: 0 0 5px #000;
  width: 100%;
  display: block;
  float: left;
  padding: 0 !important;
}
.chatbox .message_me {
  background-color: #71CAC7;
  float:right;
  padding:7px;
  min-width: 40%;
  max-width: 90%;
  margin:3px;
  border-radius:15px;
}
.chatbox .message_other {
  background-color: #E67124;
  float:left;
  padding:7px;
  min-width: 40%;
  max-width: 90%;
  color:#fff;
  margin:3px;
  border-radius:15px;
}

.chatbox .message_send {
  display:block;
  width: 100%;
  padding: 10px;
}

.chatbox .message_list {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* HEREDADO DEL CUSTOM.CSS */

nav {
	box-shadow: 0 0 10px #888;
}

#navbar ul li a {
	color: #E67124 !important;
    font-size: 0.9em;
}

.verde {
	color: #E67124 !important;
}

.white, #navbar ul .white a {
	color: #fff !important;
}

.bg-verde {
	background-color: #E67124 !important;
}

.navbar-nav li:hover{
	background-color: #E67124 !important;
	transition: 0.5s all;
}
#navbar ul li:hover a, #navbar ul li:hover .msg-exclamation{
	color: #FFF !important;
	transition: 0.2s all;
}

.no-padding {
	padding: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.block {
	display:block;
    width: 100%;
    float: left;
}

.pre-footer{
    margin-top: 50px;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 30px;
    border-top: 1px solid #ccc;
}

.footer {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.postit {
    float: right;
    background-color: #f4f74f;
    color: #000;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    display: none;
}

.postit-button {
	cursor: pointer;
	padding: 10px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #000;
    float: right;
    margin-left: -40px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 60px;
}

/* The container */
.containercb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercb:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercb input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercb .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*A PARTIR DE AQÚÍ ES PARA EL BOTÓN DE SPEECH */
.si-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}

.speech-input {
	margin: 0;
}

.si-wrapper button {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	width: 18px;
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	font: 0/0 a;
}

.si-mic,
.si-mic:after,
.si-holder,
.si-holder:before,
.si-holder:after {
	position: absolute;
	background: #337ab7;
}

/* Microphone icon */
.si-mic {
	display: block;
	height: 25%; /* 8px / 32px */
	top: 9.375%; /* 3px / 32px */
	left: 37.5%; /* 12px / 32px */
	right: 37.5%; /* 12px / 32px */
	-webkit-border-radius: 99px 99px 0 0;
	-moz-border-radius: 99px 99px 0 0;
	border-radius: 99px 99px 0 0;
}

.si-mic:before,
.si-mic:after,
.si-holder {
	-webkit-border-radius: 0 0 99px 99px;
	-moz-border-radius: 0 0 99px 99px;
	border-radius: 0 0 99px 99px;
}

.si-mic:before {
	position: absolute;
	z-index: 1;
	content: '';
	width: 150%; /* 12px / 8px */
	height: 137.5%; /* 11px / 8px */
	top: 100%; /* 8px / 8px */
	left: -25%; /* -2px / 8px */
	background: #fff;
}

.si-mic:after {
	z-index: 1;
	content: '';
	width: 100%; /* 10px / 10px */
	height: 100%; /* 10px / 10px */
	top: 110%; /* 11px / 10px */
	left: 0;
}

.si-holder {
	display: block;
	height: 40.625%; /* 13px / 32px */
	width: 50%; /* 16px / 32px */
	left: 25%; /* 8px / 32px */
	top: 37.5%; /* 12px / 32px */
}

.si-holder:after {
	content: '';
	width: 66.666%; /* 8px / 16px */
	height: 18.182%; /* 2px / 13px */
	bottom: -30.769%; /* -4px / 13px */
	left: 16.667%; /* 2px / 16px */
}

.si-holder:before {
	content: '';
	width: 33.333%; /* 4px / 16px */
	height: 27.273%; /* 3px / 13px */
	top: 92.308%; /* 12px / 13px */
	left: 33.333%; /* 4px / 16px */
}