.panel-total-projeto {
	width: 100%;
	height: 70px;
	background: #EEE;
	float: left;
	border: solid 2px #999;
	border-radius: 3px;
	margin-bottom: 7px
}

.dashboard-panel-titulo {
	/* width: 96%; */
	/* height: 25px; */
	border-bottom: dashed 1px #555;
	padding: 10px 4px;
	margin-bottom: 20px;
	color: #263238;
	font-size: 18px;
}

.marginTop10 {
	height: 10px;
}

.marginTop20 {
	height: 20px;
}

.marginTop30 {
	height: 30px;
}

.Center {
	text-align: center;
}

.FS16 {
	font-size: 16px;
}

.FS18 {
	font-size: 18px;
}

.FS22 {
	font-size: 22px;
}

.FS24 {
	font-size: 24px;
}

.FS26 {
	font-size: 26px;
}

.FS28 {
	font-size: 28px;
}

.FS30 {
	font-size: 30px;
}

.FS32 {
	font-size: 32px;
}

.FS34 {
	font-size: 34px;
}

.FS36 {
	font-size: 36px;
}

.FS38 {
	font-size: 38px;
}


.FS40 {
	font-size: 40px;
}


.main-section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 5px;
}

.dashbord {
	width: 100%;
	display: inline-block;
	background-color: #34495E;
	color: #fff;
	border-radius: 10px;
}

.icon-section i {
	font-size: 30px;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: -25px;
	margin-bottom: 10px;
	background-color: #34495E;
}

.icon-section p {
	text-align: center;
	margin: 0px;
	font-size: 20px;
	padding-bottom: 10px;
}

.detail-section {
	background-color: #2F4254;
	padding: 5px 0px;
}

.dashbord .detail-section:hover {
	background-color: #5a5a5a;
	cursor: pointer;
}

.detail-section a {
	color: #fff;
	text-decoration: none;
}

.dashbord-green .icon-section, .dashbord-green .icon-section i {
	background-color: #16A085;
	border-radius: 10px;
}

.dashbord-green .detail-section {
	background-color: #149077;
	border-radius: 10px;
}

.dashbord-orange .icon-section, .dashbord-orange .icon-section i {
	background-color: #F39C12;
	border-radius: 10px;
}

.dashbord-orange .detail-section {
	background-color: #DA8C10;
	border-radius: 10px;
}

.dashbord-blue .icon-section, .dashbord-blue .icon-section i {
	background-color: #2980B9;
	border-radius: 10px;
}

.dashbord-blue .detail-section {
	background-color: #2573A6;
	border-radius: 10px;
}

.dashbord-red .icon-section, .dashbord-red .icon-section i {
	background-color: #E74C3C;
	border-radius: 10px;
}

.dashbord-red .detail-section {
	background-color: #CF4436;
	border-radius: 10px;
}

.dashbord-skyblue .icon-section, .dashbord-skyblue .icon-section i {
	background-color: #8E44AD;
	border-radius: 10px;
}

.dashbord-skyblue .detail-section {
	background-color: #803D9B;
	border-radius: 10px;
}