/*.bg-info {
  background-color: #67cccb !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #74dcd9 !important;
}*/

.link-info {
  color: #17a2b8 !important;
  text-decoration: none !important;
  background-color: transparent;
  cursor: pointer;
}
.link-info:hover {
  color: #138496 !important;
}
.result-error{
  color: #dc3545 !important;
}
.result-success{
  color: green !important;
}
.modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}
.user-panel > .info > a {
    font-size: 15px !important;
    /*color: #3c763d !important;*/  
}
form ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}
form ul li {
  color: #dc3545;
}
.has-error {
  color: #dc3545;
}
.error {
  display: block;
  /*margin-top: 5px;
  margin-bottom: 10px;*/
  color: #dc3545;
}
