/*!
 * Portal Theme custom addition
 * Copyright 2021 iRaiser Group Inc. All Rights Reserved.
 */
 
 .note-editor .btn-sm {
  height: 24px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 3px !important;
  border-radius: 5px;
}

.card-header .badge{
  display: initial;
}

.reverse_order .support_chatter .support_chatter_message{
	margin-top: 15px;
}

.reverse_order .support_chatter .support_chatter_message:last-child{
	margin-top: 0;
}

span.head{
	color:grey;
	font-size: 90%;
	font-weight: 500;
}

.field_list > div{
	display:table;
}
.field_list > div{
	display: table-row;
}
.field_list > div > .head{
	display: table-cell;
}
.field_list > div span:nth-child(2){
	margin-left:10px;
	display: flex;
}

#form_follower > span{
	line-height: 40px;
}

.support_chatter_composer .media-body{
	width:100%;
}

.note-editor a[data-event="fontSize"] i.fa{
	display:none;
}

@media (max-width: 767.98px){
	.support_chatter_avatar{
		display:none !important;
	}
}

.description .content{
	margin-top: -20px;
	padding-top: 1.25rem !important;
}

.add_button{
	color: #5B899E;
	font-size: 20px;
	cursor: pointer;
}
#o_support_follower.show{
	display: inline;
}

input[name=follower_mail]{
	border:#dfdfdf;
}

.reply_button{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 15px;
}

.add_follower{
	margin-left:22px;
}

#support_submit_button{
	float:right;
}

.media-number{
	font-size: small;
	min-width: 0;
	padding: 3px 10px;
}
