.red_border {
	border: 1px solid red;
}
span.error {
	color: #f00;
	display: block;
}
select.text-danger {
	color: #000 !important;
}
span.red_star {
	color: #f00;
}
span.low {
	background-color: #5bc0de;
}
span.medium {
	background-color: #FD7400;
}
span.high {
	background-color: #F40029;
}
.escalate_box {
/*display: none;*/
}
.ques_todo .text {
	overflow: hidden;
}
.ques_todo .height {
	max-height: none;
	border: none;
	padding: 5px 9px;
}
.ques_todo a.readmore {
	cursor: pointer;
}
.ques_todo .heightAuto {
	max-height: 5000px;
}
.ques_todo .heightwrapp {
	max-height: 50px;
	border: 1px solid #ccccccfc;
}
.text {
	overflow: hidden;
}
.height {
	max-height: 81px;
	background-color: #eee;
	border: 1px solid #a7a4a4e6;
	text-align: justify;
	padding: 9px 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border-radius: 3px;
}
a.readmore {
	cursor: pointer;
}
.heightAuto {
	max-height: 5000px;
}
.heightwrapp {
	max-height: 50px;
	border: 1px solid #ccccccfc;
}
.followup-status-list {
	position: relative;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.02);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.escalation_details b {
	width: 32%;
	text-align: left;
	display: inline-block;
}
.escalation_details span.res {
	width: 50%;
	text-align: left;
	display: inline-block;
}
.escalation_details span.colon {
	width: 3%;
	text-align: left;
	display: inline-block;
	font-weight: bold;
}
.followup-status-list span.Re-open {
	background-color: #1462E0;
}
 @-webkit-keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @-webkit-keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 0;
opacity: 0;
}
}
 @keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 0;
opacity: 0;
}
}
nav.super_admin {
	background-color: #0855C4;
}
.message {
	text-align: center !important;
	margin-top: 2px;
	width: 100%;
}
.faqadd {
	background: #5bc0de;
	padding: 5px;
	border-radius: 14px;
	color: #fff;
}
tr.inactive_faq {
	background: #C3FFFF !important;
}
.status_icon, span.low, span.medium, span.high {
	padding: 4px;
	text-align: center;
	margin: 0px 3px;
	border-radius: 4px;
	color: #fff;
}
.download_history {
/*display: none;*/
}
/* style for channel gateway */
.gat_con {
	display: none;
}
.gat_container .gat_con:first-child {
	display: block;
}
ul.channel_gateway {
	list-style-type: none;
	padding: 0px;
}
ul.channel_gateway li {
}
ul.com_channel li {
	list-style: none;
	display: inline;
	padding: 5px 30px;
}
ul.channel_gateway li.active label {
	color: #11a0f8;
}
ul.channel_gateway li:has(>span checkbox:checked) {
 background: #f00 !important;
}
.checkbox_con {
	margin: 16px 15px;
	margin-left: 0px;
	margin-bottom: 50px;
}
.checkbox_con input {
	margin: auto;
}
span.channel_name {
	background: #ccc;
	padding: 5px 5px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: underline;
}
.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}
span.success {
	color: #008000;
	display: block;
	padding: 5px 0px;
}
.text-danger {
	color: #495057 !important;
}
.loader-container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em;
	display: none;
	z-index:99999;
}
.loader-container .preloader {
	background-color: transparent;
}
.loader-back {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #e9e9e9;
	display: none;
	opacity: 0.7;
	z-index:9999;
}
p span.view_more {
    padding: 12px 14px 0px 10px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}
.opt_field{ display: none; }
.location_details{ padding-bottom: 10px; }