.btn-search {
	background-color: #019cac;
	border-radius: 0.25rem;
	height: 30px;
	margin-left: 3px;
	
}

	.btn-search .fa {
		position: relative;
		bottom: 4px;
		color: #fff;
	}

.w_compact {
	width: 190px;
}

.cstm_txt {
	width: 120px;
	display: inline-block;
	border: 1px solid #E8E9E9;
}

.table thead th {
	border-bottom: 0;
}

.pagination {
	justify-content: end;
	margin-bottom:0px !important;
}

ul.pagination li {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #087380 !important;
    background-color: #019cac08 !important;
    border-color: #ff7f5000;
    font-size: 14px !important;
    font-weight: 800;
}

ul.pagination li.active {
    position: relative;
    display: block;
    line-height: 1.25;
    color: #ffffff !important;
    background-color: #019CAC !important;
    font-size: 14px !important;
    font-weight: 800;
    border-radius: 3px;
    margin-top: 0%;
}
	ul.pagination li.active a {
		color: #fff !important;
	}

    ul.pagination > li > a {
	   color:#019cac ;
    }
.table-icons {
	padding: 3px;
	background-color: #ebebeb;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.case_text {
	color: #0D2A9E;
	font-family: 'open_sanssemibold';
}

.live_case {
	color: #F11717;
	font-family: 'open_sanssemibold';
}

/*=====================KPC TABLE====================*/

.kpc_table {
	width: 100%;
	border: 1px solid #dee2e6;
}

	.kpc_table thead {
		background-color: #F0F7FC;
		font-family: 'open_sanssemibold';
		color: #087380;
	}

		.kpc_table thead td {
			border-top: 0px;
			padding:3px 2px;
			border-bottom-width: 2px !important;
			border-bottom: 1px solid #019cac
		}

.cst_pading {
	padding: 0.75rem 5px !important;
}

.txt_fld_tbl {
	width: 120px;
	border: 1px solid #D9CECE;
	font-size: 10px;
}



@media only screen and (max-width:425px) {
	.wrp_table tr td {
		display: block;
		width: 100%;
	}

	.block_ele {
		display: grid !important;
	}

	.w_compact {
		width: 100%;
	}
/*
	.btn-search {
		background-color: #019cac;
		border-radius: 0.25rem;
		height: 31px;
		width: 14%;
		
		left: 81%;
		top: 27%;
	}*/

	.ml-2, .mx-2 {
		margin-left: 0.5rem !important;
		margin-bottom: 7px;
	}

	tfoot#footer {
		background-color: #F2F2F2;
		width: 82.9% !important;
		height: 85px !important;
		border: 1px solid #9e9e9e40;
	}

	.pagination {
		position: relative;
		left: -39% !important;
		top: -7px;
		justify-content:end;
	}

	select.form-control.Mobile {
		width: 82%;
	}

	img.download1 {
		width: 100%;
	}

	.icons {
		position: relative;
		left: 76% !important;
		width: 276px;
		top: 0 !important;
		margin-bottom: 0 !important;
	}

	span.semibold-showing {
		display: none;
	}

	.pagination {
		position: relative;
		left: -18px !important;
		top: -7px;
		justify-content: end;
	}

	td.pb-2 {
		margin-top: 3px;
	}
}

@media only screen and (max-width:375px) {

	.icons {
		position: relative;
		left: 110% !important;
		width: 276px;
		top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width:320px) {

	.icons {
		position: relative;
		left: 170% !important;
		width: 276px;
		top: 0 !important;
		margin-bottom: 0 !important;
	}

	td.pb-2 {
		margin-top: 3px;
	}
}

/*==========Modal Popup===========*/
.popup_header_blue {
	background-color: #019CAC;
	color: #fff;
	padding: .5rem;
	padding-bottom: .3rem;
	border-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup_header_blue h5 {
		width: 95%;
		text-align: left;
		font-size: 1rem !important;
		font-family: 'open_sanssemibold';
		margin-top: 4px;
	}

.popup_header {
	background-color: #f7f7ff;
	padding: 0.5rem;
	padding-bottom: 0.3rem;
	border-radius: 0px;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	/*justify-content: center;*/
	padding-left:2%;
	border-bottom: #d3dbe3 1px solid;
	font-weight: 600;
	font-size: 10px;
	Color: #0199a8;
}

.modal-content {
	border-radius: 0px;
	border: 0px solid rgba(0,0,0,.2);
	background-color: #F7F7FF;
}


.PopupContent {
	padding: 0px 7.5px;
	width: 100%;
	font-size: .82rem;
	padding: 15px;
	background-color: #F7F7FF;
	margin: auto;
	font-family: 'open_sansregular'
}

	.PopupContent .card {
		border: 1px solid #e8e8ef;
		box-shadow: 0px 5px 10px #f2f2f2;
	}

	.PopupContent .card-header {
		color: #026c76;
		padding: 0.45rem 1.25rem;
		background: #F0F7FC;
		font-family: 'open_sanssemibold'
	}



/*.popup_header .close {
	padding: 1rem;
	margin: -1rem  auto;
	
}

.popup_header h5 {
	width: 100%;
	text-align: center;
	font-size: 1rem !important;
	font-family: 'open_sanssemibold';
}*/
.popup_header .close {
	line-height: 1.6 !important;
	border-radius: 0.2rem;
	margin: 0 !important;
}
.popup_header .close:hover{
	background-color: #d1dadb;
}
.popup_header h5 {
	width: 83%;
	text-align: left;
	font-size: 1rem !important;
	font-family: 'open_sanssemibold';
	margin-top: 4px;
}
button.close {
	margin-bottom: 2%;
	color: #079CAC;
	border-color: #079CAC;
	background: #E2F3F7;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
}
.btn.btn-outline-success.btn-sm {
	color: #079CAC;
	border-color: #079CAC;
	background: #E2F3F7;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 0.25rem 1.5rem !important;
	line-height: 1.6 !important;
}

button.close {
	color: #585555;
	border-color: #adadad !important;
	background: #f1f0f0;
	font-weight: 500;
	border: 1px solid #079CAC;
	padding: 0.25rem 1.2rem !important;
	line-height: 1.6 !important;
}


.close {
	color: #fff;
	text-shadow: none;
	opacity: .8;
}

.modal-footer {
	background-color: #f0f0f0;
	border-top: 0;
	padding: 10px;
	justify-content: center;
}

.OAS_txtbox {
	border: 1px solid #ccc;
	font-size: .8rem;
	padding: 0.25rem 0.3rem;
	width: 100%;
	margin-top: 0.3rem;
}

.btn-outline-danger {
	margin-bottom: 2%;
	font-family: 'open_sanssemibold';
	/*	border-color: #f2b3b3;
*/
	border-color: #f13346 ;
	background: #fcecec;
	color: #db2e2e;
}

.Tbl_width {
	width: 100%;
	max-width: 546px;
	margin: auto;
}

	.Tbl_width .kpc_table thead td {
		border-bottom: 1px solid #ccc;
		border-bottom-width: 1px !important;
	}

button:focus {
	outline: 0px auto -webkit-focus-ring-color;
}





.CreateNoteParent {
	background: #f1f4f6;
	border-radius: 4px;
}

.cd-timeline {
	position: relative;
	padding-bottom: 5px;
}

	.cd-timeline::before {
		content: '';
		position: absolute;
		left: 18px;
		height: 100%;
		width: 2px;
		background-color: #d0d5d8;
	}

.cd-timeline-img {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),0 2px 10px 0 rgb(0 0 0 / 12%);
}

.timeline_header {
	margin-left: 45px;
	background-color: #fff;
}

.cd-timeline-img > img {
	margin-top: 10px;
}

@media only screen and (max-width: 375px) {
	.cd-timeline-img {
		width: 20px;
		height: 20px;
	}
	.cd-timeline-img > img {
		margin-top: 0px;
		width:10px;
	}
	.cd-timeline::before{
		left:7px;
	}
	.timeline_header{
		margin-left:20px;
	}
}

/* .timeline_icon {
    width: 27px;
}
 */
.timeline_header .card-header {
	color: #026c76;
	padding: 0.45rem 1rem;
	background: #ffffff;
	font-family: 'open_sanssemibold';
}


.timeline_header .card-footer {
	padding: 10px 15px;
	background-color: #fff;
	border-top: 0px solid rgba(0,0,0,.125);
}

.timeline_header .timezone {
	background: #f0f7fc;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 10px;
}

button.btn.btn-outline-success.btn-sm {
	margin-bottom: 2%;
	color: #079CAC;
	border-color: #079CAC;
	background: #E2F3F7;
	font-weight: 600;
}

	button.btn.btn-outline-success.btn-sm:hover {
		color: #fff;
		border-color: #0bcbe0;
		background: #079CAC;
	}

td.semibold-showing {
	border-top: 1px solid #dee2e600;
}

.popover {
	position: absolute;
	top: -1% !important;
	left: -1% !important;
	z-index: 1060;
	display: block;
	max-width: 331px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	/* line-height: 1.5; */
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(0 0 0 / 0%) !important;
	border-radius: 0.3rem;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	transition: ease-in;
	height: 72px;
}

img.align-left {
	position: relative;
	left: 15%;
	cursor: pointer;
}

h4.popoverheading {
	font-size: 15px;
	color: #20818b;
}

button.popover-icon {
	background-color: #f0ffff00;
	border: black;
}

span.popoverheading {
	font-size: 15px;
	font-weight: 600;
	color: #019cac;
}

h4.popoverheading {
	font-size: 15px;
	color: #20818b;
	position: absolute;
	left: 21%;
	top: 8%;
}

span.project {
	position: absolute;
	left: 21%;
	top: 36%;
	font-size: 14px;
	font-weight: 600;
}

.popover-body p {
	font-size: 12px;
	position: relative;
	left: 19%;
	top: -7px;
}

label.custom-control-label.semibold {
	margin-top: 14%;
}

.custom-control-label::before {
	position: absolute;
	top: 2px;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 2px;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

input.radio {
	width: 29px;
	height: 16px;
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	border-color: #E8E9E9;
	border-radius: 0.25rem;
}

label.semibold.label {
	padding: 6px;
}

.form-check {
	margin-top: 7%;
}

.input.radio::before {
	position: absolute;
	top: 2px;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.input.radio:::after {
	position: absolute;
	top: 2px;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
/*
button.btn.btn-outline-success.btn-sm {
	margin-bottom: 2%;
	color: #079CAC;
	border-color: #079CAC;
	background: #E2F3F7;
	font-weight: 600;
}

	button.btn.btn-outline-success.btn-sm:hover {
		color: #fff;
		border-color: #0bcbe0;
		background: #079CAC;
	}*/


btn.btn-outline-danger.btn-sm {
	font-size: 12px;
	margin-top: 3%;
	position: relative;
	left: -6%;
}


.btn.btn-outline-success.btn-sm {
	/*margin-bottom: 2%;*/
	color: #079CAC;
	border-color: #079CAC;
	background: #E2F3F7;
	font-weight: 600;
}

	.btn.btn-outline-success.btn-sm:hover {
		color: #fff;
		border-color: #0bcbe0;
		background: #079CAC;
	}

span.calendar {
	position: relative;
	left: 17%;
	top: 8px;
}

/*button.btn-outline-success.btn-sm {
	margin-bottom: 2%;
	color: #079CAC;
	background: #E2F3F7;
	font-weight: 400;
	border: 1px solid #079CAC;
}

	button.btn-outline-success.btn-sm:hover {
		color: #fff;
		border-color: #0bcbe0;
		background: #079CAC;
	}*/


label.semibold.label {
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -4px;
}

span.calendar img {
	width: 17px;
}


.LegendName {
	display: inline-block;
	margin: 0px !important;
	width: 10px;
	height: 10px !important;
	border-width: 3px;
	border-radius: 3px;
}


img.logo-kpc {
	width: 62%;
	margin-left: 37px;
	margin-bottom: 10px;
}

input.form-control.search_txt {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 3px;
}

@media only screen and (max-device-width: 1024px) {
	.form-check {
		margin-top: 15%;
	}

	button.btn.btn-info.btn-sm.apply {
		margin-top: -2% !important;
		margin-bottom: 1.5% !important;
	}

	span.calendar {
		position: relative;
		left: 0%;
		top: 13px;
	}

	/*.sidepanel {
		position: fixed;
		width: 90% !important;
		z-index: 2;
		font-size: 12px;
		line-height: 1.5em;
		color: #333;
		box-shadow: 0px 0px 9px #3e3e3e61;
		border-top: 3px solid #019cac;
		top: 56.8% !important;
		background: #fff;
		border-radius: 5px;
		border-bottom: 1px solid #9e9e9e;
		padding: 6px;
	}*/

	tfoot#footer {
		width: 88.3% !important;
	}

	.pagination {
		position: relative;
		/*left: 259% !important;*/
		left: 0% !important;

		justify-content: end;
	}

	.employee_table_res td {
		padding: 3px !important;
	}

	.icons {
		position: relative;
		left: 40px;
	}

	img.Show.ml-2.data-toggle\= {
		left: -7px !important;
	}

	.w_compact {
		width: 122px !important;
		height: 26px;
		padding: 2px;
		font-size: 11px !important;
		margin: 6px;
		margin-bottom: 2px;
		margin-top: -1px;
	}

	.ACRAdd {
		display: none !important;
	}
}


@media screen and (min-width: 1440px) {
	.pagination {
		display: -ms-flexbox;
		display: flex;
		padding-left: 0;
		list-style: none;
		border-radius: 0.25rem;
		background-color: #019cac17 !important;
		position: absolute;
		z-index: 999;
		float: right;
		left: 83.2%;
		top: 17%;
	}
}

	label {
		display: inline-block;
		margin-bottom: 0;
	}

	.form-control {
		border-color: #9e9e9ea6;
		font-size: 12px;
	}

	/*.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: #079CAC(40 167 69 / 50%);
}*/
	.btn-outline-success.focus, .btn-outline-success:focus {
		box-shadow: 0 0 0 0.2rem rgb(1 156 172 / 18%) !important;
	}

	.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #079CAC;
		border-color: #079CAC;
	}

	@media only screen and (max-width:768px) {

		/*.sidepanel {
			position: fixed;
			width: 88% !important;
			z-index: 2;
			font-size: 12px;
			line-height: 1.5em;
			color: #333;
			box-shadow: 0px 0px 9px #3e3e3e61;
			border-top: 3px solid #019cac;
			top: 56.8% !important;
			background: #fff;
			border-radius: 5px;
			border-bottom: 1px solid #9e9e9e;
			padding: 6px;
		}*/

		.pagination {
			justify-content: end;
		}

		/*.pagination {
		position: relative;
		left: 135% !important;
	}*/

		tfoot#footer {
			width: 86.3% !important;
		}

		.icons {
			float: right !important;
			margin-bottom: 11px;
		}

		span.ACRAdd {
			display: none;
		}

		table.table.EmployeeTable.employee_table_res.table.table-responsive.kpc_table {
			font-size: 12px;
		}

		img.mb-2.Edit2 {
			width: 13px !important;
		}

		.checkmark {
			position: absolute;
			top: 0;
			left: -2px;
			height: 7px;
			width: 7px;
		}

		img.icons {
			width: 30px;
			margin: 2%;
		}

		element.style {
			width: 10%;
		}

		img.Show.ml-2.data-toggle\= {
			left: -7px !important;
		}

		table.table.EmployeeTable.employee_table_res.table.table-responsive.kpc_table tr td {
			font-size: 12px;
			padding: 14px !important;
		}

		/*.employee_table_res td:first-child {
		padding-top: 0.5em;
	}*/

		/*.kpc_table thead td {
		padding: 8px 0.75rem !important;
	}*/

		.icons {
			position: relative;
			left: 4%;
		}

		.icons {
			position: relative;
			left: 135%;
			width: 276px;
			top: 64%;
			margin-bottom: 18%;
		}

		.w_compact {
			width: 122px !important;
			height: 26px;
			padding: 2px;
			font-size: 11px;
			margin: 9px;
			margin-bottom: 2px;
			margin-top: -1px;
		}
	}

	img.mb-2.Edit2 {
		width: 15px;
	}





@media only screen and (max-width:420px) {
	.timeline_header .timezone {
		padding: 6px 5px;
		display: block;
		text-align: left;
	}
}
	/*@media only screen and (max-device-width: 1024px) {
	div#divEditPanel {
		left: 74% !important;
		position: absolute !important;
		top: 3% !important;
	}
}

@media only screen and (max-width: 768px) {
	div#divEditPanel {
		left: 66% !important;
		position: absolute !important;
		top: 3% !important;
	}
}

@media only screen and (max-width:425px) {
	div#divEditPanel {
		left: 10% !important;
		position: absolute !important;
		top: 2.7% !important;
	}
}*/

	/*table.footer.navbar-fixed-bottom {
	position: fixed;
	height: 52px;
	bottom: -7px;
	background-color: #F2F2F2;
	width: 75%;
}

@media only screen and (max-width: 768px) {
	table.footer.navbar-fixed-bottom {
		position: fixed;
		height: 52px;
		bottom: -7px;
		width: 86.1%;
		background-color: #F2F2F2;
	}
}

@media (min-device-width:1024px) {
	table.footer.navbar-fixed-bottom {
		width: 88.1%;
	}
}

@media only screen and (min-width : 1200px) {

	table.footer.navbar-fixed-bottom {
		width: 76.1%;
	}
}*/


