/* ---------------------- IT Control Panel (BEGIN)---------------------- */
.individualPanel {
	border: 1px solid #d4d4d4;
	width: 23%;
	height: 30px;
	display: inline-table;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 3px;
	font-weight: bold;
}

.individualPanel:hover .divGreen, .individualPanel:hover .divRed,
	.individualPanel:hover .divBlue {
	transition: width 0.5s;
	width: 16.5%;
}

.individualPanel span {
	position: absolute;
	width: 10%;
	margin-left: 20px;
	font-family: arial;
}

.individualPanel:hover .btnExec {
	padding-left: 0px;
}

.divGreen {
	width: 15px;
	height: 25px;
	padding: 0;
	border-radius: 3px;
	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e),
		color-stop(100%, #6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	/* IE10+ */
	background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* W3C */
	transition: width 0.5s;
	position: absolute;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 2px;
}

.divBlue {
	width: 15px;
	height: 25px;
	padding: 0;
	border-radius: 3px;
	background: #4ea5cd; /* Old browsers */
	background: -moz-linear-gradient(top, #4ea5cd 0%, #3e84a4 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ea5cd),
		color-stop(100%, #3e84a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4ea5cd 0%, #3e84a4 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4ea5cd 0%, #3e84a4 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4ea5cd 0%, #3e84a4 100%);
	/* IE10+ */
	background: linear-gradient(top, #4ea5cd 0%, #3e84a4 100%); /* W3C */
	transition: width 0.5s;
	position: absolute;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 2px;
}

.divRed {
	width: 15px;
	height: 25px;
	padding: 0;
	border-radius: 3px;
	background: #ea6a6a; /* Old browsers */
	background: -moz-linear-gradient(top, #ea6a6a 0%, #e54545 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6a6a),
		color-stop(100%, #6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea6a6a 0%, #e54545 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea6a6a 0%, #b73737 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea6a6a 0%, #b73737 100%);
	/* IE10+ */
	background: linear-gradient(top, #ea6a6a 0%, #b73737 100%); /* W3C */
	transition: width 0.5s;
	position: absolute;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 2px;
}

.btnExec, .btnExec:active, .btnExec:focus {
	margin-top: -2px;
	height: 25px;
	border-radius: 5px;
	padding-left: 15px;
	color: #e9e9e9 !important;
	width: 100%;
	position: absolute;
	text-align: center;
	background: transparent !important;
	border: 0px !important;
	box-shadow: none;
	text-shadow: none !important;
}

.btnExec:hover {
	box-shadow: none;
}

.divBorder {
	border: 1px solid silver;
	border-radius: 3px;
	width: 300px;
}
/* ---------------------- IT Control Panel (END) ---------------------- */

/* ---------------------- Dashboard Panels (BEGIN) ---------------------- */
.panel-dashboard {
	border-color: #B5B5B5;
}

.panel-dashboard-header {
	background-color: #B5B5B5;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: white;
	text-align: center;
	font-size: 18px;
}

/* ---------------------- Dashboard Panels (END) ---------------------- */
.tabs-title {
	font-size: 12pt;
	font-family: Tahoma;
}


.alert-message {
	background-color: rgba(43,43,43, 0.9);
	color: #fff;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 9999;
	display: flex;
	top: -60px;
	transition: top 1s;
	-webkit-transition: top 1s;
}

.alert-message-active {
	top: 0;
	transition: top 1s;
	-webkit-transition: top 1s;
}

#message-type {
	width: 5%;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 60px;
}

#message-text {
	display: flex;
	align-items: center;
	padding-left: 25px;
	font-size: 20px;
	width: 85%;
}

#message-close-box {
	display: flex;
	align-items: center;
	right: 35px;
	position: absolute;
	opacity: 0.3;
	top: 15px
}

#message-close {
	color: #fff;
}

.msg-success {
	background-color: #0f8f35;
}

.msg-warning {
	background-color: #f2af2f;
}

.msg-danger {
	background-color: #f24e2f;
}

@media (max-width: 991px) {
	#message-type {
		width: 15%;
	}

	#message-text {
		font-size: 12px;
		width: 75%;
	}

	#message-close-box {
		display: flex;
		align-items: center;
		right: 10px;
		position: absolute;
		opacity: 0.3;
		top: 15px
	}
}
due-5-left {
	background-color: #E53935 !important;
}

.due-10-left {
	background-color: #E53935 !important;
}

.due-15-left {
	background-color: #FFEB3B !important;
}