/*//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.

//** Load fonts from this directory.
@icon-font-path: "../fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";*/
.button.rank1 {
  background-color: #f5f5f5;
}
.button.rank1:active,
.button.rank1:hover {
  background-color: #e6e6e6;
}
.button.rank2 {
  background-color: #cee558;
}
.button.rank2:active,
.button.rank2:hover {
  background-color: #c4df4d;
}
.button.rank3 {
  background-color: #ffa700;
}
.button.rank3:active,
.button.rank3:hover {
  background-color: #ff9800;
}
form label {
  font-weight: bold;
  margin-bottom: 5px;
}
* + html #content .form-horizontal .controls {
  margin-left: 0;
}
.FacebookSuggestNoConnect .field-validation-error {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.FacebookSuggestNoConnect span.Field.LongText {
  width: 65%;
}
span.Field {
  display: block;
  width: 214px;
}
span.Field.LongText {
  width: auto;
}
span.Field input {
  width: 100%;
}
.btn-container.hidden-md {
  display: none;
}
.modal-login label + input {
  margin-top: 0 !important;
}
