/* dashboard styles override */

/* WIDGET 1 to 3 */
#dasboard-widget .widget {
	margin: 0;
	height: 100%;
}
#dasboard-widget .widget .widget-bg {
	position: initial;
}
#dasboard-widget .widget .widget-bg > img {
	position: absolute;
	left: 20px;
	bottom: -10px;
}
#dasboard-widget .widget.blue-bg .widget-bg > img {
	bottom: -25px;
}
.stats-row {
	margin-bottom: 27px;
}
.stats-row > .col-lg-12 > div {
	color: #fff;
	text-align: right;
	border-radius: 6px;
	padding: 0;
	font-size: 14px;
	margin: 10px 0;
	overflow: hidden;
}
.stats-row p {
	margin-bottom: 0;
	font-size: 21px;
	text-transform: uppercase;
}
.stats-row p.number {
	font-size: 54px;
	font-weight: 600;
	line-height: 65px;
}
.stats-row > .col-lg-12 .blue-bg {
	background: #1C84C6;
}
.stats-row > .col-lg-12 .lightblue-bg {
	background: #D1ECF1;
	color: #676A6C;
}
.stats-row > .col-lg-12 .green-bg {
	background: #23C6C8;
}
@media (min-width: 992px) {
	.stats-row > .col-lg-12 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.stats-row > .col-lg-12 > div {
		width: 30%;
		margin: 0;
	}
}

/* CHART SPECIFIC STYLE */
.charts > div {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
}
.charts .ibox-title {
	border-radius: 9px 9px 0 0;
}
.charts .ibox-content {
	border-radius: 0 0 9px 9px;
}

/* WIDGET 4 - LINE CHART */
.line-chart .ibox-content {
	height: 600px;
}
.line-chart .ibox-content, 
.line-chart .ibox-title {
	border-top: none;
}
.line-chart .ibox-content td.task_progress {
	white-space: nowrap;
}
.line-chart .ibox-content td.task_progress .peity {
	vertical-align: middle;
	height: 30px;
	width: 30px;
}
.line-chart .ibox-content td.task_progress .progress_percentage {
	vertical-align: middle;
	margin-left: 10px;
}

/* WIDGET 5 - GAUGE CHART */
#gauge {
	height: 180px;
}
#gauge .c3-chart-arc .c3-gauge-value {
	fill: #676A6C;
	font-size: 54px !important;
}

/* WIDGET 6 - STATUS UPDATES */
.status_updates {
	padding: 0;
}
.status_updates .title {
	padding: 10px;
	background: #D1ECF1;
	border-radius: 6px 6px 0 0;
	color: #676A6C;
	font-size: 18px;
}
.status_updates .status_updates-wrapper {
	padding: 5px 10px;
	height: 433px;
	overflow-y: scroll;
	font-size: 14px;
}
.status_updates-wrapper .widget {
	height: auto !important;
	margin-bottom: 7px !important;
}

/* WIDGET 7 - TASK LIST */
#dasboard-tasks .table-striped {
	color: #000;
}
#dasboard-tasks .table-striped > tbody > tr:nth-of-type(odd) {
	background: #D1ECF1;
}
#dasboard-tasks .table-striped > tbody > tr > td {
	padding: 10px 8px;
	border-color: transparent;
	font-weight: 600;
}
.task-table .ibox-content {
	border-radius: 6px;
}
.task-table table thead {
	font-size: 18px;
	color: #676A6C;
}
.task-table table thead th {
	font-weight: 400;
	padding-bottom: 30px;
}
.task-table table tbody {
	font-size: 16px;
}
.task-table thead input {
	display: block;
	border-color: #A7B1B5;
	background-image: url(https://d3l9a813lrnvhw.cloudfront.net/39a8dc3d-a3c1-4243-b47a-2ff61cc04ac0/images/search-light.svg);
    background-repeat: no-repeat;
	background-position: right 10px center;
	margin-top: 5px;
}
.task-table thead input::placeholder {
	color: #A7B1B5;
}

