#app,
.app-panel {
	color: #333;
	background: #f5f5f5;
}

.dash-content {
	padding-top: 30px;
	padding-left: 22px;
}

@media screen and (min-width: 520px) {
	.dash-content {
		max-width: calc(100% - 234.22px);
	}
}

#app ul li a {
	color: #5f7876;
	font-weight: bold;
	font-size: 16px;
}

#app h2,
#app h3,
#app h4 {
	color: #333;
	font-family: SourceSansPro-Regular;
}

#app h1 {
	font-size: 34px;
	color: #fff;
	padding: 35px 20px 30px 20px;
}

#app nav {
	background-color: #002c2e !important;
	padding: 0 !important;
	height: 100vh;
}

@media screen and (max-width: 520px) {
	#app nav {
		height: 508px;
	}
}

#app ul > h3 {
	padding-top: 1em;
	padding-left: 1em;
	color: white;
}

#app ul li {
	padding: 1em 2em;
	color: #5f7876;
	cursor: pointer;
}

#app .card {
	background-color: white;
	width: 210px;
	height: 530px;
	margin: 10px 6px;
	padding: 20px;
	position: relative;	
	border: none !important;
	float:  left;
}

.title-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -7px;
}

.card-title {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
  font-family: SourceSansPro-Regular, sans-serif;
  margin: 0;
  padding: 0;
}

.title-desc {
	margin: 20px 0;
/* 	max-width: 620px; */
}

.card h4 {
  font-family: SourceSansPro-Regular, sans-serif;
	font-size: 18px;
  font-weight: 600;
  font-weight: bold;
}

#app canvas {
	height: 180px !important;
	width: 380px !important;
	margin-left: -105px !important;
	position: absolute;
	top: 140px;
}

.card h1 {
	color: #333 !important;
	position: absolute;
	top: 190px;
	left: 63px;	
}

.card h4 {
	margin-bottom: 360px;
}

.card-link {
  margin-top: 36px;
	width: 170px;
  height: 32px;
  border-radius: 8px;
  background-color: #ee6f04;
}

.card a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
	padding-left: 50px;
}

.card p,
.card-detail p {
	font-size: 15px;
}

.card-detail {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
/* 	padding: 20px; */
	padding-left: 20px;
	padding-right: 20px;
/* 	margin-top: 10px; */
	max-width: 100%;
	padding-right: 60px;
}

.card-detail h4 {
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 520px) {
	.card-detail h4 {
		margin-top: 60px;
	}
}

.card-detail h3 {
	margin-bottom: 1em;
}

.long-p {
	margin-top: -60px;
}

.big-goal-overview .card-detail h1 {
	color: #333 !important;
	font-size: 50px !important;
	padding: 0 !important;
	padding-bottom: 0.5em !important;
}

.big-goal-overview .card-detail h4,
.big-goal__ed-attain__1 .card-detail h4 {
	font-weight: bold;
}

.big-goal-overview .card-detail {
	max-width: 700px;
	margin-left: 10px;
	padding: 20px;
	overflow: auto;
}

.big-goal-overview .card {
	height: 500px;
}

.big-goal-overview .card-title,
.big-goal__ed-attain__1 .card-title {
	margin-bottom: 1em;
}

.card-title {
	margin-bottom: 1em;
}

.big-goal-btn {
/* 	width: 128px; */
	width: 120px;
	height: 30px;
	background-color: #fff;
	margin: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 35px;
	font-weight: bold;
	-webkit-box-shadow: 0px 4px 15px #cccccc;
	        box-shadow: 0px 4px 15px #cccccc;
	border-radius: 8px;
	font-size: 16px;
}

.big-goal-btn:hover,
.big-goal-btn:active {
	background-color: #ee6f04;
	color: #fff;
}

.no-chart {
	content: "";
	height: 200px;
	width: 250px;
	display: block;
}

h1.orange {
	color:#ee6f04 !important;
	left: 22px;
}

.card-detail iframe {
	max-width: 100% !important;
}

#dashboard-spacer {
	width: 750px !important;
}

li .title-icon {
	width: 23px;
	height: 23px;
}

li.router-link-active {
	background-color: #004143;
	color: #fff !important;
}


/*-- Tableau Test page ======================================= */
.tableau-test-container {
	border: 2px solid gray;
	width: 70vw;
	max-width: 793px;
	padding: 10%;
	overflow: scroll;
}

/*-- metric card v2 ======================================= */

#app .metric .card {
    background-color: #F5F5F5;
    margin: 0 6px;
	padding: 0;
    position: relative;
    border: none !important;
    float: left;
	height: 60px;
	width: 90%;
}

h4.title-desc {
    margin-bottom: 10px;
}

.metric .card p {
	-webkit-transform: translate(68px, -325px);
	    -ms-transform: translate(68px, -325px);
	        transform: translate(68px, -325px);
	font-size: 20px;
	font-weight: bold;
	color: #002C2E;
}

@media screen and (max-width: 520px) {
	.metric .card p {
		width: 248px;
		margin-bottom: 3em;
	}
	
	.metric .card-detail {
		-webkit-transform: translateY(75px);
		    -ms-transform: translateY(75px);
		        transform: translateY(75px);
	}
}

.metric .card h1 {
	color:#ee6f04 !important;
	top: 30px;
	left: -9px;
	padding-right: 10px !important;
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.metric .card h4 {
	font-size: 20px;
	display: none;
}

.metric canvas {
	display: none !important;
}

/*  make card link position consistent across cards */
.card-link {
	position: absolute;
	bottom: 20px;
}

.long-p,
.card p {
	position: absolute;
	top: 400px;
	padding-right: 20px;
}

.big-info {
/* 	max-width: 700px; */
}

.card-detail a {
	color: #4d5ee2 !important;
}


/*-- Individual Card Adjustments ======================================= */

/* increase spacing for two-line titles */
.completion__industry__1.metric .card,
.afford__funding__1.metric .card {
/* 	height: 100px !important; */
}

/*move two-line title to the right when number is long */
.afford__funding__1.metric .card p {
	-webkit-transform: translate(120px, -325px);
	    -ms-transform: translate(120px, -325px);
	        transform: translate(120px, -325px);
}

.afford__debt__2.metric .card p {
	-webkit-transform: translate(125px, -325px);
	    -ms-transform: translate(125px, -325px);
	        transform: translate(125px, -325px);
}

.enroll__apprentices__4.metric .card p {
	-webkit-transform: translate(100px, -325px);
	    -ms-transform: translate(100px, -325px);
	        transform: translate(100px, -325px);
}

.completion__industry__1.metric .card p {
	-webkit-transform: translate(95px, -325px);
	    -ms-transform: translate(95px, -325px);
	        transform: translate(95px, -325px);
}

.completion__credential__2.metric .card p {
	-webkit-transform: translate(98px, -325px);
	    -ms-transform: translate(98px, -325px);
	        transform: translate(98px, -325px);
}

.completion__nondegree__4.metric .card p {
	-webkit-transform: translate(82px, -325px);
	    -ms-transform: translate(92px, -325px);
	        transform: translate(82px, -325px);
}

.career__work__3.metric .card p {
	-webkit-transform: translate(88px, -325px);
	    -ms-transform: translate(88px, -325px);
	        transform: translate(88px, -325px);
}

.big-goal-overview h1 {
/* 	padding-top: 0 !important; */
}

.big-goal-overview .card-detail {
	padding-top: 0;
}

.big-goal-overview .card {
	height: 385px !important;
}

.big-goal-overview canvas {
	top: 15px !important
}

.big-goal-overview .card h1 {
	top: 70px !important;
}

.big-goal-overview .card p {
	top: 280px !important;
}

/*center number cards*/
h1.orange {
	padding-left: 38px !important;
}


#app ul li:nth-of-type(7) {
	font-size: 17px;
}

.big-goal-btn-row {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);	
}

@media screen and (min-width: 1167px) {
	.big-goal-btn-row {
		-webkit-transform: translateY(-58px);
		    -ms-transform: translateY(-58px);
		        transform: translateY(-58px);	
		        max-width: 717px;
	}
}


