/*********** CSS for Dashboard ************/
.dash_sm_caps{
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.dash_sm_caps .link{
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.dash_sm_caps .link:hover{
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.dash_box_shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 3px;
}

.dash_box_shadow_f7 {
    background: #f7f7f7;
    border-radius: 3px;
    webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.dash_rightbar_outer{
    float: left;
    width: 100%;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
}

.dash_rightbar_inner{
    float: right;
    width: 320px;
    height: 100%;
    padding: 20px;
    position: relative;    
    background-color: #004081;
    
}

.dash_rightbar_head{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.dash_rightbar_shead {
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 300;
}
.dash_rightbar_close{
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.dash_select{
    background-color: transparent;
    margin-bottom: 17px;
    border: 1px solid #2d6092;
    height: 35px;
    color: #ffffff;
    width: 100%;
}

.dash_select option{
    background-color: #004081;
    margin-bottom: 17px;
    border: 1px solid #2d6092;
    height: 35px;
    color: #ffffff;
    width: 100%;
}

#activity_ticker ul {
    display: block;
    list-style: none;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    margin-left: 0px;
}
#activity_ticker li {
  display: block;
  height: 50px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #fff;
  padding-left: 0px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 5px 0;
}

.activity_ticker_head{
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    height: auto;
}

.activity_ticker_shead{
    text-align: left;
    font-size: 12px !important;
    text-transform: none;
    font-weight: 100;
    float: left;
    width: 100%;
    height: auto;
}

.dash_sm_btn{
    border: 1px solid #ebebeb!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    background-color: #ffffff !important;
}

.dash_sm_btn:hover{
    border: 1px solid #09b9b9!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    background-color: #ebebeb!important;
}

.dash_sm_btn_act{
    background-color: #ff9900;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
  border-radius: 150px;
  box-shadow: -5px 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.target  {
  font-family: Gotham;
  font-weight: 600;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 20px 0 50px;
}
#tierPointsValue{
  line-height:175px!important;
}
.target-chart {
  border-radius: 50%;
  background-size: cover;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 0 0 35px white;
  position: relative;
  margin: auto;
}
.target-percentage {
	color: #c29a55;
	font-size: 20px;
}
.points-random{
  margin-top: -150px;
  font-size:14px;
  font-weight: 200;
}

.gauge_pos{
    top: 61%;
    left: 55%;
    font-weight: bold;
}

.dash_team_pic {
    border-radius: 150px;
    overflow: hidden;
    height: 65px;
    width: 65px;
    border: 2px solid #ebebeb;
    padding: 2px;
}

.dash_team_pic_sm {
    border-radius: 5px;
    overflow: hidden;
    height: 30px;
    width: 30px;
    border: 2px solid #ebebeb;
    padding: 2px;
    vertical-align: middle;
}

#sales_funnel {
    min-width: 360px;
    max-width: 600px;
    height: 400px;
    margin: 0 auto;
}