.chip2 {
    height: auto;
    line-height: 20px;
    background-color: #e3f2fd;
    padding: 12px 12px;
}

.chip3 {
    width: 170px !important;
    height: auto;
    line-height: 12px;
    background-color: white !important;    
    padding: 5px 5px;
    font-size: 11px;
    border: 2px solid #424242;
    cursor: pointer;

}

.alias {
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

.time {
    text-align: center;
    font-style: italic;
}

.estatus {
    font-weight: bold;
    text-align: center;
}

.liga {
	color: #0d47a1;
	font-weight: bold;
	text-decoration: underline;
}

.help-block {
  font-size: 80%;
  color: red;
}

.swal2-modal {
  border: 3px solid #ff9100 !important; /* #ff9100 orange accent-3 */
}

.swal2-container.swal2-backdrop-show {
  background-color: rgba(255, 145, 0, 0.45) !important; /* #ff9100 orange accent-3 */
}

.overflow-x-hidden {
  overflow-x: hidden; !important; 
}

#modalNuevaActividad .row {
  margin-bottom: 0px !important;
}

.attributeM {
  font-weight: bold;
}