/*.inner_header {
	padding-top: 54px;
}*/

.user_profile {
	background: rgb(209 238 255);
	background: linear-gradient(90deg, rgb(209 238 255) 10%, rgb(210 248 246) 100%);
	display: flex;
	padding: 15px;
	margin: 0 20px 0 0;
	width: 100%;
	align-items: center;
}
.user_profile figure {
	height: 95px;
	width: 95px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 20px 0 0;
	flex: 0 0 95px;
}
.user_profile figure img {
	height: 100%;
	min-width: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.user_profile h3 {
	font-size: 24px;
	font-weight: 500;
	color: #001949;
}
.user_profile p {
	margin: 0;
}
.border_block {
	border: #c7e4f5 solid 1px;
	padding: 15px;
}
.date_tag {
	background: #00a2ff;
	background: linear-gradient(90deg, rgba(0,162,255,1) 50%, rgba(4,214,208,1) 100%);
	color: #fff;
	border-radius: 100px;
	padding: 5px 15px;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
}
.date_tag i {
	margin-right: 5px;
}
.list_style1 {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.border_block ul {
	
	margin: 0;
}
.list_style1 li {
	position:relative;
	padding-left: 23px;
}
.list_style1 li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "FontAwesome";
    color: #00a2ff;
    font-size: 18px;
}
.list_style1 a {
}
.resp_table table {
	/* border: none; */
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

.resp_table table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.resp_table table tr {
	background-color: transparent;
	border: none;
}

.dueDate-error,
#CoExistError {
  display: block;
  color: red;
  font-size: 13px;
  position: relative;
}

span.error {
  display: block;
  color: #dc3545;
  font-size: 13px;
  position: relative;
}

.form-control[readonly] {
  background-color: #fff !important;
  opacity: 1;
}

.disableInput {
  background-color: #e9ecef !important;
  opacity: 1;
}

.addMoreRows.col-md-6 {
  background-color: #f4f4f4;
  border: solid 5px #fff;
  padding: 10px;
}


.addMoreRowsDefault {
  background-color: #f4f4f4;
  border: solid 5px #fff;
  padding: 10px;
}
.select2-container--default .select2-results__option[aria-disabled="true"]  {
  color:#cdcdcd !important;
  cursor:default !important;
}
select.form-control option:disabled {
  color: grey;
}

.select2-container {
 width: 100% !important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}


@media screen and (max-width: 992px) {
	.resp_table table {
		border: 0;
	}

	.resp_table table caption {
		font-size: 1.3em;
	}

	.resp_table table thead {
		display: none;
	}

	.resp_table table tr {
		border-bottom: 3px solid #c7e4f5;
		display: block;
		margin-bottom: 20px;
		border-top: 1px solid #c7e4f5;
		border-left: 1px solid #c7e4f5;
		border-right: 1px solid #c7e4f5;
	}

	.resp_table table td {
		display: block;
		min-height: 30px;
		padding-left: 50%;
		position: relative;
		text-align: left;
	}

	.resp_table table td::before {
		content: attr(data-label);
		float: left;
		font-weight: 600;
		left: 10px;
		position: absolute;
		width: 45%;
		text-align: left;
	}

	.resp_table table td:last-child {
		border-bottom: 0;
	}
}