/* Directory Styles v1.1 (Contacts and Accounts) */

.contact-type-name {
	min-width: 110px;
}

.btn-outline {
	border: 1px solid #ececec;
	padding: 2px 19px;
	background-color: #fbfbfb;
}

.directory-table {
	border-spacing: 0 10px !important;
	border-collapse: separate;
	font-size: 14px;
	margin-bottom: 20px;
	table-layout: fixed;
}

.directory-table>thead>tr>th {
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	color: #119fc7;
	font-weight: 600;
}

.directory-table>tbody>tr>td {
	vertical-align: middle;
}

.directory-table tbody>tr {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
}

.directory-table tbody>tr:hover {
	background-color: #e0f2f7;
	box-shadow: 0 0 6px #bcd0d6;
	cursor: pointer;
	transition: all 0.3s;
}

.radio-holder {
	width: 40px;
}

.action-holder {
	width: 70px;
}

.directory-user-pic {
    display: inline-block;
	width: 34px;
    height: 34px;
    display: grid;
    animation: 1px solid #ECECEC;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    padding: 7px 0;
    text-align: center;
    align-items: center;
    font-size: 12px;
    background-color: #F3F3F3;
    color: #0288AE;
}

.dt-name {
	font-size: 14px;
	font-weight: 600;
	color: #333 !important;
}

.dt-name>a {
	color: #333 !important;
}

.dt-micro {
	font-size: 13px;
	color: #888888;
}

.btn-transparent {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.btn-transparent::after {
	border: none !important;
	display: none;
}

.directory-control-bar {
	min-height: 48px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #ffffff;
	padding: 0px 20px;
	height: 48px;
}

.alphabet-sort-bar {
	/*width: 25px;
	height: 1000px;
	border-right: 1px solid #dcdcdc;*/
	width: 100% !important;
    height: auto !important;
	border-right: none !important;
	background-color: #F0F0F0;
    border-bottom: 1px solid #e2e0e0;
}

.alphabet-sort {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	width: 100%;
	text-align: left;
}

.alphabet-sort>li.active a {
	background-color: #FFC743 !important;
	color: #fff !important;
}

.alphabet-sort>li>a {
	display: block;
	padding: 5px 8px;
	color: #999 !important;
}

.alphabet-sort>li>a:hover {
	cursor: pointer;
	background-color: #eee;
	color: #333 !important;
}


.search-input-wrap {
	width: 280px;
	background-color: #fff;
	padding: 0px 5px 0 12px;
	border-radius: 30px;
	border: 1px solid #ddd;
}

.search-input.form-control {
	border: none;
	outline: none;
	font-size: 14px;
	height: 28px;
	padding: 4px 0;
	width: 100%;
	box-shadow: none !important;
}

.search-input-icon {
	padding: 0 5px;
	font-size: 14px;
	display: block;
	color: #999;
	width: 24px;
	height: 21px;
}

.search-input-icon:hover {
	color: #666;
	cursor: pointer;
}

.switch-dir.dropdown-toggle::after {
	margin-bottom: -2px !important;
	border-top-color: #A4AFB7;
}

.bs-type {
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
}

.bs-wrap {
	height: 100%;
	min-height: 340px;
}

.bs-list {
	width: 220px;
	height: 100%;
	flex-direction: column;
	font-size: 14px;
}

.bs-main {
	border-left: 1px solid #dee2e6;
}

.bs-list-heading {
	padding: 7px 15px;
	background-color: #eaecec;
	border-bottom: 1px solid #ddd;
	height: 42px;
}

.bs-sendto-list {
	overflow: auto;
}

.bs-sendto-list .list-group-item {
	padding: 8px 15px;
	border-color: #f5f5f5;
}

.bs-body {
	overflow: auto;
}

.list-group-micro {
	color: #999;
	font-size: 12px;
}

.bs-add-list {
	padding: 6px 15px;
	border-bottom: 1px solid #ddd;
}

.btn-add-user {
	padding: 3px 8px;
	font-size: 13px;
}

.bs-subject {
	border-bottom: 1px solid #ddd;
	padding: 2px 8px;
}

.bs-subject .form-control {
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
	font-size: 14px;
}

.textarea-invisible.form-control {
	width: 100%;
	resize: none;
	min-height: 100%;
	border: none;
	outline: none;
	box-shadow: none !important;
	padding: 15px !important;
}

.attachment-wrap {
	padding: 15px;
}

.attachment-list>li {
	border: 1px solid #eeeeef;
	padding: 4px 10px;
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}

.atch-name {
	margin-right: 5px;
	font-weight: 600;
}

.atch-name:hover {
	cursor: pointer;
	color: #007bff;
}

.atch-size {
	color: #999;
}

.textarea-invisible {
	font-size: 14px;
	padding: 15px;
	outline: none;
}


/* Import */

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

.impStepInd {
	min-height: 50px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
}

.imp-steps {
	margin: 0;
	text-align: center;
	padding: 9px 0;
}

.imp-steps>li {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 14px;
	padding: 5px 0;
	color: #999999;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
}

.step-line {
	height: 2px !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background-color: #ccc !important;
	border: none !important;
	width: 130px !important;
}

.current-step {
	background-color: #f0f7fd !important;
	color: #2c9de9 !important;
	border-color: #2c9de9 !important;
}

.completed-step {
	background-color: #b7f5c6 !important;
	color: #34a04b !important;
	border-color: #34a04b !important;
}

.impStepContainer {
	padding: 20px 30px;
	overflow-y: auto;
	max-height: 400px;
	min-height: 300px;
}

.impH {
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;
}

.file-container {
	padding: 10px 15px;
	background-color: #f6f6f6;
	color: #0994e7;
	justify-content: initial;
	min-height: 55px;
	position: relative;
}

.fileUplIco {
	color: #929191;
}

.impFn {
	font-size: 14px;
}

.impFs {
	color: #a6a6a6;
	font-size: 12px;
}

.impDel {
	color: #666666 !important;
	padding: 7px 7px;
	opacity: 0.5;
}

.impDel:hover {
	opacity: 1;
	cursor: pointer;
}

.map-table {
	font-size: 14px;
	border: 1px solid #ddd;
}

.map-table>thead>tr>th {
	background-color: #e8edef;
}

.map-table td {
	vertical-align: middle;
}

.dir-pagination {
	margin: 0;
	font-size: 13px;
}

.dir-pagination .page-link {
	color: #555;
}


/* Filter */

.filter-dropdown {
	min-width: 300px;
}

.filter-title {
	padding: 0px 20px 10px 20px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 600;
}

.filter-form-container {
	padding: 20px;
	font-size: 14px;
	height: 50vh;
	overflow: auto;
}

.filter-form-action {
	padding: 15px 20px 8px 20px;
	text-align: right;
	border-top: 1px solid #e0e0e0;
}


/* import animation */

@-webkit-keyframes leftarrow {
	0% {
		-webkit-transform: translateX(0);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(-80px);
		opacity: 1
	}
}

@keyframes leftarrow {
	0% {
		-webkit-transform: translateX(0);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(-80px);
		opacity: 1
	}
}

.directory-icon-holder {
	display: block;
	/* width: 124px; */
	/* height: 124px; */
	/* border: 1px solid; */
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}

.animated-arrow-wrap {
	width: 80px;
	/* height: 30px; */
	/* background-color: #eee; */
	display: block;
	position: relative;
	text-align: right;
}

.import-animation-wrap {
	text-align: center;
}

.directory-table .presence-icon {
	background-color: #fff;
	border-radius: 50%;
	right: -4px;
}

.presence-icon.text-muted>i {
	font-size: 16px;
	margin-left: 2px;
	color: #c7c7c7;
	margin-top: 0px !important;
	display: block;
}