/* here you can put your own css to customize and override the theme */
  body {
    padding-top: 40px;
  }

*.icon-blue {color: #0088cc;}
*.icon-green {color: green;}
*.icon-grey {color: grey;}
i {   
    position: relative;
}
.number-badge:after{
    content:attr(data-count);
    position: absolute;
    background: blue;
    height:2rem;
    top:-1rem;
    right:-1rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
}
.portlet-head {
	cursor: pointer;
}

.btn {
    margin: 2px;
}

.form-group .required {
    font-size: 14px; color: #333;
}
.form-group .required:after {
    content: ' *'
}

.stats-info {
    height: 100%;
}