.btn-gray {
  background-color: #717678;
  border-color: #717678;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background-color: #65696b;
  border-color: #585c5e;
  color: #DDD;
}
.btn-gray:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-gray.disabled:hover,
.btn-gray.disabled:focus,
.btn-gray.disabled:active,
.btn-gray.disabled.active,
.btn-gray[disabled]:hover,
.btn-gray[disabled]:focus,
.btn-gray[disabled]:active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray.active {
  background-color: #717678;
  border-color: #717678;
  color: #fff;
}

.btn-gray-inverse {
   background-color: #e6e6e6;
  border-color: #adadad;
  color: #000;
}
 .btn-gray-inverse:hover,
.btn-gray-inverse:focus,
.btn-gray-inverse:active,
.btn-gray-inverse .active { 
  background-color: #dedede;
  border-color: #717678;
  color: #fff;
} 
 .btn-gray-inverse:hover {
  color: #fff;
  background-color: #dedede;
  border-color: #717678;
  
}
 .btn-gray-inverse .disabled:hover,
.btn-gray-inverse .disabled:focus,
.btn-gray-inverse .disabled:active,
.btn-gray-inverse .disabled.active,
.btn-gray-inverse [disabled]:hover,
.btn-gray-inverse [disabled]:focus,
.btn-gray-inverse [disabled]:active,
.btn-gray-inverse [disabled].active,
fieldset[disabled] .btn-gray-inverse :hover,
fieldset[disabled] .btn-gray-inverse :focus,
fieldset[disabled] .btn-gray-inverse :active,
fieldset[disabled] .btn-gray-inverse .active {
  background-color: #717678;
  border-color: #717678;
  color: #fff;
} 


 .list-group-item-main {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px; 
  border: 1px solid #dddddd;
  color: #3c763d;
  background-color: #FFFFFF;
  font-weight: bold; 
}
.list-group-item-main:first-child {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.list-group-item-main:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
a.list-group-item-main {
  color: #3c763d;
}
 
a.list-group-item-main:hover,
a.list-group-item-main:focus {
  color: #fff;
  background-color: #3c763d; 
  border-color: #763c75;
  text-decoration: none;
}
a.list-group-item-main.active,
a.list-group-item-main.active:hover,
a.list-group-item-main.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;

}

.custom-badge{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center;border-radius:50%}
.custom-red{color:#fff!important;background-color:#f44336!important}