.container_1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.hidden {
  display:none;
}
.tab-content>.active{
  opacity:1;  
}
.blue{
  color: #2272d6;
}
.red{
  color: #e22424;
}
.green{
  color: #3ecf8e;
}
.bg-yellow{
	background:#FFC100;
  color:#fff;
}
.bg-light{
  background: #f6f9fc;
}
.bg-blue{
  color: #ffffff;
  background: #2272d6;
}
.bg-green, .alert-success{
  color: #ffffff;
  background: #3ecf8e;
}
.bg-red, .alert-danger{
  color: #ffffff;
  background: #f35151;
}
.bg-pale-blue{
  color: #1f2324;
  background: #afeeee;
}
.status, .msg{
  padding: 2px 4px;
  border-radius: 4px;
}