.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget-stats span {
  display: inline-block;
}
.widget-stats .txt {
  padding: 5px 0;
}
.widget-stats span strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #37a6cd;
  float: right;
  padding: 5px;
}
.widget-stats .glyphicons {
  padding: 0 15px 0 0;
}
.widget-stats .glyphicons i:before {
  color: #FFFFFF !important;
  font-size: 28px;
  top: 0;
  left: 0;
  float: left;
}
.widget-stats span {
	display: inline;
}
.widget-activity ul.activities div {
	margin-top: 0px !important;
}
@media (min-width: 767px) {
  .formContainer{
    width:850px;
    margin:0 auto;
  }
  #modal_teams{
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .formContainer{
    width: 100%;
    margin:0 auto;
  }
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		width: 100% !important;
	}

}

.optionInputWidget{
  width: 100% !important;
}



.alertHard {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  text-align: center;
  /*border-radius: 4px;*/
}
.alertHard h4 {
  margin-top: 0;
  color: inherit;
}
.alertHard .alertHard-link {
  font-weight: bold;
}
.alertHard > p,
.alertHard > ul {
  margin-bottom: 0;
}
.alertHard > p + p {
  margin-top: 5px;
}
.alertHard-dismissable,
.alertHard-dismissible {
  padding-right: 35px;
}
.alertHard-dismissable .close,
.alertHard-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alertHard-success {
  background-color: #3c763d;
  color: #dff0d8;
  border-color: #d6e9c6;
}
.alertHard-success hr {
  border-top-color: #c9e2b3;
}
.alertHard-success .alertHard-link {
  color: #2b542c;
}
.alertHard-info {
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}
.alertHard-info hr {
  border-top-color: #a6e1ec;
}
.alertHard-info .alertHard-link {
  color: #245269;
}
.alertHard-warning {
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}
.alertHard-warning hr {
  border-top-color: #f7e1b5;
}
.alertHard-warning .alertHard-link {
  color: #66512c;
}
.alertHard-danger {
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
  font-size: 18px;
}
.alertHard-danger hr {
  border-top-color: #e4b9c0;
}
.alertHard-danger .alertHard-link {
  color: #843534;
}

ul.teamList li {
  float: left;
  list-style: none;
  margin: 1%;
  width: 44%;
  border: 1px solid #333;
  padding: 1%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.teamList li input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
