textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none !important;
}

.ui-autocomplete-loading {
	background:url('/images/loader.gif') no-repeat right center;
	background-size: 25px 25px;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	text-align: left !important;
}
.table-td-top td {
	vertical-align: top !important;
}
.pointer {
	cursor: pointer !important;
}
td {
	vertical-align: middle !important;
}
textarea {
	resize: none !important;
}
.btn-warn {
	background-color: #facea8 !important;
	color: black !important;
}
.swal-title {
	font-size: 20px !important;
	font-family: 'Lato' !important;
}
.swal-subtitle {
	font-size: 16px !important;
	font-family: 'Lato' !important;
}
.swal-subtitle-validation {
	font-size: 16px !important;
	text-align: left !important
}
.swal-okay-button {
	font-size: .8em !important;
	padding: 10px;
	width: 45% !important;
}
.small {
	font-size: .95em !important;
}


.unread {
	font-weight: bold;
	background-color:#a5b1b7;
}
.read{

    font-weight: normal;
}
.div-hover:hover {
	/*background-color: #e6e6e6 !important;*/
	background-color: #cddde4 !important;
	cursor: pointer;
}
.sent {
	/*padding:10px;*/
	/*border-radius: 10px 10px 0 10px;*/
	white-space: pre-wrap;
	text-align: right;
	margin-left: 18%;
	margin-bottom: 10px;
	/*background-color: #2196f3;*/
	color: white;
    /*float: right;*/
    margin-right: 7px;
    max-width: 80%;
}
.sent .chat-msg {
    background-color: #3654d130;
    color: #000;
    border-radius: 10px 10px 0 10px;
    padding: 7px 13px;
    display: inline-block;
}

.receive {
	/*padding:10px;*/
    /*border-radius: 10px 10px 10px 0;*/
    white-space: pre-wrap;
    margin-bottom: 10px;
    /*background-color: #25699e;*/
    color: white;
    max-width: 80%;
    margin-left: 7px;
}
.receive .chat-msg {
    background-color: #fdf8e3;
    color: #000;
    border-radius: 10px 10px 10px 0;
    padding: 7px 13px;
    display: inline-block;
}
.actives {
	border-left: 5px solid #31d969;
	background-color:#dff0e5;
}

/*custom*/
.view-conversation {
    overflow: hidden;
    display: flex;
    border: 1px solid #e4e4e4;
    margin: 5px;
    border-radius: 50px;
}
.left-img {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
}
.chat-detail {
    display: block;
    padding-left: 8px;
    float: left;
    width: 230px;
}
.chat-user-img {
    width: 48px;
    height: 48px;
    border: 1px solid #2e4fc2;
    border-radius: 50%;
    padding: 1px;
}
.chat-title {
    font-weight: bold;
}

