.dashboard * {
    font-family: 'Open Sans', sans-serif;
}
.dashboard {
    width: 826px;
    /*background: url("test.png") no-repeat;*/
    min-height: 150px;
}
.dashboard .knob {
    font-size: 14px!important;
    color: #2a2a2a!important;
}
.dashboard .marks {
    padding: 40px 0 21px 0;
    text-align: right;
    font-size: 0;
}
.dashboard .marks .mark {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;;
    font-weight: lighter;
    color: #2a2a2a;
    padding: 0 25px 0 16px;
    position: relative;
}
.dashboard .marks .mark:before {
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 999px;
    content: " ";
}
.dashboard .pageHead {
    font-size: 12px;
    color: #2a2a2a;
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
}
.dashboard .marks .mark.completed:before {
    background: #4daa4c;
}
.dashboard .marks .mark.progress:before {
    background: #f5a720;
}
.dashboard .marks .mark.requested:before {
    background: #399cd8;
}
.dashboard .marks .mark.notPlan:before {
    background: #b0bbc1;
}
.dashboard .subject {
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.dashboard .totals h4 {
    font-weight: normal;
    position: relative;
    font-size: 30px;
    margin: 10px 0 0;
	display: inline-block;
}
.dashboard .totals .totalsText {
    margin: 0;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: lighter;
    display: inline-block;
    vertical-align: top;
	padding-bottom: 9px;
}
.dashboard .headerText {
    margin: 0;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: lighter;
}
.lastLoginText {
    margin: 0;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: lighter;
	line-height: 40px;
}
.dashboard .totals .totalsText p {
    line-height: 15px;
}
.dashboard .rounds {
    padding: 8px 15px 12px 21px;
}
.dashboard .rounds span {
    display: inline-block;
    vertical-align: top;
    border-radius: 999px!important;
    background: #f9f9f9;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 36px 0 0;
}
.dashboard .rounds span:last-of-type {
    margin-right: 0;
}
.dashboard .rounds span > div{
	position: absolute;
}
.dashboard .rounds span > p{
	display: inline-block;
	position: absolute;
	top:65px; 
	left: 12px;
}
.dashboard .rounds .inProgress {
	left: 102px;
}
.dashboard .rounds .requested {
	left: 190px;
}
.dashboard .rounds .creditsInCurriculum {
	background: white;
}
.dashboard .rounds .creditsInPlan{
	color: #FFFFFF!important;
}
.dashboard .rounds .creditsTextInPlan{
	top: 45px;
}
.dashboard .rounds .creditsInPlanCompleted {
	left: 41px;
}
.dashboard .rounds .creditsInPlanInProgress {
	left: 131px;
}
.dashboard .rounds .creditsInPlanRequested {
	left: 215px;
}
.dashboard .rounds .credits{
	background: white!important;
}
.dashboard .rounds .credits > div > canvas{
	visibility: hidden;
}
.dashboard .creditsInPlanDiv {
	border: 0px!important;
}
.creditsInPlanSection {
	min-height: 100px;
}
aro {
    background-image: url("/vlacs/resource/aro");
    background-repeat: no-repeat;
    float: right;
    height: 10px;
    margin-top: 6px;
    width: 10px;
      }
.page-sidebar .page-sidebar-menu li > a > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
  float: right;
  width: 10px;
  text-align: center;
  margin-top: -1px;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
}
