﻿/*//------------- custom css file start-------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.hide-row{
	display:none;
}
.no-sorting {
	background-image: url() !important;
}

.input-search {
	padding: 2px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBB !important;
	width: 150px !important;
	height: 28px;
	border: 1px solid #bbbbbb !important;
}
.modal {
	z-index: 1051;
}



.listing-modal {
	max-width: 650px;
}

.listing-modal-form {
	background-color: #f4f4f4;
	padding: 20px;
}

	.listing-modal-form .form-group {
		margin-right: 20px;
		margin-bottom: 0;
	}

		.listing-modal-form .form-group:last-child {
			margin-right: 0;
		}

		.listing-modal-form .form-group label {
			font-size: 14px;
		}

.listing-modal .modal-body {
	padding: 0;
}

.listing-table .info-td {
	width: 20px;
}

.listing-table td {
	font-size: 14px;
}

.listing-table .name-td, .listing-table .department-td {
	width: 180px;
}

.truncate {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listing-table {
	display: block;
	max-height: 350px;
	overflow: auto;
}




.info-modal {
	max-width: 650px;
}

.media .avtar {
	width: 120px;
	height: 120px;
	max-width: 120px;
	max-height: 120px;
	object-fit: cover;
	object-position: top center;
	background-color: #f4f4f4;
}

.media h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

	.media h5 .medical-degree {
		font-size: 12px;
		color: #828282;
	}

.info-body .info-text {
	font-size: 14px;
	margin-bottom: 8px;
}

.info-body a {
	color: #20669B;
	font-size: 14px;
}

.media .profile-link {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.info-body .info-text .left-icon {
	width: 24px;
	height: 24px;
}

.info-body .contact-info-2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.info-table thead tr th {
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: 0;
}

.info-table tbody tr td {
	font-size: 14px;
	text-align: center;
}

.info-table tbody tr:first-child td {
	border-top: 0;
}

.info-table tbody {
	display: block;
	max-height: 200px;
	overflow: auto;
}

	.info-table thead, .info-table tbody tr {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

.content-popver .popover-body {
	width: 320px;
	height: 200px;
	overflow: auto;
}

.table-custom tbody tr td {
	line-height: inherit;
}

body .snapshot.modal,
body .snapshot.modal.show {
	z-index: 1070 !important;
	background: rgb(0 0 0 / 0.3);
}

.modal .table-responsive{
	padding: 18px 15px ;
}

.modal-body table {
	width: 100% !important;
}
.align-right {
	text-align: right;
}

/*Payment grid css*/
.info-body .info-text .email a {
	word-break: break-all;
}
.table-ui {
	padding: 0;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #dee2e6;
	box-sizing: border-box;
	overflow: hidden;
}
.table-ui .dataTables_length {
	padding:0 15px;
}
.table-ui .dataTables_info {
	padding: 15px;
}
.table-ui .paging-sorting-footer:before {
	display: none;
}
.table-ui input {
	padding: 2px 10px;
}
.table-ui .table-title {
	align-items: center;
	margin: 0px;
	margin-bottom: 15px;
	background-color: #eee;
	opacity: .999;
	padding: 5px 0;
	min-height: 42px;
}
body.payments .profile-section-inside {
	background-color: transparent;
	box-shadow: 0 0 transparent;
}
.table-ui .table-title .btn {
	padding-top: 3px;
	padding-bottom: 3px;
}
.table-ui .dataTables_filter {
	padding: 0 15px;
}
.table-ui .paging-sorting-footer {
	background-color: transparent;
	background: transparent;
	position: inherit;
	height: inherit;
	margin-top: 10px;
	margin-bottom:15px;
}
.table-ui .group:not(.collapsed-min-icon) .fa-minus-square {
	display: none;
}

.table-ui .collapsed-min-icon .fa-plus-square {
	display: none;
}
.table-ui .paging-sorting-footer .pagination-btn-wrap {
	margin: 0;
}
/* --------------------custom css file End-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.modal-dialog.topsection {
		max-width: 950px;
	}
}
