.style-guide .tile-group {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.style-guide .tile {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  clear: none;
}

.style-guide .tile-content {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.style-guide .tile-content:focus,
.style-guide .tile-content:hover {
  background-color: #f5f7fa;
  border: 1px solid #e8ebf0;
}

.style-guide .logo,
.style-guide .logo-lg {
  background-color: #fff;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.style-guide .tile-content .logo {
  margin: 0 auto;
}

.style-guide .tile-content div p {
  color: #337ab7;
  text-align: center;
  margin-top: 13.3px;
  margin-bottom: 13.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width:543px) {
  .style-guide .tile {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .style-guide .tile-content {
    width: 100%;
    height: auto;
  }

  .style-guide .tile-content div {
    display: table;
  }

  .style-guide .tile-content div img,
  .style-guide .tile-content div p {
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }

  .style-guide .tile-content div p {
    padding-left: 10px;
  }
}

.style-guide .logo {
  border: 1px solid #e8ebf0;
  border-radius: 2px;
}

.style-guide .logo-lg {
  width: 100px;
  border: 1px solid #e8ebf0;
  border-radius: 2px;
}

@media (max-width:543px) {
  .style-guide .logo-lg {
    width: 70px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-lg img {
    width: 90%;
    height: auto;
  }
}

@media (max-width:543px) and (max-width:543px) {
  .style-guide .logo-lg {
    width: 40px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-lg img {
    width: 90%;
    height: auto;
  }
}

.style-guide .logo-md,
.style-guide .logo-sm {
  background-color: #fff;
  border: 1px solid #e8ebf0;
  overflow: hidden;
  text-align: center;
  height: auto;
}

.style-guide .logo-md {
  width: 70px;
  border-radius: 2px;
}

@media (max-width:543px) {
  .style-guide .logo-md {
    width: 40px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-md img {
    width: 90%;
    height: auto;
  }
}

.style-guide .logo-sm {
  width: 40px;
  border-radius: 2px;
}

.style-guide .logo-lg img,
.style-guide .logo-md img,
.style-guide .logo-sm img {
  width: 90%;
  height: auto;
}

.style-guide .panel {
  background-color: #f5f7fa;
  border: 1px solid #e8ebf0;
}

.style-guide .panel-footer {
  background: 0 0;
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
}

.label {
  margin: 1px;
}

label.control-label {
  overflow-wrap: break-word;
}

input[type=file].uploader {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.clear-both {
  clear: both;
}

.tutorial {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #888;
}

.tutorial.tutorial-center {
  text-align: center;
}

.fade-in-when-loaded {
  opacity: 0;
}

.fade-in-when-loaded.has-loaded {
  opacity: 1;
  -webkit-animation: .2s fade-in;
  -moz-animation: .2s fade-in;
  -o-animation: .2s fade-in;
  animation: .2s fade-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.input-sensitive .input-group-btn .btn,
.js-fileapi-wrapper .input-group-btn .btn {
  padding-top: 7px;
  padding-bottom: 4px;
}

.select2-hidden-accessible {
  display: none;
}

#main-navbar-collapse .dropdown-menu {
  overflow-x: hidden;
  max-height: 350px;
}

#main-footer {
  bottom: 1em;
  position: fixed;
  right: 1em;
  z-index: 150;
}

.loading-wrapper-spinner {
  margin: .5em;
}

.fullscreen-button {
  position: relative;
  right: 35px;
  text-align: right;
  float: right;
  display: inline-block;
  top: 5px;
  z-index: 20;
  opacity: .5;
}

.fullscreen-body #main-navbar,
.fullscreen-body .page-header,
.octo-feature-denied,
.octo-permission-denied,
.octo-permission-unknown {
  display: none!important;
}

.fullscreen-content {
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  position: fixed!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
}

.fullscreen-controls {
  z-index: 10000;
  margin: 10px 20px 10px 10px;
  float: right;
}

.fullscreen-body #content-wrapper {
  overflow: visible;
}

.big-on-full {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.fullscreen-content .big-on-full {
  top: 40px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  position: absolute;
}

.advanced-selector .match-count {
  position: absolute;
  right: 1em;
  font-size: 9pt;
  color: #888;
}

.advanced-selector.with-border {
  padding: 10px 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}