﻿p {
  margin-bottom: 10px !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  /*padding: 6px 0px;*/
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-circle-xl {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px !important;
  line-height: 1.33;
}

.newsTitle {
  font-weight: bold;
  text-transform: uppercase;
}

/*-----------------------------------------------------*/
/* circle progress */

.circleProgress {
  width: 150px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circleProgress canvas {
  vertical-align: top;
}

.circleProgress strong {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
}

.circleProgress strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circleProgress span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
/*-----------------------------------------------------*/

.btn-primary {
  background-color: #1ABC9C !important;
  border-color: green !important;
}

.fontsize-1n5em {
  font-size: 1.5em
}

.form-group-lg label {
  margin-bottom: 3px;
}