.ck-editor__editable,
textarea {
	min-height: 150px;
}

.datatable {
	width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
	margin-bottom: 0.333em;
	margin-top: .2rem;
}

.dataTables_filter {
	margin-right: .2rem;
}

.dt-buttons .btn {
	margin-left: 0.333em;
	border-radius: 0;
}

.table.datatable {
	box-sizing: border-box;
	border-collapse: collapse;
}

table.dataTable thead th {
	border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #c8ced3;
}

.sidebar .nav-dropdown-toggle::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	right: 9px;
	width: 8px;
	height: 8px;
	padding: 0;
	margin-top: -4px;
	content: "";
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: center;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

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

.select2-selection__rendered {
	padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
	display: block !important;
}

.btn-info,
.badge-info {
	color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-image: none;
}

.sidebar .nav-item {
	cursor: pointer;
}

.btn-default {
	color: #23282c;
	background-color: #f0f3f5;
	border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
	box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
	color: #23282c;
	background-color: #d9e1e6;
	border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.searchable-title {
	font-weight: bold;
}

.searchable-fields {
	padding-left: 5px;
}

.searchable-link {
	padding: 0 5px 0 5px;
}

.searchable-link:hover {
	cursor: pointer;
	background: #eaeaea;
}

.select2-results__option {
	padding-left: 0px;
	padding-right: 0px;
}
.card {
	border-radius: 8px;
	padding: 10px;
	position: relative;

	.zmdi {
		color: white;
		font-size: 28px;
		opacity: 0.3;
		position: absolute;
		right: 13px;
		top: 13px;
	}

	.stat {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		font-size: 8px;
		margin-top: 25px;
		padding: 10px 10px 0;
		text-transform: uppercase;
	}

	.title {
		display: inline-block;
		font-size: 13px;
		padding: 10px 10px 0;
		text-transform: uppercase;
	}

	.value {
		font-size: 28px;
		padding: 0 10px;
	}

	&.blue {
		background-color: #2298F1;
	}

	&.green {
		background-color: #66B92E;
	}

	&.orange {
		background-color: #DA932C;
	}

	&.red {
		background-color: #D65B4A;
	}
}

.projects {
	background-color: $dark-text;
	border: 1px solid $light-bg;
	overflow-x: auto;
	width: 100%;

	&-inner {
		border-radius: 4px;
	}
}

.projects-header {
	color: white;
	padding: 22px;

	.count,
	.title {
		display: inline-block;
	}

	.count {
		color: #738297;
	}

	.zmdi {
		cursor: pointer;
		float: right;
		font-size: 16px;
		margin: 5px 0;
	}

	.title {
		font-size: 21px;

		+.count {
			margin-left: 5px;
		}
	}
}



