@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

body{
  background-color:rgb(247, 247, 247) !important;
  /* font-family: 'Source Sans Pro', sans-serif; */
  
}

.btn, .btn-primary{
  background-color:#2D75B8 !important;
}

.spacer{
  height:100px;
}

.gauge-wrapper{
  box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius:5px;
  height:auto;
  color:#818181;
  background-color:white;
  
}

.gauge-wrapper img{
    max-width: 75%;
    height: auto;
    max-height: 45px;
    min-height: 45px;
    
    margin-top:20px;
    
    
}
.company-logo{
  text-align:center;
  padding:0 1em;
}
.gauge{
  max-width:100%;
  height:auto;
}

.goal-info{
  padding:1em;
  text-align:center;
}
hr{border-top: 1px solid rgb(226, 226, 226) !important;}

#canvas-preview{
  background-color: transparent;
}

#minVal{
  display: none;
  position: fixed;
  left: 18%;
  color: white;
}
#maxVal,#maxVal2,#maxVal3,#maxVal4, #preview-textfield{
  display: none;
}
.goal-value{
  font-size:1.2em;
  margin-bottom:0;
  font-weight:400;
}
.goal-label{font-size:13px;}
i{
  color:#2D75B8;
  font-size:1.6em;
  text-align:center
}

.total-points{
  padding-top:10px
}


i.hmi-plus{
  color:#2BBDD8;
  
}

i.hmi-chart{
  color:#E55932;
  
}

i.hmi-dollar-sign{
  color:#009340;
}

i.hmi-rewards{
  color:#F8BC3A;
}

@media(min-width:800px){
  .row.vdivide [class*='col-']:not(:last-child):after {
   background: #e0e0e0;
   width: 1px;
   content: "";
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   /* min-height: 130px; */
 }
}