
.dashboard-container {
	width: 100%;
	padding: 15px 15px 15px;
	background: #f5f5f5;
}

.ui-sortable-placeholder {
	cursor: grab;
	background-color: #b6deea;
	border: 3px solid #6bcbea;
	border-radius: 2px;
	border-style: dashed;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	height: 50px;
}

.manage-widget-container {
	height: 200px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	align-content: flex-start;
}

.manage-chart-container {
	height: 460px;
	display: grid;
	grid-template-columns: auto auto;
	align-content: flex-start;
}

.manage-widget-row {
	height: 520px;
	display: flex;
	flex-wrap: wrap;
}

.manage-widget-column {
	height: 99%;
	flex: 0 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.manage-widget-disabled {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0px 5px 0px 5px;
	width: 300px;
	background: #f4f4f4;
	border: 1px solid #e2e2e2;
	overflow: auto;
}

.manage-widget-enabled {
	width: 750px;
/*	overflow: auto;*/
}

.manage-dashboard-item {
	cursor: grab;
	background-color: white;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	height: 50px;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#RecallForecast {
	grid-column: span 2;
}

.widget-item {
/*	width: 24%;*/
}

.chart-item {
/*	width: 48%;*/
}

.widget-container {
	display: flex;
	height: 65px;
	align-content: flex-start;
}

.widget {
	position: relative;
	display: flex;
	/*	justify-content: left;*/
	align-items: center;
	background-color: rgb(255, 255, 255);
	margin: 10px;
	padding-left: 10px;
	width: 10.5%;
	min-width: 300px;
	font-size: 24px;
	border-radius: 5px;
	text-align: right;
}

.widget:hover {
	 box-shadow: 0 0 10px #ccc;
	 cursor: pointer;
}

.widget-icon {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	margin-right: 10px;
/*	position: absolute;*/
/*	left: 8px;*/
/*	top: -15px;*/
}

.widget-detail {
	padding-right: 10px;
	font-size: 18px;
}


.chart-container {
	display: flex;
	flex-wrap: wrap;
}

.chart-col {
	height: 99%;
	flex: 0 0 auto;
	width: 50%;
	margin-bottom: 10px;
}

.chart {
	height: 588px;
	position: relative;
	background-color: rgb(255, 255, 255);
	margin: 10px;
	padding: 0px 0px 80px 0px;
	border-radius: 5px;
}

.chart-header {
	display: flex;
	justify-content: space-between;
	height: 55px;
	border-bottom: solid;
	border-bottom-width: thin;
	border-bottom-color: rgb(240, 240, 240);
	margin-bottom: 20px;
}

.chart-content {
	margin: 20px;
	height: 500px;
	overflow: auto;
	/*	padding: 0px 10px 0px 10px;*/
}

.chart-title {
	font-size: 22px;
/*	font-weight: bold;*/
	padding: 10px 10px 10px 20px;
}

.dashboard-checkbox {
	padding-left: 20px;
}

.dashboard-heading {
	display: flex;
	justify-content:space-between
}

.dashboard-title {
	font-size: 32px;
	color: #212529;
	/* font-weight: bold; */
	padding: 10px 0px 0px 30px;
}

.btn-primary-2 {
	color: #000000;
	border-color: #a4bed4;
}

.btn-primary-2:hover {
	color: #000000;
	background-color: #cfdde9;
	border-color: #a4bed4;
}

.btn-primary-2:not(:disabled):not(.disabled):active, .btn-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-primary-2.dropdown-toggle {
	color: #000000;
	background-color: #9ad0f5;
	border-color: #a4bed4;
}

.btn-primary-2:not(:disabled):not(.disabled):active:focus, .btn-primary-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-2.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.dashboard-btn-group {
	display: flex
}

.dashboard-btn {
	/*	float: right;*/
	right: 50px;
	background-color: white;
	color: black;
	border: 1px solid /*#a4a4a4*/ white;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	margin: 4px 10px;
	/*	transition-duration: 0.4s;*/
	cursor: pointer;
	width: 200px;
}

.dashboard-btn:hover {
	box-shadow: 0 0 10px #ccc;
	cursor: pointer;
}

.chart-button-group {
	position: relative;
	display: inline-flex;
	padding-right: 25px;
	padding-top: 8px;
}