@charset "UTF-8";
/** Chat **/
/** Layout **/
/** Layout 2 **/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese");
@import url("../../js/pnotify/pnotify.custom.min.css");
@keyframes wiggle {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes highlightBackgroundPulseAnimation {
  from {
    background-color: #0A6EBD;
    box-shadow: 0 0 9px #0A6EBD;
  }
  50% {
    background-color: rgba(10, 110, 189, 0.58);
    box-shadow: 0 0 12px rgba(10, 110, 189, 0.58);
  }
  to {
    background-color: #0A6EBD;
    box-shadow: 0 0 9px #0A6EBD;
  }
}
@-webkit-keyframes highlightTextPulseAnimation {
  from {
    color: rgba(10, 110, 189, 0.58);
    text-shadow: 0 0 9px rgba(10, 110, 189, 0.58);
  }
  50% {
    color: #05D8FF;
    text-shadow: 0 0 12px #05D8FF;
  }
  to {
    color: rgba(10, 110, 189, 0.58);
    text-shadow: 0 0 9px rgba(10, 110, 189, 0.58);
  }
}
::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  font-weight: 100;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, #location_search, .card, .card-panel {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1;
  opacity: 0.6;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #3A4059;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(255, 255, 255, 0.42);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(255, 255, 255, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #05D8FF;
  box-shadow: 0 1px 0 0 #05D8FF;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #05D8FF;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
/* Validation Sass Placeholders */
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default).valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default).valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default).valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default).valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default).valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default).valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default).valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default).valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default).invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default).invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default).invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default).invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default).invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default).invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default).invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).valid ~ .helper-text[data-success], input:not([type]):focus.valid ~ .helper-text[data-success], input:not([type]).invalid ~ .helper-text[data-error], input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after, input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width : 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width : 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden; /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0; /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem; /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

.card-panel {
  transition: box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small, .card.medium, .card.large {
  position: relative;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating), .card .card-action a .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, a .card .card-action .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .card .card-action .link .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .link .card .card-action .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .card .card-action .link:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .card .card-action a .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, a .card .card-action .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .card .card-action .link .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .link .card .card-action .location:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover, .card .card-action .link:not(.btn):not(.btn-xs):not(.btn-sm):not(.btn-large):not(.btn-floating):hover {
  color: rgb(255, 215.8586387435, 166);
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
a .waves-button.location:hover,
.link .waves-button.location:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range].focused:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
}

input[type=range].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.traversal_test .pass {
  background-color: #70FF76;
  color: black;
}
.traversal_test .fail {
  background-color: #F66;
  color: black;
}

.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

input[type=range][disabled] {
  opacity: 0.2;
  transition: 0.6s;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(10, 110, 189, 0.7);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

#site_notification {
  background-color: #0A6EBD;
  cursor: pointer;
  color: white;
  text-align: center;
  padding: 4px;
  font-size: 16px;
  z-index: 1;
  display: none;
  transition: 0.3s;
  border-bottom: 1px solid #3A4059;
}
#site_notification.active {
  display: block;
}
#site_notification:hover {
  background-color: #12141C;
  color: white;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .feedback_thumbs .neutral, .feedback_thumbs .positive, .feedback_thumbs .negative, .chat_message.edited .edited {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .feedback_thumbs .fa-pull-left.neutral, .feedback_thumbs .fa-pull-left.positive, .feedback_thumbs .fa-pull-left.negative, .chat_message.edited .fa-pull-left.edited {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .feedback_thumbs .fa-pull-right.neutral, .feedback_thumbs .fa-pull-right.positive, .feedback_thumbs .fa-pull-right.negative, .chat_message.edited .fa-pull-right.edited {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .feedback_thumbs .pull-left.neutral, .feedback_thumbs .pull-left.positive, .feedback_thumbs .pull-left.negative, .chat_message.edited .pull-left.edited {
  margin-right: 0.3em;
}

.fa.pull-right, .feedback_thumbs .pull-right.neutral, .feedback_thumbs .pull-right.positive, .feedback_thumbs .pull-right.negative, .chat_message.edited .pull-right.edited {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .chat_message.edited .edited:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before, .feedback_thumbs .positive:before {
  content: "\f087";
}

.fa-thumbs-o-down:before, .feedback_thumbs .negative:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before, .feedback_thumbs.selected .positive:before, .feedback_thumbs .selected .positive:before {
  content: "\f164";
}

.fa-thumbs-down:before, .feedback_thumbs.selected .negative:before, .feedback_thumbs .selected .negative:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before, .user_info .username_area .user_notes.has_notes:before {
  content: "\f249";
}

.fa-sticky-note-o:before, .user_info .username_area .user_notes:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .feedback_thumbs .neutral:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.logo-main {
  display: block;
  margin: 0 auto 36px auto;
  width: 446px;
  max-width: 90%;
}

.news .recent_news_entry {
  white-space: pre-line;
}
.news .news_post:not(:last-child) {
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 17px;
}
.news .post_logo {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.news .post_logo img {
  max-height: 36px;
}

.sign_up_page .logo-main {
  height: 140px;
  width: auto;
}

.sign_up_form .already_registered {
  margin-top: 8px;
}

#welcome_page .special_count {
  color: #05D8FF;
  font-size: 18px;
}
#welcome_page .logo_container {
  margin-bottom: 20px;
}
#welcome_page .emphasized_time, #welcome_page .achievement-list time, .achievement-list #welcome_page time, #welcome_page .birthday .unknown, .birthday #welcome_page .unknown, #welcome_page .character_stats .character_matchups .win_percentage, .character_stats .character_matchups #welcome_page .win_percentage, #welcome_page .note_card .post_time, .note_card #welcome_page .post_time, #welcome_page .active_matches .start_time, .active_matches #welcome_page .start_time, #welcome_page .active_matches .duration, .active_matches #welcome_page .duration, #welcome_page .infraction_view .date_holder, .infraction_view #welcome_page .date_holder {
  color: #05D8FF;
}
#welcome_page .game-logos .supported_games_list li {
  display: inline;
}
#welcome_page .description {
  display: none;
}
#welcome_page .game-logos .heading {
  text-align: center;
  margin-bottom: 22px;
  font-size: 20px;
}
#welcome_page .game-logos .game-logo {
  width: 145px;
  max-height: 65px;
  display: inline;
}
#welcome_page .supported_games_list {
  text-align: center;
}
#welcome_page .game-logos .game-name {
  display: none;
}
#welcome_page .welcome_text {
  color: #05D8FF;
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
}
#welcome_page .in_luck {
  margin-top: 8px;
  font-size: 20px;
}
#welcome_page .welcome-text ul li {
  margin-bottom: 8px;
  text-align: left;
}
#welcome_page .welcome-text .in_luck {
  list-style: none;
}
#welcome_page .login-buttons section {
  margin-bottom: 16px;
}
#welcome_page .what_is {
  margin-top: 40px;
}
#welcome_page .news .heading {
  margin-top: 0;
  padding-top: 0;
}
#welcome_page .game-logos {
  padding: 6px 0;
  background-color: #1C1F2B;
  margin-top: 40px;
}

#queries {
  text-align: left;
}

#header_mod_notification {
  display: none;
}

#header_mod_notification.has_notifications {
  display: inline-block;
}

.file_download {
  margin: 0 auto;
  text-align: center;
}

.file_download #download_form {
  display: none;
}
.file_download .download_begin_soon {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.file_download .download_logo {
  margin-bottom: 16px;
}
.file_download .build_notes {
  margin-top: 10px;
  font-size: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.file_download .user_input {
  margin-top: 8px;
}
.file_download .download_url {
  display: block;
}
.file_download .file_name {
  display: block;
  color: #05D8FF;
  font-size: 14px;
  margin-bottom: 12px;
}
.file_download .download_text {
  font-size: 18px;
}
.file_download .download_indicator {
  display: none;
  margin: 0 auto;
}
.file_download #alternate {
  display: none;
  font-size: 16px;
}

.rankings_heading {
  text-align: center;
  margin-bottom: 16px;
}

.rankings_heading .title {
  margin-bottom: 0;
}

.rankings_heading .special_filter {
  color: #05D8FF;
  font-size: 18px;
}

* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "edo";
  src: url("../fonts/edo.ttf") format("truetype");
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.full_page_loader {
  display: flex;
  width: 100%;
  height: 120px;
  padding-left: 32px;
  padding-right: 32px;
  max-height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.full_page_loader i {
  font-size: 40px;
}

.italics {
  font-style: italic;
}

.glow-border {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}

.image-shadow {
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
}

.hidden_file_input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.site-footer .amazon {
  font-size: 12px;
}

#clipboard_helper {
  display: none;
}

.dark-card, .flagged_matches .infraction_view, .match-history-table .feedback .toggle_feedback_form {
  border-radius: 4px;
  border: 2px solid #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #171717;
  padding: 1px 6px;
}

html, body, #main-content {
  height: 100%;
}

#main-content {
  padding-top: 60px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 20px;
  line-height: 1.42857143;
  color: #242424;
  margin: 0;
  height: 100%;
  background-color: red;
}

select option.hidden {
  display: none;
}

body .jumbotron {
  background-color: rgba(153, 153, 153, 0.58);
}

.game_logo .game_image {
  max-height: 32px;
}

.icon {
  border-radius: 4px;
}
.icon.fa-steam {
  color: white;
  background-color: black;
  padding: 2px;
}
.icon.fa-twitter {
  color: #00ACED;
  background-color: white;
  padding: 1px;
}
.icon.fa-twitch {
  color: #6441A5;
  background-color: #FFF;
  text-align: center;
  padding: 3px;
  box-shadow: -2px 2px 2px #000;
}
.icon.fa-youtube {
  color: #CC181E;
  background-color: #FFF;
  text-align: center;
  padding: 3px;
  box-shadow: -2px 2px 2px #000;
}

.ui-sortable-helper {
  transition: none !important;
}

.username.has_display_name:hover .gangster_name, .has_display_name.subscribe_link:hover .gangster_name, .has_display_name.subscriber_glowish:hover .gangster_name, .user_info .has_display_name.subscription_streak:hover .gangster_name {
  display: inline;
  position: absolute;
  background-color: #12141C;
  border-radius: 4px;
  left: 0;
  top: 0;
  text-align: center;
  white-space: nowrap;
  padding: 0 8px;
}
.username.has_display_name:hover .display_name, .has_display_name.subscribe_link:hover .display_name, .has_display_name.subscriber_glowish:hover .display_name, .user_info .has_display_name.subscription_streak:hover .display_name {
  visibility: hidden;
}
.username.has_display_name .gangster_name, .has_display_name.subscribe_link .gangster_name, .has_display_name.subscriber_glowish .gangster_name, .user_info .has_display_name.subscription_streak .gangster_name {
  display: none;
}
.username.has_display_name .display_name, .has_display_name.subscribe_link .display_name, .has_display_name.subscriber_glowish .display_name, .user_info .has_display_name.subscription_streak .display_name {
  display: inline;
}

.jumbotron img {
  text-align: center;
}

.and_many_more {
  font-size: larger;
}

.location {
  text-shadow: 0 1px 1px rgb(0, 0, 0);
  color: #C2C2C2;
}

#page_netplay .wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  height: 100%;
}

#map-canvas, .map-canvas {
  width: 100%;
  height: 480px;
  border: 1px solid black;
  background-color: #3A4059;
  background-image: url("../../images/ajax-loader-long.gif");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.leaftlet-canvas {
  position: relative;
}

.map_holder.loaded #map-canvas {
  background-image: none;
}

body .wrapper, #tinymce {
  background-color: #1C1F2B;
  min-height: 100%;
  position: relative;
}

#tinymce {
  min-height: 0;
  padding-top: 8px;
  margin: 8px;
  height: auto;
}

.content_holder {
  position: relative;
  padding-left: 8px;
  width: 100%;
  height: 100%;
  min-height: 600px;
  box-sizing: border-box;
  padding-right: 10px;
}

#dashboard p {
  margin: 0;
}

#dashboard img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.highcharts-container {
  background-color: white !important;
}

#chat_buffer {
  position: absolute;
  top: -90px;
  left: -40px;
  visibility: hidden;
}

#page_matches .content {
  margin-bottom: 80px;
}

h1 {
  font-family: "edo";
  font-size: 22pt;
  font-weight: normal;
}

h1, h2 {
  color: #FF6600;
  padding: 8px 0;
}

h2 {
  font-size: 14pt;
}

#current_season {
  font-size: 9pt;
}

.header .logo img {
  height: 60px;
  width: auto;
}

#header_notification_bar .time {
  display: none;
}

.notification_bar_message {
  position: relative;
}

.notification_bar_message .mark_as_read, .notification_bar_message .mark_as_unread {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 0;
  color: black;
}

.notification_bar_message .mark_as_read:hover, .notification_bar_message .mark_as_unread:hover {
  color: red;
}

#header_notification_bar li a, #header_notification_bar li a .location:hover, a #header_notification_bar li .location:hover, #header_notification_bar li .link .location:hover, .link #header_notification_bar li .location:hover, #header_notification_bar li .link {
  overflow: hidden;
  color: black;
  text-overflow: ellipsis;
}

#header_inbox_bar {
  display: none;
}

.clickable-notice {
  cursor: pointer !important;
}

#top_main_nav .date {
  font-size: smaller;
}

#chat_select.has_new_messages {
  color: white !important;
  background-color: #05D8FF;
  border-width: 2px;
  border-color: #FFF;
}

.full-width {
  width: 100%;
}

.play_match_container .game_filters {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
}
.play_match_container .subscribe_button {
  display: flex;
  justify-content: center;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.play_match_container .start_donation_button {
  display: flex;
  align-items: center;
}
.play_match_container .start_donation_button a, .play_match_container .start_donation_button a .location:hover, a .play_match_container .start_donation_button .location:hover, .play_match_container .start_donation_button .link .location:hover, .link .play_match_container .start_donation_button .location:hover, .play_match_container .start_donation_button .link {
  margin-right: 8px;
  height: 32px;
  background-color: transparent;
  display: block;
  border: 1px solid #05D8FF;
}
.play_match_container .start_donation_button a:hover, .play_match_container .start_donation_button a .location:hover, a .play_match_container .start_donation_button .location:hover, .play_match_container .start_donation_button .link .location:hover, .link .play_match_container .start_donation_button .location:hover, .play_match_container .start_donation_button .link:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
  background-color: #05D8FF;
}
.play_match_container .the_beg {
  display: block;
  text-align: center;
  font-size: 16px;
}
.play_match_container .the_beg .unclickable {
  cursor: default;
}

.start_donation_button, .donate .change_icon {
  margin: 8px 4px;
}

.start_donation_button .btn, .start_donation_button body.database_setup input[type=submit], body.database_setup .start_donation_button input[type=submit], .start_donation_button body.database_setup button, body.database_setup .start_donation_button button, .start_donation_button .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .start_donation_button button, .start_donation_button .btn-xs, .start_donation_button .possible_aka_listings button, .possible_aka_listings .start_donation_button button, .start_donation_button .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .start_donation_button button, .start_donation_button .stage_selectable .stage_options button, .stage_selectable .stage_options .start_donation_button button, .start_donation_button .btn-sm {
  background-color: #12141C;
}

.latest_subscribers h3 {
  margin-top: 6px;
  margin-bottom: 3px;
}

.latest_subscribers .sub_area {
  padding: 0 4px;
}

.test .fancybox-content {
  max-width: 162px;
  margin-left: 240px;
}

#fancybox-wrap textarea {
  min-width: inherit;
  width: 100%;
}

.border-box {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.menu {
  position: fixed;
  display: none;
  width: 130px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 10px 0;
  background-color: #444444;
  margin: 0;
  z-index: 10;
}

a, a .location:hover, .link .location:hover, .link {
  color: #B66600;
  text-decoration: none;
  cursor: pointer;
}

button a, button a .location:hover, a button .location:hover, button .link .location:hover, .link button .location:hover, button .link {
  color: white;
}

.btn-clear {
  background-color: transparent;
  border-color: white;
}

.btn-clear:hover, a .btn-clear.location:hover, .link .btn-clear.location:hover {
  box-shadow: 1px 1px 1px white;
  background-color: transparent;
}

.price-actions .button, .price-actions form {
  display: inline-block;
}
.price-actions input[type=text] {
  background-color: #ACACAC;
}

.info_container a, .info_container a .location:hover, a .info_container .location:hover, .info_container .link .location:hover, .link .info_container .location:hover, .info_container .link {
  color: #29FF00;
}

a:hover:not(.button a):not(.button a .location:hover):not(a .button .location:hover):not(.button .link .location:hover):not(.link .button .location:hover):not(.button .link), a .location:hover:not(.button a):not(.button a .location:hover):not(a .button .location:hover):not(.button .link .location:hover):not(.link .button .location:hover):not(.button .link), .link .location:hover:not(.button a):not(.button a .location:hover):not(a .button .location:hover):not(.button .link .location:hover):not(.link .button .location:hover):not(.button .link), .link:hover:not(.button a):not(.button a .location:hover):not(a .button .location:hover):not(.button .link .location:hover):not(.link .button .location:hover):not(.button .link), a:focus, a .location:focus:hover, .link .location:focus:hover, .link:focus {
  text-decoration: underline;
  cursor: pointer;
}

.form-control, .birthday .birthday-picker select, body.database_setup input[type=text] {
  color: black;
}

label.form-control {
  cursor: pointer;
}

label {
  cursor: pointer;
}

.clear {
  clear: both;
}

.sign_up_page .referred_by {
  font-size: 19px;
  text-align: center;
}

.forgot_options, .sign-up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

.emphasized_neutral {
  color: #FF0;
}

.emphasized_bright, .latest_subscribers .latest_sub .sub_stat {
  color: #0F0;
}

.emphasized_negative {
  color: #FF3434;
}

.sign_up_form label, .user_info label {
  display: block;
  margin-bottom: 4px;
  font-weight: normal;
}

.sign_up_form label span, .user_info label > span {
  display: inline-flex;
}

.user_info label.input-toggle {
  display: flex;
  border-radius: 8px;
}
.user_info label.input-toggle .active {
  font-size: smaller;
  margin-left: 8px;
  color: #05D8FF;
}
.user_info label.input-toggle:hover {
  background-color: #0A6EBD;
}

.host_code input[type=text] {
  border: 1px solid #3A4059;
  border-radius: 8px;
  padding: 4px;
}

.spinner {
  background: url("../../images/ajax-loader.gif") right no-repeat !important;
}

.spinner2 {
  background: url("../../images/ajax-circular.gif") right no-repeat !important;
}

.current_match {
  color: white;
}

input[type=submit], .button, button {
  line-height: 12px;
  padding: 4px 6px;
  margin: 4px 0 4px 0;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.main_info .btn, .main_info body.database_setup input[type=submit], body.database_setup .main_info input[type=submit], .main_info body.database_setup button, body.database_setup .main_info button, .main_info .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .main_info button, .main_info .btn-xs, .main_info .possible_aka_listings button, .possible_aka_listings .main_info button, .main_info .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .main_info button, .main_info .stage_selectable .stage_options button, .stage_selectable .stage_options .main_info button, .main_info .btn-sm, .main_info button {
  margin: 4px 0;
}

/*Summary Page */
.players .searching {
  color: yellow;
}

.list_container {
  padding-bottom: 8px;
}

.list_holder ul, .user_lists .list_container {
  list-style-type: none;
  background-color: #12141C;
  overflow-y: scroll;
  color: white;
  min-height: 150px;
}

.list_holder li, .list_holder .list_container li {
  position: relative;
}

.list_holder .searching_players, .list_holder .active_matches, .user_lists ul,
.requests .info_container, .user_lists .list_container {
  margin-bottom: 18px;
}

.select_tabs, .current_match .control-buttons {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
}

.dashboard-xs:not(.dashboard-sm) .mobile_view_tabs .tab_list .tab_button {
  margin: 0;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}
.dashboard-xs:not(.dashboard-sm) .mobile_view_tabs .tab_list .tab_button.profile_popup {
  flex: 0 0.1 auto;
}

.matchmaking_main_container {
  overflow: hidden;
  flex: 1 1 400px;
  margin: 0 0 0 auto;
}

.mobile_view_tabs .badge, .mobile_view_tabs .event_listing .best_of_small, .event_listing .mobile_view_tabs .best_of_small, .mobile_view_tabs .bug_category, .mobile_view_tabs .normal_list .no_tags.active, .normal_list .mobile_view_tabs .no_tags.active, .mobile_view_tabs .bug_summary_description .confirmed, .bug_summary_description .mobile_view_tabs .confirmed {
  background-color: #0A6EBD;
}
.mobile_view_tabs .tab_list {
  display: flex;
  border-bottom: none;
  justify-content: center;
}
.mobile_view_tabs .tab_list.stretch .tab_button {
  flex: 1;
}
.mobile_view_tabs .tab_list .tab_button {
  border: 0;
  margin: 1px;
  margin-bottom: 0;
  -webkit-appearance: inherit;
  background-color: transparent;
  padding-bottom: 4px;
  font-size: larger;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  margin: 0px 0px;
  padding: 12px 16px;
  text-align: center;
  opacity: 0.6;
  position: relative;
}
.mobile_view_tabs .tab_list .tab_button:after {
  display: block;
  content: "";
  transform: scale(0);
  transition: all 450ms ease 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.mobile_view_tabs .tab_list .tab_button.active {
  transition: background-color 0.5s ease;
}
.mobile_view_tabs .tab_list .tab_button.active:after {
  background: rgba(10, 110, 189, 0.58);
  background: -webkit-linear-gradient(right, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  background: linear-gradient(to left, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: scale(1);
}
.mobile_view_tabs .tab_list .tab_button.pulse_glow, .mobile_view_tabs .tab_list .tab_button .highlighted {
  opacity: 1;
}
.mobile_view_tabs .tab_list .tab_button:hover {
  color: #05D8FF;
}
.mobile_view_tabs .tab_list .tab_button.active {
  color: #05D8FF;
  opacity: 1;
}
.mobile_view_tabs .tab_list .tab_button.notification a:after, .mobile_view_tabs .tab_list .tab_button.notification a .location:hover:after, a .mobile_view_tabs .tab_list .tab_button.notification .location:hover:after, .mobile_view_tabs .tab_list .tab_button.notification .link .location:hover:after, .link .mobile_view_tabs .tab_list .tab_button.notification .location:hover:after, .mobile_view_tabs .tab_list .tab_button.notification .link:after {
  content: "!";
  background-color: #05D8FF;
  border-radius: 10px;
  text-align: center;
  min-width: 10px;
  display: inline-block;
  padding: 0 7px;
}
.mobile_view_tabs .tab_list .tab_button .badge, .mobile_view_tabs .tab_list .tab_button .event_listing .best_of_small, .event_listing .mobile_view_tabs .tab_list .tab_button .best_of_small, .mobile_view_tabs .tab_list .tab_button .bug_category, .mobile_view_tabs .tab_list .tab_button .normal_list .no_tags.active, .normal_list .mobile_view_tabs .tab_list .tab_button .no_tags.active, .mobile_view_tabs .tab_list .tab_button .bug_summary_description .confirmed, .bug_summary_description .mobile_view_tabs .tab_list .tab_button .confirmed {
  border-radius: 16px;
}
.mobile_view_tabs .tab_list .tab_button .badge, .mobile_view_tabs .tab_list .tab_button .event_listing .best_of_small, .event_listing .mobile_view_tabs .tab_list .tab_button .best_of_small, .mobile_view_tabs .tab_list .tab_button .bug_category, .mobile_view_tabs .tab_list .tab_button .normal_list .no_tags.active, .normal_list .mobile_view_tabs .tab_list .tab_button .no_tags.active, .mobile_view_tabs .tab_list .tab_button .bug_summary_description .confirmed, .bug_summary_description .mobile_view_tabs .tab_list .tab_button .confirmed {
  display: none;
}
.mobile_view_tabs .tab_list .tab_button .badge.active, .mobile_view_tabs .tab_list .tab_button .event_listing .active.best_of_small, .event_listing .mobile_view_tabs .tab_list .tab_button .active.best_of_small, .mobile_view_tabs .tab_list .tab_button .active.bug_category, .mobile_view_tabs .tab_list .tab_button .normal_list .active.no_tags, .normal_list .mobile_view_tabs .tab_list .tab_button .active.no_tags, .mobile_view_tabs .tab_list .tab_button .bug_summary_description .active.confirmed, .bug_summary_description .mobile_view_tabs .tab_list .tab_button .active.confirmed {
  display: inline-block;
  border: 0;
  position: absolute;
  margin-left: 8px;
  transition: background-color 0.5s ease;
  top: 12px;
  right: 0;
}

.tab_tip {
  display: block;
  font-size: xx-small;
  white-space: normal;
}

.friend_display .friend_choices {
  justify-content: space-between;
}
.friend_display .friend_choices .tab_button {
  padding-left: 8px;
  padding-right: 8px;
}

.tab_button.notification {
  background-color: red;
}

#main_chat_area .chat_holder.active {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex: 1 1 0%;
  overflow: hidden;
}
#main_chat_area #main_chat_holder {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  overflow: hidden;
}

#dashboard.active.chat_rooms_loaded #main_chat_area .chat_holder.template_visible.active:after {
  content: "You aren't currently in any chats!";
}

#main_chat_area .chat_holder.template_visible.active:after {
  position: absolute;
  font-size: 18px;
  width: 100%;
  top: 48px;
  text-align: center;
  content: "---";
}

.chat_holder .chat_side {
  display: flex;
  flex-direction: column;
  flex: 1 0 280px;
}

#main_chat_area .chat_container_outer_holder {
  flex: 1 1 0;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 0;
}

.chat_message.is_birthday:not(.state_message) .username_and_such:after {
  color: #05D8FF;
  content: "(Happy Birthday)";
  font-size: 11px;
  margin-right: 8px;
}

.time_holder .ellipsis {
  display: none;
}

.chat_container_outer_holder:hover .state_messages {
  opacity: 0.1;
  transition: 0.1s;
}

.state_messages, .match_muted_notification {
  position: absolute;
  bottom: 1px;
  right: 13px;
  background-color: #12141C;
  border-radius: 4px 0 0 0;
  padding: 2px 10px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chat_container_outer_holder:hover .match_muted_notification {
  pointer-events: none;
  opacity: 0.1;
}

.match_muted_notification {
  bottom: auto;
  top: 0;
  font-style: italic;
}

.chat_container.static {
  position: relative;
  max-height: 85vh;
}

body.chat_style_modern .chat_container:not(.static) .sender, .chat_container.private .sender {
  font-size: 110%;
}
body.chat_style_modern .chat_container:not(.static) .flairy_holder .flairy, .chat_container.private .flairy_holder .flairy {
  margin-right: 4px;
}
body.chat_style_modern .chat_container:not(.static) .delete_holder, .chat_container.private .delete_holder {
  display: none;
}
body.chat_style_modern .chat_container:not(.static) .username_and_such, .chat_container.private .username_and_such {
  margin-left: 0px;
}
body.chat_style_modern .chat_container:not(.static) .normal_message .user_things, body.chat_style_modern .chat_container:not(.static) .state_message .user_things, .chat_container.private .normal_message .user_things, .chat_container.private .state_message .user_things {
  display: inline;
}
body.chat_style_modern .chat_container:not(.static) .time_holder, .chat_container.private .time_holder {
  float: right;
  top: 0;
  right: 0;
  padding: 2px 12px 2px 8px;
  border-radius: 3px 0 0 3px;
  position: absolute;
}
body.chat_style_modern .chat_container:not(.static) .flairy, .chat_container.private .flairy {
  height: 18px;
}
body.chat_style_modern .chat_container:not(.static) .time, .chat_container.private .time {
  font-size: 13px;
  width: auto;
  text-align: right;
  margin-right: 4px;
}
body.chat_style_modern .chat_container:not(.static) .chat_message, .chat_container.private .chat_message {
  position: relative;
}
body.chat_style_modern .chat_container:not(.static) .chat_message.chat_notification, .chat_container.private .chat_message.chat_notification {
  padding: 2px 10px;
}
body.chat_style_modern .chat_container:not(.static) .chat_notification .time_holder, .chat_container.private .chat_notification .time_holder {
  display: none;
}
body.chat_style_modern .chat_container:not(.static) .chat_notification_message, .chat_container.private .chat_notification_message {
  display: inline-block;
}
body.chat_style_modern .chat_container:not(.static) .date_change_notification .chat_notification_message, .chat_container.private .date_change_notification .chat_notification_message {
  padding-right: 0;
}
body.chat_style_modern .chat_container:not(.static) .chat_mesage.chat_notification, body.chat_style_modern .chat_container:not(.static) .chat_message.normal_message, .chat_container.private .chat_mesage.chat_notification, .chat_container.private .chat_message.normal_message {
  padding: 1px 7px 0px 10px;
  position: relative;
}
body.chat_style_modern .chat_container:not(.static) .chat_message.normal_message .message_things .warning, .chat_container.private .chat_message.normal_message .message_things .warning {
  display: block;
  font-style: italic;
  color: white;
  background-color: rgb(255, 131, 131);
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.chat_style_modern .chat_container:not(.static) .chat_message.normal_message:not(.me_texted) .message_things, .chat_container.private .chat_message.normal_message:not(.me_texted) .message_things {
  color: #E2E0E0;
  display: block;
  margin: 0px 0px 2px 22px;
  text-shadow: 1px 1px 1px #000;
}
body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .flairy_holder, body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .sender, body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .ceo-flair, body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .username_and_such, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .flairy_holder, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .sender, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .ceo-flair, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .username_and_such {
  display: none;
}
body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .message, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .message {
  display: inline-block;
}
body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .time_holder, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .time_holder {
  display: none;
}
body.chat_style_modern .chat_container:not(.static) .chat_message:not(.me_texted).same_player_as_previous .colon, .chat_container.private .chat_message:not(.me_texted).same_player_as_previous .colon {
  display: none;
}
body.chat_style_modern .chat_container:not(.static) .chat_message.normal_message:hover .time_holder, .chat_container.private .chat_message.normal_message:hover .time_holder {
  display: block;
  position: absolute;
  background-color: black;
}
body.chat_style_modern .chat_container:not(.static) .chat_message.normal_message:hover .time_holder .ellipsis, .chat_container.private .chat_message.normal_message:hover .time_holder .ellipsis {
  display: inline;
  top: 2px;
  position: relative;
}

.chat_input_group .state_messages {
  position: fixed;
  top: 0px;
  right: 0;
  text-align: right;
  background-color: #12141C;
  white-space: nowrap;
  border-radius: 0 0 0 4px;
  padding: 2px 10px;
  z-index: 1;
}
.chat_input_group .state_message .message {
  display: inline;
  padding: 0;
  color: #E2E0E0;
  font-size: 14px;
}

.toggle_userlist {
  margin-left: 14px;
}

#user_list_side .userlists ul {
  border-radius: 0;
}

.mid-side-container #user_list_side.toggleable {
  position: fixed;
  top: 0;
  transition: 0.3s;
  background-color: #1C1F2B;
  z-index: 1003;
  outline: none;
  display: flex;
  height: 100%;
  width: 260px;
  right: 0;
  margin-right: -260px;
  border-left: 1px solid #3A4059;
  broder-radius: 0;
  border-bottom: none;
}

.mid-side-container #user_list_side.toggleable.dragging {
  transition: none;
}

.mid-side-container.userlist_showing #user_list_side.toggleable {
  margin-right: 0;
}

#preferred_match_search_options {
  display: none;
  flex-grow: 0;
  margin: 8px 0;
}

.preferred_match_search_options .current_restrictions {
  font-size: 1.4rem;
}
.preferred_match_search_options .search_restrictions {
  box-shadow: none;
}
.preferred_match_search_options .max_search_distance_label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
}
.preferred_match_search_options label {
  color: white;
  font-weight: normal;
}
.preferred_match_search_options .match_search_option {
  flex: 1;
  align-self: flex-end;
}

#show_doubles_searches .form-control, #show_doubles_searches .birthday .birthday-picker select, .birthday .birthday-picker #show_doubles_searches select, #show_doubles_searches body.database_setup input[type=text], body.database_setup #show_doubles_searches input[type=text] {
  background-color: transparent;
  border: none;
  color: white;
}

#dashboard .matchmaking_tab_content {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all {
  display: flex;
  flex: 1;
  overflow: hidden;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all.mobile-view {
  flex-direction: column;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all.mobile-view .extra_data {
  margin: 15px 0 0 0;
  flex: 1 1 150px;
  justify-content: space-between;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all.mobile-view .play_match_container.flex .game_search_section.maximized {
  flex: 1 1 300px;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all.mobile-view .recent_match_searchers {
  flex-direction: column;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .matchmaking-all.mobile-view .connected-ladder-game {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking #matchmaking_container {
  flex: 1;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile {
  display: flex;
  flex-direction: column;
  width: 400px;
  padding-left: 32px;
  overflow-y: auto;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields i {
  font-size: 18px;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .field_name {
  display: flex;
  justify-content: space-between;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .field_value {
  display: inline-block;
  border-bottom: 1px solid white;
}
#dashboard .matchmaking_tab_content #tab-pane-matchmaking .tab-pane-content {
  max-width: 100%;
}

#dashboard .matchmaking_tab_content.has_popup_chat .tab-pane.normal_width {
  margin: 0 auto 0 0;
}
#dashboard .matchmaking_tab_content #tab-pane-chat .tab-pane-content {
  max-width: 1600px;
}
#dashboard .matchmaking_tab_content #tab-pane-battle .tab-pane-content {
  max-width: 1600px;
}
#dashboard .matchmaking_tab_content #tab-pane-battle .current_match_container {
  max-width: none;
}
#dashboard .matchmaking_tab_content .tab-pane {
  margin-top: 0;
  flex: 1 1 0;
  overflow: auto;
}
#dashboard .matchmaking_tab_content .tab-pane.normal_width {
  margin: 0 auto;
}
#dashboard .matchmaking_tab_content .tab-pane.normal_width .tab-pane-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 800px;
}

#dashboard .tab-content .tab-pane.active {
  display: flex;
  flex-direction: column; /** Questionable **/
}

#tab-pane-chat {
  overflow: hidden;
}

.dashboard-short #dashboard {
  padding-bottom: 2px;
}

.dashboard-short #tab-pane-direct_messages .control-buttons,
.dashboard-short .title_area,
.dashboard-short .hidden-short {
  display: none !important;
}

.dashboard-short .wrapper {
  margin-top: 0;
  min-height: 100%;
  padding-bottom: 0;
}

.dashboard-short .mobile_view_tabs {
  display: none;
}

#page_netplay.dashboard-short #bottom_dock {
  display: none;
}

#dashboard .dispute_tab_button.no_disputes {
  display: none;
}

#dashboard.is_mod .dispute_tab_button, #dashboard .dispute_tab_button.active {
  display: inline-block;
}

#dashboard.dashboard-sm .matchmaking_tab_content #tab-pane-matchmaking {
  margin-top: 0;
}

#tab-pane-matchmaking.active {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#dashboard .tab-content > .tab-pane {
  margin-top: 0;
}
#dashboard .tab-content > .tab-pane.mid-side-container {
  overflow: hidden;
}

#dashboard.dashboard-lg .mid-side-container {
  min-width: 30%;
}

#dashboard.dashboard-sm .tab-content .tab-pane {
  margin-left: auto;
  margin-right: auto;
}
#dashboard.dashboard-sm .tab-content .tab-pane.full {
  max-width: none;
}

#dashboard.dashboard-xs:not(.dashboard-sm) .tab-pane .panel, #dashboard.dashboard-xs:not(.dashboard-sm) .tab-pane body.database_setup .section_content, body.database_setup #dashboard.dashboard-xs:not(.dashboard-sm) .tab-pane .section_content {
  border-left: none;
  border-right: none;
}

#dashboard.dashboard-xs #main_chat_area {
  flex: 1;
  flex-direction: column;
  display: flex;
  overscroll-behavior: contain;
}

#dashboard.dashboard-md #chat_groups_container {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  overflow: hidden;
}
#dashboard.dashboard-md #tab-pane-matchmaking .play_match_container.flex #recent_match_searchers {
  display: flex;
}
#dashboard.dashboard-md #main_chat_area {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  flex: 1 1 600px;
}
#dashboard.dashboard-md #main_chat_area.minimized {
  min-width: 20vw;
}
#dashboard.dashboard-md .chat_tabs {
  height: auto;
  flex-direction: column;
}
#dashboard.dashboard-md .chat_tabs {
  position: relative;
  margin: 0;
  white-space: nowrap;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  order: 0;
  border: 1px solid #3A4059;
  border-right: none;
  flex: 0 1 auto;
  width: 140px;
  min-width: 80px;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_entry {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 50px;
  flex: 0 0 1;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_entry:hover .name {
  text-overflow: none;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_tab .name {
  text-overflow: ellipsis;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .create_chat {
  flex: 0 1 auto;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_tab_mover {
  flex: 1 1 0;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_tab_holder {
  display: flex;
  flex-direction: row;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_tab_group {
  display: flex;
  flex: 1 1 0;
  padding-top: 0;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_room_group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
#dashboard.dashboard-md .chat_tabs .chat_groups.horizontal .chat_room_group .ladder {
  display: none;
}
#dashboard.dashboard-md .chat_tabs .chat_groups {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

#user_list_information {
  color: white;
  text-align: center;
  padding: 10px 0;
}

.dispute_container span.message, .info_container {
  position: relative;
  margin-bottom: 10px;
}

.cancel_dialog {
  display: none;
}

.cancel_dialog .cancel_message {
  background-color: #3B3B3B;
}

.user_input {
  white-space: pre-line;
}

.user_content ul {
  margin-left: 16px;
}

.user_content li {
  padding-left: 4px;
  white-space: normal;
}

.stream_link_advanced_preview {
  min-height: 1em;
}

.user_info.other_user_info {
  min-width: 300px;
  width: 300px;
  position: relative;
}

.popout_card, .ranked_restrictions_holder .selecting_rank_restrictions.active, .introjs-tooltipReferenceLayer .introjs-tooltip {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 100040; /* match pnotify */
  position: absolute;
  box-shadow: 10px 12px 25px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 2px 10px 0 rgba(0, 0, 0, 0.76);
  border-radius: 0;
  background-color: #1C1F2B;
  color: white;
}
.popout_card.rounded, .ranked_restrictions_holder .rounded.selecting_rank_restrictions.active, #dashboard .matchmaking_tab_content #tab-pane-friends .popout_card.search, #dashboard .matchmaking_tab_content #tab-pane-friends .ranked_restrictions_holder .search.selecting_rank_restrictions.active, .ranked_restrictions_holder #dashboard .matchmaking_tab_content #tab-pane-friends .search.selecting_rank_restrictions.active, .introjs-tooltipReferenceLayer .rounded.introjs-tooltip, .introjs-tooltipReferenceLayer #dashboard .matchmaking_tab_content #tab-pane-friends .introjs-tooltip.search, #dashboard .matchmaking_tab_content #tab-pane-friends .introjs-tooltipReferenceLayer .introjs-tooltip.search {
  border-radius: 20px;
}

.user_info .closing_x {
  display: none;
}
.user_info .profile_stuff {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.user_info .record {
  display: flex;
  align-items: center;
}

#tab-pane-user_info {
  width: 100%;
}

#user_info_button {
  display: none;
}

#user_info_pane .user_info {
  min-width: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 0;
  flex-direction: column;
  z-index: 0;
}

.user_info.loading .recent_matches {
  display: none;
}

#user_info_pane .user_info .table-responsive {
  border: none;
}
#user_info_pane .user_info .main_info {
  width: auto;
  display: flex;
  flex-direction: column;
}
#user_info_pane .user_info .closing_x {
  display: none;
}

.user_info.loading {
  transition: none;
}

.chat_rules {
  margin-left: 4px;
  padding: 4px 1px;
  border-radius: 4px;
}

.chat_rules:hover, a .chat_rules.location:hover, .link .chat_rules.location:hover {
  transition: 0.6s;
  background-color: #05D8FF;
  color: black;
}

.chat-rules-popout {
  max-width: 800px;
  flex: 1 1 auto;
  overflow: auto;
  margin: 0 auto;
}
.chat-rules-popout h3 {
  font-size: 18px;
}
.chat-rules-popout h3:first-child {
  margin-top: 0;
}
.chat-rules-popout ul li, .chat-rules-popout ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 6px;
}
.chat-rules-popout ul li p {
  margin-bottom: 2px;
  display: inline;
}

.chat_rules.clickable img, #main_chat_area .chat_room_title_banner .chat_rules.chat_option img, .dolphin_launcher_waiting .chat_rules.dolphin_user img, .dolphin_launcher_players .chat_rules.dolphin_user img {
  width: 16px;
  margin-bottom: 2px;
}

.user_info .profile_link .flairy_holder {
  display: none;
}
.user_info .profile_link .username, .user_info .profile_link .subscribe_link, .user_info .profile_link .subscriber_glowish, .user_info .profile_link .subscription_streak {
  font-size: 17px;
  margin-right: 8px;
}
.user_info .profile_link .badge, .user_info .profile_link .event_listing .best_of_small, .event_listing .user_info .profile_link .best_of_small, .user_info .profile_link .bug_category, .user_info .profile_link .normal_list .no_tags.active, .normal_list .user_info .profile_link .no_tags.active, .user_info .profile_link .bug_summary_description .confirmed, .bug_summary_description .user_info .profile_link .confirmed {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: 3px;
}

.user_info .display_name.active {
  display: inline;
}

.user_info .display_name, .user_info .display_name .username, .user_info .display_name .subscribe_link, .user_info .display_name .subscriber_glowish, .user_info .display_name .subscription_streak {
  display: none;
  font-size: 0.9em;
}

.other_user_info .last_play_date {
  color: #05D8FF;
}

.tab-content .matchmaking_tab_content {
  color: white;
}

#connection_status > div {
  z-index: 100;
}

#user_list_side .chat-room-head {
  background: black;
}

.chat-room-head.mini {
  height: 27px;
  padding: 3px;
  padding-left: 8px;
}

.chat-room-head.mini h4 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.chat-room-head .season {
  font-size: 10px;
}

.requests .request {
  position: relative;
}

.dispute_container span.message {
  display: block;
  max-height: 60px;
  overflow-y: auto;
}

.list-group-item.clickable:hover, #main_chat_area .chat_room_title_banner .list-group-item.chat_option:hover, .dolphin_launcher_waiting .list-group-item.dolphin_user:hover, .dolphin_launcher_players .list-group-item.dolphin_user:hover, .entrant_list .clickable.entrant:hover, .entrant_list #main_chat_area .chat_room_title_banner .entrant.chat_option:hover, #main_chat_area .chat_room_title_banner .entrant_list .entrant.chat_option:hover, .entrant_list .dolphin_launcher_waiting .entrant.dolphin_user:hover, .dolphin_launcher_waiting .entrant_list .entrant.dolphin_user:hover, .entrant_list .dolphin_launcher_players .entrant.dolphin_user:hover, .dolphin_launcher_players .entrant_list .entrant.dolphin_user:hover {
  background-color: black;
  transition: 0.6s;
}

.previous_accounts h5 {
  margin-top: 0;
}

.previous_accounts ul {
  margin-left: 8px;
  font-size: 11px;
}

h4 {
  margin: 2px 0;
  padding: 0;
}

/*.closing_x{position: absolute; top: -2px; right: -4px; border: 1px solid #F2871D; padding: 0px 4px;
background-color: black; color: white; border-radius: 8px; line-height: 18px;}*/
.stream_information .btn, .stream_information body.database_setup input[type=submit], body.database_setup .stream_information input[type=submit], .stream_information body.database_setup button, body.database_setup .stream_information button, .stream_information .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .stream_information button, .stream_information .btn-xs, .stream_information .possible_aka_listings button, .possible_aka_listings .stream_information button, .stream_information .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .stream_information button, .stream_information .stage_selectable .stage_options button, .stage_selectable .stage_options .stream_information button, .stream_information .btn-sm {
  float: right;
}

.stream .closing_x:hover, .stream_information .btn:hover, .stream_information body.database_setup input[type=submit]:hover, body.database_setup .stream_information input[type=submit]:hover, .stream_information body.database_setup button:hover, body.database_setup .stream_information button:hover, .stream_information .request_list .challenge_request_hmm.removing button:hover, .request_list .challenge_request_hmm.removing .stream_information button:hover, .stream_information .btn-xs:hover, .stream_information .possible_aka_listings button:hover, .possible_aka_listings .stream_information button:hover, .stream_information .user_main_info_area .mod_options form button:hover, .user_main_info_area .mod_options form .stream_information button:hover, .stream_information .stage_selectable .stage_options button:hover, .stage_selectable .stage_options .stream_information button:hover, .stream_information .btn-sm:hover, .minimize:hover, a .minimize.location:hover, .link .minimize.location:hover, .maximize:hover, a .maximize.location:hover, .link .maximize.location:hover {
  cursor: pointer;
  background-color: #797979;
  color: white;
  border-radius: 4px;
}

.stream .closing_x {
  position: absolute;
  color: #797979;
  top: -4px;
  right: -5px;
  border: 1px solid black;
  padding: 0px 4px;
  background-color: white;
  line-height: 18px;
}

.chat_holder {
  position: relative;
}

#bug_description {
  font-size: 16px;
  margin-top: 16px;
}

#bug_list .description {
  word-break: break-word;
  max-height: 6em;
  overflow-y: auto;
  border-bottom: 1px solid #000;
  padding-left: 10px;
  padding-bottom: 2px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.mod_report_chat h3 {
  margin-top: 0;
}

#report_form.match_options_hidden #match_options {
  display: none;
}

#report_form.report_options_hidden .report_buttons {
  display: none;
}

.report_rules {
  list-style-type: circle;
}

.report_rules li {
  margin-bottom: 8px;
}

.chat_message.highlighted {
  background-color: gray;
}

.chat_message .delete_holder {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex: 0;
  display: none;
}

.chat_message:not(.is_mod_of_message) .delete_holder i {
  display: none;
}

.chat_message .delete_holder:hover .delete {
  color: black;
}

.chat_message .undelete {
  display: none;
}

.chat_message .delete_holder .undelete {
  color: #F33;
}

.chat_message .delete_holder:hover .delete, .chat_message .delete_holder:hover .undelete {
  color: #05F;
}

.chat_message .colon {
  opacity: 0;
}

.chat_message.state_message {
  font-style: italic;
}

.chat_message .flairy {
  vertical-align: top;
}

.chat_container .chat_room_name {
  font-size: 16px;
  font-weight: bold;
}

.chat_message.send_failed {
  color: gray;
  font-style: italic;
  cursor: pointer;
}
.chat_message.send_failed:hover {
  background-color: #30354A;
}

.play_buttons {
  position: relative;
}

.search_restrictions_popup .build_preferences:before {
  content: "Build Preferences";
}
.search_restrictions_popup .player_preferred_restrictions:before {
  content: "Region Restrictions";
}
.search_restrictions_popup .build_preferences {
  display: none;
}
.search_restrictions_popup .build_preferences.active {
  display: block;
}
.search_restrictions_popup .game_choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 4px;
  margin-bottom: 8px;
}
.search_restrictions_popup .toggle_view_game {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.search_restrictions_popup .preferred_game_filter {
  border: 1px solid transparent;
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
}
.search_restrictions_popup .preferred_game_filter:hover:not(.selected) {
  background-color: transparent;
  border-color: #05D8FF;
}
.search_restrictions_popup .preferred_game_filter.selected {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
  border-color: transparent;
  opacity: 1;
}
.search_restrictions_popup .preferred_game_filter .filter_image {
  opacity: 1;
}

.play_match_container #no_game_filters .none_selected_heading {
  font-size: 16px;
  margin-bottom: 4px;
}
.play_match_container #no_game_filters .none_no_options {
  display: flex;
  flex-direction: column;
}

.game_icon, .preferred_game_filter .filter_image {
  max-width: 130px;
  max-height: 32px;
  filter: contrast(1) grayscale(1) opacity(0.7);
}

.image_and_tier.overlapping_logo .tier_logo, .image_and_tier.overlapping_logo .mini_tier_icon {
  position: absolute;
  height: 28px;
  bottom: -6px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  point-events: none;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -0.5px 1px black);
}

.game_filter_logo, .game-filter-image {
  max-width: 130px;
}

.play_match_container .one_game_one_truth .game {
  background-color: #12141C;
  border: 1px solid #3A4059;
  font-size: 1.8rem;
  padding: 8px 12px;
  min-width: 128px;
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.play_match_container .one_game_one_truth .game:hover {
  color: white;
  border-color: #2a3cad;
}

.game_picker_popup .dynamic_preferred_games_holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.game_picker_popup .dynamic_preferred_games_holder .preferred_game_filter {
  cursor: pointer;
  margin: 4px;
}

.play_match_container.one_truth .game_filters .dynamic_preferred_games_holder {
  display: none;
}

.preferred_game_filter {
  position: relative;
  border: 1px solid transparent;
  transition: 0.2s;
  margin: 2px 2px;
  padding: 8px 6px;
}

.play_match_container .game_filters .preferred_game_filter {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.play_match_container .preferred_game_filter:active:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}

.preferred_game_filter .loading {
  display: none;
  position: absolute;
}

.preferred_game_filter.loading .filter_image {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.preferred_game_filter.loading .loading {
  display: block;
}

.dashboard-xs:not(.dashboard-md) .the_beg {
  display: none;
}

.game_filters .game_settings_selection {
  cursor: pointer;
}

.game_filters:not(.loading) .preferred_game_filter:hover:not(.loading) .filter_image {
  transform: scale(1.1);
  transition: 0s;
}
.game_filters:not(.loading) .preferred_game_filter:hover:not(.loading):active .filter_image {
  transform: scale(1.1) translate(1px, 1px);
  filter: none;
}
.game_filters:not(.loading).showing_hard .preferred_game_filter.on .filter_on {
  filter: drop-shadow(1px 1px 1px #05D8FF) drop-shadow(-1px 1px 1px #05D8FF) drop-shadow(0 -0.5px 1px #05D8FF);
}

.preferred_game_filter .filter_image {
  opacity: 0.3;
  transition: 0.4s;
}

.preferred_game_filter.on .filter_on {
  display: inline-block;
  opacity: 1;
  transition: 0.4s;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -0.5px 1px black);
}

.tier_ladder_league_unranked .rank_medal, .tier_ladder_league_unranked .mini_tier_icon, .tier_ladder_league_unranked .tier_logo, .tier_ladder_league_unranked .league_icon {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.preferred_game_filter:not(.on) .filter_off {
  display: inline-block;
}

.panel.ladder_game_list, body.database_setup .ladder_game_list.section_content {
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #12141C;
  position: relative;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border-radius: 0px 4px 4px 4px;
  flex: 1 1 0%;
}

.ladder_game_list .request_list {
  margin-bottom: 0;
}

.matchmaking_heading, .stream_container .heading, .play_match_container .heading {
  position: relative;
  margin: 0;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  padding: 5px 0;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.stream_container .matchmaking_heading, .stream_container .heading {
  position: relative;
}
.stream_container .count.badge, .stream_container .event_listing .count.best_of_small, .event_listing .stream_container .count.best_of_small, .stream_container .count.bug_category, .stream_container .normal_list .count.no_tags.active, .normal_list .stream_container .count.no_tags.active, .stream_container .bug_summary_description .count.confirmed, .bug_summary_description .stream_container .count.confirmed {
  position: relative;
}

.matchmaking_heading .text:hover, .stream_container .heading .text:hover, .play_match_container .heading .text:hover {
  color: #05D8FF;
  transition: 0.4s;
  cursor: pointer;
}

#stream_container .maximize, #stream_container .minimize {
  position: absolute;
  right: 2px;
  top: 2px;
  display: none;
}
#stream_container .minimize {
  display: none;
}
#stream_container .maximize {
  display: inline-block;
}

#stream_container.maximized .minimize {
  display: inline-block;
}
#stream_container.maximized .maximize {
  display: none;
}
#stream_container.maximized .heading .badge, #stream_container.maximized .heading .event_listing .best_of_small, .event_listing #stream_container.maximized .heading .best_of_small, #stream_container.maximized .heading .bug_category, #stream_container.maximized .heading .normal_list .no_tags.active, .normal_list #stream_container.maximized .heading .no_tags.active, #stream_container.maximized .heading .bug_summary_description .confirmed, .bug_summary_description #stream_container.maximized .heading .confirmed {
  display: none;
}

#recent_match_searchers .recent_match_searcher.no_matching_builds > div:not(.no_matching_builds_hover) {
  opacity: 0.4;
}
#recent_match_searchers .recent_match_searcher.no_matching_builds > span {
  opacity: 0.4;
}

#recent_match_searchers .recent_match_searcher.no_matching_builds:hover .no_matching_builds_hover {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 6;
  top: 3px;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  animation-name: wiggle;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
#recent_match_searchers .recent_match_searcher.no_matching_builds:hover .no_matching_builds_hover .content:hover {
  color: #05D8FF;
  border-color: #05D8FF;
}
#recent_match_searchers .recent_match_searcher.no_matching_builds:hover .no_matching_builds_hover .content {
  pointer-events: auto;
  background-color: black;
  border: 1px solid white;
  font-size: 16px;
  padding: 2px 8px;
  border-radius: 2px;
}

#recent_match_searchers .no_matching_builds_hover {
  display: none;
}

#recent_match_searchers .rank_filters {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}

#recent_match_searchers .rank_filters .tier {
  opacity: 0.4;
  transition: 0.4s;
}

#recent_match_searchers .rank_filters .tier.enabled {
  opacity: 1;
  transition: 0.4s;
}

#recent_match_searchers .rank_filters .tier {
  height: 24px;
  cursor: pointer;
}

.recent_match_searcher.removing .game_mini_indicator, .recent_match_searcher.removing .game_mini_indicator_hover {
  display: none;
}
.recent_match_searcher.removing .countdown {
  color: red;
}
.recent_match_searcher.removing .username, .recent_match_searcher.removing .subscribe_link, .recent_match_searcher.removing .subscriber_glowish, .recent_match_searcher.removing .user_info .subscription_streak, .user_info .recent_match_searcher.removing .subscription_streak {
  font-style: italic;
}
.recent_match_searcher.removing .friendlies_mains {
  opacity: 0.1;
  transition: 0.3s;
}

.recent_match_searcher.is_ranked_ranked .percentage {
  display: none;
}

.recent_match_searcher.is_my_search .timeout {
  display: block;
}

.recent_match_searcher .factual_data {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  flex: 0 1 200px;
}
.recent_match_searcher .factual_data .warning {
  white-space: nowrap;
}
.recent_match_searcher .factual_data .friendlies_mains {
  justify-content: flex-end;
}

.recent_match_searcher .timeout,
.recent_match_searcher .countdown,
.recent_match_searcher .location {
  display: inline-block;
}

.recent_match_searcher .timeout.loading:after {
  content: "...";
}

.recent_match_searcher .timeout.loading .countdown {
  display: none;
}

.recent_match_searcher.hidden_by_match_distance_preference,
.recent_match_searcher.hidden_by_distance,
.recent_match_searcher.hidden_by_rank,
.recent_match_searcher.hidden_by_game,
.recent_match_searcher.hidden_by_team_size,
.recent_match_searcher.hidden_by_continent,
.recent_match_searcher.hidden_by_country,
.recent_match_searcher.hidden_by_state,
.recent_match_searcher.hidden_by_locality,
.recent_match_searcher.has_reply_active {
  display: none;
}

.my_filters_off .recent_match_searcher.hidden_by_match_distance_preference,
.my_filters_off .recent_match_searcher.hidden_by_distance,
.my_filters_off .recent_match_searcher.hidden_by_rank,
.my_filters_off .recent_match_searcher.hidden_by_game,
.my_filters_off .recent_match_searcher.hidden_by_continent,
.my_filters_off .recent_match_searcher.hidden_by_country,
.my_filters_off .recent_match_searcher.hidden_by_state,
.my_filters_off .recent_match_searcher.hidden_by_locality,
.my_filters_off .recent_match_searcher.hidden_by_team_size {
  opacity: 0.5;
  display: block;
}

.preferred_match_search_options select {
  background-color: rgba(0, 0, 0, 0.8);
  color: white !important;
  border: 1px solid #3A4059;
}

.game_mini_indicator {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  min-width: 20px;
}

.game_message_area input {
  display: inline-block;
  max-width: 20em;
}

.recent_match_searcher .game_type_holder .count {
  color: #05D8FF;
  margin-left: 1px;
}

.game_mini_indicator_hover {
  position: absolute;
  border-radius: 16px;
  padding: 2px;
  background-color: transparent;
  left: -2px;
  width: 16px;
  padding: 14px;
  height: 16px;
  transform: scale(0.1);
}

#recent_match_searchers .recent_match_searcher .location {
  opacity: 1;
  transition: 0.4s;
}
#recent_match_searchers .recent_match_searcher .main_challenge_info_hover {
  transition: 0.4s;
}

#recent_match_searchers .request:hover:not(.loading) .user_information_wrapper.user .league:not(.no_lift) .league_icon,
#recent_match_searchers.show_locations .request:hover:not(.loading) .user_information_wrapper.user .league:not(.no_lift) .league_icon {
  transition: 0.3s;
  top: -12px;
}
#recent_match_searchers .request:hover:not(.loading) .user_information_wrapper.user .league .division,
#recent_match_searchers.show_locations .request:hover:not(.loading) .user_information_wrapper.user .league .division {
  transition: 0.3s;
  bottom: -8px;
  display: inline-block;
}
#recent_match_searchers .request:hover:not(.loading) .user_information_wrapper.user .league .timeout,
#recent_match_searchers.show_locations .request:hover:not(.loading) .user_information_wrapper.user .league .timeout {
  display: block;
}
#recent_match_searchers .request:hover:not(.loading) .game_mini_indicator,
#recent_match_searchers.show_locations .request:hover:not(.loading) .game_mini_indicator {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}
#recent_match_searchers .request:hover:not(.loading) .game_mini_indicator_hover,
#recent_match_searchers.show_locations .request:hover:not(.loading) .game_mini_indicator_hover {
  background-color: #4D4D4D;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  box-shadow: 2px 2px 2px #000;
}
#recent_match_searchers .request:hover:not(.loading) .location,
#recent_match_searchers.show_locations .request:hover:not(.loading) .location {
  transition: 0.4s;
}
#recent_match_searchers .request:hover:not(.loading) .main_challenge_info_hover,
#recent_match_searchers.show_locations .request:hover:not(.loading) .main_challenge_info_hover {
  transition: 0.4s;
}

.game_mini_indicator_hover:hover, a .game_mini_indicator_hover.location:hover, .link .game_mini_indicator_hover.location:hover {
  color: white;
  cursor: pointer;
}

.recent_match_searcher.player .main_challenge_info_hover {
  right: 0;
}
.recent_match_searcher.player .click_shortcuts {
  display: none;
}

.clicky-button {
  background-color: #12141C;
  border: 1px solid #686868;
  box-shadow: 3px 3px 3px black;
  position: relative;
}

.click-button:hover, a .click-button.location:hover, .link .click-button.location:hover {
  background-color: #12141C;
}

.click-button:active {
  top: 4px;
  left: 4px;
  transition: 0.3s;
}

#dashboard.is_ladder_mod .recent_match_searcher.click_shortcuts_active:not(.is_my_search) .click_shortcuts .cancel_shortcut {
  display: inline-block;
  background-color: #FF3434;
}

.sub_list .request {
  margin-bottom: 4px;
  position: relative;
  height: 50px;
}

.game_search_section .background-image {
  z-index: 0;
  opacity: 0.5;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.recent_match_searcher.challenged {
  background-color: black;
  border-radius: 4px;
}

.league.has_league .leagued {
  display: inline;
}
.league.has_league .name {
  display: none;
}
.league.has_league .league_icon {
  display: inline-block;
}
.league.has_league .unleagued {
  display: none;
}

.league:not(.show_image) .league_icon {
  display: none;
}
.league:not(.show_image) .name {
  display: inline;
}

.league.no_league .leagued {
  display: none;
}
.league.no_league .unleagued {
  display: inline;
}

.recent_match_searcher.team_search .league {
  display: none;
}
.recent_match_searcher.team_search .game_type_holder {
  display: none;
}

.main_challenge_info .league {
  font-size: 11px;
}

.main_challenge_info .league.no_league {
  display: none;
}

.recent_match_searcher {
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 0px 2px 0 0px;
}
.recent_match_searcher .between_buttons {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  max-width: 100%;
}
.recent_match_searcher .lobby_information {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  flex-grow: 1;
}
.recent_match_searcher .fatual_data .tier_restriction {
  text-align: right;
  justify-content: center;
}
.recent_match_searcher .user_data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.recent_match_searcher .user_data .mains_holder, .recent_match_searcher .user_data .game_type_holder, .recent_match_searcher .user_data .game_logo_holder {
  display: inline-flex;
  flex-direction: column;
  flex: 1 1 168px;
}
.recent_match_searcher .user_data .game_logo_holder {
  display: flex;
  flex-direction: column;
  align-content: center;
  display: inline;
}
.recent_match_searcher .main_challenge_info {
  display: flex;
  flex-direction: column;
}
.recent_match_searcher .button_holder:first-child, .recent_match_searcher .game_type_holder, .recent_match_searcher .lobby_players {
  min-width: 82px;
}
.recent_match_searcher .button_holder:last-child {
  margin-left: 4px;
}
.recent_match_searcher .game_logo {
  max-height: 22px;
}
.recent_match_searcher .game_type_holder {
  position: relative;
  text-shadow: 1px 1px 1px #000;
  flex-direction: column;
}
.recent_match_searcher .game_type_holder .logo_container {
  display: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 8px;
  left: -15px;
  right: 0;
}
.recent_match_searcher .game_type_holder .logo_container img {
  filter: contrast(0.6) grayscale(72%);
  opacity: 0.2;
}
.recent_match_searcher .game_type_holder, .recent_match_searcher .lobby_players {
  text-align: center;
  min-height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.recent_match_searcher .game_type_holder .loading_state_content, .recent_match_searcher .lobby_players .loading_state_content {
  display: inline-block;
  margin-left: 4px;
}
.recent_match_searcher .friendlies_mains {
  display: flex;
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.recent_match_searcher .friendlies_mains .character_image {
  height: 100%;
  width: auto;
}
.recent_match_searcher .friendlies_mains .character {
  border: none;
  border-radius: 4px;
  max-height: 30px;
  background-size: auto 38px;
  background-position-y: -9px;
  width: auto;
  height: auto;
}
.recent_match_searcher .friendlies_mains .character.imaged {
  max-height: auto;
  height: 35px;
}
.recent_match_searcher .friendlies_mains .character.character_dimensions_58_38, .recent_match_searcher .friendlies_mains .character.character_for_game_project-m {
  background-position: center center;
  background-size: auto 36px;
}
.recent_match_searcher.loading, .recent_match_searcher:hover, a .recent_match_searcher.location:hover, .link .recent_match_searcher.location:hover, .recent_match_searcher.highlighted {
  background-color: #30354A;
  border-radius: 4px;
}
.recent_match_searcher .user_information_wrapper .username, .recent_match_searcher .user_information_wrapper .subscribe_link, .recent_match_searcher .user_information_wrapper .subscriber_glowish, .recent_match_searcher .user_information_wrapper .user_info .subscription_streak, .user_info .recent_match_searcher .user_information_wrapper .subscription_streak {
  border-radius: 6px;
  background: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recent_match_searcher .game_search_section .user_information_wrapper .username, .recent_match_searcher .game_search_section .user_information_wrapper .subscribe_link, .recent_match_searcher .game_search_section .user_information_wrapper .subscriber_glowish, .recent_match_searcher .game_search_section .user_information_wrapper .user_info .subscription_streak, .user_info .recent_match_searcher .game_search_section .user_information_wrapper .subscription_streak {
  position: absolute;
  top: 6px;
}
.recent_match_searcher .has_league .username, .recent_match_searcher .has_league .subscribe_link, .recent_match_searcher .has_league .subscriber_glowish, .recent_match_searcher .has_league .user_info .subscription_streak, .user_info .recent_match_searcher .has_league .subscription_streak {
  margin-left: 30px;
}
.recent_match_searcher .league_icon {
  max-height: 26px;
  top: -4px;
}

.tier_restriction {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 11px;
  justify-content: flex-end;
}
.tier_restriction .division {
  text-align: center;
}
.tier_restriction .tier_mini {
  margin: 0px 8px;
  display: inline;
  white-space: nowrap;
}
.tier_restriction .down_arrow, .tier_restriction .up_arrow {
  color: #EA5849;
  font-size: 12px;
}
.tier_restriction .league_icon, .tier_restriction .mini_tier_icon {
  max-height: 26px;
  position: relative;
  top: -4px;
}
.tier_restriction .points {
  display: none;
}
.tier_restriction.tier_can_challenge .down_arrow, .tier_restriction.tier_can_challenge .up_arrow {
  color: #70FF76;
}

.sub_list {
  font-size: 11pt;
  position: relative;
  margin-top: 0;
}

.sub_list ul {
  margin: 0 0 2px 0;
}

.ladder_game_list ul {
  line-height: 24px;
  padding: 5px;
  overflow-x: hidden;
  flex-grow: 1; /* Questionable, fixes early scroll bar issue on chrome */
}

.accept_list ul {
  overflow: visible;
  overflow-y: auto;
}

.accept_list {
  max-height: 132px;
  overflow-y: auto;
  display: flex;
}

.countdown {
  color: #05D8FF;
}

.rating {
  font-size: 9pt;
  cursor: default;
}

.list_holder .rating {
  color: #45CF22;
}

.active_stream h6 {
  max-width: 240px;
}

.active_stream, .stream_actions {
  display: inline-block;
}

#bottom_dock .list_holder {
  display: none;
  position: absolute;
  height: 200px;
  top: -200px;
  left: 32px;
  border: 1px solid #3A4059;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 2px 2px 0 2px;
  background-color: black;
  width: 320px;
}

#bottom_dock .list_holder ul {
  min-height: 200px;
}

#bottom_dock .list_holder.right_holder {
  left: 32px;
  right: auto;
}

#bottom_dock.streaming {
  display: block;
  z-index: 100;
}

#bottom_dock.streaming.has_direct_messages {
  border-top: 1px solid white;
}

#bottom_dock #visible_stream {
  height: 360px;
  top: auto;
  width: 500px;
  bottom: 0;
}

.stream_information {
  color: white;
  padding: 2px;
  text-align: center;
}

.stream_information h4 {
  margin: 4px 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}

.stream_information .name {
  cursor: move;
  display: inline-block;
  width: 95%;
}

.stream_information .closing_x {
  float: right;
}

#bottom_dock #visible_stream.minimized {
  height: 44px !important;
}

#bottom_dock #visible_stream.minimized .embed_holder {
  height: 0;
}

#bottom_dock #visible_stream.minimized .minimize {
  display: none;
}

#bottom_dock #visible_stream:not(.minimized) .restore {
  display: none;
}

#bottom_dock #visible_stream .embed_holder {
  height: calc(100% - 28px);
}

.request .controls {
  display: inline-block;
  float: right;
}

.ranked_controls button {
  color: white;
}

.ranked_rules {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.ranked_rules .number {
  color: #05D8FF;
}

.online_user button {
  margin: 0;
}

.online_user.active {
  background-color: #3C2B2B;
}

.online_users_positioner {
  float: right;
}

.errors {
  color: rgb(255, 131, 131);
}

.successes {
  color: #70FF76;
}

.user_info {
  display: block;
  display: flex;
  flex-direction: column;
  background-color: #30354A;
  border: 1px solid #3A4059;
}
.user_info.error {
  border: #F66;
}

.user_info .main_info {
  display: none;
}

.user_info .main_info.visible {
  display: block;
}

.user_info .most_used_character {
  white-space: nowrap;
}

.user_info .username, .user_info .subscribe_link, .user_info .subscriber_glowish, .user_info .subscription_streak {
  font-size: 10pt;
  font-weight: bold;
}

.user_info h3 {
  font-size: 20px;
  margin: 8px 0 0px 0;
  text-align: center;
}

.league.has_league .ranked_requirements .heading {
  display: none;
}

.user_info .ranked_requirements {
  font-size: smaller;
  margin-left: 0;
}
.user_info .ranked_requirements .heading {
  font-size: 14px;
}

.ranked_requirements {
  margin-left: 16px;
}
.ranked_requirements .ranked_played, .ranked_requirements .unique_opponents {
  display: flex;
  white-space: nowrap;
  font-size: smaller;
  justify-content: space-between;
}
.ranked_requirements .ranked_played .title, .ranked_requirements .unique_opponents .title {
  margin-right: 4px;
}
.ranked_requirements .total.met {
  color: #0F0;
}
.ranked_requirements .total.unmet {
  color: #FF3434;
}

.user_info .wins, .match_summary .win {
  color: green;
}

.match_summary .btn, .match_summary body.database_setup input[type=submit], body.database_setup .match_summary input[type=submit], .match_summary body.database_setup button, body.database_setup .match_summary button, .match_summary .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .match_summary button, .match_summary .btn-xs, .match_summary .possible_aka_listings button, .possible_aka_listings .match_summary button, .match_summary .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .match_summary button, .match_summary .stage_selectable .stage_options button, .stage_selectable .stage_options .match_summary button, .match_summary .btn-sm {
  color: white;
}

.match_summary .lose {
  color: rgb(24, 255, 202);
}

.user_info .recent_disputes {
  color: rgb(209, 0, 0);
  font-weight: bold;
}

.user_info .with_players {
  word-wrap: break-word;
}

.with_players .username:not(:last-child):after, .with_players .subscribe_link:not(:last-child):after, .with_players .subscriber_glowish:not(:last-child):after, .with_players .user_info .subscription_streak:not(:last-child):after, .user_info .with_players .subscription_streak:not(:last-child):after, .player_list .username.username:not(:last-child):after, .player_list .subscribe_link:not(:last-child):after, .player_list .subscriber_glowish:not(:last-child):after, .player_list .user_info .subscription_streak:not(:last-child):after, .user_info .player_list .subscription_streak:not(:last-child):after {
  content: "+";
  margin: 0 4px;
  color: white;
  font-weight: normal;
}

.user_info .with {
  display: block;
}

.user_info .my_history_with_other {
  cursor: pointer;
  background-color: #12141C;
  padding: 6px 12px;
  position: relative;
}
.user_info .my_history_with_other:hover .last_played {
  opacity: 0;
}
.user_info .my_history_with_other:hover .last_match {
  opacity: 1;
}
.user_info .my_history_with_other .last_played {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  font-size: 14px;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  flex-direction: row;
  padding: 2px 12px;
  margin-left: -12px;
  top: 0;
  border-top: 1px solid #3A4059;
}
.user_info .my_history_with_other .last_played .duration {
  display: none;
}
.user_info .my_history_with_other .last_played .duration.active {
  display: inline;
}
.user_info .my_history_with_other .last_match {
  transition: 0.3s;
  opacity: 0;
}
.user_info .my_history_with_other .last_match.duration {
  display: none;
}

.user_info .notes_count {
  display: inline-block;
}

.user_info .now_playing_container {
  padding: 6px 12px;
  color: white;
  background-color: #12141C;
}
.user_info .now_playing_container .match_searches .match {
  display: inline;
  margin-right: 3px;
  font-size: 12px;
}
.user_info .now_playing_container .match_searches .match:before {
  margin-right: 3px;
  content: "●";
}
.user_info .now_playing_container .match_searches .match:first-child:before, .user_info .now_playing_container .match_searches .match.maxed:before {
  margin-right: 0;
  content: "";
}
.user_info .now_playing_container .match_count {
  display: inline;
  font-size: 12px;
}
.user_info .now_playing_container .match_count span {
  font-size: 12px;
  margin-right: 0;
}
.user_info .now_playing_container .since {
  font-size: 11px;
  color: white;
  margin-left: 8px;
}
.user_info .now_playing_container .heading {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 2px;
  margin: 2px 0 0 0;
  font-weight: bold;
}

.user_info .now_playing_container.active {
  display: block;
}

.user_info .failed_request {
  display: none;
  text-align: center;
  padding: 4px 12px;
}

.user_info .loading_display {
  display: none;
}

.user_info.loading .loading_display {
  display: block;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: x-large;
}

.user_info .has_dolphin_launcher {
  display: block;
  padding: 4px;
  background-color: #05D8FF;
  text-align: center;
}
.user_info .has_dolphin_launcher:hover {
  background-color: #1C1F2B;
}
.user_info .has_dolphin_launcher:hover .blurb {
  color: #05D8FF;
}
.user_info .has_dolphin_launcher .blurb {
  color: #1C1F2B;
}

.user_info.is_tiny .closing_x.full_view {
  display: block;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 9px;
  height: 38px;
  text-align: center;
  background-color: #0A6EBD;
}
.user_info.is_tiny .closing_x.full_view:hover {
  background-color: #05D8FF;
}

.cool_chat_controls button.active {
  background-color: black;
}

.user_info .update_list li {
  border-top: 1px dotted black;
}

.user_info .update_list .time {
  position: absolute;
  display: inline-block;
  width: 46px;
  font-size: 8pt;
  overflow: hidden;
  vertical-align: middle;
}

.user_info .update_list .message {
  margin-left: 45px;
  display: inline-block;
}

.update_list .selectable, .update_list .username, .update_list .subscribe_link, .update_list .subscriber_glowish, .update_list .user_info .subscription_streak, .user_info .update_list .subscription_streak {
  color: yellow;
}

.email_validation_notification.email_not_validated {
  display: block;
}

.email_validation_notification {
  display: none;
  position: absolute;
  z-index: 2;
}

#news_ticker {
  background-color: black;
  color: white;
  display: block;
}

.search_time, .time {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  vertical-align: middle;
}

.player .location_unused {
  display: inline-block;
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 8pt;
  text-align: right;
  position: absolute;
  right: 0;
  cursor: default;
}

#dashboard {
  margin: 0 auto 0 auto;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#dashboard.dashboard-md.has_direct_messages {
  margin-bottom: 31px;
}

#page_netplay.dashboard-md #bottom_dock {
  display: flex;
  flex-direction: row;
  z-index: 100;
}
#page_netplay.dashboard-md #bottom_dock #bottom_dock_left {
  width: 100%;
  height: 32px;
  min-width: 380px;
  margin-left: 16px;
}
#page_netplay.dashboard-md #bottom_dock #bottom_dock_right {
  height: 32px;
  width: 248px;
  display: flex;
  flex-direction: row-reverse;
  flex: 1 0 auto;
}

#page_netplay.dashboard-xs:not(.dashboard-sm) .header, #page_netplay.match_only_view .header {
  display: none;
}
#page_netplay.dashboard-xs:not(.dashboard-sm) #main-content, #page_netplay.match_only_view #main-content {
  padding-top: 0;
}

#dashboard.inactive .chat_tab.control_tab {
  display: none;
}
#dashboard.active {
  display: flex;
  visibility: visible;
}

.chat_holder.template_visible .chat_name_overlay {
  display: none;
}

.load-bar {
  display: none;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #05D8FF;
  bottom: -3px;
}
.load-bar.active {
  display: block;
}
.load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.bar:nth-child(1) {
  background-color: #3A4059;
  animation: loading 3s linear infinite;
}

.bar:nth-child(2) {
  background-color: #0A6EBD;
  animation: loading 3s linear 1s infinite;
}

.bar:nth-child(3) {
  background-color: #05D8FF;
  animation: loading 3s linear 2s infinite;
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
.circle-loader {
  fill: transparent;
  stroke: #05D8FF;
  stroke-width: 5;
  animation: dash 2s ease infinite, rotate 2s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loading_dashboard {
  display: none;
  text-align: center;
  margin-top: 45px;
  font-size: 16px;
  top: 25%;
  border-radius: 6px;
  text-shadow: 1px 1px 1px black;
  background: rgba(17, 24, 69, 0.6509803922);
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: white;
  padding: 20px;
}
#loading_dashboard.chat_server_error .chat_server_error {
  display: block;
  font-size: 0.8em;
  width: 80%;
}
#loading_dashboard.active {
  display: flex;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}
#loading_dashboard.active #connection_status {
  max-width: 100%;
}
#loading_dashboard .fa-spin, #loading_dashboard .fa-pulse {
  text-shadow: none;
}
#loading_dashboard .loader {
  height: 40px;
  font-size: 32px;
  text-shadow: none;
}
#loading_dashboard .loader .circle-loader {
  stroke: white;
}
#loading_dashboard .chat_server_error {
  pointer-events: auto;
  display: none;
}
#loading_dashboard h4 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
#loading_dashboard .current-statuses {
  width: 100%;
  max-width: 340px;
}
#loading_dashboard .current-statuses .login-progress-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 16px;
  cursor: default;
}
#loading_dashboard .current-statuses .login-progress-section:last-child {
  margin-bottom: 0;
}
#loading_dashboard .current-statuses .login-progress-label {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 6px;
  text-align: center;
}
#loading_dashboard .current-statuses .login-progress-track {
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
#loading_dashboard .current-statuses .login-progress-fill {
  height: 100%;
  border-radius: 8px;
  background: #0F0;
  transition: width 0.5s ease;
}
#loading_dashboard .current-statuses .login-progress-fill.is-active {
  background: linear-gradient(90deg, #0F0 0%, #66ff66 50%, #0F0 100%);
  background-size: 200% 100%;
  animation: login-shimmer 1.4s linear infinite;
}
#loading_dashboard .current-statuses .login-progress-fill.is-error {
  background: #FF3434;
  animation: none;
}
@keyframes login-shimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

#connection_status .panel-body, #connection_status .bug_row {
  background-color: white;
  color: black;
}

.solid-panel {
  background-color: white;
  color: black;
}

.solid-panel a, .solid-panel a .location:hover, a .solid-panel .location:hover, .solid-panel .link .location:hover, .link .solid-panel .location:hover, .solid-panel .link {
  color: #2700FF;
}

.solid-panel a:hover, .solid-panel a .location:hover, a .solid-panel .location:hover, .solid-panel .link .location:hover, .link .solid-panel .location:hover, .solid-panel .link:hover {
  color: #2700FF;
}

.main_area {
  float: left;
  margin-right: 16px;
  min-height: 400px;
  width: 55%;
}

button.win {
  background-color: green;
}

button.loss {
  background-color: red;
  float: right;
}

.emphasized_time, .achievement-list time, .birthday .unknown, .character_stats .character_matchups .win_percentage, .note_card .post_time, .active_matches .start_time, .active_matches .duration, .infraction_view .date_holder {
  color: #FF5252;
  font-size: 15px;
  font-style: italic;
}

.match_history .no_matches {
  text-align: center;
  font-size: 14px;
}

.match_search_hidden {
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
}

.match_history .set_scores .score {
  font-size: 9px;
  margin-right: 8px;
}
.match_history .set_scores .hyphen {
  display: none;
}

.match_history .stage_result {
  display: none;
}

.match_history .heading {
  margin: 4px 0;
  padding: 0;
  font-size: 1.5em;
  text-align: center;
}

.match_history .match_container:not(:last-child) {
  border-bottom: 1px solid black;
}

.match_history .username, .match_history .subscribe_link, .match_history .subscriber_glowish, .match_history .user_info .subscription_streak, .user_info .match_history .subscription_streak {
  font-size: 9pt;
}

.match_history .match_time {
  font-size: 8pt;
}

.match_history .score_change {
  font-size: 7pt;
}

.score_change_positive {
  color: green;
}

.score_change_negative {
  color: red;
}

.match_history .result {
  font-size: 8pt;
}

.match_history .character_pick {
  display: inline-block;
}

.match-history-table .character_pick .character, .match_history .character_pick .character {
  width: 24px;
  height: 20px;
}

.match_history .stage_pick, .match-history-table .stage_pick {
  display: inline;
}

.match_history .stage_pick .stage, .match-history-table .stage_pick .stage {
  width: 24px;
  height: 24px;
}

.match_history .match_container.has_notes .result {
  color: rgb(255, 224, 0);
}

.match_history .match-history-mini {
  height: 32px;
}

#container .match-history-table tbody > tr > td {
  vertical-align: middle;
}

.match-history-table .match-results {
  white-space: nowrap;
}

.table-of-contents ol {
  list-style-type: disc;
  color: #F66;
}
.table-of-contents h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

ol {
  margin-left: 30px;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: decimal;
}

ol ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol ol ol ol {
  list-style-type: decimal;
}

ol ol ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

.result .win, .message .win, .dispute_container span.win {
  color: green;
}

.result .loss, .message .loss, .dispute_container span.loss {
  color: blue;
}

.result .disputed {
  color: red;
}

.disputed {
  color: #B30000;
}

label.message_label span {
  display: block;
  width: auto;
  text-align: left;
}

.now_playing {
  background-color: #00B7BE;
  color: white;
}

.now_playing_container {
  color: white;
}

.current_match_container, .awaiting_replies_container, .open_challenges_container {
  overflow: hidden;
  height: 0;
}

.current_match_container {
  overflow-y: auto;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.current_match_container .btn, .current_match_container body.database_setup input[type=submit], body.database_setup .current_match_container input[type=submit], .current_match_container body.database_setup button, body.database_setup .current_match_container button, .current_match_container .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .current_match_container button, .current_match_container .btn-xs, .current_match_container .possible_aka_listings button, .possible_aka_listings .current_match_container button, .current_match_container .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .current_match_container button, .current_match_container .stage_selectable .stage_options button, .stage_selectable .stage_options .current_match_container button, .current_match_container .btn-sm {
  background-color: #3A4059;
  color: white;
}
.current_match_container .btn[disabled], .current_match_container body.database_setup input[disabled][type=submit], body.database_setup .current_match_container input[disabled][type=submit], .current_match_container body.database_setup button[disabled], body.database_setup .current_match_container button[disabled], .current_match_container .request_list .challenge_request_hmm.removing button[disabled], .request_list .challenge_request_hmm.removing .current_match_container button[disabled], .current_match_container [disabled].btn-xs, .current_match_container .possible_aka_listings button[disabled], .possible_aka_listings .current_match_container button[disabled], .current_match_container .user_main_info_area .mod_options form button[disabled], .user_main_info_area .mod_options form .current_match_container button[disabled], .current_match_container .stage_selectable .stage_options button[disabled], .stage_selectable .stage_options .current_match_container button[disabled], .current_match_container [disabled].btn-sm {
  cursor: not-allowed;
  color: black;
}
.current_match_container .dispute_reason_section.not_saved {
  animation-name: highlightBackgroundPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
  border-radius: 4px;
}
.current_match_container .dispute_reason_section .success_dispute {
  color: #0F0;
  font-size: 18px;
}
.current_match_container .dispute_reason_section .dispute_reason_holder {
  display: flex;
  min-height: 40px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.current_match_container .dispute_reason_section .dispute_reason_holder .cancel_reason {
  min-height: 6rem;
  margin-bottom: 0;
}

.match_singles .current_match_container.assets_populated,
.match_doubles .current_match_container.assets_populated {
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  height: auto;
  flex: 1 1 auto;
}

.results_display {
  font-size: 8pt;
}

.pending_reply .game_name {
  display: none;
}

.searching_players .player .title, .online_user .title {
  color: #00FDFD;
  display: inline-block;
  display: none;
  font-size: 8pt;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
  max-width: 160px;
}

#recent_private_chats .title {
  display: none;
}

.direct_ip_hosting .panel img, .direct_ip_hosting body.database_setup .section_content img, body.database_setup .direct_ip_hosting .section_content img {
  width: 100%;
}

#page_help .instructions {
  clear: both;
}

#page_help .instructions p {
  font-size: 16px;
  padding-top: 4px;
}

.vote-buttons .btn, .vote-buttons body.database_setup input[type=submit], body.database_setup .vote-buttons input[type=submit], .vote-buttons body.database_setup button, body.database_setup .vote-buttons button, .vote-buttons .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .vote-buttons button, .vote-buttons .btn-xs, .vote-buttons .possible_aka_listings button, .possible_aka_listings .vote-buttons button, .vote-buttons .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .vote-buttons button, .vote-buttons .stage_selectable .stage_options button, .stage_selectable .stage_options .vote-buttons button, .vote-buttons .btn-sm {
  margin-bottom: 0;
}

.list-group-item .message, .entrant_list .entrant .message {
  min-height: 40px;
  margin-top: 6px;
}

.matchmaking_popup {
  text-align: center;
}

.matchmaking_popup h2 {
  text-align: center;
  font-size: 24px;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
}

.matchmaking_popup .unranked button {
  background-color: yellow;
  color: black;
}

.matchmaking_popup .ranked button {
  background-color: green;
}

#matchmaking_popup .request_match_option {
  margin-right: 10px;
  margin-left: 10px;
}

.matchmaking_popup.ranked_disabled .ranked, .matchmaking_popup.ranked_disabled .ranked_button {
  display: none !important;
}

.donate {
  display: flex;
  text-align: center;
  border-top: 1px solid #3A4059;
  padding-top: 8px;
  justify-content: flex-end;
  flex-direction: column;
  flex: 1 0 auto;
}

.price-actions .form-control, .price-actions .birthday .birthday-picker select, .birthday .birthday-picker .price-actions select, .price-actions body.database_setup input[type=text], body.database_setup .price-actions input[type=text] {
  background-color: #12141C;
  color: black;
}

.searching_players .player button {
  width: 60px;
}

.rule_content .match_count {
  display: inline;
}

.active_match .match_count {
  font-size: 9pt;
  color: #64C7FF;
}

.request .accept, .request .decline, .request .cancel {
  flex: 0 1 35px;
}

.match_popover_content .timeout:before {
  content: "Time Remaining";
  margin-right: 4px;
}
.match_popover_content .timeout {
  display: flex;
  text-align: center;
  font-size: 15px;
  justify-content: space-between;
}
.match_popover_content .reported_match_behavior_warning {
  margin: 10px -15px -10px -15px;
}

#dashboard.dashboard-xs:not(.dashboard-md) .challenge_request .match_count .game_name {
  display: none;
}

.request_list .challenge_request_hmm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
}
.request_list .challenge_request_hmm .username, .request_list .challenge_request_hmm .subscribe_link, .request_list .challenge_request_hmm .subscriber_glowish, .request_list .challenge_request_hmm .user_info .subscription_streak, .user_info .request_list .challenge_request_hmm .subscription_streak {
  font-size: unset;
}
.request_list .challenge_request_hmm .game_mini_indicator {
  cursor: default;
}
.request_list .challenge_request_hmm .distance_desription {
  point-events: none;
}
.request_list .challenge_request_hmm .match_count {
  margin-right: 4px;
  font-size: 12px;
  white-space: nowrap;
  justify-content: baseline;
  pointer-events: none;
}
.request_list .challenge_request_hmm .match_count .game_name, .request_list .challenge_request_hmm .match_count .match_type {
  display: none;
}
.request_list .challenge_request_hmm .location {
  font-size: 12px;
}
.request_list .challenge_request_hmm .friendlies_mains {
  display: flex;
  position: initial;
  width: auto;
  flex: 1 0 0%;
}
.request_list .challenge_request_hmm .other_information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.request_list .challenge_request_hmm .other_information .game_mini_indicator {
  margin-right: 4px;
}
.request_list .challenge_request_hmm .top_level_info, .request_list .challenge_request_hmm .bottom_level_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.request_list .challenge_request_hmm .top_level_info {
  margin-bottom: 4px;
}
.request_list .challenge_request_hmm .user_information_wrapper {
  padding: 0;
}
.request_list .challenge_request_hmm .main_challenge_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0 8px;
  width: 100%;
  height: 100%;
}

#dashboard.dashboard-xs:not(.dashboard-lg) .challenge_erquest:not(.pending_reply) .cancel2 {
  display: none;
}

.request {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.request .button_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.request .button_holder .main, .request .button_holder .loading_state {
  transition: 0.3s;
}
.request .button_holder .loading_state {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.request .button_holder.loading .main {
  opacity: 0;
}
.request .button_holder.loading .loading_state {
  display: flex;
  opacity: 1;
}
.request .decline, .request .cancel {
  order: 100;
}
.request .location, .request .main_challenge_info_hover {
  display: block;
  overflow: hidden;
  font-size: 8pt;
  line-height: normal;
  max-height: 28px;
}
.request .default_information, .request .extra_information {
  transition: 0.3s;
}
.request .default_information {
  position: absolute;
  position: relative;
  height: 100%;
  display: flex;
  opacity: 1;
  align-items: center;
}
.request .extra_information {
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  flex-direction: row;
  pointer-events: none;
  opacity: 0;
  display: flex;
}
.request .active_selectable_button, .request .user_info .active_selectables .active_selectable_button, .user_info .active_selectables .request .active_selectable_button {
  margin: 0;
  background-color: #3A4059;
}
.request .active_selectable_button:hover {
  color: white;
}
.request .active_selectable_button.btn-danger, .request .stage_selectable .stage_options button.active_selectable_button, .stage_selectable .stage_options .request button.active_selectable_button, .request .active_selectable_button.btn-off {
  border-color: #EA5849;
  background-color: #EA5849;
}
.request .active_selectable_button.btn-success, .request .stage_selectable .stage_options button.active_selectable_button.active, .stage_selectable .stage_options .request button.active_selectable_button.active, .request .active_selectable_button.btn-on {
  border-color: #EA5849;
  background-color: #EA5849;
}
.request.related_to_previous {
  margin-left: 18px;
}
.request.challenge_request .factual_data {
  margin-right: 8px;
}
.request.no_extra_information:hover .active_selectable_button {
  background-color: #12141C;
}
.request.no_extra_information:hover .active_selectable_button:hover {
  background-color: #05D8FF;
  color: black;
}
.request.no_extra_information:hover .active_selectable_button.btn-success, .request.no_extra_information:hover .stage_selectable .stage_options button.active_selectable_button.active, .stage_selectable .stage_options .request.no_extra_information:hover button.active_selectable_button.active, .request.no_extra_information:hover .active_selectable_button.btn-on {
  border-color: #EA5849;
  background-color: #EA5849;
}
.request.has_extra_information:hover .default_information, .request.has_extra_information.extra_only .default_information, .request.has_extra_information.loading .default_information {
  opacity: 0;
  pointer-events: none;
}
.request.has_extra_information:hover .extra_information, .request.has_extra_information.extra_only .extra_information, .request.has_extra_information.loading .extra_information {
  opacity: 1;
  pointer-events: auto;
}
.request.has_extra_information:hover .extra_information .votes_others_negative {
  border: 4px solid transparent;
  border-radius: 4px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
}

.votes_others_negative {
  display: none;
}
.votes_others_negative.active {
  display: block;
  padding: 2px 4px;
}
.votes_others_negative .others_title {
  margin-left: 0;
}
.votes_others_negative > * {
  margin-right: 3px;
}
.votes_others_negative .count {
  color: #FF3434;
  display: inline;
}
.votes_others_negative .count :after {
  content: "%";
}
.votes_others_negative .negative {
  font-size: 15px;
}

.dispute_reasons {
  color: #F66;
  display: block;
  font-size: 14px;
}
.dispute_reasons.success {
  color: #70FF76;
}

.current_match_container:not(.ended) .ended_only {
  display: none;
}

.current_match_container:not(.search_is_active) .search_only {
  display: none !important;
}

.current_match_container .short_match, .current_match_container {
  display: none;
}

.current_match_container.ended .match_cancelled {
  text-shadow: 1px 1px 1px black;
  font-style: italic;
  font-size: 16px;
  color: white;
  display: block;
}

.current_match_container.ended.short_match:not(.match_cancelled) .short_match {
  display: block;
  float: right;
}

.current_match_container.is_teams_match .is_singles {
  display: none;
}

.current_match_container.is_singles_match .is_doubles {
  display: none;
}

.current_match_container .host_again {
  display: none;
  float: left;
}

.current_match_container.match_hoster .host_again {
  display: block;
}

.current_match_container.is_singles_match .host_again {
  display: block;
}

.current_match_container.ended .controls {
  display: none;
}

.current_match_container.ended .picks_container {
  display: none !important;
}

.current_match_container.ended.is_disputed .match_disputed {
  display: block;
}

.match_end_instructions {
  font-size: 14px;
  display: block;
  background-color: white;
  color: black;
  border: 1px solid black;
  border-top: none;
  padding: 0 6px;
  display: none;
}

.dispute_container .time {
  width: auto;
}

.dispute_container textarea.dispute_message {
  border: 1px solid black;
  min-width: 200px;
  min-height: 80px;
  border-radius: 8px;
}

.dispute_container .message {
  color: #FF3B3B;
}

.match_summary > .row {
  max-width: 1400px;
  margin: 0 auto;
}

.searching_players .match_count {
  font-size: 8pt;
  font-style: italic;
}

.chat_container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.chat_container div {
  outline: none;
}

.chat_container_outer_holder {
  border: 1px solid #3A4059;
  border-radius: 0 4px 4px 2px;
  padding: 0;
  text-align: left;
  margin-bottom: 0px;
  border-bottom: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.chat_container_outer_holder .unseen_messages_popup {
  display: block;
  transition: 0.3s;
  position: absolute;
  background-color: #0A6EBD;
  bottom: 0;
  height: 24px;
  left: 1px;
  right: 1px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 18px;
  z-index: 1;
  border-radius: 16px 16px 0 0;
  margin: 0 36px;
}
.chat_container_outer_holder .unseen_messages_popup:hover {
  background-color: #30354A;
}

.border-box {
  box-sizing: border-box;
}

.chat_container.static .chat_message {
  display: block;
}

.chat_message {
  padding-left: 8px;
  overflow: hidden;
  font-size: 14px;
  word-break: break-word;
  overflow-wrap: break-word;
  display: flex;
}
.chat_message.waves-effect {
  pointer: initial;
}
.chat_message .message {
  word-break: break-word;
  cursor: text;
}
.chat_message .message img {
  max-width: 100%;
}
.chat_message .edited {
  display: none;
}
.chat_message.edited .edited {
  display: inline;
  color: #0A6EBD;
  margin-left: 4px;
}
.chat_message.edited .edited_text {
  display: block;
}
.chat_message.editing .edited {
  display: none;
}
.chat_message.editing .message {
  display: block;
  background-color: #30354A;
  padding: 4px 12px;
  border-radius: 4px;
  resize: none;
}
.chat_message.editing .user_things {
  flex: 1;
}
.chat_message.editing .user_things:after {
  display: block;
  content: "Escape to Cancel, Enter to Save";
  text-align: left;
}

li.chat_message .message {
  word-break: break-word;
  overflow-wrap: break-word;
}

.chat_message.mod_deleted .message {
  color: #EA5849 !important;
}

.chat_message.deleted .message {
  color: #A9A9A9;
  font-style: italic;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.chat_message.deleted .message::before {
  content: "[";
}
.chat_message.deleted .message::after {
  content: "]";
}

.chat_message .message a:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink), .chat_message .message a .location:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink):hover, a .chat_message .message .location:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink):hover, .chat_message .message .link .location:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink):hover, .link .chat_message .message .location:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink):hover, .chat_message .message .link:visited:not(.streamlink):not(.username):not(.subscribe_link):not(.subscriber_glowish):not(.chatlink) {
  color: #0BD215;
}

.chat_message .message a:hover, .chat_message .message a .location:hover, a .chat_message .message .location:hover, .chat_message .message .link .location:hover, .link .chat_message .message .location:hover, .chat_message .message .link:hover {
  text-shadow: 1px -1px 8px #5F5, -1px 1px 8px #5F5;
}

.chat_message .message .username:hover, .username:hover, a .username.location:hover, .link .username.location:hover, .subscribe_link:hover, a .subscribe_link.location:hover, .link .subscribe_link.location:hover, .subscriber_glowish:hover, a .subscriber_glowish.location:hover, .link .subscriber_glowish.location:hover, .user_info .subscription_streak:hover {
  text-shadow: 1px -1px 8px #FF8F00;
}

.chat_message.is_muted, .chat_message.is_ignored {
  background-color: black;
  font-style: italic;
}

.chat_message.is_ignored {
  background-color: #FFF;
  font-style: italic;
  color: #000;
}

.chat_message.is_shadow_muted {
  background-color: #626262;
  cursor: pointer;
  font-style: italic;
  opacity: 0.6;
}

.chat_message.hover_highlight {
  background-color: rgba(129, 129, 129, 0.49);
}

.chat_message.delete_highlight {
  background-color: #0A6EBD;
}

.chat_message.update_action {
  font-style: italic;
  opacity: 0.4;
  background-color: #FF7474;
  transition: 0.3s;
}

.chat_message .message .chatlink, .chat_message .message .chat_entries .name .chat_name, .chat_entries .name .chat_message .message .chat_name, .chat_message .message .matchlink {
  cursor: pointer;
}
.chat_message .message .chatlink:hover, .chat_message .message .chat_entries .name .chat_name:hover, .chat_entries .name .chat_message .message .chat_name:hover, .chat_message .message .matchlink:hover {
  text-shadow: 1px -1px 8px #4AE7FF, -1px 1px 8px #4AE7FF;
}

.chatlink, .chat_entries .name .chat_name {
  color: #68EBFD;
}

#loading_dashboard {
  position: fixed;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 10em;
  width: 90%;
  z-index: 2000;
  max-width: 500px;
}

#tab-pane-matchmaking #loading_matches {
  display: none;
}

.chat_message .message .streamlink {
  cursor: pointer;
  color: #FFF200;
}

.chat_container .time {
  width: 50px;
  display: inline-block;
  font-size: 11px;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  color: #686868;
  margin-right: 12px;
  text-align: right;
}

.chat_container .time:hover {
  color: #E2E0E0;
}

.challenge.active {
  background-color: green;
}

.challenge.active.friendlies {
  background-color: yellow;
  color: black;
}

.end_matchmaking {
  transition: none;
}

.challenge.active {
  background-repeat: no-repeat;
  background-size: 18px;
}

.challenge.active.ranked {
  background-image: url("../../images/buttons/smalltrophy.png");
}

.challenge.active.friendlies {
  background-image: url("../../images/buttons/smallfriendly.png");
}

.challenge.active.ranked, .challenge.active.friendlies {
  background-position: left center;
  padding-left: 20px;
}

.begin_matchmaking, .end_matchmaking {
  display: inline-block;
}

.play_buttons {
  text-align: center;
}

.stroked-text-1, .user_info .username_area .user_notes:hover {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.stroked-text-2 {
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.shadowed-btn, .rock_paper_scissors .selection {
  display: inline-block;
  padding: 0px 20px;
  font-size: 28px;
  line-height: 1.2;
  vertical-align: bottom;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background-color: none;
  margin: 0 0 10px 0;
  text-align: center;
  background-color: #30354A;
  border: 1px solid #686868;
  box-shadow: 3px 3px 3px black;
}

.shadowed-btn:disabled, .rock_paper_scissors .selection:disabled {
  background-color: #808080;
  box-shadow: none;
  opacity: 0.4;
}

.begin_matchmaking {
  font-family: "edo", serif;
}

.begin_matchmaking {
  display: none;
}

.game_filters.disabled .filter_image, .request_list .challenge_request_hmm.removing button.game_filters .filter_image {
  filter: grayscale(100%);
}

.play_title {
  border-bottom: 1px solid #3A4059;
  margin-bottom: 8px;
}

.play_title .play {
  font-family: "edo", serif;
  font-size: 26px;
}

.request_list .username, .request_list .subscribe_link, .request_list .subscriber_glowish, .request_list .user_info .subscription_streak, .user_info .request_list .subscription_streak {
  display: inline-block;
}

.user_information_wrapper {
  border-radius: 6px;
  padding: 1px 6px;
  min-width: 15em;
  padding: 1px 12px 1px 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 150px;
  min-width: 0;
}
.user_information_wrapper border {
  left: 6px solid transparent;
  right: 6px solid transparent;
}

.shadowed-btn:hover, a .shadowed-btn.location:hover, .link .shadowed-btn.location:hover, .rock_paper_scissors .selection:hover,
.shadowed-btn.hover,
.rock_paper_scissors .hover.selection {
  cursor: pointer;
  transition: 0.1s;
}

.shadowed-btn:active, .rock_paper_scissors .selection:active {
  transform: translateY(2px);
}

.chat_container_outer_holder.private {
  width: 100%;
  flex: 1;
}

.dashboard-short .chat_container_outer_holder.private {
  height: calc(100% - 15px);
  margin-top: 48px;
}

.dashboard-short .current_match .opponent, .dashboard-short .current_match .control-buttons {
  display: none;
}

textarea.chat_input {
  min-width: 0;
}

.current_match_container:not(.premade_responses_visible) .current_match .chat_container_outer_holder.private {
  border-bottom: none;
}

.current_match .chat_container_outer_holder {
  position: relative;
  flex: 1 1 160px;
  display: flex;
}

.current_match .chat_container_outer_holder.private {
  min-height: 160px;
  width: 100%;
  border-top-left-radius: 0;
  margin-bottom: 0;
  flex: 1;
}

.current_match .match_count .game_name img {
  margin-right: 4px;
  max-height: 48px;
}

.wants {
  font-size: 8pt;
}

span.cancel {
  font-weight: bold;
}

.match_facts {
  margin: 0;
  padding: 0;
}

.notes_content .wall_posts .wall_message {
  margin-top: 0;
}
.notes_content .replies-list {
  display: none;
}
.notes_content .username.sender, .notes_content .sender.subscribe_link, .notes_content .sender.subscriber_glowish, .notes_content .user_info .sender.subscription_streak, .user_info .notes_content .sender.subscription_streak {
  display: none;
}
.notes_content .post_time {
  display: block;
  float: none;
}
.notes_content .wall_posts_display {
  max-height: 200px;
  overflow-y: auto;
}
.notes_content textarea.wall_post_content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.user_info .subscription_streak {
  display: block;
}
.user_info .subscription_streak .subbed_once {
  display: block;
}
.user_info .subscription_streak .resubbed {
  display: block;
}
.user_info .username_area {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
  position: relative;
  background-color: #12141C;
  margin: 0;
  padding: 0 12px;
  border: 1px solid transparent;
  border-bottom: none;
}
.user_info .username_area .user_notes {
  cursor: pointer;
  color: #FF8F00;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 17px;
  z-index: 1;
}
.user_info .friendlies_played_container .text {
  color: white;
}
.user_info .friendlies_played_container .friendlies_played {
  color: #0F0;
}
.user_info .friendlies_played_container:hover .text {
  color: #3A4059;
}
.user_info .friendlies_played_container:hover .friendlies_played {
  color: #70FF76;
}
.user_info .member_for .member_for_text {
  color: #0F0;
}

#friend_list .league {
  display: none;
}

.online_user.updating {
  font-style: italic;
  opacity: 0.8;
}

.chat_message .username.sender, .chat_message .sender.subscribe_link, .chat_message .sender.subscriber_glowish, .chat_message .user_info .sender.subscription_streak, .user_info .chat_message .sender.subscription_streak {
  font-weight: normal;
  position: relative;
}

.tab_list {
  border-bottom: 1px solid white;
  margin-bottom: 0;
  padding-bottom: 0;
}

#dashboard [data-pane=game_preferences] {
  display: none;
}

.tab_button {
  margin-right: 2px;
  margin-bottom: 6px;
  background-color: #3A4059;
}

#user_list_side .toggle_userlist {
  margin-bottom: 0;
}

.tab_button {
  padding: 2px 3px;
  margin: 0 2px 4px 0;
  margin-right: 2px;
  font-size: 9pt;
  border: 1px solid white;
}

.tab_list .tab_button {
  color: white;
  border-color: #3A4059;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.tab_button.active {
  color: white;
  border: 2px solid black;
  border-bottom: none;
}
.tab_button:hover, a .tab_button.location:hover, .link .tab_button.location:hover {
  background-color: #1C1F2B;
}
.tab_button:active {
  color: #1C1F2B;
  background-color: #05D8FF;
}
.tab_button:focus {
  color: white;
}
.tab_button.pulse_glow {
  animation-name: highlightBackgroundPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
  animation-name: highlightTextPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
}
.tab_button.highlighted {
  color: #05D8FF;
  opacity: 1;
}

.nav-tabs .tab_button {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.tab_button a, .tab_button a .location:hover, a .tab_button .location:hover, .tab_button .link .location:hover, .link .tab_button .location:hover, .tab_button .link, .tab_button.content {
  color: unset;
}

.user_lists ul, .user_lists .list_container {
  margin-top: 0;
  margin-bottom: 0;
}

.dashboard-xs:not(.dashboard-sm) .chat_tabs {
  height: 50px;
}

.chat_holder .loading_more {
  display: block;
  position: absolute;
  right: 46%;
  top: 46%;
  z-index: 1;
  background-color: #12141C;
  width: 46px;
  height: 46px;
  padding: 3px 0 0 3px;
  border-radius: 23px;
  pointer-events: none;
}

.chat_closed {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 24px;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chat_closed .fa, .chat_closed .feedback_thumbs .neutral, .feedback_thumbs .chat_closed .neutral, .chat_closed .feedback_thumbs .positive, .feedback_thumbs .chat_closed .positive, .chat_closed .feedback_thumbs .negative, .feedback_thumbs .chat_closed .negative, .chat_closed .chat_message.edited .edited, .chat_message.edited .chat_closed .edited {
  font-size: 30px;
}
.chat_closed .hidden_count {
  position: absolute;
}
.chat_closed .banner, .chat_closed .banner_flat {
  margin: 0 auto;
}
.chat_closed .banner {
  transform: rotate(-20deg);
}

.circle-loader-holder {
  background-color: #12141C;
  border-radius: 23px;
  width: 49px;
  height: 46px;
  padding: 3px 0 0 3px;
  position: absolute;
  right: 46%;
  top: 46%;
  pointer-events: none;
}

.chat_message.you_were_mentioned {
  background-color: rgba(129, 129, 129, 0.49);
}

.user_lists {
  display: flex;
  margin-top: 1px;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 200px;
  background-color: #12141C;
  height: 100%;
}

.dashboard-xs:not(.dashboard-md) .user_lists .list_container {
  border-left: none;
  border-right: none;
}

.user_lists .list_container {
  flex-grow: 1;
}

.list_container .the_caret {
  margin-right: 8px;
}
.list_container .userlist_section_heading {
  position: relative;
  padding: 14px 0;
}
.list_container .userlist_section_heading.toggled_off {
  font-style: italic;
}
.list_container .userlist_section_heading.toggled_off .text, .list_container .userlist_section_heading.toggled_off .count {
  opacity: 0.6;
}
.list_container .heading, .list_container .chat_entries .heading {
  text-align: left;
  color: white;
  margin: 0;
  padding: 8px 0 8px 12px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.list_container .heading:hover, .list_container .chat_entries .heading:hover {
  cursor: pointer;
  color: #05D8FF;
}
.list_container .heading .count, .list_container .chat_entries .heading .count {
  display: none;
}
.list_container .heading .count.active, .list_container .chat_entries .heading .count.active {
  display: inline-block;
}
.list_container .heading .count.active:before, .list_container .chat_entries .heading .count.active:before {
  content: "-";
  margin: 0 4px;
}
.list_container .section_list {
  border: none;
  margin: 0;
  padding: 0;
}
.list_container .userlist_section {
  display: none;
}
.list_container .userlist_section.active {
  display: block;
  background-color: #3A4059;
}

.chat_room_user_list.has_no_ladder .league {
  display: none;
}

.chat_room_user_list, .user_lists .list_container {
  display: none;
}

.chat_room_user_list.active, .user_lists ul.active {
  display: block;
  padding-bottom: 0;
}

#online_users {
  height: 100%;
}

#summary_containers .info_container {
  display: none;
  max-width: 300px;
}

.panel, body.database_setup .section_content {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.26);
  border: 1px solid orange;
}

.error {
  color: #F66;
}

._popup {
  padding: 0 32px;
  text-align: center;
  margin: 0 auto;
}

.no_challenges {
  background-color: #B40000;
}

.chat_input, .chat_container_outer_holder, .chat_container, .info_container ul, .host_code input[type=text] {
  color: white;
}

.chat_container_outer_holder, .chat_container, .info_container ul, .host_code input[type=text] {
  background-color: #12141C;
}

.form-group, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data {
  position: relative;
}

.form-sub-group {
  margin-left: 16px;
}

.form-group.disabled, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .disabled.extra_data, .request_list .challenge_request_hmm.removing button.form-group, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .request_list .challenge_request_hmm.removing button.extra_data, .request_list .challenge_request_hmm.removing #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields button.extra_data {
  display: none;
}

.info_container ul {
  padding: 4px;
  border-radius: 4px;
}

.list_holder ul, .list_holder .list_container {
  margin-bottom: 0;
}

.team_list {
  position: relative;
  margin-top: 4px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.team_list .userlist {
  flex: 1 1 auto;
}
.team_list .online_user button {
  margin-right: 8px;
}
.team_list .online_user .username, .team_list .online_user .subscribe_link, .team_list .online_user .subscriber_glowish, .team_list .online_user .user_info .subscription_streak, .user_info .team_list .online_user .subscription_streak {
  display: inline-flex;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_list .online_user .location {
  margin-left: 4px;
  max-width: 200px;
  display: inline-block;
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_info .btn-group {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
  margin-bottom: 0;
}
.main_info .btn-group > .btn, .main_info body.database_setup .btn-group > input[type=submit], body.database_setup .main_info .btn-group > input[type=submit], .main_info body.database_setup .btn-group > button, body.database_setup .main_info .btn-group > button, .main_info .btn-group > .btn-xs, .main_info .possible_aka_listings .btn-group > button, .possible_aka_listings .main_info .btn-group > button, .main_info .user_main_info_area .mod_options form .btn-group > button, .user_main_info_area .mod_options form .main_info .btn-group > button, .main_info .stage_selectable .stage_options .btn-group > button, .stage_selectable .stage_options .main_info .btn-group > button, .main_info .btn-group > .btn-sm, .main_info .request_list .challenge_request_hmm.removing .btn-group > button, .request_list .challenge_request_hmm.removing .main_info .btn-group > button {
  width: 100%;
  float: none;
  margin: 0;
}

.user_notes_container {
  display: block;
  overflow: hidden;
}
.user_notes_container:hover, a .user_notes_container.location:hover, .link .user_notes_container.location:hover {
  cursor: pointer;
}
.user_notes_container:hover .the_notes, .user_notes_container:hover .title, .user_notes_container:hover .when {
  color: #05D8FF;
}
.user_notes_container .title {
  color: #0F0;
}
.user_notes_container .when {
  color: #0F0;
  font-size: 13px;
}
.user_notes_container .the_notes {
  max-height: 80px;
  overflow-y: auto;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_info .record {
  display: flex;
  flex-direction: row;
  margin: 5px 0 6px 0;
  justify-content: space-between;
}
.main_info .record > span .text, .main_info .record a .text, a .main_info .record .location:hover .text, .link .main_info .record .location:hover .text, .main_info .record .link .text {
  margin-right: 4px;
}

.user_info .empty {
  font-style: italic;
}

.flaired {
  min-width: 32px;
}

.flairy_holder {
  position: relative;
  max-height: 20px;
  display: inline-block;
}

.flairy {
  height: 16px;
  margin-right: 4px;
}

.front_flairy_holder .flairy {
  margin-right: 0;
}

.flair-dolla {
  vertical-align: middle;
}

.flaired.is_mod .username, .flaired.is_mod .subscribe_link, .flaired.is_mod .subscriber_glowish, .flaired.is_mod .user_info .subscription_streak, .user_info .flaired.is_mod .subscription_streak, .chat_container.main .is_mod .username.sender, .chat_container.main .is_mod .sender.subscribe_link, .chat_container.main .is_mod .sender.subscriber_glowish, .chat_container.main .is_mod .user_info .sender.subscription_streak, .user_info .chat_container.main .is_mod .sender.subscription_streak {
  font-weight: bold;
  color: rgb(194, 255, 0);
}

.chat_message.me_texted .ceo-flair {
  display: none;
}

.is_subscribed .sender, .subscribe_link .sender, .user_info .subscription_streak .sender, .subscriber_glowish .sender, .username.is_subscribed, .subscribe_link, .user_info .subscription_streak, .subscriber_glowish, .chat_message.is_subscribed.me_texted .message, .chat_message.me_texted.subscribe_link .message, .user_info .chat_message.me_texted.subscription_streak .message, .chat_message.me_texted.subscriber_glowish .message {
  color: #05D8FF;
}

.is_subscribed .sender, .subscribe_link .sender, .user_info .subscription_streak .sender, .subscriber_glowish .sender, .username.is_subscribed, .subscribe_link, .user_info .subscription_streak, .subscriber_glowish {
  text-shadow: -1px 1px 8px #F44, 1px -1px 8px #44F;
}

.username.is_subscribed_white, .is_subscribed_white.subscribe_link, .user_info .is_subscribed_white.subscription_streak, .is_subscribed_white.subscriber_glowish {
  color: white;
}

.username.is_subscribed_black, .is_subscribed_black.subscribe_link, .user_info .is_subscribed_black.subscription_streak, .is_subscribed_black.subscriber_glowish {
  color: #9f9f9f;
}

.username.is_mod.is_subscribed, .is_mod.subscribe_link, .user_info .is_mod.subscription_streak, .is_mod.subscriber_glowish {
  text-shadow: -1px 1px 8px black, 1px -1px 8px black;
}

.username.is_top_player, .is_top_player.subscribe_link, .user_info .is_top_player.subscription_streak, .is_top_player.subscriber_glowish, .chat_message.is_top_player.me_texted .message {
  color: #2DFF00;
}

/*.is_chat_mod .sender{color:#FF51F6;}*/
.is_chat_admin.is_subscribed.username, .is_chat_admin.subscribe_link, .user_info .is_chat_admin.subscription_streak, .is_chat_admin.subscriber_glowish,
.is_chat_mod.is_subscribed.username,
.is_chat_mod.subscribe_link,
.user_info .is_chat_mod.subscription_streak,
.is_chat_mod.subscriber_glowish {
  text-shadow: -1px 1px 8px #000, 1px -1px 8px #000;
}

.is_chat_mod.username, .is_chat_mod.subscribe_link, .user_info .is_chat_mod.subscription_streak, .is_chat_mod.subscriber_glowish, .chat_message.me_texted.is_chat_mod .message,
.is_chat_admin.username,
.is_chat_admin.subscribe_link,
.user_info .is_chat_admin.subscription_streak,
.is_chat_admin.subscriber_glowish, .chat_message.me_texted.is_chat_admin .message {
  color: #C361E6;
}

.is_chat_mod.is_top_player.username, .is_chat_mod.is_top_player.subscribe_link, .user_info .is_chat_mod.is_top_player.subscription_streak, .is_chat_mod.is_top_player.subscriber_glowish, .chat_message.me_texted.is_chat_mod.is_top_player .message,
.is_chat_admin.is_top_player.username,
.is_chat_admin.is_top_player.subscribe_link,
.user_info .is_chat_admin.is_top_player.subscription_streak,
.is_chat_admin.is_top_player.subscriber_glowish, .chat_message.me_texted.is_chat_admin.is_top_player .message {
  color: #2DFF00;
}

input[type=text].ui-autocomplete-loading:not(.has_load_bar) {
  background-image: url("../../images/ajax-arrow-spinner.gif");
  background-repeat: no-repeat;
}

.ui-helper-hidden-accessible {
  display: none;
}

.react-autosuggest__container {
  position: relative;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}
.flex.flex-inline {
  display: inline-flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex.flex-space-between {
  justify-content: space-between;
}
.flex.flex-space-around {
  justify-content: space-around;
}
.flex.flex-align-items-center {
  align-items: center;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex.flex-center {
  align-items: center;
}
.flex.flex-grower-no-shrinker {
  flex: 1 0 auto;
}
.flex.flex-shrinker {
  flex: 1 1 auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.autosuggest_down .react-autosuggest__suggestions-container {
  top: calc(100% - 8px);
  transform: none;
  left: 0;
  max-height: 50vh;
}

.ui-autocomplete, .react-autosuggest__suggestions-container {
  border-top-right-radius: 0;
  max-height: 34vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5000;
  border: 1px solid #3A4059;
  border-color: #3A4059;
  background: #12141C;
  border-bottom: none;
  position: absolute;
  top: -1px;
  transform: translateY(-100%);
  left: 16px;
  width: calc(100% - 15px);
  border-radius: 4px 4px 0 0;
  display: none;
}
.ui-autocomplete ul, .react-autosuggest__suggestions-container ul {
  margin: 0;
}
.ui-autocomplete.react-autosuggest__suggestions-container--open, .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
  display: block;
}

.react-autosuggest__suggestions-container .suggestion {
  padding: 6px 8px;
  cursor: pointer;
}
.react-autosuggest__suggestions-container .suggestion .username, .react-autosuggest__suggestions-container .suggestion .subscribe_link, .react-autosuggest__suggestions-container .suggestion .user_info .subscription_streak, .user_info .react-autosuggest__suggestions-container .suggestion .subscription_streak, .react-autosuggest__suggestions-container .suggestion .subscriber_glowish {
  display: flex;
  flex-direction: row;
}
.react-autosuggest__suggestions-container .suggestion .username .gangster_name, .react-autosuggest__suggestions-container .suggestion .subscribe_link .gangster_name, .react-autosuggest__suggestions-container .suggestion .user_info .subscription_streak .gangster_name, .user_info .react-autosuggest__suggestions-container .suggestion .subscription_streak .gangster_name, .react-autosuggest__suggestions-container .suggestion .subscriber_glowish .gangster_name {
  display: block;
}
.react-autosuggest__suggestions-container .suggestion .username .display_name, .react-autosuggest__suggestions-container .suggestion .subscribe_link .display_name, .react-autosuggest__suggestions-container .suggestion .user_info .subscription_streak .display_name, .user_info .react-autosuggest__suggestions-container .suggestion .subscription_streak .display_name, .react-autosuggest__suggestions-container .suggestion .subscriber_glowish .display_name {
  display: block;
}
.react-autosuggest__suggestions-container .suggestion .username .display_name:before, .react-autosuggest__suggestions-container .suggestion .subscribe_link .display_name:before, .react-autosuggest__suggestions-container .suggestion .user_info .subscription_streak .display_name:before, .user_info .react-autosuggest__suggestions-container .suggestion .subscription_streak .display_name:before, .react-autosuggest__suggestions-container .suggestion .subscriber_glowish .display_name:before {
  content: "(";
  margin-left: 16px;
}
.react-autosuggest__suggestions-container .suggestion .username .display_name:after, .react-autosuggest__suggestions-container .suggestion .subscribe_link .display_name:after, .react-autosuggest__suggestions-container .suggestion .user_info .subscription_streak .display_name:after, .user_info .react-autosuggest__suggestions-container .suggestion .subscription_streak .display_name:after, .react-autosuggest__suggestions-container .suggestion .subscriber_glowish .display_name:after {
  content: ")";
}

.ui-autocomplete .ui-state-focus, .react-autosuggest__suggestions-container .suggestion.focused {
  background: #30354A;
  border: none;
}

.ui-autocomplete .ui-corner-all {
  border: none;
}

.ui-menu .ui-menu-item {
  border: none;
}

.ui-autocomplete li a, .ui-autocomplete li a .location:hover, a .ui-autocomplete li .location:hover, .ui-autocomplete li .link .location:hover, .link .ui-autocomplete li .location:hover, .ui-autocomplete li .link {
  color: #FF8F00;
}

.shortcut_text {
  color: white;
  margin-left: 16px;
}

.shortcut_result {
  margin-left: 16px;
}

.chat_message .username.is_top_player_pending:before, .chat_message .is_top_player_pending.subscribe_link:before, .chat_message .user_info .is_top_player_pending.subscription_streak:before, .user_info .chat_message .is_top_player_pending.subscription_streak:before, .chat_message .is_top_player_pending.subscriber_glowish:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  content: "";
  background: url(http://i.imgur.com/tMP7WJb.png) no-repeat 0 0;
  background-size: 100%;
  position: relative;
  top: 3px;
  margin-top: -3px;
}

.username.is_cucumber_mod, .is_cucumber_mod.subscribe_link, .user_info .is_cucumber_mod.subscription_streak, .is_cucumber_mod.subscriber_glowish, .chat_message.is_cucumber_mod.me_texted .message {
  color: #5E995C;
}

.username.is_mod, .is_mod.subscribe_link, .user_info .is_mod.subscription_streak, .is_mod.subscriber_glowish, .chat_message.is_mod.me_texted .message {
  color: #F66;
}

.username.blank, .blank.subscribe_link, .user_info .blank.subscription_streak, .blank.subscriber_glowish {
  color: #C2C2C2;
  font-style: italic;
}

.username .gavel, .subscribe_link .gavel, .user_info .subscription_streak .gavel, .subscriber_glowish .gavel {
  margin-left: 3px;
}

.username.is_mod.is_top_player, .is_mod.is_top_player.subscribe_link, .user_info .is_mod.is_top_player.subscription_streak, .is_mod.is_top_player.subscriber_glowish {
  text-shadow: -1px 1px 8px #FF0000, 1px -1px 8px #FF0000;
}

.username.is_admin, .is_admin.subscribe_link, .user_info .is_admin.subscription_streak, .is_admin.subscriber_glowish, .chat_message.is_admin.me_texted .message {
  color: yellow;
}

.message .username.casual_mention, .message .casual_mention.subscribe_link, .message .user_info .casual_mention.subscription_streak, .user_info .message .casual_mention.subscription_streak, .message .casual_mention.subscriber_glowish {
  text-shadow: 1px 1px 1px black !important;
}

.stream-box {
  height: 100%;
}

.stream_link_advanced_preview_thumb {
  max-width: 150px;
  max-height: 60px;
}

.stream_open_embed {
  float: left;
}

#visible_stream .loading_stream {
  display: none;
}

#visible_stream.loading .loading_stream {
  display: block;
  margin-top: 16px;
  clear: both;
  text-align: center;
}

.stream_container {
  padding: 4px 12px;
  color: white;
  display: none;
}
.stream_container .game_logo {
  max-height: 52px;
  max-width: 112px;
}

.stream_container {
  display: flex;
  flex-direction: column;
}

#tab-pane-matchmaking .stream_container {
  padding: 0;
  margin: 0 8px;
}

.online_user.browser_idle .location, .online_user.browser_idle .username, .online_user.browser_idle .subscribe_link, .online_user.browser_idle .user_info .subscription_streak, .user_info .online_user.browser_idle .subscription_streak, .online_user.browser_idle .subscriber_glowish {
  opacity: 0.7;
}

.online_user.browser_idle .location {
  color: #FFF;
}

.chat_room_user_list .online_user, .list_holder.user_lists .online_user {
  padding: 3px 8px 3px 12px;
}
.chat_room_user_list .location, .list_holder.user_lists .location {
  float: none;
}

.online_user .location {
  min-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  display: inline-block;
  font-size: 11px;
}

.online_user.browser_idle {
  font-style: italic;
  color: rgb(163, 163, 163);
}

.online_user.away .title {
  font-style: italic;
}

.online_user button {
  margin: 0;
}

.online_user .right_side_elements {
  text-align: right;
}

.both .online_user .right_side_elements, .small_width .online_user .right_side_elements,
#bottom_dock .title {
  display: none;
}

.list_holder li, .list_holder .list_container li, .list_holder .row {
  display: block;
  padding: 3px 8px 3px 8px;
  margin-left: 0;
  margin-right: 0;
}

.online_indicator {
  margin-right: 4px;
}

.list_holder ul li:hover, .list_holder .row:hover, .list_holder .online_user:hover, .friendlist ul li:hover, .friendlist .row:hover, .friendlist .online_user:hover {
  cursor: pointer;
  background-color: rgba(10, 110, 189, 0.58);
}

.online_user.active {
  background-color: rgb(32, 32, 32);
  color: white;
}

.loading_list {
  text-align: center;
  padding-top: 16px;
}

#bottom_dock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#bottom_dock h3 {
  display: none;
  margin: 0;
  font-size: 1.2em;
}

.ui-resizable-handle {
  z-index: 10000 !important;
}

.ui-dialog .ui-resizable-se {
  background-image: url("");
}

.list_holder .ui-resizable-s, .list_holder .ui-resizable-n {
  height: 10px;
}

.list_holder .ui-resizable-w {
  left: -10px;
}

.list_holder .ui-resizable-e, .list_holder .ui-resizable-w {
  width: 10px;
}

.active_chats .panel, .active_chats body.database_setup .section_content, body.database_setup .active_chats .section_content {
  background-color: #323232;
  width: 100%;
}

#tab-pane-battle.active {
  display: flex;
  flex-direction: column;
}

#tab-pane-battle.no_matches .current_matches_holder {
  display: none;
}

.active_chats, .no_matches .no_matches_content {
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.active_chats .loader {
  display: block;
  margin: 32px auto 0 auto;
}

.no_matches {
  margin: 0;
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}
.no_matches.panel, body.database_setup .no_matches.section_content {
  margin: 0;
  padding: 16px;
}

.match_search_link {
  color: #68EBFD;
  cursor: pointer;
}

.groups_container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.group_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1 1 0;
  padding: 0 8px;
}

.private_chat_listing {
  position: relative;
  min-height: 46px;
  margin: 1rem;
  width: auto;
  padding: 2px 0 2px 4px;
  margin: 8px 0 0 0px;
  cursor: pointer;
  display: flex;
}
.private_chat_listing.has_new_messages {
  font-weight: bold;
  background-color: #0A6EBD;
}
.private_chat_listing.has_new_messages .username, .private_chat_listing.has_new_messages .subscribe_link, .private_chat_listing.has_new_messages .user_info .subscription_streak, .user_info .private_chat_listing.has_new_messages .subscription_streak, .private_chat_listing.has_new_messages .subscriber_glowish {
  font-weight: bold;
}
.private_chat_listing .quick_summary {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.private_chat_listing .summary_content {
  flex: 1;
  text-align: right;
}
.private_chat_listing .summary_content .time {
  width: 100px;
}
.private_chat_listing .message_summary {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
  max-width: 251px;
  display: flex;
  align-items: center;
}
.private_chat_listing .message_summary .username, .private_chat_listing .message_summary .subscribe_link, .private_chat_listing .message_summary .user_info .subscription_streak, .user_info .private_chat_listing .message_summary .subscription_streak, .private_chat_listing .message_summary .subscriber_glowish {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #05D8FF;
}
.private_chat_listing .message_summary.blocked .preview_text {
  font-style: italic;
  color: #FF3434;
}
.private_chat_listing .message_summary .preview_text {
  margin-left: 8px;
  width: 60%;
  color: white;
}
.private_chat_listing .username, .private_chat_listing .subscribe_link, .private_chat_listing .user_info .subscription_streak, .user_info .private_chat_listing .subscription_streak, .private_chat_listing .subscriber_glowish {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  display: inline-block;
}
.private_chat_listing .message_summary.no_messages:after {
  content: "No Messages";
  color: #05D8FF;
  font-style: italic;
}
.private_chat_listing .closing_x {
  float: right;
}

.card-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.card-shadow:hover, a .card-shadow.location:hover, .link .card-shadow.location:hover {
  border-color: #05D8FF;
}

.private_chat_area .title_area {
  font-size: 14px;
  padding: 4px 4px 2px 4px;
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  border: 1px solid #3A4059;
  border-bottom: none;
  background-color: #1C1F2B;
}
.private_chat_area .title_area.clickable:hover, .private_chat_area #main_chat_area .chat_room_title_banner .title_area.chat_option:hover, #main_chat_area .chat_room_title_banner .private_chat_area .title_area.chat_option:hover, .private_chat_area .dolphin_launcher_waiting .title_area.dolphin_user:hover, .dolphin_launcher_waiting .private_chat_area .title_area.dolphin_user:hover, .private_chat_area .dolphin_launcher_players .title_area.dolphin_user:hover, .dolphin_launcher_players .private_chat_area .title_area.dolphin_user:hover {
  background-color: #0A6EBD;
}
.private_chat_area .title_area .private_message_online_indicator {
  align-self: center;
}

.big_private_chat {
  display: flex;
  flex-grow: 1;
}
.big_private_chat .title_area {
  margin: 0;
}
.big_private_chat .private_chat_holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.big_private_chat .closing_x {
  display: none;
}
.big_private_chat .title_area {
  border: none;
  padding: 0;
}
.big_private_chat .title_area .btn, .big_private_chat .title_area body.database_setup input[type=submit], body.database_setup .big_private_chat .title_area input[type=submit], .big_private_chat .title_area body.database_setup button, body.database_setup .big_private_chat .title_area button, .big_private_chat .title_area .btn-xs, .big_private_chat .title_area .possible_aka_listings button, .possible_aka_listings .big_private_chat .title_area button, .big_private_chat .title_area .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .big_private_chat .title_area button, .big_private_chat .title_area .stage_selectable .stage_options button, .stage_selectable .stage_options .big_private_chat .title_area button, .big_private_chat .title_area .btn-sm, .big_private_chat .title_area .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .big_private_chat .title_area button {
  margin-bottom: 0;
}
.big_private_chat .chat_container li {
  flex: 1 1 0;
}
.big_private_chat .chat_container_outer_holder {
  width: 100%;
  flex-grow: 1;
  flex: 1 1 0;
  margin-bottom: 0;
  border-bottom: none;
}
.big_private_chat .chat_holder {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.big_private_chat .private_chat_area .title_area .username, .big_private_chat .private_chat_area .title_area .subscribe_link, .big_private_chat .private_chat_area .title_area .user_info .subscription_streak, .user_info .big_private_chat .private_chat_area .title_area .subscription_streak, .big_private_chat .private_chat_area .title_area .subscriber_glowish {
  display: inline-block;
  margin-top: 8px;
}
.big_private_chat .ui-resizable-handle {
  display: none !important;
}

.chat_input_group {
  display: flex;
  flex-direction: row;
  border: 1px solid #3A4059;
  background-color: #12141C;
  border-radius: 2px 2px 2px 2px;
  min-height: 35px;
  flex: 0 0 auto;
}
.chat_input_group.fatty_bottom_helper {
  padding: 14px 12px 14px 12px;
}
.chat_input_group:focus {
  transition: 0.4s;
  border-color: #68EBFD;
}

.private_chat_area.chat_holder {
  display: flex;
  flex-direction: column;
}

.chat_input_group .input_beauty_wrapper {
  flex-direction: row;
  width: 100%;
  background-color: #1C1F2B;
  border-radius: 4px;
}
.chat_input_group .chat_input_holder > * {
  width: 100%;
  display: block;
  box-sizing: border-box;
  min-height: 0;
  resize: none;
  white-space: nowrap;
  border-radius: 2px;
  position: relative;
}
.chat_input_group .chat_input {
  border: none;
  white-space: pre-wrap;
  padding: 10px 8px 4px 8px;
  overflow-x: hidden;
  min-height: 26px;
  resize: none;
  min-height: 34px;
}
.chat_input_group .chat_input_holder {
  display: flex;
  flex: 1 0 auto;
}
.chat_input_group .send_chat_button {
  border-left: 1px solid #3A4059;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  margin-bottom: 0;
  background-color: #12141C;
}

.input-group.chat_input_group .chat_input {
  height: 26px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  white-space: pre;
  word-wrap: normal;
}

.input-group.chat_input_group .send_chat_button {
  height: 26px;
  border: 1px solid white;
  border-radius: 2px;
  background-color: #12141C;
}

.input-group.chat_input_group .btn, .input-group.chat_input_group body.database_setup input[type=submit], body.database_setup .input-group.chat_input_group input[type=submit], .input-group.chat_input_group body.database_setup button, body.database_setup .input-group.chat_input_group button, .input-group.chat_input_group .btn-xs, .input-group.chat_input_group .possible_aka_listings button, .possible_aka_listings .input-group.chat_input_group button, .input-group.chat_input_group .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .input-group.chat_input_group button, .input-group.chat_input_group .stage_selectable .stage_options button, .stage_selectable .stage_options .input-group.chat_input_group button, .input-group.chat_input_group .btn-sm, .input-group.chat_input_group .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .input-group.chat_input_group button {
  margin: 0;
  padding: 0 4px 0 4px;
  border-color: #3A4059;
}

.dashboard-xs:not(.dashboard-sm) .panel, .dashboard-xs:not(.dashboard-sm) body.database_setup .section_content, body.database_setup .dashboard-xs:not(.dashboard-sm) .section_content {
  margin-bottom: 0;
}
.dashboard-xs:not(.dashboard-sm) .current_match {
  margin-bottom: 0;
}
.dashboard-xs:not(.dashboard-sm) .current_matches_holder {
  margin-bottom: 0;
}
.dashboard-xs:not(.dashboard-sm) .big_private_chat .chat_container_outer_holder, .dashboard-xs:not(.dashboard-sm) #main_chat_area .chat_container_outer_holder, .dashboard-xs:not(.dashboard-sm) .private_chat_area .chat_container_outer_holder {
  margin-bottom: 0;
  border-right: none;
  border-radius: 0;
}
.dashboard-xs:not(.dashboard-sm) .input-group.chat_input_group .chat_input, .dashboard-xs:not(.dashboard-sm) .input-group .send_chat_button {
  height: 36px;
  border-top: none;
  border-radius: 0;
  background-color: #12141C;
}
.dashboard-xs:not(.dashboard-sm) .input-group.chat_input_group .chat_input {
  padding-top: 8px;
  padding-left: 4px;
}

#dashboard.dashboard-sm #tab-pane-battle {
  margin-top: 0px;
}

#dashboard.dashboard-md #tab-pane-streams,
#dashboard.dashboard-md #game_preferences,
#dashboard.dashboard-md #tab-pane-disputes {
  margin-top: 0px;
}

.active_chats {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.managed_ranked_popup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.list_holder ul li.hidden_by_region {
  display: none;
}

.visible_by_region {
  display: block;
}

#recent_private_chats .online_user .last_message_time {
  display: inline;
}

#recent_private_chats .online_user .no_challenges {
  visibility: visible;
}

#recent_private_chats .has_new_messages .username, #recent_private_chats .has_new_messages .subscribe_link, #recent_private_chats .has_new_messages .user_info .subscription_streak, .user_info #recent_private_chats .has_new_messages .subscription_streak, #recent_private_chats .has_new_messages .subscriber_glowish {
  font-weight: bold;
}

#online_users {
  display: block;
}

#recent_private_chats .location {
  display: none;
}

.matchmaking_popup .error_message_container {
  margin-top: 28px;
  font-size: 16px;
}

input.unsaved {
  color: red;
  border-color: yellow;
}

#fancybox-wrap a:hover, #fancybox-wrap a .location:hover, a #fancybox-wrap .location:hover, #fancybox-wrap .link .location:hover, .link #fancybox-wrap .location:hover, #fancybox-wrap .link:hover {
  color: green;
}

#fancybox-content label span, .fancybox-content label span {
  margin-right: 2px;
}

#fancybox-content label input, .fancybox-content label input {
  margin-right: 6px;
}

body #fancybox-content, body .fancybox-content {
  z-index: 20;
  margin-bottom: 8px;
  border-radius: 0;
  background-color: #1C1F2B;
  min-width: 300px;
  border: none;
  padding: 10px;
}

#fancybox-overlay {
  background-color: rgb(0, 0, 0) !important;
}

#fancybox-outer {
  background: none;
}

#fancybox-content .mod_history, .fancybox-content .mod_history {
  margin-top: 4px;
}

#fancybox-content h2, .fancybox-content h2 {
  margin-top: 4px;
}

body #fancybox-close {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f00d";
  background: none;
}

.fancybox-bg {
  display: none !important;
}

#fancybox-content .confirm, .fancybox-content .confirm {
  float: right;
}

.online_user {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: background 0.4s;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.online_user .username, .online_user .subscribe_link, .online_user .user_info .subscription_streak, .user_info .online_user .subscription_streak, .online_user .subscriber_glowish {
  font-size: 10pt;
  box-sizing: border-box;
}

#fancybox-wrap h2 {
  font-size: 18px;
}

#fancybox-title {
  position: absolute;
  top: 0;
}

.match_summary h2 {
  text-align: center;
}

.set_score:not(.advanced_team_scores), .points_counter:not(.advanced_team_scores) {
  text-align: right;
  flex: 1;
  margin-left: 8px;
}
.set_score.advanced_team_scores, .points_counter.advanced_team_scores {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  float: none;
  flex: 1;
}
.set_score.advanced_team_scores .advanced_team_score, .points_counter.advanced_team_scores .advanced_team_score {
  display: flex;
  flex-direction: row;
}
.set_score.advanced_team_scores .advanced_team_score:last-child, .points_counter.advanced_team_scores .advanced_team_score:last-child {
  flex-direction: row-reverse;
}
.set_score.advanced_team_scores .advanced_team_score:last-child .points, .points_counter.advanced_team_scores .advanced_team_score:last-child .points {
  flex-direction: row-reverse;
}
.set_score .points, .points_counter .points {
  margin: 0 8px;
  display: inline-flex;
  flex-wrap: wrap;
}
.set_score .point, .points_counter .point {
  margin: 0 2px;
}
.set_score .win, .points_counter .win {
  color: #0F0;
}
.set_score .open, .points_counter .open {
  color: white;
}

.picks_container .set_score {
  float: right;
  flex: 1;
}

.picks_container .current_instructions {
  border: 1px solid #3A4059;
  padding: 4px;
  margin: 0;
  font-size: 10pt;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.picks_container .current_instructions .match_selections_with_character_previews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.picks_container .current_instructions .match_selections_with_character_previews .character_previews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.picks_container .current_instructions .match_selections_with_character_previews .player_character {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.picks_container .current_instructions .match_selections_with_character_previews .player_character .character_owner {
  display: flex;
  flex-direction: column;
}
.picks_container .current_instructions .match_selections_with_character_previews .character {
  cursor: default;
}

.picks_container .current_instructions .current_instructions_words {
  position: relative;
  padding: 2px 16px;
}
.picks_container .current_instructions.active .current_instructions_words {
  animation-name: highlightBackgroundPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
  background-color: #05D8FF;
  transition: 0.6s;
  border-radius: 2px;
}

.picks_container .current_instructions.error_highlight .current_instructions_words {
  background-color: white;
  color: black;
  transition: 0.6s;
  font-size: larger;
}

.picks_container .current_instructions.active p {
  transition: 0.6s;
}

#tab-pane-matchmaking.select_options .current_matches_holder {
  display: none;
}
#tab-pane-matchmaking.select_options .play_match_container {
  display: none;
}
#tab-pane-matchmaking.select_options #matchmaking_popup {
  display: block;
}

#tab-pane-matchmaking.select_options {
  flex-direction: row;
}

#tab-pane-matchmaking .current_matches_holder {
  display: none;
}
#tab-pane-matchmaking .play_match_container {
  position: relative;
  flex-direction: column;
  width: 100%;
  flex: 1;
  margin: 0 auto;
}
#tab-pane-matchmaking .play_match_container.flex #recent_match_searchers {
  display: flex;
  flex: 2 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
}
#tab-pane-matchmaking .play_match_container.flex #recent_match_searchers.mobile_view {
  flex-direction: column;
}
#tab-pane-matchmaking #recent_match_searchers {
  display: block;
}
#tab-pane-matchmaking .play_match_container.flex .game_search_section {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex: 0 1 auto;
}
#tab-pane-matchmaking .game_search_section {
  display: block;
  overflow: hidden;
  margin: 0 8px;
}
#tab-pane-matchmaking .play_match_container.flex .game_search_section.maximized {
  flex: 1 1 400px;
  min-height: 160px;
}
#tab-pane-matchmaking .text_container {
  flex: 1;
}
#tab-pane-matchmaking .quick_matchmaking_button {
  border-color: #3A4059;
  border-radius: 16px;
  padding: 0 4px;
}
#tab-pane-matchmaking .quick_matchmaking_button.invisible {
  pointer-events: none;
  visibility: hidden;
}

.dashboard-xs .play_match_container.flex #recent_match_searchers {
  flex-direction: column;
}
.dashboard-xs .friendlies_search {
  margin-bottom: 3px;
}

#tab-pane-battle .match_singles, #tab-pane-battle .match_doubles {
  display: flex;
  flex: 1;
}
#tab-pane-battle .match_singles .current_matches_holder, #tab-pane-battle .match_doubles .current_matches_holder {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.match_chat_stuff {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.match_chat_stuff .chat_container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.match_playing_stuff {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.current_match.is_teams_match .team_list {
  display: block;
}

.current_match.is_singles_match .team_list {
  display: none;
}

.current_match_container.assigned_teams .select_team {
  display: inline-block;
  float: right;
  border: 2px solid transparent;
}

.current_match_container .online_user.invited .invited_text {
  display: inline-block;
}

.current_match_container.is_teams_match .game_information .with {
  display: none;
}

.current_match_container.match_hoster .accept_player, .current_match_container.match_hoster .decline_player {
  display: inline-block;
}
.current_match_container.match_hoster .invited_text {
  display: none;
}
.current_match_container.match_hoster .online_user.accepted .accept_player {
  display: none;
}
.current_match_container.match_hoster .online_user.is_me .accept_player, .current_match_container.match_hoster .online_user.is_me .decline_player {
  display: none;
}
.current_match_container.match_hoster .online_user.invited .accept_player, .current_match_container.match_hoster .online_user.invited .decline_player {
  display: none;
}
.current_match_container.match_hoster .online_user.invited .invited_pending {
  display: inline-block;
}

.current_match_container.match_hoster .online_user .decline_player {
  display: inline-block;
}

.current_match_container .userlist .team {
  display: none;
}
.current_match_container .userlist .online_user.pending .username, .current_match_container .userlist .online_user.pending .subscribe_link, .current_match_container .userlist .online_user.pending .user_info .subscription_streak, .user_info .current_match_container .userlist .online_user.pending .subscription_streak, .current_match_container .userlist .online_user.pending .subscriber_glowish, .current_match_container .userlist .online_user.pending .location {
  opacity: 0.7;
  font-style: italic;
}

.invited_text {
  font-style: italic;
  margin-right: 8px;
}

.current_match_container .premade_responses {
  display: none;
  flex-wrap: wrap;
  margin: 0 -4px 0 -4px;
}
.current_match_container .premade_responses.visible {
  display: flex;
}
.current_match_container .premade_responses .premade_response {
  margin: 4px 4px 4px 4px;
  flex-grow: 1;
  border-radius: 12px;
}

.current_match_container.search_is_active .finished {
  display: none;
}

.current_match_container .start_team_match {
  display: none;
}

.current_match_container.search_is_active.is_teams_match.match_hoster .start_team_match {
  display: block;
}

.current_match_container.search_is_active .control-buttons .closing_x,
.current_match_container.ended .closing_x {
  display: block;
  align-self: flex-end;
  margin-left: auto;
  order: 10;
  border: 1px solid #F66;
}

.current_match_container.search_is_active .controls.ranked_controls {
  display: none;
}

.current_match_container.is_ranked_match .friendlies_controls {
  display: none;
}

.current_match_container.is_unranked_match .ranked_controls .cancel {
  display: none;
}

.current_match_container.match_active .timeout {
  display: none;
}

.current_match_container .timeout {
  display: flex;
  padding: 4px 0 4px 0;
  flex-direction: row;
  align-items: center;
}
.current_match_container .timeout .timer_container {
  flex: 1;
  text-align: right;
}
.current_match_container .timeout.expired .countdown {
  color: #F66;
}
.current_match_container .timeout.expired .the_s, .current_match_container .timeout.expired .description {
  display: none;
}

.current_matches_holder .clicky_links {
  display: none;
}
.current_matches_holder .clicky_links.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.current_matches_holder .clicky_links .connected_field_link {
  font-style: normal;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.current_matches_holder .clicky_links .connected_field_link > * {
  margin: 0 2px;
}
.current_matches_holder .clicky_links .connected_field_link .display_name_container {
  font-size: 11px;
  display: none;
}
.current_matches_holder .clicky_links .connected_field_link .display_name_container.active {
  display: inline;
}
.current_matches_holder .clicky_links .connected_field_link .display_name_container:before {
  content: "(";
}
.current_matches_holder .clicky_links .connected_field_link .display_name_container:after {
  content: ")";
}
.current_matches_holder .clicky_links .connected_field_link.is_me {
  display: none;
}
.current_matches_holder .clicky_links .connected_field_link.disabled, .current_matches_holder .clicky_links .request_list .challenge_request_hmm.removing button.connected_field_link, .request_list .challenge_request_hmm.removing .current_matches_holder .clicky_links button.connected_field_link {
  color: black;
}
.current_matches_holder .clicky_links .connected_field_link.disabled .icon, .current_matches_holder .clicky_links .request_list .challenge_request_hmm.removing button.connected_field_link .icon, .request_list .challenge_request_hmm.removing .current_matches_holder .clicky_links button.connected_field_link .icon {
  color: black;
}
.current_matches_holder .clicky_links .connected_field_link .icon {
  color: white;
  background-color: black;
  font-size: 20px;
  border-radius: 4px;
}
.current_matches_holder .dolphin_version .dolphin_logo {
  display: none;
}
.current_matches_holder .dolphin_version {
  display: inline-block;
  padding: 4px 0 4px 0;
  transition: 0.4s;
  margin-bottom: 6px;
}
.current_matches_holder .dolphin_version:hover, .current_matches_holder .dolphin_version:focus {
  transition: 0.4s;
}
.current_matches_holder .dolphin_version .dolphin_logo {
  height: 30px;
}
.current_matches_holder .dolphin_version .dolphin_logo.square_logo {
  height: 40px;
  margin-right: 4px;
}
.current_matches_holder .game_information {
  margin: 12px 0;
  display: block;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.current_matches_holder .game_information .match_count {
  justify-content: space-around;
}
.current_matches_holder .game_information .match_count img {
  max-width: 28%;
  max-height: 22px;
}
.current_matches_holder .replays .replay_preview {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3A4059;
}
.current_matches_holder .replays .replay_preview .accept, .current_matches_holder .replays .replay_preview .decline {
  max-height: 64px;
}
.current_matches_holder .replays .replay_preview .accept {
  order: 0;
}
.current_matches_holder .replays .replay_preview .decline {
  order: 100;
}
.current_matches_holder .replays .replay_preview .when {
  display: block;
}
.current_matches_holder .replays .replay_preview .replay_stage {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
.current_matches_holder .replays .replay_preview .replay_stage .stage_container {
  border-radius: 8px;
}
.current_matches_holder .replays .replay_preview:last-child {
  border-bottom: none;
}
.current_matches_holder .replays .replay_preview .player {
  margin: 0 4px;
}
.current_matches_holder .replays .replay_preview .players {
  flex: 1;
}
.current_matches_holder .replays .replay_preview .save_errors {
  flex: 1 0 100%;
  order: 101;
}
.current_matches_holder .replays .replay_preview .warning {
  color: #FF0;
}
.current_matches_holder .replays .replay_preview .confirmations {
  flex: 1 0 100%;
  text-align: left;
}
.current_matches_holder .replays .replay_preview .stage_container {
  width: auto;
  margin-right: 8px;
}
.current_matches_holder .replays .replay_preview .kill_order, .current_matches_holder .replays .replay_preview .detailed_stats {
  display: none;
}

.dot_spaced > span {
  display: inline-flex;
}
.dot_spaced > span span {
  margin: 0 3px;
}
.dot_spaced > span:after {
  content: "●";
  color: white;
  margin-left: 16px;
  margin-right: 16px;
}
.dot_spaced > span:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.match_count {
  display: flex;
  text-align: center;
  margin: 4px 0 8px 0;
  align-items: center;
  justify-content: center;
}
.match_count span, .match_count img {
  margin-right: 4px;
  font-size: 17px;
}

.current_match_container.no_game_picks .picks_container {
  display: none;
}
.current_match_container.no_game_picks .match_playing_stuff {
  display: none;
}

.current_match_container.ended .match_playing_stuff, .current_match_container.rock_paper_scissors_mode .match_playing_stuff {
  display: flex;
}

.choose_character .stage_selected {
  float: left;
  text-align: left;
}

.stage_selected .stage_name {
  display: block;
  font-size: 18px;
}

.choose_character .selected_characters {
  display: inline-flex;
  float: right;
}

.stage_stuff {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.stage_stuff .stage_selected {
  display: flex;
  flex-direction: column;
}
.stage_stuff .stage_selected .stage_name {
  order: 1;
}
.stage_stuff .stage_selected .stage_image_container {
  order: 2;
}
.stage_stuff .stage_selected .stage_holder {
  border: none;
  max-height: 68px;
  height: auto;
  width: auto;
  border-radius: 4px;
}
.stage_stuff .stage_hazard_information {
  font-size: 11px;
  color: #0F0;
}

.stage_picks {
  display: flex;
}

.selected_characters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.current_match_container.play_match .picks_container .play_match {
  display: block;
}
.current_match_container.play_match .picks_container .stage_selected {
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
}
.current_match_container.play_match .picks_container .stage_selected .stage_image_container {
  text-align: left;
  order: 1;
}
.current_match_container.play_match .picks_container .stage_selected .stage_name {
  order: 2;
  align-self: flex-end;
}
.current_match_container.play_match .picks_container .selected_characters {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
.current_match_container.play_match .picks_container .click_winner_heading {
  display: block;
  margin-top: 0;
}

.current_match_container.choose_stage .player_character, .current_match_container.wait_for_choose_stage .player_character {
  display: none;
}

.player_character.empty, .stage_selected.empty {
  display: none;
}

.current_match_container.play_match .picks_container .stage_selected.empty {
  display: none;
}

.current_match_container.character_pick_main .stage_picks {
  display: none;
}

.current_match_container.wait_for_strike .waiting_for_stage_strike_heading,
.current_match_container.strike_stage .strike_a_stage_heading,
.current_match_container.wait_for_choose_stage .waiting_for_stage_pick,
.current_match_container.choose_stage .choose_a_stage_to_play,
.current_match_container.wait_for_choose_character .waiting_for_character_pick_heading,
.current_match_container.choose_character .choose_character_heading,
.current_match_container.blind_choose .blind_pick_heading,
.current_match_container.blind_wait .waiting_for_other_player_blind_pick {
  display: block;
}

.current_match_container.rock_paper_scissors_mode .picks_container {
  display: none;
}

.current_match_container.spectating_match .character_picks,
.current_match_container.spectating_match .ranked_controls,
.current_match_container.spectating_match .picks_container .click_winner_heading {
  display: none;
}
.current_match_container.spectating_match .closing_x {
  display: block;
}

.character_picks .waiting_on {
  display: block;
  order: 1;
  width: 100%;
  text-align: center;
}

.character_picks.confirming {
  min-height: 232px;
  position: relative;
}
.character_picks.confirming .waiting_on {
  display: none;
}
.character_picks.confirming .character:not(.confirming) {
  display: none;
}
.character_picks.confirming .character.confirming {
  opacity: 1;
  margin: 0 auto;
}
.character_picks .less_picked_characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.character_picks .waiting_on .username, .character_picks .waiting_on .subscribe_link, .character_picks .waiting_on .user_info .subscription_streak, .user_info .character_picks .waiting_on .subscription_streak, .character_picks .waiting_on .subscriber_glowish {
  display: inline-block;
}
.character_picks .waiting_on .username:before, .character_picks .waiting_on .subscribe_link:before, .character_picks .waiting_on .user_info .subscription_streak:before, .user_info .character_picks .waiting_on .subscription_streak:before, .character_picks .waiting_on .subscriber_glowish:before {
  content: "Waiting for";
  color: white;
  margin-right: 4px;
  margin-left: 16px;
}
.character_picks .waiting_on .username:not(:last-child):after, .character_picks .waiting_on .subscribe_link:not(:last-child):after, .character_picks .waiting_on .user_info .subscription_streak:not(:last-child):after, .user_info .character_picks .waiting_on .subscription_streak:not(:last-child):after, .character_picks .waiting_on .subscriber_glowish:not(:last-child):after {
  content: "●";
  color: white;
  margin-left: 16px;
}

.current_match_container.play_match .selected_characters .player_character:hover .character_name {
  transition: 0.3s;
  color: white;
}
.current_match_container.play_match .selected_characters .player_character:hover .character_holder:hover {
  transition: 0.3s;
  border-color: #0F0;
  transform: scale(1.1);
}

.selected_characters .player_character.disabled, .selected_characters .request_list .challenge_request_hmm.removing button.player_character, .request_list .challenge_request_hmm.removing .selected_characters button.player_character {
  opacity: 0.5;
  border-radius: 4px;
}

.picks_container .selection_made_loading, .picks_container .selected_character, .picks_container .cancel_selection {
  display: none;
}

.current_match_container.other_reported_win .other_team .other_report_pick {
  display: block;
}

.current_match_container.self_reported_win .my_team .my_report_pick {
  display: block;
}

.current_match_container.other_reported_loss .my_team .other_report_pick {
  display: block;
}

.current_match_container.self_reported_loss .other_team .my_report_pick {
  display: block;
}

.current_instructions .click_winner_heading {
  text-align: center;
}

.current_instructions .selected_characters .character_name {
  display: block;
}

.character_picks.confirming .cancel_selection, .stage_picks.confirming .cancel_selection {
  position: relative;
  top: 124px;
  display: block;
}
.character_picks.confirming .selected_character, .stage_picks.confirming .selected_character {
  display: block;
  text-align: center;
  border-bottom: 2px solid #FFF;
  padding-bottom: 4px;
  width: 60%;
  margin: 10px auto;
}
.character_picks.confirming .selection_made_loading, .stage_picks.confirming .selection_made_loading {
  display: block;
  position: relative;
  margin: 0 auto;
}

.character_picks .character.waiting_active {
  display: inline-block;
  opacity: 0.8;
}

.picks_container .character_picks:not(.confirming) .character.clickable:hover, .picks_container .character_picks:not(.confirming) #main_chat_area .chat_room_title_banner .character.chat_option:hover, #main_chat_area .chat_room_title_banner .picks_container .character_picks:not(.confirming) .character.chat_option:hover, .picks_container .character_picks:not(.confirming) .dolphin_launcher_waiting .character.dolphin_user:hover, .dolphin_launcher_waiting .picks_container .character_picks:not(.confirming) .character.dolphin_user:hover, .picks_container .character_picks:not(.confirming) .dolphin_launcher_players .character.dolphin_user:hover, .dolphin_launcher_players .picks_container .character_picks:not(.confirming) .character.dolphin_user:hover,
.picks_container .stage.clickable:hover,
.picks_container #main_chat_area .chat_room_title_banner .stage.chat_option:hover,
#main_chat_area .chat_room_title_banner .picks_container .stage.chat_option:hover,
.picks_container .dolphin_launcher_waiting .stage.dolphin_user:hover,
.dolphin_launcher_waiting .picks_container .stage.dolphin_user:hover,
.picks_container .dolphin_launcher_players .stage.dolphin_user:hover,
.dolphin_launcher_players .picks_container .stage.dolphin_user:hover {
  color: black;
  transition: 0.4s;
  transform: scale(1.1);
}

.picks_container .stage, .picks_container .character {
  margin: 2px 6px 3px 6px;
}
.picks_container .stage:last-child, .picks_container .character:last-child {
  margin-left: 0;
  margin-right: 0;
}

.picks_container .character.unavailable {
  cursor: not-allowed;
  opacity: 0.3;
}

.picks_container .stage {
  height: 56px;
  width: 76px;
  background-size: cover;
  background-position: center center;
}

.picks_container .stage.active {
  display: inline-block;
  margin: 6px 6px;
  overflow: visible;
}
.picks_container .stage_pick_holder {
  display: inline-block;
  position: relative;
  margin: 2px 6px 3px 6px;
}
.picks_container .stage_pick_holder .striker_team {
  font-size: 17px;
  transform: rotate(-20deg);
  position: absolute;
  white-space: nowrap;
  display: flex;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.stage.player_selected, .stage.opponent_selected, .stage.pending_selection,
.stage.pending_selection:hover {
  opacity: 0.4;
}

.picks_container .selected_characters .my_character .lock_character_secondary {
  display: flex;
}
.picks_container .selected_characters .team_characters:first-child .lock_character_secondary {
  justify-content: flex-start;
}
.picks_container .selected_characters .team_characters:last-child .lock_character_secondary {
  justify-content: flex-end;
}
.picks_container .selected_characters .team_characters {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.picks_container .selected_characters .team_characters:first-child {
  text-align: left;
  align-items: flex-start;
}
.picks_container .selected_characters .team_characters:first-child .reports {
  align-self: flex-start;
}
.picks_container .selected_characters .team_characters:last-child .reports {
  align-self: flex-end;
}
.picks_container .selected_characters .team_characters:last-child {
  text-align: right;
  align-self: flex-end;
  align-items: flex-end;
}
.picks_container .selected_characters .team_characters:last-child .player_character:not(.empty) {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.picks_container .selected_characters .characters_container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: -4px;
}
.picks_container .selected_characters .player_character {
  margin: 4px;
}
.picks_container .selected_characters .lock_character_secondary {
  display: none;
}

.current_match_container.best_of_0_games .selected_characters .my_character .lock_character_secondary {
  display: none;
}

.picks_container .player_character .username, .picks_container .player_character .subscribe_link, .picks_container .player_character .user_info .subscription_streak, .user_info .picks_container .player_character .subscription_streak, .picks_container .player_character .subscriber_glowish {
  font-size: 17px;
}

.character, .stage, .character_holder, .stage_holder {
  font-size: 9pt;
  border-radius: 0;
  padding: 2px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid white;
}

.picks_container .strikes_remaining_holder {
  display: block;
}

.opponent_selected {
  border-color: red;
}

.player_selected {
  border-color: #0F0;
}

.ranking_character_link.inactive .character {
  opacity: 0.5;
}

.ranking_character_link.active .character,
.victorious .character {
  border-color: yellow;
}

.defeated .character {
  opacity: 0.5;
}

.victorious .username, .victorious .subscribe_link, .victorious .user_info .subscription_streak, .user_info .victorious .subscription_streak, .victorious .subscriber_glowish {
  color: yellow;
  text-shadow: 1px 1px 1px black;
}

.defeated .username, .defeated .subscribe_link, .defeated .user_info .subscription_streak, .user_info .defeated .subscription_streak, .defeated .subscriber_glowish {
  color: white;
  opacity: 0.8;
}

.picks_container {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 6px;
  flex: 1;
}

.game_number_heading {
  border-bottom: 1px solid white;
  display: flex;
  flex-direction: row;
}

.confirm_character_content {
  text-align: center;
}

.confirm_character_content .character_holder {
  display: inline-block;
}

.confirm_character_content .cancel {
  background-color: #D10000;
  float: left;
}

.confirm_character_content .confirm {
  background-color: green;
}

.character {
  width: 46px;
  height: 33px;
}
.character .character_image {
  height: 100%;
}

.character_holder {
  width: 92px;
  height: 66px;
}

.play_match .character_holder,
.selected_characters .character_holder {
  width: 66px;
  height: 42px;
  overflow: visible;
}
.play_match .character_holder .random_character_image,
.selected_characters .character_holder .random_character_image {
  position: absolute;
  right: -8px;
  bottom: -6px;
  height: 50%;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #000;
}

.current_match_container.play_match.auto_reported .click_winner_heading {
  display: none;
}
.current_match_container.play_match.auto_reported .play_match.heading {
  display: none;
}
.current_match_container.play_match.auto_reported .stage_name {
  font-size: 18px;
}
.current_match_container.play_match.auto_reported .character_holder {
  cursor: default;
}

.stage {
  width: 44px;
  height: 44px;
}
.stage .stage_image_tag {
  width: 100%;
  height: 100%;
}

.editable {
  font-size: 14px;
}

.editable-holder .editing {
  display: none;
}
.editable-holder button.save {
  display: none;
}

.editable:hover, a .editable.location:hover, .link .editable.location:hover {
  cursor: pointer;
  color: #05D8FF;
}

.stage_holder {
  width: 66px;
  height: 66px;
}

.character_holder, .stage_holder {
  display: block;
  position: relative;
}

.stage, .character, .character_holder, .stage_holder {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.random_character_holder {
  display: none;
  position: absolute;
  border: 1px solid #000;
  width: 60%;
  height: 60%;
  background-size: 100% 100%;
  border-radius: 4px;
  top: 4px;
  left: 4px;
}

.has_random_selection .random_character_holder {
  display: block;
}

.stage .name, .character .name {
  display: none;
}

.measureer {
  display: inline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.chat_notification {
  color: #0F0;
  font-style: italic;
  display: block;
}
.chat_notification.direct_chat_notification > span:not(.username):not(.subscribe_link):not(.subscriber_glowish) {
  color: #68EBFD;
}

.date_change_notification {
  color: #05D8FF;
  font-size: 16px;
  border-radius: 4px;
  justify-content: center;
  text-align: center;
  margin: 0 16px;
  border-radius: 16px;
}

.date_change_notification .chat_notification_message {
  padding: 0;
}

.lag_test_notification .time_holder {
  display: none;
}

.lag_test_notification {
  text-align: center;
  color: #05D8FF;
}

.chat_notification .chat_notification_title {
  color: red;
  font-style: normal;
}

.chat_notification.chat_notification_type_normal {
  color: #0F0;
}

.chat_notification.chat_notification_type_alert {
  color: #05D8FF;
}

.chat_notification.no_time .time_holder {
  display: none;
}

.host_code_notice_container .no_launcher {
  display: block;
}
.host_code_notice_container .has_launcher {
  display: none;
}
.host_code_notice_container.has_launcher .no_launcher {
  display: none;
}
.host_code_notice_container.has_launcher .has_launcher {
  display: block;
}
.host_code_notice_container input[name=host_code] {
  margin-bottom: 0;
}
.host_code_notice_container input[name=host_code]:disabled {
  font-style: italic;
  color: gray;
}
.host_code_notice_container .circle-loader-holder {
  display: none;
  top: 0;
  right: 0;
}
.host_code_notice_container .confirmation {
  display: none;
}
.host_code_notice_container .tiny_text {
  font-size: 13px;
}

.host_code_notice_holder.saving .circle-loader-holder {
  display: block;
}

.current_match .host_code input[type=text] {
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
  border-bottom: none;
  width: 80px;
  font-size: 14px;
  padding: 0 4px;
  border-bottom: 1px solid transparent;
}

.current_match .host_coder .host_code_text {
  display: none;
}

.current_match .host_code_popup input {
  margin: 0;
  margin-top: -3px;
}
.current_match .host_code.updating .host_coder_user, .current_match .host_code.updating .hosted_by {
  color: gray;
  font-style: italic;
}

#subtree-container {
  position: absolute;
  top: 0;
  left: 0;
}

.host_code_notification {
  color: #05D8FF;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.host_code_notification.chat_notification_message {
  display: block;
}
.host_code_notification.following {
  position: absolute;
  background-color: #000;
  padding: 8px 8px;
  border-radius: 2px;
  border: 1px solid #3A4059;
  cursor: pointer;
  width: 240px;
}
.host_code_notification .chat_notification_message {
  border-radius: 4px;
  padding: 2px 4px;
}
.host_code_notification:hover .chat_notification_message {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.host_code_notification .time_holder {
  display: none;
}
.host_code_notification .delete_holder {
  display: none;
}
.host_code_notification .inline_host_code {
  color: #EC8E40;
  cursor: pointer;
}
.host_code_notification .inline_host_code:hover {
  color: #E27215;
}
.host_code_notification .hint {
  font-size: 11px;
  margin-left: 8px;
}
.host_code_notification.disabled, .request_list .challenge_request_hmm.removing button.host_code_notification {
  transition: 0.4s;
  filter: grayscale(100%);
  pointer-events: none;
}
.host_code_notification.copied {
  pointer-events: none;
  opacity: 0.2;
  transition: opacity 0.9s;
}
.host_code_notification.copied .copied_to_clipboard {
  display: block;
  color: #0F0;
}

.chat_message.chat_restricted_notification {
  color: #FF3434;
  font-size: 15px;
}

.chat_message.chat_restricted_notification:hover {
  color: #05D8FF;
  cursor: pointer;
}

.current_match .host_code {
  display: flex;
}
.current_match .host_code .host_code_popup {
  margin-bottom: 0;
  display: inline-flex;
  height: 26px;
  padding-left: 24px;
  white-space: nowrap;
  flex: 1;
  justify-content: flex-end;
  justify-self: right;
}
.current_match .host_code .host_code_popup .input-toggle {
  margin-right: 4px;
}
.current_match .host_code .host_code_popup .copy_paste_option_label {
  font-size: 14px;
  margin-left: 8px;
}
.current_match .host_code .host_coder {
  display: none;
}
.current_match .host_code .host_code_button_group {
  display: inline-table;
  white-space: nowrap;
  margin-right: 8px;
}
.current_match .host_code .host_code_button_group input, .current_match .host_code .host_code_button_group button {
  display: table-cell;
  height: 26px;
  margin: 0;
  vertical-align: top;
}
.current_match .host_code .host_code_button_group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.current_match .host_code .host_code_button_group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.current_match .host_code .host_coder {
  display: inline-flex;
  height: 26px;
  vertical-align: middle;
  white-space: nowrap;
  align-items: center;
  transition: opacity 0.3s;
}
.current_match .host_code .host_coder.dimmed {
  opacity: 0.4;
}
.current_match .host_code .host_coder .inline_host_code {
  color: #F66;
  font-size: 16px;
  user-select: auto;
}
.current_match .host_code .host_coder:hover {
  opacity: 1;
  cursor: pointer;
  color: #0F0;
}
.current_match .host_code .host_coder:hover .username, .current_match .host_code .host_coder:hover .subscribe_link, .current_match .host_code .host_coder:hover .user_info .subscription_streak, .user_info .current_match .host_code .host_coder:hover .subscription_streak, .current_match .host_code .host_coder:hover .subscriber_glowish {
  color: #0F0;
}
.current_match .host_code .host_coder:hover .inline_host_code {
  color: #0F0;
}
.current_match .host_code .host_coder.copied {
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.6s;
}
.current_match .host_code .host_coder.copied .copied_to_clipboard {
  display: block;
  color: #0F0;
}
.current_match .host_code .host_coder.copied .copied_to_clipboard .host_code_copied {
  color: #F66;
}
.current_match .host_code .host_coder > span:not(:first-child) {
  margin-left: 4px;
}
.current_match .host_code.dolphin_launcher {
  display: flex;
  flex-direction: column;
}
.current_match .host_code.dolphin_launcher .host_code_popup {
  display: none;
}
.current_match .host_code.dolphin_launcher .host_code_button_group {
  display: none;
}
.current_match .host_code.dolphin_launcher .host_code_text {
  display: inline;
}

.host_code.dolphin_launcher .dolphin_launcher_container {
  margin-bottom: 3px;
  display: flex;
  margin: -5px -5px 0px -5px;
}
.host_code.dolphin_launcher .dolphin_launcher_container.self_hosting .start_game {
  display: inline-block;
}
.host_code.dolphin_launcher .dolphin_launcher_container.self_hosting .host_dolphin {
  display: none;
}
.host_code.dolphin_launcher .dolphin_launcher_container.self_hosting .close_host {
  display: inline-block;
}
.host_code.dolphin_launcher .dolphin_launcher_container .start_game {
  display: none;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input[type=submit], body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input[type=submit], .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button, .host_code.dolphin_launcher .dolphin_launcher_container .btn-xs, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button, .host_code.dolphin_launcher .dolphin_launcher_container .btn-sm, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button {
  position: relative;
  flex: 1;
  margin: 5px;
}
.host_code.dolphin_launcher .dolphin_launcher_container .close_host {
  display: none;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input[type=submit] .circle-loader, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input[type=submit] .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button .circle-loader, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .btn-xs .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button .circle-loader, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button .circle-loader, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button .circle-loader, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .btn-sm .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button .circle-loader, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button .circle-loader {
  display: none;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn.waiting, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input.waiting[type=submit], body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input.waiting[type=submit], .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button.waiting, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button.waiting, .host_code.dolphin_launcher .dolphin_launcher_container .waiting.btn-xs, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button.waiting, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button.waiting, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button.waiting, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button.waiting, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button.waiting, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button.waiting, .host_code.dolphin_launcher .dolphin_launcher_container .waiting.btn-sm, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button.waiting, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button.waiting {
  position: relative;
  font-style: italic;
  color: #0F0;
  background-color: #12141C;
  border-color: white;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn.waiting:hover, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input.waiting[type=submit]:hover, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input.waiting[type=submit]:hover, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button.waiting:hover, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button.waiting:hover, .host_code.dolphin_launcher .dolphin_launcher_container .waiting.btn-xs:hover, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button.waiting:hover, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button.waiting:hover, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button.waiting:hover, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button.waiting:hover, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button.waiting:hover, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button.waiting:hover, .host_code.dolphin_launcher .dolphin_launcher_container .waiting.btn-sm:hover, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button.waiting:hover, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button.waiting:hover {
  background-color: #2D2D2D;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn.pending .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input.pending[type=submit] .circle-loader, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input.pending[type=submit] .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button.pending .circle-loader, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button.pending .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .pending.btn-xs .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button.pending .circle-loader, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button.pending .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button.pending .circle-loader, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button.pending .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button.pending .circle-loader, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button.pending .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .pending.btn-sm .circle-loader, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button.pending .circle-loader, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button.pending .circle-loader {
  display: block;
  stroke: white;
  position: absolute;
  left: calc(50% - 18px);
  top: -4px;
}
.host_code.dolphin_launcher .dolphin_launcher_container .btn.not_available, .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup input.not_available[type=submit], body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container input.not_available[type=submit], .host_code.dolphin_launcher .dolphin_launcher_container body.database_setup button.not_available, body.database_setup .host_code.dolphin_launcher .dolphin_launcher_container button.not_available, .host_code.dolphin_launcher .dolphin_launcher_container .not_available.btn-xs, .host_code.dolphin_launcher .dolphin_launcher_container .possible_aka_listings button.not_available, .possible_aka_listings .host_code.dolphin_launcher .dolphin_launcher_container button.not_available, .host_code.dolphin_launcher .dolphin_launcher_container .user_main_info_area .mod_options form button.not_available, .user_main_info_area .mod_options form .host_code.dolphin_launcher .dolphin_launcher_container button.not_available, .host_code.dolphin_launcher .dolphin_launcher_container .stage_selectable .stage_options button.not_available, .stage_selectable .stage_options .host_code.dolphin_launcher .dolphin_launcher_container button.not_available, .host_code.dolphin_launcher .dolphin_launcher_container .not_available.btn-sm, .host_code.dolphin_launcher .dolphin_launcher_container .request_list .challenge_request_hmm.removing button.not_available, .request_list .challenge_request_hmm.removing .host_code.dolphin_launcher .dolphin_launcher_container button.not_available {
  display: none;
}

.chat_name_overlay {
  position: absolute;
  top: 5px;
  margin: 0 25% 0 25%;
  width: 50%;
  background-color: #EA5849;
  text-align: center;
  color: black;
  z-index: 2;
  border-radius: 2px;
  font-size: 19px;
  padding: 4px 0;
  opacity: 1;
  transition: 0.4s;
  box-shadow: 1px 1px 1px black;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chat_name_overlay.done {
  opacity: 0;
  transition: 0.8s;
}

.disputed_match .time {
  display: inline;
  width: auto;
}

.stage_picks, .character_picks:not(.confirming) {
  padding: 8px 0 8px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.game .character {
  display: block;
}

.half_container {
  width: 50%;
  padding-right: 10px;
  float: left;
}

#dispute_side {
  display: none;
}

#dashboard .mid-side-container {
  margin-top: 0;
}

.mid-side-container {
  display: flex;
  flex: 1 1 0;
  overflow: hidden;
}

#user_list_float {
  flex: 0;
  min-height: 0;
  height: auto;
  margin-top: 0;
}
#user_list_float .list_container {
  height: 100%;
}

#user_list_side {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  width: 134px;
  padding-right: 0;
  border: 1px solid #3A4059;
  border-right-color: transparent;
  order: 0;
  border-bottom-left-radius: 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chat_room_user_list, .user_lists ul,
.user_lists .list_container {
  overflow-y: auto;
  overflow-x: hidden;
  border-right: none;
  min-height: 0;
  flex: 1;
}
.chat_room_user_list.loading::before, .user_lists ul.loading::before,
.user_lists .list_container.loading::before {
  position: absolute;
  content: "Grabbing...";
  font-size: 15px;
  width: 100%;
  text-align: center;
  top: 40%;
}

.faqs .faq {
  margin-bottom: 8px;
}

.faqs .faq .question {
  font-size: 16px;
}

.ceo-flair {
  height: 16px;
}

/** Template elements are hidden by default */
.template {
  display: none !important;
}

.selectable, .username, .subscribe_link, .user_info .subscription_streak, .subscriber_glowish {
  cursor: pointer;
}

.linkable {
  color: #05D8FF;
}

.linkable:hover, a .linkable.location:hover, .link .linkable.location:hover {
  color: black;
}

.selectable:hover, a .selectable.location:hover, .link .selectable.location:hover, .username:not(button .username):not(button .subscribe_link):not(button .user_info .subscription_streak):not(.user_info button .subscription_streak):not(button .subscriber_glowish):hover, .subscribe_link:not(button .username):not(button .subscribe_link):not(button .user_info .subscription_streak):not(.user_info button .subscription_streak):not(button .subscriber_glowish):hover, .user_info .subscription_streak:not(button .username):not(button .subscribe_link):not(button .user_info .subscription_streak):not(.user_info button .subscription_streak):not(button .subscriber_glowish):hover, .subscriber_glowish:not(button .username):not(button .subscribe_link):not(button .user_info .subscription_streak):not(.user_info button .subscription_streak):not(button .subscriber_glowish):hover {
  color: #FF8F00;
}

.username, .subscribe_link, .user_info .subscription_streak, .subscriber_glowish, .chat_message.me_texted .message {
  color: #FF8F00;
}

.username, .subscribe_link, .user_info .subscription_streak, .subscriber_glowish {
  text-shadow: 1px 1px 1px #000;
  position: relative;
}
.username.banned, .banned.subscribe_link, .user_info .banned.subscription_streak, .banned.subscriber_glowish {
  text-decoration: line-through;
}

.within-24hours {
  background-color: gold;
}

.version {
  font-size: 10px;
}

.normal_container {
  text-align: center;
  border: none !important;
  background: #979797;
  list-style: none;
  padding: 18px;
  margin: 0px auto;
  color: #1E1E1E;
  border-radius: 6px;
}

.site_update_list li {
  margin-bottom: 4px;
  list-style: disc inside none;
}

.distance_severity {
  text-shadow: 1px 1px 1px black;
}

.distance_severity_1 {
  color: #00FFE7;
}
.distance_severity_1select {
  border-color: #00FFE7;
}
.distance_severity_1.fc-event {
  background-color: #00FFE7;
  color: black;
}

.distance_severity_2 {
  color: #EFFF00;
}
.distance_severity_2.form-control, .birthday .birthday-picker select.distance_severity_2, body.database_setup input.distance_severity_2[type=text] {
  border-color: #EFFF00;
}
.distance_severity_2.fc-event {
  background-color: #EFFF00;
  color: black;
}

.distance_severity_3 {
  color: #FFB800;
}
.distance_severity_3.form-control, .birthday .birthday-picker select.distance_severity_3, body.database_setup input.distance_severity_3[type=text] {
  border-color: #FFB800;
}
.distance_severity_3.fc-event {
  background-color: #FFB800;
  color: black;
}

.distance_severity_4 {
  color: #FF6B00;
}
.distance_severity_4.form-control, .birthday .birthday-picker select.distance_severity_4, body.database_setup input.distance_severity_4[type=text] {
  border-color: #FF6B00;
}
.distance_severity_4.fc-event {
  background-color: #FF6B00;
  color: white;
}

.distance_severity_5 {
  color: red;
}
.distance_severity_5.form-control, .birthday .birthday-picker select.distance_severity_5, body.database_setup input.distance_severity_5[type=text] {
  border-color: red;
}
.distance_severity_5.fc-event {
  background-color: red;
  color: white;
}

.wall_post footer {
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
}

textarea.elastic {
  min-height: 0;
  resize: none;
}

.reply_to_post .submit_comment {
  margin-bottom: 0;
}

.reply_to_post .submit_container {
  display: flex;
}
.reply_to_post .submit_container .far {
  flex: 1;
  text-align: right;
}

.clickable, #main_chat_area .chat_room_title_banner .chat_option, .dolphin_launcher_waiting .dolphin_user, .dolphin_launcher_players .dolphin_user {
  cursor: pointer;
}

.hoverable:hover, a .hoverable.location:hover, .link .hoverable.location:hover {
  color: #05D8FF;
}

.match-quick-summary {
  display: none;
}

#page_netplay .site-footer {
  display: none;
}

#page_player .tab-content {
  min-height: 600px;
}

#open_challenges .location {
  font-size: 11px;
}

.open_challenges_container .heading, .awaiting_replies_container .heading {
  display: none;
}

#open_challenges .game_mini_indicator,
.pending_reply .game_mini_indicator {
  background-size: cover;
  cursor: default;
}

#open_challenges .game_name {
  display: none;
}

.text_info .characters .character {
  margin-right: 1px;
}

.set_location_capture {
  color: white;
}

.new_accounts, .new_user_info {
  margin-top: 4px;
}
.new_accounts .infraction_view .edit_infraction_link, .new_user_info .infraction_view .edit_infraction_link {
  display: none;
}
.new_accounts .infraction_view, .new_user_info .infraction_view {
  margin-left: 22px;
  font-size: 11px;
  margin-right: 8px;
  margin-bottom: -1px;
}
.new_accounts .infraction_view .panel-footer, .new_user_info .infraction_view .panel-footer {
  display: none;
}

.error_page .heading, .error_page h3, #page_offline .heading, #page_offline h3 {
  text-align: center;
}
.error_page .header_content, #page_offline .header_content {
  display: none;
}
.error_page .amazon, #page_offline .amazon {
  display: none;
}

.infraction_view:not(.active) {
  opacity: 0.6;
}

.infraction_view .date_holder {
  font-size: 12px;
  font-style: normal;
  text-align: right;
  display: flex;
}
.infraction_view .mod_stuff {
  margin-left: auto;
  text-align: right;
}
.infraction_view .assigned_by, .infraction_view .assigned_to {
  font-size: 12px;
}
.infraction_view .panel-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infraction_view .game_image img {
  max-height: 17px;
}
.infraction_view .match_description_container {
  display: flex;
}
.infraction_view .infraction_update_items > div {
  flex: 1 0 50%;
}
.infraction_view .panel-footer > div {
  flex: 1 0 50%;
}
.infraction_view .infraction_update_items {
  display: flex;
  width: 100%;
  flex: 1 0 100% !important;
  margin-top: 3px;
  justify-content: space-between;
}
.infraction_view .infraction_active {
  display: flex;
}
.infraction_view .infraction_update_items form.active .not_active {
  display: none;
}
.infraction_view .infraction_update_items form:not(.active) .active {
  display: none;
}
.infraction_view .edit_infraction_link {
  float: right;
}
.infraction_view .messages {
  display: flex;
}
.infraction_view .messages > div {
  flex: 1 0 50%;
}
.infraction_view .messages .infraction_public_message {
  margin-left: 4px;
}
.infraction_view .infraction_message.message {
  white-space: pre-wrap;
  overflow-y: auto;
  max-height: 115px;
  display: block;
}
.infraction_view .best_of_small {
  display: none;
}

.infraction .message, .wall_post .wall_message {
  display: block;
  margin-top: 12px;
  white-space: pre-line;
  overflow: hidden;
  word-wrap: break-word;
}

.infraction .message {
  overflow-y: auto;
}

.infraction .post_time, .wall_post .post_time {
  display: block;
}

.wall_post .post_time {
  display: flex;
  flex-direction: row;
}
.wall_post .post_time .the_rest {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: auto;
}

/*#page_player .user_info{display:table; margin:0 auto; display:block; position:relative; width:50%; min-height:600px;}*/
.login-description {
  text-align: center;
}

.fb-comments button {
  line-height: initial;
}

.hype-font {
  font-family: "edo";
}

body .login-button {
  margin-bottom: 20px;
}

.login-buttons a, .login-buttons a .location:hover, a .login-buttons .location:hover, .login-buttons .link .location:hover, .link .login-buttons .location:hover, .login-buttons .link {
  padding: 32px 16px;
}

.welcome-text {
  font-size: 16px;
}
.welcome-text h1 {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
}
.welcome-text ul {
  text-align: center;
}

.ui-datepicker {
  z-index: 1102 !important;
}

/* --------------------------
	settings
----------------------------- */
.play_match_container {
  color: #FFF;
  border-radius: 2px;
}

.matches {
  margin-right: -55px;
}

.options, .select_made_options {
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  white-space: nowrap;
}
.options button, .select_made_options button {
  border: 1px solid transparent;
  margin: 0 2px;
}

.select_made_options button.btn[disabled], .select_made_options body.database_setup button[disabled], body.database_setup .select_made_options button[disabled], .select_made_options button[disabled].btn-xs, .select_made_options .possible_aka_listings button[disabled], .possible_aka_listings .select_made_options button[disabled], .select_made_options .user_main_info_area .mod_options form button[disabled], .user_main_info_area .mod_options form .select_made_options button[disabled], .select_made_options .stage_selectable .stage_options button[disabled], .stage_selectable .stage_options .select_made_options button[disabled], .select_made_options button[disabled].btn-sm, .select_made_options .request_list .challenge_request_hmm.removing button[disabled], .request_list .challenge_request_hmm.removing .select_made_options button[disabled] {
  border: 1px solid white;
  background-color: transparent;
}

.option {
  font-family: "edo";
  text-align: center;
  line-height: 54px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 258px;
  height: 54px;
  background: url("../../images/buttons/setframesmall1.png") no-repeat 0px;
  transition: all 0.3s;
  font-size: 42px;
  padding: 0;
  margin: 0;
  border: none;
}

.option label {
  color: black;
}

.option:hover, a .option.location:hover, .link .option.location:hover {
  background: url("../../images/buttons/setframesmall.png") no-repeat 0px;
}

.option.selected {
  background: url("../../images/buttons/setframesmall2.png") no-repeat 0px;
}

.option label {
  display: block;
  height: 54px;
  cursor: pointer;
}

.request_match_option.game {
  cursor: pointer;
}

#play_options_loading {
  display: none;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  top: 4px;
  padding: 8px 0;
  pointer-events: none;
}

#play_options_loading .circle_loader {
  stroke: white;
}

#play_options_loading.active {
  display: block;
}

#matchmaking_popup.game_selection .game_selection,
#matchmaking_popup.team_size .team_size,
#matchmaking_popup.ranked_selection .game_type,
#matchmaking_popup.match_count .games_to_play {
  display: none;
  transition: 0.35s;
  visibility: visible;
  opacity: 1;
  height: auto;
}

#matchmaking_popup:not(.game_selection) .match_shortcuts {
  display: none;
}

#matchmaking_popup .match_shortcuts {
  margin-top: 30px;
  text-align: left;
}

.match_shortcut .game_image {
  display: block;
}

#matchmaking_popup #matchmaking_popup_error_message {
  display: none;
  color: #F00;
  font-size: 16px;
  margin-top: 4px;
}
#matchmaking_popup #matchmaking_popup_loading {
  display: none;
  margin-top: 13px;
  position: absolute;
  top: 70px;
  left: 43%;
}
#matchmaking_popup #matchmaking_popup_loading .circle-loader {
  stroke: #05D8FF;
}
#matchmaking_popup #matchmaking_popup_loading.active {
  display: block;
}
#matchmaking_popup h2 {
  font-size: 24px;
  margin: 0;
}
#matchmaking_popup #matchmaking_breadcrumbs {
  font-size: 19px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  background-color: transparent;
}
#matchmaking_popup .team_size, #matchmaking_popup .games_to_play, #matchmaking_popup .game_selection {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease 0.15s;
  padding: 0;
}
#matchmaking_popup .games_to_play.ranked_selected .request_match_option:not(.ranked) {
  display: none;
}
#matchmaking_popup #matchmaking_breadcrumbs li {
  display: none;
  color: white;
}
#matchmaking_popup #matchmaking_breadcrumbs li.active, #matchmaking_popup #matchmaking_breadcrumbs li.finished {
  display: inline;
}
#matchmaking_popup #matchmaking_breadcrumbs li.active .default {
  display: inline;
}
#matchmaking_popup #matchmaking_breadcrumbs .value {
  display: none;
  color: white;
}
#matchmaking_popup #matchmaking_breadcrumbs .default {
  display: inline;
}
#matchmaking_popup #matchmaking_breadcrumbs li.finished .default {
  display: none;
}
#matchmaking_popup #matchmaking_breadcrumbs li.finished .value {
  display: inline;
}
#matchmaking_popup #matchmaking_breadcrumbs li {
  padding: 8px 12px;
  border-radius: 10px;
  white-space: nowrap;
}
#matchmaking_popup #matchmaking_breadcrumbs li:not(.active):hover {
  cursor: pointer;
  color: white;
  background-color: #EC8E40;
}
#matchmaking_popup .match_shortcut {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  width: 32%;
  max-width: 150px;
  min-width: 120px;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 2px;
  font-size: 12px;
  margin-bottom: 7px;
}
#matchmaking_popup #matchmaking_breadcrumbs > li + li:before {
  content: ">";
  margin-right: 18px;
  color: white;
  padding: 0;
}
#matchmaking_popup #matchmaking_breadcrumb .active {
  color: #777;
}

.matchmaking_popup .game_selection .request_match_option.game {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 4px 6px 0;
  padding: 4px 20px;
  border-radius: 20px;
  min-width: 145px;
}
.matchmaking_popup .game_selection .request_match_option.game:hover, .matchmaking_popup .game_selection .request_match_option.game.selected {
  transition: 0.1s;
}
.matchmaking_popup .game_selection .game_name {
  display: block;
  font-size: 18px;
}

#bottom_dock {
  border-top: 1px solid transparent;
  display: none;
}

/* submit */
.sendchallenge {
  margin-left: 250px;
  border: none;
  width: 179px;
  height: 94px;
  background: url("../../images/buttons/play1.png") no-repeat;
  transition: all 0.3s;
}

.sendchallenge:hover, a .sendchallenge.location:hover, .link .sendchallenge.location:hover {
  border: none;
  width: 179px;
  height: 94px;
  background: url("../../images/buttons/play.png") no-repeat;
}

.sendchallenge:focus {
  border: none;
  outline: none;
  width: 179px;
  height: 94px;
  background: url("../../images/buttons/play2.png") no-repeat;
}

.pagination li.disabled a, .pagination li.disabled a .location:hover, a .pagination li.disabled .location:hover, .pagination li.disabled .link .location:hover, .link .pagination li.disabled .location:hover, .pagination li.disabled .link {
  color: #C7C7C7;
}

.inline-editable form {
  display: none;
}

.edit-button:hover, a .edit-button.location:hover, .link .edit-button.location:hover {
  cursor: pointer;
}

.terms-and-conditions ol {
  margin-left: 40px;
}
.terms-and-conditions ol li p {
  margin-bottom: 4px;
}
.terms-and-conditions h3 {
  font-size: 21px;
  margin: 20px;
}

.popup_view .wrapper {
  margin-top: 0;
  min-height: 100%;
}

.match_result_notification .game_result_heading {
  margin: 10px;
  padding: 0;
  text-align: center;
  font-size: 24px;
}

.match_result_notification .description {
  font-size: 16px;
}

.match_result_notification .placement_summary {
  font-size: 23px;
}

.match_result_notification {
  color: white;
}

.match_result_notification .league_name {
  text-align: center;
}
.match_result_notification .description {
  display: none;
}
.match_result_notification .divisions_container {
  position: relative;
  margin: 10px auto;
  width: auto;
  height: 40px;
  z-index: 1;
}
.match_result_notification .divisions_container {
  perspective: 1000;
}
.match_result_notification .divisions {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s linear;
}
.match_result_notification .divisions_container.flipped:not(.skipped) .divisions {
  transform: rotateY(180deg);
}
.match_result_notification .divisions_container:not(.skipped) .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.match_result_notification .divisions_container:not(.skipped) .face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.match_result_notification .divisions_container.skipped .face {
  display: none;
}
.match_result_notification .divisions_container.skipped .back {
  display: block;
}
.match_result_notification .win, .match_result_notification .loss, .match_result_notification .placement {
  display: none;
}

.match_result_notification .points {
  display: inline-block;
  width: 36px;
}

.match_result_notification .just_placed {
  display: none;
}

.match_result_notification.just_placed .just_placed {
  font-size: 16px;
  display: block;
  text-align: center;
}

.match_result_notification.placement .placement {
  display: block;
}

.match_result_notification.placement .normal_ranked {
  display: none;
}

.match_result_notification.win .win {
  display: block;
}

.match_result_notification.loss .loss {
  display: block;
}

.match_result_notification .league {
  position: relative;
  height: 148px;
  width: 132px;
  margin: 10px auto;
}

.match_result_notification .league {
  background-color: #323232;
  border: 3px solid #CACACA;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #000;
}

.match_result_notification .league img {
  position: absolute;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.match_result_notification .league img.after {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  filter: alpha(opacity=0);
  opacity: 0;
}

.match_result_notification .league.transition img.after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.match_result_notification .league.transition img.before {
  filter: alpha(opacity=0);
  -webkit-transform: rotate(360deg) scale(0, 0);
  -moz-transform: rotate(360deg) scale(0, 0);
  -o-transform: rotate(360deg) scale(0, 0);
  transform: rotate(360deg) scale(0, 0);
}

.match_result_notification .placement_summary.placement_pending {
  text-align: center;
  font-size: 16px;
}

.most_used_character {
  display: inline-block;
  position: relative;
}

.most_used_character .character {
  display: inline-block;
  position: relative;
  overflow: visible;
}

.user_listed_mippy .username.sender, .user_listed_mippy .sender.subscribe_link, .user_listed_mippy .user_info .sender.subscription_streak, .user_info .user_listed_mippy .sender.subscription_streak, .user_listed_mippy .sender.subscriber_glowish, .username.user_listed_mippy, .user_listed_mippy.subscribe_link, .user_info .user_listed_mippy.subscription_streak, .user_listed_mippy.subscriber_glowish {
  color: #FF7FFF;
  text-shadow: 1px 1px 1px #000 !important;
}

.game_info .most_used_character .badge, .game_info .most_used_character .event_listing .best_of_small, .event_listing .game_info .most_used_character .best_of_small, .game_info .most_used_character .bug_category, .game_info .most_used_character .normal_list .no_tags.active, .normal_list .game_info .most_used_character .no_tags.active, .game_info .most_used_character .bug_summary_description .confirmed, .bug_summary_description .game_info .most_used_character .confirmed {
  border: 1px solid black;
  bottom: -6px;
  color: white;
}

.reported_match_behavior_warning {
  color: #05D8FF;
  font-size: 16px;
  font-style: italic;
  background-color: black;
  padding: 2px;
}

.reported_match_behavior_warning.toxic_radioactive {
  font-size: 20px;
}

.reported_match_behavior_warning.toxic_waste {
  font-size: 24px;
}

.game_info .popover-content {
  min-width: 180px;
}

.game_info .popover-content .title_value {
  text-align: center;
  font-size: 18px;
}

.percentage:after {
  content: "%";
}

.google-thing {
  margin-bottom: 12px;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.infractions_mod_page .game_image img {
  width: 32px;
}
.infractions_mod_page .shortcut_match_count, .infractions_mod_page .shortcut_team_size {
  display: none;
}

.shortcut_team_size {
  display: none;
}

.match_description_season_link {
  display: none;
}

.match_summary .match_description .season {
  display: block;
}

.css_item_container.active .css_item {
  border-color: gold;
}

.panel.has_screenshot .panel-heading, body.database_setup .has_screenshot.section_content .panel-heading, .panel.has_screenshot .panel-footer, body.database_setup .has_screenshot.section_content .panel-footer, .panel.has_screenshot ul, body.database_setup .has_screenshot.section_content ul {
  background-color: rgba(0, 0, 0, 0.62);
  color: white;
}
.panel.has_screenshot .panel-heading a, .panel.has_screenshot .panel-heading a .location:hover, a .panel.has_screenshot .panel-heading .location:hover, .panel.has_screenshot .panel-heading .link .location:hover, .link .panel.has_screenshot .panel-heading .location:hover, .panel.has_screenshot .panel-heading .link, body.database_setup .has_screenshot.section_content .panel-heading a, body.database_setup .has_screenshot.section_content .panel-heading a .location:hover, a body.database_setup .has_screenshot.section_content .panel-heading .location:hover, body.database_setup .has_screenshot.section_content .panel-heading .link .location:hover, .link body.database_setup .has_screenshot.section_content .panel-heading .location:hover, body.database_setup .has_screenshot.section_content .panel-heading .link {
  color: #EC8E40;
}
.panel.has_screenshot .panel-heading a:hover, .panel.has_screenshot .panel-heading a .location:hover, a .panel.has_screenshot .panel-heading .location:hover, .panel.has_screenshot .panel-heading .link .location:hover, .link .panel.has_screenshot .panel-heading .location:hover, .panel.has_screenshot .panel-heading .link:hover, body.database_setup .has_screenshot.section_content .panel-heading a:hover, body.database_setup .has_screenshot.section_content .panel-heading a .location:hover, a body.database_setup .has_screenshot.section_content .panel-heading .location:hover, body.database_setup .has_screenshot.section_content .panel-heading .link .location:hover, .link body.database_setup .has_screenshot.section_content .panel-heading .location:hover, body.database_setup .has_screenshot.section_content .panel-heading .link:hover {
  color: #E27215;
}

.number_of_players {
  color: #05D8FF;
  font-weight: bold;
}

.panel.has_screenshot .panel-footer, body.database_setup .has_screenshot.section_content .panel-footer {
  background-color: rgba(0, 0, 0, 0.62);
  color: white;
}

.panel.has_screenshot ul, body.database_setup .has_screenshot.section_content ul {
  color: white;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 4px;
}

.poll_option.voted_on .poll_question:after {
  content: "(You Voted On This)";
  font-size: 10px;
  margin-left: 10px;
}

.loading_display {
  text-align: center;
}

.time_holder.clickable:hover, #main_chat_area .chat_room_title_banner .time_holder.chat_option:hover, .dolphin_launcher_waiting .time_holder.dolphin_user:hover, .dolphin_launcher_players .time_holder.dolphin_user:hover {
  color: #05D8FF;
}

.text-outlined, .struck_stages .username, .struck_stages .subscribe_link, .struck_stages .user_info .subscription_streak, .user_info .struck_stages .subscription_streak, .struck_stages .subscriber_glowish, .recent_match_searcher .game_type_holder .game_type_text, #recent_match_searchers .recent_match_searcher .location, #recent_match_searchers .recent_match_searcher .main_challenge_info_hover, .main_challenge_info .league, .countdown, .request_list .username, .request_list .subscribe_link, .request_list .user_info .subscription_streak, .user_info .request_list .subscription_streak, .request_list .subscriber_glowish {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

table tr.selected td {
  background-color: #1C1F2B;
  color: white;
}

#bottom_dock {
  pointer-events: none;
}

#bottom_dock #visible_stream {
  pointer-events: auto;
  cursor: default;
}

body .introjs-helperLayer {
  background-color: rgba(106, 106, 106, 0.9);
}

.__react_component_tooltip {
  background-color: rgba(10, 110, 189, 0.95);
  background-color: rgba(10, 110, 189, 0.58);
}
.__react_component_tooltip .chat_message {
  padding-left: 0;
  flex-direction: column;
}
.__react_component_tooltip .chat_message .time {
  width: auto;
  display: block;
}
.__react_component_tooltip.interact {
  pointer-events: all;
  opacity: 1;
}

.introjs-tooltipReferenceLayer .introjs-helperNumberLayer {
  display: none;
}
.introjs-tooltipReferenceLayer .introjs-tooltiptext {
  font-size: 16px;
}

.character .badge, .character .event_listing .best_of_small, .event_listing .character .best_of_small, .character .bug_category, .character .normal_list .no_tags.active, .normal_list .character .no_tags.active, .character .bug_summary_description .confirmed, .bug_summary_description .character .confirmed {
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: -5px;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
}
.character .percentage {
  user-select: none;
  pointer-events: none;
  background-color: white;
  color: black;
  bottom: -3px;
}

.character.character_dimensions_58_38, .character.character_for_game_project-m {
  width: 58px;
  height: 38px;
}
.character.character_dimensions_58_38.small, .character.character_for_game_project-m.small {
  width: 43px;
  height: 28px;
}
.character.character_dimensions_58_38.half, .character.character_for_game_project-m.half {
  width: 29px;
  height: 19px;
}

.character.character_dimensions_0_0 {
  width: 60px;
  height: 60px;
}
.character.character_dimensions_0_0.small {
  width: 45px;
  height: 45px;
}
.character.character_dimensions_0_0.half {
  width: 30px;
  height: 30px;
}

.character.character_for_game_smash-64 {
  width: 46px;
  height: 43px;
}

.current_match_container.game_type_sm4sh-wii-u .character_holder .current_match_container.game_type_sm4sh-3ds .character_holder,
.current_match_container.game_type_rivals-of-aether .character_holder {
  width: 42px;
  height: 42px;
}

.confirm_character_content.game_type_sm4sh-wii-u .character_holder .confirm_character_content.game_type_sm4sh-3ds .character_holder {
  width: 78px;
  height: 78px;
}

.game_type_melee .character_holder, .game_type_project-m .character_holder {
  width: 92px;
  height: 66px;
}

.game_type_smash-64 .character_holder {
  width: 66px;
  height: 60px;
}

.game_type_sm4sh-3ds .character_holder,
.game_type_sm4sh-wii-u .character_holder .game_type_super-smash-flash-2 .character_holder {
  width: 66px;
  height: 60px;
}

.character.character_for_game_super-smash-flash-2,
.character.character_for_game_sm4sh-3ds,
.character.character_for_game_sm4sh-wii-u,
.character.character_for_game_rivals-of-aether {
  width: 46px;
  height: 46px;
}

.game_type_sm4sh-wii-u .character_holder, .game_type_sm4sh-wii-u .selected_characters .character_holder,
.game_type_rivals-of-aether .character_holder, .game_type_rivals-of-aether .selected_characters .character_holder,
.game_type_sm4sh-3ds .character_holder, .game_type_sm4sh-3ds .selected_characters .character_holder {
  width: 66px;
  height: 66px;
}

.editable_characters {
  display: flex;
  flex-wrap: wrap;
}

.editable_character {
  margin: 4px;
  position: relative;
  padding: 4px;
  border: 1px solid transparent;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.editable_character .character {
  margin-bottom: 4px;
}
.editable_character .tap_instructions {
  display: flex;
  justify-content: center;
  font-size: 19px;
  position: absolute;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  width: 100%;
  color: #ff0;
  transform: rotate(-20deg);
}
.editable_character.tap_target {
  border: 1px dashed #3A4059;
}
.editable_character.tap_target:hover {
  background-color: #05D8FF;
  cursor: pointer;
}

.edit_tournament .add_tournament_container {
  display: flex;
  flex-wrap: wrap;
}
.edit_tournament .game_holder .game-logo {
  width: 64px;
}
.edit_tournament label.address {
  display: flex;
}
.edit_tournament label.address input {
  max-width: 256px;
  margin-right: 16px;
}
.edit_tournament label.address .map-canvas {
  width: 256px;
  height: 256px;
  flex: 1;
}

#tournament_events #tournament_type_filters button {
  padding: 3px 4px;
}
#tournament_events .tournament_list {
  display: none;
}
#tournament_events .available_games {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 8px -8px;
}
#tournament_events .available_games .game_filter {
  margin: 8px;
  border-bottom: 1px solid #FF3434;
  padding-bottom: 6px;
}
#tournament_events .available_games .game_filter.active {
  border-bottom-color: #0F0;
}
#tournament_events .available_games .game_filter.active img {
  opacity: 1;
}
#tournament_events .available_games .game_filter img {
  opacity: 0.6;
  cursor: pointer;
  max-height: 48px;
}

.marker_info.tournament_marker .card-image {
  display: none;
}
.marker_info.tournament_marker .card-content {
  padding-top: 16px;
}

.marker_title {
  color: black;
}

.modal-body .tournament_name .name {
  display: none;
}
.modal-body .tournament_name .card-edit {
  flex: 1;
  text-align: right;
}

.tournament.card {
  background-color: #12141C;
  border: 1px solid #3A4059;
}
.tournament.card:hover {
  border-color: #05D8FF;
}
.tournament.card .card-image img {
  max-width: 150px;
}
.tournament.card .card-content {
  padding: 8px;
}
.tournament.card .card-title {
  font-size: 16px;
  margin-bottom: 0;
}
.tournament.card .inline-map-marker {
  position: static;
  display: inline-block;
  margin: 0 8px 0 0;
}
.tournament.card .dates {
  display: flex;
}
.tournament.card .dates .day_of_the_week {
  color: #0F0;
}
.tournament.card .dates .start_date, .tournament.card .dates .end_date {
  color: #FF3434;
}
.tournament.card .dates .end_date:before {
  content: "-";
  margin-right: 6px;
}
.tournament.card .dates > p {
  margin-right: 8px;
}
.tournament.card .tournament_name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tournament.card .tournament_name .card-edit {
  margin-left: 16px;
}
.tournament.card .card-games img {
  margin-top: 6px;
  max-height: 34px;
}
.tournament.card .like_links button {
  border: 2px solid transparent;
}
.tournament.card button.active {
  border: 2px solid #EA5849;
  background-color: #0A6EBD;
}

.tournament_marker {
  color: black;
}

.tournament-card .panel-heading {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tournament-card .game_name {
  text-align: center;
  display: block;
}

.tournament-card .tournament_logo_url {
  max-width: 120px;
}

.tournament_listings h2 {
  text-align: center;
}

.tournament-card .panel-body, .tournament-card .bug_row {
  min-height: 160px;
}

.tournament-card .registration_required {
  margin-top: 14px;
  color: yellow;
}

.tournament-card .invite_only {
  font-size: 18px;
}

.tournament-card .game_info {
  float: right;
}

.tournament_listing {
  clear: both;
  margin-bottom: 4px;
}

.tournament_listing .btn, .tournament_listing body.database_setup input[type=submit], body.database_setup .tournament_listing input[type=submit], .tournament_listing body.database_setup button, body.database_setup .tournament_listing button, .tournament_listing .btn-xs, .tournament_listing .possible_aka_listings button, .possible_aka_listings .tournament_listing button, .tournament_listing .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .tournament_listing button, .tournament_listing .stage_selectable .stage_options button, .stage_selectable .stage_options .tournament_listing button, .tournament_listing .btn-sm, .tournament_listing .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .tournament_listing button {
  display: inline-block;
  margin-bottom: 0;
}

.tournament_listing .right_side_elements {
  float: right;
}

.view_bracket {
  font-size: 16px;
}

.tournament_details .tournament-card .game_info {
  float: none;
}
.tournament_details .tournament-card .game_name {
  display: none;
}

.activate_tournament .tournament_active, .activate_tournament .tournament_inactive {
  display: none;
}
.activate_tournament .approved, .activate_tournament .not_approved {
  display: none;
}

.activate_tournament.inactive .tournament_inactive {
  display: block;
}

.activate_tournament.active .tournament_active {
  display: block;
}

.activate_tournament.approved .approved {
  display: block;
}

.activate_tournament.not_approved .not_approved {
  display: block;
}

.entrant_list .no_entrants, .entrant_list .has_entrants {
  display: none;
}

.entrant_list.has_entrants .has_entrants {
  display: block;
}

.entrant_list ol {
  margin-left: 0;
}

.entrant_options {
  float: right;
}

.entrants .accept_entrant, .entrants .remove_entrant {
  display: none;
}

.entrant_list .entrant {
  display: block;
  padding: 10px 15px;
  border: 1px solid white;
}

.entrant .username, .entrant .subscribe_link, .entrant .user_info .subscription_streak, .user_info .entrant .subscription_streak, .entrant .subscriber_glowish {
  display: inline-block;
  min-width: 120px;
}

.entrants.is_admin #tournament_entrants .remove_entrant,
.entrants.is_admin #tournament_rejected_entrants .accept_entrant,
.entrants.is_admin #tournament_requesting_entrants .accept_entrant, .entrants.is_admin #tournament_entrants .remove_entrant,
.entrants.is_admin #tournament_invited_entrants .remove_entrant {
  display: inline-block;
}

#page_tournaments .map-canvas {
  height: 300px;
}
#page_tournaments .game_logo {
  max-width: 80px;
}

body .react-datepicker {
  display: block;
  margin: 0 auto;
  border-color: #3A4059;
}
body .react-datepicker .react-datepicker__month-container {
  float: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body .react-datepicker .header_items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
body .react-datepicker .react-datepicker__current-month {
  font-size: 2em;
  color: white;
}
body .react-datepicker .react-datepicker__header {
  background-color: #3A4059;
}
body .react-datepicker .react-datepicker__day-names, body .react-datepicker .react-datepicker__week {
  display: flex;
  justify-content: space-around;
}
body .react-datepicker .react-datepicker__day-name {
  color: white;
}
body .react-datepicker .react-datepicker__day-name, body .react-datepicker .react-datepicker__day, body .react-datepicker .react-datepicker__time-name {
  font-size: 1.5rem;
  width: 2.3rem;
  line-height: 2rem;
}
body .react-datepicker .react-datepicker__day--selected {
  background-color: #0A6EBD;
}

#tournament_map_page .tournament-map-search-container {
  z-index: 1;
  background-color: #1C1F2B;
  margin-bottom: 16px;
}
#tournament_map_page .tournament-map-search-container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

#tournament_calendar .fc-basic-view .fc-body .fc-row {
  min-height: 3em;
}
#tournament_calendar .fc-content-skeleton .fc-event-container h2 {
  padding-top: 0;
}
#tournament_calendar .fc-content-skeleton .fc-event-container .fc-event {
  border: 1px solid transparent;
  border-radius: 2px;
}
#tournament_calendar .fc-content-skeleton .fc-event-container .fc-content {
  border-color: black;
}
#tournament_calendar .fc-content-skeleton .fc-event-container .favorited .fc-title:before {
  font-family: "FontAwesome";
  content: "\f005";
  margin-right: 2px;
}
#tournament_calendar .fc-content-skeleton .fc-event-container .modded .fc-title:before {
  font-family: "FontAwesome";
  content: "\f0e3";
  margin-right: 2px;
}
#tournament_calendar .fc-content-skeleton .fc-event-container .is_online.fc-event {
  background-color: #FF0;
  color: black;
}

#game_preferences_content {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

#dashboard:not(.is_ladder_mod) .full_page_dispute_link {
  display: none;
}

.match-history-searcher .search_filters .preferred_game_filter {
  justify-content: center;
}
.match-history-searcher .search_filters .preferred_game_filter .filter_image {
  align-self: center;
}
.match-history-searcher .search_filters .preferred_game_filter, .match-history-searcher .search_filters .character {
  border-radius: 32px;
  border: 1px solid white;
  display: inline-flex;
}
.match-history-searcher .search_filters .preferred_game_filter.selected, .match-history-searcher .search_filters .character.selected {
  border-color: #05D8FF;
}
.match-history-searcher .search_filters .preferred_game_filter.unselected, .match-history-searcher .search_filters .character.unselected {
  border-color: black;
  opacity: 0.7;
}

.match_build_preference {
  display: none;
}

.host_code_main {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.match_build_preference.active {
  display: block;
  margin: 2px 0 3px 0;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex: 1;
  text-align: right;
}

.match_build_preference .has_build {
  display: block;
}
.match_build_preference .has_build:hover {
  color: #05D8FF;
}

.match_build_preference .no_build {
  display: block;
}
.match_build_preference .no_build:hover {
  color: #05D8FF;
}

.build_notification {
  font-style: normal;
  text-align: center;
  color: #05D8FF;
  font-size: 16px;
  padding: 0;
}
.build_notification .time_holder {
  display: none;
}
.build_notification .build_name {
  color: #F66;
  font-size: 14px;
}
.build_notification .build_icon {
  max-height: 21px;
  margin-left: 6px;
}
.build_notification .selectable_stuff:hover {
  cursor: pointer;
  color: #0F0;
}
.build_notification .selectable_stuff:hover .build_name {
  color: #0F0;
}

.build_preference_set.build_changer .toggle_game, .build_preference_set.build_changer .game_choices, .build_preference_set.build_changer .player_preferred_restrictions, .build_preference_set.build_changer #match_settings_holder {
  display: none;
}
.build_preference_set.build_changer .detail_url:hover {
  color: #70FF76;
}
.build_preference_set.build_changer .heading.main {
  display: none;
}
.build_preference_set.build_changer .heading .help_text {
  display: none;
}
.build_preference_set.build_changer .change_match_build button {
  vertical-align: middle;
  max-height: 64px;
  justify-content: center;
}
.build_preference_set.build_changer .name {
  padding-left: 10px;
}
.build_preference_set.build_changer .build {
  transition: none;
  padding: 0 4px;
}
.build_preference_set.build_changer .build.loading .loading {
  display: block;
  position: absolute;
  right: 64px;
}
.build_preference_set.build_changer .build.disabled, .build_preference_set.build_changer .request_list .challenge_request_hmm.removing button.build, .request_list .challenge_request_hmm.removing .build_preference_set.build_changer button.build {
  opacity: 0.4;
}
.build_preference_set.build_changer .build:hover {
  cursor: pointer;
  background-color: #3A4059;
  border-radius: 4px;
  color: white;
}

.match_list_mini .latency {
  display: none;
}
.match_list_mini .feedback {
  display: none;
}
.match_list_mini thead {
  display: none;
}
.match_list_mini .match-history-table {
  border-radius: 8px;
}
.match_list_mini .match-history-table td {
  padding: 2px 3px;
}

.site_stats .game_image {
  display: block;
}
.site_stats .best_of_small {
  display: none;
}
.site_stats .game img {
  width: 32px;
  margin-right: 16px;
}
.site_stats .stat_name {
  font-size: 17px;
  min-width: 150px;
  padding-top: 12px;
}
.site_stats .stat_name .match_description {
  text-align: left;
}
.site_stats .count {
  text-align: center;
  font-size: 16px;
  min-width: 90px;
}
.site_stats .match_description_text {
  text-align: left;
  display: block;
}
.site_stats .shortcut_team_size {
  display: block;
}

.missed_challenges .match .game_image img {
  max-height: 32px;
}
.missed_challenges .match .best_of_small {
  display: none;
}
.missed_challenges .match .time {
  width: 48px;
}
.missed_challenges .match_description {
  display: inline-block;
  width: 200px;
}
.missed_challenges .username, .missed_challenges .subscribe_link, .missed_challenges .user_info .subscription_streak, .user_info .missed_challenges .subscription_streak, .missed_challenges .subscriber_glowish {
  font-size: 18px;
}

.players.doubles-heading {
  display: flex;
  justify-content: center;
}

.players.doubles-heading li {
  display: inline-block;
  margin-left: 32px;
}
.players.doubles-heading li:not(:first-child):before {
  content: "vs";
  margin: 0 20px 0 0px;
}
.players.doubles-heading .win {
  display: block;
  text-align: center;
  color: #0F0;
  font-size: 18px;
}

.match-information.clickable, #main_chat_area .chat_room_title_banner .match-information.chat_option, .dolphin_launcher_waiting .match-information.dolphin_user, .dolphin_launcher_players .match-information.dolphin_user {
  cursor: pointer;
}

#match_options .match-information.selected {
  background-color: #424242;
  border: 3px solid #000;
}

#match_options .match-information:hover {
  background-color: gray;
}

.mod_intervention .submitted {
  display: none;
}
.mod_intervention .submitted.active {
  display: block;
}

.mod_intervention .loading {
  text-align: center;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.mod_intervention.submitting .loading {
  visibility: visible;
}

.mod_intervention.completed .submitted {
  display: block;
}

.mod_intervention button {
  margin-bottom: 10px;
  margin-right: 10px;
}

.dispute_message {
  color: #FF3434;
}

.the_report .dispute_message .no_dispute_message {
  font-style: italic;
  color: #FF3434;
}

.medal_summary {
  display: inline-flex;
  flex-direction: column;
}
.medal_summary .medal img, .medal_summary .leagued .league_icon {
  height: 64px;
  position: relative;
}
.medal_summary .division {
  font-size: 26px;
}
.medal_summary .raw_points {
  display: none;
  max-width: 30px;
  overflow: hidden;
}
.medal_summary .points {
  display: none;
}

.ranked_controls {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 4px 0;
}
.ranked_controls > div {
  flex: 1;
}
.ranked_controls .dispute_buttons {
  text-align: right;
}

.medal_summary.tier_ladder_league_unranked .division {
  font-size: 20px;
}

.match_summary .medal_summary .medal img {
  top: -8px;
}

.mod_intervention .status_text {
  display: none;
}

.mod_intervention .change_result {
  text-align: left;
  display: flex;
  margin: 6px 0;
}

.mod_intervention_container .controls h5 {
  margin-top: 0;
}

.mod_intervention .fault_buttons {
  display: block;
  text-align: left;
}

.mod_intervention .fault_buttons .username, .mod_intervention .fault_buttons .subscribe_link, .mod_intervention .fault_buttons .user_info .subscription_streak, .user_info .mod_intervention .fault_buttons .subscription_streak, .mod_intervention .fault_buttons .subscriber_glowish {
  display: inline-block;
  min-width: 60px;
  margin-right: 10px;
}
.mod_intervention .fault_buttons .status_text.is_at_fault {
  color: #FF3434;
}
.mod_intervention .fault_buttons .status_text.not_at_fault {
  color: #0F0;
}

.play_match .remember {
  font-weight: bold;
  text-align: center;
  display: block;
}

.fault_buttons .fault_button {
  display: none;
}

.fault_buttons.player_at_fault .is_at_fault, .fault_buttons.player_not_at_fault .not_at_fault {
  display: inline-block;
}

#disputes .dispute_list {
  margin-bottom: 0;
  padding: 16px;
}
#disputes .disputed_match .loader {
  display: none;
}
#disputes .disputed_match_listing {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#disputes .disputed_match.loading .loader {
  display: inline-block;
}

#disputes.match_detail_view .back_button, #disputes.match_detail_view .content_container {
  display: block;
}
#disputes.match_detail_view .disputed_match_listing {
  display: none;
}

.match_summary {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.match_summary.match_summary_page {
  max-width: 1200px;
  margin: 0 auto;
}

.match_summary.is_mod .match_summary_games_container {
  order: 0;
}
.match_summary.is_mod .match_summary_infractions_add {
  order: 1;
  max-width: 390px;
}
.match_summary.is_mod .match_summary_private_match_notes_container {
  order: 3;
}
.match_summary.is_mod .general_match_information {
  order: 4;
}

.reported_match_behavior.warning_popup {
  display: block;
  font-style: italic;
  background-color: transparent;
  font-size: 15px;
}

.centered_text_with_line {
  overflow: hidden;
  text-align: center;
}
.centered_text_with_line:before, .centered_text_with_line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.centered_text_with_line:before {
  right: 0.5em;
  margin-left: -50%;
}
.centered_text_with_line:after {
  left: 0.5em;
  margin-right: -50%;
}

.match_summary .auto_reported .match_report_container {
  display: none;
}
.match_summary .private_chat_area {
  max-height: 80vh;
  min-height: 60vh;
}
.match_summary .match_summary_private_match_notes_container {
  max-width: 390px;
  margin: 0 auto;
}
.match_summary .match_summary_games_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.match_summary .bug_title .best_of_small {
  display: none;
}
.match_summary .match_summary_games_container > div {
  margin: 0 10px;
  flex: 1 1 250px;
}
.match_summary .match_summary_games_container .match_games {
  min-width: 0;
  max-width: 700px;
  margin: 0 auto;
}
.match_summary .match_summary_games_container .match_chat {
  min-width: 280px;
  max-width: 490px;
}
.match_summary .build_name {
  color: #F66;
}
.match_summary .heading {
  margin: 0 0 8px 0;
  padding: 0;
}
.match_summary .heading.main_heading {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3A4059;
}
.match_summary .heading.main_heading .heading_player {
  margin: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.match_summary .heading.main_heading .opponent {
  margin: 0 8px;
}
.match_summary .heading.main_heading .is_winner, .match_summary .heading.main_heading .is_loser {
  width: 100%;
  font-size: 17px;
}
.match_summary .heading.main_heading .is_winner {
  color: #0F0;
}
.match_summary .heading.main_heading .is_winner:before, .match_summary .heading.main_heading .is_winner:after {
  background-color: #0F0;
}
.match_summary .heading.main_heading .is_loser {
  color: #FF3434;
}
.match_summary .heading.main_heading .is_loser:before, .match_summary .heading.main_heading .is_loser:after {
  background-color: #FF3434;
}
.match_summary .heading.main_heading .heading_player .username, .match_summary .heading.main_heading .heading_player .subscribe_link, .match_summary .heading.main_heading .heading_player .user_info .subscription_streak, .user_info .match_summary .heading.main_heading .heading_player .subscription_streak, .match_summary .heading.main_heading .heading_player .subscriber_glowish {
  justify-content: center;
  flex-direction: column;
  position: relative;
  word-break: break-word;
}
.match_summary .heading.main_heading .league .leagued {
  display: flex;
  flex-direction: column;
}
.match_summary .heading.main_heading .vs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.match_summary .all_players {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
}
.match_summary .heading .chat_players {
  font-size: 13px;
}
.match_summary .infraction_view .game_image {
  display: inline-block;
}
.match_summary .infraction_view .game_image img {
  display: inline-block;
  height: 32px;
}
.match_summary .infraction_view .match_description_text {
  font-size: 12px;
}
.match_summary .general_match_information {
  text-align: center;
  margin-bottom: 8px;
}
.match_summary .infraction_date {
  color: red;
  font-style: italic;
}
.match_summary .nothing_posted {
  font-style: italic;
  color: red;
}
.match_summary .private_notes {
  margin-bottom: 8px;
}
.match_summary .match_type {
  margin-bottom: 16px;
}
.match_summary .match_status {
  color: #0F0;
  font-size: 14px;
}

.struck_stages {
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  width: 130px;
}

.show_strikes .game:hover .struck_stages {
  height: auto;
  transition: 0.3s;
}

.match_games .list-group-item, .match_games .entrant_list .entrant, .entrant_list .match_games .entrant {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #3A4059;
}
.match_games .match_game {
  padding-left: 0;
  padding-right: 0;
}
.match_games .list-group-item:first-child, .match_games .entrant_list .entrant:first-child, .entrant_list .match_games .entrant:first-child, .match_games .list-group-item:last-child, .match_games .entrant_list .entrant:last-child, .entrant_list .match_games .entrant:last-child {
  border-radius: 0;
}

.match_summary .change_result > span, .match_summary .change_result > button {
  display: block;
  flex: 1;
  margin-bottom: 0;
}
.match_summary .mod_intervention {
  position: relative;
}

.selected_by_players {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  white-space: nowrap;
}
.selected_by_players .username, .selected_by_players .subscribe_link, .selected_by_players .user_info .subscription_streak, .user_info .selected_by_players .subscription_streak, .selected_by_players .subscriber_glowish {
  pointer-events: none;
  display: block;
}

.current_match .control-buttons {
  margin-bottom: 8px;
}
.current_match .control-buttons button {
  margin-right: 8px;
  margin-bottom: 6px;
}

.current_matches_holder .current_match .closing_x, .current_matches_holder .current_match .clear {
  background-color: rgb(255, 131, 131);
  border: 1px solid #FF3434;
  color: black;
}
.current_matches_holder .current_match .closing_x:hover, .current_matches_holder .current_match .clear:hover {
  background-color: #05D8FF;
  border-color: white;
}

.current_match {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  position: relative;
}
.current_match .match_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  padding: 0 8px;
  justify-content: space-around;
  align-content: baseline;
}
.current_match .match_chat_and_buttons {
  display: flex;
  flex-direction: column;
}
.current_match .match_chat_and_buttons, .current_match .match_details_holder {
  flex: 1 1 500px;
  max-width: 600px;
}
.current_match .chat_holder {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.current_match .private_chat_area {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.current_match .match_chat_conatiner {
  flex: 1 1 120px;
  margin-bottom: 0;
}
.current_match .chat_container_outer_holder {
  flex: 1 1 120px;
  margin-bottom: 0;
}
.current_match .opponent_codes_container {
  flex-direction: column;
  text-align: left;
}
.current_match .opponent_codes_container.is_mine .opponent_codes.is_editable:hover {
  cursor: pointer;
}
.current_match .opponent_codes_container.is_mine .opponent_codes.is_editable:hover .field_name {
  color: #05D8FF;
}
.current_match .opponent_codes_container.is_mine .opponent_codes.is_editable:hover .field_value {
  border-bottom: 1px solid #05D8FF;
}
.current_match .opponent_codes_container .field_name {
  display: block;
}
.current_match .opponent_codes_container .opponent_codes {
  display: block;
  text-align: left;
  margin: 1px 0 2px 0;
}
.current_match .opponent_codes_container .field_value {
  border-bottom: 1px solid transparent;
}

.opponent_codes_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}
.opponent_codes_container .opponent_codes {
  margin: 1em 0;
  margin: 4px;
}
.opponent_codes_container .opponent_codes.is_me {
  display: none;
}
.opponent_codes_container .opponent_codes .field_name {
  white-space: nowrap;
  font-size: small;
}
.opponent_codes_container .opponent_codes .field_value {
  white-space: nowrap;
  display: inline;
  color: #05D8FF;
}
.opponent_codes_container .opponent_codes .field_value.unknown {
  font-style: italic;
  color: #686868;
}

.rock_paper_scissors {
  text-align: center;
}
.rock_paper_scissors.waiting .selection .text {
  opacity: 0;
}
.rock_paper_scissors.waiting .selection i {
  opacity: 1;
}
.rock_paper_scissors .selection {
  position: relative;
}
.rock_paper_scissors .selection.active {
  background-color: #FF3434;
  color: black;
  box-shadow: none;
}
.rock_paper_scissors .selection .text {
  font-size: 24px;
}
.rock_paper_scissors .selection .text {
  opacity: 0;
  transition: 0.5s;
}
.rock_paper_scissors .selection i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  transition: 0.5s;
}
.rock_paper_scissors .selection:hover .text {
  opacity: 1;
  transition: 0.5s;
}
.rock_paper_scissors .selection:hover i {
  opacity: 0;
  transition: 0.5s;
}
.rock_paper_scissors .player_selected:disabled {
  opacity: 1;
  border: 1px solid white;
  background-color: #1C1F2B;
  box-shadow: 1px 1px 1px black;
  transition: 0.5s;
}

.match_summary.ladder_mod .game_data_container .character:hover {
  cursor: pointer;
}
.match_summary .no_report {
  color: #05D8FF;
}
.match_summary .game_data_container .team_character_picks.updating {
  opacity: 0.7;
}
.match_summary .set_winner {
  font-size: 16px;
  margin: 4px 0;
}
.match_summary .announce_results .description {
  font-size: 12px;
}
.match_summary .team_characters {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.match_summary .team_characters .character_name {
  display: none;
}
.match_summary .team_characters .username, .match_summary .team_characters .subscribe_link, .match_summary .team_characters .user_info .subscription_streak, .user_info .match_summary .team_characters .subscription_streak, .match_summary .team_characters .subscriber_glowish {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.match_summary .team_characters:last-child .character_pick:first-child {
  margin-left: auto;
  align-items: flex-end;
}
.match_summary .team_characters:last-child .character {
  margin-left: auto;
}
.match_summary .team_characters:last-child .character_pick {
  margin-right: 0;
  margin-left: 4px;
}
.match_summary .team_characters:last-child .username, .match_summary .team_characters:last-child .subscribe_link, .match_summary .team_characters:last-child .user_info .subscription_streak, .user_info .match_summary .team_characters:last-child .subscription_streak, .match_summary .team_characters:last-child .subscriber_glowish {
  display: block;
  text-align: right;
}
.match_summary .team_characters:last-child .apm_container {
  text-align: right;
}
.match_summary .game_data_container {
  width: 100%;
}

.match_summary .game .game_heading {
  display: flex;
  margin-top: 0;
}
.match_summary .game .duration {
  flex: 1;
  text-align: right;
  flex-direction: column;
  display: flex;
}
.match_summary .game .in_game_duration {
  display: block;
  font-size: 14px;
}
.match_summary .game .character_pick {
  margin-right: 4px;
  display: flex;
  flex-direction: column;
}
.match_summary .game .team_character_picks {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.match_summary .game .other_team {
  justify-content: flex-end;
}
.match_summary .game .selected_characters {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
}
.match_summary .game .game_number {
  font-size: 17px;
}
.match_summary .game .apm_container {
  display: block;
  font-size: 16px;
  text-align: left;
}
.match_summary .game .stage {
  width: 90px;
  height: 90px;
  display: block;
}
.match_summary .game .stage_pick {
  display: block;
  text-align: left;
  align-self: center;
}
.match_summary .game .stage_pick.pick_pending {
  display: block;
}
.match_summary .game .stage_pick.pick_pending .struck_stages {
  height: auto;
}
.match_summary .game .stuck_stages {
  display: none;
}

.match_summary.is_mod .team_characters .character {
  cursor: pointer;
}
.match_summary.is_mod .game.disabled .character, .match_summary.is_mod .request_list .challenge_request_hmm.removing button.game .character, .request_list .challenge_request_hmm.removing .match_summary.is_mod button.game .character {
  opacity: 0.4;
  cursor: default;
}
.match_summary.is_mod .select_match_result {
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  max-width: 290px;
  position: relative;
}

.current_match_container .apm_container {
  display: none;
}
.current_match_container .apm_container.active {
  display: block;
  cursor: default;
}
.current_match_container .apm_container a, .current_match_container .apm_container a .location:hover, a .current_match_container .apm_container .location:hover, .current_match_container .apm_container .link .location:hover, .link .current_match_container .apm_container .location:hover, .current_match_container .apm_container .link {
  color: white;
}
.current_match_container .apm_container a:hover, .current_match_container .apm_container a .location:hover, a .current_match_container .apm_container .location:hover, .current_match_container .apm_container .link .location:hover, .link .current_match_container .apm_container .location:hover, .current_match_container .apm_container .link:hover {
  color: #05D8FF;
}
.current_match_container .apm_container .apm {
  color: #05D8FF;
}

.player_character .stocks {
  display: none;
}
.player_character .stocks.has_stocks {
  display: flex;
  flex-direction: row;
  cursor: default;
}

.stocks {
  display: flex;
  flex-direction: row;
  cursor: default;
}
.stocks .stock_icon.dead {
  opacity: 0.4;
}
.stocks .stock_icon.self_destructed:after {
  content: "SD";
}
.stocks .stock_icon .damage {
  display: none;
}
.stocks .stock_icon .damage.active {
  display: block;
  cursor: default;
  font-size: 9px;
}
.stocks .stock_icon .damage:after {
  content: "%";
}

.replay_preview {
  display: flex;
  flex-direction: column;
}
.replay_preview .game_data_container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  flex: 1;
}
.replay_preview .stage {
  display: block;
}
.replay_preview .duration {
  text-align: center;
}
.replay_preview .players {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
.replay_preview .stage_container {
  width: 100%;
  text-align: center;
  height: 66px;
}
.replay_preview .stage_container img {
  max-height: 100%;
  border: 1px solid white;
}
.replay_preview .stat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.replay_preview .stat .title {
  width: 126px;
}
.replay_preview .stat .value {
  margin-left: 16px;
  color: #05D8FF;
}

.slippi_holder .replay_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}
.slippi_holder.error_game .filename {
  color: #FF3434;
}

.slippi_summary .stock_obituary.first_stock {
  display: inline-flex;
  margin-right: 20px;
}
.slippi_summary .replay_preview {
  display: flex;
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  border-bottom: 1px solid #3A4059;
}
.slippi_summary .replay_preview:hover {
  cursor: pointer;
  background-color: #3A4059;
}
.slippi_summary .replay_preview:last-child {
  border-bottom: none;
}
.slippi_summary .replay_preview:first-child {
  margin-top: 8px;
}
.slippi_summary .stage_container {
  max-width: 25%;
  margin: 0 8px;
  align-items: center;
}
.slippi_summary .players {
  flex: 1;
}

.struck_stages .stage_strike {
  position: relative;
  display: inline-block;
  margin-right: 26px;
}
.struck_stages .stage_strike .stage {
  width: 30px;
  height: 30px;
  position: relative;
}
.struck_stages .stage_strike .stage:before, .struck_stages .stage_strike .stage:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  top: 14px;
  box-shadow: 0 0 2px 0 #CCC;
}
.struck_stages .username, .struck_stages .subscribe_link, .struck_stages .user_info .subscription_streak, .user_info .struck_stages .subscription_streak, .struck_stages .subscriber_glowish {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 2px;
}
.struck_stages .stage_strike .stage:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
}
.struck_stages .stage_strike .stage:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 2px;
}
.point_changes .game_image img {
  max-width: 24px;
  max-height: 24px;
}
.point_changes .best_of_text {
  display: none;
}

.match-history-table.no_matches {
  padding: 16px;
  font-size: 2.5rem;
  text-align: center;
}

.sub_for_more {
  display: block;
  background-color: black;
  font-size: 16px;
  text-align: center;
  padding: 8px;
}

.match_feedback .title {
  border-radius: 0;
  text-align: center;
  height: auto;
  min-height: 0;
  font-size: 18px;
}
.match_feedback .heading {
  font-size: 13px;
  margin: 0;
}
.match_feedback .feedback_toggles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.match_feedback .feedback_toggle {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  border: 4px solid transparent;
  min-width: 195px;
}
.match_feedback .public_feedback {
  display: none;
}
.match_feedback .rating_container {
  display: block;
  padding: 4px 8px;
  background-color: #12141C;
  color: white;
  border-radius: 4px;
  flex: 1;
}

.attention_grabber {
  cursor: pointer;
  transform: translateX(0px) translateY(0px) rotate(0deg) scale(1) skew(-34deg);
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 600;
  background-color: #12141C;
  line-height: 30px;
  border-style: solid;
  border-color: #3A4059;
  border-width: 0 8px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.attention_grabber .text {
  transform: translateX(0px) translateY(0px) rotate(0deg) scale(1) skew(34deg);
  display: block;
}

.match-history-table .loading_more_shower {
  display: none;
  height: 100px;
  position: relative;
}
.match-history-table.loading_more .loading_more_shower {
  display: block;
}
.match-history-table .show_flags .flags {
  display: block;
  margin-top: 4px;
  color: #FF3434;
  text-shadow: 1px 1px 1px black;
  font-size: 14px;
}
.match-history-table .flags {
  display: none;
}
.match-history-table .flags .flag.open {
  color: #FF3434;
}
.match-history-table .flags .flag.closed {
  color: #0F0;
}
.match-history-table .change_match_flags {
  display: inline-block;
}
.match-history-table .change_match_flags.active {
  display: inline-block;
}
.match-history-table .change_match_flags:not(.active) button {
  font-size: 16px;
  border: 2px solid #FFF;
}
.match-history-table .flag {
  display: inline-block;
  margin: 0 16px 0 0;
}
.match-history-table .flag_confirm_forms {
  display: none;
}
.match-history-table .match_type .result_type {
  font-size: 18px;
}
.match-history-table .match_base_data {
  display: flex;
  flex-direction: column;
}
.match-history-table .match_base_data .game_logo {
  display: inline;
}
.match-history-table .feedback_thumbs {
  margin-left: 8px;
}
.match-history-table .feedback_thumbs i {
  font-size: 15px;
}
.match-history-table .feedback_section .heading {
  margin: 0;
}
.match-history-table .votes_text {
  font-size: 12px;
  margin-left: 4px;
}
.match-history-table .match_individual:hover .match-information {
  background-color: #12141C;
}
.match-history-table .match_individual:hover .match_detail_link_and_such {
  background-color: #12141C;
}
.match-history-table .match-information {
  display: flex;
  flex-direction: column;
}
.match-history-table .match_details_main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.match-history-table .selected_characters {
  flex-direction: column;
  justify-content: space-around;
}
.match-history-table .team_results {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.match-history-table .stream_container {
  flex: 1 0 auto;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
.match-history-table .stream_container .image_container {
  margin-right: 0;
}
.match-history-table .stream_container .stream_logo {
  width: 70px;
  border-color: #05D8FF;
}
.match-history-table .match-information:not(:first-child) {
  padding-top: 8px;
}
.match-history-table .game_logo img {
  max-height: 30px;
  max-width: 80px;
}
.match-history-table .match_base_data {
  font-size: 18px;
  width: 85px;
  position: relative;
}
.match-history-table .match_base_data a .game_logo, a .match-history-table .match_base_data .location:hover .game_logo, .link .match-history-table .match_base_data .location:hover .game_logo, .match-history-table .match_base_data .link .game_logo {
  display: block;
  white-space: nowrap;
  flex-grow: 1;
}
.match-history-table .match_base_data a .result.match, a .match-history-table .match_base_data .location:hover .result.match, .link .match-history-table .match_base_data .location:hover .result.match, .match-history-table .match_base_data .link .result.match {
  white-space: nowrap;
  flex-grow: 1;
}
.match-history-table .match_base_data a .result.match .result_type.type, a .match-history-table .match_base_data .location:hover .result.match .result_type.type, .link .match-history-table .match_base_data .location:hover .result.match .result_type.type, .match-history-table .match_base_data .link .result.match .result_type.type {
  min-width: 60px;
}
.match-history-table .match_base_data a .match_date, a .match-history-table .match_base_data .location:hover .match_date, .link .match-history-table .match_base_data .location:hover .match_date, .match-history-table .match_base_data .link .match_date {
  flex-grow: 1;
}
.match-history-table .match_base_data a .match_type, a .match-history-table .match_base_data .location:hover .match_type, .link .match-history-table .match_base_data .location:hover .match_type, .match-history-table .match_base_data .link .match_type {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.match-history-table .feedback .toggle_feedback_form:not(:first-child) {
  margin-left: 8px;
}
.match-history-table .feedback .toggle_feedback_form {
  flex-grow: 1;
  margin-top: 4px;
}
.match-history-table .match_date {
  white-space: nowrap;
}
.match-history-table .result_type {
  text-shadow: 1px 1px 1px black;
}
.match-history-table .is_ranked {
  color: #FF8F00;
}
.match-history-table .friendlies {
  color: #FF0;
}
.match-history-table .feedback {
  display: flex;
  word-break: break-word;
}
.match-history-table .player_feedback {
  max-height: 70px;
  overflow-y: auto;
}
.match-history-table .feedback_section .username, .match-history-table .feedback_section .user_info .subscription_streak, .user_info .match-history-table .feedback_section .subscription_streak, .match-history-table .feedback_section .subscriber_glowish, .match-history-table .feedback_section .subscribe_link {
  display: block;
}
.match-history-table .votes_text {
  font-size: 10px;
}
.match-history-table .medal_summary .division {
  font-size: 16px;
  text-align: center;
}
.match-history-table .medal_summary .points {
  display: none;
}
.match-history-table .is_ranked {
  color: #05D8FF;
  text-shadow: 1px 1px 1px black;
  font-size: 18px;
}
.match-history-table .match_base_data a > div, .match-history-table .match_base_data a .location:hover > div, a .match-history-table .match_base_data .location:hover > div, .match-history-table .match_base_data .link .location:hover > div, .link .match-history-table .match_base_data .location:hover > div, .match-history-table .match_base_data .link > div {
  width: 25%;
}
.match-history-table .match_base_data a > div:first-child, .match-history-table .match_base_data a .location:hover > div:first-child, a .match-history-table .match_base_data .location:hover > div:first-child, .match-history-table .match_base_data .link .location:hover > div:first-child, .link .match-history-table .match_base_data .location:hover > div:first-child, .match-history-table .match_base_data .link > div:first-child {
  text-align: left;
}
.match-history-table .match_base_data a > div:last-child, .match-history-table .match_base_data a .location:hover > div:last-child, a .match-history-table .match_base_data .location:hover > div:last-child, .match-history-table .match_base_data .link .location:hover > div:last-child, .link .match-history-table .match_base_data .location:hover > div:last-child, .match-history-table .match_base_data .link > div:last-child {
  text-align: right;
}
.match-history-table .team_result.doubles:not(:last-child) {
  margin-bottom: 8px;
}
.match-history-table .character_pick {
  display: inline;
}
.match-history-table .character_pick .character,
.match-history-table .match_history .character_pick .character {
  width: 24px;
  height: 24px;
}
.match-history-table .character_pick .character.character_for_game_project-m,
.match-history-table .match_history .character_pick .character.character_for_game_project-m,
.match-history-table .character_pick .character.character_dimensions_58_38,
.match-history-table .match_history .character_pick .character.character_for_game__melee {
  width: 24px;
  height: 20px;
}
.match-history-table .character_holder, .match-history-table .stage {
  border-radius: 8px 0;
  overflow: hidden;
}
.match-history-table .game_score {
  margin-right: 1px;
  display: flex;
  flex-direction: column;
}
.match-history-table .opponent_stats .league .leagued {
  display: inline-flex;
  flex-direction: column;
}
.match-history-table .opponent_stats .league img {
  height: 32px;
}
.match-history-table .medal .rank_medal {
  height: 32px;
  display: inline;
}
.match-history-table .division {
  font-size: 16px;
}
.match-history-table .opponents {
  display: flex;
  flex-grow: 1;
  text-align: left;
  flex-direction: column;
}
.match-history-table .opponents.horizontal {
  flex-direction: row;
}
.match-history-table .opponents.horizontal .opponent {
  border-bottom: none;
  flex-direction: column;
}
.match-history-table .opponents.horizontal .opponent:not(:last-child) {
  border-bottom: none;
  border-right: 1px solid #3A4059;
  padding-right: 7px;
  padding-bottom: 0;
}
.match-history-table .opponent {
  text-align: center;
  margin-right: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  border: 2px solid transparent;
}
.match-history-table .opponent:not(:last-child) {
  border-bottom: 1px solid #3A4059;
  padding-bottom: 7px;
}
.match-history-table .opponent .opponent_stats {
  display: flex;
  margin-right: 8px;
}
.match-history-table .opponent .username, .match-history-table .opponent .user_info .subscription_streak, .user_info .match-history-table .opponent .subscription_streak, .match-history-table .opponent .subscriber_glowish, .match-history-table .opponent .subscribe_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 10;
  padding-right: 4px;
}
.match-history-table .game_master .opponent:hover {
  cursor: pointer;
  background-color: #12141C;
}
.match-history-table .game_master .opponent.selected .advanced_stats, .match-history-table .game_master .opponent.selected .raw_points {
  display: inline;
}
.match-history-table .game_master .opponent.selected .points {
  display: block;
}
.match-history-table .match_detail_link_and_such {
  border-top: 1px solid #3A4059;
  border-bottom: 1px solid #3A4059;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.match-history-table .match_detail_link_and_such .has_flags {
  border-color: #FF3434;
}
.match-history-table .match_detail_link_and_such .when {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #3A4059;
}
.match-history-table .match_detail_link_and_such .when, .match-history-table .match_detail_link_and_such .duration {
  padding-top: 4px;
  padding-bottom: 4px;
}
.match-history-table .match_detail_link_and_such .duration {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}
.match-history-table .match_scores, .match-history-table .set_scores {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  padding: 8px 3px 2px 3px;
  flex: 1;
  max-width: 50%;
  margin-left: auto;
  overflow: auto;
}
.match-history-table .set_scores .hyphen {
  display: none;
}
.match-history-table .set_scores .score {
  display: block;
  width: 100%;
  text-align: left;
}
.match-history-table .set_scores .value {
  float: right;
  margin-left: 8px;
}
.match-history-table .feedback_section {
  display: inline-flex;
  flex-direction: column;
  margin-right: 8px;
  display: none;
}
.match-history-table .secondary_match_data {
  display: flex;
  padding-top: 8px;
}

.medal_summary {
  text-align: center;
}

.point_change.is_positive {
  color: #0F0;
}

.point_change.is_negative {
  color: #FF3434;
}

.point_change.is_neutral {
  display: none;
}

.feedback_thumbs .negative {
  color: #FF3434;
}
.feedback_thumbs .positive {
  color: #0F0;
}
.feedback_thumbs .neutral {
  color: #FF0;
}
.feedback_thumbs.selected .positive, .feedback_thumbs .selected .positive {
  color: #0F0;
}

.match_feedback .feedback_thumbs i {
  font-size: 24px;
  cursor: pointer;
}
.match_feedback .feedback_thumbs .selection_area .description {
  display: block;
  min-height: 35px;
}
.match_feedback .selection_area:hover .description {
  font-weight: bold;
}

.feedback_thumbs i, .feedback_thumbs .positive, .feedback_thumbs .negative,
.feedback_thumbs .neutral {
  font-size: 24px;
}

#tab-pane-matchmaking .back {
  float: left;
}

.active_games .game_stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.active_games .game_stats > div {
  display: flex;
  flex-direction: column;
}
.active_games .active_players .player .username, .active_games .active_players .player .user_info .subscription_streak, .user_info .active_games .active_players .player .subscription_streak, .active_games .active_players .player .subscriber_glowish, .active_games .active_players .player .subscribe_link {
  margin-right: 8px;
}
.active_games .active_players .player {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.no_matches_at_all {
  margin: -5px;
}

.chat_container .best_of_small {
  display: none;
}
.chat_container .shortcut_team_size {
  display: inline;
}

.match_summary .match_description_season_link {
  display: inline-block;
}

.match_shortcuts .match_description_text {
  display: inline-block;
  background-color: #000;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 11px;
  margin-top: 1px;
  white-space: nowrap;
}
.match_shortcuts .best_of_text {
  display: none;
}
.match_shortcuts .shortcut_team_size {
  display: inline;
}

.mod_report_chat .match_description .shortcut_team_size {
  display: inline;
}
.mod_report_chat .match_description .best_of_small {
  display: none;
}

.flagged_matches {
  max-width: 800px;
}
.flagged_matches .feedback_section, .flagged_matches .match_scores {
  display: none;
}
.flagged_matches .has_flags {
  display: none;
}
.flagged_matches .flags {
  display: block;
}
.flagged_matches .medal_summary {
  display: none;
}
.flagged_matches .advanced_stats {
  display: none;
}
.flagged_matches .infractions {
  padding: 8px 0 4px 0;
  display: flex;
  flex-direction: column;
}
.flagged_matches .infraction_view {
  width: 45%;
}
.flagged_matches .infraction_view .date, .flagged_matches .infraction_view .infraction_visibility, .flagged_matches .infraction_view .match_description {
  display: none;
}

.active_matches .teams {
  justify-content: center;
}
.active_matches .teams .versus {
  font-size: 2.3rem;
}
.active_matches .teams .player {
  min-width: 10rem;
  justify-content: space-around;
}
.active_matches .location {
  font-size: 11px;
}

.active_matches {
  position: relative;
}
.active_matches .game_image img, .active_matches .game_logo .game_image {
  max-width: 64px;
}
.active_matches .match {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid transparent;
  margin-bottom: 4px;
  padding-bottom: 4px;
  position: relative;
}
.active_matches .match .loading {
  display: none;
}
.active_matches .match.loading .loading {
  display: block;
  position: absolute;
  width: 100%;
}
.active_matches .match:not(:last-child) {
  border-bottom: 1px solid #3A4059;
}
.active_matches .match:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.active_matches .teams {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  flex-wrap: wrap;
}
.active_matches .versus {
  margin: 0 8px;
}
.active_matches .players {
  order: -1;
}
.active_matches .player {
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  min-width: 65px;
  position: relative;
}
.active_matches .match_description_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.active_matches .match_description.match_ranked .shortcut_unranked {
  display: none;
}
.active_matches .match_description.match_unranked .shortcut_ranked {
  display: none;
}
.active_matches .player .username, .active_matches .player .user_info .subscription_streak, .user_info .active_matches .player .subscription_streak, .active_matches .player .subscriber_glowish, .active_matches .player .subscribe_link {
  flex: 1;
}
.active_matches .start_time, .active_matches .duration {
  font-size: unset;
}
.active_matches .start_time {
  order: 10;
  text-align: right;
  min-width: 100px;
}
.active_matches .match_list {
  margin-bottom: 0;
  border-radius: 4px;
}
.active_matches .most_active_players {
  margin-bottom: 16px;
}
.active_matches .most_active_players .logo {
  margin-left: 12px;
  max-height: 36px;
}
.active_matches .group {
  width: 338px;
  display: inline-flex;
  flex-direction: column;
}
.active_matches .players {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.active_matches .medal_summary {
  position: absolute;
  top: 14px;
  left: -10px;
}
.active_matches .remaining_matches {
  font-size: 20px;
}
.active_matches .remaining_matches .logo {
  max-height: 40px;
}
.active_matches .medal_summary .rank_medal {
  height: 20px;
}
.active_matches .medal_summary .points {
  display: none;
}
.active_matches .medal_summary .division {
  display: none;
}
.active_matches .shortcut_ranked {
  border-color: gold;
}
.active_matches .spacer {
  display: flex;
}
.active_matches .location {
  text-shadow: 0 1px 1px #000;
  font: 10px "Open Sans";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
  text-align: center;
  flex-grow: 1;
  width: 0;
}

.match_description .game_image img {
  max-height: 22px;
}

.shortcut_ranked {
  color: #F66;
}

.shortcut_unranked {
  color: #05D8FF;
}

.shortcut_title {
  font-style: italic;
  font-size: 13px;
}

.shortcut_title .title_text:before {
  content: "-";
}
.shortcut_title .parenthesis {
  display: none;
}

.match_summary .best_of_small {
  display: none;
}
.match_summary .feedbacks {
  display: flex;
  flex-direction: row;
}
.match_summary .feedback_section {
  margin-right: 32px;
}
.match_summary .chat_message.match_event {
  display: flex;
}
.match_summary .chat_container.displaying_events .chat_message.match_event {
  display: flex;
}
.match_summary .chat_container.displaying_chat .chat_message.archive_message {
  display: flex;
  flex-wrap: wrap;
}
.match_summary .chat_container.displaying_chat .chat_message.archive_message .username, .match_summary .chat_container.displaying_chat .chat_message.archive_message .user_info .subscription_streak, .user_info .match_summary .chat_container.displaying_chat .chat_message.archive_message .subscription_streak, .match_summary .chat_container.displaying_chat .chat_message.archive_message .subscriber_glowish, .match_summary .chat_container.displaying_chat .chat_message.archive_message .subscribe_link {
  white-space: nowrap;
  max-width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match_summary .chat_container .time {
  width: 105px;
}
.match_summary .chat_message.match_event .event {
  color: #05D8FF;
  font-style: italic;
}
.match_summary .chat_message.match_event_match_event_game_start {
  text-align: center;
}
.match_history_display .history_content .feedback_section {
  display: none;
}
.match_history_display .history_content .sub_for_more {
  background-color: black;
  text-align: center;
  font-size: 13px;
  padding: 6px;
}
.match_history_display .history_content .result.match {
  display: none;
}
.match_history_display .history_content .opponent {
  padding: 1px 2px;
}
.match_history_display .history_content .medal .rank_medal {
  height: 24px;
}
.match_history_display .history_content .game_logo img {
  max-height: 24px;
}
.match_history_display .history_content .opponent:hover .username, .match_history_display .history_content .opponent:hover .user_info .subscription_streak, .user_info .match_history_display .history_content .opponent:hover .subscription_streak, .match_history_display .history_content .opponent:hover .subscriber_glowish, .match_history_display .history_content .opponent:hover .subscribe_link {
  overflow: visible;
}
.match_history_display .history_content .match_scores {
  padding: 3px;
}
.match_history_display .history_content .division {
  font-size: 11px;
}
.match_history_display .history_content .feedback {
  display: none;
}

.player_preferred_restrictions .restriction {
  text-align: left;
  margin: 5px 0;
  justify-content: center;
  display: flex;
  transition: 0.7s;
}
.player_preferred_restrictions .name {
  flex-grow: 1;
  display: flex;
  padding: 5px 10px 5px 40px;
  width: 80%;
  flex-direction: row;
  font-size: 19px;
}

.build_preferences .build {
  text-align: left;
  margin: 5px 0;
  display: flex;
  transition: 0.7s;
}
.build_preferences .build .loading {
  display: none;
}
.build_preferences .build_preference_set.active {
  display: block;
}
.build_preferences .build.unselected {
  font-style: italic;
  color: #3A4059;
}
.build_preferences .build.unselected .dolphin_logo {
  opacity: 0.7;
}
.build_preferences .name {
  flex-grow: 1;
  display: flex;
  padding: 5px 10px 5px 40px;
  width: 80%;
  flex-direction: row;
}
.build_preferences .dolphin_logo {
  margin-right: 16px;
  object-fit: contain;
}
.build_preferences .description, .build_preferences .title {
  display: block;
}
.build_preferences .title {
  font-size: 19px;
}
.build_preferences .description, .build_preferences .detail_url {
  font-style: italic;
  font-size: 12px;
}
.build_preferences .detail_url {
  font-size: 14px;
}
.build_preferences .build .active, .build_preferences .build .inactive {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 45px;
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.build_preferences .build .inactive {
  display: flex;
}
.build_preferences .help_text {
  display: none;
  font-size: 11px;
}
.build_preferences .change_match_build {
  display: flex;
  margin: 0 8px;
  justify-content: center;
  flex-direction: column;
}

.hint_text {
  font-size: x-small;
}

.dolphin_player_select_list {
  margin: 4px 4px 4px 0;
  display: flex;
  flex-direction: column;
}
.dolphin_player_select_list .username_button {
  display: inline-flex;
  font-size: 14px;
  padding: 4px 0;
  cursor: pointer;
}
.dolphin_player_select_list .username_button.has_no_slot .username, .dolphin_player_select_list .username_button.has_no_slot .user_info .subscription_streak, .user_info .dolphin_player_select_list .username_button.has_no_slot .subscription_streak, .dolphin_player_select_list .username_button.has_no_slot .subscriber_glowish, .dolphin_player_select_list .username_button.has_no_slot .subscribe_link {
  font-style: italic;
  opacity: 0.7;
}
.dolphin_player_select_list .username_button:hover {
  color: #0F0;
}
.dolphin_player_select_list .username_button .selected {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.dolphin_player_select_list .username_button .selected.loading {
  color: #05D8FF;
}
.dolphin_player_select_list .username_button .selected.checked i {
  color: #0F0;
}
.dolphin_player_select_list .username_button .selected.checked i:hover {
  color: white;
}
.dolphin_player_select_list .username_button .selected.xcked i {
  color: #FF3434;
}
.dolphin_player_select_list .username_button .selected.xcked i:hover {
  color: white;
}
.dolphin_player_select_list .username_button .username, .dolphin_player_select_list .username_button .user_info .subscription_streak, .user_info .dolphin_player_select_list .username_button .subscription_streak, .dolphin_player_select_list .username_button .subscriber_glowish, .dolphin_player_select_list .username_button .subscribe_link {
  flex: 0 1 calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dolphin_player_select_list .username_holder {
  display: inline-block;
  margin: 0 4px 0 0;
}

.dolphin_launcher_players .dolphin_update {
  margin-right: 4px;
  padding: 0 3px;
  border-radius: 4px;
}
.dolphin_launcher_players .dolphin_update, .dolphin_launcher_players .dolphin_username {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dolphin_launcher_players .dolphin_username {
  color: #05D8FF;
}
.dolphin_launcher_players .dolphin_user_holder.no_player .dolphin_update {
  background-color: rgb(255, 131, 131);
}

.dolphin_launcher_waiting, .dolphin_launcher_players {
  display: flex;
  flex-direction: column;
}

.dolphin_launcher_waiting .waiting_dialog, .dolphin_launcher_waiting .dolphin_player_list, .dolphin_launcher_players .waiting_dialog, .dolphin_launcher_players .dolphin_player_list {
  flex: 1;
  text-align: left;
}
.dolphin_launcher_waiting .dolphin_player_list, .dolphin_launcher_players .dolphin_player_list {
  display: flex;
  border-top: 1px solid #3A4059;
  padding: 3px 0;
}
.dolphin_launcher_waiting .player_list_heading, .dolphin_launcher_players .player_list_heading {
  display: none;
  margin-right: 16px;
  margin-top: 0;
  padding-top: 0;
}
.dolphin_launcher_waiting .dolphin_players, .dolphin_launcher_players .dolphin_players {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.dolphin_launcher_waiting .status,
.dolphin_launcher_players .status, .dolphin_launcher_players .status {
  display: flex;
  flex-direction: row;
}
.dolphin_launcher_waiting .previous_games,
.dolphin_launcher_players .previous_games, .dolphin_launcher_players .previous_games {
  display: flex;
  flex-direction: column;
}
.dolphin_launcher_waiting .previous_games .stage_name,
.dolphin_launcher_players .previous_games .stage_name, .dolphin_launcher_players .previous_games .stage_name {
  display: none;
}
.dolphin_launcher_waiting .previous_games .stage_pick,
.dolphin_launcher_players .previous_games .stage_pick, .dolphin_launcher_players .previous_games .stage_pick {
  align-self: flex-start;
}
.dolphin_launcher_waiting .previous_games .team_characters,
.dolphin_launcher_players .previous_games .team_characters, .dolphin_launcher_players .previous_games .team_characters {
  flex: 1;
}
.dolphin_launcher_waiting .previous_games .username, .dolphin_launcher_waiting .previous_games .user_info .subscription_streak, .user_info .dolphin_launcher_waiting .previous_games .subscription_streak, .dolphin_launcher_waiting .previous_games .subscriber_glowish, .dolphin_launcher_waiting .previous_games .subscribe_link,
.dolphin_launcher_players .previous_games .username,
.dolphin_launcher_players .previous_games .user_info .subscription_streak,
.user_info .dolphin_launcher_players .previous_games .subscription_streak,
.dolphin_launcher_players .previous_games .subscriber_glowish,
.dolphin_launcher_players .previous_games .subscribe_link, .dolphin_launcher_players .previous_games .username {
  max-width: none;
}
.dolphin_launcher_waiting .previous_games .selected_characters,
.dolphin_launcher_players .previous_games .selected_characters, .dolphin_launcher_players .previous_games .selected_characters {
  flex-wrap: wrap;
  flex: 1;
}
.dolphin_launcher_waiting .previous_games .team_characters:first-child,
.dolphin_launcher_players .previous_games .team_characters:first-child, .dolphin_launcher_players .previous_games .team_characters:first-child {
  align-items: flex-start;
}
.dolphin_launcher_waiting .previous_games .team_characters:last-child .player_character, .dolphin_launcher_waiting .previous_games .team_characters:last-child .characters_container,
.dolphin_launcher_players .previous_games .team_characters:last-child .player_character,
.dolphin_launcher_players .previous_games .team_characters:last-child .characters_container, .dolphin_launcher_players .previous_games .team_characters:last-child .player_character, .dolphin_launcher_players .previous_games .team_characters:last-child .characters_container {
  margin-left: auto;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.dolphin_launcher_waiting .previous_games .character_pick,
.dolphin_launcher_players .previous_games .character_pick, .dolphin_launcher_players .previous_games .character_pick {
  text-align: left;
}
.dolphin_launcher_waiting .previous_games .character,
.dolphin_launcher_players .previous_games .character, .dolphin_launcher_players .previous_games .character {
  margin: 4px 0;
  cursor: default;
}
.dolphin_launcher_waiting .previous_games .stage,
.dolphin_launcher_players .previous_games .stage, .dolphin_launcher_players .previous_games .stage {
  margin: 0;
}
.dolphin_launcher_waiting .previous_games .stage:hover, .dolphin_launcher_players .previous_games .stage:hover {
  cursor: default;
}
.dolphin_launcher_waiting .previous_games .stage_outer_holder,
.dolphin_launcher_players .previous_games .stage_outer_holder, .dolphin_launcher_players .previous_games .stage_outer_holder {
  display: flex;
  flex-direction: column;
}
.dolphin_launcher_waiting .previous_games .stage_outer_holder .previous_match_heading,
.dolphin_launcher_players .previous_games .stage_outer_holder .previous_match_heading, .dolphin_launcher_players .previous_games .stage_outer_holder .previous_match_heading {
  font-size: 14px;
}
.dolphin_launcher_waiting .previous_games .stage_outer_holder .stage_name,
.dolphin_launcher_players .previous_games .stage_outer_holder .stage_name, .dolphin_launcher_players .previous_games .stage_outer_holder .stage_name {
  font-size: 13px;
  text-align: left;
  max-width: 0;
}
.dolphin_launcher_waiting .previous_games .previous_match_heading,
.dolphin_launcher_players .previous_games .previous_match_heading, .dolphin_launcher_players .previous_games .previous_match_heading {
  text-align: left;
  font-size: 18px;
}
.dolphin_launcher_waiting .previous_games .the_games,
.dolphin_launcher_players .previous_games .the_games, .dolphin_launcher_players .previous_games .the_games {
  display: flex;
  flex-direction: column;
}
.dolphin_launcher_waiting .previous_games .game,
.dolphin_launcher_players .previous_games .game, .dolphin_launcher_players .previous_games .game {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.current_matches_holder .game_information .dolphin_version {
  display: none;
}
.current_matches_holder .game_information .dolphin_version.active {
  display: inline-block;
}
.current_matches_holder .game_information .dolphin_version.special_preferred_build {
  font-size: 16px;
  text-align: center;
  margin-bottom: 4px;
  margin-left: 12px;
}
.current_matches_holder .game_information .dolphin_version .dolphin_logo {
  display: inline-block;
}

.league_change .medal_summary {
  font-size: 13px;
}
.league_change .division {
  font-size: 14px;
}

.no_vote {
  opacity: 0.6;
  font-style: italic;
}

.league_change .points {
  display: block;
}

#tab-pane-match_only_view {
  flex-direction: column;
}

.game_number_text .game_number {
  color: #05D8FF;
}

.set_score .wins {
  color: #0F0;
}
.set_score .losses {
  color: #FF3434;
}

#match_only_view {
  display: flex;
  flex-direction: column;
}
#match_only_view .active_match {
  max-width: 320px;
}
#match_only_view .active_match .match_count_text_holder {
  display: none;
}
#match_only_view .active_match .reports {
  display: none;
}
#match_only_view .active_match .picks_container {
  padding: 0;
}
#match_only_view .teams {
  justify-content: normal;
}
#match_only_view .match_count {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
#match_only_view .waiting_rotation .logo_container {
  height: 138px;
}
#match_only_view .waiting_rotation .image_holder {
  height: 64px;
}
#match_only_view .waiting_rotation .game_icon {
  filter: none;
  max-width: 130px;
  max-height: 130px;
}
#match_only_view .waiting_rotation .image_and_tier {
  justify-content: normal;
}
#match_only_view .waiting_rotation .ranked_requirements, #match_only_view .waiting_rotation .tier_details {
  font-size: larger;
}
#match_only_view .waiting_rotation .tier_details {
  text-align: center;
}
#match_only_view .game_information.active_matches {
  display: flex;
  flex-direction: column;
}
#match_only_view .game_information.active_matches .match_count {
  display: flex;
  flex-direction: column;
}
#match_only_view .game_information.active_matches .match_count .match_game_logo {
  max-height: 60px;
  max-width: 180px;
}
#match_only_view .game_information.active_matches .match_count .game_name.image_added {
  display: block;
}
#match_only_view .searches_holder .heading {
  display: none;
}
#match_only_view .searches_holder .match_count .game_name {
  display: inline;
}
#match_only_view .league_icon {
  max-height: 64px;
}
#match_only_view .leagued {
  display: block;
}
#match_only_view .leagued .division {
  display: block;
  font-size: 22px;
}
#match_only_view .game_number_heading {
  border-bottom: none;
  margin-right: auto;
}
#match_only_view .game_number_heading .set_score .win_text, #match_only_view .game_number_heading .set_score .losses_text {
  display: none;
}
#match_only_view .game_number_heading .set_score .wins {
  color: #0F0;
}
#match_only_view .game_number_heading .set_score .wins:after {
  content: "-";
  margin-left: 6px;
  color: #FFF;
}
#match_only_view .game_number_heading .set_score .losses {
  color: #FF3434;
}
#match_only_view .game_name {
  display: block;
}
#match_only_view .advanced_user_element {
  display: inline-flex;
  flex-direction: column;
}
#match_only_view .advanced_user_element .username, #match_only_view .advanced_user_element .user_info .subscription_streak, .user_info #match_only_view .advanced_user_element .subscription_streak, #match_only_view .advanced_user_element .subscriber_glowish, #match_only_view .advanced_user_element .subscribe_link {
  font-size: 18px;
}
#match_only_view .tier_mini {
  order: 10;
}
#match_only_view .tier_mini .tier_mini {
  position: relative;
}
#match_only_view .tier_mini .mini_tier_icon {
  position: static;
  transform: none;
}
#match_only_view .opponent .team.has_me {
  display: none;
}
#match_only_view .opponent .teams .player {
  min-width: 20rem;
}

.is_new {
  color: yellow;
  font-size: x-small;
  top: -4px;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.edit_chat h1 {
  text-align: center;
}
.edit_chat .tab-content .tab-pane {
  min-height: 300px;
}
.edit_chat .tab-content .userlist {
  height: 250px;
  overflow-y: scroll;
  width: 300px;
  border: 1px solid black;
  border-radius: 8px;
}
.edit_chat .userlist button {
  float: right;
}
.edit_chat .userlist li {
  clear: both;
  padding: 1px 8px;
}
.edit_chat .userlist li:hover {
  background-color: black;
}

.chat_input_group .emoji-mart {
  display: flex;
  flex-direction: column;
}
.chat_input_group .emoji-mart .emoji-mart-anchor {
  cursor: pointer;
}
.chat_input_group .emoji-mart .emoji-mart-category .emoji-mart-emoji span {
  cursor: pointer;
}
.chat_input_group .emoji-mart .emoji-mart-scroll {
  max-height: 34vh;
}
.chat_input_group .emoji-mart-bar {
  order: 10;
}

.emoji_picker {
  background-color: transparent;
  font-size: 18px;
  border: none;
}
.emoji_picker:hover, a .emoji_picker.location:hover, .link .emoji_picker.location:hover {
  background-color: transparent;
}

.chat_message.me_texted .username, .chat_message.me_texted .user_info .subscription_streak, .user_info .chat_message.me_texted .subscription_streak, .chat_message.me_texted .subscriber_glowish, .chat_message.me_texted .subscribe_link, .chat_message.me_texted .message {
  font-style: italic;
}
.chat_message.me_texted .message {
  color: #FF8F00;
}
.chat_message.me_texted .message_command {
  display: none;
}

.chat_message.me_texted.subscribed_message .message {
  color: #05D8FF;
}

.groups_container .loading {
  text-align: center;
}

#sidebar .chat_entry {
  margin: 3px 0;
}
#sidebar .chat_entry .logo_container, #sidebar .chat_entry .invite_only, #sidebar .chat_entry .players_in_room, #sidebar .chat_entry .has_new_messages {
  display: none;
}
#sidebar .chat_entry.invite_only .invite_only {
  display: inline;
}
#sidebar .chat_entry.has_logo .logo_container {
  display: block;
}
#sidebar .chat_entry.has_new_messages .new_message_count {
  display: inline-block;
}

.chat_tab_mover {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}

.chat_tab_group .chat_tab_heading {
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 4px 0;
}
.chat_tab_group .chat_tab_heading.your_chats {
  display: none;
}

.control-buttons .btn, .control-buttons body.database_setup input[type=submit], body.database_setup .control-buttons input[type=submit], .control-buttons body.database_setup button, body.database_setup .control-buttons button, .control-buttons .btn-xs, .control-buttons .possible_aka_listings button, .possible_aka_listings .control-buttons button, .control-buttons .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .control-buttons button, .control-buttons .stage_selectable .stage_options button, .stage_selectable .stage_options .control-buttons button, .control-buttons .btn-sm, .control-buttons .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .control-buttons button {
  border: none;
}

#main_chat_area .chat-rules-popout-holder {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
#main_chat_area .chat_room_title_banner {
  padding: 6px 0px 6px 0px;
  font-size: x-large;
}
#main_chat_area .chat_room_title_banner .name {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 10 1 0;
}
#main_chat_area .chat_room_title_banner .name .badge, #main_chat_area .chat_room_title_banner .name .event_listing .best_of_small, .event_listing #main_chat_area .chat_room_title_banner .name .best_of_small, #main_chat_area .chat_room_title_banner .name .bug_category, #main_chat_area .chat_room_title_banner .name .normal_list .no_tags.active, .normal_list #main_chat_area .chat_room_title_banner .name .no_tags.active, #main_chat_area .chat_room_title_banner .name .bug_summary_description .confirmed, .bug_summary_description #main_chat_area .chat_room_title_banner .name .confirmed {
  position: absolute;
  bottom: 0;
}
#main_chat_area .chat_room_title_banner .name .badge.has_new_messages, #main_chat_area .chat_room_title_banner .name .event_listing .has_new_messages.best_of_small, .event_listing #main_chat_area .chat_room_title_banner .name .has_new_messages.best_of_small, #main_chat_area .chat_room_title_banner .name .has_new_messages.bug_category, #main_chat_area .chat_room_title_banner .name .normal_list .has_new_messages.no_tags.active, .normal_list #main_chat_area .chat_room_title_banner .name .has_new_messages.no_tags.active, #main_chat_area .chat_room_title_banner .name .bug_summary_description .has_new_messages.confirmed, .bug_summary_description #main_chat_area .chat_room_title_banner .name .has_new_messages.confirmed {
  left: 0;
  background-color: #0A6EBD;
}
#main_chat_area .chat_room_title_banner .name .badge.mentioned, #main_chat_area .chat_room_title_banner .name .event_listing .mentioned.best_of_small, .event_listing #main_chat_area .chat_room_title_banner .name .mentioned.best_of_small, #main_chat_area .chat_room_title_banner .name .mentioned.bug_category, #main_chat_area .chat_room_title_banner .name .normal_list .mentioned.no_tags.active, .normal_list #main_chat_area .chat_room_title_banner .name .mentioned.no_tags.active, #main_chat_area .chat_room_title_banner .name .bug_summary_description .mentioned.confirmed, .bug_summary_description #main_chat_area .chat_room_title_banner .name .mentioned.confirmed {
  right: 0;
  background-color: #0A6EBD;
}
#main_chat_area .chat_room_title_banner .chat_options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: large;
  flex: 1 1 0;
}
#main_chat_area .chat_room_title_banner .chat_option {
  border-radius: 8px;
  padding: 4px 11px;
  margin-left: 2px;
  text-align: center;
}
#main_chat_area .chat_room_title_banner .chat_option.active {
  color: #05D8FF;
}
#main_chat_area .chat_room_title_banner .chat_option:hover {
  color: #05D8FF;
  background-color: #12141C;
}
#main_chat_area .chat_select_holder {
  flex: 1;
}
#main_chat_area .chat_room_title_banner .name:before {
  content: "#";
  margin-right: 4px;
  margin-left: 8px;
  color: #3A4059;
}
#main_chat_area #chat_select {
  background-color: transparent;
  color: white;
  display: block;
  border-radius: 0;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-color: #05D8FF;
  text-align: left;
  margin: 0 8px 0 14px;
  cursor: pointer;
}

#sidebar .chat_entry:not(.active) {
  border-left: none;
}
#sidebar .chat_groups {
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}
#sidebar .chat_entry.has_new_messages {
  border-right: 5px solid white;
}

.join_chat .suggested_chats {
  max-width: 250px;
}
.join_chat .suggested_chats .chat_tab_holder {
  position: static;
}
.join_chat .suggested_chats .chat_room_group .ladder {
  text-align: left;
}
.join_chat .suggested_chats .chat_entry {
  margin-left: 16px;
}

.chat_tab_holder {
  position: absolute;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding-top: 5px;
}

.chat_tab_group {
  display: block;
  padding-top: 1px;
}
.chat_tab_group .ladder {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: move;
  overflow: hidden;
  margin: 3px 0 3px 10px;
}
.chat_tab_group .ladder .name {
  pointer-events: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: small;
}
.chat_tab_group .ladder .ladder_logo {
  max-width: 90%;
  max-height: 56px;
}

.chat_entries .chat_room_group:hover {
  background-color: #3A4059;
}
.chat_entries .chat_room_group:not(:last-child) {
  margin: 0;
}
.chat_entries .description_items {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px;
}
.chat_entries .new_message_count {
  display: none;
  position: absolute;
  right: -2px;
  top: -2px;
}
.chat_entries a.chat_entry, .chat_entries a .chat_entry.location:hover, a .chat_entries .chat_entry.location:hover, .chat_entries .link .chat_entry.location:hover, .link .chat_entries .chat_entry.location:hover, .chat_entries .chat_entry.link {
  color: #05D8FF;
}
.chat_entries .chat_entry.has_new_messages .new_message_count {
  display: block;
}
.chat_entries .stats {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: auto;
}
.chat_entries .chat_entry, .chat_entries .control_tab {
  display: flex;
  flex-direction: column;
  padding: 5px 8px;
  margin: 2px 4px;
  border: 1px solid transparent;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
}
.chat_entries .chat_entry {
  border-radius: 0;
  margin: 0;
}
.chat_entries .chat_tab.control_tab {
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  background-color: transparent;
  border: 1px dashed #E2E0E0;
  display: block;
}
.chat_entries .chat_tab.control_tab:hover {
  background-color: #05D8FF;
  border-color: transparent;
}
.chat_entries .chat_entry {
  border: 2px solid transparent;
}
.chat_entries .chat_entry.active {
  background-color: #3A4059;
  border-left-color: #05D8FF;
}
.chat_entries .chat_entry:hover {
  cursor: pointer;
  background-color: #0A6EBD;
}
.chat_entries .chat_entry:hover.active {
  box-shadow: none;
}
.chat_entries .name .chat_name {
  font-size: 16px;
}
.chat_entries .name .invite_only {
  color: white;
  font-size: 16px;
}
.chat_entries .description {
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 18px;
  max-width: 250px;
  display: none;
}
.chat_entries .description.active {
  display: block;
}
.chat_entries #basic_chats .description {
  display: none;
}
.chat_entries .stats .players_in_room, .chat_entries .stats .logo_container {
  margin-left: auto;
  white-space: nowrap;
}
.chat_entries .logo_container {
  text-align: center;
}
.chat_entries .logo {
  height: 24px;
}

#sidebar .chat_entries .chat_entry.active {
  border-left: none;
  border-right: 5px solid #05D8FF;
}

.chat_entries .name {
  overflow: hidden;
}
.chat_entries .chat_tab div {
  display: inline-block;
  overflow: hidden;
}
.chat_entries .chat_tab a, .chat_entries .chat_tab a .location:hover, a .chat_entries .chat_tab .location:hover, .chat_entries .chat_tab .link .location:hover, .link .chat_entries .chat_tab .location:hover, .chat_entries .chat_tab .link {
  overflow: hidden;
  display: inline;
  color: white;
}
.chat_entries .name, .chat_entries i {
  display: inline;
  height: 18px;
  vertical-align: bottom;
}
.chat_entries .name {
  max-width: 100%;
}
.chat_entries .active .chat_tab .name {
  color: #68EBFD;
}
.chat_entries .chat_tab.has_new_messages {
  font-style: italic;
  border-left: 3px solid #0A6EBD;
}
.chat_entries .fa-trophy {
  padding-top: 3px;
  display: none;
}
.chat_entries .chat_tab .chat_logo {
  display: none;
}
.chat_entries .chat_tab.has_logo .chat_logo {
  display: inline-block;
  max-height: 24px;
  top: 0px;
  position: relative;
  text-align: left;
}
.chat_entries .chat_tab.has_logo .name {
  display: none;
}
.chat_entries .chat_tab.has_logo .is_ladder {
  display: none;
}
.chat_entries .chat_tab .badge, .chat_entries .chat_tab .event_listing .best_of_small, .event_listing .chat_entries .chat_tab .best_of_small, .chat_entries .chat_tab .bug_category, .chat_entries .chat_tab .normal_list .no_tags.active, .normal_list .chat_entries .chat_tab .no_tags.active, .chat_entries .chat_tab .bug_summary_description .confirmed, .bug_summary_description .chat_entries .chat_tab .confirmed {
  top: 2px;
  right: 4px;
  position: absolute;
}

#tab-pane-groups {
  overflow-y: auto;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#main_chat_area .chat_room_description {
  min-height: 64px;
  max-height: 30%;
  overflow: hidden;
}

.chat_room_description {
  display: flex;
  text-align: center;
  border: 1px solid #3A4059;
  box-shadow: 2px 2px 2px black;
  font-size: 13px;
  color: white;
  font-style: italic;
  background-color: #1C1F2B;
}
.chat_room_description .description_message {
  white-space: pre-line;
  padding: 8px 24px 8px 36px;
  overflow: auto;
  flex: 1 1 auto;
  word-break: break-word;
}
.chat_room_description .description_message img {
  max-width: 100%;
}
.chat_room_description .description_message:hover {
  cursor: pointer;
  background-color: #0A6EBD;
}

.current_match .chat_room_description {
  position: relative;
  border-radius: 0;
}

.bug_summary_description .bug_title, .bug_summary_description .match_link {
  font-size: 15px;
  margin-bottom: 4px;
}
.bug_summary_description .bug_title .title {
  font-size: 20px;
}
.bug_summary_description .bug_categories {
  margin-left: 20px;
}
.bug_summary_description .confirmed {
  background-color: #70FF76;
  font-size: 11px;
}

.bug_description_body .change_bug_button {
  display: none;
  margin-bottom: 8px;
}
.bug_description_body.changed .change_bug_button {
  display: block;
}
.bug_description_body .is_closed, .bug_description_body .is_open {
  display: none;
}
.bug_description_body .close_report_options.is_fixed .is_closed {
  display: inline-flex;
}
.bug_description_body .close_report_options:not(.is_fixed) .is_open {
  display: inline-flex;
}
.bug_description_body .bug_fixed {
  display: none;
}
.bug_description_body .close_report_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #3A4059;
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
}
.bug_description_body .close_report_options > div {
  margin-right: 16px;
}
.bug_description_body .delete_form {
  flex: 1;
  align-items: flex-end;
  text-align: right;
}

.bug_open_closed {
  float: right;
}

.bug_category, .normal_list .no_tags.active, .bug_summary_description .confirmed {
  background-color: #0A6EBD;
  font-size: 12px;
}

.bug_categories .normal_list {
  margin: 8px 0 8px 0;
  display: inline-block;
}
.bug_categories .edit_list {
  display: none;
}

.bug_categories.changing .normal_list {
  display: none;
}
.bug_categories.changing .edit_list {
  display: inline-block;
}

.normal_list .no_tags {
  display: none;
}
.normal_list .no_tags.active {
  display: inline-block;
}

.bug_categories .normal_list:hover .bug_category, .bug_categories .normal_list:hover .bug_summary_description .confirmed, .bug_summary_description .bug_categories .normal_list:hover .confirmed, .bug_categories .normal_list:hover .no_tags.active {
  background-color: #05D8FF;
}

.normal_list .bug_category, .normal_list .bug_summary_description .confirmed, .bug_summary_description .normal_list .confirmed, .normal_list .no_tags.active {
  display: none;
}

.bug_category.active, .bug_summary_description .active.confirmed, .normal_list .active.no_tags {
  display: inline-block;
}

.bug_filters .filter_section {
  display: inline-block;
}
.bug_filters .filter_section:not(:last-child):after {
  content: "|";
  margin: 0 8px;
}

.bug_row {
  display: flex;
  border-bottom: 1px solid #3A4059;
}

.bug_row.focused {
  border-color: #FFD700;
}

.bug_row .bug_type {
  background-color: black;
  border: 1px solid white;
  border-radius: 2px;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: 8px;
}
.bug_row .bug_option.fixed {
  display: none;
}
.bug_row .easy_read .description {
  overflow: hidden;
  display: block;
  max-height: 6em;
  height: auto;
  opacity: 1;
  transition: 0.2s;
  overflow-y: auto;
  padding-bottom: 2px;
  word-break: break-word;
}
.bug_row .bug_summary_description, .bug_row .easy_read, .bug_row .who_when {
  flex: 1;
}
.bug_row .stats {
  padding: 0 16px 0 4px;
  min-width: 105px;
}
.bug_row .stats .replies {
  font-size: 15px;
  margin-bottom: 4px;
}
.bug_row .stats .replies .count {
  font-size: 17px;
  margin-left: 4px;
  color: #0A6EBD;
  vertical-align: middle;
}
.bug_row .status {
  margin-bottom: 4px;
}
.bug_row .last_reply_by {
  margin-top: 4px;
}
.bug_row .last_reply_by .title {
  font-size: 11px;
}
.bug_row .status .bug_closed, .bug_row .status .bug_opened {
  display: none;
}
.bug_row .status.closed .bug_closed, .bug_row .status.open .bug_opened {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}

.flair_preview_things .chat_preview {
  position: relative;
}
.flair_preview_things .chat_container {
  position: relative;
}

.folder .hidden {
  display: none;
}

.folder.btn .back, body.database_setup input.folder[type=submit] .back, body.database_setup button.folder .back, .folder.btn-xs .back, .possible_aka_listings button.folder .back, .user_main_info_area .mod_options form button.folder .back, .stage_selectable .stage_options button.folder .back, .folder.btn-sm .back, .request_list .challenge_request_hmm.removing button.folder .back {
  display: none;
  padding: 4px;
}

.folder.active {
  width: 100%;
}

.folder.active .back {
  display: block;
}

.folder.active .folder_name {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.folder .folder_name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.recent_flairs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.recent_flairs .flair_select_button {
  display: flex;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  margin-right: 8px;
  padding: 4px;
}
.recent_flairs .flair_select_button.selected {
  border: 1px solid #05D8FF;
}
.recent_flairs .flair_select_button:hover {
  border: 1px solid #fff;
  filter: brightness(200%);
}

/** Flair Manager **/
.folder_title {
  cursor: move;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.folder_title .upload_flairs {
  text-align: right;
  flex: 1;
  font-size: 16px;
}

.folder_title label {
  cursor: move;
}

.flair_groupable {
  border: 1px solid black;
  float: left;
  cursor: move;
  height: 28px;
  width: 30px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.flair_groupable.enabled_flair {
  background-color: #12141C;
}
.flair_groupable img {
  max-height: 26px;
  max-width: 26px;
}

.add_new_folders_form {
  margin-top: 16px;
}

.group-select .loading {
  display: none;
}

.group-select.loading .loading {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sortable_folder .edit_folder_button {
  cursor: pointer;
}

.sortable_folder .edit_group {
  display: none;
}

.sortable_folder.viewing .edit_group {
  display: inline-block;
  margin-right: 8px;
}

.sortable_folder.viewing .change_name_form {
  display: none;
}

.sortable_folder.viewing .folder_enabled_form {
  display: none;
}

.sortable_folder:not(.viewing) .view_only {
  display: none;
}

.flair_detail {
  display: none;
}

.flair_groupable.disabled_flair {
  opacity: 0.6;
}

.flair_detail .loading {
  display: none;
  text-align: center;
}

.sortable_placeholder {
  border: 2px dotted black;
  border-radius: 4px;
  float: left;
  display: inline-block;
}

.folder_title .group_name {
  padding: 0;
  margin: 0;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.folder_title.active {
  border: 2px solid gold;
}

.sortable_folder.enabled .folder_group {
  border-color: white;
}

.sortable_folder {
  min-height: 80px;
  padding: 0 4px;
  margin-bottom: 4px;
}

.sortable_folder:not(.enabled) .folder_group {
  border-style: dashed;
}

#page_mod .flair_group_area {
  min-height: 600px;
}

.game_group {
  border: 1px solid transparent;
}

.game_group .folder_name {
  margin: 0 0 10px 0;
}

.game_group .folder_name .game_logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-height: 60px;
  padding: 4px;
  border-radius: 4px;
  background-color: #12141C;
}

.game_group .upload_to_folder, .game_group .edit_folder_button {
  cursor: pointer;
}

.qq-upload-success .chat_container {
  border-color: gold;
  background-color: #1C1F2B;
}

.ax-main-container {
  float: none;
  width: 400px;
}

.ax-uploader {
  width: 400px;
}

.ax-main-container .ax-file-list .ax-file-wrapper {
  margin: 6px;
  float: none;
  height: auto;
  width: auto;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0;
}

.ax-main-container .ax-button {
  display: inline;
}

.ax-main-container .ax-main-title {
  color: black;
  margin: auto;
  margin-bottom: 12px;
}

.ax-main-container .ax-main-buttons {
  margin: 4px 0;
}

.ax-main-container .ax-main-buttons .ax-icon {
  width: 1px;
  height: 1px;
}

.ax-main-container .fa, .ax-main-container .chat_message.edited .edited, .chat_message.edited .ax-main-container .edited, .ax-main-container .feedback_thumbs .negative, .feedback_thumbs .ax-main-container .negative, .ax-main-container .feedback_thumbs .positive, .feedback_thumbs .ax-main-container .positive, .ax-main-container .feedback_thumbs .neutral, .feedback_thumbs .ax-main-container .neutral {
  color: black;
}

.ax-file-list {
  text-align: left;
  margin-top: 8px;
}

.ax-uploader .flair_preview_things {
  width: 80%;
  display: inline-block;
}

.ax-main-container .ax-remove {
  margin: 0 0 0 8px;
  padding: 4px;
  vertical-align: top;
  display: inline-block;
  width: 16px;
}

.ax-main-container .ax-remove:hover {
  background-color: gray;
  color: white;
}

.ax-progress-data {
  position: relative;
  background-color: rgba(5, 129, 255, 0.5);
}

.ax-main-container .ax-file-list .ax-file-wrapper .ax-progress-data .ax-progress-ba {
  background: red;
  opacity: 1;
}

.dz-preview .error_message {
  display: none;
}

.dz-preview.error .error_message {
  display: block;
}

.dz-preview .complete {
  display: none;
}

.dz-success-mark, .dz-error-mark {
  display: none;
}

.dz-success .remove_button {
  display: none;
}

.dz-success .complete {
  display: none;
}

.dz-success .complete {
  color: #00FF00;
  display: block;
}

#upload_form {
  max-height: 120px;
  overflow-y: auto;
}

.flair_page .flaired {
  cursor: pointer;
}
.flair_page .flair_select_button {
  float: left;
  height: 32px;
  width: 32px;
}
.flair_page .flair_select_button img {
  max-height: 24px;
  max-width: 24px;
}
.flair_page .folder {
  display: flex;
  flex-wrap: wrap;
}
.flair_page .folder .flaired:not(:first-child) {
  display: none;
}
.flair_page .folder:hover .flaired:not(:first-child) {
  display: block;
}

.flair_manager {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flair_manager .game_logo {
  max-height: 64px;
}
.flair_manager .active_selectables {
  margin: 16px 0;
}
.flair_manager .giant_flair_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flair_manager .flair_group_identifier {
  text-align: center;
}
.flair_manager .submit_options {
  display: flex;
  flex-wrap: wrap;
}
.flair_manager .submit_options .far {
  flex: 1;
  text-align: right;
}
.flair_manager .flair_group_name {
  margin-top: 0;
  text-align: center;
}
.flair_manager .flair_group_name .edit_group {
  margin-left: 16px;
}
.flair_manager .flair_container .add_new_flair {
  border: 2px dashed #FFF;
  padding: 1px 10px;
  border-radius: 8px;
}
.flair_manager .displayed_flairs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 50vw;
  align-items: center;
}
.flair_manager .displayed_flairs .flair {
  margin-right: 8px;
}
.flair_manager .emote_name {
  display: block;
}
.flair_manager .emote_name:before, .flair_manager .emote_name:after {
  content: ":";
  color: #05D8FF;
}
.flair_manager .image_container {
  min-width: 70px;
}
.flair_manager .flairy {
  height: auto;
  max-height: 32px;
}
.flair_manager .example_flair {
  height: auto;
  max-height: 32px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.flair_manager .flair_groups {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flair_manager .flair_label {
  border: 2px dashed white;
  border-radius: 8px;
  padding: 6px 6px;
}
.flair_manager .flair_label .flair {
  margin: 0;
}
.flair_manager .flair_label .add_new_flair {
  border: none;
}
.flair_manager .flair_label:hover {
  cursor: pointer;
  border-color: #05D8FF;
}
.flair_manager .flair_label:hover .flair {
  filter: brightness(200%);
}
.flair_manager .flair_group {
  background-color: #12141C;
  border: 1px solid #3A4059;
  margin: 8px;
  padding: 8px;
  border-radius: 4px;
}
.flair_manager .flair_group.disabled, .flair_manager .request_list .challenge_request_hmm.removing button.flair_group, .request_list .challenge_request_hmm.removing .flair_manager button.flair_group {
  opacity: 0.6;
  border-color: #EA5849;
}
.flair_manager .flair_group.add_new_group {
  border: 1px dashed white;
}
.flair_manager .flair_group .loading {
  display: flex;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 8px;
}
.flair_manager .flair_group .player {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.flair_manager .flair_group .file {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.flair_manager .flair_group .file .fa .success, .flair_manager .flair_group .file .chat_message.edited .edited .success, .chat_message.edited .flair_manager .flair_group .file .edited .success, .flair_manager .flair_group .file .feedback_thumbs .negative .success, .feedback_thumbs .flair_manager .flair_group .file .negative .success, .flair_manager .flair_group .file .feedback_thumbs .positive .success, .feedback_thumbs .flair_manager .flair_group .file .positive .success, .flair_manager .flair_group .file .feedback_thumbs .neutral .success, .feedback_thumbs .flair_manager .flair_group .file .neutral .success {
  color: #0F0;
}
.flair_manager .flair_group .file .loader {
  margin-right: 16px;
}
.flair_manager .flair_group.tap_target {
  border: 1px dashed white;
}
.flair_manager .flair_group.tap_target:hover {
  background-color: #05D8FF;
  cursor: pointer;
}
.flair_manager .flair_group.is_active {
  max-width: 50vw;
  min-width: 334px;
  display: block;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.edit_mode {
  min-width: 332px;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode.disabled:not(:hover), .flair_manager .flair_group.is_active .displayed_flairs .request_list .challenge_request_hmm.removing button.flair_container.browse_mode:not(:hover), .request_list .challenge_request_hmm.removing .flair_manager .flair_group.is_active .displayed_flairs button.flair_container.browse_mode:not(:hover) {
  opacity: 0.6;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode.disabled:not(:hover) .flair, .flair_manager .flair_group.is_active .displayed_flairs .request_list .challenge_request_hmm.removing button.flair_container.browse_mode:not(:hover) .flair, .request_list .challenge_request_hmm.removing .flair_manager .flair_group.is_active .displayed_flairs button.flair_container.browse_mode:not(:hover) .flair {
  border: 1px solid #EA5849;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode .flair {
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode .flair:hover {
  border: 1px solid white;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode .flair.is_my_flair {
  border: 1px solid #05D8FF;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode .flair.pending_flair {
  border: 1px dashed #EA5849;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode:hover {
  cursor: pointer;
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode:hover img {
  filter: brightness(200%);
}
.flair_manager .flair_group.is_active .displayed_flairs .flair_container.browse_mode:hover .add_new_flair {
  border-color: #05D8FF;
}
.flair_manager .flair_group.not_active:hover {
  cursor: pointer;
  border-color: #05D8FF;
}
.flair_manager .flair_group.not_active:hover .flair_group_name {
  color: #05D8FF;
}

.watched_response {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.watched_response:hover, a .watched_response.location:hover, .link .watched_response.location:hover {
  white-space: normal;
}

.add_mod_note {
  max-width: 480px;
  margin: 0 auto;
}

.system_name {
  display: block;
}

.system_name .league_image {
  height: 24px;
}

.scores label {
  display: block;
}

.game_mini_logo {
  max-width: 32px;
}

.league_battle_test {
  background-color: #12141C;
}

.league_battle_test td.same_tier {
  background-color: #212121;
}

.league_battle_test td.null_battle {
  background-color: black;
}

.league_battle_test .win {
  color: #0F0;
}

.league_battle_test .loss {
  color: #FF4C4C;
}

.league_battle_test .league_image {
  height: 32px;
}

.league_battle_test input.win {
  background-color: black;
}

.point_list {
  display: flex;
  flex-direction: row;
}
.point_list .tier {
  margin-right: 20px;
}

.point_list_summary {
  display: flex;
  flex-direction: column;
}

.point_list_summary .heading {
  margin: 0;
}
.point_list_summary .breakdown {
  margin: 6px 0;
}
.point_list_summary .title {
  font-weight: bold;
  width: 96px;
  display: inline-block;
}
.point_list_summary .medal_summary .rank_medal {
  height: 36px;
}
.point_list_summary .medal_summary .division {
  display: none;
}
.point_list_summary .league_system_summary {
  display: flex;
  flex-direction: row;
  min-height: 60px;
}
.point_list_summary .league_system_summary .league_name {
  width: 120px;
}
.point_list_summary .league_system_summary .medal_summary {
  padding: 0 4px;
}
.point_list_summary .league_system_summary .division_summary {
  flex: 1;
  padding-left: 16px;
}

.league_battle_test .score_penalty.changed, .league_battle_test .percentage.changed {
  border-color: red;
  font-style: italic;
}
.league_battle_test .score_penalty.saving, .league_battle_test .percentage.saving {
  border-color: green;
  font-style: italic;
  background-color: gray;
  color: white;
}
.league_battle_test .tier_relationship_block {
  min-width: 75px;
}
.league_battle_test .expand {
  color: #0F0;
  font-size: 14px;
  display: block;
  cursor: pointer;
}

.score_penalty[disabled] {
  opacity: 0.8;
}

.score_penalty {
  height: 19px;
}

#flagged_matches_notification {
  display: none;
}

.ace_editor {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  min-height: 96px;
}

.banner_history .banner.active {
  background-color: #05D8FF;
}

#page_game_scoring .systems .active {
  font-weight: bold;
  color: #FF3434;
}
#page_game_scoring .named_leagues li {
  clear: both;
  margin: 4px 0 4px 0;
}

.preferred_builds_list .game_logo {
  max-height: 32px;
}

.archive_message .time {
  width: auto;
}

.mod_report_chat .chat_container {
  max-height: 70vh;
}

.ladder_mods .mod {
  margin-bottom: 3px;
}
.ladder_mods form {
  display: inline-block;
}
.ladder_mods .name {
  display: inline-block;
  width: 120px;
}
.ladder_mods .remove_ladder_mod {
  display: inline-block;
}

.display_name_approval_list .actions {
  min-width: 230px;
}
.display_name_approval_list .events_list {
  max-height: 60px;
  overflow-y: auto;
}
.display_name_approval_list .event_listing.displayed {
  margin-bottom: 0;
  border: 1px solid white;
}
.display_name_approval_list .event_listing.displayed .event_text {
  padding-right: 8px;
  word-break: break-word;
}

.event_listing.displayed .time {
  width: 120px;
  font-size: 11px;
  padding-right: 4px;
  background-color: transparent;
}

.continent_match_notifications {
  display: flex;
  flex-wrap: wrap;
}

.continent_match_notifications .continent_container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.character_selectables {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stage_selectable .stage_name {
  display: block;
}

.edit_game_characters .game_characters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.edit_game_characters .game_characters .add_character {
  flex-grow: 1;
}
.edit_game_characters .game_characters .edit_character {
  display: inline-flex;
  max-width: 164px;
  margin-right: 16px;
  margin-bottom: 16px;
}

body.database_setup {
  background-color: #1C1F2B;
  width: 100% !important;
}
body.database_setup ol {
  margin-left: 0;
}
body.database_setup .section {
  width: auto;
}
body.database_setup .database_setup_container {
  margin: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.database_setup #ran_alterations_list {
  display: flex;
  flex-direction: column-reverse;
}
body.database_setup #db_imports {
  display: none;
}
body.database_setup .script_class {
  display: flex;
  flex-direction: row;
  cursor: default;
}
body.database_setup .script_class:hover {
  background-color: transparent;
  color: #05D8FF;
}
body.database_setup .script_class > .description {
  order: 0;
}
body.database_setup .script_class > .loading {
  order: 20;
}
body.database_setup .script_class .script_options {
  order: 30;
  align-self: flex-end;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
body.database_setup .script_options {
  display: block;
}
body.database_setup #no_new_alterations {
  color: red;
  text-align: center;
  font-size: 2rem;
}
body.database_setup h2 {
  color: #05D8FF;
  margin-bottom: 0;
}
body.database_setup .batch_run {
  display: none;
}
body.database_setup .section {
  overflow: auto;
  min-width: 368px;
  border: none;
  border-radius: 0;
  margin: 8px;
  padding: 0;
}
body.database_setup .section_content {
  padding: 16px;
  overflow: auto;
}
body.database_setup .skip_to_form input[type=submit] {
  margin-right: 8px;
}
body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  height: auto;
}
body.database_setup .export_to_file {
  display: none;
}
.stage_collection .all_stages .stage, .stage_collection .all_characters .character, .collection .all_stages .stage, .collection .all_characters .character {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60%;
}
.stage_collection .stage_links, .stage_collection .character_links, .stage_collection .collection-item, .collection .stage_links, .collection .character_links, .collection .collection-item {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.stage_collection .stage_list, .stage_collection .character_list, .collection .stage_list, .collection .character_list {
  display: flex;
  flex-wrap: wrap;
}
.stage_collection .stage_item, .stage_collection .character_item, .collection .stage_item, .collection .character_item {
  width: 250px;
  height: 250px;
  margin: 10px;
}
.stage_collection .character_item, .collection .character_item {
  width: 134px;
  height: 110px;
}
.stage_collection .stage_name, .stage_collection .character_name, .collection .stage_name, .collection .character_name {
  display: block;
}

#profiler {
  clear: both;
  border: solid black 1px;
  margin-bottom: 40px;
}

#profiler h1:hover {
  cursor: pointer;
  color: blue;
  padding: 0;
  margin: 0;
}
#profiler .number_heading, #profiler .time_heading {
  cursor: pointer;
}
#profiler h1 {
  background-color: orange;
  font-size: 14px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: black;
  font-family: Arial;
  font-size: 14px;
}
#profiler #queries_table {
  display: none;
}
#profiler td {
  padding: 0;
}
#profiler .query_ran {
  text-align: left;
  padding: 0;
  word-break: break-word;
  white-space: pre-wrap;
}
#profiler .query_ran .ran_queries {
  white-space: normal;
}
#profiler .query_time {
  text-align: left;
}
#profiler .query_number {
  text-align: left;
  width: 74px;
  padding-left: 30px;
}
#profiler .caller {
  display: block;
  font-size: 12px;
}
#profiler .query.has_calls {
  cursor: pointer;
}

#profiler.active #queries_table {
  display: block;
}

#queries_table .query.has_calls {
  color: #ffd7d7;
}
#queries_table .query.has_calls .ran_queries {
  display: none;
}
#queries_table .query.has_calls.showing_calls {
  color: white;
}
#queries_table .query.has_calls.showing_calls .ran_queries {
  display: block;
}

.email_inbox .when {
  white-space: nowrap;
}
.email_inbox .active {
  background-color: #12141C;
}

.email_view .email_body {
  background-color: white;
  color: black;
}

.edit_games_list {
  display: flex;
  flex-wrap: wrap;
}

.edit_games_list a, .edit_games_list a .location:hover, a .edit_games_list .location:hover, .edit_games_list .link .location:hover, .link .edit_games_list .location:hover, .edit_games_list .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 8px;
}
.edit_games_list a:hover, .edit_games_list a .location:hover, a .edit_games_list .location:hover, .edit_games_list .link .location:hover, .link .edit_games_list .location:hover, .edit_games_list .link:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.edit_games_list .name {
  text-align: center;
}
.edit_games_list .logo {
  height: 64px;
  width: auto;
  display: inline-block;
}

.public_message_group textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.public_message_group .input-toggle.form-control, .public_message_group .birthday .birthday-picker select.input-toggle, .birthday .birthday-picker .public_message_group select.input-toggle, .public_message_group body.database_setup input.input-toggle[type=text], body.database_setup .public_message_group input.input-toggle[type=text] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.radio_buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.radio_buttons .actual_input {
  display: none;
}
.radio_buttons .radio_buttons_inner {
  margin: 4px;
}
.radio_buttons .buttons {
  display: flex;
  flex: 1;
}
.radio_buttons button {
  flex: 1;
}
.radio_buttons .radio_button button.sub {
  flex: 0 1 0;
}
.radio_buttons .recent_infractions_link {
  align-self: flex-start;
}
.radio_buttons .radio_button {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 4px solid transparent;
}
.radio_buttons .radio_button button {
  border: 2px solid transparent;
  background-color: #30354A;
}
.radio_buttons .radio_button button:hover {
  border: 2px solid transparent;
  background-color: #0A6EBD;
}
.radio_buttons .radio_button .actual_input:checked + button {
  border: 2px solid #EA5849;
  background-color: #0A6EBD;
}
.radio_buttons .radio_button .actual_input:checked + button:hover {
  background-color: 2px solid #EA5849;
}
.radio_buttons .radio_button span {
  pointer-events: none;
}

.premade_responses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.premade_responses .premade_response_form {
  margin-bottom: 8px;
}

.permission_groups {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.permission_group {
  min-width: 200px;
  margin-right: 16px;
  margin-left: 16px;
}

.permission_group .logo {
  max-height: 16px;
}

.permission_events time {
  color: #05D8FF;
  font-size: 11px;
}

.general_site_guides .btn, .general_site_guides .btn-xs, .general_site_guides .possible_aka_listings button, .possible_aka_listings .general_site_guides button, .general_site_guides .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .general_site_guides button, .general_site_guides .btn-sm, .general_site_guides .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .general_site_guides button, .general_site_guides .stage_selectable .stage_options button, .stage_selectable .stage_options .general_site_guides button, .general_site_guides body.database_setup input[type=submit], body.database_setup .general_site_guides input[type=submit], .general_site_guides body.database_setup button, body.database_setup .general_site_guides button {
  background-color: transparent;
  box-shadow: none;
}

.blog_listings ul li {
  display: block;
}

.blog_posts_for_group li {
  margin-left: 8px;
  display: block;
}

.listed_posts {
  margin-top: 8px;
}

.blog_listings .posts_year {
  font-size: 18px;
}

.blog_post_title {
  font-size: 17px;
}

.blog_post_content {
  font-size: 17px;
  word-wrap: break-word;
}

.group-wall textarea.materialize-textarea {
  padding: 8px 8px 4px 8px;
  min-height: 64px;
}

.page-heading, .page-sub-heading, .blog_post .blog_post_content h1, .blog_post .blog_post_content h2, .blog_post .blog_post_content h3 {
  border-bottom: 1px solid #3A4059;
  color: #F66;
}

.page-heading {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.page-sub-heading, .blog_post .blog_post_content h1, .blog_post .blog_post_content h2, .blog_post .blog_post_content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.page-sub-heading.no-margin-top, .blog_post .blog_post_content h1.no-margin-top, .blog_post .blog_post_content h2.no-margin-top, .blog_post .blog_post_content h3.no-margin-top {
  margin-top: 0;
}

.recent_post_activity .recent_post .logo {
  max-height: 64px;
  margin: 16px auto;
  display: block;
}
.recent_post_activity .recent_post .heading {
  margin: 0;
  padding: 0;
}
.recent_post_activity .recent_post:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #3A4059;
}
.recent_post_activity .recent_post .by_container {
  padding: 16px 0;
}
.recent_post_activity .kind_of_featured_posts {
  padding: 0 0 0 32px;
}

.blog_page .wall_post {
  background: transparent;
  border-bottom: 1px solid #3A4059;
}
.blog_page .panel, .blog_page body.database_setup .section_content, body.database_setup .blog_page .section_content {
  border: none;
}
.blog_page .discussion_holder .heading {
  margin-top: 0;
  padding-top: 0;
}
.blog_page .related_posts .related_post {
  font-size: 16px;
  padding: 16px 0 16px 0;
}
.blog_page .related_posts .related_post:not(:last-child) {
  border-bottom: 1px solid #3A4059;
}
.blog_page .post_title {
  font-size: 44px;
  margin-bottom: 35px;
  border-bottom: 1px solid #3A4059;
  padding-bottom: 35px;
}

.blog_post .blog_post_title_container .last_updated {
  font-style: italic;
  color: #F66;
}
.blog_post .blog_post_title_container .last_updated:before {
  content: " | ";
  color: white;
  font-style: normal;
}
.blog_post .blog_post_content_container {
  padding-top: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3A4059;
  margin-bottom: 50px;
}
.blog_post .blog_post_content.blog_post_preview {
  font-size: 14px;
  max-height: 480px;
  overflow-y: auto;
}
.blog_post .blog_post_content img {
  max-width: 100%;
  height: auto;
}

#blog_edit .blog_section {
  border: 1px dashed #3A4059;
  padding: 8px;
}
#blog_edit .blog_post_content {
  padding: 8px;
  border: 1px inset #3A4059;
  overflow: hidden;
  overflow-y: auto;
  max-height: 40vh;
}

.scope_permission {
  margin-bottom: 16px;
}
.scope_permission .scope_name {
  display: block;
  font-size: 18px;
}
.scope_permission .scope_description {
  display: block;
  margin-left: 16px;
}

.scopes .key {
  color: #F66;
}

.authorize_link {
  margin-bottom: 16px;
}

.authenticate_code_copy .copy_code_display .copy_code {
  display: none;
  height: 3rem;
  min-height: 16px;
}
.authenticate_code_copy .copy_code_display .make_visible {
  display: inline-block;
}
.authenticate_code_copy .copy_code_display.showing_code .copy_code {
  display: block;
}
.authenticate_code_copy .copy_code_display.showing_code .make_visible {
  display: none;
}

.api_documentation .domain {
  margin-bottom: 46px;
}
.api_documentation .scopes .key {
  color: #F66;
  font-size: 14px;
}
.api_documentation .description:hover .heading_name, .api_documentation .description:hover .example_url {
  color: #0F0;
}
.api_documentation .heading_information {
  display: flex;
  flex-direction: row;
}
.api_documentation .heading_information .heading.name {
  width: 30rem;
}
.api_documentation .heading_information .scope {
  color: #EA5849;
  font-size: 11px;
  margin-right: 4px;
}
.api_documentation .http_methods {
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  color: #0F0;
  width: 7rem;
}
.api_documentation .http_methods .method {
  text-transform: uppercase;
  margin-right: 8px;
  color: #0F0;
}
.api_documentation .endpoint {
  display: flex;
  margin-bottom: 2px;
  flex-direction: row;
}
.api_documentation .endpoint .testing .test {
  display: inline-block;
  text-transform: uppercase;
}
.api_documentation .endpoint .description {
  cursor: pointer;
  margin-right: 16px;
  flex: 1;
}
.api_documentation .endpoint .testing, .api_documentation .endpoint .parameter_edit {
  display: none;
}
.api_documentation .endpoint .url_used {
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #3A4059;
}
.api_documentation .endpoint .more_information {
  display: none;
  border: 1px solid #3A4059;
  flex: 1;
}
.api_documentation .endpoint .parameters {
  display: none;
}
.api_documentation .endpoint .example_url {
  display: none;
}
.api_documentation .endpoint.active {
  cursor: default;
  margin-bottom: 16px;
}
.api_documentation .endpoint.active .parameters, .api_documentation .endpoint.active .example_url {
  display: block;
}
.api_documentation .endpoint.active .parameter {
  margin-left: 0;
}
.api_documentation .endpoint.active .heading.name {
  color: #0F0;
}
.api_documentation .endpoint.active .more_information {
  display: block;
}
.api_documentation .endpoint.active .testing, .api_documentation .endpoint.active .parameter_edit {
  display: block;
}
.api_documentation .name.heading {
  font-size: 16px;
  color: #05D8FF;
  display: block;
}
.api_documentation .example_url .endpoint_name {
  color: #05D8FF;
  display: inline;
}
.api_documentation .parameter {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  color: #05D8FF;
}
.api_documentation .parameter .parameter_description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.api_documentation .parameter .doc_data {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.api_documentation .parameter .name {
  font-size: 16px;
  min-width: 13rem;
}
.api_documentation .parameter .type {
  font-style: italic;
  color: #686868;
  min-width: 6rem;
}
.api_documentation .parameter .description {
  color: white;
}
.api_documentation .parameter .default {
  color: #0F0;
  margin-left: 8px;
  width: 12rem;
}
.api_documentation .parameter .default .value {
  color: #FF0;
}
.api_documentation .parameter .required {
  color: #FF3434;
}
.api_documentation .more_information .status {
  display: none;
  text-align: center;
  padding: 4px;
}
.api_documentation .more_information .status.active {
  display: block;
  border-bottom: 1px solid #3A4059;
}
.api_documentation .more_information .status .code {
  margin-right: 8px;
  color: #FF3434;
}
.api_documentation .example_request_output {
  padding: 4px 16px;
  max-height: 50vh;
  overflow: auto;
}
.api_documentation .example_request_output.loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.api_documentation .example_request_output.loading .circle-loader-holder {
  top: 0;
  left: 0;
  height: 60px;
  position: relative;
}
.api_documentation .example_request_output .opened {
  cursor: pointer;
  border-radius: 4px;
}
.api_documentation .example_request_output .opened :hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.api_documentation .example_request_output .truncated {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  color: transparent;
}
.api_documentation .example_request_output .truncated::after {
  display: block;
  font-size: 15px;
  color: #0F0;
  content: "...";
}
.api_documentation .example_request_output .truncated:hover {
  cursor: pointer;
}
.api_documentation .example_request_output .truncated:hover::after {
  color: #FF3434;
}
.api_documentation .example_request_output .truncated span {
  display: none;
}
.api_documentation .example_request_output .nest {
  display: block;
  padding-left: 16px;
}
.api_documentation .example_request_output .nest > .comma:last-child:after {
  display: block;
}
.api_documentation .example_request_output .markup-open, .api_documentation .example_request_output .markup-close {
  display: block;
}
.api_documentation .example_request_output .markup-open + .comma:after, .api_documentation .example_request_output .markup-close + .comma:after {
  content: "";
  display: block;
}
.api_documentation .example_request_output .empty-set, .api_documentation .example_request_output .json-markup-key, .api_documentation .example_request_output .json-markup-bool, .api_documentation .example_request_output .json-markup-null, .api_documentation .example_request_output .json-markup-number, .api_documentation .example_request_output .json-markup-string {
  margin-left: 16px;
}
.api_documentation .example_request_output .empty-set + .comma::after, .api_documentation .example_request_output .json-markup-key + .comma::after, .api_documentation .example_request_output .json-markup-bool + .comma::after, .api_documentation .example_request_output .json-markup-null + .comma::after, .api_documentation .example_request_output .json-markup-number + .comma::after, .api_documentation .example_request_output .json-markup-string + .comma::after {
  content: "";
  display: block;
}
.api_documentation .example_request_output .json-markup-key, .api_documentation .example_request_output .key {
  color: #05D8FF;
}
.api_documentation .example_request_output .json-markup-bool, .api_documentation .example_request_output .bool {
  color: #0F0;
}
.api_documentation .example_request_output .json-markup-null, .api_documentation .example_request_output .null {
  color: #FF0;
}
.api_documentation .example_request_output .json-markup-number, .api_documentation .example_request_output .number {
  color: #FF0;
}
.api_documentation .example_request_output .json-markup-string, .api_documentation .example_request_output .string {
  color: #686868;
}

#page_rankings .tier_links {
  text-align: center;
}
#page_rankings .tier_links .league_ranking_link.selected img {
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.8));
}
#page_rankings .tier_links .medal_summary .division, #page_rankings .tier_links .medal_summary .points {
  display: none;
}
#page_rankings .tier_links .medal_summary .medal img {
  height: 56px;
}
#page_rankings .inactive a, #page_rankings .inactive a .location:hover, a #page_rankings .inactive .location:hover, #page_rankings .inactive .link .location:hover, .link #page_rankings .inactive .location:hover, #page_rankings .inactive .link {
  color: gray;
}
#page_rankings .search_focus, #page_rankings .player_focus {
  background-color: #12141C;
}
#page_rankings .player_focus {
  border-color: #F66;
}
#page_rankings .ranking_list_container.loading {
  background-color: gray;
}
#page_rankings .season_dates {
  display: block;
  font-size: 30px;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#page_rankings .game_logo {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
#page_rankings .flex-row form {
  margin-right: 16px;
}

.ranks-popup .general_site_guides .btn, .ranks-popup .general_site_guides .btn-xs, .ranks-popup .general_site_guides .possible_aka_listings button, .possible_aka_listings .ranks-popup .general_site_guides button, .ranks-popup .general_site_guides .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .ranks-popup .general_site_guides button, .ranks-popup .general_site_guides .btn-sm, .ranks-popup .general_site_guides .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .ranks-popup .general_site_guides button, .ranks-popup .general_site_guides .stage_selectable .stage_options button, .stage_selectable .stage_options .ranks-popup .general_site_guides button, .ranks-popup .general_site_guides body.database_setup input[type=submit], body.database_setup .ranks-popup .general_site_guides input[type=submit], .ranks-popup .general_site_guides body.database_setup button, body.database_setup .ranks-popup .general_site_guides button {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .ranks-popup .general_site_guides .game-filter-image {
    max-width: 30vw;
  }
}
.ranks-popup .general_site_guides .panel, .ranks-popup .general_site_guides body.database_setup .section_content, body.database_setup .ranks-popup .general_site_guides .section_content {
  margin-bottom: 8px;
}

.rank_details .rank_medal {
  height: 24px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.rank_details .rank_score {
  text-shadow: 0 1px 1px rgb(0, 0, 0);
  font-size: 14px;
  position: relative;
  color: #05D8FF;
}
.rank_details .the_numbers, .rank_details .user_information .username, .rank_details .user_information .user_info .subscription_streak, .user_info .rank_details .user_information .subscription_streak, .rank_details .user_information .subscriber_glowish, .rank_details .user_information .subscribe_link {
  display: block;
}
.rank_details .username, .rank_details .user_info .subscription_streak, .user_info .rank_details .subscription_streak, .rank_details .subscriber_glowish, .rank_details .subscribe_link {
  margin-bottom: 4px;
  font-size: 17px;
}
.rank_details .bonus_pool_remaining, .rank_details .real_rating {
  font-size: 11px;
  color: white;
}
.rank_details .bonus_pool_remaining {
  display: block;
}
.rank_details .real_rating {
  display: block;
}
.rank_details .location {
  display: block;
  font: 11px "Open Sans";
}
.rank_details .win_streak, .rank_details .matches_played {
  text-shadow: 0 1px 1px rgb(0, 0, 0);
}
.rank_details .win_streak, .rank_details .max_win_streak {
  color: #00FF00;
  margin-right: 8px;
}
.rank_details .matches_played {
  color: #FF8F00;
}
.rank_details .user_information {
  float: left;
  text-align: left;
}
.rank_details .ladder_score {
  width: 170px;
  float: right;
  text-align: right;
}
.rank_details .fun_stats {
  display: block;
}
.rank_details .fun_stats .hot_win_ratio {
  display: block;
  color: #0F0;
}
.rank_details .fun_stats .last_active {
  color: #05D8FF;
}

.table thead > tr > th {
  border-width: 1px;
}

table > tbody.rankings_content > tr > td, .ranking_list_container .table thead > tr > th {
  border-color: #3A4059;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination .page_list_item {
  display: none;
}
.pagination .page_list_item.visible {
  display: inline;
}
.pagination .page_list_item.visible.last_visible:after {
  content: "...";
  padding: 8px;
  display: inline-block;
}
.pagination .page_list_item {
  display: none;
}

.has_rpg .chat_message.rpg_message {
  font-style: normal;
  color: #F66;
}
.has_rpg .chat_message.rpg_message .is_dead {
  transition: 35s;
  color: black;
  opacity: 0.4;
}
.has_rpg .message .health_container.main {
  top: -8px;
}
.has_rpg .chat_message.is_me .health_container:hover {
  background-color: #05D8FF;
}
.has_rpg .health_container {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #000;
  padding: 0 2px 8px 2px;
  margin-right: 4px;
  position: relative;
  height: 18px;
  width: 54px;
  cursor: pointer;
  overflow: hidden;
}
.has_rpg .health_container.disabled, .has_rpg .request_list .challenge_request_hmm.removing button.health_container, .request_list .challenge_request_hmm.removing .has_rpg button.health_container {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.9;
}
.has_rpg .health_container.special {
  width: 24px;
  overflow: hidden;
}
.has_rpg .health_container .attack_display, .has_rpg .health_container .defense_display {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.has_rpg .health_container .attack_display .icon, .has_rpg .health_container .defense_display .icon {
  filter: brightness(0) invert(1);
  height: 16px;
  color: white;
}
.has_rpg .health_container .attack_display {
  display: flex;
  justify-content: center;
}
.has_rpg .health_container:hover {
  cursor: pointer;
  background-color: #F66;
}
.has_rpg .health_container .heart_holder {
  width: 16px;
  margin-top: -3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.has_rpg .normal_message {
  margin-bottom: 2px;
}
.has_rpg .normal_message .health_container {
  display: inline-flex;
}
.has_rpg .heart {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  height: 2px;
  width: 2px;
  margin: 0;
  box-shadow: 6px 2px 0 #fff, 2px 0px 0 #fff, 4px 0px 0 #fff, 0px 2px 0 #fff, 0px 4px 0 #fff, 2px 6px 0 #fff, 4px 8px 0 #fff, 6px 10px 0 #fff, 8px 0px 0 #fff, 10px 0px 0 #fff, 12px 2px 0 #fff, 12px 4px 0 #fff, 10px 6px 0 #fff, 8px 8px 0 #fff;
}
.has_rpg .heart::before, .has_rpg .heart::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  transition: 1s;
  opacity: 0;
}
.has_rpg .heart.half::before {
  opacity: 1;
}
.has_rpg .heart.full::after {
  opacity: 1;
}
.has_rpg .heart::before {
  box-shadow: 2px 2px 0 #e03800, 2px 4px 0 #e03800, 4px 2px 0 #e03800, 4px 4px 0 #e03800, 4px 6px 0 #e03800, 6px 4px 0 #e03800, 6px 6px 0 #e03800, 6px 8px 0 #e03800;
}
.has_rpg .heart::after {
  box-shadow: 8px 2px 0 #e03800, 8px 4px 0 #e03800, 8px 6px 0 #e03800, 10px 2px 0 #e03800, 10px 4px 0 #e03800;
}
@keyframes ani {
  to {
    visibility: visible;
  }
}

.rpg_style, #page_rpg {
  text-align: center;
  margin: 1em;
  font: 1em "Press start 2P";
  font-weight: 700;
  @import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
  /*@mixin step2( $width, $color, $bgcolor ) {
    box-shadow:
      $width 0 $bgcolor,
      -$width 0 $bgcolor,
      0 (-$width) $bgcolor,
      0 $width $bgcolor,
      2*$width 0 $color,
      -2*$width 0 $color,
      0 (-2*$width) $color,
      0 2*$width $color,
      $width $width $color,
      -$width $width $color,
      $width (-$width) $color,
      -$width (-$width) $color;
  }*/
  /*@mixin step3( $width, $color, $bgcolor ) {
    box-shadow:
      $width 0 $bgcolor,
      -$width 0 $bgcolor,
      0 (-$width) $bgcolor,
      0 $width $bgcolor,
      2*$width 0 $bgcolor,
      -2*$width 0 $bgcolor,
      0 (-2*$width) $bgcolor,
      0 2*$width $bgcolor,
      0 0 0 $width $bgcolor,
      3*$width 0 $color,
      -3*$width 0 $color,
      0 3*$width $color,
      0 (-3*$width) $color,
      -2*$width (-$width) $color,
      -$width (-2*$width) $color,
      $width (-2*$width) $color,
      2*$width (-$width) $color,
      2*$width $width $color,
      $width 2*$width $color,
      -$width 2*$width $color,
      -2*$width $width $color;
  }*/
}
.rpg_style #top_main_nav, #page_rpg #top_main_nav {
  font-size: 10px;
}
.rpg_style .game_bit, #page_rpg .game_bit {
  margin: 0 auto;
  display: inline-block;
  padding: 0.4em 1.3em;
  text-align: left;
  font-size: 2em;
}
.rpg_style .game_bit ol, #page_rpg .game_bit ol {
  margin-left: 40px;
}
.rpg_style hr, #page_rpg hr {
  height: 10px;
  visibility: hidden;
}
.rpg_style .lvl1, #page_rpg .lvl1 {
  box-shadow: 16px 0 white, -16px 0 white, 0 -16px white, 0 16px white, 4px 0 0 8px white, -4px 0 0 8px white, 0 -4px 0 8px white, 0 4px 0 8px white, 20px 0 orange, -20px 0 orange, 0 -20px orange, 0 20px orange, 0 0 0 12px orange, 0 8px 0 8px orange, 0 -8px 0 8px orange, 8px 0 0 8px orange, -8px 0 0 8px orange;
  margin: 20px auto;
}
.rpg_style .lvl2, #page_rpg .lvl2 {
  box-shadow: 4px 0 white, -4px 0 white, 0 -4px white, 0 4px white, 8px 0 blue, -8px 0 blue, 0 -8px blue, 0 8px blue, 0 0 0 4px blue;
  margin: 8px auto;
}
.rpg_style .lvl3, #page_rpg .lvl3 {
  box-shadow: 3px 0 white, -3px 0 white, 0 -3px white, 0 3px white, 6px 0 white, -6px 0 white, 0 -6px white, 0 6px white, 0 0 0 3px white, 9px 0 red, -9px 0 red, 0 9px red, 0 -9px red, 0 -3px 0 3px red, 0 3px 0 3px red, 3px 0 0 3px red, -3px 0 0 3px red;
  margin: 9px auto;
}
.rpg_style .lvl4, #page_rpg .lvl4 {
  box-shadow: 5px 0 white, -5px 0 white, 0 -5px white, 0 5px white, 10px 0 white, -10px 0 white, 0 -10px white, 0 10px white, 0 0 0 5px white, 15px 0 white, -15px 0 white, 0 15px white, 0 -15px white, 0 -5px 0 5px white, 0 5px 0 5px white, 5px 0 0 5px white, -5px 0 0 5px white, 20px 0 green, -20px 0 green, 0 -20px green, 0 20px green, 10px 0 0 5px green, -10px 0 0 5px green, 0 10px 0 5px green, 0 -10px 0 5px green, 0 0 0 10px green;
  margin: 20px auto;
}
.rpg_style .other, #page_rpg .other {
  box-shadow: 6px 0 black, -6px 0 black, 0 -6px black, 0 6px black;
  margin: 6px auto;
}

#location_search {
  background-color: white;
  border-radius: 4px;
  color: black;
  padding: 0 4px;
}

.input-with-loader {
  position: relative;
}

.input-toggle {
  font-size: 0;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.input-toggle .deselected {
  opacity: 0.6;
  font-style: italic;
}
.input-toggle .alternative {
  margin: 0 16px 0 0;
}
.input-toggle > span:not(:first-of-type), .input-toggle .alternative {
  font-size: 16px;
  font-weight: normal;
  user-select: none;
}
.input-toggle > span:first-of-type {
  display: inline-block;
  position: relative;
  background-image: -webkit-linear-gradient(left, #848484 0%, #848484 50%, #7CBCBF 50%, #7CBCBF 100%);
  background-image: linear-gradient(to right, #848484 0%, #848484 50%, #7CBCBF 50%, #7CBCBF 100%);
  background-size: 64px 14px;
  background-position: 0%;
  border-radius: 32px;
  width: 32px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  margin-right: 16px;
  flex-shrink: 0;
}
.input-toggle > input:checked + span:first-of-type {
  background-position: -100%;
}
.input-toggle > span:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #F1F1F1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.input-toggle.double-active > span:first-of-type {
  background-image: -webkit-linear-gradient(left, #7CBCBF 0%, #7CBCBF 50%, #7CBCBF 50%, #7CBCBF 100%);
  background-image: linear-gradient(to right, #7CBCBF 0%, #7CBCBF 50%, #7CBCBF 50%, #7CBCBF 100%);
}
.input-toggle.double-active > span:first-of-type:after {
  background-color: #1D8B90;
}
.input-toggle > input:checked + span:first-of-type:after {
  left: calc(100% - 18px);
  background-color: #1D8B90;
}
.input-toggle > span:first-of-type:active:after {
  -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.input-toggle > input:disabled + span:first-of-type:active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-toggle > input:disabled + span:first-of-type {
  cursor: default;
  background: #D5D5D5;
}
.input-toggle > input:disabled + span:first-of-type:after {
  background: #BDBDBD;
}
.input-toggle > input:disabled ~ span:not(:first-of-type) {
  font-style: italic;
  color: #BDBDBD;
}
.input-toggle > input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type=text]:not(.browser-default), input[type=password]:not(.browser-default) {
  color: #FFF;
  background-color: #353845;
  background-color: #12141C;
  padding: 0 4px;
}
input[type=text]:not(.browser-default).rounded, #dashboard .matchmaking_tab_content #tab-pane-friends input[type=text].search:not(.browser-default), input[type=password]:not(.browser-default).rounded, #dashboard .matchmaking_tab_content #tab-pane-friends input[type=password].search:not(.browser-default) {
  border-radius: 8px;
}

input:not([type]):disabled, input:not([type])[readonly=readonly], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly=readonly], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly=readonly], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly=readonly], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly=readonly], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly=readonly], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly=readonly], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly=readonly], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly=readonly], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly=readonly], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly=readonly], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly=readonly], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly=readonly] {
  color: #686868;
  border-bottom: 1px solid #686868;
}

label {
  font-weight: normal;
}

input.form-control, body.database_setup input[type=text] {
  color: white;
}

label.errors input[type=text] {
  border-bottom-color: rgb(255, 131, 131);
}

select.form-control, .birthday .birthday-picker select {
  display: block;
  color: white;
}
select.form-control option, .birthday .birthday-picker select option {
  background-color: #12141C;
  color: white;
}

select.form-control, .birthday .birthday-picker select {
  background-color: transparent;
  width: 100%;
  padding: 5px;
  border: 1px solid #686868;
  border-radius: 2px;
  height: 3rem;
}

.preferred_game_settings .name-label {
  display: flex;
  flex-direction: column;
}
.preferred_game_settings .game_logo {
  max-height: 32px;
}

.preferred_games_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.preferred_games_container .preferred_games {
  min-height: 300px;
  text-align: center;
}
.preferred_games_container .preferred_games .circle-loader {
  margin-top: 30px;
}
.preferred_games_container .active_selectables {
  flex: 1;
  margin: 0;
}

.preferred_game_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.preferred_game_options .game {
  display: flex;
  flex-direction: row;
  font-style: italic;
  width: 300px;
}
.preferred_game_options .game .input-toggle {
  margin: 8px;
  padding: 8px;
  border-radius: 4px;
}
.preferred_game_options .game .name-label, .preferred_game_options .game .game_logo {
  opacity: 0.6;
}
.preferred_game_options .game .description {
  color: #FF3434;
}
.preferred_game_options .game.active {
  font-style: normal;
}
.preferred_game_options .game.active .name-label, .preferred_game_options .game.active .game_logo {
  opacity: 1;
}
.preferred_game_options .game.active .description {
  color: #0F0;
}
.preferred_game_options .game .game_logo {
  max-height: 80px;
}

.settings_page .update_match_notifications .notification {
  max-width: 48px;
}
.settings_page .update_match_notifications .notification.live {
  color: #0F0;
  box-shadow: 0 0 9px #68EBFD;
  border-color: #68EBFD;
}
.settings_page .update_match_notifications .logo_container {
  text-align: center;
}
.settings_page .update_match_notifications .game_options {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.settings_page .update_match_notifications .game_types {
  display: flex;
  flex-direction: row;
}
.settings_page .update_match_notifications .game_type {
  margin-left: 8px;
}
.settings_page .update_match_notifications .game_type:first-child {
  margin-left: 0;
}
.settings_page .update_match_notifications .game_logo {
  max-height: 38px;
}
.settings_page .update_match_notifications .the_games {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.settings_page .update_match_notifications .main_heading {
  margin-top: 0;
}
.settings_page .update_match_notifications .main_heading .cutie_pie {
  margin-left: 16px;
  font-size: 21px;
}
.settings_page .update_match_notifications .button_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
.settings_page .update_match_notifications .button_container button {
  margin-right: 16px;
}
.settings_page .update_match_notifications .game_section {
  margin-right: 32px;
}
.settings_page .update_match_notifications .game_section .cutie_pie .versus {
  margin: 0 4px;
}
.settings_page .username_preview {
  margin-bottom: 12px;
}
.settings_page .active_selectables {
  margin-left: 0;
  margin-right: 0;
}
.settings_page .settings_list > li {
  border-bottom: 1px solid #3A4059;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.settings_page .settings_list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.settings_page .settings_field, .settings_page label.input-toggle {
  width: 100%;
  padding: 4px 5px;
  border-radius: 4px 5px;
}
.settings_page .settings_field > span:first-of-type, .settings_page label.input-toggle > span:first-of-type {
  order: 2;
}
.settings_page .settings_field > span:not(:first-of-type), .settings_page label.input-toggle > span:not(:first-of-type) {
  order: 1;
  flex: 1;
}
.settings_page .settings_field:hover, .settings_page label.input-toggle:hover {
  background-color: #3A4059;
}
.settings_page .settings_field:hover > span:first-of-type, .settings_page label.input-toggle:hover > span:first-of-type {
  color: #05D8FF;
}
.settings_page .settings_field {
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 4px 5px;
  padding: 4px 5px;
}
.settings_page .settings_field > span:first-of-type {
  background: none;
  width: auto;
  height: auto;
  transition: none;
  margin-right: 0;
}
.settings_page .settings_field > span:not(:first-of-type) {
  font-size: 16px;
  font-weight: normal;
  user-select: none;
}
.settings_page .settings_field.change_preferred_builds:hover {
  background: inherit;
}
.settings_page .settings_field.change_preferred_builds:hover .preferred_build_games {
  background-color: #3A4059;
}
.settings_page .settings_field .distance_descriptions {
  cursor: auto;
}
.settings_page .settings_field .count {
  color: #05D8FF;
  margin-left: 16px;
  font-size: smaller;
}
.settings_page .active_games .preferred_game_filter {
  padding: 2px 2px;
}
.settings_page .active_games .preferred_game_filter img {
  max-width: 32px;
}
.settings_page .preferred_build_games {
  border-radius: 4px;
  padding: 2px 8px;
}
.settings_page .preferred_build_games .preferred_game_filter {
  border: 1px solid transparent;
  padding: 2px 3px;
}
.settings_page .preferred_build_games .preferred_game_filter:hover {
  border-color: #05D8FF;
  cursor: pointer;
}
.settings_page .build_logo {
  max-height: 24px;
  margin-left: 4px;
}
.settings_page .distance_descriptions {
  display: flex;
  width: 100%;
  flex: 1 0 100%;
  justify-content: space-between;
  font-weight: initial;
  cursor: pointer;
  flex-wrap: wrap;
}
.settings_page .distance_descriptions .distance_severity {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 0;
  transition: 0.1s;
}
.settings_page .distance_descriptions .distance_severity:hover {
  cursor: pointer;
  color: #05D8FF;
}
.settings_page .distance_descriptions .distance_severity.active {
  border-color: #05D8FF;
  padding: 1px 8px;
}

.poppy_list {
  background: #12141C;
  padding: 8px;
  border: 1px solid #3A4059;
}
.poppy_list li {
  border-radius: 6px;
  margin-bottom: 2px;
}
.poppy_list li:hover, .poppy_list li.active {
  background: #3A4059;
}
.poppy_list li > * {
  display: block;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding: 15px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#subscriber_settings {
  text-align: left;
}
#subscriber_settings .flairy {
  height: 28px;
}

#settings_popup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  user-select: none;
}
#settings_popup .general_options {
  text-align: left;
  font-size: 17px;
}
#settings_popup hr {
  border-color: #3A4059;
}
#settings_popup .regions_area {
  display: block;
}
#settings_popup.show_client_settings .settings_area {
  display: block;
}

.ladder_settings {
  font-size: 1.3rem;
  padding-top: 8px;
}
.ladder_settings .show_matches_in_search .description {
  margin-left: 8px;
}
.ladder_settings .acceptable_tiers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.ladder_settings .acceptable_tiers .hint {
  color: #05D8FF;
}
.ladder_settings .acceptable_tiers:hover {
  cursor: pointer;
}
.ladder_settings .acceptable_tiers:hover .hint {
  color: white;
}
.ladder_settings .description_group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ladder_settings .accept_description {
  font-size: 20px;
  margin-bottom: 12px;
  display: block;
}
.ladder_settings .mini-logo {
  max-height: 36px;
}
.ladder_settings .tier_select {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  padding: 2px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  opacity: 0.6;
  margin: 0 2px;
  user-select: none;
}
.ladder_settings .tier_select .divisions {
  display: flex;
  justify-content: space-between;
  min-width: 6em;
}
.ladder_settings .tier_select.displayed_alone {
  opacity: 1;
}
.ladder_settings .tier_select:hover:not(.displayed_alone) {
  border-color: #05D8FF;
  opacity: 1;
  cursor: pointer;
}
.ladder_settings .tier_select.selected {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
  transition: 0.4s;
  border-color: #05D8FF;
  opacity: 1;
}
.ladder_settings .tier_select .tier_name {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.ladder_settings .disabled .tier_select.selected, .ladder_settings .request_list .challenge_request_hmm.removing button .tier_select.selected, .request_list .challenge_request_hmm.removing .ladder_settings button .tier_select.selected {
  transition: 0.4s;
  border: 1px dashed white;
  background-color: transparent;
}
.ladder_settings .tier_logo {
  max-height: 28px;
}

/** Profile */
.wall_posts {
  padding-bottom: 0;
  margin-bottom: 0;
}

.loading-more-container {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

.wall_posts .wall_post {
  margin-bottom: 10px;
}

.replies-list .entries {
  padding-bottom: 0;
}

.editable-toggle > .post_time .edit_post {
  display: none;
}

.editable-toggle > .post_time .delete_post {
  display: none;
}

.editable-toggle.post-deletable > .post_time .delete_post {
  display: inline;
}

.editable-toggle .add_new_post {
  display: none;
}

.editable-toggle .cannot_post {
  display: block;
}

.editable-toggle.post-replyable .add_new_post {
  display: block;
}

.editable-toggle .cannot_post {
  font-size: 14px;
  margin-left: 12px;
}

.editable-toggle.post-replyable .cannot_post {
  display: none;
}

.editable-toggle.post-editable > .post_time .edit_post {
  display: inline-block;
}

.post_time form {
  display: inline;
}

.wall_posts textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wall_posts .wall_post_reply .submit_comment {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  user-select: none;
}
.breadcrumb a, .breadcrumb a .location:hover, a .breadcrumb .location:hover, .breadcrumb .link .location:hover, .link .breadcrumb .location:hover, .breadcrumb .link {
  color: #FF3434;
  font-size: 14px;
}
.breadcrumb a:focus, .breadcrumb .link:focus, .breadcrumb a:hover, .breadcrumb a .location:hover, a .breadcrumb .location:hover, .breadcrumb .link .location:hover, .link .breadcrumb .location:hover, .breadcrumb .link:hover {
  color: #05D8FF;
}
.breadcrumb li {
  color: #C2C2C2;
}

#the_graphs .mobile_view_tabs .tab_list {
  flex-wrap: wrap;
}

.match_map_general {
  display: flex;
  flex-direction: column;
}
.match_map_general .map_and_such {
  display: flex;
  flex-direction: row;
}
.match_map_general #map-canvas {
  height: 80vh;
}
.match_map_general .game_logo {
  max-width: 120px;
}

.ladder_choices {
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  flex-wrap: wrap;
}
.ladder_choices .ladder_choice {
  position: relative;
  margin: 4px 0 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px 5px;
  height: 32px;
}
.ladder_choices .ladder_choice img {
  height: 100%;
}
.ladder_choices .ladder_choice.active {
  border-color: #0F0;
  background-color: #12141C;
}
.ladder_choices .ladder_choice .loading {
  position: absolute;
  right: 0;
}

.character_stats .for_character_heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.character_stats .for_character_heading .medal_summary {
  margin-bottom: 16px;
}
.character_stats .for_character_heading .selected .character {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.character_stats .character_matchups {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.character_stats .character_matchups .characters {
  flex-direction: column;
}
.character_stats .character_info {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.character_stats .character_info .the_x {
  font-size: 19px;
  margin: 0 16px;
}
.character_stats .character_info .wins, .character_stats .character_info .losses, .character_stats .character_info .win_percentage {
  flex: 0 0 100px;
}
.character_stats .ranked_season_character_selections .versus {
  margin-right: 16px;
}
.character_stats .ranked_season_character_selection {
  align-self: flex-start;
  margin-right: 16px;
}
.character_stats .potential_versus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 0 0 220px;
}
.character_stats .potential_versus .player_counts {
  flex: 1 0 auto;
  margin-left: 8px;
}
.character_stats .potential_versus .division {
  display: none;
}
.character_stats .potential_versus .versus_tier {
  display: flex;
  flex-direction: row;
  margin-right: 32px;
  margin-bottom: 16px;
}
.character_stats .potential_versus .versus_tier.selected .medal_summary img {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.character_stats .potential_versus .versus_tier .medal_summary {
  margin-right: 8px;
}
.character_stats .potential_versus .versus_tier .divisions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.character_stats .potential_versus .versus_tier .divisions .division_number {
  flex: 1 0 55px;
  text-align: center;
}

.divisions {
  display: flex;
  flex-direction: column;
}
.divisions .division_links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.divisions .division_number {
  font-size: 16px;
  border: 1px solid white;
  border-radius: 4px;
  padding: 7px 12px;
  cursor: pointer;
}
.divisions .division_number.selected {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.divisions .division_number:hover {
  color: white;
  border-color: #05D8FF;
}

.tier_group .tier_with_player_count {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}
.tier_group .tier_with_player_count a, .tier_group .tier_with_player_count a .location:hover, a .tier_group .tier_with_player_count .location:hover, .tier_group .tier_with_player_count .link .location:hover, .link .tier_group .tier_with_player_count .location:hover, .tier_group .tier_with_player_count .link {
  color: white;
}
.tier_group .tier_with_player_count a:hover, .tier_group .tier_with_player_count a .location:hover, a .tier_group .tier_with_player_count .location:hover, .tier_group .tier_with_player_count .link .location:hover, .link .tier_group .tier_with_player_count .location:hover, .tier_group .tier_with_player_count .link:hover {
  color: #05D8FF;
}
.tier_group .tier_with_player_count .player_count {
  font-size: 15px;
}
.tier_group .tier_with_player_count .player_count .count {
  color: #05D8FF;
}

#notification-bar {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  color: white;
  border-radius: 0 0 4px 0;
  display: block;
  pointer-events: none;
  margin-top: 20px;
}
#notification-bar .sub_hype_logo {
  cursor: pointer;
}
#notification-bar .is_dollar {
  color: #0F0;
}
#notification-bar .sub_hype_pika {
  pointer-events: auto;
  display: inline-block;
  height: 80px;
}
#notification-bar .sub_hype_pika:hover {
  filter: brightness(170%);
}
#notification-bar .hype_message {
  pointer-events: auto;
  background-color: #3A4059;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 26px;
  box-shadow: 4px 4px 4px black;
}
#notification-bar .hype_message .general_message_part {
  font-size: 23px;
}
#notification-bar .hype_message .username, #notification-bar .hype_message .user_info .subscription_streak, .user_info #notification-bar .hype_message .subscription_streak, #notification-bar .hype_message .subscriber_glowish, #notification-bar .hype_message .subscribe_link {
  font-size: 26px;
}
#notification-bar .player_message {
  display: block;
}
#notification-bar .click_to_dismiss {
  display: inline-block;
}

.latest_subscribers {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  margin-top: 8px;
  overflow: hidden;
}
.latest_subscribers .active_group {
  height: 130px;
  position: relative;
}
.latest_subscribers .active_group .active_group_content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.latest_subscribers .donate_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.latest_subscribers .donate_area .subs_list {
  margin: 8px 0 0 0;
}
.latest_subscribers .latest_sub {
  display: flex;
}
.latest_subscribers .latest_sub .amount:before {
  content: "$";
}
.latest_subscribers .latest_sub .sub_user, .latest_subscribers .latest_sub .sub_stat {
  padding: 0 8px;
}
.latest_subscribers .latest_sub .sub_stat {
  padding-left: 8px;
  margin-left: auto;
  white-space: nowrap;
}
.latest_subscribers .latest_sub .sub_user {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.latest_subscribers .latest_sub .date {
  align-self: center;
}

.card {
  background-color: #12141C;
  color: white;
}
.card .card-title {
  line-height: initial;
}
.card .card-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card .card-image img {
  max-width: 170px;
}
.card.horizontal {
  align-items: center;
}
.card.horizontal .card-image {
  justify-content: center;
}
.card .card-action {
  background-color: #12141C;
  border-top-color: #3A4059;
  padding: 15px 15px;
}
.card .card-action a.link, .card .card-action .link {
  color: #05D8FF;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a.link:hover, .card .card-action .link:hover {
  color: #0A6EBD;
}

.advanced-match-history .no_results {
  display: none;
}
.advanced-match-history .ranked_result .win, .advanced-match-history .ranked_result .lose, .advanced-match-history .ranked_result .friendly {
  display: none;
}
.advanced-match-history .ranked_result.won .win {
  display: inline;
}
.advanced-match-history .ranked_result.lost .lose {
  display: inline;
}
.advanced-match-history .ranked_result.unranked .unranked {
  display: inline;
}
.advanced-match-history .calendar_logo {
  width: 27px;
  display: block;
}
.advanced-match-history .fc-event-container .fc-event {
  border-color: #3A4059;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advanced-match-history .fc-event-container .fc-event.ranked, .advanced-match-history .fc-event-container .fc-event.unranked {
  color: white;
}
.advanced-match-history .fc-event-container .fc-event.ranked::after, .advanced-match-history .fc-event-container .fc-event.unranked::after {
  display: block;
}
.advanced-match-history .fc-event-container .fc-event.ranked::after {
  color: #F66;
  content: "Ranked";
}
.advanced-match-history .fc-event-container .fc-event.unranked::after {
  color: #05D8FF;
  content: "Unranked";
}
.advanced-match-history .match-history-table .latency {
  display: none;
}
.advanced-match-history .match_results .latency {
  display: none;
}
.advanced-match-history .fc-view-container {
  background-color: #12141C;
}
.advanced-match-history .fc-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
  width: 100%;
}
.advanced-match-history .fc-content .username_formatted {
  white-space: pre-line;
  background-color: #30354A;
  display: block;
  text-align: center;
  width: 100%;
}
.advanced-match-history .fc-day-grid-event .is_ranked_logo {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.advanced-match-history .fc td.fc-widget-content.fc-today {
  background-color: #12141C;
}
.fc-unthemed td.fc-today.fc-day {
  background-color: #0A6EBD;
}

.fc-widget-content .fc-day-grid .fc-popover .fc-header {
  background-color: #30354A;
}

.fc-event-container {
  background-color: black;
}

.calendar_container .calendar_loading {
  display: none;
}
.calendar_container .fc-unthemed .fc-more-popover .fc-header {
  background-color: #30354A;
  border-bottom: 1px solid #3A4059;
}
.calendar_container .fc-unthemed .fc-more-popover .fc-header .fc-title {
  color: white;
}
.calendar_container .fc-unthemed .fc-more-popover .fc-event-container {
  color: #12141C;
}

.calendar_loading {
  display: none;
}

.calendar_loading {
  position: absolute;
  left: 35%;
  top: 70px;
}

.calendar_container.loading .calendar_loading {
  display: block;
}

#dashboard .matchmaking_tab_content #tab-pane-friends {
  overflow: hidden;
  flex-direction: column;
}
#dashboard .matchmaking_tab_content #tab-pane-friends .search {
  width: 90%;
  align-self: center;
  display: block;
  margin: 0 auto;
}
#dashboard .matchmaking_tab_content #tab-pane-friends .choice_header .active_selectables {
  margin: 8px 16px;
}
#dashboard .matchmaking_tab_content #tab-pane-friends .title_area {
  margin: 4px 16px;
}

.active_selectables {
  margin: 16px 16px 16px 16px;
}
.active_selectables .active_selectable_button, .user_info .active_selectables .active_selectable_button {
  margin: 0 4px 0 4px;
}
.active_selectables.tab_selectables {
  margin: 8px 0 0 0;
  border-bottom: 1px solid #3A4059;
}
.active_selectables.tab_selectables > .active_selectable_button {
  padding: 4px 13px;
  border-radius: 4px 4px 0 0;
  border: none;
  position: relative;
}

.active_selectable_button, .user_info .active_selectables .active_selectable_button {
  color: #3A4059;
}

#bottom_dock_right .friend_toggle_button .active_selectable_button {
  padding: 3px 4px;
  border-radius: 0;
  border-width: 1px;
}
#bottom_dock_right .friend_toggle_button .active_selectable_button.unread_messages {
  animation-name: highlightBackgroundPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
}
#bottom_dock_right .friend_dock {
  display: flex;
  flex-direction: row-reverse;
  pointer-events: all;
  align-items: center;
  justify-content: flex-start;
}
#bottom_dock_right .friend_dock .online_user {
  padding-left: 15px;
  padding-right: 15px;
}
#bottom_dock_right .friends_online {
  margin-right: 8px;
  margin-left: 6px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
#bottom_dock_right .friends_online .count {
  margin-right: 3px;
  color: #05D8FF;
}
#bottom_dock_right .friendlist {
  background-color: #12141C;
  border: 1px solid #3A4059;
  border-top: none;
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
#bottom_dock_right .friendlist .online_user {
  margin: 0;
}
#bottom_dock_right .friendlist .online_user:first-child {
  margin-top: 9px;
}
#bottom_dock_right .friend_display {
  display: flex;
  flex-direction: row;
  left: auto;
  top: auto;
  bottom: 32px;
  width: auto;
  height: 400px;
  max-height: 50vh;
}
#bottom_dock_right .friend_display.focused {
  z-index: 101;
}
#bottom_dock_right .friend_display .the_lists {
  width: 255px;
}
#bottom_dock_right .friend_display .search {
  margin: 0 0 4px 0;
  border: 1px solid #3A4059;
  border-radius: 2px;
  box-shadow: none;
}
#bottom_dock_right .friend_display .friend_choices {
  display: flex;
}
#bottom_dock_right .friend_display .active_selectables {
  margin: 8px 0 0 0;
  border-bottom: 1px solid #3A4059;
}
#bottom_dock_right .friend_display .active_selectables > .active_selectable_button {
  padding: 4px 13px;
  border-radius: 4px 4px 0 0;
  border: none;
}

.social {
  border-left: 1px solid #3A4059;
  position: relative;
  margin-left: auto;
  flex: 0 1 0;
  max-width: 170px;
}
.social .private_chat_area {
  z-index: 2;
}
.social #main_chat_area {
  position: absolute;
  right: 100%;
  bottom: 0;
  min-width: 58vw;
  background-color: #1C1F2B;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.social #main_chat_area:not(.minimized) {
  height: 68vh;
}
.social #main_chat_area .chat-rules-popout-holder {
  border-left: 1px solid #3A4059;
  border-right: 1px solid #3A4059;
}
.social #main_chat_area.expanded .chat_room_title_banner.banner_hovered {
  cursor: pointer;
  background-color: #3A4059;
}
.social #main_chat_area.minimized {
  min-height: 0;
}
.social #main_chat_area.minimized .chat_room_title_banner.has_new_messages {
  border-color: #05D8FF;
}
.social #main_chat_area.minimized .chat_room_title_banner:hover {
  cursor: pointer;
  background-color: #3A4059;
}
.social #main_chat_area .chat_room_title_banner {
  border: 1px solid #3A4059;
  border-bottom: none;
}
.social .chat_options {
  align-self: center;
}
.social .mid-side-container {
  position: absolute;
  right: 100%;
  bottom: 0;
  min-width: 522px;
  height: 500px;
}
.social .friend_display:not(:last-child) {
  border-bottom: 1px solid #3A4059;
}

.username_search_holder .search_loading, .search_holder .search_loading {
  position: absolute;
  text-align: center;
  width: 100%;
}

.search_holder {
  margin: 0 16px 0 8px;
  position: relative;
}

.ReactVirtualized__List {
  outline: 0;
}

.friend_display {
  flex-direction: column;
  display: flex;
  overscroll-behavior: contain;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.friend_display .list_holder_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.friend_display .list_holder_content .friendlist {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.friend_display .list_holder_content > .tab-pane {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.friend_display .list_holder_content > .tab-pane .tab-pane-content, .friend_display .list_holder_content > .tab-pane .tab-content, .friend_display .list_holder_content > .tab-pane .tab-pane {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.friend_display .choice_header .btn, .friend_display .choice_header .btn-xs, .friend_display .choice_header .possible_aka_listings button, .possible_aka_listings .friend_display .choice_header button, .friend_display .choice_header .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .friend_display .choice_header button, .friend_display .choice_header .btn-sm, .friend_display .choice_header .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .friend_display .choice_header button, .friend_display .choice_header .stage_selectable .stage_options button, .stage_selectable .stage_options .friend_display .choice_header button, .friend_display .choice_header body.database_setup input[type=submit], body.database_setup .friend_display .choice_header input[type=submit], .friend_display .choice_header body.database_setup button, body.database_setup .friend_display .choice_header button {
  position: relative;
}
.friend_display .choice_header .badge, .friend_display .choice_header .event_listing .best_of_small, .event_listing .friend_display .choice_header .best_of_small, .friend_display .choice_header .bug_category, .friend_display .choice_header .bug_summary_description .confirmed, .bug_summary_description .friend_display .choice_header .confirmed, .friend_display .choice_header .normal_list .no_tags.active, .normal_list .friend_display .choice_header .no_tags.active {
  position: absolute;
  top: -5px;
  border: 1px solid white;
  background-color: #0F0;
  color: black;
}
.friend_display .choice_header .minimizer {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.friend_display .choice_header .minimizer .btn, .friend_display .choice_header .minimizer .btn-xs, .friend_display .choice_header .minimizer .possible_aka_listings button, .possible_aka_listings .friend_display .choice_header .minimizer button, .friend_display .choice_header .minimizer .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .friend_display .choice_header .minimizer button, .friend_display .choice_header .minimizer .btn-sm, .friend_display .choice_header .minimizer .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .friend_display .choice_header .minimizer button, .friend_display .choice_header .minimizer .stage_selectable .stage_options button, .stage_selectable .stage_options .friend_display .choice_header .minimizer button, .friend_display .choice_header .minimizer body.database_setup input[type=submit], body.database_setup .friend_display .choice_header .minimizer input[type=submit], .friend_display .choice_header .minimizer body.database_setup button, body.database_setup .friend_display .choice_header .minimizer button {
  margin: 0;
}
.friend_display .the_lists {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.friend_display .private_chat_area.chat_holder.attached {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 360px;
  height: 360px;
  background-color: #12141C;
  z-index: 2;
}
.friend_display .private_chat_area.chat_holder.attached.has_new_messages .title_area {
  font-weight: bold;
  background-color: #0A6EBD;
}
.friend_display .private_chat_area.chat_holder.attached.bigger {
  min-width: 35vw;
  min-height: 65vh;
}

.friendlist {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.friendlist .user_facts {
  overflow: hidden;
  align-self: center;
}
.friendlist .list_container {
  margin-top: 0;
}
.friendlist .online_user {
  display: flex;
  flex-direction: row;
  margin: 0;
  flex: 1;
}
.friendlist .online_user.opened {
  border-right: 4px solid #05D8FF;
}
.friendlist .online_user:last-of-type {
  border-bottom: none;
}
.friendlist .online_user.is_offline {
  font-style: italic;
  opacity: 0.7;
}
.friendlist .online_user .message_summary .username, .friendlist .online_user .message_summary .user_info .subscription_streak, .user_info .friendlist .online_user .message_summary .subscription_streak, .friendlist .online_user .message_summary .subscriber_glowish, .friendlist .online_user .message_summary .subscribe_link {
  margin-bottom: 0;
}
.friendlist .friend_request {
  flex: 1;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.friendlist .friend_request .btn, .friendlist .friend_request .btn-xs, .friendlist .friend_request .possible_aka_listings button, .possible_aka_listings .friendlist .friend_request button, .friendlist .friend_request .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .friendlist .friend_request button, .friendlist .friend_request .btn-sm, .friendlist .friend_request .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .friendlist .friend_request button, .friendlist .friend_request .stage_selectable .stage_options button, .stage_selectable .stage_options .friendlist .friend_request button, .friendlist .friend_request body.database_setup input[type=submit], body.database_setup .friendlist .friend_request input[type=submit], .friendlist .friend_request body.database_setup button, body.database_setup .friendlist .friend_request button {
  margin-left: 8px;
}
.friend_display .empty, .open_pms .empty {
  margin: 32px 10px;
  text-align: center;
  font-size: 18px;
}

.stage_list_edit .stage_option {
  transition: background-color 0.7s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}
.stage_list_edit .stage_option.fresh {
  background-color: rgba(10, 110, 189, 0.58);
}
.stage_list_edit .stage_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a, a .location:hover, .link .location:hover, .link {
  background: 0 0;
}

a:active, .link:active, a:hover, a .location:hover, .link .location:hover, .link:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a .location:hover, .link .location:hover, .link, a:visited {
    text-decoration: underline;
  }
  a[href]:after, a [href].location:hover:after, .link [href].location:hover:after, [href].link:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a [href^="javascript:"].location:hover:after, .link [href^="javascript:"].location:hover:after, [href^="javascript:"].link:after, a[href^="#"]:after, a [href^="#"].location:hover:after, .link [href^="#"].location:hover:after, [href^="#"].link:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .btn-xs > .caret, .possible_aka_listings button > .caret, .user_main_info_area .mod_options form button > .caret, .btn-sm > .caret, .request_list .challenge_request_hmm.removing button > .caret, .stage_selectable .stage_options button > .caret, body.database_setup input[type=submit] > .caret, body.database_setup button > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a, a .location:hover, .link .location:hover, .link {
  color: #428bca;
  text-decoration: none;
}

a:hover, a .location:hover, .link .location:hover, .link:hover, a:focus, .link:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus, a .location:focus:hover, .link .location:focus:hover, .link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .thumbnail a .location:hover > img, a .thumbnail .location:hover > img, .thumbnail .link .location:hover > img, .link .thumbnail .location:hover > img, .thumbnail .link > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, a .carousel-inner > .item > .location:hover > img, .link .carousel-inner > .item > .location:hover > img, .carousel-inner > .item > .link > img {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover, a .text-primary.location:hover, .link .text-primary.location:hover, .text-primary.link:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a .text-success.location:hover, .link .text-success.location:hover, .text-success.link:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a .text-info.location:hover, .link .text-info.location:hover, .text-info.link:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a .text-warning.location:hover, .link .text-warning.location:hover, .text-warning.link:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a .text-danger.location:hover, .link .text-danger.location:hover, .text-danger.link:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover, a .bg-primary.location:hover, .link .bg-primary.location:hover, .bg-primary.link:hover {
  background-color: #3071a9;
}

.bg-success, .bug_category, .bug_summary_description .confirmed, .normal_list .no_tags.active {
  background-color: #dff0d8;
}

a.bg-success:hover, a .bg-success.location:hover, .link .bg-success.location:hover, .bg-success.link:hover, a.bug_category:hover, a .bug_category.location:hover, .link .bug_category.location:hover, .bug_category.link:hover, .bug_summary_description a.confirmed:hover, .bug_summary_description a .confirmed.location:hover, a .bug_summary_description .confirmed.location:hover, .bug_summary_description .link .confirmed.location:hover, .link .bug_summary_description .confirmed.location:hover, .bug_summary_description .confirmed.link:hover, .normal_list a.no_tags.active:hover, .normal_list a .no_tags.active.location:hover, a .normal_list .no_tags.active.location:hover, .normal_list .link .no_tags.active.location:hover, .link .normal_list .no_tags.active.location:hover, .normal_list .no_tags.active.link:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a .bg-info.location:hover, .link .bg-info.location:hover, .bg-info.link:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a .bg-warning.location:hover, .link .bg-warning.location:hover, .bg-warning.link:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a .bg-danger.location:hover, .link .bg-danger.location:hover, .bg-danger.link:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, body.database_setup {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container, body.database_setup {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, body.database_setup {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, body.database_setup {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control, .birthday .birthday-picker select, body.database_setup input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, .birthday .birthday-picker select:focus, body.database_setup input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, .birthday .birthday-picker select::-moz-placeholder, body.database_setup input[type=text]::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .birthday .birthday-picker select:-ms-input-placeholder, body.database_setup input[type=text]:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder, .birthday .birthday-picker select::-webkit-input-placeholder, body.database_setup input[type=text]::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled], .birthday .birthday-picker select[disabled], body.database_setup input[disabled][type=text], .form-control[readonly], .birthday .birthday-picker select[readonly], body.database_setup input[readonly][type=text], fieldset[disabled] .form-control, fieldset[disabled] .birthday .birthday-picker select, .birthday .birthday-picker fieldset[disabled] select, fieldset[disabled] body.database_setup input[type=text], body.database_setup fieldset[disabled] input[type=text] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  line-height: 34px;
  line-height: 1.42857143 \0 ;
}

input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
  line-height: 30px;
}

input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
  line-height: 46px;
}

.form-group, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .request_list .challenge_request_hmm.removing button.radio-inline, .checkbox-inline.disabled, .request_list .challenge_request_hmm.removing button.checkbox-inline, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .request_list .challenge_request_hmm.removing button.radio label, .checkbox.disabled label, .request_list .challenge_request_hmm.removing button.checkbox label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm .birthday .birthday-picker select, .birthday .birthday-picker .form-horizontal .form-group-sm select, .form-horizontal .form-group-sm body.database_setup input[type=text], body.database_setup .form-horizontal .form-group-sm input[type=text] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg .birthday .birthday-picker select, .birthday .birthday-picker .form-horizontal .form-group-lg select, .form-horizontal .form-group-lg body.database_setup input[type=text], body.database_setup .form-horizontal .form-group-lg input[type=text] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .birthday .birthday-picker select, .birthday .birthday-picker .has-feedback select, .has-feedback body.database_setup input[type=text], body.database_setup .has-feedback input[type=text] {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control, .has-success .birthday .birthday-picker select, .birthday .birthday-picker .has-success select, .has-success body.database_setup input[type=text], body.database_setup .has-success input[type=text] {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .birthday .birthday-picker select:focus, .birthday .birthday-picker .has-success select:focus, .has-success body.database_setup input[type=text]:focus, body.database_setup .has-success input[type=text]:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning .birthday .birthday-picker select, .birthday .birthday-picker .has-warning select, .has-warning body.database_setup input[type=text], body.database_setup .has-warning input[type=text] {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .birthday .birthday-picker select:focus, .birthday .birthday-picker .has-warning select:focus, .has-warning body.database_setup input[type=text]:focus, body.database_setup .has-warning input[type=text]:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control, .has-error .birthday .birthday-picker select, .birthday .birthday-picker .has-error select, .has-error body.database_setup input[type=text], body.database_setup .has-error input[type=text] {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .birthday .birthday-picker select:focus, .birthday .birthday-picker .has-error select:focus, .has-error body.database_setup input[type=text]:focus, body.database_setup .has-error input[type=text]:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .form-inline .extra_data {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .birthday .birthday-picker select, .birthday .birthday-picker .form-inline select, .form-inline body.database_setup input[type=text], body.database_setup .form-inline input[type=text] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group .birthday .birthday-picker select, .birthday .birthday-picker .form-inline .input-group select, .form-inline .input-group body.database_setup input[type=text], body.database_setup .form-inline .input-group input[type=text] {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .birthday .birthday-picker .input-group > select, .birthday .birthday-picker .form-inline .input-group > select, .form-inline body.database_setup .input-group > input[type=text], body.database_setup .form-inline .input-group > input[type=text] {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group, .form-horizontal #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .form-horizontal .extra_data {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn, .btn-xs, .possible_aka_listings button, .user_main_info_area .mod_options form button, .btn-sm, .request_list .challenge_request_hmm.removing button, .stage_selectable .stage_options button, body.database_setup input[type=submit], body.database_setup button, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn-xs:focus, .possible_aka_listings button:focus, .user_main_info_area .mod_options form button:focus, .btn-sm:focus, .request_list .challenge_request_hmm.removing button:focus, .stage_selectable .stage_options button:focus, body.database_setup input[type=submit]:focus, body.database_setup button:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, a .btn.location:hover, .link .btn.location:hover, .btn-xs:hover, .possible_aka_listings button:hover, .user_main_info_area .mod_options form button:hover, a .btn-xs.location:hover, .link .btn-xs.location:hover, .btn-sm:hover, a .btn-sm.location:hover, .link .btn-sm.location:hover, .request_list .challenge_request_hmm.removing button:hover, .stage_selectable .stage_options button:hover, body.database_setup input[type=submit]:hover, body.database_setup button:hover, .btn:focus, .btn-xs:focus, .possible_aka_listings button:focus, .user_main_info_area .mod_options form button:focus, .btn-sm:focus, .request_list .challenge_request_hmm.removing button:focus, .stage_selectable .stage_options button:focus, body.database_setup input[type=submit]:focus, body.database_setup button:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn-xs:active, .possible_aka_listings button:active, .user_main_info_area .mod_options form button:active, .btn-sm:active, .request_list .challenge_request_hmm.removing button:active, .stage_selectable .stage_options button:active, body.database_setup input[type=submit]:active, body.database_setup button:active, .btn.active, .active.btn-xs, .possible_aka_listings button.active, .user_main_info_area .mod_options form button.active, .active.btn-sm, .request_list .challenge_request_hmm.removing button.active, .stage_selectable .stage_options button.active, body.database_setup input.active[type=submit], body.database_setup button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .disabled.btn-xs, .possible_aka_listings button.disabled, .user_main_info_area .mod_options form button.disabled, .disabled.btn-sm, .stage_selectable .stage_options button.disabled, body.database_setup input.disabled[type=submit], body.database_setup button.disabled, .request_list .challenge_request_hmm.removing button, .btn[disabled], [disabled].btn-xs, .possible_aka_listings button[disabled], .user_main_info_area .mod_options form button[disabled], [disabled].btn-sm, .stage_selectable .stage_options button[disabled], body.database_setup input[disabled][type=submit], body.database_setup button[disabled], fieldset[disabled] .btn, fieldset[disabled] .btn-xs, fieldset[disabled] .possible_aka_listings button, .possible_aka_listings fieldset[disabled] button, fieldset[disabled] .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form fieldset[disabled] button, fieldset[disabled] .btn-sm, fieldset[disabled] .stage_selectable .stage_options button, .stage_selectable .stage_options fieldset[disabled] button, fieldset[disabled] body.database_setup input[type=submit], body.database_setup fieldset[disabled] input[type=submit], fieldset[disabled] body.database_setup button, body.database_setup fieldset[disabled] button {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, a .btn-default.location:hover, .link .btn-default.location:hover, body.database_setup .skip_to_form input[type=submit]:hover, body.database_setup .migrate_to_form input[type=submit]:hover, .btn-default:focus, body.database_setup .skip_to_form input[type=submit]:focus, body.database_setup .migrate_to_form input[type=submit]:focus, .btn-default:active, body.database_setup .skip_to_form input[type=submit]:active, body.database_setup .migrate_to_form input[type=submit]:active, .btn-default.active, body.database_setup .skip_to_form input.active[type=submit], body.database_setup .migrate_to_form input.active[type=submit], .open > .dropdown-toggle.btn-default, body.database_setup .skip_to_form .open > input.dropdown-toggle[type=submit], body.database_setup .migrate_to_form .open > input.dropdown-toggle[type=submit] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, body.database_setup .skip_to_form input[type=submit]:active, body.database_setup .migrate_to_form input[type=submit]:active, .btn-default.active, body.database_setup .skip_to_form input.active[type=submit], body.database_setup .migrate_to_form input.active[type=submit], .open > .dropdown-toggle.btn-default, body.database_setup .skip_to_form .open > input.dropdown-toggle[type=submit], body.database_setup .migrate_to_form .open > input.dropdown-toggle[type=submit] {
  background-image: none;
}

.btn-default.disabled, body.database_setup .skip_to_form input.disabled[type=submit], body.database_setup .migrate_to_form input.disabled[type=submit], .request_list .challenge_request_hmm.removing button.btn-default, .btn-default[disabled], body.database_setup .skip_to_form input[disabled][type=submit], body.database_setup .migrate_to_form input[disabled][type=submit], fieldset[disabled] .btn-default, fieldset[disabled] body.database_setup .skip_to_form input[type=submit], body.database_setup .skip_to_form fieldset[disabled] input[type=submit], fieldset[disabled] body.database_setup .migrate_to_form input[type=submit], body.database_setup .migrate_to_form fieldset[disabled] input[type=submit], .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge, .btn-default .event_listing .best_of_small, .event_listing .btn-default .best_of_small, body.database_setup .skip_to_form input[type=submit] .badge, body.database_setup .skip_to_form input[type=submit] .event_listing .best_of_small, .event_listing body.database_setup .skip_to_form input[type=submit] .best_of_small, body.database_setup .migrate_to_form input[type=submit] .badge, body.database_setup .migrate_to_form input[type=submit] .event_listing .best_of_small, .event_listing body.database_setup .migrate_to_form input[type=submit] .best_of_small, .btn-default .bug_category, body.database_setup .skip_to_form input[type=submit] .bug_category, body.database_setup .migrate_to_form input[type=submit] .bug_category, .btn-default .bug_summary_description .confirmed, .bug_summary_description .btn-default .confirmed, body.database_setup .skip_to_form input[type=submit] .bug_summary_description .confirmed, .bug_summary_description body.database_setup .skip_to_form input[type=submit] .confirmed, body.database_setup .migrate_to_form input[type=submit] .bug_summary_description .confirmed, .bug_summary_description body.database_setup .migrate_to_form input[type=submit] .confirmed, .btn-default .normal_list .no_tags.active, .normal_list .btn-default .no_tags.active, body.database_setup .skip_to_form input[type=submit] .normal_list .no_tags.active, .normal_list body.database_setup .skip_to_form input[type=submit] .no_tags.active, body.database_setup .migrate_to_form input[type=submit] .normal_list .no_tags.active, .normal_list body.database_setup .migrate_to_form input[type=submit] .no_tags.active {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, a .btn-primary.location:hover, .link .btn-primary.location:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .request_list .challenge_request_hmm.removing button.btn-primary, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge, .btn-primary .event_listing .best_of_small, .event_listing .btn-primary .best_of_small, .btn-primary .bug_category, .btn-primary .bug_summary_description .confirmed, .bug_summary_description .btn-primary .confirmed, .btn-primary .normal_list .no_tags.active, .normal_list .btn-primary .no_tags.active {
  color: #428bca;
  background-color: #fff;
}

.btn-success, .btn-on, .stage_selectable .stage_options button.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, a .btn-success.location:hover, .link .btn-success.location:hover, .btn-on:hover, a .btn-on.location:hover, .link .btn-on.location:hover, .btn-success:focus, .btn-on:focus, .btn-success:active, .btn-on:active, .btn-success.active, .active.btn-on, .stage_selectable .stage_options button.active, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-on {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-on:active, .btn-success.active, .active.btn-on, .stage_selectable .stage_options button.active, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-on {
  background-image: none;
}

.btn-success.disabled, .disabled.btn-on, .stage_selectable .stage_options button.disabled.active, .request_list .challenge_request_hmm.removing button.btn-success, .request_list .challenge_request_hmm.removing button.btn-on, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button.active, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button.active, .btn-success[disabled], [disabled].btn-on, .stage_selectable .stage_options button[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-on, fieldset[disabled] .stage_selectable .stage_options button.active, .stage_selectable .stage_options fieldset[disabled] button.active, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge, .btn-success .event_listing .best_of_small, .event_listing .btn-success .best_of_small, .btn-on .badge, .btn-on .event_listing .best_of_small, .event_listing .btn-on .best_of_small, .stage_selectable .stage_options button.active .badge, .stage_selectable .stage_options button.active .event_listing .best_of_small, .event_listing .stage_selectable .stage_options button.active .best_of_small, .btn-success .bug_category, .btn-on .bug_category, .stage_selectable .stage_options button.active .bug_category, .btn-success .bug_summary_description .confirmed, .bug_summary_description .btn-success .confirmed, .btn-on .bug_summary_description .confirmed, .bug_summary_description .btn-on .confirmed, .stage_selectable .stage_options button.active .bug_summary_description .confirmed, .bug_summary_description .stage_selectable .stage_options button.active .confirmed, .btn-success .normal_list .no_tags.active, .normal_list .btn-success .no_tags.active, .btn-on .normal_list .no_tags.active, .normal_list .btn-on .no_tags.active, .stage_selectable .stage_options button.active .normal_list .no_tags.active, .normal_list .stage_selectable .stage_options button.active .no_tags.active {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, a .btn-info.location:hover, .link .btn-info.location:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .request_list .challenge_request_hmm.removing button.btn-info, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge, .btn-info .event_listing .best_of_small, .event_listing .btn-info .best_of_small, .btn-info .bug_category, .btn-info .bug_summary_description .confirmed, .bug_summary_description .btn-info .confirmed, .btn-info .normal_list .no_tags.active, .normal_list .btn-info .no_tags.active {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, a .btn-warning.location:hover, .link .btn-warning.location:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .request_list .challenge_request_hmm.removing button.btn-warning, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge, .btn-warning .event_listing .best_of_small, .event_listing .btn-warning .best_of_small, .btn-warning .bug_category, .btn-warning .bug_summary_description .confirmed, .bug_summary_description .btn-warning .confirmed, .btn-warning .normal_list .no_tags.active, .normal_list .btn-warning .no_tags.active {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger, .btn-off, .stage_selectable .stage_options button {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, a .btn-danger.location:hover, .link .btn-danger.location:hover, .btn-off:hover, a .btn-off.location:hover, .link .btn-off.location:hover, .stage_selectable .stage_options button:hover, .btn-danger:focus, .btn-off:focus, .stage_selectable .stage_options button:focus, .btn-danger:active, .btn-off:active, .stage_selectable .stage_options button:active, .btn-danger.active, .active.btn-off, .stage_selectable .stage_options button.active, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-off, .stage_selectable .stage_options .open > button.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-off:active, .stage_selectable .stage_options button:active, .btn-danger.active, .active.btn-off, .stage_selectable .stage_options button.active, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-off, .stage_selectable .stage_options .open > button.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .disabled.btn-off, .stage_selectable .stage_options button.disabled, .request_list .challenge_request_hmm.removing button.btn-danger, .request_list .challenge_request_hmm.removing button.btn-off, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button, .btn-danger[disabled], [disabled].btn-off, .stage_selectable .stage_options button[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-off, fieldset[disabled] .stage_selectable .stage_options button, .stage_selectable .stage_options fieldset[disabled] button, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge, .btn-danger .event_listing .best_of_small, .event_listing .btn-danger .best_of_small, .btn-off .badge, .btn-off .event_listing .best_of_small, .event_listing .btn-off .best_of_small, .stage_selectable .stage_options button .badge, .stage_selectable .stage_options button .event_listing .best_of_small, .event_listing .stage_selectable .stage_options button .best_of_small, .btn-danger .bug_category, .btn-off .bug_category, .stage_selectable .stage_options button .bug_category, .btn-danger .bug_summary_description .confirmed, .bug_summary_description .btn-danger .confirmed, .btn-off .bug_summary_description .confirmed, .bug_summary_description .btn-off .confirmed, .stage_selectable .stage_options button .bug_summary_description .confirmed, .bug_summary_description .stage_selectable .stage_options button .confirmed, .btn-danger .normal_list .no_tags.active, .normal_list .btn-danger .no_tags.active, .btn-off .normal_list .no_tags.active, .normal_list .btn-off .no_tags.active, .stage_selectable .stage_options button .normal_list .no_tags.active, .normal_list .stage_selectable .stage_options button .no_tags.active {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, a .btn-link.location:hover, .link .btn-link.location:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, a .btn-link.location:hover, .link .btn-link.location:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-xs, .possible_aka_listings .btn-group-lg > button, .user_main_info_area .mod_options form .btn-group-lg > button, .btn-group-lg > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-lg > button, .stage_selectable .stage_options .btn-group-lg > button, body.database_setup .btn-group-lg > input[type=submit], body.database_setup .btn-group-lg > button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit], .btn-group-sm > .btn, .btn-group-sm > .btn-xs, .possible_aka_listings .btn-group-sm > button, .user_main_info_area .mod_options form .btn-group-sm > button, .request_list .challenge_request_hmm.removing .btn-group-sm > button, .stage_selectable .stage_options .btn-group-sm > button, body.database_setup .btn-group-sm > input[type=submit], body.database_setup .btn-group-sm > button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .possible_aka_listings button, .user_main_info_area .mod_options form button, .stage_selectable .stage_options button, .btn-group-xs > .btn, .btn-group-xs > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-xs > button, body.database_setup .btn-group-xs > input[type=submit], body.database_setup .btn-group-xs > button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a, a .dropdown-menu > li > .location:hover, .link .dropdown-menu > li > .location:hover, .dropdown-menu > li > .link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, a .dropdown-menu > li > .location:hover, .link .dropdown-menu > li > .location:hover, .dropdown-menu > li > .link:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, a .dropdown-menu > .active > .location:hover, .link .dropdown-menu > .active > .location:hover, .dropdown-menu > .active > .link, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a, a .dropdown-menu > .disabled > .location:hover, .link .dropdown-menu > .disabled > .location:hover, .dropdown-menu > .disabled > .link, .request_list .challenge_request_hmm.removing .dropdown-menu > button > a, .request_list .challenge_request_hmm.removing a .dropdown-menu > button > .location:hover, a .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .link .dropdown-menu > button > .location:hover, .link .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .dropdown-menu > button > .link, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, a .dropdown-menu > .disabled > .location:hover, .link .dropdown-menu > .disabled > .location:hover, .dropdown-menu > .disabled > .link:hover, .request_list .challenge_request_hmm.removing .dropdown-menu > button > a:hover, .request_list .challenge_request_hmm.removing a .dropdown-menu > button > .location:hover, a .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .link .dropdown-menu > button > .location:hover, .link .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .dropdown-menu > button > .link:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > .link:focus, .request_list .challenge_request_hmm.removing .dropdown-menu > button > a:focus, .request_list .challenge_request_hmm.removing .dropdown-menu > button > .link:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a, a .open > .location:hover, .link .open > .location:hover, .open > .link {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .btn-xs, .possible_aka_listings .btn-group > button, .user_main_info_area .mod_options form .btn-group > button, .btn-group > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group > button, .stage_selectable .stage_options .btn-group > button, body.database_setup .btn-group > input[type=submit], body.database_setup .btn-group > button, .btn-group-vertical > .btn, .btn-group-vertical > .btn-xs, .possible_aka_listings .btn-group-vertical > button, .user_main_info_area .mod_options form .btn-group-vertical > button, .btn-group-vertical > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > button, .stage_selectable .stage_options .btn-group-vertical > button, body.database_setup .btn-group-vertical > input[type=submit], body.database_setup .btn-group-vertical > button {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn-xs:hover, .possible_aka_listings .btn-group > button:hover, .user_main_info_area .mod_options form .btn-group > button:hover, .btn-group > .btn-sm:hover, .request_list .challenge_request_hmm.removing .btn-group > button:hover, .stage_selectable .stage_options .btn-group > button:hover, body.database_setup .btn-group > input[type=submit]:hover, body.database_setup .btn-group > button:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn-xs:hover, .possible_aka_listings .btn-group-vertical > button:hover, .user_main_info_area .mod_options form .btn-group-vertical > button:hover, .btn-group-vertical > .btn-sm:hover, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:hover, .stage_selectable .stage_options .btn-group-vertical > button:hover, body.database_setup .btn-group-vertical > input[type=submit]:hover, body.database_setup .btn-group-vertical > button:hover, .btn-group > .btn:focus, .btn-group > .btn-xs:focus, .possible_aka_listings .btn-group > button:focus, .user_main_info_area .mod_options form .btn-group > button:focus, .btn-group > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group > button:focus, .stage_selectable .stage_options .btn-group > button:focus, body.database_setup .btn-group > input[type=submit]:focus, body.database_setup .btn-group > button:focus, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn-xs:focus, .possible_aka_listings .btn-group-vertical > button:focus, .user_main_info_area .mod_options form .btn-group-vertical > button:focus, .btn-group-vertical > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:focus, .stage_selectable .stage_options .btn-group-vertical > button:focus, body.database_setup .btn-group-vertical > input[type=submit]:focus, body.database_setup .btn-group-vertical > button:focus, .btn-group > .btn:active, .btn-group > .btn-xs:active, .possible_aka_listings .btn-group > button:active, .user_main_info_area .mod_options form .btn-group > button:active, .btn-group > .btn-sm:active, .request_list .challenge_request_hmm.removing .btn-group > button:active, .stage_selectable .stage_options .btn-group > button:active, body.database_setup .btn-group > input[type=submit]:active, body.database_setup .btn-group > button:active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn-xs:active, .possible_aka_listings .btn-group-vertical > button:active, .user_main_info_area .mod_options form .btn-group-vertical > button:active, .btn-group-vertical > .btn-sm:active, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:active, .stage_selectable .stage_options .btn-group-vertical > button:active, body.database_setup .btn-group-vertical > input[type=submit]:active, body.database_setup .btn-group-vertical > button:active, .btn-group > .btn.active, .btn-group > .active.btn-xs, .possible_aka_listings .btn-group > button.active, .user_main_info_area .mod_options form .btn-group > button.active, .btn-group > .active.btn-sm, .request_list .challenge_request_hmm.removing .btn-group > button.active, .stage_selectable .stage_options .btn-group > button.active, body.database_setup .btn-group > input.active[type=submit], body.database_setup .btn-group > button.active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.btn-xs, .possible_aka_listings .btn-group-vertical > button.active, .user_main_info_area .mod_options form .btn-group-vertical > button.active, .btn-group-vertical > .active.btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > button.active, .stage_selectable .stage_options .btn-group-vertical > button.active, body.database_setup .btn-group-vertical > input.active[type=submit], body.database_setup .btn-group-vertical > button.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn-xs:focus, .possible_aka_listings .btn-group > button:focus, .user_main_info_area .mod_options form .btn-group > button:focus, .btn-group > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group > button:focus, .stage_selectable .stage_options .btn-group > button:focus, body.database_setup .btn-group > input[type=submit]:focus, body.database_setup .btn-group > button:focus, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn-xs:focus, .possible_aka_listings .btn-group-vertical > button:focus, .user_main_info_area .mod_options form .btn-group-vertical > button:focus, .btn-group-vertical > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:focus, .stage_selectable .stage_options .btn-group-vertical > button:focus, body.database_setup .btn-group-vertical > input[type=submit]:focus, body.database_setup .btn-group-vertical > button:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn-xs + .btn, .btn-group .possible_aka_listings button + .btn, .possible_aka_listings .btn-group button + .btn, .btn-group .user_main_info_area .mod_options form button + .btn, .user_main_info_area .mod_options form .btn-group button + .btn, .btn-group .btn-sm + .btn, .btn-group .request_list .challenge_request_hmm.removing button + .btn, .request_list .challenge_request_hmm.removing .btn-group button + .btn, .btn-group .stage_selectable .stage_options button + .btn, .stage_selectable .stage_options .btn-group button + .btn, .btn-group body.database_setup input[type=submit] + .btn, body.database_setup .btn-group input[type=submit] + .btn, .btn-group body.database_setup button + .btn, body.database_setup .btn-group button + .btn, .btn-group body.database_setup .skip_to_form input[type=submit] + .btn, body.database_setup .skip_to_form .btn-group input[type=submit] + .btn, .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn, body.database_setup .migrate_to_form .btn-group input[type=submit] + .btn, .btn-group .btn + .btn-xs, .btn-group .possible_aka_listings .btn + button, .possible_aka_listings .btn-group .btn + button, .btn-group .user_main_info_area .mod_options form .btn + button, .user_main_info_area .mod_options form .btn-group .btn + button, .btn-group .btn-xs + .btn-xs, .btn-group .possible_aka_listings button + .btn-xs, .possible_aka_listings .btn-group button + .btn-xs, .btn-group .possible_aka_listings .btn-xs + button, .possible_aka_listings .btn-group .btn-xs + button, .btn-group .possible_aka_listings button + button, .possible_aka_listings .btn-group button + button, .btn-group .user_main_info_area .mod_options form button + .btn-xs, .btn-group .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group button + .btn-xs, .user_main_info_area .mod_options form .btn-group .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .btn-group button + button, .btn-group .user_main_info_area .mod_options form .btn-xs + button, .btn-group .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group .btn-xs + button, .user_main_info_area .mod_options form .btn-group .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .btn-group button + button, .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group button + button, .btn-group .btn-sm + .btn-xs, .btn-group .possible_aka_listings .btn-sm + button, .possible_aka_listings .btn-group .btn-sm + button, .btn-group .user_main_info_area .mod_options form .btn-sm + button, .user_main_info_area .mod_options form .btn-group .btn-sm + button, .btn-group .request_list .challenge_request_hmm.removing button + .btn-xs, .btn-group .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .btn-group .request_list .challenge_request_hmm.removing button + button, .btn-group .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group button + .btn-xs, .request_list .challenge_request_hmm.removing .btn-group .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .btn-group button + button, .request_list .challenge_request_hmm.removing .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .btn-group button + button, .btn-group .stage_selectable .stage_options button + .btn-xs, .btn-group .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .btn-group .stage_selectable .stage_options button + button, .btn-group .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group button + .btn-xs, .stage_selectable .stage_options .btn-group .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .btn-group button + button, .stage_selectable .stage_options .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .btn-group button + button, .btn-group body.database_setup input[type=submit] + .btn-xs, .btn-group body.database_setup .possible_aka_listings input[type=submit] + button, .possible_aka_listings .btn-group body.database_setup input[type=submit] + button, .btn-group body.database_setup .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .btn-group body.database_setup input[type=submit] + button, body.database_setup .btn-group input[type=submit] + .btn-xs, body.database_setup .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .btn-group input[type=submit] + button, body.database_setup .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .btn-group input[type=submit] + button, .btn-group body.database_setup button + .btn-xs, .btn-group body.database_setup .possible_aka_listings button + button, .possible_aka_listings .btn-group body.database_setup button + button, .btn-group body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group body.database_setup button + button, body.database_setup .btn-group button + .btn-xs, body.database_setup .btn-group .possible_aka_listings button + button, .possible_aka_listings body.database_setup .btn-group button + button, body.database_setup .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .btn-group button + button, .btn-group body.database_setup .skip_to_form input[type=submit] + .btn-xs, .btn-group body.database_setup .skip_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .btn-group body.database_setup .skip_to_form input[type=submit] + button, .btn-group body.database_setup .skip_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .btn-group input[type=submit] + .btn-xs, body.database_setup .skip_to_form .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .btn-group input[type=submit] + button, body.database_setup .skip_to_form .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn-xs, .btn-group body.database_setup .migrate_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .btn-group body.database_setup .migrate_to_form input[type=submit] + button, .btn-group body.database_setup .migrate_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .btn-group input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .btn-group input[type=submit] + button, body.database_setup .migrate_to_form .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .btn-group input[type=submit] + button, .btn-group .btn + .btn-sm, .btn-group .btn-xs + .btn-sm, .btn-group .possible_aka_listings button + .btn-sm, .possible_aka_listings .btn-group button + .btn-sm, .btn-group .user_main_info_area .mod_options form button + .btn-sm, .user_main_info_area .mod_options form .btn-group button + .btn-sm, .btn-group .btn-sm + .btn-sm, .btn-group .request_list .challenge_request_hmm.removing button + .btn-sm, .request_list .challenge_request_hmm.removing .btn-group button + .btn-sm, .btn-group .stage_selectable .stage_options button + .btn-sm, .stage_selectable .stage_options .btn-group button + .btn-sm, .btn-group body.database_setup input[type=submit] + .btn-sm, body.database_setup .btn-group input[type=submit] + .btn-sm, .btn-group body.database_setup button + .btn-sm, body.database_setup .btn-group button + .btn-sm, .btn-group body.database_setup .skip_to_form input[type=submit] + .btn-sm, body.database_setup .skip_to_form .btn-group input[type=submit] + .btn-sm, .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .btn-group input[type=submit] + .btn-sm, .btn-group .request_list .challenge_request_hmm.removing .btn + button, .request_list .challenge_request_hmm.removing .btn-group .btn + button, .btn-group .request_list .challenge_request_hmm.removing .btn-xs + button, .btn-group .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .btn-group .request_list .challenge_request_hmm.removing button + button, .btn-group .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group .btn-xs + button, .request_list .challenge_request_hmm.removing .btn-group .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .btn-group button + button, .request_list .challenge_request_hmm.removing .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .btn-group button + button, .btn-group .request_list .challenge_request_hmm.removing .btn-sm + button, .request_list .challenge_request_hmm.removing .btn-group .btn-sm + button, .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group button + button, .btn-group .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .btn-group button + button, .btn-group body.database_setup .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .btn-group body.database_setup input[type=submit] + button, body.database_setup .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .btn-group input[type=submit] + button, .btn-group body.database_setup .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group body.database_setup button + button, body.database_setup .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing body.database_setup .btn-group button + button, .btn-group body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .btn-group input[type=submit] + button, .btn-group .stage_selectable .stage_options .btn + button, .stage_selectable .stage_options .btn-group .btn + button, .btn-group .stage_selectable .stage_options .btn-xs + button, .btn-group .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .btn-group .stage_selectable .stage_options button + button, .btn-group .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group .btn-xs + button, .stage_selectable .stage_options .btn-group .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .btn-group button + button, .stage_selectable .stage_options .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .btn-group button + button, .btn-group .stage_selectable .stage_options .btn-sm + button, .stage_selectable .stage_options .btn-group .btn-sm + button, .btn-group .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .btn-group button + button, .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group button + button, .btn-group body.database_setup .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .btn-group body.database_setup input[type=submit] + button, body.database_setup .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .btn-group input[type=submit] + button, .btn-group body.database_setup .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group body.database_setup button + button, body.database_setup .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options body.database_setup .btn-group button + button, .btn-group body.database_setup .skip_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .migrate_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .btn + input[type=submit], body.database_setup .btn-group .btn + input[type=submit], .btn-group body.database_setup .btn-xs + input[type=submit], .btn-group body.database_setup .possible_aka_listings button + input[type=submit], .possible_aka_listings .btn-group body.database_setup button + input[type=submit], .btn-group body.database_setup .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .btn-group body.database_setup button + input[type=submit], body.database_setup .btn-group .btn-xs + input[type=submit], body.database_setup .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .btn-group button + input[type=submit], body.database_setup .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .btn-group button + input[type=submit], .btn-group body.database_setup .btn-sm + input[type=submit], body.database_setup .btn-group .btn-sm + input[type=submit], .btn-group .request_list .challenge_request_hmm.removing body.database_setup button + input[type=submit], body.database_setup .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .btn-group body.database_setup button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .btn-group button + input[type=submit], .btn-group .stage_selectable .stage_options body.database_setup button + input[type=submit], body.database_setup .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .btn-group body.database_setup button + input[type=submit], body.database_setup .stage_selectable .stage_options .btn-group button + input[type=submit], .btn-group body.database_setup input[type=submit] + input[type=submit], body.database_setup .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup button + input[type=submit], body.database_setup .btn-group button + input[type=submit], .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .btn + button, body.database_setup .btn-group .btn + button, .btn-group body.database_setup .btn-xs + button, .btn-group body.database_setup .possible_aka_listings button + button, .possible_aka_listings .btn-group body.database_setup button + button, .btn-group body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .btn-group body.database_setup button + button, body.database_setup .btn-group .btn-xs + button, body.database_setup .btn-group .possible_aka_listings button + button, .possible_aka_listings body.database_setup .btn-group button + button, body.database_setup .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .btn-group button + button, .btn-group body.database_setup .btn-sm + button, body.database_setup .btn-group .btn-sm + button, .btn-group .request_list .challenge_request_hmm.removing body.database_setup button + button, body.database_setup .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .btn-group body.database_setup button + button, body.database_setup .request_list .challenge_request_hmm.removing .btn-group button + button, .btn-group .stage_selectable .stage_options body.database_setup button + button, body.database_setup .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .btn-group body.database_setup button + button, body.database_setup .stage_selectable .stage_options .btn-group button + button, .btn-group body.database_setup input[type=submit] + button, body.database_setup .btn-group input[type=submit] + button, .btn-group body.database_setup button + button, body.database_setup .btn-group button + button, .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .btn-group input[type=submit] + button, .btn-group body.database_setup .skip_to_form .btn + input[type=submit], body.database_setup .skip_to_form .btn-group .btn + input[type=submit], .btn-group body.database_setup .skip_to_form .btn-xs + input[type=submit], .btn-group body.database_setup .skip_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .btn-group body.database_setup .skip_to_form button + input[type=submit], .btn-group body.database_setup .skip_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .btn-group .btn-xs + input[type=submit], body.database_setup .skip_to_form .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .btn-group button + input[type=submit], body.database_setup .skip_to_form .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .btn-group button + input[type=submit], .btn-group body.database_setup .skip_to_form .btn-sm + input[type=submit], body.database_setup .skip_to_form .btn-group .btn-sm + input[type=submit], .btn-group .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .btn-group button + input[type=submit], .btn-group .stage_selectable .stage_options body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .btn-group button + input[type=submit], .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .btn-group .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .btn-group .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .btn-group button + input[type=submit], .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], .btn-group body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form .btn + input[type=submit], body.database_setup .migrate_to_form .btn-group .btn + input[type=submit], .btn-group body.database_setup .migrate_to_form .btn-xs + input[type=submit], .btn-group body.database_setup .migrate_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .btn-group body.database_setup .migrate_to_form button + input[type=submit], .btn-group body.database_setup .migrate_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .btn-group .btn-xs + input[type=submit], body.database_setup .migrate_to_form .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .btn-group button + input[type=submit], body.database_setup .migrate_to_form .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .btn-group button + input[type=submit], .btn-group body.database_setup .migrate_to_form .btn-sm + input[type=submit], body.database_setup .migrate_to_form .btn-group .btn-sm + input[type=submit], .btn-group .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .btn-group button + input[type=submit], .btn-group .stage_selectable .stage_options body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .btn-group button + input[type=submit], .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .btn-group .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .btn-group .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .btn-group button + input[type=submit], .btn-group body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .btn-group .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .btn-group input[type=submit] + input[type=submit], .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group input[type=submit] + input[type=submit], .btn-group .btn + .btn-group, .btn-group .btn-xs + .btn-group, .btn-group .possible_aka_listings button + .btn-group, .possible_aka_listings .btn-group button + .btn-group, .btn-group .user_main_info_area .mod_options form button + .btn-group, .user_main_info_area .mod_options form .btn-group button + .btn-group, .btn-group .btn-sm + .btn-group, .btn-group .request_list .challenge_request_hmm.removing button + .btn-group, .request_list .challenge_request_hmm.removing .btn-group button + .btn-group, .btn-group .stage_selectable .stage_options button + .btn-group, .stage_selectable .stage_options .btn-group button + .btn-group, .btn-group body.database_setup input[type=submit] + .btn-group, body.database_setup .btn-group input[type=submit] + .btn-group, .btn-group body.database_setup button + .btn-group, body.database_setup .btn-group button + .btn-group, .btn-group body.database_setup .skip_to_form input[type=submit] + .btn-group, body.database_setup .skip_to_form .btn-group input[type=submit] + .btn-group, .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn-group, body.database_setup .migrate_to_form .btn-group input[type=submit] + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-xs, .btn-group .possible_aka_listings .btn-group + button, .possible_aka_listings .btn-group .btn-group + button, .btn-group .user_main_info_area .mod_options form .btn-group + button, .user_main_info_area .mod_options form .btn-group .btn-group + button, .btn-group .btn-group + .btn-sm, .btn-group .request_list .challenge_request_hmm.removing .btn-group + button, .request_list .challenge_request_hmm.removing .btn-group .btn-group + button, .btn-group .stage_selectable .stage_options .btn-group + button, .stage_selectable .stage_options .btn-group .btn-group + button, .btn-group body.database_setup .btn-group + input[type=submit], body.database_setup .btn-group .btn-group + input[type=submit], .btn-group body.database_setup .btn-group + button, body.database_setup .btn-group .btn-group + button, .btn-group body.database_setup .skip_to_form .btn-group + input[type=submit], body.database_setup .skip_to_form .btn-group .btn-group + input[type=submit], .btn-group body.database_setup .migrate_to_form .btn-group + input[type=submit], body.database_setup .migrate_to_form .btn-group .btn-group + input[type=submit], .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-xs, .possible_aka_listings .btn-toolbar > button, .user_main_info_area .mod_options form .btn-toolbar > button, .btn-toolbar > .btn-sm, .request_list .challenge_request_hmm.removing .btn-toolbar > button, .stage_selectable .stage_options .btn-toolbar > button, body.database_setup .btn-toolbar > input[type=submit], body.database_setup .btn-toolbar > button, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-xs:not(:first-child):not(:last-child):not(.dropdown-toggle), .possible_aka_listings .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .user_main_info_area .mod_options form .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-sm:not(:first-child):not(:last-child):not(.dropdown-toggle), .request_list .challenge_request_hmm.removing .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .stage_selectable .stage_options .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.database_setup .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), body.database_setup .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .btn-xs:first-child, .possible_aka_listings .btn-group > button:first-child, .user_main_info_area .mod_options form .btn-group > button:first-child, .btn-group > .btn-sm:first-child, .request_list .challenge_request_hmm.removing .btn-group > button:first-child, .stage_selectable .stage_options .btn-group > button:first-child, body.database_setup .btn-group > input[type=submit]:first-child, body.database_setup .btn-group > button:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-xs:first-child:not(:last-child):not(.dropdown-toggle), .possible_aka_listings .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .user_main_info_area .mod_options form .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-sm:first-child:not(:last-child):not(.dropdown-toggle), .request_list .challenge_request_hmm.removing .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .stage_selectable .stage_options .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), body.database_setup .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), body.database_setup .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn-xs:last-child:not(:first-child), .possible_aka_listings .btn-group > button:last-child:not(:first-child), .user_main_info_area .mod_options form .btn-group > button:last-child:not(:first-child), .btn-group > .btn-sm:last-child:not(:first-child), .request_list .challenge_request_hmm.removing .btn-group > button:last-child:not(:first-child), .stage_selectable .stage_options .btn-group > button:last-child:not(:first-child), body.database_setup .btn-group > input[type=submit]:last-child:not(:first-child), body.database_setup .btn-group > button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-xs, .possible_aka_listings .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .user_main_info_area .mod_options form .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .stage_selectable .stage_options .btn-group > .btn-group:not(:first-child):not(:last-child) > button, body.database_setup .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], body.database_setup .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn-xs:last-child, .possible_aka_listings .btn-group > .btn-group:first-child > button:last-child, .user_main_info_area .mod_options form .btn-group > .btn-group:first-child > button:last-child, .btn-group > .btn-group:first-child > .btn-sm:last-child, .request_list .challenge_request_hmm.removing .btn-group > .btn-group:first-child > button:last-child, .stage_selectable .stage_options .btn-group > .btn-group:first-child > button:last-child, body.database_setup .btn-group > .btn-group:first-child > input[type=submit]:last-child, body.database_setup .btn-group > .btn-group:first-child > button:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .btn-xs:first-child, .possible_aka_listings .btn-group > .btn-group:last-child > button:first-child, .user_main_info_area .mod_options form .btn-group > .btn-group:last-child > button:first-child, .btn-group > .btn-group:last-child > .btn-sm:first-child, .request_list .challenge_request_hmm.removing .btn-group > .btn-group:last-child > button:first-child, .stage_selectable .stage_options .btn-group > .btn-group:last-child > button:first-child, body.database_setup .btn-group > .btn-group:last-child > input[type=submit]:first-child, body.database_setup .btn-group > .btn-group:last-child > button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-xs + .dropdown-toggle, .possible_aka_listings .btn-group > button + .dropdown-toggle, .user_main_info_area .mod_options form .btn-group > button + .dropdown-toggle, .btn-group > .btn-sm + .dropdown-toggle, .request_list .challenge_request_hmm.removing .btn-group > button + .dropdown-toggle, .stage_selectable .stage_options .btn-group > button + .dropdown-toggle, body.database_setup .btn-group > input[type=submit] + .dropdown-toggle, body.database_setup .btn-group > button + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .btn-xs .caret, .possible_aka_listings button .caret, .user_main_info_area .mod_options form button .caret, .btn-sm .caret, .request_list .challenge_request_hmm.removing button .caret, .stage_selectable .stage_options button .caret, body.database_setup input[type=submit] .caret, body.database_setup button .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-xs, .possible_aka_listings .btn-group-vertical > button, .user_main_info_area .mod_options form .btn-group-vertical > button, .btn-group-vertical > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > button, .stage_selectable .stage_options .btn-group-vertical > button, body.database_setup .btn-group-vertical > input[type=submit], body.database_setup .btn-group-vertical > button, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-group > button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group > button, .btn-group-vertical > .btn-group > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group > button, .stage_selectable .stage_options .btn-group-vertical > .btn-group > button, body.database_setup .btn-group-vertical > .btn-group > input[type=submit], body.database_setup .btn-group-vertical > .btn-group > button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-group > button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group > button, .btn-group-vertical > .btn-group > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group > button, .stage_selectable .stage_options .btn-group-vertical > .btn-group > button, body.database_setup .btn-group-vertical > .btn-group > input[type=submit], body.database_setup .btn-group-vertical > .btn-group > button {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-xs + .btn, .possible_aka_listings .btn-group-vertical > button + .btn, .user_main_info_area .mod_options form .btn-group-vertical > button + .btn, .btn-group-vertical > .btn-sm + .btn, .request_list .challenge_request_hmm.removing .btn-group-vertical > button + .btn, .stage_selectable .stage_options .btn-group-vertical > button + .btn, body.database_setup .btn-group-vertical > input[type=submit] + .btn, body.database_setup .btn-group-vertical > button + .btn, body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + .btn, body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + .btn, .btn-group-vertical > .btn + .btn-xs, .possible_aka_listings .btn-group-vertical > .btn + button, .user_main_info_area .mod_options form .btn-group-vertical > .btn + button, .btn-group-vertical > .btn-xs + .btn-xs, .possible_aka_listings .btn-group-vertical > button + .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-xs + button, .possible_aka_listings .btn-group-vertical > button + button, .user_main_info_area .mod_options form .btn-group-vertical > button + .btn-xs, .user_main_info_area .mod_options form .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-xs + button, .user_main_info_area .mod_options form .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .btn-group-vertical > button + button, .btn-group-vertical > .btn-sm + .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-sm + button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-sm + button, .request_list .challenge_request_hmm.removing .btn-group-vertical > button + .btn-xs, .request_list .challenge_request_hmm.removing .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .stage_selectable .stage_options .btn-group-vertical > button + .btn-xs, .stage_selectable .stage_options .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .stage_selectable .stage_options .btn-group-vertical > button + button, .stage_selectable .stage_options .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .btn-group-vertical > button + button, body.database_setup .btn-group-vertical > input[type=submit] + .btn-xs, body.database_setup .possible_aka_listings .btn-group-vertical > input[type=submit] + button, .possible_aka_listings body.database_setup .btn-group-vertical > input[type=submit] + button, body.database_setup .user_main_info_area .mod_options form .btn-group-vertical > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .btn-group-vertical > input[type=submit] + button, body.database_setup .btn-group-vertical > button + .btn-xs, body.database_setup .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings body.database_setup .btn-group-vertical > button + button, body.database_setup .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form body.database_setup .btn-group-vertical > button + button, body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + .btn-xs, body.database_setup .skip_to_form .possible_aka_listings .btn-group-vertical > input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .skip_to_form .user_main_info_area .mod_options form .btn-group-vertical > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .possible_aka_listings .btn-group-vertical > input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .migrate_to_form .user_main_info_area .mod_options form .btn-group-vertical > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + button, .btn-group-vertical > .btn + .btn-sm, .btn-group-vertical > .btn-xs + .btn-sm, .possible_aka_listings .btn-group-vertical > button + .btn-sm, .user_main_info_area .mod_options form .btn-group-vertical > button + .btn-sm, .btn-group-vertical > .btn-sm + .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > button + .btn-sm, .stage_selectable .stage_options .btn-group-vertical > button + .btn-sm, body.database_setup .btn-group-vertical > input[type=submit] + .btn-sm, body.database_setup .btn-group-vertical > button + .btn-sm, body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn + button, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-xs + button, .request_list .challenge_request_hmm.removing .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-sm + button, .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .btn-group-vertical > button + button, body.database_setup .request_list .challenge_request_hmm.removing .btn-group-vertical > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .btn-group-vertical > input[type=submit] + button, body.database_setup .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .request_list .challenge_request_hmm.removing body.database_setup .btn-group-vertical > button + button, body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .btn-group-vertical > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .btn-group-vertical > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + button, .stage_selectable .stage_options .btn-group-vertical > .btn + button, .stage_selectable .stage_options .btn-group-vertical > .btn-xs + button, .stage_selectable .stage_options .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings .stage_selectable .stage_options .btn-group-vertical > button + button, .stage_selectable .stage_options .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .btn-group-vertical > button + button, .stage_selectable .stage_options .btn-group-vertical > .btn-sm + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .btn-group-vertical > button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .stage_selectable .stage_options .btn-group-vertical > button + button, body.database_setup .stage_selectable .stage_options .btn-group-vertical > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .btn-group-vertical > input[type=submit] + button, body.database_setup .stage_selectable .stage_options .btn-group-vertical > button + button, .stage_selectable .stage_options body.database_setup .btn-group-vertical > button + button, body.database_setup .skip_to_form .stage_selectable .stage_options .btn-group-vertical > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .migrate_to_form .stage_selectable .stage_options .btn-group-vertical > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .btn-group-vertical > .btn + input[type=submit], body.database_setup .btn-group-vertical > .btn-xs + input[type=submit], body.database_setup .possible_aka_listings .btn-group-vertical > button + input[type=submit], .possible_aka_listings body.database_setup .btn-group-vertical > button + input[type=submit], body.database_setup .user_main_info_area .mod_options form .btn-group-vertical > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .btn-group-vertical > button + input[type=submit], body.database_setup .btn-group-vertical > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .btn-group-vertical > button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .btn-group-vertical > button + input[type=submit], .stage_selectable .stage_options body.database_setup .btn-group-vertical > button + input[type=submit], body.database_setup .stage_selectable .stage_options .btn-group-vertical > button + input[type=submit], body.database_setup .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .btn-group-vertical > .btn + button, body.database_setup .btn-group-vertical > .btn-xs + button, body.database_setup .possible_aka_listings .btn-group-vertical > button + button, .possible_aka_listings body.database_setup .btn-group-vertical > button + button, body.database_setup .user_main_info_area .mod_options form .btn-group-vertical > button + button, .user_main_info_area .mod_options form body.database_setup .btn-group-vertical > button + button, body.database_setup .btn-group-vertical > .btn-sm + button, .request_list .challenge_request_hmm.removing body.database_setup .btn-group-vertical > button + button, body.database_setup .request_list .challenge_request_hmm.removing .btn-group-vertical > button + button, .stage_selectable .stage_options body.database_setup .btn-group-vertical > button + button, body.database_setup .stage_selectable .stage_options .btn-group-vertical > button + button, body.database_setup .btn-group-vertical > input[type=submit] + button, body.database_setup .btn-group-vertical > button + button, body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + button, body.database_setup .skip_to_form .btn-group-vertical > .btn + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > .btn-xs + input[type=submit], body.database_setup .skip_to_form .possible_aka_listings .btn-group-vertical > button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .user_main_info_area .mod_options form .btn-group-vertical > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .btn-group-vertical > button + input[type=submit], .stage_selectable .stage_options body.database_setup .skip_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > .btn + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > .btn-xs + input[type=submit], body.database_setup .migrate_to_form .possible_aka_listings .btn-group-vertical > button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .migrate_to_form .user_main_info_area .mod_options form .btn-group-vertical > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .btn-group-vertical > button + input[type=submit], .stage_selectable .stage_options body.database_setup .migrate_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .btn-group-vertical > button + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > button + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .btn-group-vertical > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + input[type=submit], .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-xs + .btn-group, .possible_aka_listings .btn-group-vertical > button + .btn-group, .user_main_info_area .mod_options form .btn-group-vertical > button + .btn-group, .btn-group-vertical > .btn-sm + .btn-group, .request_list .challenge_request_hmm.removing .btn-group-vertical > button + .btn-group, .stage_selectable .stage_options .btn-group-vertical > button + .btn-group, body.database_setup .btn-group-vertical > input[type=submit] + .btn-group, body.database_setup .btn-group-vertical > button + .btn-group, body.database_setup .skip_to_form .btn-group-vertical > input[type=submit] + .btn-group, body.database_setup .migrate_to_form .btn-group-vertical > input[type=submit] + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-group + button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group + button, .btn-group-vertical > .btn-group + .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group + button, .stage_selectable .stage_options .btn-group-vertical > .btn-group + button, body.database_setup .btn-group-vertical > .btn-group + input[type=submit], body.database_setup .btn-group-vertical > .btn-group + button, body.database_setup .skip_to_form .btn-group-vertical > .btn-group + input[type=submit], body.database_setup .migrate_to_form .btn-group-vertical > .btn-group + input[type=submit], .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-xs:not(:first-child):not(:last-child), .possible_aka_listings .btn-group-vertical > button:not(:first-child):not(:last-child), .user_main_info_area .mod_options form .btn-group-vertical > button:not(:first-child):not(:last-child), .btn-group-vertical > .btn-sm:not(:first-child):not(:last-child), .request_list .challenge_request_hmm.removing .btn-group-vertical > button:not(:first-child):not(:last-child), .stage_selectable .stage_options .btn-group-vertical > button:not(:first-child):not(:last-child), body.database_setup .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child), body.database_setup .btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-xs:first-child:not(:last-child), .possible_aka_listings .btn-group-vertical > button:first-child:not(:last-child), .user_main_info_area .mod_options form .btn-group-vertical > button:first-child:not(:last-child), .btn-group-vertical > .btn-sm:first-child:not(:last-child), .request_list .challenge_request_hmm.removing .btn-group-vertical > button:first-child:not(:last-child), .stage_selectable .stage_options .btn-group-vertical > button:first-child:not(:last-child), body.database_setup .btn-group-vertical > input[type=submit]:first-child:not(:last-child), body.database_setup .btn-group-vertical > button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-xs:last-child:not(:first-child), .possible_aka_listings .btn-group-vertical > button:last-child:not(:first-child), .user_main_info_area .mod_options form .btn-group-vertical > button:last-child:not(:first-child), .btn-group-vertical > .btn-sm:last-child:not(:first-child), .request_list .challenge_request_hmm.removing .btn-group-vertical > button:last-child:not(:first-child), .stage_selectable .stage_options .btn-group-vertical > button:last-child:not(:first-child), body.database_setup .btn-group-vertical > input[type=submit]:last-child:not(:first-child), body.database_setup .btn-group-vertical > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-xs, .possible_aka_listings .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .stage_selectable .stage_options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, body.database_setup .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], body.database_setup .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-xs:last-child, .possible_aka_listings .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-sm:last-child, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .stage_selectable .stage_options .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, body.database_setup .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, body.database_setup .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-xs:first-child, .possible_aka_listings .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .user_main_info_area .mod_options form .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-sm:first-child, .request_list .challenge_request_hmm.removing .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .stage_selectable .stage_options .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, body.database_setup .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, body.database_setup .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-xs, .possible_aka_listings .btn-group-justified > button, .user_main_info_area .mod_options form .btn-group-justified > button, .btn-group-justified > .btn-sm, .request_list .challenge_request_hmm.removing .btn-group-justified > button, .stage_selectable .stage_options .btn-group-justified > button, body.database_setup .btn-group-justified > input[type=submit], body.database_setup .btn-group-justified > button, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-xs, .btn-group-justified > .btn-group .possible_aka_listings button, .possible_aka_listings .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .btn-sm, .btn-group-justified > .btn-group .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .stage_selectable .stage_options button, .stage_selectable .stage_options .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group body.database_setup input[type=submit], body.database_setup .btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .btn-group body.database_setup button, body.database_setup .btn-group-justified > .btn-group button {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn-xs > input[type=radio], .possible_aka_listings [data-toggle=buttons] > button > input[type=radio], .user_main_info_area .mod_options form [data-toggle=buttons] > button > input[type=radio], [data-toggle=buttons] > .btn-sm > input[type=radio], .request_list .challenge_request_hmm.removing [data-toggle=buttons] > button > input[type=radio], .stage_selectable .stage_options [data-toggle=buttons] > button > input[type=radio], body.database_setup [data-toggle=buttons] > input[type=submit] > input[type=radio], body.database_setup [data-toggle=buttons] > button > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn-xs > input[type=checkbox], .possible_aka_listings [data-toggle=buttons] > button > input[type=checkbox], .user_main_info_area .mod_options form [data-toggle=buttons] > button > input[type=checkbox], [data-toggle=buttons] > .btn-sm > input[type=checkbox], .request_list .challenge_request_hmm.removing [data-toggle=buttons] > button > input[type=checkbox], .stage_selectable .stage_options [data-toggle=buttons] > button > input[type=checkbox], body.database_setup [data-toggle=buttons] > input[type=submit] > input[type=checkbox], body.database_setup [data-toggle=buttons] > button > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control, .input-group .birthday .birthday-picker select, .birthday .birthday-picker .input-group select, .input-group body.database_setup input[type=text], body.database_setup .input-group input[type=text] {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .birthday .birthday-picker .input-group-lg > select, body.database_setup .input-group-lg > input[type=text], .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .btn-xs, .possible_aka_listings .input-group-lg > .input-group-btn > button, .user_main_info_area .mod_options form .input-group-lg > .input-group-btn > button, .input-group-lg > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-lg > .input-group-btn > button, .stage_selectable .stage_options .input-group-lg > .input-group-btn > button, body.database_setup .input-group-lg > .input-group-btn > input[type=submit], body.database_setup .input-group-lg > .input-group-btn > button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, .birthday .birthday-picker select.input-group-lg > select, body.database_setup select.input-group-lg > input[type=text], select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-group-lg > .input-group-btn > .btn-xs, .possible_aka_listings select.input-group-lg > .input-group-btn > button, .user_main_info_area .mod_options form select.input-group-lg > .input-group-btn > button, select.input-group-lg > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing select.input-group-lg > .input-group-btn > button, .stage_selectable .stage_options select.input-group-lg > .input-group-btn > button, body.database_setup select.input-group-lg > .input-group-btn > input[type=submit], body.database_setup select.input-group-lg > .input-group-btn > button {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, .birthday .birthday-picker textarea.input-group-lg > select, body.database_setup textarea.input-group-lg > input[type=text], textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .input-group-btn > .btn-xs, .possible_aka_listings textarea.input-group-lg > .input-group-btn > button, .user_main_info_area .mod_options form textarea.input-group-lg > .input-group-btn > button, textarea.input-group-lg > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing textarea.input-group-lg > .input-group-btn > button, .stage_selectable .stage_options textarea.input-group-lg > .input-group-btn > button, body.database_setup textarea.input-group-lg > .input-group-btn > input[type=submit], body.database_setup textarea.input-group-lg > .input-group-btn > button, select[multiple].input-group-lg > .form-control, .birthday .birthday-picker select[multiple].input-group-lg > select, body.database_setup select[multiple].input-group-lg > input[type=text], select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .input-group-btn > .btn-xs, .possible_aka_listings select[multiple].input-group-lg > .input-group-btn > button, .user_main_info_area .mod_options form select[multiple].input-group-lg > .input-group-btn > button, select[multiple].input-group-lg > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing select[multiple].input-group-lg > .input-group-btn > button, .stage_selectable .stage_options select[multiple].input-group-lg > .input-group-btn > button, body.database_setup select[multiple].input-group-lg > .input-group-btn > input[type=submit], body.database_setup select[multiple].input-group-lg > .input-group-btn > button {
  height: auto;
}

.input-group-sm > .form-control, .birthday .birthday-picker .input-group-sm > select, body.database_setup .input-group-sm > input[type=text], .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .btn-xs, .possible_aka_listings .input-group-sm > .input-group-btn > button, .user_main_info_area .mod_options form .input-group-sm > .input-group-btn > button, .input-group-sm > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-sm > .input-group-btn > button, .stage_selectable .stage_options .input-group-sm > .input-group-btn > button, body.database_setup .input-group-sm > .input-group-btn > input[type=submit], body.database_setup .input-group-sm > .input-group-btn > button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, .birthday .birthday-picker select.input-group-sm > select, body.database_setup select.input-group-sm > input[type=text], select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-group-sm > .input-group-btn > .btn-xs, .possible_aka_listings select.input-group-sm > .input-group-btn > button, .user_main_info_area .mod_options form select.input-group-sm > .input-group-btn > button, select.input-group-sm > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing select.input-group-sm > .input-group-btn > button, .stage_selectable .stage_options select.input-group-sm > .input-group-btn > button, body.database_setup select.input-group-sm > .input-group-btn > input[type=submit], body.database_setup select.input-group-sm > .input-group-btn > button {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, .birthday .birthday-picker textarea.input-group-sm > select, body.database_setup textarea.input-group-sm > input[type=text], textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .input-group-btn > .btn-xs, .possible_aka_listings textarea.input-group-sm > .input-group-btn > button, .user_main_info_area .mod_options form textarea.input-group-sm > .input-group-btn > button, textarea.input-group-sm > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing textarea.input-group-sm > .input-group-btn > button, .stage_selectable .stage_options textarea.input-group-sm > .input-group-btn > button, body.database_setup textarea.input-group-sm > .input-group-btn > input[type=submit], body.database_setup textarea.input-group-sm > .input-group-btn > button, select[multiple].input-group-sm > .form-control, .birthday .birthday-picker select[multiple].input-group-sm > select, body.database_setup select[multiple].input-group-sm > input[type=text], select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .input-group-btn > .btn-xs, .possible_aka_listings select[multiple].input-group-sm > .input-group-btn > button, .user_main_info_area .mod_options form select[multiple].input-group-sm > .input-group-btn > button, select[multiple].input-group-sm > .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing select[multiple].input-group-sm > .input-group-btn > button, .stage_selectable .stage_options select[multiple].input-group-sm > .input-group-btn > button, body.database_setup select[multiple].input-group-sm > .input-group-btn > input[type=submit], body.database_setup select[multiple].input-group-sm > .input-group-btn > button {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .birthday .birthday-picker select, .birthday .birthday-picker .input-group select, .input-group body.database_setup input[type=text], body.database_setup .input-group input[type=text] {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .birthday .birthday-picker select:not(:first-child):not(:last-child), .birthday .birthday-picker .input-group select:not(:first-child):not(:last-child), .input-group body.database_setup input[type=text]:not(:first-child):not(:last-child), body.database_setup .input-group input[type=text]:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .birthday .birthday-picker select:first-child, .birthday .birthday-picker .input-group select:first-child, .input-group body.database_setup input[type=text]:first-child, body.database_setup .input-group input[type=text]:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-xs, .possible_aka_listings .input-group-btn:first-child > button, .user_main_info_area .mod_options form .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:first-child > button, .stage_selectable .stage_options .input-group-btn:first-child > button, body.database_setup .input-group-btn:first-child > input[type=submit], body.database_setup .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .btn-xs, .possible_aka_listings .input-group-btn:first-child > .btn-group > button, .user_main_info_area .mod_options form .input-group-btn:first-child > .btn-group > button, .input-group-btn:first-child > .btn-group > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:first-child > .btn-group > button, .stage_selectable .stage_options .input-group-btn:first-child > .btn-group > button, body.database_setup .input-group-btn:first-child > .btn-group > input[type=submit], body.database_setup .input-group-btn:first-child > .btn-group > button, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-xs:not(:last-child):not(.dropdown-toggle), .possible_aka_listings .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .user_main_info_area .mod_options form .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-sm:not(:last-child):not(.dropdown-toggle), .request_list .challenge_request_hmm.removing .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .stage_selectable .stage_options .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), body.database_setup .input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), body.database_setup .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-xs, .possible_aka_listings .input-group-btn:last-child > .btn-group:not(:last-child) > button, .user_main_info_area .mod_options form .input-group-btn:last-child > .btn-group:not(:last-child) > button, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:last-child > .btn-group:not(:last-child) > button, .stage_selectable .stage_options .input-group-btn:last-child > .btn-group:not(:last-child) > button, body.database_setup .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit], body.database_setup .input-group-btn:last-child > .btn-group:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .birthday .birthday-picker select:last-child, .birthday .birthday-picker .input-group select:last-child, .input-group body.database_setup input[type=text]:last-child, body.database_setup .input-group input[type=text]:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-xs, .possible_aka_listings .input-group-btn:last-child > button, .user_main_info_area .mod_options form .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:last-child > button, .stage_selectable .stage_options .input-group-btn:last-child > button, body.database_setup .input-group-btn:last-child > input[type=submit], body.database_setup .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .btn-xs, .possible_aka_listings .input-group-btn:last-child > .btn-group > button, .user_main_info_area .mod_options form .input-group-btn:last-child > .btn-group > button, .input-group-btn:last-child > .btn-group > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:last-child > .btn-group > button, .stage_selectable .stage_options .input-group-btn:last-child > .btn-group > button, body.database_setup .input-group-btn:last-child > .btn-group > input[type=submit], body.database_setup .input-group-btn:last-child > .btn-group > button, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-xs:not(:first-child), .possible_aka_listings .input-group-btn:first-child > button:not(:first-child), .user_main_info_area .mod_options form .input-group-btn:first-child > button:not(:first-child), .input-group-btn:first-child > .btn-sm:not(:first-child), .request_list .challenge_request_hmm.removing .input-group-btn:first-child > button:not(:first-child), .stage_selectable .stage_options .input-group-btn:first-child > button:not(:first-child), body.database_setup .input-group-btn:first-child > input[type=submit]:not(:first-child), body.database_setup .input-group-btn:first-child > button:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-xs, .possible_aka_listings .input-group-btn:first-child > .btn-group:not(:first-child) > button, .user_main_info_area .mod_options form .input-group-btn:first-child > .btn-group:not(:first-child) > button, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:first-child > .btn-group:not(:first-child) > button, .stage_selectable .stage_options .input-group-btn:first-child > .btn-group:not(:first-child) > button, body.database_setup .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit], body.database_setup .input-group-btn:first-child > .btn-group:not(:first-child) > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .input-group-btn > .btn-xs, .possible_aka_listings .input-group-btn > button, .user_main_info_area .mod_options form .input-group-btn > button, .input-group-btn > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn > button, .stage_selectable .stage_options .input-group-btn > button, body.database_setup .input-group-btn > input[type=submit], body.database_setup .input-group-btn > button {
  position: relative;
}

.input-group-btn > .btn + .btn, .input-group-btn > .btn-xs + .btn, .possible_aka_listings .input-group-btn > button + .btn, .user_main_info_area .mod_options form .input-group-btn > button + .btn, .input-group-btn > .btn-sm + .btn, .request_list .challenge_request_hmm.removing .input-group-btn > button + .btn, .stage_selectable .stage_options .input-group-btn > button + .btn, body.database_setup .input-group-btn > input[type=submit] + .btn, body.database_setup .input-group-btn > button + .btn, body.database_setup .skip_to_form .input-group-btn > input[type=submit] + .btn, body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + .btn, .input-group-btn > .btn + .btn-xs, .possible_aka_listings .input-group-btn > .btn + button, .user_main_info_area .mod_options form .input-group-btn > .btn + button, .input-group-btn > .btn-xs + .btn-xs, .possible_aka_listings .input-group-btn > button + .btn-xs, .possible_aka_listings .input-group-btn > .btn-xs + button, .possible_aka_listings .input-group-btn > button + button, .user_main_info_area .mod_options form .input-group-btn > button + .btn-xs, .user_main_info_area .mod_options form .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .input-group-btn > .btn-xs + button, .user_main_info_area .mod_options form .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .input-group-btn > button + button, .input-group-btn > .btn-sm + .btn-xs, .possible_aka_listings .input-group-btn > .btn-sm + button, .user_main_info_area .mod_options form .input-group-btn > .btn-sm + button, .request_list .challenge_request_hmm.removing .input-group-btn > button + .btn-xs, .request_list .challenge_request_hmm.removing .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .stage_selectable .stage_options .input-group-btn > button + .btn-xs, .stage_selectable .stage_options .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .stage_selectable .stage_options .input-group-btn > button + button, .stage_selectable .stage_options .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .input-group-btn > button + button, body.database_setup .input-group-btn > input[type=submit] + .btn-xs, body.database_setup .possible_aka_listings .input-group-btn > input[type=submit] + button, .possible_aka_listings body.database_setup .input-group-btn > input[type=submit] + button, body.database_setup .user_main_info_area .mod_options form .input-group-btn > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .input-group-btn > input[type=submit] + button, body.database_setup .input-group-btn > button + .btn-xs, body.database_setup .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings body.database_setup .input-group-btn > button + button, body.database_setup .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form body.database_setup .input-group-btn > button + button, body.database_setup .skip_to_form .input-group-btn > input[type=submit] + .btn-xs, body.database_setup .skip_to_form .possible_aka_listings .input-group-btn > input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .input-group-btn > input[type=submit] + button, body.database_setup .skip_to_form .user_main_info_area .mod_options form .input-group-btn > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .input-group-btn > input[type=submit] + button, body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .possible_aka_listings .input-group-btn > input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + button, body.database_setup .migrate_to_form .user_main_info_area .mod_options form .input-group-btn > input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + button, .input-group-btn > .btn + .btn-sm, .input-group-btn > .btn-xs + .btn-sm, .possible_aka_listings .input-group-btn > button + .btn-sm, .user_main_info_area .mod_options form .input-group-btn > button + .btn-sm, .input-group-btn > .btn-sm + .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn > button + .btn-sm, .stage_selectable .stage_options .input-group-btn > button + .btn-sm, body.database_setup .input-group-btn > input[type=submit] + .btn-sm, body.database_setup .input-group-btn > button + .btn-sm, body.database_setup .skip_to_form .input-group-btn > input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn > .btn + button, .request_list .challenge_request_hmm.removing .input-group-btn > .btn-xs + button, .request_list .challenge_request_hmm.removing .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .request_list .challenge_request_hmm.removing .input-group-btn > .btn-sm + button, .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .input-group-btn > button + button, body.database_setup .request_list .challenge_request_hmm.removing .input-group-btn > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .input-group-btn > input[type=submit] + button, body.database_setup .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .request_list .challenge_request_hmm.removing body.database_setup .input-group-btn > button + button, body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .input-group-btn > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .input-group-btn > input[type=submit] + button, body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .input-group-btn > input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + button, .stage_selectable .stage_options .input-group-btn > .btn + button, .stage_selectable .stage_options .input-group-btn > .btn-xs + button, .stage_selectable .stage_options .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings .stage_selectable .stage_options .input-group-btn > button + button, .stage_selectable .stage_options .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .input-group-btn > button + button, .stage_selectable .stage_options .input-group-btn > .btn-sm + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .input-group-btn > button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .stage_selectable .stage_options .input-group-btn > button + button, body.database_setup .stage_selectable .stage_options .input-group-btn > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .input-group-btn > input[type=submit] + button, body.database_setup .stage_selectable .stage_options .input-group-btn > button + button, .stage_selectable .stage_options body.database_setup .input-group-btn > button + button, body.database_setup .skip_to_form .stage_selectable .stage_options .input-group-btn > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .input-group-btn > input[type=submit] + button, body.database_setup .migrate_to_form .stage_selectable .stage_options .input-group-btn > input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + button, body.database_setup .input-group-btn > .btn + input[type=submit], body.database_setup .input-group-btn > .btn-xs + input[type=submit], body.database_setup .possible_aka_listings .input-group-btn > button + input[type=submit], .possible_aka_listings body.database_setup .input-group-btn > button + input[type=submit], body.database_setup .user_main_info_area .mod_options form .input-group-btn > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .input-group-btn > button + input[type=submit], body.database_setup .input-group-btn > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .input-group-btn > button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .input-group-btn > button + input[type=submit], .stage_selectable .stage_options body.database_setup .input-group-btn > button + input[type=submit], body.database_setup .stage_selectable .stage_options .input-group-btn > button + input[type=submit], body.database_setup .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .input-group-btn > .btn + button, body.database_setup .input-group-btn > .btn-xs + button, body.database_setup .possible_aka_listings .input-group-btn > button + button, .possible_aka_listings body.database_setup .input-group-btn > button + button, body.database_setup .user_main_info_area .mod_options form .input-group-btn > button + button, .user_main_info_area .mod_options form body.database_setup .input-group-btn > button + button, body.database_setup .input-group-btn > .btn-sm + button, .request_list .challenge_request_hmm.removing body.database_setup .input-group-btn > button + button, body.database_setup .request_list .challenge_request_hmm.removing .input-group-btn > button + button, .stage_selectable .stage_options body.database_setup .input-group-btn > button + button, body.database_setup .stage_selectable .stage_options .input-group-btn > button + button, body.database_setup .input-group-btn > input[type=submit] + button, body.database_setup .input-group-btn > button + button, body.database_setup .skip_to_form .input-group-btn > input[type=submit] + button, body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + button, body.database_setup .skip_to_form .input-group-btn > .btn + input[type=submit], body.database_setup .skip_to_form .input-group-btn > .btn-xs + input[type=submit], body.database_setup .skip_to_form .possible_aka_listings .input-group-btn > button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .user_main_info_area .mod_options form .input-group-btn > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .input-group-btn > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .input-group-btn > button + input[type=submit], .stage_selectable .stage_options body.database_setup .skip_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .skip_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > .btn + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > .btn-xs + input[type=submit], body.database_setup .migrate_to_form .possible_aka_listings .input-group-btn > button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .input-group-btn > button + input[type=submit], body.database_setup .migrate_to_form .user_main_info_area .mod_options form .input-group-btn > button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .input-group-btn > button + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > .btn-sm + input[type=submit], .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .input-group-btn > button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .input-group-btn > button + input[type=submit], .stage_selectable .stage_options body.database_setup .migrate_to_form .input-group-btn > button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .input-group-btn > button + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > button + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .input-group-btn > input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .input-group-btn > input[type=submit] + input[type=submit] {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn-xs:hover, .possible_aka_listings .input-group-btn > button:hover, .user_main_info_area .mod_options form .input-group-btn > button:hover, .input-group-btn > .btn-sm:hover, .request_list .challenge_request_hmm.removing .input-group-btn > button:hover, .stage_selectable .stage_options .input-group-btn > button:hover, body.database_setup .input-group-btn > input[type=submit]:hover, body.database_setup .input-group-btn > button:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-xs:focus, .possible_aka_listings .input-group-btn > button:focus, .user_main_info_area .mod_options form .input-group-btn > button:focus, .input-group-btn > .btn-sm:focus, .request_list .challenge_request_hmm.removing .input-group-btn > button:focus, .stage_selectable .stage_options .input-group-btn > button:focus, body.database_setup .input-group-btn > input[type=submit]:focus, body.database_setup .input-group-btn > button:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-xs:active, .possible_aka_listings .input-group-btn > button:active, .user_main_info_area .mod_options form .input-group-btn > button:active, .input-group-btn > .btn-sm:active, .request_list .challenge_request_hmm.removing .input-group-btn > button:active, .stage_selectable .stage_options .input-group-btn > button:active, body.database_setup .input-group-btn > input[type=submit]:active, body.database_setup .input-group-btn > button:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-xs, .possible_aka_listings .input-group-btn:first-child > button, .user_main_info_area .mod_options form .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:first-child > button, .stage_selectable .stage_options .input-group-btn:first-child > button, body.database_setup .input-group-btn:first-child > input[type=submit], body.database_setup .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-xs, .possible_aka_listings .input-group-btn:last-child > button, .user_main_info_area .mod_options form .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-sm, .request_list .challenge_request_hmm.removing .input-group-btn:last-child > button, .stage_selectable .stage_options .input-group-btn:last-child > button, body.database_setup .input-group-btn:last-child > input[type=submit], body.database_setup .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a, a .nav > li > .location:hover, .link .nav > li > .location:hover, .nav > li > .link {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, a .nav > li > .location:hover, .link .nav > li > .location:hover, .nav > li > .link:hover, .nav > li > a:focus, .nav > li > .link:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a, a .nav > li.disabled > .location:hover, .link .nav > li.disabled > .location:hover, .nav > li.disabled > .link {
  color: #777;
}

.nav > li.disabled > a:hover, a .nav > li.disabled > .location:hover, .link .nav > li.disabled > .location:hover, .nav > li.disabled > .link:hover, .nav > li.disabled > a:focus, .nav > li.disabled > .link:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav a .open > .location:hover, a .nav .open > .location:hover, .nav .link .open > .location:hover, .link .nav .open > .location:hover, .nav .open > .link, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img, a .nav > li > .location:hover > img, .link .nav > li > .location:hover > img, .nav > li > .link > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a, a .nav-tabs > li > .location:hover, .link .nav-tabs > li > .location:hover, .nav-tabs > li > .link {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover, a .nav-tabs > li > .location:hover, .link .nav-tabs > li > .location:hover, .nav-tabs > li > .link:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, a .nav-tabs > li.active > .location:hover, .link .nav-tabs > li.active > .location:hover, .nav-tabs > li.active > .link, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a, a .nav-tabs.nav-justified > li > .location:hover, .link .nav-tabs.nav-justified > li > .location:hover, .nav-tabs.nav-justified > li > .link {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a, a .nav-tabs.nav-justified > li > .location:hover, .link .nav-tabs.nav-justified > li > .location:hover, .nav-tabs.nav-justified > li > .link {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a, a .nav-tabs.nav-justified > li > .location:hover, .link .nav-tabs.nav-justified > li > .location:hover, .nav-tabs.nav-justified > li > .link {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, a .nav-tabs.nav-justified > .active > .location:hover, .link .nav-tabs.nav-justified > .active > .location:hover, .nav-tabs.nav-justified > .active > .link, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a, a .nav-tabs.nav-justified > li > .location:hover, .link .nav-tabs.nav-justified > li > .location:hover, .nav-tabs.nav-justified > li > .link {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, a .nav-tabs.nav-justified > .active > .location:hover, .link .nav-tabs.nav-justified > .active > .location:hover, .nav-tabs.nav-justified > .active > .link, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a, a .nav-pills > li > .location:hover, .link .nav-pills > li > .location:hover, .nav-pills > li > .link {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, a .nav-pills > li.active > .location:hover, .link .nav-pills > li.active > .location:hover, .nav-pills > li.active > .link, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a, a .nav-justified > li > .location:hover, .link .nav-justified > li > .location:hover, .nav-justified > li > .link {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, a .nav-justified > li > .location:hover, .link .nav-justified > li > .location:hover, .nav-justified > li > .link {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, a .nav-tabs-justified > li > .location:hover, .link .nav-tabs-justified > li > .location:hover, .nav-tabs-justified > li > .link {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, a .nav-tabs-justified > .active > .location:hover, .link .nav-tabs-justified > .active > .location:hover, .nav-tabs-justified > .active > .link, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, a .nav-tabs-justified > li > .location:hover, .link .nav-tabs-justified > li > .location:hover, .nav-tabs-justified > li > .link {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, a .nav-tabs-justified > .active > .location:hover, .link .nav-tabs-justified > .active > .location:hover, .nav-tabs-justified > .active > .link, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, body.database_setup > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, body.database_setup > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, body.database_setup > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, body.database_setup > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, a .navbar-brand.location:hover, .link .navbar-brand.location:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > body.database_setup .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a, a .navbar-nav > li > .location:hover, .link .navbar-nav > li > .location:hover, .navbar-nav > li > .link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .dropdown-menu > li > .link, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .dropdown-menu > li > .link {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .dropdown-menu > li > .link:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > .link:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a, a .navbar-nav > li > .location:hover, .link .navbar-nav > li > .location:hover, .navbar-nav > li > .link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .navbar-form .extra_data {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .birthday .birthday-picker select, .birthday .birthday-picker .navbar-form select, .navbar-form body.database_setup input[type=text], body.database_setup .navbar-form input[type=text] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .birthday .birthday-picker select, .birthday .birthday-picker .navbar-form .input-group select, .navbar-form .input-group body.database_setup input[type=text], body.database_setup .navbar-form .input-group input[type=text] {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .birthday .birthday-picker .input-group > select, .birthday .birthday-picker .navbar-form .input-group > select, .navbar-form body.database_setup .input-group > input[type=text], body.database_setup .navbar-form .input-group > input[type=text] {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .navbar-form .extra_data {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, body.database_setup .skip_to_form input.navbar-btn[type=submit], body.database_setup .migrate_to_form input.navbar-btn[type=submit] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .possible_aka_listings button.navbar-btn, .user_main_info_area .mod_options form button.navbar-btn, .stage_selectable .stage_options button.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a, .navbar-default a .navbar-nav > li > .location:hover, a .navbar-default .navbar-nav > li > .location:hover, .navbar-default .link .navbar-nav > li > .location:hover, .link .navbar-default .navbar-nav > li > .location:hover, .navbar-default .navbar-nav > li > .link {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default a .navbar-nav > li > .location:hover, a .navbar-default .navbar-nav > li > .location:hover, .navbar-default .link .navbar-nav > li > .location:hover, .link .navbar-default .navbar-nav > li > .location:hover, .navbar-default .navbar-nav > li > .link:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .link:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default a .navbar-nav > .active > .location:hover, a .navbar-default .navbar-nav > .active > .location:hover, .navbar-default .link .navbar-nav > .active > .location:hover, .link .navbar-default .navbar-nav > .active > .location:hover, .navbar-default .navbar-nav > .active > .link, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default a .navbar-nav > .disabled > .location:hover, a .navbar-default .navbar-nav > .disabled > .location:hover, .navbar-default .link .navbar-nav > .disabled > .location:hover, .link .navbar-default .navbar-nav > .disabled > .location:hover, .navbar-default .navbar-nav > .disabled > .link, .navbar-default .request_list .challenge_request_hmm.removing .navbar-nav > button > a, .navbar-default .request_list .challenge_request_hmm.removing a .navbar-nav > button > .location:hover, a .navbar-default .request_list .challenge_request_hmm.removing .navbar-nav > button > .location:hover, .navbar-default .request_list .challenge_request_hmm.removing .link .navbar-nav > button > .location:hover, .link .navbar-default .request_list .challenge_request_hmm.removing .navbar-nav > button > .location:hover, .navbar-default .request_list .challenge_request_hmm.removing .navbar-nav > button > .link, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav > button > a, .request_list .challenge_request_hmm.removing .navbar-default a .navbar-nav > button > .location:hover, a .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-default .link .navbar-nav > button > .location:hover, .link .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav > button > .link, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default a .navbar-nav > .open > .location:hover, a .navbar-default .navbar-nav > .open > .location:hover, .navbar-default .link .navbar-nav > .open > .location:hover, .link .navbar-default .navbar-nav > .open > .location:hover, .navbar-default .navbar-nav > .open > .link, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-default .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-default .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-default .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .link {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-default .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-default .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-default .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .link:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > .link:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open a .dropdown-menu > .active > .location:hover, a .navbar-default .navbar-nav .open .dropdown-menu > .active > .location:hover, .navbar-default .navbar-nav .open .link .dropdown-menu > .active > .location:hover, .link .navbar-default .navbar-nav .open .dropdown-menu > .active > .location:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > .link, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open a .dropdown-menu > .disabled > .location:hover, a .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .location:hover, .navbar-default .navbar-nav .open .link .dropdown-menu > .disabled > .location:hover, .link .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .location:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .link, .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > a, .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing a .dropdown-menu > button > .location:hover, a .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing .link .dropdown-menu > button > .location:hover, .link .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .navbar-default .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .link, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open .dropdown-menu > button > a, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open a .dropdown-menu > button > .location:hover, a .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open .link .dropdown-menu > button > .location:hover, .link .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-default .navbar-nav .open .dropdown-menu > button > .link, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #777;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse a .navbar-nav > li > .location:hover, a .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .link .navbar-nav > li > .location:hover, .link .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .navbar-nav > li > .link {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse a .navbar-nav > li > .location:hover, a .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .link .navbar-nav > li > .location:hover, .link .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .navbar-nav > li > .link:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > .link:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse a .navbar-nav > .active > .location:hover, a .navbar-inverse .navbar-nav > .active > .location:hover, .navbar-inverse .link .navbar-nav > .active > .location:hover, .link .navbar-inverse .navbar-nav > .active > .location:hover, .navbar-inverse .navbar-nav > .active > .link, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse a .navbar-nav > .disabled > .location:hover, a .navbar-inverse .navbar-nav > .disabled > .location:hover, .navbar-inverse .link .navbar-nav > .disabled > .location:hover, .link .navbar-inverse .navbar-nav > .disabled > .location:hover, .navbar-inverse .navbar-nav > .disabled > .link, .navbar-inverse .request_list .challenge_request_hmm.removing .navbar-nav > button > a, .navbar-inverse .request_list .challenge_request_hmm.removing a .navbar-nav > button > .location:hover, a .navbar-inverse .request_list .challenge_request_hmm.removing .navbar-nav > button > .location:hover, .navbar-inverse .request_list .challenge_request_hmm.removing .link .navbar-nav > button > .location:hover, .link .navbar-inverse .request_list .challenge_request_hmm.removing .navbar-nav > button > .location:hover, .navbar-inverse .request_list .challenge_request_hmm.removing .navbar-nav > button > .link, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav > button > a, .request_list .challenge_request_hmm.removing .navbar-inverse a .navbar-nav > button > .location:hover, a .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-inverse .link .navbar-nav > button > .location:hover, .link .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav > button > .link, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse a .navbar-nav > .open > .location:hover, a .navbar-inverse .navbar-nav > .open > .location:hover, .navbar-inverse .link .navbar-nav > .open > .location:hover, .link .navbar-inverse .navbar-nav > .open > .location:hover, .navbar-inverse .navbar-nav > .open > .link, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open a .dropdown-menu > .active > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > .active > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .link, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open a .dropdown-menu > .disabled > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > .disabled > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .link, .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > a, .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing a .dropdown-menu > button > .location:hover, a .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing .link .dropdown-menu > button > .location:hover, .link .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .location:hover, .navbar-inverse .navbar-nav .open .request_list .challenge_request_hmm.removing .dropdown-menu > button > .link, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open .dropdown-menu > button > a, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open a .dropdown-menu > button > .location:hover, a .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open .link .dropdown-menu > button > .location:hover, .link .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open .dropdown-menu > button > .location:hover, .request_list .challenge_request_hmm.removing .navbar-inverse .navbar-nav .open .dropdown-menu > button > .link, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, a .pagination > li > .location:hover, .link .pagination > li > .location:hover, .pagination > li > .link, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, a .pagination > li:first-child > .location:hover, .link .pagination > li:first-child > .location:hover, .pagination > li:first-child > .link, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, a .pagination > li:last-child > .location:hover, .link .pagination > li:last-child > .location:hover, .pagination > li:last-child > .link, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, a .pagination > li > .location:hover, .link .pagination > li > .location:hover, .pagination > li > .link:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > .link:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, a .pagination > .active > .location:hover, .link .pagination > .active > .location:hover, .pagination > .active > .link, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span, .request_list .challenge_request_hmm.removing .pagination > button > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, a .pagination > .disabled > .location:hover, .link .pagination > .disabled > .location:hover, .pagination > .disabled > .link, .request_list .challenge_request_hmm.removing .pagination > button > a, .request_list .challenge_request_hmm.removing a .pagination > button > .location:hover, a .request_list .challenge_request_hmm.removing .pagination > button > .location:hover, .request_list .challenge_request_hmm.removing .link .pagination > button > .location:hover, .link .request_list .challenge_request_hmm.removing .pagination > button > .location:hover, .request_list .challenge_request_hmm.removing .pagination > button > .link, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, a .pagination-lg > li > .location:hover, .link .pagination-lg > li > .location:hover, .pagination-lg > li > .link, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, a .pagination-lg > li:first-child > .location:hover, .link .pagination-lg > li:first-child > .location:hover, .pagination-lg > li:first-child > .link, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, a .pagination-lg > li:last-child > .location:hover, .link .pagination-lg > li:last-child > .location:hover, .pagination-lg > li:last-child > .link, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, a .pagination-sm > li > .location:hover, .link .pagination-sm > li > .location:hover, .pagination-sm > li > .link, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, a .pagination-sm > li:first-child > .location:hover, .link .pagination-sm > li:first-child > .location:hover, .pagination-sm > li:first-child > .link, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, a .pagination-sm > li:last-child > .location:hover, .link .pagination-sm > li:last-child > .location:hover, .pagination-sm > li:last-child > .link, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager a li > .location:hover, a .pager li > .location:hover, .pager .link li > .location:hover, .link .pager li > .location:hover, .pager li > .link, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager a li > .location:hover, a .pager li > .location:hover, .pager .link li > .location:hover, .link .pager li > .location:hover, .pager li > .link:hover, .pager li > a:focus, .pager li > .link:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager a .next > .location:hover, a .pager .next > .location:hover, .pager .link .next > .location:hover, .link .pager .next > .location:hover, .pager .next > .link, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager a .previous > .location:hover, a .pager .previous > .location:hover, .pager .link .previous > .location:hover, .link .pager .previous > .location:hover, .pager .previous > .link, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager a .disabled > .location:hover, a .pager .disabled > .location:hover, .pager .link .disabled > .location:hover, .link .pager .disabled > .location:hover, .pager .disabled > .link, .pager .request_list .challenge_request_hmm.removing button > a, .pager .request_list .challenge_request_hmm.removing a button > .location:hover, a .pager .request_list .challenge_request_hmm.removing button > .location:hover, .pager .request_list .challenge_request_hmm.removing .link button > .location:hover, .link .pager .request_list .challenge_request_hmm.removing button > .location:hover, .pager .request_list .challenge_request_hmm.removing button > .link, .request_list .challenge_request_hmm.removing .pager button > a, .request_list .challenge_request_hmm.removing .pager a button > .location:hover, a .request_list .challenge_request_hmm.removing .pager button > .location:hover, .request_list .challenge_request_hmm.removing .pager .link button > .location:hover, .link .request_list .challenge_request_hmm.removing .pager button > .location:hover, .request_list .challenge_request_hmm.removing .pager button > .link, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span, .pager .request_list .challenge_request_hmm.removing button > span, .request_list .challenge_request_hmm.removing .pager button > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a .label.location:hover, .link .label.location:hover, .label.link:hover, a.label:focus, .label.link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label, .btn-xs .label, .possible_aka_listings button .label, .user_main_info_area .mod_options form button .label, .btn-sm .label, .request_list .challenge_request_hmm.removing button .label, .stage_selectable .stage_options button .label, body.database_setup input[type=submit] .label, body.database_setup button .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge, .event_listing .best_of_small, .bug_category, .bug_summary_description .confirmed, .normal_list .no_tags.active {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty, .event_listing .best_of_small:empty, .bug_category:empty, .bug_summary_description .confirmed:empty, .normal_list .no_tags.active:empty {
  display: none;
}

.btn .badge, .btn .event_listing .best_of_small, .event_listing .btn .best_of_small, .btn-xs .badge, .possible_aka_listings button .badge, .user_main_info_area .mod_options form button .badge, .btn-xs .event_listing .best_of_small, .possible_aka_listings button .event_listing .best_of_small, .user_main_info_area .mod_options form button .event_listing .best_of_small, .event_listing .btn-xs .best_of_small, .event_listing .possible_aka_listings button .best_of_small, .possible_aka_listings .event_listing button .best_of_small, .event_listing .user_main_info_area .mod_options form button .best_of_small, .user_main_info_area .mod_options form .event_listing button .best_of_small, .btn-sm .badge, .btn-sm .event_listing .best_of_small, .event_listing .btn-sm .best_of_small, .request_list .challenge_request_hmm.removing button .badge, .request_list .challenge_request_hmm.removing button .event_listing .best_of_small, .event_listing .request_list .challenge_request_hmm.removing button .best_of_small, .stage_selectable .stage_options button .badge, .stage_selectable .stage_options button .event_listing .best_of_small, .event_listing .stage_selectable .stage_options button .best_of_small, body.database_setup input[type=submit] .badge, body.database_setup input[type=submit] .event_listing .best_of_small, .event_listing body.database_setup input[type=submit] .best_of_small, body.database_setup button .badge, body.database_setup button .event_listing .best_of_small, .event_listing body.database_setup button .best_of_small, .btn .bug_category, .btn-xs .bug_category, .possible_aka_listings button .bug_category, .user_main_info_area .mod_options form button .bug_category, .btn-sm .bug_category, .request_list .challenge_request_hmm.removing button .bug_category, .stage_selectable .stage_options button .bug_category, body.database_setup input[type=submit] .bug_category, body.database_setup button .bug_category, .btn .bug_summary_description .confirmed, .bug_summary_description .btn .confirmed, .btn-xs .bug_summary_description .confirmed, .possible_aka_listings button .bug_summary_description .confirmed, .user_main_info_area .mod_options form button .bug_summary_description .confirmed, .bug_summary_description .btn-xs .confirmed, .bug_summary_description .possible_aka_listings button .confirmed, .possible_aka_listings .bug_summary_description button .confirmed, .bug_summary_description .user_main_info_area .mod_options form button .confirmed, .user_main_info_area .mod_options form .bug_summary_description button .confirmed, .btn-sm .bug_summary_description .confirmed, .bug_summary_description .btn-sm .confirmed, .request_list .challenge_request_hmm.removing button .bug_summary_description .confirmed, .bug_summary_description .request_list .challenge_request_hmm.removing button .confirmed, .stage_selectable .stage_options button .bug_summary_description .confirmed, .bug_summary_description .stage_selectable .stage_options button .confirmed, body.database_setup input[type=submit] .bug_summary_description .confirmed, .bug_summary_description body.database_setup input[type=submit] .confirmed, body.database_setup button .bug_summary_description .confirmed, .bug_summary_description body.database_setup button .confirmed, .btn .normal_list .no_tags.active, .normal_list .btn .no_tags.active, .btn-xs .normal_list .no_tags.active, .possible_aka_listings button .normal_list .no_tags.active, .user_main_info_area .mod_options form button .normal_list .no_tags.active, .normal_list .btn-xs .no_tags.active, .normal_list .possible_aka_listings button .no_tags.active, .possible_aka_listings .normal_list button .no_tags.active, .normal_list .user_main_info_area .mod_options form button .no_tags.active, .user_main_info_area .mod_options form .normal_list button .no_tags.active, .btn-sm .normal_list .no_tags.active, .normal_list .btn-sm .no_tags.active, .request_list .challenge_request_hmm.removing button .normal_list .no_tags.active, .normal_list .request_list .challenge_request_hmm.removing button .no_tags.active, .stage_selectable .stage_options button .normal_list .no_tags.active, .normal_list .stage_selectable .stage_options button .no_tags.active, body.database_setup input[type=submit] .normal_list .no_tags.active, .normal_list body.database_setup input[type=submit] .no_tags.active, body.database_setup button .normal_list .no_tags.active, .normal_list body.database_setup button .no_tags.active {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .possible_aka_listings button .badge, .user_main_info_area .mod_options form button .badge, .btn-xs .event_listing .best_of_small, .possible_aka_listings button .event_listing .best_of_small, .user_main_info_area .mod_options form button .event_listing .best_of_small, .event_listing .btn-xs .best_of_small, .event_listing .possible_aka_listings button .best_of_small, .possible_aka_listings .event_listing button .best_of_small, .event_listing .user_main_info_area .mod_options form button .best_of_small, .user_main_info_area .mod_options form .event_listing button .best_of_small, .stage_selectable .stage_options button .badge, .stage_selectable .stage_options button .event_listing .best_of_small, .event_listing .stage_selectable .stage_options button .best_of_small, .btn-xs .bug_category, .possible_aka_listings button .bug_category, .user_main_info_area .mod_options form button .bug_category, .stage_selectable .stage_options button .bug_category, .btn-xs .bug_summary_description .confirmed, .possible_aka_listings button .bug_summary_description .confirmed, .user_main_info_area .mod_options form button .bug_summary_description .confirmed, .bug_summary_description .btn-xs .confirmed, .bug_summary_description .possible_aka_listings button .confirmed, .possible_aka_listings .bug_summary_description button .confirmed, .bug_summary_description .user_main_info_area .mod_options form button .confirmed, .user_main_info_area .mod_options form .bug_summary_description button .confirmed, .stage_selectable .stage_options button .bug_summary_description .confirmed, .bug_summary_description .stage_selectable .stage_options button .confirmed, .btn-xs .normal_list .no_tags.active, .possible_aka_listings button .normal_list .no_tags.active, .user_main_info_area .mod_options form button .normal_list .no_tags.active, .normal_list .btn-xs .no_tags.active, .normal_list .possible_aka_listings button .no_tags.active, .possible_aka_listings .normal_list button .no_tags.active, .normal_list .user_main_info_area .mod_options form button .no_tags.active, .user_main_info_area .mod_options form .normal_list button .no_tags.active, .stage_selectable .stage_options button .normal_list .no_tags.active, .normal_list .stage_selectable .stage_options button .no_tags.active {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a .badge.location:hover, .link .badge.location:hover, .event_listing a.best_of_small:hover, .event_listing a .best_of_small.location:hover, a .event_listing .best_of_small.location:hover, .event_listing .link .best_of_small.location:hover, .link .event_listing .best_of_small.location:hover, .badge.link:hover, .event_listing .link.best_of_small:hover, a.bug_category:hover, a .bug_category.location:hover, .link .bug_category.location:hover, .bug_category.link:hover, .bug_summary_description a.confirmed:hover, .bug_summary_description a .confirmed.location:hover, a .bug_summary_description .confirmed.location:hover, .bug_summary_description .link .confirmed.location:hover, .link .bug_summary_description .confirmed.location:hover, .bug_summary_description .confirmed.link:hover, .normal_list a.no_tags.active:hover, .normal_list a .no_tags.active.location:hover, a .normal_list .no_tags.active.location:hover, .normal_list .link .no_tags.active.location:hover, .link .normal_list .no_tags.active.location:hover, .normal_list .no_tags.active.link:hover, a.badge:focus, .event_listing a.best_of_small:focus, .badge.link:focus, .event_listing .link.best_of_small:focus, a.bug_category:focus, .bug_category.link:focus, .bug_summary_description a.confirmed:focus, .bug_summary_description .confirmed.link:focus, .normal_list a.no_tags.active:focus, .normal_list .no_tags.active.link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge, a .list-group-item.active.location:hover > .badge, a .list-group-item.active.location:hover > .badge, a .link .list-group-item.active.location:hover > .badge, .link a .list-group-item.active.location:hover > .badge, a .link .list-group-item.active.location:hover > .badge, .link a .list-group-item.active.location:hover > .badge, .link .list-group-item.active.location:hover > .badge, .link a .list-group-item.active.location:hover > .badge, a .link .list-group-item.active.location:hover > .badge, .link .list-group-item.active.location:hover > .badge, a .link .list-group-item.active.location:hover > .badge, .link a .list-group-item.active.location:hover > .badge, .event_listing a.list-group-item.active > .best_of_small, .event_listing a .list-group-item.active.location:hover > .best_of_small, .event_listing a .list-group-item.active.location:hover > .best_of_small, .event_listing a .link .list-group-item.active.location:hover > .best_of_small, .link .event_listing a .list-group-item.active.location:hover > .best_of_small, .event_listing a .link .list-group-item.active.location:hover > .best_of_small, .event_listing .link a .list-group-item.active.location:hover > .best_of_small, .link .event_listing a .list-group-item.active.location:hover > .best_of_small, a .event_listing .list-group-item.active.location:hover > .best_of_small, a .event_listing .list-group-item.active.location:hover > .best_of_small, a .event_listing .link .list-group-item.active.location:hover > .best_of_small, .link a .event_listing .list-group-item.active.location:hover > .best_of_small, a .event_listing .link .list-group-item.active.location:hover > .best_of_small, a .link .event_listing .list-group-item.active.location:hover > .best_of_small, .link a .event_listing .list-group-item.active.location:hover > .best_of_small, .event_listing .link .list-group-item.active.location:hover > .best_of_small, .event_listing .link a .list-group-item.active.location:hover > .best_of_small, a .event_listing .link .list-group-item.active.location:hover > .best_of_small, .event_listing .link .list-group-item.active.location:hover > .best_of_small, .event_listing a .link .list-group-item.active.location:hover > .best_of_small, a .event_listing .link .list-group-item.active.location:hover > .best_of_small, .event_listing .link a .list-group-item.active.location:hover > .best_of_small, .link .event_listing .list-group-item.active.location:hover > .best_of_small, .link .event_listing a .list-group-item.active.location:hover > .best_of_small, a .link .event_listing .list-group-item.active.location:hover > .best_of_small, .link .event_listing .list-group-item.active.location:hover > .best_of_small, a .link .event_listing .list-group-item.active.location:hover > .best_of_small, .link .event_listing a .list-group-item.active.location:hover > .best_of_small, .link a .event_listing .list-group-item.active.location:hover > .best_of_small, .list-group-item.active.link > .badge, .event_listing .list-group-item.active.link > .best_of_small, .entrant_list a.active.entrant > .badge, .entrant_list a .active.entrant.location:hover > .badge, .entrant_list a .active.entrant.location:hover > .badge, .entrant_list a .link .active.entrant.location:hover > .badge, .link .entrant_list a .active.entrant.location:hover > .badge, .entrant_list a .link .active.entrant.location:hover > .badge, .entrant_list .link a .active.entrant.location:hover > .badge, .link .entrant_list a .active.entrant.location:hover > .badge, a .entrant_list .active.entrant.location:hover > .badge, a .entrant_list .active.entrant.location:hover > .badge, a .entrant_list .link .active.entrant.location:hover > .badge, .link a .entrant_list .active.entrant.location:hover > .badge, a .entrant_list .link .active.entrant.location:hover > .badge, a .link .entrant_list .active.entrant.location:hover > .badge, .link a .entrant_list .active.entrant.location:hover > .badge, .entrant_list .link .active.entrant.location:hover > .badge, .entrant_list .link a .active.entrant.location:hover > .badge, a .entrant_list .link .active.entrant.location:hover > .badge, .entrant_list .link .active.entrant.location:hover > .badge, .entrant_list a .link .active.entrant.location:hover > .badge, a .entrant_list .link .active.entrant.location:hover > .badge, .entrant_list .link a .active.entrant.location:hover > .badge, .link .entrant_list .active.entrant.location:hover > .badge, .link .entrant_list a .active.entrant.location:hover > .badge, a .link .entrant_list .active.entrant.location:hover > .badge, .link .entrant_list .active.entrant.location:hover > .badge, a .link .entrant_list .active.entrant.location:hover > .badge, .link .entrant_list a .active.entrant.location:hover > .badge, .link a .entrant_list .active.entrant.location:hover > .badge, .entrant_list .event_listing a.active.entrant > .best_of_small, .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing a .link .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing a .link .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing .link a .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, .link a .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, a .link .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .link a .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing .link a .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing a .link .active.entrant.location:hover > .best_of_small, a .entrant_list .event_listing .link .active.entrant.location:hover > .best_of_small, .entrant_list .event_listing .link a .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, a .link .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, a .link .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .link .entrant_list .event_listing a .active.entrant.location:hover > .best_of_small, .link a .entrant_list .event_listing .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list a.active.entrant > .best_of_small, .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list a .link .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list a .link .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list .link a .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, .link a .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, a .link .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .link a .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list .link a .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list a .link .active.entrant.location:hover > .best_of_small, a .event_listing .entrant_list .link .active.entrant.location:hover > .best_of_small, .event_listing .entrant_list .link a .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, a .link .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, a .link .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .link .event_listing .entrant_list a .active.entrant.location:hover > .best_of_small, .link a .event_listing .entrant_list .active.entrant.location:hover > .best_of_small, .entrant_list .active.entrant.link > .badge, .entrant_list .event_listing .active.entrant.link > .best_of_small, .event_listing .entrant_list .active.entrant.link > .best_of_small, a.list-group-item.active > .bug_category, a .list-group-item.active.location:hover > .bug_category, a .list-group-item.active.location:hover > .bug_category, a .link .list-group-item.active.location:hover > .bug_category, .link a .list-group-item.active.location:hover > .bug_category, a .link .list-group-item.active.location:hover > .bug_category, .link a .list-group-item.active.location:hover > .bug_category, .link .list-group-item.active.location:hover > .bug_category, .link a .list-group-item.active.location:hover > .bug_category, a .link .list-group-item.active.location:hover > .bug_category, .link .list-group-item.active.location:hover > .bug_category, a .link .list-group-item.active.location:hover > .bug_category, .link a .list-group-item.active.location:hover > .bug_category, .list-group-item.active.link > .bug_category, .entrant_list a.active.entrant > .bug_category, .entrant_list a .active.entrant.location:hover > .bug_category, .entrant_list a .active.entrant.location:hover > .bug_category, .entrant_list a .link .active.entrant.location:hover > .bug_category, .link .entrant_list a .active.entrant.location:hover > .bug_category, .entrant_list a .link .active.entrant.location:hover > .bug_category, .entrant_list .link a .active.entrant.location:hover > .bug_category, .link .entrant_list a .active.entrant.location:hover > .bug_category, a .entrant_list .active.entrant.location:hover > .bug_category, a .entrant_list .active.entrant.location:hover > .bug_category, a .entrant_list .link .active.entrant.location:hover > .bug_category, .link a .entrant_list .active.entrant.location:hover > .bug_category, a .entrant_list .link .active.entrant.location:hover > .bug_category, a .link .entrant_list .active.entrant.location:hover > .bug_category, .link a .entrant_list .active.entrant.location:hover > .bug_category, .entrant_list .link .active.entrant.location:hover > .bug_category, .entrant_list .link a .active.entrant.location:hover > .bug_category, a .entrant_list .link .active.entrant.location:hover > .bug_category, .entrant_list .link .active.entrant.location:hover > .bug_category, .entrant_list a .link .active.entrant.location:hover > .bug_category, a .entrant_list .link .active.entrant.location:hover > .bug_category, .entrant_list .link a .active.entrant.location:hover > .bug_category, .link .entrant_list .active.entrant.location:hover > .bug_category, .link .entrant_list a .active.entrant.location:hover > .bug_category, a .link .entrant_list .active.entrant.location:hover > .bug_category, .link .entrant_list .active.entrant.location:hover > .bug_category, a .link .entrant_list .active.entrant.location:hover > .bug_category, .link .entrant_list a .active.entrant.location:hover > .bug_category, .link a .entrant_list .active.entrant.location:hover > .bug_category, .entrant_list .active.entrant.link > .bug_category, .bug_summary_description a.list-group-item.active > .confirmed, .bug_summary_description a .list-group-item.active.location:hover > .confirmed, .bug_summary_description a .list-group-item.active.location:hover > .confirmed, .bug_summary_description a .link .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description a .list-group-item.active.location:hover > .confirmed, .bug_summary_description a .link .list-group-item.active.location:hover > .confirmed, .bug_summary_description .link a .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description a .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, .link a .bug_summary_description .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, a .link .bug_summary_description .list-group-item.active.location:hover > .confirmed, .link a .bug_summary_description .list-group-item.active.location:hover > .confirmed, .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, .bug_summary_description .link a .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, .bug_summary_description a .link .list-group-item.active.location:hover > .confirmed, a .bug_summary_description .link .list-group-item.active.location:hover > .confirmed, .bug_summary_description .link a .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description a .list-group-item.active.location:hover > .confirmed, a .link .bug_summary_description .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description .list-group-item.active.location:hover > .confirmed, a .link .bug_summary_description .list-group-item.active.location:hover > .confirmed, .link .bug_summary_description a .list-group-item.active.location:hover > .confirmed, .link a .bug_summary_description .list-group-item.active.location:hover > .confirmed, .bug_summary_description .list-group-item.active.link > .confirmed, .entrant_list .bug_summary_description a.active.entrant > .confirmed, .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description a .link .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description a .link .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .link a .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, .link a .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, a .link .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .link a .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .link a .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description a .link .active.entrant.location:hover > .confirmed, a .entrant_list .bug_summary_description .link .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .link a .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, a .link .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, a .link .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .link .entrant_list .bug_summary_description a .active.entrant.location:hover > .confirmed, .link a .entrant_list .bug_summary_description .active.entrant.location:hover > .confirmed, .entrant_list .bug_summary_description .active.entrant.link > .confirmed, .bug_summary_description .entrant_list a.active.entrant > .confirmed, .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list a .link .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list a .link .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .link a .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, .link a .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, a .link .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .link a .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .link a .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list a .link .active.entrant.location:hover > .confirmed, a .bug_summary_description .entrant_list .link .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .link a .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, a .link .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, a .link .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .link .bug_summary_description .entrant_list a .active.entrant.location:hover > .confirmed, .link a .bug_summary_description .entrant_list .active.entrant.location:hover > .confirmed, .bug_summary_description .entrant_list .active.entrant.link > .confirmed, .normal_list a.list-group-item.active > .no_tags.active, .normal_list a .list-group-item.active.location:hover > .no_tags.active, .normal_list a .list-group-item.active.location:hover > .no_tags.active, .normal_list a .link .list-group-item.active.location:hover > .no_tags.active, .link .normal_list a .list-group-item.active.location:hover > .no_tags.active, .normal_list a .link .list-group-item.active.location:hover > .no_tags.active, .normal_list .link a .list-group-item.active.location:hover > .no_tags.active, .link .normal_list a .list-group-item.active.location:hover > .no_tags.active, a .normal_list .list-group-item.active.location:hover > .no_tags.active, a .normal_list .list-group-item.active.location:hover > .no_tags.active, a .normal_list .link .list-group-item.active.location:hover > .no_tags.active, .link a .normal_list .list-group-item.active.location:hover > .no_tags.active, a .normal_list .link .list-group-item.active.location:hover > .no_tags.active, a .link .normal_list .list-group-item.active.location:hover > .no_tags.active, .link a .normal_list .list-group-item.active.location:hover > .no_tags.active, .normal_list .link .list-group-item.active.location:hover > .no_tags.active, .normal_list .link a .list-group-item.active.location:hover > .no_tags.active, a .normal_list .link .list-group-item.active.location:hover > .no_tags.active, .normal_list .link .list-group-item.active.location:hover > .no_tags.active, .normal_list a .link .list-group-item.active.location:hover > .no_tags.active, a .normal_list .link .list-group-item.active.location:hover > .no_tags.active, .normal_list .link a .list-group-item.active.location:hover > .no_tags.active, .link .normal_list .list-group-item.active.location:hover > .no_tags.active, .link .normal_list a .list-group-item.active.location:hover > .no_tags.active, a .link .normal_list .list-group-item.active.location:hover > .no_tags.active, .link .normal_list .list-group-item.active.location:hover > .no_tags.active, a .link .normal_list .list-group-item.active.location:hover > .no_tags.active, .link .normal_list a .list-group-item.active.location:hover > .no_tags.active, .link a .normal_list .list-group-item.active.location:hover > .no_tags.active, .normal_list .list-group-item.active.link > .no_tags.active, .entrant_list .normal_list a.active.entrant > .no_tags.active, .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list a .link .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list a .link .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .link a .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, .link a .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, a .link .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .link a .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .link a .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list a .link .active.entrant.location:hover > .no_tags.active, a .entrant_list .normal_list .link .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .link a .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, a .link .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, a .link .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .link .entrant_list .normal_list a .active.entrant.location:hover > .no_tags.active, .link a .entrant_list .normal_list .active.entrant.location:hover > .no_tags.active, .entrant_list .normal_list .active.entrant.link > .no_tags.active, .normal_list .entrant_list a.active.entrant > .no_tags.active, .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list a .link .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list a .link .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .link a .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, .link a .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, a .link .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .link a .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .link a .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list a .link .active.entrant.location:hover > .no_tags.active, a .normal_list .entrant_list .link .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .link a .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, a .link .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, a .link .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .link .normal_list .entrant_list a .active.entrant.location:hover > .no_tags.active, .link a .normal_list .entrant_list .active.entrant.location:hover > .no_tags.active, .normal_list .entrant_list .active.entrant.link > .no_tags.active, .nav-pills > .active > a > .badge, a .nav-pills > .active > .location:hover > .badge, a .nav-pills > .active > .location:hover > .badge, a .link .nav-pills > .active > .location:hover > .badge, .link a .nav-pills > .active > .location:hover > .badge, a .link .nav-pills > .active > .location:hover > .badge, .link a .nav-pills > .active > .location:hover > .badge, .link .nav-pills > .active > .location:hover > .badge, .link a .nav-pills > .active > .location:hover > .badge, a .link .nav-pills > .active > .location:hover > .badge, .link .nav-pills > .active > .location:hover > .badge, a .link .nav-pills > .active > .location:hover > .badge, .link a .nav-pills > .active > .location:hover > .badge, .event_listing .nav-pills > .active > a > .best_of_small, .event_listing a .nav-pills > .active > .location:hover > .best_of_small, .event_listing a .nav-pills > .active > .location:hover > .best_of_small, .event_listing a .link .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing a .nav-pills > .active > .location:hover > .best_of_small, .event_listing a .link .nav-pills > .active > .location:hover > .best_of_small, .event_listing .link a .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing a .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, .link a .event_listing .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, a .link .event_listing .nav-pills > .active > .location:hover > .best_of_small, .link a .event_listing .nav-pills > .active > .location:hover > .best_of_small, .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, .event_listing .link a .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, .event_listing a .link .nav-pills > .active > .location:hover > .best_of_small, a .event_listing .link .nav-pills > .active > .location:hover > .best_of_small, .event_listing .link a .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing a .nav-pills > .active > .location:hover > .best_of_small, a .link .event_listing .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing .nav-pills > .active > .location:hover > .best_of_small, a .link .event_listing .nav-pills > .active > .location:hover > .best_of_small, .link .event_listing a .nav-pills > .active > .location:hover > .best_of_small, .link a .event_listing .nav-pills > .active > .location:hover > .best_of_small, .nav-pills > .active > .link > .badge, .event_listing .nav-pills > .active > .link > .best_of_small, .nav-pills > .active > a > .bug_category, a .nav-pills > .active > .location:hover > .bug_category, a .nav-pills > .active > .location:hover > .bug_category, a .link .nav-pills > .active > .location:hover > .bug_category, .link a .nav-pills > .active > .location:hover > .bug_category, a .link .nav-pills > .active > .location:hover > .bug_category, .link a .nav-pills > .active > .location:hover > .bug_category, .link .nav-pills > .active > .location:hover > .bug_category, .link a .nav-pills > .active > .location:hover > .bug_category, a .link .nav-pills > .active > .location:hover > .bug_category, .link .nav-pills > .active > .location:hover > .bug_category, a .link .nav-pills > .active > .location:hover > .bug_category, .link a .nav-pills > .active > .location:hover > .bug_category, .nav-pills > .active > .link > .bug_category, .bug_summary_description .nav-pills > .active > a > .confirmed, .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > .active > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > .active > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > .active > .location:hover > .confirmed, .bug_summary_description .nav-pills > .active > .link > .confirmed, .normal_list .nav-pills > .active > a > .no_tags.active, .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > .active > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list .nav-pills > .active > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > .active > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > .active > .location:hover > .no_tags.active, .normal_list .nav-pills > .active > .link > .no_tags.active {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge, a .nav-pills > li > .location:hover > .badge, a .nav-pills > li > .location:hover > .badge, a .link .nav-pills > li > .location:hover > .badge, .link a .nav-pills > li > .location:hover > .badge, a .link .nav-pills > li > .location:hover > .badge, .link a .nav-pills > li > .location:hover > .badge, .link .nav-pills > li > .location:hover > .badge, .link a .nav-pills > li > .location:hover > .badge, a .link .nav-pills > li > .location:hover > .badge, .link .nav-pills > li > .location:hover > .badge, a .link .nav-pills > li > .location:hover > .badge, .link a .nav-pills > li > .location:hover > .badge, .event_listing .nav-pills > li > a > .best_of_small, .event_listing a .nav-pills > li > .location:hover > .best_of_small, .event_listing a .nav-pills > li > .location:hover > .best_of_small, .event_listing a .link .nav-pills > li > .location:hover > .best_of_small, .link .event_listing a .nav-pills > li > .location:hover > .best_of_small, .event_listing a .link .nav-pills > li > .location:hover > .best_of_small, .event_listing .link a .nav-pills > li > .location:hover > .best_of_small, .link .event_listing a .nav-pills > li > .location:hover > .best_of_small, a .event_listing .nav-pills > li > .location:hover > .best_of_small, a .event_listing .nav-pills > li > .location:hover > .best_of_small, a .event_listing .link .nav-pills > li > .location:hover > .best_of_small, .link a .event_listing .nav-pills > li > .location:hover > .best_of_small, a .event_listing .link .nav-pills > li > .location:hover > .best_of_small, a .link .event_listing .nav-pills > li > .location:hover > .best_of_small, .link a .event_listing .nav-pills > li > .location:hover > .best_of_small, .event_listing .link .nav-pills > li > .location:hover > .best_of_small, .event_listing .link a .nav-pills > li > .location:hover > .best_of_small, a .event_listing .link .nav-pills > li > .location:hover > .best_of_small, .event_listing .link .nav-pills > li > .location:hover > .best_of_small, .event_listing a .link .nav-pills > li > .location:hover > .best_of_small, a .event_listing .link .nav-pills > li > .location:hover > .best_of_small, .event_listing .link a .nav-pills > li > .location:hover > .best_of_small, .link .event_listing .nav-pills > li > .location:hover > .best_of_small, .link .event_listing a .nav-pills > li > .location:hover > .best_of_small, a .link .event_listing .nav-pills > li > .location:hover > .best_of_small, .link .event_listing .nav-pills > li > .location:hover > .best_of_small, a .link .event_listing .nav-pills > li > .location:hover > .best_of_small, .link .event_listing a .nav-pills > li > .location:hover > .best_of_small, .link a .event_listing .nav-pills > li > .location:hover > .best_of_small, .nav-pills > li > .link > .badge, .event_listing .nav-pills > li > .link > .best_of_small, .nav-pills > li > a > .bug_category, a .nav-pills > li > .location:hover > .bug_category, a .nav-pills > li > .location:hover > .bug_category, a .link .nav-pills > li > .location:hover > .bug_category, .link a .nav-pills > li > .location:hover > .bug_category, a .link .nav-pills > li > .location:hover > .bug_category, .link a .nav-pills > li > .location:hover > .bug_category, .link .nav-pills > li > .location:hover > .bug_category, .link a .nav-pills > li > .location:hover > .bug_category, a .link .nav-pills > li > .location:hover > .bug_category, .link .nav-pills > li > .location:hover > .bug_category, a .link .nav-pills > li > .location:hover > .bug_category, .link a .nav-pills > li > .location:hover > .bug_category, .nav-pills > li > .link > .bug_category, .bug_summary_description .nav-pills > li > a > .confirmed, .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, .bug_summary_description a .link .nav-pills > li > .location:hover > .confirmed, a .bug_summary_description .link .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .link a .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description .nav-pills > li > .location:hover > .confirmed, a .link .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .link .bug_summary_description a .nav-pills > li > .location:hover > .confirmed, .link a .bug_summary_description .nav-pills > li > .location:hover > .confirmed, .bug_summary_description .nav-pills > li > .link > .confirmed, .normal_list .nav-pills > li > a > .no_tags.active, .normal_list a .nav-pills > li > .location:hover > .no_tags.active, .normal_list a .nav-pills > li > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > li > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > li > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > li > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > li > .location:hover > .no_tags.active, .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, .normal_list a .link .nav-pills > li > .location:hover > .no_tags.active, a .normal_list .link .nav-pills > li > .location:hover > .no_tags.active, .normal_list .link a .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > li > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list .nav-pills > li > .location:hover > .no_tags.active, a .link .normal_list .nav-pills > li > .location:hover > .no_tags.active, .link .normal_list a .nav-pills > li > .location:hover > .no_tags.active, .link a .normal_list .nav-pills > li > .location:hover > .no_tags.active, .normal_list .nav-pills > li > .link > .no_tags.active {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, body.database_setup .jumbotron {
  border-radius: 6px;
}

.jumbotron .container, .jumbotron body.database_setup {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, body.database_setup .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img, .thumbnail a .location:hover > img, a .thumbnail .location:hover > img, .thumbnail .link .location:hover > img, .link .thumbnail .location:hover > img, .thumbnail .link > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a .thumbnail.location:hover, .link .thumbnail.location:hover, .thumbnail.link:hover, a.thumbnail:focus, .thumbnail.link:focus, a.thumbnail.active, .thumbnail.active.link {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item, .entrant_list .entrant {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child, .entrant_list .entrant:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child, .entrant_list .entrant:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge, .event_listing .list-group-item > .best_of_small, .entrant_list .entrant > .badge, .entrant_list .event_listing .entrant > .best_of_small, .event_listing .entrant_list .entrant > .best_of_small, .list-group-item > .bug_category, .entrant_list .entrant > .bug_category, .bug_summary_description .list-group-item > .confirmed, .entrant_list .bug_summary_description .entrant > .confirmed, .bug_summary_description .entrant_list .entrant > .confirmed, .normal_list .list-group-item > .no_tags.active, .entrant_list .normal_list .entrant > .no_tags.active, .normal_list .entrant_list .entrant > .no_tags.active {
  float: right;
}

.list-group-item > .badge + .badge, .event_listing .list-group-item > .best_of_small + .badge, .event_listing .list-group-item > .badge + .best_of_small, .event_listing .list-group-item > .best_of_small + .best_of_small, .entrant_list .entrant > .badge + .badge, .entrant_list .event_listing .entrant > .best_of_small + .badge, .event_listing .entrant_list .entrant > .best_of_small + .badge, .entrant_list .event_listing .entrant > .badge + .best_of_small, .event_listing .entrant_list .entrant > .badge + .best_of_small, .entrant_list .event_listing .entrant > .best_of_small + .best_of_small, .event_listing .entrant_list .entrant > .best_of_small + .best_of_small, .list-group-item > .bug_category + .badge, .event_listing .list-group-item > .bug_category + .best_of_small, .entrant_list .entrant > .bug_category + .badge, .entrant_list .event_listing .entrant > .bug_category + .best_of_small, .event_listing .entrant_list .entrant > .bug_category + .best_of_small, .bug_summary_description .list-group-item > .confirmed + .badge, .bug_summary_description .event_listing .list-group-item > .confirmed + .best_of_small, .event_listing .bug_summary_description .list-group-item > .confirmed + .best_of_small, .entrant_list .bug_summary_description .entrant > .confirmed + .badge, .entrant_list .bug_summary_description .event_listing .entrant > .confirmed + .best_of_small, .event_listing .entrant_list .bug_summary_description .entrant > .confirmed + .best_of_small, .bug_summary_description .entrant_list .entrant > .confirmed + .badge, .bug_summary_description .entrant_list .event_listing .entrant > .confirmed + .best_of_small, .event_listing .bug_summary_description .entrant_list .entrant > .confirmed + .best_of_small, .normal_list .list-group-item > .no_tags.active + .badge, .normal_list .event_listing .list-group-item > .no_tags.active + .best_of_small, .event_listing .normal_list .list-group-item > .no_tags.active + .best_of_small, .entrant_list .normal_list .entrant > .no_tags.active + .badge, .entrant_list .normal_list .event_listing .entrant > .no_tags.active + .best_of_small, .event_listing .entrant_list .normal_list .entrant > .no_tags.active + .best_of_small, .normal_list .entrant_list .entrant > .no_tags.active + .badge, .normal_list .entrant_list .event_listing .entrant > .no_tags.active + .best_of_small, .event_listing .normal_list .entrant_list .entrant > .no_tags.active + .best_of_small, .list-group-item > .badge + .bug_category, .event_listing .list-group-item > .best_of_small + .bug_category, .entrant_list .entrant > .badge + .bug_category, .entrant_list .event_listing .entrant > .best_of_small + .bug_category, .event_listing .entrant_list .entrant > .best_of_small + .bug_category, .list-group-item > .bug_category + .bug_category, .entrant_list .entrant > .bug_category + .bug_category, .bug_summary_description .list-group-item > .confirmed + .bug_category, .entrant_list .bug_summary_description .entrant > .confirmed + .bug_category, .bug_summary_description .entrant_list .entrant > .confirmed + .bug_category, .normal_list .list-group-item > .no_tags.active + .bug_category, .entrant_list .normal_list .entrant > .no_tags.active + .bug_category, .normal_list .entrant_list .entrant > .no_tags.active + .bug_category, .bug_summary_description .list-group-item > .badge + .confirmed, .bug_summary_description .event_listing .list-group-item > .best_of_small + .confirmed, .event_listing .bug_summary_description .list-group-item > .best_of_small + .confirmed, .entrant_list .bug_summary_description .entrant > .badge + .confirmed, .entrant_list .bug_summary_description .event_listing .entrant > .best_of_small + .confirmed, .event_listing .entrant_list .bug_summary_description .entrant > .best_of_small + .confirmed, .bug_summary_description .entrant_list .entrant > .badge + .confirmed, .bug_summary_description .entrant_list .event_listing .entrant > .best_of_small + .confirmed, .event_listing .bug_summary_description .entrant_list .entrant > .best_of_small + .confirmed, .bug_summary_description .list-group-item > .bug_category + .confirmed, .entrant_list .bug_summary_description .entrant > .bug_category + .confirmed, .bug_summary_description .entrant_list .entrant > .bug_category + .confirmed, .bug_summary_description .list-group-item > .confirmed + .confirmed, .entrant_list .bug_summary_description .entrant > .confirmed + .confirmed, .bug_summary_description .entrant_list .entrant > .confirmed + .confirmed, .normal_list .bug_summary_description .list-group-item > .no_tags.active + .confirmed, .bug_summary_description .normal_list .list-group-item > .no_tags.active + .confirmed, .entrant_list .normal_list .bug_summary_description .entrant > .no_tags.active + .confirmed, .bug_summary_description .entrant_list .normal_list .entrant > .no_tags.active + .confirmed, .normal_list .entrant_list .bug_summary_description .entrant > .no_tags.active + .confirmed, .bug_summary_description .normal_list .entrant_list .entrant > .no_tags.active + .confirmed, .normal_list .list-group-item > .badge + .no_tags.active, .normal_list .event_listing .list-group-item > .best_of_small + .no_tags.active, .event_listing .normal_list .list-group-item > .best_of_small + .no_tags.active, .entrant_list .normal_list .entrant > .badge + .no_tags.active, .entrant_list .normal_list .event_listing .entrant > .best_of_small + .no_tags.active, .event_listing .entrant_list .normal_list .entrant > .best_of_small + .no_tags.active, .normal_list .entrant_list .entrant > .badge + .no_tags.active, .normal_list .entrant_list .event_listing .entrant > .best_of_small + .no_tags.active, .event_listing .normal_list .entrant_list .entrant > .best_of_small + .no_tags.active, .normal_list .list-group-item > .bug_category + .no_tags.active, .entrant_list .normal_list .entrant > .bug_category + .no_tags.active, .normal_list .entrant_list .entrant > .bug_category + .no_tags.active, .bug_summary_description .normal_list .list-group-item > .confirmed + .no_tags.active, .normal_list .bug_summary_description .list-group-item > .confirmed + .no_tags.active, .entrant_list .bug_summary_description .normal_list .entrant > .confirmed + .no_tags.active, .normal_list .entrant_list .bug_summary_description .entrant > .confirmed + .no_tags.active, .bug_summary_description .entrant_list .normal_list .entrant > .confirmed + .no_tags.active, .normal_list .bug_summary_description .entrant_list .entrant > .confirmed + .no_tags.active, .normal_list .list-group-item > .no_tags.active + .no_tags.active, .entrant_list .normal_list .entrant > .no_tags.active + .no_tags.active, .normal_list .entrant_list .entrant > .no_tags.active + .no_tags.active {
  margin-right: 5px;
}

a.list-group-item, a .list-group-item.location:hover, .link .list-group-item.location:hover, .list-group-item.link, .entrant_list a.entrant, .entrant_list a .entrant.location:hover, a .entrant_list .entrant.location:hover, .entrant_list .link .entrant.location:hover, .link .entrant_list .entrant.location:hover, .entrant_list .entrant.link {
  color: #555;
}

a.list-group-item .list-group-item-heading, a .list-group-item.location:hover .list-group-item-heading, .link .list-group-item.location:hover .list-group-item-heading, .list-group-item.link .list-group-item-heading, .entrant_list a.entrant .list-group-item-heading, .entrant_list a .entrant.location:hover .list-group-item-heading, a .entrant_list .entrant.location:hover .list-group-item-heading, .entrant_list .link .entrant.location:hover .list-group-item-heading, .link .entrant_list .entrant.location:hover .list-group-item-heading, .entrant_list .entrant.link .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a .list-group-item.location:hover, .link .list-group-item.location:hover, .list-group-item.link:hover, .entrant_list a.entrant:hover, .entrant_list a .entrant.location:hover, a .entrant_list .entrant.location:hover, .entrant_list .link .entrant.location:hover, .link .entrant_list .entrant.location:hover, .entrant_list .entrant.link:hover, a.list-group-item:focus, .list-group-item.link:focus, .entrant_list a.entrant:focus, .entrant_list .entrant.link:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .entrant_list .disabled.entrant, .request_list .challenge_request_hmm.removing button.list-group-item, .entrant_list .request_list .challenge_request_hmm.removing button.entrant, .request_list .challenge_request_hmm.removing .entrant_list button.entrant, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .entrant_list .disabled.entrant .list-group-item-heading, .request_list .challenge_request_hmm.removing button.list-group-item .list-group-item-heading, .entrant_list .request_list .challenge_request_hmm.removing button.entrant .list-group-item-heading, .request_list .challenge_request_hmm.removing .entrant_list button.entrant .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .entrant_list .disabled.entrant .list-group-item-text, .request_list .challenge_request_hmm.removing button.list-group-item .list-group-item-text, .entrant_list .request_list .challenge_request_hmm.removing button.entrant .list-group-item-text, .request_list .challenge_request_hmm.removing .entrant_list button.entrant .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .entrant_list .active.entrant, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading, .entrant_list .active.entrant .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .entrant_list .active.entrant .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .entrant_list .active.entrant .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .entrant_list .active.entrant .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, a .list-group-item-success.location:hover, .link .list-group-item-success.location:hover, .list-group-item-success.link {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, a .list-group-item-success.location:hover .list-group-item-heading, .link .list-group-item-success.location:hover .list-group-item-heading, .list-group-item-success.link .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a .list-group-item-success.location:hover, .link .list-group-item-success.location:hover, .list-group-item-success.link:hover, a.list-group-item-success:focus, .list-group-item-success.link:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a .list-group-item-success.active.location:hover, .link .list-group-item-success.active.location:hover, .list-group-item-success.active.link, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, a .list-group-item-info.location:hover, .link .list-group-item-info.location:hover, .list-group-item-info.link {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, a .list-group-item-info.location:hover .list-group-item-heading, .link .list-group-item-info.location:hover .list-group-item-heading, .list-group-item-info.link .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a .list-group-item-info.location:hover, .link .list-group-item-info.location:hover, .list-group-item-info.link:hover, a.list-group-item-info:focus, .list-group-item-info.link:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a .list-group-item-info.active.location:hover, .link .list-group-item-info.active.location:hover, .list-group-item-info.active.link, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, a .list-group-item-warning.location:hover, .link .list-group-item-warning.location:hover, .list-group-item-warning.link {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, a .list-group-item-warning.location:hover .list-group-item-heading, .link .list-group-item-warning.location:hover .list-group-item-heading, .list-group-item-warning.link .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a .list-group-item-warning.location:hover, .link .list-group-item-warning.location:hover, .list-group-item-warning.link:hover, a.list-group-item-warning:focus, .list-group-item-warning.link:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a .list-group-item-warning.active.location:hover, .link .list-group-item-warning.active.location:hover, .list-group-item-warning.active.link, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, a .list-group-item-danger.location:hover, .link .list-group-item-danger.location:hover, .list-group-item-danger.link {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, a .list-group-item-danger.location:hover .list-group-item-heading, .link .list-group-item-danger.location:hover .list-group-item-heading, .list-group-item-danger.link .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a .list-group-item-danger.location:hover, .link .list-group-item-danger.location:hover, .list-group-item-danger.link:hover, a.list-group-item-danger:focus, .list-group-item-danger.link:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a .list-group-item-danger.active.location:hover, .link .list-group-item-danger.active.location:hover, .list-group-item-danger.active.link, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, body.database_setup .section_content {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body, .bug_row {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, a .panel-title > .location:hover, .link .panel-title > .location:hover, .panel-title > .link {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, body.database_setup .section_content > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, body.database_setup .section_content > .list-group .list-group-item, .panel > .list-group .entrant_list .entrant, .entrant_list .panel > .list-group .entrant, body.database_setup .section_content > .list-group .entrant_list .entrant, .entrant_list body.database_setup .section_content > .list-group .entrant {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, body.database_setup .section_content > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .entrant_list .entrant:first-child, .entrant_list .panel > .list-group:first-child .entrant:first-child, body.database_setup .section_content > .list-group:first-child .entrant_list .entrant:first-child, .entrant_list body.database_setup .section_content > .list-group:first-child .entrant:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, body.database_setup .section_content > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .entrant_list .entrant:last-child, .entrant_list .panel > .list-group:last-child .entrant:last-child, body.database_setup .section_content > .list-group:last-child .entrant_list .entrant:last-child, .entrant_list body.database_setup .section_content > .list-group:last-child .entrant:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child, .panel-heading + .list-group .entrant_list .entrant:first-child, .entrant_list .panel-heading + .list-group .entrant:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, body.database_setup .section_content > .table, .panel > .table-responsive > .table, body.database_setup .section_content > .table-responsive > .table, .panel > .panel-collapse > .table, body.database_setup .section_content > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child, body.database_setup .section_content > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, body.database_setup .section_content > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, body.database_setup .section_content > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, body.database_setup .section_content > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, body.database_setup .section_content > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, body.database_setup .section_content > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, body.database_setup .section_content > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, body.database_setup .section_content > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, body.database_setup .section_content > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, body.database_setup .section_content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, body.database_setup .section_content > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, body.database_setup .section_content > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, body.database_setup .section_content > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, body.database_setup .section_content > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, body.database_setup .section_content > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, body.database_setup .section_content > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, body.database_setup .section_content > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, body.database_setup .section_content > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, body.database_setup .section_content > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, body.database_setup .section_content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, body.database_setup .section_content > .panel-body + .table, .panel > .bug_row + .table, body.database_setup .section_content > .bug_row + .table, .panel > .panel-body + .table-responsive, body.database_setup .section_content > .panel-body + .table-responsive, .panel > .bug_row + .table-responsive, body.database_setup .section_content > .bug_row + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, body.database_setup .section_content > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td, body.database_setup .section_content > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, body.database_setup .section_content > .table-bordered, .panel > .table-responsive > .table-bordered, body.database_setup .section_content > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, body.database_setup .section_content > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, body.database_setup .section_content > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, body.database_setup .section_content > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, body.database_setup .section_content > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, body.database_setup .section_content > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, body.database_setup .section_content > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, body.database_setup .section_content > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, body.database_setup .section_content > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, body.database_setup .section_content > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, body.database_setup .section_content > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, body.database_setup .section_content > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, body.database_setup .section_content > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, body.database_setup .section_content > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, body.database_setup .section_content > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, body.database_setup .section_content > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, body.database_setup .section_content > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, body.database_setup .section_content > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, body.database_setup .section_content > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, body.database_setup .section_content > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, body.database_setup .section_content > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, body.database_setup .section_content > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, body.database_setup .section_content > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, body.database_setup .section_content > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive, body.database_setup .section_content > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel, .panel-group body.database_setup .section_content, body.database_setup .panel-group .section_content {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel, .panel-group body.database_setup .section_content + .panel, body.database_setup .panel-group .section_content + .panel, .panel-group body.database_setup .panel + .section_content, body.database_setup .panel-group .panel + .section_content, .panel-group body.database_setup .section_content + .section_content, body.database_setup .panel-group .section_content + .section_content {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .bug_row {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .bug_row {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge, .panel-default > .panel-heading .event_listing .best_of_small, .event_listing .panel-default > .panel-heading .best_of_small, .panel-default > .panel-heading .bug_category, .panel-default > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-default > .panel-heading .confirmed, .panel-default > .panel-heading .normal_list .no_tags.active, .normal_list .panel-default > .panel-heading .no_tags.active {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .event_listing .best_of_small, .event_listing .panel-primary > .panel-heading .best_of_small, .panel-primary > .panel-heading .bug_category, .panel-primary > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-primary > .panel-heading .confirmed, .panel-primary > .panel-heading .normal_list .no_tags.active, .normal_list .panel-primary > .panel-heading .no_tags.active {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge, .panel-success > .panel-heading .event_listing .best_of_small, .event_listing .panel-success > .panel-heading .best_of_small, .panel-success > .panel-heading .bug_category, .panel-success > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-success > .panel-heading .confirmed, .panel-success > .panel-heading .normal_list .no_tags.active, .normal_list .panel-success > .panel-heading .no_tags.active {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge, .panel-info > .panel-heading .event_listing .best_of_small, .event_listing .panel-info > .panel-heading .best_of_small, .panel-info > .panel-heading .bug_category, .panel-info > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-info > .panel-heading .confirmed, .panel-info > .panel-heading .normal_list .no_tags.active, .normal_list .panel-info > .panel-heading .no_tags.active {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge, .panel-warning > .panel-heading .event_listing .best_of_small, .event_listing .panel-warning > .panel-heading .best_of_small, .panel-warning > .panel-heading .bug_category, .panel-warning > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-warning > .panel-heading .confirmed, .panel-warning > .panel-heading .normal_list .no_tags.active, .normal_list .panel-warning > .panel-heading .no_tags.active {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .bug_row {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .event_listing .best_of_small, .event_listing .panel-danger > .panel-heading .best_of_small, .panel-danger > .panel-heading .bug_category, .panel-danger > .panel-heading .bug_summary_description .confirmed, .bug_summary_description .panel-danger > .panel-heading .confirmed, .panel-danger > .panel-heading .normal_list .no_tags.active, .normal_list .panel-danger > .panel-heading .no_tags.active {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .bug_row {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, a .close.location:hover, .link .close.location:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn, .modal-footer .btn-xs + .btn, .modal-footer .possible_aka_listings button + .btn, .possible_aka_listings .modal-footer button + .btn, .modal-footer .user_main_info_area .mod_options form button + .btn, .user_main_info_area .mod_options form .modal-footer button + .btn, .modal-footer .btn-sm + .btn, .modal-footer .request_list .challenge_request_hmm.removing button + .btn, .request_list .challenge_request_hmm.removing .modal-footer button + .btn, .modal-footer .stage_selectable .stage_options button + .btn, .stage_selectable .stage_options .modal-footer button + .btn, .modal-footer body.database_setup input[type=submit] + .btn, body.database_setup .modal-footer input[type=submit] + .btn, .modal-footer body.database_setup button + .btn, body.database_setup .modal-footer button + .btn, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn, .modal-footer .btn + .btn-xs, .modal-footer .possible_aka_listings .btn + button, .possible_aka_listings .modal-footer .btn + button, .modal-footer .user_main_info_area .mod_options form .btn + button, .user_main_info_area .mod_options form .modal-footer .btn + button, .modal-footer .btn-xs + .btn-xs, .modal-footer .possible_aka_listings button + .btn-xs, .possible_aka_listings .modal-footer button + .btn-xs, .modal-footer .possible_aka_listings .btn-xs + button, .possible_aka_listings .modal-footer .btn-xs + button, .modal-footer .possible_aka_listings button + button, .possible_aka_listings .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form button + .btn-xs, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer button + .btn-xs, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form .btn-xs + button, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-xs + button, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .btn-sm + .btn-xs, .modal-footer .possible_aka_listings .btn-sm + button, .possible_aka_listings .modal-footer .btn-sm + button, .modal-footer .user_main_info_area .mod_options form .btn-sm + button, .user_main_info_area .mod_options form .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-xs, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-xs, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options button + .btn-xs, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer button + .btn-xs, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup input[type=submit] + .btn-xs, .modal-footer body.database_setup .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup input[type=submit] + button, .modal-footer body.database_setup .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer input[type=submit] + .btn-xs, body.database_setup .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .modal-footer input[type=submit] + button, body.database_setup .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup button + .btn-xs, .modal-footer body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer body.database_setup button + button, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button, body.database_setup .modal-footer button + .btn-xs, body.database_setup .modal-footer .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer button + button, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-xs, .modal-footer body.database_setup .skip_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup .skip_to_form input[type=submit] + button, .modal-footer body.database_setup .skip_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-xs, body.database_setup .skip_to_form .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .modal-footer input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-xs, .modal-footer body.database_setup .migrate_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer .btn + .btn-sm, .modal-footer .btn-xs + .btn-sm, .modal-footer .possible_aka_listings button + .btn-sm, .possible_aka_listings .modal-footer button + .btn-sm, .modal-footer .user_main_info_area .mod_options form button + .btn-sm, .user_main_info_area .mod_options form .modal-footer button + .btn-sm, .modal-footer .btn-sm + .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-sm, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-sm, .modal-footer .stage_selectable .stage_options button + .btn-sm, .stage_selectable .stage_options .modal-footer button + .btn-sm, .modal-footer body.database_setup input[type=submit] + .btn-sm, body.database_setup .modal-footer input[type=submit] + .btn-sm, .modal-footer body.database_setup button + .btn-sm, body.database_setup .modal-footer button + .btn-sm, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-sm, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-sm, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing .btn + button, .request_list .challenge_request_hmm.removing .modal-footer .btn + button, .modal-footer .request_list .challenge_request_hmm.removing .btn-xs + button, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-xs + button, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .request_list .challenge_request_hmm.removing .btn-sm + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer .stage_selectable .stage_options .btn + button, .stage_selectable .stage_options .modal-footer .btn + button, .modal-footer .stage_selectable .stage_options .btn-xs + button, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-xs + button, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button, .modal-footer .stage_selectable .stage_options .btn-sm + button, .stage_selectable .stage_options .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer body.database_setup button + button, body.database_setup .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .btn + input[type=submit], body.database_setup .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .btn-xs + input[type=submit], .modal-footer body.database_setup .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup button + input[type=submit], .modal-footer body.database_setup .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-xs + input[type=submit], body.database_setup .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .modal-footer button + input[type=submit], body.database_setup .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .modal-footer button + input[type=submit], .modal-footer body.database_setup .btn-sm + input[type=submit], body.database_setup .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + input[type=submit], body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup button + input[type=submit], body.database_setup .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup button + input[type=submit], body.database_setup .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup input[type=submit] + input[type=submit], body.database_setup .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup button + input[type=submit], body.database_setup .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .btn + button, body.database_setup .modal-footer .btn + button, .modal-footer body.database_setup .btn-xs + button, .modal-footer body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer body.database_setup button + button, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button, body.database_setup .modal-footer .btn-xs + button, body.database_setup .modal-footer .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer button + button, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button, .modal-footer body.database_setup .btn-sm + button, body.database_setup .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button, body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options body.database_setup button + button, body.database_setup .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer body.database_setup button + button, body.database_setup .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup button + button, body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .skip_to_form .btn + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .skip_to_form .btn-xs + input[type=submit], .modal-footer body.database_setup .skip_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup .skip_to_form button + input[type=submit], .modal-footer body.database_setup .skip_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-xs + input[type=submit], body.database_setup .skip_to_form .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .modal-footer button + input[type=submit], body.database_setup .skip_to_form .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form .btn-sm + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .modal-footer .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], .modal-footer body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn-xs + input[type=submit], .modal-footer body.database_setup .migrate_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup .migrate_to_form button + input[type=submit], .modal-footer body.database_setup .migrate_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-xs + input[type=submit], body.database_setup .migrate_to_form .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .modal-footer button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn-sm + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .modal-footer .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit] {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-xs + .btn, .modal-footer .btn-group .possible_aka_listings button + .btn, .possible_aka_listings .modal-footer .btn-group button + .btn, .modal-footer .btn-group .user_main_info_area .mod_options form button + .btn, .user_main_info_area .mod_options form .modal-footer .btn-group button + .btn, .modal-footer .btn-group .btn-sm + .btn, .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + .btn, .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + .btn, .modal-footer .btn-group .stage_selectable .stage_options button + .btn, .stage_selectable .stage_options .modal-footer .btn-group button + .btn, .modal-footer .btn-group body.database_setup input[type=submit] + .btn, body.database_setup .modal-footer .btn-group input[type=submit] + .btn, .modal-footer .btn-group body.database_setup button + .btn, body.database_setup .modal-footer .btn-group button + .btn, .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + .btn, body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + .btn, .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn, body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + .btn, .modal-footer .btn-group .btn + .btn-xs, .modal-footer .btn-group .possible_aka_listings .btn + button, .possible_aka_listings .modal-footer .btn-group .btn + button, .modal-footer .btn-group .user_main_info_area .mod_options form .btn + button, .user_main_info_area .mod_options form .modal-footer .btn-group .btn + button, .modal-footer .btn-group .btn-xs + .btn-xs, .modal-footer .btn-group .possible_aka_listings button + .btn-xs, .possible_aka_listings .modal-footer .btn-group button + .btn-xs, .modal-footer .btn-group .possible_aka_listings .btn-xs + button, .possible_aka_listings .modal-footer .btn-group .btn-xs + button, .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group button + button, .modal-footer .btn-group .user_main_info_area .mod_options form button + .btn-xs, .modal-footer .btn-group .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group button + .btn-xs, .user_main_info_area .mod_options form .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer .btn-group button + button, .modal-footer .btn-group .user_main_info_area .mod_options form .btn-xs + button, .modal-footer .btn-group .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group .btn-xs + button, .user_main_info_area .mod_options form .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer .btn-group button + button, .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group button + button, .modal-footer .btn-group .btn-sm + .btn-xs, .modal-footer .btn-group .possible_aka_listings .btn-sm + button, .possible_aka_listings .modal-footer .btn-group .btn-sm + button, .modal-footer .btn-group .user_main_info_area .mod_options form .btn-sm + button, .user_main_info_area .mod_options form .modal-footer .btn-group .btn-sm + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + .btn-xs, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + .btn-xs, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .modal-footer .btn-group .stage_selectable .stage_options button + .btn-xs, .modal-footer .btn-group .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .stage_selectable .stage_options button + button, .modal-footer .btn-group .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group button + .btn-xs, .stage_selectable .stage_options .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer .btn-group button + button, .stage_selectable .stage_options .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup input[type=submit] + .btn-xs, .modal-footer .btn-group body.database_setup .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer .btn-group body.database_setup input[type=submit] + button, .modal-footer .btn-group body.database_setup .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup input[type=submit] + button, body.database_setup .modal-footer .btn-group input[type=submit] + .btn-xs, body.database_setup .modal-footer .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .modal-footer .btn-group input[type=submit] + button, body.database_setup .modal-footer .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup button + .btn-xs, .modal-footer .btn-group body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group body.database_setup button + button, .modal-footer .btn-group body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup button + button, body.database_setup .modal-footer .btn-group button + .btn-xs, body.database_setup .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer .btn-group button + button, body.database_setup .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + .btn-xs, .modal-footer .btn-group body.database_setup .skip_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + button, .modal-footer .btn-group body.database_setup .skip_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + .btn-xs, body.database_setup .skip_to_form .modal-footer .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn-xs, .modal-footer .btn-group body.database_setup .migrate_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + button, .modal-footer .btn-group body.database_setup .migrate_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .modal-footer .btn-group .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .btn-group .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group .btn + .btn-sm, .modal-footer .btn-group .btn-xs + .btn-sm, .modal-footer .btn-group .possible_aka_listings button + .btn-sm, .possible_aka_listings .modal-footer .btn-group button + .btn-sm, .modal-footer .btn-group .user_main_info_area .mod_options form button + .btn-sm, .user_main_info_area .mod_options form .modal-footer .btn-group button + .btn-sm, .modal-footer .btn-group .btn-sm + .btn-sm, .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + .btn-sm, .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + .btn-sm, .modal-footer .btn-group .stage_selectable .stage_options button + .btn-sm, .stage_selectable .stage_options .modal-footer .btn-group button + .btn-sm, .modal-footer .btn-group body.database_setup input[type=submit] + .btn-sm, body.database_setup .modal-footer .btn-group input[type=submit] + .btn-sm, .modal-footer .btn-group body.database_setup button + .btn-sm, body.database_setup .modal-footer .btn-group button + .btn-sm, .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + .btn-sm, body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + .btn-sm, .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + .btn-sm, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .btn + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .btn + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .btn-xs + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .btn-xs + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .btn-sm + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .btn-sm + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .modal-footer .btn-group .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup input[type=submit] + button, body.database_setup .modal-footer .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup button + button, body.database_setup .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .btn-group .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group .stage_selectable .stage_options .btn + button, .stage_selectable .stage_options .modal-footer .btn-group .btn + button, .modal-footer .btn-group .stage_selectable .stage_options .btn-xs + button, .modal-footer .btn-group .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group .stage_selectable .stage_options button + button, .modal-footer .btn-group .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group .btn-xs + button, .stage_selectable .stage_options .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer .btn-group button + button, .stage_selectable .stage_options .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer .btn-group button + button, .modal-footer .btn-group .stage_selectable .stage_options .btn-sm + button, .stage_selectable .stage_options .modal-footer .btn-group .btn-sm + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer .btn-group body.database_setup input[type=submit] + button, body.database_setup .modal-footer .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group body.database_setup button + button, body.database_setup .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options body.database_setup .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .skip_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .migrate_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .btn-group .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .btn + input[type=submit], body.database_setup .modal-footer .btn-group .btn + input[type=submit], .modal-footer .btn-group body.database_setup .btn-xs + input[type=submit], .modal-footer .btn-group body.database_setup .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer .btn-group body.database_setup button + input[type=submit], .modal-footer .btn-group body.database_setup .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-group .btn-xs + input[type=submit], body.database_setup .modal-footer .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .modal-footer .btn-group button + input[type=submit], body.database_setup .modal-footer .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .btn-sm + input[type=submit], body.database_setup .modal-footer .btn-group .btn-sm + input[type=submit], .modal-footer .btn-group .request_list .challenge_request_hmm.removing body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group .stage_selectable .stage_options body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer .btn-group body.database_setup button + input[type=submit], body.database_setup .stage_selectable .stage_options .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup input[type=submit] + input[type=submit], body.database_setup .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .btn + button, body.database_setup .modal-footer .btn-group .btn + button, .modal-footer .btn-group body.database_setup .btn-xs + button, .modal-footer .btn-group body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer .btn-group body.database_setup button + button, .modal-footer .btn-group body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup button + button, body.database_setup .modal-footer .btn-group .btn-xs + button, body.database_setup .modal-footer .btn-group .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer .btn-group button + button, body.database_setup .modal-footer .btn-group .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .btn-sm + button, body.database_setup .modal-footer .btn-group .btn-sm + button, .modal-footer .btn-group .request_list .challenge_request_hmm.removing body.database_setup button + button, body.database_setup .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup button + button, body.database_setup .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + button, .modal-footer .btn-group .stage_selectable .stage_options body.database_setup button + button, body.database_setup .modal-footer .btn-group .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-group body.database_setup button + button, body.database_setup .stage_selectable .stage_options .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup input[type=submit] + button, body.database_setup .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup button + button, body.database_setup .modal-footer .btn-group button + button, .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group body.database_setup .skip_to_form .btn + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .btn + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .btn-xs + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer .btn-group body.database_setup .skip_to_form button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .btn-xs + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .modal-footer .btn-group button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .btn-sm + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .btn-sm + input[type=submit], .modal-footer .btn-group .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group .stage_selectable .stage_options body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .btn-group .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form button + input[type=submit], body.database_setup .modal-footer .btn-group .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .btn + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .btn + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .btn-xs + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer .btn-group body.database_setup .migrate_to_form button + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .btn-xs + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .modal-footer .btn-group button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .btn-sm + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .btn-sm + input[type=submit], .modal-footer .btn-group .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group .stage_selectable .stage_options body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .btn-group .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .modal-footer .btn-group .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-group .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-group input[type=submit] + input[type=submit] {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img, a .carousel-inner > .item > .location:hover > img, .link .carousel-inner > .item > .location:hover > img, .carousel-inner > .item > .link > img {
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, a .carousel-control.location:hover, .link .carousel-control.location:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .btn-xs, .carousel-caption .possible_aka_listings button, .possible_aka_listings .carousel-caption button, .carousel-caption .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .carousel-caption button, .carousel-caption .btn-sm, .carousel-caption .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .carousel-caption button, .carousel-caption .stage_selectable .stage_options button, .stage_selectable .stage_options .carousel-caption button, .carousel-caption body.database_setup input[type=submit], body.database_setup .carousel-caption input[type=submit], .carousel-caption body.database_setup button, body.database_setup .carousel-caption button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, body.database_setup:before, .container:after, body.database_setup:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data:before, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .form-horizontal .extra_data:before, .form-horizontal .form-group:after, .form-horizontal #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data:after, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .form-horizontal .extra_data:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .bug_row:before, .panel-body:after, .bug_row:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, body.database_setup:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-horizontal #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data:after, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .form-horizontal .extra_data:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .bug_row:after, .modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*anchor*/
a, a .location:hover, .link .location:hover, .link {
  color: #667fa0;
}

a:hover, a .location:hover, .link .location:hover, .link:hover {
  color: #2A3542;
}

/*panel*/
.panel, body.database_setup .section_content {
  border: none;
  box-shadow: none;
}

.panel-heading {
  border-color: #eff2f7;
  font-size: 16px;
  font-weight: 300;
}

.panel-title {
  color: #2A3542;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

/*label*/
.label {
  padding: 0.5em 0.8em;
}

.label-default {
  background-color: #a1a1a1;
}

.label-primary {
  background-color: #59ace2;
}

.label-success {
  background-color: #A9D86E;
}

.label-info {
  background-color: #8175c7;
}

.label-warning {
  background-color: #FCB322;
}

.label-danger {
  background-color: #FF6C60;
}

.label-inverse {
  background-color: #344860;
}

/*text color*/
.text-danger {
  color: #FF6C60;
}

.text-muted {
  color: #a1a1a1;
}

.text-primary {
  color: #59ace2;
}

.text-warning {
  color: #FCB322;
}

.text-success {
  color: #A9D86E;
}

.text-info {
  color: #8175c7;
}

.form-control, .birthday .birthday-picker select, body.database_setup input[type=text] {
  color: #777;
}

/*modal*/
.modal-content {
  box-shadow: none;
  border: none;
}

.modal-header {
  background: #00A8B3;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.modal-header .close {
  margin-top: 0;
}

/*text input*/
.form-control, .birthday .birthday-picker select, body.database_setup input[type=text] {
  border: 1px solid #e2e2e4;
  box-shadow: none;
  color: #777;
}

.form-control:focus, .birthday .birthday-picker select:focus, body.database_setup input[type=text]:focus, #focusedInput {
  border: 1px solid #517397;
  box-shadow: none;
}

.form-horizontal .control-label {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}

input, textarea, select, button {
  outline: none !important;
}

/*list*/
ul {
  padding-left: 0;
}

/*button*/
.btn-default, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  background-color: #bec3c7;
  border-color: #bec3c7;
  color: #fff;
}

.btn-default:hover, a .btn-default.location:hover, .link .btn-default.location:hover, body.database_setup .skip_to_form input[type=submit]:hover, body.database_setup .migrate_to_form input[type=submit]:hover, .btn-default:focus, body.database_setup .skip_to_form input[type=submit]:focus, body.database_setup .migrate_to_form input[type=submit]:focus, .btn-default:active, body.database_setup .skip_to_form input[type=submit]:active, body.database_setup .migrate_to_form input[type=submit]:active, .btn-default.active, body.database_setup .skip_to_form input.active[type=submit], body.database_setup .migrate_to_form input.active[type=submit], .open .dropdown-toggle.btn-default, .open body.database_setup .skip_to_form input.dropdown-toggle[type=submit], body.database_setup .skip_to_form .open input.dropdown-toggle[type=submit], .open body.database_setup .migrate_to_form input.dropdown-toggle[type=submit], body.database_setup .migrate_to_form .open input.dropdown-toggle[type=submit] {
  background-color: #b0b5b9;
  border-color: #b0b5b9;
  color: #fff;
}

.btn-primary {
  background-color: #41cac0;
  border-color: #41cac0;
  color: #FFFFFF;
}

.btn-primary:hover, a .btn-primary.location:hover, .link .btn-primary.location:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #39b2a9;
  border-color: #39b2a9;
  color: #FFFFFF;
}

.btn-success, .btn-on, .stage_selectable .stage_options button.active {
  background-color: #78CD51;
  border-color: #78CD51;
  color: #FFFFFF;
}

.btn-success:hover, a .btn-success.location:hover, .link .btn-success.location:hover, .btn-on:hover, a .btn-on.location:hover, .link .btn-on.location:hover, .btn-success:focus, .btn-on:focus, .btn-success:active, .btn-on:active, .btn-success.active, .active.btn-on, .stage_selectable .stage_options button.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-on {
  background-color: #6dbb4a;
  border-color: #6dbb4a;
  color: #FFFFFF;
}

.btn-info {
  background-color: #58c9f3;
  border-color: #58c9f3;
  color: #FFFFFF;
}

.btn-info:hover, a .btn-info.location:hover, .link .btn-info.location:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #53bee6;
  border-color: #53BEE6;
  color: #FFFFFF;
}

.btn-warning {
  background-color: #f1c500;
  border-color: #f1c500;
  color: #FFFFFF;
}

.btn-warning:hover, a .btn-warning.location:hover, .link .btn-warning.location:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #e4ba00;
  border-color: #e4ba00;
  color: #FFFFFF;
}

.btn-danger, .btn-off, .stage_selectable .stage_options button {
  background-color: #ff6c60;
  border-color: #ff6c60;
  color: #FFFFFF;
}

.btn-danger:hover, a .btn-danger.location:hover, .link .btn-danger.location:hover, .btn-off:hover, a .btn-off.location:hover, .link .btn-off.location:hover, .stage_selectable .stage_options button:hover, .btn-danger:focus, .btn-off:focus, .stage_selectable .stage_options button:focus, .btn-danger:active, .btn-off:active, .stage_selectable .stage_options button:active, .btn-danger.active, .active.btn-off, .stage_selectable .stage_options button.active, .open .dropdown-toggle.btn-danger, .open .dropdown-toggle.btn-off, .open .stage_selectable .stage_options button.dropdown-toggle, .stage_selectable .stage_options .open button.dropdown-toggle {
  background-color: #ec6459;
  border-color: #ec6459;
  color: #FFFFFF;
}

.btn-white {
  box-shadow: none !important;
}

/*Rounded Button*/
.btn-round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

/*shadow button*/
.btn-shadow.btn-default, body.database_setup .skip_to_form input.btn-shadow[type=submit], body.database_setup .migrate_to_form input.btn-shadow[type=submit] {
  box-shadow: 0 4px #9c9c9c;
}

.btn-shadow.btn-primary {
  box-shadow: 0 4px #29b392;
}

.btn-shadow.btn-success, .btn-shadow.btn-on, .stage_selectable .stage_options button.btn-shadow.active {
  box-shadow: 0 4px #61a642;
}

.btn-shadow.btn-info {
  box-shadow: 0 4px #1caadc;
}

.btn-shadow.btn-warning {
  box-shadow: 0 4px #cab03f;
}

.btn-shadow.btn-danger, .btn-shadow.btn-off, .stage_selectable .stage_options button.btn-shadow {
  box-shadow: 0 4px #d1595a;
}

/*dropdown shadow*/
.btn-group.open .dropdown-toggle, .btn-white.active, .btn:active, .btn-xs:active, .possible_aka_listings button:active, .user_main_info_area .mod_options form button:active, .btn-sm:active, .request_list .challenge_request_hmm.removing button:active, .stage_selectable .stage_options button:active, body.database_setup input[type=submit]:active, body.database_setup button:active, .btn.active, .active.btn-xs, .possible_aka_listings button.active, .user_main_info_area .mod_options form button.active, .active.btn-sm, .request_list .challenge_request_hmm.removing button.active, .stage_selectable .stage_options button.active, body.database_setup input.active[type=submit], body.database_setup button.active {
  box-shadow: none;
}

/*dropdown select bg*/
.dropdown-menu > li > a:hover, a .dropdown-menu > li > .location:hover, .link .dropdown-menu > li > .location:hover, .dropdown-menu > li > .link:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .link:focus {
  background-color: #495d74;
  color: #FFFFFF;
  text-decoration: none;
}

/*split dropdown btn*/
.btn-white {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border-color: rgba(150, 160, 180, 0.3);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/
.breadcrumb {
  background-color: #fff;
}

/*tab*/
.nav-tabs > li > a, a .nav-tabs > li > .location:hover, .link .nav-tabs > li > .location:hover, .nav-tabs > li > .link {
  margin-right: 1px;
}

/*collapse*/
.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #797979;
}

/*nav inverse*/
.navbar-inverse {
  background-color: #7087A3;
  border-color: #7087A3;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse a .navbar-nav > .active > .location:hover, a .navbar-inverse .navbar-nav > .active > .location:hover, .navbar-inverse .link .navbar-nav > .active > .location:hover, .link .navbar-inverse .navbar-nav > .active > .location:hover, .navbar-inverse .navbar-nav > .active > .link, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse a .navbar-nav > .open > .location:hover,
a .navbar-inverse .navbar-nav > .open > .location:hover,
.navbar-inverse .link .navbar-nav > .open > .location:hover,
.link .navbar-inverse .navbar-nav > .open > .location:hover,
.navbar-inverse .navbar-nav > .open > .link, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #61748d;
}

.navbar-inverse .navbar-nav > li a:hover, .navbar-inverse .navbar-nav > li a .location:hover, a .navbar-inverse .navbar-nav > li .location:hover, .navbar-inverse .navbar-nav > li .link .location:hover, .link .navbar-inverse .navbar-nav > li .location:hover, .navbar-inverse .navbar-nav > li .link:hover {
  color: #2A3542;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover, .navbar-inverse .navbar-nav > li > ul > li a .location:hover, a .navbar-inverse .navbar-nav > li > ul > li .location:hover, .navbar-inverse .navbar-nav > li > ul > li .link .location:hover, .link .navbar-inverse .navbar-nav > li > ul > li .location:hover, .navbar-inverse .navbar-nav > li > ul > li .link:hover {
  color: #fff;
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse a .navbar-nav > li > .location:hover, a .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .link .navbar-nav > li > .location:hover, .link .navbar-inverse .navbar-nav > li > .location:hover, .navbar-inverse .navbar-nav > li > .link {
  color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret, .navbar-inverse a .navbar-nav > .dropdown > .location:hover .caret, a .navbar-inverse .navbar-nav > .dropdown > .location:hover .caret, .navbar-inverse .link .navbar-nav > .dropdown > .location:hover .caret, .link .navbar-inverse .navbar-nav > .dropdown > .location:hover .caret, .navbar-inverse .navbar-nav > .dropdown > .link .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link {
  color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-inverse .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link:hover {
  color: #fff;
}

/*nav justified*/
.nav-justified {
  width: auto !important;
}

.nav-justified li:last-child > a:hover, .nav-justified a li:last-child > .location:hover, a .nav-justified li:last-child > .location:hover, .nav-justified .link li:last-child > .location:hover, .link .nav-justified li:last-child > .location:hover, .nav-justified li:last-child > .link:hover, .nav-justified li.active:last-child > a, .nav-justified li.active:last-child > .link {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/
.list-group-item.active, .entrant_list .active.entrant, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #00A8B3;
  border-color: #00A8B3;
  color: #FFFFFF;
  z-index: 2;
}

.list-group-item-heading {
  font-weight: 300;
}

/*progress*/
.progress {
  box-shadow: none;
  background: #f0f2f7;
}

/*alert*/
.alert-success, .alert-danger, .alert-info, .alert-warning {
  border: none;
}

/*table*/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 10px;
}

hr {
  border-color: #3A4059;
}

.header, .footer {
  min-height: 60px;
  padding: 0 5px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
  min-height: 60px;
  height: 60px;
  background-color: #1C1F2B;
  border-bottom: 1px solid #3A4059;
}

.header_content, .wrapper > .row {
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .wrapper > .row {
    margin: 0;
    padding: 0;
  }
}
.wrapper {
  padding: 15px 0 0 0;
  width: 100%;
}

.find_opponents {
  display: flex;
  position: relative;
  justify-content: center;
}
.find_opponents.hovered .find_opponents_text {
  color: #F66;
}
.find_opponents.hovered .clickable-logo {
  filter: drop-shadow(1px 1px 1px #F66) drop-shadow(-1px 1px 1px #F66) drop-shadow(0 -0.5px 1px #F66);
}
.find_opponents .find_opponents_text:hover {
  color: #F66;
}
.find_opponents .clickable-logo:hover {
  filter: drop-shadow(1px 1px 1px #F66) drop-shadow(-1px 1px 1px #F66) drop-shadow(0 -0.5px 1px #F66);
}
.find_opponents .logo {
  height: 400px;
}
.find_opponents .find_opponents_text {
  position: absolute;
  display: block;
  text-align: center;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-size: 49px;
  color: white;
}
.find_opponents .find_opponents_text.bottom {
  bottom: 0;
}

a.logo, a .logo.location:hover, .link .logo.location:hover, .logo.link {
  font-size: 24px;
  color: #ECECEC;
  float: left;
  text-transform: uppercase;
  margin-right: 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a.logo:hover, a .logo.location:hover, .link .logo.location:hover, .logo.link:hover, a.logo:focus, .logo.link:focus {
  text-decoration: none;
  outline: none;
}

a.logo .accent, a .logo.location:hover .accent, .link .logo.location:hover .accent, .accent {
  color: #FF6C60;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}

.nav.nav-tabs {
  padding-bottom: 0;
}

.tab-content > .tab-pane {
  margin-top: 14px;
}

.tab-pane.loading-content {
  min-height: 120px;
  text-align: center;
}

.nav-tabs > li.active > a:focus, a .nav-tabs > li.active > .location:focus:hover, .link .nav-tabs > li.active > .location:focus:hover, .nav-tabs > li.active > .link:focus, .nav > li > a:focus, a .nav > li > .location:focus:hover, .link .nav > li > .location:focus:hover, .nav > li > .link:focus {
  background-color: #05D8FF;
}

.nav-tabs > li.active > a, a .nav-tabs > li.active > .location:hover, .link .nav-tabs > li.active > .location:hover, .nav-tabs > li.active > .link, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: white;
  cursor: default;
  background-color: #3A4059;
  border: 1px solid black;
  border-bottom-width: 2px;
  border-bottom-color: #05D8FF;
}

.nav-tabs > li > a, a .nav-tabs > li > .location:hover, .link .nav-tabs > li > .location:hover, .nav-tabs > li > .link {
  color: white;
  background-color: #3A4059;
  border: 1px solid black;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}

.nav > li > a:hover, a .nav > li > .location:hover, .link .nav > li > .location:hover, .nav > li > .link:hover {
  text-decoration: none;
  background-color: #00CBD0;
  border-color: black;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}

.nav-tabs > li {
  margin-right: 2px;
  margin-bottom: 0px;
}

.top-nav {
  float: right;
  margin-top: 16px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#top_main_nav {
  font-size: 16px;
  font-weight: 700;
  float: left;
  margin-top: 11px;
}

#top_main_nav .main_menu_items > li {
  float: left;
  margin: 0 2px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#top_main_nav .main_menu_items > li > a, #top_main_nav a .main_menu_items > li > .location:hover, a #top_main_nav .main_menu_items > li > .location:hover, #top_main_nav .link .main_menu_items > li > .location:hover, .link #top_main_nav .main_menu_items > li > .location:hover, #top_main_nav .main_menu_items > li > .link {
  display: block;
  padding: 8px 8px;
  color: white;
  background-color: inherit;
}

#top_main_nav .main_menu_items > li > .active, #top_main_nav .main_menu_items > li.open > a, #top_main_nav .main_menu_items > li.open > .link, #top_main_nav .main_menu_items > li > a:hover, #top_main_nav a .main_menu_items > li > .location:hover, a #top_main_nav .main_menu_items > li > .location:hover, #top_main_nav .link .main_menu_items > li > .location:hover, .link #top_main_nav .main_menu_items > li > .location:hover, #top_main_nav .main_menu_items > li > .link:hover {
  color: #FFF;
  border-radius: 200px;
  background: #3A4059;
}

#top_main_nav .main_menu_items > .emphasized_bright .link, #top_main_nav .latest_subscribers .latest_sub .main_menu_items > .sub_stat .link, .latest_subscribers .latest_sub #top_main_nav .main_menu_items > .sub_stat .link {
  color: #0F0;
}

.nav .open > a, .nav a .open > .location:hover, a .nav .open > .location:hover, .nav .link .open > .location:hover, .link .nav .open > .location:hover, .nav .open > .link, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #999;
}

.dropdown-menu > li > a:hover, a .dropdown-menu > li > .location:hover, .link .dropdown-menu > li > .location:hover, .dropdown-menu > li > .link:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .link:focus {
  /*background-color: rgb(50, 50, 50);*/
}

/* Import fonts */
body {
  color: white;
  background: #F1F2F7;
  font-family: "Roboto", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
}

body:not(#tinymce) {
  padding: 0 !important;
  margin: 0 !important;
}

.ui-pnotify-container {
  border-radius: 0;
  margin-bottom: 0;
  background-color: #30354A;
  color: white;
  border: 1px solid #3A4059;
}

.alert-danger a, .alert-danger a .location:hover, a .alert-danger .location:hover, .alert-danger .link .location:hover, .link .alert-danger .location:hover, .alert-danger .link {
  color: black;
}

.alert-success a, .alert-success a .location:hover, a .alert-success .location:hover, .alert-success .link .location:hover, .link .alert-success .location:hover, .alert-success .link {
  color: gray;
}

.btn.disabled, .disabled.btn-xs, .possible_aka_listings button.disabled, .user_main_info_area .mod_options form button.disabled, .disabled.btn-sm, .stage_selectable .stage_options button.disabled, body.database_setup input.disabled[type=submit], body.database_setup button.disabled, .request_list .challenge_request_hmm.removing button, .btn[disabled], [disabled].btn-xs, .possible_aka_listings button[disabled], .user_main_info_area .mod_options form button[disabled], [disabled].btn-sm, .stage_selectable .stage_options button[disabled], body.database_setup input[disabled][type=submit], body.database_setup button[disabled], .btn-default[disabled] {
  opacity: 0.6;
}

.btn, .btn-xs, .possible_aka_listings button, .user_main_info_area .mod_options form button, .btn-sm, .request_list .challenge_request_hmm.removing button, .stage_selectable .stage_options button, body.database_setup input[type=submit], body.database_setup button, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  text-decoration: none;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn:focus, .btn-xs:focus, .possible_aka_listings button:focus, .user_main_info_area .mod_options form button:focus, .btn-sm:focus, .request_list .challenge_request_hmm.removing button:focus, .stage_selectable .stage_options button:focus, body.database_setup input[type=submit]:focus, body.database_setup button:focus {
  color: white;
}
.btn:hover, a .btn.location:hover, .link .btn.location:hover, .btn-xs:hover, .possible_aka_listings button:hover, .user_main_info_area .mod_options form button:hover, a .btn-xs.location:hover, .link .btn-xs.location:hover, .btn-sm:hover, a .btn-sm.location:hover, .link .btn-sm.location:hover, .request_list .challenge_request_hmm.removing button:hover, .stage_selectable .stage_options button:hover, body.database_setup input[type=submit]:hover, body.database_setup button:hover {
  background-color: #05D8FF;
  color: #1C1F2B;
}

.btn-success, .btn-on, .stage_selectable .stage_options button.active, .bg-success, .bug_category, .bug_summary_description .confirmed, .normal_list .no_tags.active, .btn-success:focus, .btn-success.active, .open .dropdown-toggle.btn-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #FFF;
  background-color: #0A6EBD;
  border-color: #05D8FF;
}

.btn-default, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit] {
  background-color: #3A4059;
  border-color: #3A4059;
  color: white;
}

.btn-default:hover, a .btn-default.location:hover, .link .btn-default.location:hover, body.database_setup .skip_to_form input[type=submit]:hover, body.database_setup .migrate_to_form input[type=submit]:hover {
  background-color: #05D8FF;
  border-color: #05D8FF;
  color: #1C1F2B;
}

.btn-success:hover, a .btn-success.location:hover, .link .btn-success.location:hover, .btn-on:hover, a .btn-on.location:hover, .link .btn-on.location:hover, .stage_selectable .stage_options button.active:hover, .btn-success:active, .btn-on:active, .stage_selectable .stage_options button.active:active {
  background-color: #05D8FF;
  border-color: #05D8FF;
}

.btn-sexy {
  background-color: #12141C;
}

.btn-group > .btn:hover, .btn-group > .btn-xs:hover, .possible_aka_listings .btn-group > button:hover, .user_main_info_area .mod_options form .btn-group > button:hover, .btn-group > .btn-sm:hover, .request_list .challenge_request_hmm.removing .btn-group > button:hover, .stage_selectable .stage_options .btn-group > button:hover, body.database_setup .btn-group > input[type=submit]:hover, body.database_setup .btn-group > button:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn-xs:hover, .possible_aka_listings .btn-group-vertical > button:hover, .user_main_info_area .mod_options form .btn-group-vertical > button:hover, .btn-group-vertical > .btn-sm:hover, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:hover, .stage_selectable .stage_options .btn-group-vertical > button:hover, body.database_setup .btn-group-vertical > input[type=submit]:hover, body.database_setup .btn-group-vertical > button:hover, .btn-group > .btn:focus, .btn-group > .btn-xs:focus, .possible_aka_listings .btn-group > button:focus, .user_main_info_area .mod_options form .btn-group > button:focus, .btn-group > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group > button:focus, .stage_selectable .stage_options .btn-group > button:focus, body.database_setup .btn-group > input[type=submit]:focus, body.database_setup .btn-group > button:focus, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn-xs:focus, .possible_aka_listings .btn-group-vertical > button:focus, .user_main_info_area .mod_options form .btn-group-vertical > button:focus, .btn-group-vertical > .btn-sm:focus, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:focus, .stage_selectable .stage_options .btn-group-vertical > button:focus, body.database_setup .btn-group-vertical > input[type=submit]:focus, body.database_setup .btn-group-vertical > button:focus, .btn-group > .btn:active, .btn-group > .btn-xs:active, .possible_aka_listings .btn-group > button:active, .user_main_info_area .mod_options form .btn-group > button:active, .btn-group > .btn-sm:active, .request_list .challenge_request_hmm.removing .btn-group > button:active, .stage_selectable .stage_options .btn-group > button:active, body.database_setup .btn-group > input[type=submit]:active, body.database_setup .btn-group > button:active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn-xs:active, .possible_aka_listings .btn-group-vertical > button:active, .user_main_info_area .mod_options form .btn-group-vertical > button:active, .btn-group-vertical > .btn-sm:active, .request_list .challenge_request_hmm.removing .btn-group-vertical > button:active, .stage_selectable .stage_options .btn-group-vertical > button:active, body.database_setup .btn-group-vertical > input[type=submit]:active, body.database_setup .btn-group-vertical > button:active, .btn-group > .btn.active, .btn-group > .active.btn-xs, .possible_aka_listings .btn-group > button.active, .user_main_info_area .mod_options form .btn-group > button.active, .btn-group > .active.btn-sm, .request_list .challenge_request_hmm.removing .btn-group > button.active, .stage_selectable .stage_options .btn-group > button.active, body.database_setup .btn-group > input.active[type=submit], body.database_setup .btn-group > button.active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.btn-xs, .possible_aka_listings .btn-group-vertical > button.active, .user_main_info_area .mod_options form .btn-group-vertical > button.active, .btn-group-vertical > .active.btn-sm, .request_list .challenge_request_hmm.removing .btn-group-vertical > button.active, .stage_selectable .stage_options .btn-group-vertical > button.active, body.database_setup .btn-group-vertical > input.active[type=submit], body.database_setup .btn-group-vertical > button.active {
  z-index: 0;
}

.btn-danger, .btn-off, .stage_selectable .stage_options button {
  border-color: #EA5849;
  background-color: #EA5849;
}

.btn-danger:hover, a .btn-danger.location:hover, .link .btn-danger.location:hover, .btn-off:hover, a .btn-off.location:hover, .link .btn-off.location:hover, .stage_selectable .stage_options button:hover {
  border-color: #FF8E86;
  background-color: #FF8E86;
}

.modal.fade .modal-dialog {
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
  opacity: 1;
  transform: translate3d(0%, 0, 0) !important;
}

/* DIALOG CONTENT */
.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
  background-color: #1C1F2B;
}

/* DIALOG HEADER */
.modal-header {
  min-height: 16px;
  padding: 24px;
  border-bottom: none;
  background-color: #30354A;
  color: white;
}

.modal-title {
  font-weight: 500;
  font-size: 21px;
}

/* DIALOG BODY */
.modal-body {
  padding: 0 24px;
  overflow: auto;
  font-size: 16px;
  padding-bottom: 16px;
  padding-top: 8px;
  max-height: 70vh;
  color: white;
}

.modal-loading .modal-body {
  display: flex;
  flex-direction: column;
  height: 160px;
}

.modal-body p {
  font-weight: 400;
  font-size: 14px;
}

.modal-body .lead {
  font-weight: 300;
  font-size: 16px;
  color: #757575;
}

.modal-body p:last-child,
.modal-body .lead:last-child {
  margin-bottom: 0;
}

/* DIALOG FOOTER */
.modal-footer {
  margin-top: 24px;
  padding: 8px 0;
  border-top: none;
}

.modal-footer .btn, .modal-footer .btn-xs, .modal-footer .possible_aka_listings button, .possible_aka_listings .modal-footer button, .modal-footer .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .modal-footer button, .modal-footer .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .modal-footer button, .modal-footer .stage_selectable .stage_options button, .stage_selectable .stage_options .modal-footer button, .modal-footer body.database_setup input[type=submit], body.database_setup .modal-footer input[type=submit], .modal-footer body.database_setup button, body.database_setup .modal-footer button {
  height: 36px;
  margin-right: 8px;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-footer .btn:focus, .modal-footer .btn-xs:focus, .modal-footer .possible_aka_listings button:focus, .possible_aka_listings .modal-footer button:focus, .modal-footer .user_main_info_area .mod_options form button:focus, .user_main_info_area .mod_options form .modal-footer button:focus, .modal-footer .btn-sm:focus, .modal-footer .request_list .challenge_request_hmm.removing button:focus, .request_list .challenge_request_hmm.removing .modal-footer button:focus, .modal-footer .stage_selectable .stage_options button:focus, .stage_selectable .stage_options .modal-footer button:focus, .modal-footer body.database_setup input[type=submit]:focus, body.database_setup .modal-footer input[type=submit]:focus, .modal-footer body.database_setup button:focus, body.database_setup .modal-footer button:focus {
  outline: none;
  box-shadow: none;
}

.modal-footer .btn + .btn, .modal-footer .btn-xs + .btn, .modal-footer .possible_aka_listings button + .btn, .possible_aka_listings .modal-footer button + .btn, .modal-footer .user_main_info_area .mod_options form button + .btn, .user_main_info_area .mod_options form .modal-footer button + .btn, .modal-footer .btn-sm + .btn, .modal-footer .request_list .challenge_request_hmm.removing button + .btn, .request_list .challenge_request_hmm.removing .modal-footer button + .btn, .modal-footer .stage_selectable .stage_options button + .btn, .stage_selectable .stage_options .modal-footer button + .btn, .modal-footer body.database_setup input[type=submit] + .btn, body.database_setup .modal-footer input[type=submit] + .btn, .modal-footer body.database_setup button + .btn, body.database_setup .modal-footer button + .btn, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn, .modal-footer .btn + .btn-xs, .modal-footer .possible_aka_listings .btn + button, .possible_aka_listings .modal-footer .btn + button, .modal-footer .user_main_info_area .mod_options form .btn + button, .user_main_info_area .mod_options form .modal-footer .btn + button, .modal-footer .btn-xs + .btn-xs, .modal-footer .possible_aka_listings button + .btn-xs, .possible_aka_listings .modal-footer button + .btn-xs, .modal-footer .possible_aka_listings .btn-xs + button, .possible_aka_listings .modal-footer .btn-xs + button, .modal-footer .possible_aka_listings button + button, .possible_aka_listings .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form button + .btn-xs, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer button + .btn-xs, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form .btn-xs + button, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .btn-xs + button, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer button + button, .modal-footer .btn-sm + .btn-xs, .modal-footer .possible_aka_listings .btn-sm + button, .possible_aka_listings .modal-footer .btn-sm + button, .modal-footer .user_main_info_area .mod_options form .btn-sm + button, .user_main_info_area .mod_options form .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-xs, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-xs, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options button + .btn-xs, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer button + .btn-xs, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup input[type=submit] + .btn-xs, .modal-footer body.database_setup .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup input[type=submit] + button, .modal-footer body.database_setup .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer input[type=submit] + .btn-xs, body.database_setup .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .modal-footer input[type=submit] + button, body.database_setup .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup button + .btn-xs, .modal-footer body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer body.database_setup button + button, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button, body.database_setup .modal-footer button + .btn-xs, body.database_setup .modal-footer .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer button + button, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-xs, .modal-footer body.database_setup .skip_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup .skip_to_form input[type=submit] + button, .modal-footer body.database_setup .skip_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-xs, body.database_setup .skip_to_form .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .skip_to_form .modal-footer input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-xs, .modal-footer body.database_setup .migrate_to_form .possible_aka_listings input[type=submit] + button, .possible_aka_listings .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-xs, body.database_setup .migrate_to_form .modal-footer .possible_aka_listings input[type=submit] + button, .possible_aka_listings body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer .btn + .btn-sm, .modal-footer .btn-xs + .btn-sm, .modal-footer .possible_aka_listings button + .btn-sm, .possible_aka_listings .modal-footer button + .btn-sm, .modal-footer .user_main_info_area .mod_options form button + .btn-sm, .user_main_info_area .mod_options form .modal-footer button + .btn-sm, .modal-footer .btn-sm + .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-sm, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-sm, .modal-footer .stage_selectable .stage_options button + .btn-sm, .stage_selectable .stage_options .modal-footer button + .btn-sm, .modal-footer body.database_setup input[type=submit] + .btn-sm, body.database_setup .modal-footer input[type=submit] + .btn-sm, .modal-footer body.database_setup button + .btn-sm, body.database_setup .modal-footer button + .btn-sm, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-sm, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-sm, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-sm, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing .btn + button, .request_list .challenge_request_hmm.removing .modal-footer .btn + button, .modal-footer .request_list .challenge_request_hmm.removing .btn-xs + button, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-xs + button, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .request_list .challenge_request_hmm.removing .btn-sm + button, .request_list .challenge_request_hmm.removing .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer .stage_selectable .stage_options .btn + button, .stage_selectable .stage_options .modal-footer .btn + button, .modal-footer .stage_selectable .stage_options .btn-xs + button, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .btn-xs + button, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button, .modal-footer .stage_selectable .stage_options .btn-sm + button, .stage_selectable .stage_options .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer body.database_setup button + button, body.database_setup .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button, .stage_selectable .stage_options body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .btn + input[type=submit], body.database_setup .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .btn-xs + input[type=submit], .modal-footer body.database_setup .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup button + input[type=submit], .modal-footer body.database_setup .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup button + input[type=submit], body.database_setup .modal-footer .btn-xs + input[type=submit], body.database_setup .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .modal-footer button + input[type=submit], body.database_setup .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .modal-footer button + input[type=submit], .modal-footer body.database_setup .btn-sm + input[type=submit], body.database_setup .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + input[type=submit], body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + input[type=submit], body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup button + input[type=submit], body.database_setup .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup button + input[type=submit], body.database_setup .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup input[type=submit] + input[type=submit], body.database_setup .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup button + input[type=submit], body.database_setup .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .btn + button, body.database_setup .modal-footer .btn + button, .modal-footer body.database_setup .btn-xs + button, .modal-footer body.database_setup .possible_aka_listings button + button, .possible_aka_listings .modal-footer body.database_setup button + button, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button, body.database_setup .modal-footer .btn-xs + button, body.database_setup .modal-footer .possible_aka_listings button + button, .possible_aka_listings body.database_setup .modal-footer button + button, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button, .modal-footer body.database_setup .btn-sm + button, body.database_setup .modal-footer .btn-sm + button, .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + button, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button, body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + button, .modal-footer .stage_selectable .stage_options body.database_setup button + button, body.database_setup .modal-footer .stage_selectable .stage_options button + button, .stage_selectable .stage_options .modal-footer body.database_setup button + button, body.database_setup .stage_selectable .stage_options .modal-footer button + button, .modal-footer body.database_setup input[type=submit] + button, body.database_setup .modal-footer input[type=submit] + button, .modal-footer body.database_setup button + button, body.database_setup .modal-footer button + button, .modal-footer body.database_setup .skip_to_form input[type=submit] + button, body.database_setup .skip_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .migrate_to_form input[type=submit] + button, body.database_setup .migrate_to_form .modal-footer input[type=submit] + button, .modal-footer body.database_setup .skip_to_form .btn + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .skip_to_form .btn-xs + input[type=submit], .modal-footer body.database_setup .skip_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup .skip_to_form button + input[type=submit], .modal-footer body.database_setup .skip_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-xs + input[type=submit], body.database_setup .skip_to_form .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .skip_to_form .modal-footer button + input[type=submit], body.database_setup .skip_to_form .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form .btn-sm + input[type=submit], body.database_setup .skip_to_form .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .skip_to_form button + input[type=submit], body.database_setup .modal-footer .skip_to_form button + input[type=submit], body.database_setup .skip_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], .modal-footer body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn-xs + input[type=submit], .modal-footer body.database_setup .migrate_to_form .possible_aka_listings button + input[type=submit], .possible_aka_listings .modal-footer body.database_setup .migrate_to_form button + input[type=submit], .modal-footer body.database_setup .migrate_to_form .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-xs + input[type=submit], body.database_setup .migrate_to_form .modal-footer .possible_aka_listings button + input[type=submit], .possible_aka_listings body.database_setup .migrate_to_form .modal-footer button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .user_main_info_area .mod_options form button + input[type=submit], .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .migrate_to_form .btn-sm + input[type=submit], body.database_setup .migrate_to_form .modal-footer .btn-sm + input[type=submit], .modal-footer .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit], .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit], .modal-footer .stage_selectable .stage_options body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer .stage_selectable .stage_options button + input[type=submit], .stage_selectable .stage_options .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .stage_selectable .stage_options .modal-footer button + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .modal-footer .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form button + input[type=submit], body.database_setup .modal-footer .migrate_to_form button + input[type=submit], body.database_setup .migrate_to_form .modal-footer button + input[type=submit], .modal-footer body.database_setup .skip_to_form .migrate_to_form input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form .skip_to_form input[type=submit] + input[type=submit], body.database_setup .skip_to_form .modal-footer .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .skip_to_form .modal-footer input[type=submit] + input[type=submit], .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit], body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit] {
  margin-left: 0;
}

.modal-footer .btn + .btn:last-child, .modal-footer .btn-xs + .btn:last-child, .modal-footer .possible_aka_listings button + .btn:last-child, .possible_aka_listings .modal-footer button + .btn:last-child, .modal-footer .user_main_info_area .mod_options form button + .btn:last-child, .user_main_info_area .mod_options form .modal-footer button + .btn:last-child, .modal-footer .btn-sm + .btn:last-child, .modal-footer .request_list .challenge_request_hmm.removing button + .btn:last-child, .request_list .challenge_request_hmm.removing .modal-footer button + .btn:last-child, .modal-footer .stage_selectable .stage_options button + .btn:last-child, .stage_selectable .stage_options .modal-footer button + .btn:last-child, .modal-footer body.database_setup input[type=submit] + .btn:last-child, body.database_setup .modal-footer input[type=submit] + .btn:last-child, .modal-footer body.database_setup button + .btn:last-child, body.database_setup .modal-footer button + .btn:last-child, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn:last-child, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn:last-child, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn:last-child, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn:last-child, .modal-footer .btn + .btn-xs:last-child, .modal-footer .possible_aka_listings .btn + button:last-child, .possible_aka_listings .modal-footer .btn + button:last-child, .modal-footer .user_main_info_area .mod_options form .btn + button:last-child, .user_main_info_area .mod_options form .modal-footer .btn + button:last-child, .modal-footer .btn-xs + .btn-xs:last-child, .modal-footer .possible_aka_listings button + .btn-xs:last-child, .possible_aka_listings .modal-footer button + .btn-xs:last-child, .modal-footer .possible_aka_listings .btn-xs + button:last-child, .possible_aka_listings .modal-footer .btn-xs + button:last-child, .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer button + button:last-child, .modal-footer .user_main_info_area .mod_options form button + .btn-xs:last-child, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer button + .btn-xs:last-child, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button:last-child, .modal-footer .user_main_info_area .mod_options form .btn-xs + button:last-child, .modal-footer .user_main_info_area .mod_options form .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer .btn-xs + button:last-child, .user_main_info_area .mod_options form .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .user_main_info_area .mod_options form .modal-footer button + button:last-child, .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer button + button:last-child, .modal-footer .btn-sm + .btn-xs:last-child, .modal-footer .possible_aka_listings .btn-sm + button:last-child, .possible_aka_listings .modal-footer .btn-sm + button:last-child, .modal-footer .user_main_info_area .mod_options form .btn-sm + button:last-child, .user_main_info_area .mod_options form .modal-footer .btn-sm + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-xs:last-child, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-xs:last-child, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .modal-footer .stage_selectable .stage_options button + .btn-xs:last-child, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button:last-child, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer button + .btn-xs:last-child, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button:last-child, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button:last-child, .modal-footer body.database_setup input[type=submit] + .btn-xs:last-child, .modal-footer body.database_setup .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings .modal-footer body.database_setup input[type=submit] + button:last-child, .modal-footer body.database_setup .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup input[type=submit] + button:last-child, body.database_setup .modal-footer input[type=submit] + .btn-xs:last-child, body.database_setup .modal-footer .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings body.database_setup .modal-footer input[type=submit] + button:last-child, body.database_setup .modal-footer .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form body.database_setup .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup button + .btn-xs:last-child, .modal-footer body.database_setup .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer body.database_setup button + button:last-child, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button:last-child, body.database_setup .modal-footer button + .btn-xs:last-child, body.database_setup .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings body.database_setup .modal-footer button + button:last-child, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button:last-child, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-xs:last-child, .modal-footer body.database_setup .skip_to_form .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings .modal-footer body.database_setup .skip_to_form input[type=submit] + button:last-child, .modal-footer body.database_setup .skip_to_form .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup .skip_to_form input[type=submit] + button:last-child, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-xs:last-child, body.database_setup .skip_to_form .modal-footer .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings body.database_setup .skip_to_form .modal-footer input[type=submit] + button:last-child, body.database_setup .skip_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form body.database_setup .skip_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-xs:last-child, .modal-footer body.database_setup .migrate_to_form .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings .modal-footer body.database_setup .migrate_to_form input[type=submit] + button:last-child, .modal-footer body.database_setup .migrate_to_form .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup .migrate_to_form input[type=submit] + button:last-child, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-xs:last-child, body.database_setup .migrate_to_form .modal-footer .possible_aka_listings input[type=submit] + button:last-child, .possible_aka_listings body.database_setup .migrate_to_form .modal-footer input[type=submit] + button:last-child, body.database_setup .migrate_to_form .modal-footer .user_main_info_area .mod_options form input[type=submit] + button:last-child, .user_main_info_area .mod_options form body.database_setup .migrate_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer .btn + .btn-sm:last-child, .modal-footer .btn-xs + .btn-sm:last-child, .modal-footer .possible_aka_listings button + .btn-sm:last-child, .possible_aka_listings .modal-footer button + .btn-sm:last-child, .modal-footer .user_main_info_area .mod_options form button + .btn-sm:last-child, .user_main_info_area .mod_options form .modal-footer button + .btn-sm:last-child, .modal-footer .btn-sm + .btn-sm:last-child, .modal-footer .request_list .challenge_request_hmm.removing button + .btn-sm:last-child, .request_list .challenge_request_hmm.removing .modal-footer button + .btn-sm:last-child, .modal-footer .stage_selectable .stage_options button + .btn-sm:last-child, .stage_selectable .stage_options .modal-footer button + .btn-sm:last-child, .modal-footer body.database_setup input[type=submit] + .btn-sm:last-child, body.database_setup .modal-footer input[type=submit] + .btn-sm:last-child, .modal-footer body.database_setup button + .btn-sm:last-child, body.database_setup .modal-footer button + .btn-sm:last-child, .modal-footer body.database_setup .skip_to_form input[type=submit] + .btn-sm:last-child, body.database_setup .skip_to_form .modal-footer input[type=submit] + .btn-sm:last-child, .modal-footer body.database_setup .migrate_to_form input[type=submit] + .btn-sm:last-child, body.database_setup .migrate_to_form .modal-footer input[type=submit] + .btn-sm:last-child, .modal-footer .request_list .challenge_request_hmm.removing .btn + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .btn + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .btn-xs + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .btn-xs + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .btn-sm + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .btn-sm + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .modal-footer .stage_selectable .stage_options .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .stage_selectable .stage_options .modal-footer button + button:last-child, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup input[type=submit] + button:last-child, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button:last-child, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing body.database_setup .modal-footer button + button:last-child, .modal-footer body.database_setup .skip_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .skip_to_form input[type=submit] + button:last-child, body.database_setup .skip_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing body.database_setup .skip_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .migrate_to_form .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup .migrate_to_form input[type=submit] + button:last-child, body.database_setup .migrate_to_form .modal-footer .request_list .challenge_request_hmm.removing input[type=submit] + button:last-child, .request_list .challenge_request_hmm.removing body.database_setup .migrate_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer .stage_selectable .stage_options .btn + button:last-child, .stage_selectable .stage_options .modal-footer .btn + button:last-child, .modal-footer .stage_selectable .stage_options .btn-xs + button:last-child, .modal-footer .stage_selectable .stage_options .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer .stage_selectable .stage_options button + button:last-child, .modal-footer .stage_selectable .stage_options .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer .btn-xs + button:last-child, .stage_selectable .stage_options .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings .stage_selectable .stage_options .modal-footer button + button:last-child, .stage_selectable .stage_options .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .stage_selectable .stage_options .modal-footer button + button:last-child, .modal-footer .stage_selectable .stage_options .btn-sm + button:last-child, .stage_selectable .stage_options .modal-footer .btn-sm + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer button + button:last-child, .modal-footer body.database_setup .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options .modal-footer body.database_setup input[type=submit] + button:last-child, body.database_setup .modal-footer .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options body.database_setup .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer body.database_setup button + button:last-child, body.database_setup .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options body.database_setup .modal-footer button + button:last-child, .modal-footer body.database_setup .skip_to_form .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options .modal-footer body.database_setup .skip_to_form input[type=submit] + button:last-child, body.database_setup .skip_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options body.database_setup .skip_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .migrate_to_form .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options .modal-footer body.database_setup .migrate_to_form input[type=submit] + button:last-child, body.database_setup .migrate_to_form .modal-footer .stage_selectable .stage_options input[type=submit] + button:last-child, .stage_selectable .stage_options body.database_setup .migrate_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .btn + input[type=submit]:last-child, body.database_setup .modal-footer .btn + input[type=submit]:last-child, .modal-footer body.database_setup .btn-xs + input[type=submit]:last-child, .modal-footer body.database_setup .possible_aka_listings button + input[type=submit]:last-child, .possible_aka_listings .modal-footer body.database_setup button + input[type=submit]:last-child, .modal-footer body.database_setup .user_main_info_area .mod_options form button + input[type=submit]:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup button + input[type=submit]:last-child, body.database_setup .modal-footer .btn-xs + input[type=submit]:last-child, body.database_setup .modal-footer .possible_aka_listings button + input[type=submit]:last-child, .possible_aka_listings body.database_setup .modal-footer button + input[type=submit]:last-child, body.database_setup .modal-footer .user_main_info_area .mod_options form button + input[type=submit]:last-child, .user_main_info_area .mod_options form body.database_setup .modal-footer button + input[type=submit]:last-child, .modal-footer body.database_setup .btn-sm + input[type=submit]:last-child, body.database_setup .modal-footer .btn-sm + input[type=submit]:last-child, .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + input[type=submit]:last-child, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + input[type=submit]:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + input[type=submit]:last-child, body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + input[type=submit]:last-child, .modal-footer .stage_selectable .stage_options body.database_setup button + input[type=submit]:last-child, body.database_setup .modal-footer .stage_selectable .stage_options button + input[type=submit]:last-child, .stage_selectable .stage_options .modal-footer body.database_setup button + input[type=submit]:last-child, body.database_setup .stage_selectable .stage_options .modal-footer button + input[type=submit]:last-child, .modal-footer body.database_setup input[type=submit] + input[type=submit]:last-child, body.database_setup .modal-footer input[type=submit] + input[type=submit]:last-child, .modal-footer body.database_setup button + input[type=submit]:last-child, body.database_setup .modal-footer button + input[type=submit]:last-child, .modal-footer body.database_setup .skip_to_form input[type=submit] + input[type=submit]:last-child, body.database_setup .skip_to_form .modal-footer input[type=submit] + input[type=submit]:last-child, .modal-footer body.database_setup .migrate_to_form input[type=submit] + input[type=submit]:last-child, body.database_setup .migrate_to_form .modal-footer input[type=submit] + input[type=submit]:last-child, .modal-footer body.database_setup .btn + button:last-child, body.database_setup .modal-footer .btn + button:last-child, .modal-footer body.database_setup .btn-xs + button:last-child, .modal-footer body.database_setup .possible_aka_listings button + button:last-child, .possible_aka_listings .modal-footer body.database_setup button + button:last-child, .modal-footer body.database_setup .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form .modal-footer body.database_setup button + button:last-child, body.database_setup .modal-footer .btn-xs + button:last-child, body.database_setup .modal-footer .possible_aka_listings button + button:last-child, .possible_aka_listings body.database_setup .modal-footer button + button:last-child, body.database_setup .modal-footer .user_main_info_area .mod_options form button + button:last-child, .user_main_info_area .mod_options form body.database_setup .modal-footer button + button:last-child, .modal-footer body.database_setup .btn-sm + button:last-child, body.database_setup .modal-footer .btn-sm + button:last-child, .modal-footer .request_list .challenge_request_hmm.removing body.database_setup button + button:last-child, body.database_setup .modal-footer .request_list .challenge_request_hmm.removing button + button:last-child, .request_list .challenge_request_hmm.removing .modal-footer body.database_setup button + button:last-child, body.database_setup .request_list .challenge_request_hmm.removing .modal-footer button + button:last-child, .modal-footer .stage_selectable .stage_options body.database_setup button + button:last-child, body.database_setup .modal-footer .stage_selectable .stage_options button + button:last-child, .stage_selectable .stage_options .modal-footer body.database_setup button + button:last-child, body.database_setup .stage_selectable .stage_options .modal-footer button + button:last-child, .modal-footer body.database_setup input[type=submit] + button:last-child, body.database_setup .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup button + button:last-child, body.database_setup .modal-footer button + button:last-child, .modal-footer body.database_setup .skip_to_form input[type=submit] + button:last-child, body.database_setup .skip_to_form .modal-footer input[type=submit] + button:last-child, .modal-footer body.database_setup .migrate_to_form input[type=submit] + button:last-child, body.database_setup .migrate_to_form .modal-footer input[type=submit] + button:last-child {
  margin-left: -4px;
}

.has-error .help-block {
  color: #FF7F7D;
}

.has-success .help-block {
  color: #76FF78;
}

.connection_status .panel, .connection_status body.database_setup .section_content, body.database_setup .connection_status .section_content {
  background-color: white;
}

.pagination li a.disabled, .pagination li a .disabled.location:hover, a .pagination li .disabled.location:hover, .pagination li .link .disabled.location:hover, .link .pagination li .disabled.location:hover, .pagination li .disabled.link {
  background-color: rgba(0, 0, 0, 0.61);
}

.match_summary h1, .match_summary h2, .match_summary h3, .panel h1, body.database_setup .section_content h1, .panel h2, body.database_setup .section_content h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-body h1, .bug_row h1 {
  margin-bottom: 8px;
  font-size: 30px;
}

.panel-body h2, .bug_row h2 {
  margin-bottom: 8px;
  font-size: 26px;
}

.pricing-table {
  color: #797979;
}

h2 .small, .small {
  color: white;
}

a, a .location:hover, .link .location:hover, .link {
  color: #05D8FF;
}

.profile_links .link {
  display: inline-block;
  padding: 12px 0;
}

.panel-heading {
  color: white;
  background-color: #30354A;
  border-color: #3A4059;
  border-radius: 0;
}

.admin_count {
  font-size: 28px;
}

.admin_count .sub_amount {
  display: block;
  font-size: 12px;
}

.tooltips {
  color: #797979;
}

.login-wrap {
  background-color: #12141C;
}

.list-group-item, .entrant_list .entrant {
  background-color: inherit;
}

.panel-title {
  color: white;
}

.panel-footer {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: #3A4059;
}

.pagination > li > a:hover:not(.disabled), a .pagination > li > .location:hover:not(.disabled), .link .pagination > li > .location:hover:not(.disabled), .pagination > li > .link:hover:not(.disabled), .pagination > li > span:hover, .pagination > li > a:focus, a .pagination > li > .location:focus:hover, .link .pagination > li > .location:focus:hover, .pagination > li > .link:focus, .pagination > li > span:focus {
  color: white;
  background-color: transparent;
  font-weight: bold;
  border-color: orange;
}

.pagination > li > a, a .pagination > li > .location:hover, .link .pagination > li > .location:hover, .pagination > li > .link, .pagination > li > span {
  color: white;
  border-color: orange;
  background-color: transparent;
}

ul li {
  list-style: inherit;
}

a, a .location:hover, .link .location:hover, .link, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a:hover, a .location:hover, .link .location:hover, .link:hover, a:focus, .link:focus {
  color: white;
}

::selection, ::-moz-selection {
  background: #05D8FF;
  color: white;
}

#container {
  width: 100%;
  height: 100%;
}

label.form-control {
  height: auto;
}

textarea.form-control {
  min-width: 0;
}

/*login page*/
.login-body {
  background-color: #F1F2F7;
}

.form-signin {
  max-width: 440px;
  margin: 0 auto 50px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-signin p {
  text-align: center;
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 300;
}

.login-wrap {
  padding: 20px;
}

/*sidebar navigation*/
.sidebar-sidebar {
  background-color: #1C1F2B;
}

#sidebar.dragging {
  transition: none;
}

#page_netplay .swipe-area {
  position: absolute;
  height: 100%;
  width: 10px;
  display: block;
  background: transparent;
  z-index: 999;
  margin-top: 38px;
}

#page_netplay .dashboard-md .swipe-area {
  display: none;
}

body.sidebar-open #sidebar {
  display: block;
}

body.sidebar-open #sidebar {
  margin-left: 0;
}

#sidebar ul li {
  position: relative;
}

#sidebar .sub-menu > .sub li {
  padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}

/*---*/
.nav-collapse.collapse {
  display: inline;
}

#sidebar > ul > li > ul.sub {
  display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a, a #sidebar > ul > li > ul.sub > li > .location:hover, .link #sidebar > ul > li > ul.sub > li > .location:hover, #sidebar > ul > li > ul.sub > li > .link {
  display: block;
}

/*notification*/
#top_menu .nav > li, ul.top-menu > li {
  float: left;
}

.notify-row {
  float: right;
}

.notify-row .notification span.label {
  display: inline-block;
  height: 18px;
  width: 20px;
  padding: 5px;
}

ul.top-menu > li > a, a ul.top-menu > li > .location:hover, .link ul.top-menu > li > .location:hover, ul.top-menu > li > .link {
  color: #666666;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 3px;
  margin-right: 10px;
}

ul.top-menu > li > a:hover, a ul.top-menu > li > .location:hover, .link ul.top-menu > li > .location:hover, ul.top-menu > li > .link:hover, ul.top-menu > li > a:focus, ul.top-menu > li > .link:focus, .sidebar-toggle-box .fa-bars:hover, .sidebar-opened .fa-bars {
  border: 1px solid #F0F0F8 !important;
  background-color: #FFF !important;
  border-color: #F0F0F8 !important;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #3A4059 !important;
  background-color: #E8E8E8;
}

.notify-row .badge, .notify-row .event_listing .best_of_small, .event_listing .notify-row .best_of_small, .notify-row .bug_category, .notify-row .bug_summary_description .confirmed, .bug_summary_description .notify-row .confirmed, .notify-row .normal_list .no_tags.active, .normal_list .notify-row .no_tags.active {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}

.dropdown-menu.extended {
  max-width: 300px !important;
  min-width: 160px !important;
  top: 42px;
  width: 235px !important;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .dropdown-menu.extended {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
  }
}
.dropdown-menu.extended p {
  background-color: #0A6EBD;
  color: white;
  margin: 0;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}

.dropdown-menu.extended p.green {
  background-color: #A9D86E;
  color: #FFF;
}

.dropdown-menu.extended p.red {
  background-color: #FF6C60;
  color: #FFF;
}

.dropdown-menu.extended p.yellow {
  background-color: #FCB322;
  color: #FFF;
}

.dropdown-menu.extended li a, .dropdown-menu.extended li a .location:hover, a .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link .location:hover, .link .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link {
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
  list-style: none;
}

.dropdown-menu.extended li a, .dropdown-menu.extended li a .location:hover, a .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link .location:hover, .link .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link {
  padding: 15px 10px;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.extended li a:hover, .dropdown-menu.extended li a .location:hover, a .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link .location:hover, .link .dropdown-menu.extended li .location:hover, .dropdown-menu.extended li .link:hover {
  background-color: #F7F8F9;
  color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -4px;
}

.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}

.dropdown-menu.inbox li a .photo img, a .dropdown-menu.inbox li .location:hover .photo img, .link .dropdown-menu.inbox li .location:hover .photo img, .dropdown-menu.inbox li .link .photo img {
  border-radius: 2px 2px 2px 2px;
  float: left;
  height: 40px;
  margin-right: 4px;
  width: 40px;
}

.dropdown-menu.inbox li a .subject, a .dropdown-menu.inbox li .location:hover .subject, .link .dropdown-menu.inbox li .location:hover .subject, .dropdown-menu.inbox li .link .subject {
  display: block;
}

.dropdown-menu.inbox li a .subject .from, a .dropdown-menu.inbox li .location:hover .subject .from, .link .dropdown-menu.inbox li .location:hover .subject .from, .dropdown-menu.inbox li .link .subject .from {
  font-size: 12px;
  font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time, a .dropdown-menu.inbox li .location:hover .subject .time, .link .dropdown-menu.inbox li .location:hover .subject .time, .dropdown-menu.inbox li .link .subject .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 5px;
  width: auto;
}

.dropdown-menu.inbox li a .message, a .dropdown-menu.inbox li .location:hover .message, .link .dropdown-menu.inbox li .location:hover .message, .dropdown-menu.inbox li .link .message {
  display: block !important;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
  width: 268px !important;
}

.header_content .dropdown .dropdown-menu {
  border: 2px solid #3A4059;
  border-radius: 4px;
  min-height: 50px;
  min-width: 50px;
  overflow: hidden;
  padding: 0;
}
.header_content .dropdown .dropdown-menu li {
  border-bottom: 2px solid #e5e5e5;
  cursor: pointer;
  min-width: 200px;
  padding: 1px;
}
.header_content .dropdown .dropdown-menu li a, .header_content .dropdown .dropdown-menu li a .location:hover, a .header_content .dropdown .dropdown-menu li .location:hover, .header_content .dropdown .dropdown-menu li .link .location:hover, .link .header_content .dropdown .dropdown-menu li .location:hover, .header_content .dropdown .dropdown-menu li .link {
  color: black;
  background-color: unset;
}
.header_content .dropdown .dropdown-menu li a:hover, .header_content .dropdown .dropdown-menu li a .location:hover, a .header_content .dropdown .dropdown-menu li .location:hover, .header_content .dropdown .dropdown-menu li .link .location:hover, .link .header_content .dropdown .dropdown-menu li .location:hover, .header_content .dropdown .dropdown-menu li .link:hover {
  color: black;
  background-color: unset;
}
.header_content .dropdown .dropdown-menu li:hover {
  background-color: #C2C2C2;
}
.header_content .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.header_content .dropdown .dropdown-menu .fa, .header_content .dropdown .dropdown-menu .chat_message.edited .edited, .chat_message.edited .header_content .dropdown .dropdown-menu .edited, .header_content .dropdown .dropdown-menu .feedback_thumbs .negative, .feedback_thumbs .header_content .dropdown .dropdown-menu .negative, .header_content .dropdown .dropdown-menu .feedback_thumbs .positive, .feedback_thumbs .header_content .dropdown .dropdown-menu .positive, .header_content .dropdown .dropdown-menu .feedback_thumbs .neutral, .feedback_thumbs .header_content .dropdown .dropdown-menu .neutral {
  color: #05D8FF;
}

.top-nav .dropdown .dropdown-menu {
  float: right;
  left: -78px;
}

.top-nav .dropdown .profile_menu.dropdown-menu {
  float: right;
  right: 10px;
  left: auto;
}

.dropdown-menu.extended.logout > li {
  float: left;
  text-align: center;
  width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
  float: left;
  text-align: center;
  width: 100%;
  background: #A9D96C;
  border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, a .dropdown-menu.extended.logout > li:last-child > .location:hover, .link .dropdown-menu.extended.logout > li:last-child > .location:hover, .dropdown-menu.extended.logout > li:last-child > .link, .dropdown-menu.extended.logout > li:last-child > a:hover {
  color: #FFF;
  border-bottom: none !important;
  text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i, a .dropdown-menu.extended.logout > li:last-child > .location:hover > i, .link .dropdown-menu.extended.logout > li:last-child > .location:hover > i, .dropdown-menu.extended.logout > li:last-child > .link:hover > i {
  color: #FFF;
}

.dropdown-menu.extended.logout > li > a, a .dropdown-menu.extended.logout > li > .location:hover, .link .dropdown-menu.extended.logout > li > .location:hover, .dropdown-menu.extended.logout > li > .link {
  color: #A4ABBB;
  border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover, .full-width a .dropdown-menu.extended.logout > li > .location:hover, a .full-width .dropdown-menu.extended.logout > li > .location:hover, .full-width .link .dropdown-menu.extended.logout > li > .location:hover, .link .full-width .dropdown-menu.extended.logout > li > .location:hover, .full-width .dropdown-menu.extended.logout > li > .link:hover {
  background: none !important;
  color: #50C8EA !important;
}

.dropdown-menu.extended.logout > li > a:hover, a .dropdown-menu.extended.logout > li > .location:hover, .link .dropdown-menu.extended.logout > li > .location:hover, .dropdown-menu.extended.logout > li > .link:hover {
  background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i, a .dropdown-menu.extended.logout > li > .location:hover i, .link .dropdown-menu.extended.logout > li > .location:hover i, .dropdown-menu.extended.logout > li > .link:hover i {
  color: #50C8EA;
}

.dropdown-menu.extended.logout > li > a i, a .dropdown-menu.extended.logout > li > .location:hover i, .link .dropdown-menu.extended.logout > li > .location:hover i, .dropdown-menu.extended.logout > li > .link i {
  font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i, a .dropdown-menu.extended.logout > li > .location:hover > i, .link .dropdown-menu.extended.logout > li > .location:hover > i, .dropdown-menu.extended.logout > li > .link > i {
  display: block;
}

.top-nav ul.top-menu > li > a, .top-nav a ul.top-menu > li > .location:hover, a .top-nav ul.top-menu > li > .location:hover, .top-nav .link ul.top-menu > li > .location:hover, .link .top-nav ul.top-menu > li > .location:hover, .top-nav ul.top-menu > li > .link, .sidebar-toggle-box .fa-bars {
  color: white;
  border: 1px solid transparent;
}

.top-nav ul.top-menu > li {
  margin-left: 2px;
}

.top-nav .dropdown-menu.extended.logout {
  top: 50px;
}

/*search*/
.search {
  margin-top: 6px;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #FFF;
  box-shadow: none;
  padding: 0 5px 0 35px;
  color: #FFF;
}

.search:focus {
  margin-top: 5px;
  width: 180px;
  border: 1px solid #EAEAEA;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #C8C8C8;
  font-weight: 300;
}

/*--sidebar toggle---*/
.sidebar-toggle-box {
  float: left;
  padding-right: 15px;
  margin-top: 14px;
  margin-left: 8px;
}

.sidebar-toggle-box .fa-bars {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 4px;
}

.sidebar-closed > #sidebar > ul {
  display: none;
}

.sidebar-closed #main-content {
  margin-left: 0;
}

.sidebar-closed #sidebar {
  margin-left: -260px;
}

.panel, body.database_setup .section_content {
  margin-bottom: 20px;
  background-color: #12141C;
  border: 1px solid #3A4059;
  border-radius: 0;
}

/*badge*/
.badge.bg-warning, .event_listing .bg-warning.best_of_small, .bg-warning.bug_category, .bug_summary_description .bg-warning.confirmed, .normal_list .bg-warning.no_tags.active {
  background: #0A6EBD;
}

.badge.bg-important, .event_listing .bg-important.best_of_small, .bg-important.bug_category, .bug_summary_description .bg-important.confirmed, .normal_list .bg-important.no_tags.active {
  background: #0A6EBD;
}

/*profile*/
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data input.error, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .cmxform .extra_data input.error, .cmxform .form-group textarea.error, .cmxform #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .extra_data textarea.error, #dashboard .matchmaking_tab_content #tab-pane-matchmaking .battle-profile .connected-fields .cmxform .extra_data textarea.error {
  border-color: #B94A48 !important;
}

/*date picker*/
.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center;
}

.add-on .btn, .add-on .btn-xs, .add-on .possible_aka_listings button, .possible_aka_listings .add-on button, .add-on .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .add-on button, .add-on .btn-sm, .add-on .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .add-on button, .add-on .stage_selectable .stage_options button, .stage_selectable .stage_options .add-on button, .add-on body.database_setup input[type=submit], body.database_setup .add-on input[type=submit], .add-on body.database_setup button, body.database_setup .add-on button {
  padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  margin-bottom: 10px;
  padding-left: 0px;
}

.daterangepicker .ranges label {
  padding-bottom: 0;
  padding-top: 8px;
}

.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover {
  background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
  text-shadow: none;
}

.datepicker th.switch {
  width: 125px;
}

.datepicker td span {
  height: 40px;
  line-height: 40px;
}

.bootstrap-timepicker table td input {
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

td.details {
  background-color: #EEE;
}

/*footer*/
.site-footer {
  color: #FFF;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 0;
  margin-top: 50px;
  text-align: center;
  clear: both;
}

.site-footer a:hover, .site-footer a .location:hover, a .site-footer .location:hover, .site-footer .link .location:hover, .link .site-footer .location:hover, .site-footer .link:hover {
  color: white;
}

/*pricing table*/
.feature-head {
  padding: 10px 0 50px;
}

.feature-head h1 {
  font-size: 25px;
  font-weight: normal;
}

.pricing-table {
  background: #FFF;
  text-align: center;
  padding: 0 0 25px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
  top: -20px;
  position: relative;
}

.most-popular {
  background: #F77B6F;
  color: #FFF;
}

.most-popular h1 {
  font-size: 25px !important;
  padding-bottom: 10px;
  padding-top: 17px !important;
}

.most-popular h2 {
  background: #D76B61 !important;
  margin-top: 20px !important;
}

.most-popular ul li {
  border-bottom: 1px dotted #D76B61 !important;
}

.most-popular .price-actions .btn, .most-popular .price-actions .btn-xs, .most-popular .price-actions .possible_aka_listings button, .possible_aka_listings .most-popular .price-actions button, .most-popular .price-actions .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .most-popular .price-actions button, .most-popular .price-actions .btn-sm, .most-popular .price-actions .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .most-popular .price-actions button, .most-popular .price-actions .stage_selectable .stage_options button, .stage_selectable .stage_options .most-popular .price-actions button, .most-popular .price-actions body.database_setup input[type=submit], body.database_setup .most-popular .price-actions input[type=submit], .most-popular .price-actions body.database_setup button, body.database_setup .most-popular .price-actions button {
  background: #D76B61 !important;
  margin: 10px 0;
  cursor: pointer;
}

.pricing-table .price-actions .btn, .pricing-table .price-actions .btn-xs, .pricing-table .price-actions .possible_aka_listings button, .possible_aka_listings .pricing-table .price-actions button, .pricing-table .price-actions .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .pricing-table .price-actions button, .pricing-table .price-actions .btn-sm, .pricing-table .price-actions .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .pricing-table .price-actions button, .pricing-table .price-actions .stage_selectable .stage_options button, .stage_selectable .stage_options .pricing-table .price-actions button, .pricing-table .price-actions body.database_setup input[type=submit], body.database_setup .pricing-table .price-actions input[type=submit], .pricing-table .price-actions body.database_setup button, body.database_setup .pricing-table .price-actions button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ACACAC;
  color: #FFF;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
}

.pricing-head h1 {
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
}

.pricing-head h2 {
  padding: 30px 0;
  background: #777777;
  color: #FFF;
  font-size: 50px;
  font-weight: 100;
}

.pricing-table ul {
  margin: 15px 0;
  padding: 0;
}

.pricing-table ul li {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 2em;
  padding: 1em 0;
  text-align: center;
  font-weight: 300;
}

.pricing-head span.note {
  display: inline;
  font-size: 25px;
  line-height: 0.8em;
  position: relative;
  top: -18px;
}

.pricing-quotation, .team-info {
  background: #EEEEEE;
  padding: 20px 20px 35px 20px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
  font-weight: 300;
}

.pricing-quotation p, .team-info p {
  margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
  position: relative;
}

.pricing-quotation:before, .team-info:before {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-image: none;
  border-right: 1px solid #EEEEEE;
  border-style: none;
  top: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 48%;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
}

/*dragable portlet*/
.sortable .panel .panel-heading, .sortable body.database_setup .section_content .panel-heading, body.database_setup .sortable .section_content .panel-heading {
  cursor: move;
}

.table > tbody > tr.active > td {
  background-color: #1C1F2B;
}

.directory-info-row .thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: auto;
  width: 175px;
  margin-right: 10px;
}

.popover {
  background-color: #30354A;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #30354A;
}
.popover.top > .arrow:after {
  border-top-color: #30354A;
}
.popover.left > .arrow:after {
  border-left-color: #30354A;
}
.popover.right > .arrow:after {
  border-right-color: #30354A;
}

body button {
  background-color: #0A6EBD;
  border-color: #0A6EBD;
  color: white;
}

body button:hover, body a button.location:hover, a body button.location:hover, body .link button.location:hover, .link body button.location:hover {
  background-color: #05D8FF;
  color: #05D8FF;
}

body .btn-info {
  background-color: #05D8FF;
}

body .btn-info:hover, body .btn-info:focus, body .btn-info:active {
  background-color: #05D8FF;
}

#recent_match_searchers .request .count {
  color: #05D8FF;
}

#missed_challenges_tip .rejected {
  color: #F66;
}

.cheat_code_activated_thingy, .missed_challenges_activated_thingy {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0F0;
  font-size: 11px;
  border: 1px solid #3A4059;
  background-color: black;
  padding: 2px 4px;
  cursor: help;
}

.missed_challenges_activated_thingy {
  cursor: pointer;
  right: auto;
  left: 0;
  color: #FF0;
}
.missed_challenges_activated_thingy.locked {
  border-color: #0F0;
}

.tier_mini.no_league {
  display: none;
}

#dashboard.dashboard-xs:not(.dashboard-sm) #tab-pane-matchmaking #recent_match_searchers .active_selectables {
  display: block;
}
#dashboard.dashboard-xs:not(.dashboard-sm) #tab-pane-matchmaking #recent_match_searchers .heading {
  display: none;
}
#dashboard.dashboard-xs:not(.dashboard-sm) #tab-pane-matchmaking #recent_match_searchers .ladder_game_list {
  padding-left: 0;
}
#dashboard.dashboard-xs:not(.dashboard-sm) #tab-pane-matchmaking .game_search_section {
  display: none;
}
#dashboard.dashboard-xs:not(.dashboard-sm) #tab-pane-matchmaking .game_search_section.small_active {
  display: flex;
  margin: 0;
}
#dashboard.dashboard-xs #recent_match_searchers .active_selectables {
  display: none;
}

.play_match_container .game_filters .edit_preferred_games {
  transition: 0.5s;
  position: absolute;
  font-size: 20px;
  right: 8px;
  top: 0;
}
.play_match_container .search_restrictions {
  color: #05D8FF;
  cursor: pointer;
  font-size: 11px;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.play_match_container #recent_match_searchers .start_matchmaking {
  display: none;
  background-color: #3A4059;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  align-content: center;
  padding: 4px;
  line-height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.play_match_container #recent_match_searchers .start_matchmaking span {
  transition: transform 0.3s ease-in-out;
}
.play_match_container #recent_match_searchers .start_matchmaking:hover span {
  color: white;
  transform: rotate(360deg);
}
.play_match_container .game_search_section .maximize, .play_match_container .game_search_section .minimize, .play_match_container .stream_container .maximize, .play_match_container .stream_container .minimize {
  position: relative;
  display: none;
  background-color: #12141C;
}
.play_match_container .game_search_section .maximize, .play_match_container .stream_container .maximize {
  display: inline-block;
}
.play_match_container .game_search_section .minimize, .play_match_container .stream_container .minimize {
  display: none;
}
.play_match_container .game_search_section .heading, .play_match_container .stream_container .heading {
  font-style: italic;
  margin: 4px;
  display: inline-block;
}
.play_match_container .game_search_section.maximized .ladder_game_list, .play_match_container .stream_container.maximized .ladder_game_list {
  padding: 0;
}
.play_match_container .game_search_section.maximized .ladder_game_list .inner_list, .play_match_container .stream_container.maximized .ladder_game_list .inner_list {
  padding: 5px 0 5px 5px;
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1;
}
.play_match_container .game_search_section.maximized .text, .play_match_container .stream_container.maximized .text {
  text-align: center;
  flex: 1;
}
.play_match_container .game_search_section.maximized .host_code_notice_holder, .play_match_container .stream_container.maximized .host_code_notice_holder {
  max-width: 235px;
}
.play_match_container .game_search_section.maximized .host_code_notice_holder .title, .play_match_container .stream_container.maximized .host_code_notice_holder .title {
  font-size: 14px;
  margin: 0;
  margin-right: 4px;
}
.play_match_container .game_search_section.maximized .host_code_notice_holder .tiny_text, .play_match_container .stream_container.maximized .host_code_notice_holder .tiny_text {
  font-size: 12px;
  color: #68EBFD;
}
.play_match_container .game_search_section.maximized .heading, .play_match_container .stream_container.maximized .heading {
  color: white;
  font-style: normal;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 0 0 27px;
}
.play_match_container .game_search_section.maximized .heading.flexing, .play_match_container .stream_container.maximized .heading.flexing {
  display: flex;
  flex: 0 1 auto;
}
.play_match_container .game_search_section.maximized .maximize, .play_match_container .stream_container.maximized .maximize {
  display: none;
}
.play_match_container .game_search_section.maximized .minimize, .play_match_container .stream_container.maximized .minimize {
  display: inline-block;
}
.play_match_container .game_search_section.maximized .host_code_notice_container, .play_match_container .stream_container.maximized .host_code_notice_container {
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
.play_match_container .game_filters.game_select_mode .preferred_game_filter {
  transition: 0.4s;
  border: 1px solid #3A4059;
  background-color: #1C1F2B;
  padding: 2px 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 2px 10px 0 rgba(0, 0, 0, 0.76);
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.play_match_container .game_filters.game_select_mode .transition:hover {
  background-color: #3A4059;
}
.play_match_container .game_filters .dynamic_preferred_games_holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  height: auto;
  transition: 0.3s;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.play_match_container .game_filters:hover {
  height: auto;
}
.play_match_container .game_filters .game_activity.loading .loading {
  opacity: 1;
  display: block;
}
.play_match_container .game_filters .game_activity.loading .clicker {
  display: none;
}
.play_match_container .game_filters .game_activity .loading {
  opacity: 0;
  color: white;
  transition: 0.3s;
}
.play_match_container .game_filters .game_activity {
  color: white;
  display: block;
}
.play_match_container .game_filters .game_activity:hover {
  color: #0F0;
}
.play_match_container .build_list .build:not(:last-child) {
  border-bottom: 1px solid #FFF;
  padding: 2px 0 2px 0;
}
.play_match_container .user_information_wrapper.user .league.has_league {
  position: relative;
  border-radius: 8px;
  height: 25px;
  display: inline-block;
  margin-right: 2px;
}
.play_match_container .user_information_wrapper.user .league.has_league .league_icon {
  max-height: 26px;
  top: -4px;
  position: relative;
  display: inline-block;
}
.play_match_container .user_information_wrapper.user .league.has_league .division {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.play_match_container .user_information_wrapper.user .league.has_league .name {
  display: none;
}

.current_matches_holder .game_information .teams .advanced_user_element {
  position: relative;
}
.current_matches_holder .game_information .teams .advanced_user_element .tier_mini {
  display: none;
}

#matchmaking_popup {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
#matchmaking_popup .tab-pane-content .container-fluid {
  width: 100%;
}
#matchmaking_popup .auto_matchmaking_toggle {
  justify-content: center;
}
#matchmaking_popup .queues_to_join {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#matchmaking_popup .queues_to_join .option_descriptions .deselected {
  opacity: 0.7;
  font-style: italic;
}
#matchmaking_popup .the_options {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#matchmaking_popup .the_options .option_section {
  padding: 8px;
}
#matchmaking_popup .the_options .option_section {
  margin: 0 auto;
}
#matchmaking_popup .the_options .game_types {
  flex: 1 0 100%;
}
#matchmaking_popup .final_option {
  justify-self: flex-end;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
#matchmaking_popup .material-input .group {
  max-width: 240px;
}
#matchmaking_popup .deselectable {
  border-radius: 4px;
}
#matchmaking_popup .ranked_slots {
  text-align: left;
}
#matchmaking_popup .ranked_slots .currently_using {
  margin-right: 16px;
}
#matchmaking_popup .exiting_matchmaking_popup {
  position: relative;
  height: 3px;
}
#matchmaking_popup .game_type {
  flex: 1 1 auto;
  text-align: left;
  margin: 0 16px 0 0;
}
#matchmaking_popup .edit_mains_container {
  display: block;
}
#matchmaking_popup .edit_mains {
  max-width: none;
}
#matchmaking_popup .edit_mains .characters {
  max-width: none;
}
#matchmaking_popup .edit_mains .percentage {
  display: none;
}
#matchmaking_popup .first_to_title {
  display: none;
}
#matchmaking_popup .default_option {
  display: flex;
}
#matchmaking_popup .sub_beg {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
#matchmaking_popup .ladder_stats {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 16px;
}
#matchmaking_popup .ladder_stats:hover {
  cursor: pointer;
  color: #0F0;
}
#matchmaking_popup .build_preference_set {
  display: none;
}
#matchmaking_popup .build_preference_set.active {
  display: block;
}
#matchmaking_popup h2.username, #matchmaking_popup .user_info h2.subscription_streak, .user_info #matchmaking_popup h2.subscription_streak, #matchmaking_popup h2.subscriber_glowish, #matchmaking_popup h2.subscribe_link {
  margin: 0 0 8px 0;
}
#matchmaking_popup .sub_heading {
  margin: 0 0 14px 0;
}
#matchmaking_popup .add_restriction {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.3rem;
  text-align: center;
}
#matchmaking_popup .add_restriction:hover {
  cursor: pointer;
}
#matchmaking_popup .add_restriction:hover span {
  color: white;
  cursor: pointer;
}
#matchmaking_popup .add_restriction span {
  color: #05D8FF;
}
#matchmaking_popup .add_restriction .logo_container {
  display: block;
}
#matchmaking_popup .add_restriction .logo_container:hover {
  cursor: pointer;
}
#matchmaking_popup .add_restriction .logo_container .tier_name {
  color: white;
}
#matchmaking_popup .ranked_restriction_details .tier_logo, #matchmaking_popup .ranked_restrictions_holder .tier_logo {
  height: 28px;
}
#matchmaking_popup .main_heading {
  font-size: 21px;
  min-width: 78px;
  margin: 0 16px 0 0;
  flex: 0 0 auto;
}
#matchmaking_popup .main_heading .cutie_pie {
  display: block;
  font-size: 16px;
}
#matchmaking_popup .main_heading .versus {
  font-family: "Impact", sans-serif;
  margin: 0 7px;
  font-size: 12px;
}
#matchmaking_popup .main_heading .text {
  display: block;
}
#matchmaking_popup .sub_heading {
  margin: 0 0 2px 0;
}
#matchmaking_popup .selection_group {
  margin-top: 12px;
}
#matchmaking_popup .opponent .game_logo {
  max-height: 40px;
}
#matchmaking_popup .games .game_type_heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
#matchmaking_popup .games .game_types {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
#matchmaking_popup .games .game_section {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  text-align: left;
}
#matchmaking_popup .games .game_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#matchmaking_popup .games .game_settings_selection, #matchmaking_popup .games .notifications {
  position: relative;
  margin: 0 auto 8px auto;
  padding: 8px 12px;
  display: block;
}
#matchmaking_popup .games .game_settings_selection {
  flex: 1;
  margin-right: 8px;
}
#matchmaking_popup .games .game_settings_selection .selection_name {
  position: relative;
}
#matchmaking_popup .games .game_settings_selection .loading {
  position: absolute;
  width: 100%;
}
#matchmaking_popup .games .game_settings_selection.pending .selection_name .name {
  opacity: 0.6;
}
#matchmaking_popup .games .game_settings_selection:hover, #matchmaking_popup .games .notifications:hover {
  background-color: #05D8FF;
}
#matchmaking_popup .games .game_settings_selection:active, #matchmaking_popup .games .notifications:active {
  top: 4px;
  left: 4px;
  transition: 0.3s;
}

.ranked_restrictions_holder {
  position: relative;
  text-align: center;
}
.ranked_restrictions_holder .selecting_rank_restrictions.active {
  border: 1px solid #3A4059;
  bottom: 0;
  border-radius: 16px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #12141C;
}

.ranked_slot_selectors {
  display: none;
}
.ranked_slot_selectors .radio_button {
  max-width: 22em;
}
.ranked_slot_selectors.active {
  display: flex;
  margin: 0;
}
.ranked_slot_selectors .character {
  border: none;
  background-color: rgba(0, 0, 0, 0.29);
  border-radius: 4px;
}
.ranked_slot_selectors .tier {
  position: relative;
}
.ranked_slot_selectors .tier .leagued, .ranked_slot_selectors .tier .division {
  display: block;
}
.ranked_slot_selectors .tier .league_icon {
  position: relative;
  height: 28px;
}
.ranked_slot_selectors .requirement .requires_matches {
  max-width: 6em;
}
.ranked_slot_selectors .radio_button .requires_matches {
  display: none;
}
.ranked_slot_selectors .radio_button.requires_matches .requires_matches {
  display: block;
  white-space: normal;
}
.ranked_slot_selectors .radio_button.requires_matches button:not(.selected) {
  background-color: transparent;
  border: 1px dashed white;
}
.ranked_slot_selectors .radio_button.requires_matches button:hover {
  background-color: #05D8FF;
  border-color: transparent;
}

[data-pane=match_only_view] {
  display: none;
}

#replay_drop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5000;
}
#replay_drop .file-drop-target {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
#replay_drop .file-drop-target .file-drop-flair {
  opacity: 0.4;
  max-width: 500px;
}
#replay_drop .file-drop-target .file-drop-flair .pending_file {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#replay_drop .file-drop-target .file-drop-flair .pending_file .upload_preview {
  max-height: 96px;
}
#replay_drop .file-drop-target.file-drop-dragging-over-frame {
  opacity: 1;
}
#replay_drop .file-drop-target.file-drop-dragging-over-frame .file-drop-flair {
  opacity: 1;
  transition: 0.6s;
  background-color: #1C1F2B;
  border-radius: 8px;
  padding: 13px;
  max-width: 512px;
  pointer-events: all;
}
#replay_drop .file-drop-target.file-drop-dragging-over-frame .file-drop-flair .instructions {
  display: block;
  text-align: center;
  padding: 36px;
  border: 4px dashed #0A6EBD;
  border-radius: 4px;
}
#replay_drop .file-drop-target .uploading {
  display: none;
}
#replay_drop .file-drop-target.uploading .uploading {
  display: block;
  text-align: center;
}
#replay_drop .file-drop-target.uploading .file-drop-flair .instructions {
  display: none;
}

.display_name_status .approved,
.display_name_status .denied,
.display_name_status .pending {
  display: none;
}

.display_name_status.approved .approved {
  display: inline;
}

.display_name_status.denied .denied {
  display: inline;
}

.display_name_status.pending .pending {
  display: inline;
}

.display_name_rules {
  font-size: 11px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.result_type.win {
  color: #0F0;
}

.result_type.loss {
  color: #FF3434;
}

.result_type {
  text-shadow: 1px 1px 1px black;
}

.status_visibility .wants_to_play {
  display: none;
}

.status_visibility.is_invisible .change_to_online {
  display: block;
}

.cross-bone {
  font-size: 16px;
  color: #FF3434;
  background-color: #000;
  border-radius: 6px;
  padding: 0 2px;
}

.reported_match_behavior {
  display: block;
  background-color: #12141C;
  text-align: left;
  padding: 2px 12px;
  cursor: default;
}
.reported_match_behavior .warning, .reported_match_behavior .heading {
  text-shadow: 1px 1px 1px #000;
}
.reported_match_behavior .general_description {
  display: block;
}
.reported_match_behavior.too_much_negative .description {
  display: none;
}
.reported_match_behavior.too_much_negative .votes_others_negative {
  display: flex;
  padding-left: 0;
}
.reported_match_behavior.too_much_negative .votes_others_negative .personality_title {
  display: inline;
}
.reported_match_behavior .general_description .description {
  font-style: italic;
  font-size: 12px;
}
.reported_match_behavior .general_description .description .good, .reported_match_behavior .general_description .description .positive {
  color: #0F0;
}
.reported_match_behavior .general_description .description .neutral, .reported_match_behavior .general_description .description .new {
  color: #FF0;
}
.reported_match_behavior .general_description .description .questionable, .reported_match_behavior .general_description .description .toxic {
  color: #FF3434;
}

.matchmaking_stats_link .subscriber_glowish {
  color: #05D8FF;
}

.profile_main_name {
  text-align: left;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile_main_name > div {
  color: white;
}
.profile_main_name .member_stuff {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: right;
}
.profile_main_name .edit-button {
  font-size: 30px;
}
.profile_main_name .heading_username {
  font-size: 30px;
  display: inline;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile_main_name .formerly_known_as {
  font-style: italic;
}
.profile_main_name .displayed-value-container.page-heading {
  display: block;
}

.modal-content .unique_field_edit .heading {
  display: none;
}
.modal-content .unique_field_edit .press_enter {
  display: none;
}
.modal-content .unique_field_edit .input_type_3 .viewing {
  display: block;
}
.modal-content .unique_field_edit .input_type_3 .editing {
  display: none;
}
.modal-content .unique_field_edit .viewing {
  display: none;
}
.modal-content .unique_field_edit .editing {
  display: block;
}

.user_info .game_info_holder.game_select_mode .heading {
  display: block;
  font-size: 16px;
}
.user_info .game_info_holder.game_select_mode .game_display {
  transition: 0.4s;
  border: 1px solid #3A4059;
  background-color: #1C1F2B;
  padding: 2px 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 2px 10px 0 rgba(0, 0, 0, 0.76);
  border-radius: 4px;
  margin-bottom: 4px;
}
.user_info .game_info_holder.game_select_mode .game_display:hover {
  background-color: #3A4059;
  cursor: pointer;
}
.user_info .game_info_holder.game_select_mode .game_display .game_icon {
  transition: 0.4s;
}
.user_info .game_info_holder.game_select_mode {
  max-width: none;
  padding-bottom: 12px;
}
.user_info .away_message.active {
  display: inline;
}
.user_info .location_edit_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.user_info .location_edit {
  width: 100%;
}
.user_info .location_edit.active {
  display: inline-flex;
}
.user_info .attack_other_person_things {
  justify-content: center;
}
.user_info .gift_step {
  display: flex;
  justify-content: center;
}
.user_info .gift_step .gift_subscription {
  background-color: #009400;
}
.user_info .subscribe {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.user_info .subscribe .gift_step {
  display: flex;
  justify-content: center;
}
.user_info .subscribe .gift_step button {
  white-space: inherit;
  margin: 0 4px;
}
.user_info .subscribe .gift_step button:last-child {
  margin-right: 0;
}
.user_info #gift_step_2 button {
  display: block;
}
.user_info .paypal_form {
  display: inline;
}
.user_info .hover_for_rank {
  display: none;
}
.user_info .extra_data:hover .field_value {
  color: #05D8FF;
}
.user_info .extra_data .icon {
  display: none;
}
.user_info .extra_data .icon.active {
  display: inline;
}
.user_info .extra_data .connect {
  display: none;
}
.user_info .extra_data .connect.active {
  display: inline;
}
.user_info .extra_data .field_value {
  color: #68EBFD;
}
.user_info .how_long_container {
  display: flex;
  flex-direction: row;
}
.user_info .how_long_container .unit {
  margin: 0 4px;
}
.user_info .how_long_container .unit:first-child {
  margin-left: 0;
}
.user_info .how_long_container .unit:last-child {
  margin-right: 0;
}
.user_info .last_match .active_match {
  padding-top: 0;
}
.user_info .last_match .match {
  margin-bottom: 0;
}
.user_info .last_match .match:hover {
  box-shadow: none;
  border-color: transparent;
}
.user_info .last_match .match_link > * {
  border: 2px solid transparent;
}
.user_info .last_match .match_description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user_info .last_match .match_link {
  margin: -2px;
  justify-content: space-between;
}
.user_info .last_match .game_logo {
  display: block;
  align-self: center;
  margin-right: 8px;
}
.user_info .last_match .game_logo .game_image {
  max-height: 28px;
}
.user_info .last_match .match_description_text {
  display: inline;
  flex-direction: row;
}
.user_info .last_match .duration {
  display: none;
}
.user_info .last_match .teams {
  display: none;
}
.user_info .last_match time {
  min-width: 0;
}
.user_info .last_match .start_time {
  flex: unset;
}
.user_info .location_container {
  display: flex;
  min-width: 0;
}
.user_info .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_info .location_container .title {
  color: white;
}
.user_info .location_container .edit_pencil {
  margin-left: 4px;
  margin-right: 0;
}
.user_info .location_edit:hover .location_container {
  cursor: pointer;
  color: #05D8FF;
}
.user_info .location_edit:hover .location {
  color: #05D8FF;
}

.reported_match_behavior .infraction_when {
  color: #05D8FF;
  font-size: 11px;
  margin-right: 8px;
  width: 50px;
  display: inline-block;
}
.reported_match_behavior .infraction_public:before {
  display: none;
  content: "-";
  margin: 0 8px 0 4px;
  color: white;
}
.reported_match_behavior .infraction_public {
  font-size: 11px;
  color: #F66;
}
.reported_match_behavior .infraction_summary {
  padding: 0 2px;
  word-break: break-word;
  border-radius: 2px;
}
.reported_match_behavior .infraction_summary:hover {
  cursor: pointer;
  background-color: black;
}
.reported_match_behavior .reported_match_behavior_list {
  max-height: 64px;
  overflow-y: auto;
  margin: 0 -12px 0 0;
}

#location_container .panel-body, #location_container .bug_row {
  padding-left: 0;
  padding-right: 0;
}

.game_stats .wins {
  color: #0F0;
}

.game_stats .losses {
  color: #FF3434;
}

#tab-pane-public-chat-history .chat_container {
  max-height: 500px;
}

.chat_room_name .players .username:not(:last-child):after, .chat_room_name .players .user_info .subscription_streak:not(:last-child):after, .user_info .chat_room_name .players .subscription_streak:not(:last-child):after, .chat_room_name .players .subscriber_glowish:not(:last-child):after, .chat_room_name .players .subscribe_link:not(:last-child):after {
  content: " + ";
}

.chat_section {
  border-bottom: 2px solid #05D8FF;
  margin-bottom: 8px;
  padding: 4px;
  padding-top: 5px;
}

.event_listing, .event_listing.unhighlighted {
  transition: 0.4s;
  display: none;
}

.event_listing {
  border: 1px solid #3A4059;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #12141C;
  width: 100%;
}

.event_listing.displayed {
  transition: 0.4s;
  display: table;
  opacity: 1;
  height: 30px;
  margin-bottom: 8px;
}

.event_listing.highlighted {
  background-color: #4F4F4F;
  border-color: white;
}

.event_listing.unhighlighted {
  display: none;
}

.event_listing .event_text div {
  display: inline;
}

.event_listing .best_of_text {
  display: none;
}
.event_listing .event_text {
  padding: 1px 2px 1px 4px;
  display: table-cell;
  vertical-align: middle;
}

.event_listing .time {
  width: 120px;
  background-color: #05D8FF;
  height: 100%;
  padding-left: 4px;
  display: table-cell;
  font-size: 12px;
}

.user_results .result {
  border: 1px solid #3A4059;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #12141C;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
}
.user_results .result .username_container {
  display: block;
}

.search_dropdown .advanced {
  background-color: #12141C;
  color: #05D8FF;
  padding: 2px 8px;
}
.search_dropdown .results_area {
  display: block;
  max-height: 50vh;
  overflow: auto;
  background-color: #12141C;
}
.search_dropdown .results_area .no_users {
  display: block;
  padding: 2px;
  text-align: center;
  background-color: #12141C;
  color: white;
  pointer-events: none;
}
.search_dropdown .user_search_form .submit_button {
  border-radius: 0;
}
.search_dropdown .user_search_form .submit_button i {
  color: black;
}
.search_dropdown .user_search_form .username_search_input {
  border-radius: 0;
  background-color: white;
  color: black;
}

.user_search_result_list .user_entry {
  padding: 2px 0 0 8px;
  background-color: #12141C;
}
.user_search_result_list li.user_entry a.username:hover, .user_search_result_list li.user_entry a .username.location:hover, a .user_search_result_list li.user_entry .username.location:hover, .user_search_result_list li.user_entry .link .username.location:hover, .link .user_search_result_list li.user_entry .username.location:hover, .user_search_result_list li.user_entry .username.link:hover, .user_search_result_list li.user_entry .user_info a.subscription_streak:hover, .user_search_result_list li.user_entry .user_info a .subscription_streak.location:hover, a .user_search_result_list li.user_entry .user_info .subscription_streak.location:hover, .user_search_result_list li.user_entry .user_info .link .subscription_streak.location:hover, .link .user_search_result_list li.user_entry .user_info .subscription_streak.location:hover, .user_info .user_search_result_list li.user_entry a.subscription_streak:hover, .user_info .user_search_result_list li.user_entry a .subscription_streak.location:hover, a .user_info .user_search_result_list li.user_entry .subscription_streak.location:hover, .user_info .user_search_result_list li.user_entry .link .subscription_streak.location:hover, .link .user_info .user_search_result_list li.user_entry .subscription_streak.location:hover, .user_search_result_list li.user_entry .user_info .link.subscription_streak:hover, .user_info .user_search_result_list li.user_entry .link.subscription_streak:hover, .user_search_result_list li.user_entry a.subscriber_glowish:hover, .user_search_result_list li.user_entry a .subscriber_glowish.location:hover, a .user_search_result_list li.user_entry .subscriber_glowish.location:hover, .user_search_result_list li.user_entry .link .subscriber_glowish.location:hover, .link .user_search_result_list li.user_entry .subscriber_glowish.location:hover, .user_search_result_list li.user_entry .link.subscriber_glowish:hover, .user_search_result_list li.user_entry a.subscribe_link:hover, .user_search_result_list li.user_entry a .subscribe_link.location:hover, a .user_search_result_list li.user_entry .subscribe_link.location:hover, .user_search_result_list li.user_entry .link .subscribe_link.location:hover, .link .user_search_result_list li.user_entry .subscribe_link.location:hover, .user_search_result_list li.user_entry .link.subscribe_link:hover {
  background-color: #12141C;
}
.user_search_result_list .banned_notification {
  font-size: 12px;
  color: white;
  font-style: italic;
}
.user_search_result_list .user_entry_link {
  padding: 0 !important;
  width: auto;
  border: none !important;
}
.user_search_result_list .last_seen {
  color: white;
  display: block;
}
.user_search_result_list .user_is_banned {
  display: block;
  background: none;
  color: black;
}
.user_search_result_list .banned_notification .emphasized_time, .user_search_result_list .banned_notification .achievement-list time, .achievement-list .user_search_result_list .banned_notification time, .user_search_result_list .banned_notification .birthday .unknown, .birthday .user_search_result_list .banned_notification .unknown, .user_search_result_list .banned_notification .character_stats .character_matchups .win_percentage, .character_stats .character_matchups .user_search_result_list .banned_notification .win_percentage, .user_search_result_list .banned_notification .note_card .post_time, .note_card .user_search_result_list .banned_notification .post_time, .user_search_result_list .banned_notification .infraction_view .date_holder, .infraction_view .user_search_result_list .banned_notification .date_holder, .user_search_result_list .banned_notification .active_matches .duration, .active_matches .user_search_result_list .banned_notification .duration, .user_search_result_list .banned_notification .active_matches .start_time, .active_matches .user_search_result_list .banned_notification .start_time {
  color: #FF3434;
}
.user_search_result_list .last_seen .title {
  font-size: 12px;
}
.user_search_result_list .last_seen .time {
  color: #0F0;
  width: auto;
}
.user_search_result_list .banned_notification .emphasized_time, .user_search_result_list .banned_notification .achievement-list time, .achievement-list .user_search_result_list .banned_notification time, .user_search_result_list .banned_notification .birthday .unknown, .birthday .user_search_result_list .banned_notification .unknown, .user_search_result_list .banned_notification .character_stats .character_matchups .win_percentage, .character_stats .character_matchups .user_search_result_list .banned_notification .win_percentage, .user_search_result_list .banned_notification .note_card .post_time, .note_card .user_search_result_list .banned_notification .post_time, .user_search_result_list .banned_notification .infraction_view .date_holder, .infraction_view .user_search_result_list .banned_notification .date_holder, .user_search_result_list .banned_notification .active_matches .duration, .active_matches .user_search_result_list .banned_notification .duration, .user_search_result_list .banned_notification .active_matches .start_time, .active_matches .user_search_result_list .banned_notification .start_time, .user_search_result_list .last_seen .time {
  text-shadow: 1px 1px 1px black;
  font-size: 12px;
}

.user_search_result_list {
  color: white;
  background-color: #12141C;
}

.user_search_result_list .username, .user_search_result_list .user_info .subscription_streak, .user_info .user_search_result_list .subscription_streak, .user_search_result_list .subscriber_glowish, .user_search_result_list .subscribe_link {
  display: block;
}

.user_search_result_list li:not(:last-child) {
  border-bottom: 1px solid black;
}

.mains_edit {
  position: relative;
}

.mains_edit .character_order {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mains_edit .character_order .character {
  cursor: pointer;
  margin: 4px;
}
.mains_edit .game_logo {
  max-height: 100px;
  display: block;
  margin: 0 auto 8px auto;
}
.mains_edit .loading {
  position: absolute;
  display: none;
  z-index: 1;
}
.mains_edit .loading .circle-loader {
  stroke: #EA5849;
}
.mains_edit .loading.active {
  display: block;
}
.mains_edit .characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -6px;
}
.mains_edit label {
  cursor: pointer;
}
.mains_edit .character_selection_holder {
  position: relative;
  border: 6px solid transparent;
}
.mains_edit .character_selection_holder.selected {
  opacity: 1;
}
.mains_edit .character_selection_holder.selected .character {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.mains_edit .character_selection_holder {
  opacity: 0.4;
}

.mains .character {
  display: inline-block;
}

.active_selectable_button.dark, .user_info .active_selectables .active_selectable_button {
  background-color: #12141C;
}
.active_selectable_button.dark:hover, .user_info .active_selectables .active_selectable_button:hover {
  background-color: #05D8FF;
  color: white;
}

.active_selectable_button.bright, .user_info .active_selectables .bright.active_selectable_button {
  background-color: #0A6EBD;
}
.active_selectable_button.bright:hover {
  background-color: #05D8FF;
  color: white;
}

.user_info .chat_room .page-sub-heading, .user_info .chat_room .blog_post .blog_post_content h1, .blog_post .blog_post_content .user_info .chat_room h1, .user_info .chat_room .blog_post .blog_post_content h2, .blog_post .blog_post_content .user_info .chat_room h2, .user_info .chat_room .blog_post .blog_post_content h3, .blog_post .blog_post_content .user_info .chat_room h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.user_info .attack_other_person_things {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.user_info .attack_other_person_things .btn, .user_info .attack_other_person_things .btn-xs, .user_info .attack_other_person_things .possible_aka_listings button, .possible_aka_listings .user_info .attack_other_person_things button, .user_info .attack_other_person_things .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .user_info .attack_other_person_things button, .user_info .attack_other_person_things .btn-sm, .user_info .attack_other_person_things .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .user_info .attack_other_person_things button, .user_info .attack_other_person_things .stage_selectable .stage_options button, .stage_selectable .stage_options .user_info .attack_other_person_things button, .user_info .attack_other_person_things body.database_setup input[type=submit], body.database_setup .user_info .attack_other_person_things input[type=submit], .user_info .attack_other_person_things body.database_setup button, body.database_setup .user_info .attack_other_person_things button {
  margin-top: 0;
}
.user_info .game_info_holder {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
}
.user_info .game_info_holder .the_games {
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.user_info .active_selectables {
  margin: 8px 0;
  text-align: center;
}
.user_info .active_selectables .active_selectable_button {
  padding: 2px 10px;
}
.user_info .profile_game_summary .game_main > div {
  margin: 0 6px;
}
.user_info .profile_game_summary .game_main > div:first-child {
  margin-left: 0;
}
.user_info .profile_game_summary .game_main > div:last-child {
  margin-right: 0;
}
.user_info .profile_game_summary .game_main .extra_data {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.user_info .profile_game_summary .game_main .extra_data .field_name {
  margin-right: 8px;
}
.user_info .profile_game_summary .game_main .logo_container.tier_ladder_league_unranked {
  margin-bottom: 8px;
}
.user_info .profile_game_summary .player_mains {
  display: flex;
}
.user_info .profile_game_summary .player_mains .character {
  border: none;
  margin: 0 0 1px 0;
}
.user_info .profile_game_summary .build .image {
  margin: 0 8px 0 0;
}
.user_info .profile_game_summary .build .dolphin_logo {
  height: 24px;
}
.user_info .game_info {
  position: relative;
  user-select: none;
  align-items: center;
}
.user_info .game_info .image_and_tier .game_icon:hover {
  filter: drop-shadow(1px 1px 1px white) drop-shadow(-1px 1px 1px white) drop-shadow(0 -0.5px 1px white);
}
.user_info .game_info .image_and_tier .tier_name {
  display: none;
}
.user_info .game_info .image_and_tier .logo_container .tier_logo {
  pointer-events: none;
}
.user_info .game_info .image_and_tier .logo_container.tier_ladder_league_unranked {
  display: none;
}
.user_info .image_and_tier {
  margin-bottom: 10px;
  position: relative;
}
.user_info .away_message {
  font-style: italic;
  overflow: hidden;
  margin: 0 auto;
}
.user_info .away_message_container.blocked {
  color: #FF3434;
}
.user_info .away_message_container.blocked .away_message:after {
  display: block;
  content: "[blocked]";
}
.user_info .edit_away_message {
  color: white;
  cursor: pointer;
}
.user_info .edit_away_message:hover {
  color: #05D8FF;
}
.user_info a.match, .user_info .match.link, .user_info a .match.location:hover, a .user_info .match.location:hover, .user_info .link .match.location:hover, .link .user_info .match.location:hover {
  color: #05D8FF;
}
.user_info a.match:hover, .user_info .match.link:hover, .user_info a .match.location:hover, a .user_info .match.location:hover, .user_info .link .match.location:hover, .link .user_info .match.location:hover {
  color: white;
}
.user_info .essential_controls {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  justify-content: space-between;
}
.user_info .essential_controls .btn, .user_info .essential_controls .btn-xs, .user_info .essential_controls .possible_aka_listings button, .possible_aka_listings .user_info .essential_controls button, .user_info .essential_controls .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .user_info .essential_controls button, .user_info .essential_controls .btn-sm, .user_info .essential_controls .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .user_info .essential_controls button, .user_info .essential_controls .stage_selectable .stage_options button, .stage_selectable .stage_options .user_info .essential_controls button, .user_info .essential_controls body.database_setup input[type=submit], body.database_setup .user_info .essential_controls input[type=submit], .user_info .essential_controls body.database_setup button, body.database_setup .user_info .essential_controls button {
  margin: 0;
  flex: 1;
}
.user_info .info_and_notes .away_message_container {
  display: none;
  overflow: auto;
}
.user_info .info_and_notes .away_message_container.active {
  display: block;
}

.centered_tier_display .image_and_tier {
  text-align: left;
  cursor: default;
}
.centered_tier_display .logo_container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.centered_tier_display .tier_details {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  text-align: center;
}
.centered_tier_display .tier_name {
  display: block;
  border-radius: 4px;
  padding: 0 4px;
  margin-top: 3px;
}
.centered_tier_display .tier_logo {
  height: 36px;
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
}
.centered_tier_display .tier_ladder_league_unranked .tier_logo {
  filter: contrast(0%);
}

.edit_mains {
  display: block;
  font-size: 19px;
  border: 1px solid transparent;
}
.edit_mains .mains_container:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.edit_mains .characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edit_mains .characters .character {
  margin: 4px;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -0.5px 1px black);
  border: none;
}

.player_stat_summaries {
  display: flex;
  flex-wrap: wrap;
}
.player_stat_summaries.active {
  flex-direction: column;
}
.player_stat_summaries.active .ladder_tab .mains {
  display: none;
}
.player_stat_summaries.active .ladder_tab:not(.active) {
  display: none;
}
.player_stat_summaries .season_stuff {
  display: flex;
  flex-direction: row;
}
.player_stat_summaries .season_changer {
  border-radius: 10px;
  margin: 0;
}
.player_stat_summaries .player_season_select {
  margin: 0 0 8px 0;
  padding: 0 4px 0 0;
}
.player_stat_summaries .game_extra_fields {
  margin-top: 16px;
}
.player_stat_summaries .game_extra_fields .game_field {
  margin-bottom: 8px;
}
.player_stat_summaries .season_heading {
  margin: 0;
  display: none;
}
.player_stat_summaries .ladders {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 16px;
}
.player_stat_summaries .ladders .ladder_tab {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.player_stat_summaries .ladders .ladder_tab:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 250ms ease, background-color 125ms ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.player_stat_summaries .ladders .ladder_tab.active:after {
  width: 100%;
  position: absolute;
  background: #05D8FF;
}
.player_stat_summaries .ladders .ladder_tab .logo_box {
  position: relative;
  min-width: 225px;
}
.player_stat_summaries .ladders .ladder_tab .logo_box .medal_summary {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -6px;
}
.player_stat_summaries .ladders .ladder_tab .logo_box .medal_summary.tier_ladder_league_unranked {
  display: none;
}
.player_stat_summaries .ladders .ladder_tab .logo_box .medal_summary .division {
  display: none;
}
.player_stat_summaries .ladders .ladder_tab .logo_box .medal_summary .rank_medal {
  cursor: pointer;
  height: 58px;
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
}
.player_stat_summaries .ladders .ladder_tab .logo_box:hover .game_logo {
  cursor: pointer;
}
.player_stat_summaries .ladders .ladder_tab:not(.active) .logo_box:hover .game_logo {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
}
.player_stat_summaries .ladders .ladder_tab .game_logo {
  max-width: none;
  margin: 18px auto;
  height: 100%;
  max-height: 80px;
  border: 1px solid transparent;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -0.5px 1px black);
}
.player_stat_summaries .ladders .ladder_tab.active {
  justify-content: center;
}
.player_stat_summaries .ladders .ladder_tab.active .logo_box .medal_summary {
  display: none;
}
.player_stat_summaries .ladders .ladder_tab.active .mains {
  display: none;
}
.player_stat_summaries .game_stats {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.player_stat_summaries .record {
  text-align: center;
}
.player_stat_summaries .record .friend_button .btn, .player_stat_summaries .record .friend_button .btn-xs, .player_stat_summaries .record .friend_button .possible_aka_listings button, .possible_aka_listings .player_stat_summaries .record .friend_button button, .player_stat_summaries .record .friend_button .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .player_stat_summaries .record .friend_button button, .player_stat_summaries .record .friend_button .btn-sm, .player_stat_summaries .record .friend_button .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .player_stat_summaries .record .friend_button button, .player_stat_summaries .record .friend_button .stage_selectable .stage_options button, .stage_selectable .stage_options .player_stat_summaries .record .friend_button button, .player_stat_summaries .record .friend_button body.database_setup input[type=submit], body.database_setup .player_stat_summaries .record .friend_button input[type=submit], .player_stat_summaries .record .friend_button body.database_setup button, body.database_setup .player_stat_summaries .record .friend_button button {
  margin: 0;
}
.player_stat_summaries .game_played_stats {
  text-align: left;
}
.player_stat_summaries .player_game_stats {
  display: none;
}
.player_stat_summaries .player_game_stats.active {
  display: block;
}
.player_stat_summaries .player_game_stats .season_information .loading {
  display: none;
}
.player_stat_summaries .player_game_stats .mod_options {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
.player_stat_summaries .player_game_stats.loading .season_information .game_stats, .player_stat_summaries .player_game_stats.loading .season_information .season_heading, .player_stat_summaries .player_game_stats.loading .season_information .rank_status, .player_stat_summaries .player_game_stats.loading .season_information .mod_options {
  display: none;
}
.player_stat_summaries .player_game_stats.loading .season_information .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
}
.player_stat_summaries .player_game_stats.active {
  display: block;
}
.player_stat_summaries .record {
  display: block;
  text-shadow: 1px 1px 1px black;
  font-size: 20px;
}
.player_stat_summaries .game_logo {
  max-height: 70px;
  display: block;
  max-width: 60%;
}
.player_stat_summaries .ranked_league {
  height: 150px;
  text-align: center;
}
.player_stat_summaries .ranked_league img {
  max-height: 128px;
}
.player_stat_summaries .player_game_stats:only-child .ladder_tab {
  height: 90px;
}
.player_stat_summaries .image_holder {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.player_stat_summaries .game_stats .rank {
  color: #0F0;
  font-size: 16px;
  text-align: center;
}
.player_stat_summaries .game_stats .rank, .player_stat_summaries .league_description, .player_stat_summaries .friendlies, .player_stat_summaries .ranked, .player_stat_summaries .rating {
  text-shadow: 1px 1px 1px black;
}
.player_stat_summaries .league_description {
  display: block;
}
.player_stat_summaries .season_information {
  margin: 0 0 0 16px;
  text-align: right;
  flex: 1;
  position: relative;
}
.player_stat_summaries .extra_game_info {
  margin-bottom: 8px;
}
.player_stat_summaries .game_stats .rating {
  display: block;
  font-size: 18px;
}
.player_stat_summaries .character_container {
  text-align: center;
}
.player_stat_summaries .player_game_stats .games_played_stats .stat {
  display: block;
  font-size: 18px;
}
.player_stat_summaries .player_game_stats .games_played_stats .stat .count {
  color: #0F0;
}
.player_stat_summaries .extra_game_info h4, .player_stat_summaries .character_container h4 {
  margin: 0 0 4px 0;
}
.player_stat_summaries .player_game_stats {
  margin-bottom: 32px;
}
.player_stat_summaries .friendlies {
  color: #FF8F00;
}
.player_stat_summaries .ranked {
  color: #05D8FF;
}
.player_stat_summaries .rating {
  cursor: auto;
}

.about_me_container {
  max-height: 300px;
  overflow-x: auto;
}
.about_me_container textarea {
  max-height: 260px;
}

.about_me_container .displayed-value-container {
  word-break: break-word;
}

.about_me_container .displayed-value {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #C2C2C2;
  white-space: pre-line;
  font-size: 16px;
}

.nav.nav-tabs {
  border-bottom: 1px solid #3A4059;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  user-select: none;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > .link, a .nav.nav-tabs > li.active > .location:hover, .link .nav.nav-tabs > li.active > .location:hover, .nav.nav-tabs > li:hover > a, .nav.nav-tabs > li:hover > .link, a .nav.nav-tabs > li:hover > .location:hover, .link .nav.nav-tabs > li:hover > .location:hover {
  border: none;
  background-color: #3A4059;
}
.nav.nav-tabs > li > a, .nav.nav-tabs > li > .link, a .nav.nav-tabs > li > .location:hover, .link .nav.nav-tabs > li > .location:hover {
  border: none;
  border-radius: 24px;
  background-color: transparent;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > .link, a .nav.nav-tabs > li.active > .location:hover, .link .nav.nav-tabs > li.active > .location:hover, .nav.nav-tabs .nav-tabs > li.active > a:hover, .nav.nav-tabs .nav-tabs > li.active > .link:hover, .nav.nav-tabs a .nav-tabs > li.active > .location:hover, a .nav.nav-tabs .nav-tabs > li.active > .location:hover, .nav.nav-tabs .link .nav-tabs > li.active > .location:hover, .link .nav.nav-tabs .nav-tabs > li.active > .location:hover {
  border: none;
}

.edit-button {
  color: #05D8FF;
}
.edit-button:hover, a .edit-button.location:hover, .link .edit-button.location:hover {
  color: #0F0;
}

.player_notes {
  margin-bottom: 16px;
}

.player_notes .displayed-value {
  white-space: pre-line;
}

.event_type_button {
  margin-bottom: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.season_changer header {
  text-shadow: 1px 1px 1px black;
  color: #0F0;
  font-size: 1.3em;
}

.player_season_select {
  color: #FF8F00;
  text-shadow: 1px 1px 1px black;
}

.player_season_select .season_option {
  display: block;
  cursor: pointer;
}

.player_season_select .season_option:hover {
  color: white;
}

.player_notes form, .about_me_container form {
  width: 100%;
  display: block;
}
.player_notes textarea, .about_me_container textarea {
  min-width: 100%;
}

.player_season_select .season_option.active {
  color: white;
  cursor: auto;
  padding-right: 8px;
  border-right: 2px solid #05D8FF;
}

.special_mod_information {
  margin-bottom: 16px;
}

.special_mod_information .count {
  color: #0F0;
  float: right;
}

#ping_test_result {
  display: none;
}

#ping_test_result.visible {
  display: inline-block;
}

.ping_result {
  color: #0F0;
  font-size: 11px;
  text-shadow: 1px 1px 1px black;
  text-align: center;
}

.user_main_info_area .location {
  text-shadow: 0 1px 1px #000;
  font: 14px "Open Sans";
  color: #C2C2C2;
}
.user_main_info_area .send_message {
  margin-bottom: 8px;
}
.user_main_info_area .blog_post_title .date {
  font-size: 12px;
  font-style: italic;
}
.user_main_info_area .blog_post_title {
  font-size: 14px;
}
.user_main_info_area .latest_blog_posts .heading {
  text-decoration: underline;
  margin-bottom: 0;
}
.user_main_info_area .latest_blog_posts .heading a, .user_main_info_area .latest_blog_posts .heading .link, .user_main_info_area .latest_blog_posts .heading a .location:hover, a .user_main_info_area .latest_blog_posts .heading .location:hover, .user_main_info_area .latest_blog_posts .heading .link .location:hover, .link .user_main_info_area .latest_blog_posts .heading .location:hover {
  color: white;
}
.user_main_info_area .created_the_site {
  font-size: 16px;
  color: yellow;
  font-style: italic;
}
.user_main_info_area .subscription_streak {
  font-size: 16px;
}
.user_main_info_area .last_seen, .user_main_info_area .subscribed_until {
  text-shadow: 1px 1px 1px #000;
}
.user_main_info_area .subscribed_until {
  font-size: 16px;
}
.user_main_info_area .mod_options {
  margin: 0;
  padding: 0;
}
.user_main_info_area .mod_options .permission {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user_main_info_area .mod_options .name {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #05D8FF;
}
.user_main_info_area .mod_options .image_holder {
  display: inline-flex;
  flex-direction: column;
  width: 70px;
}
.user_main_info_area .mod_options img {
  max-width: 64px;
  max-height: 30px;
}
.user_main_info_area .mod_options .user_interactions > div {
  margin-bottom: 12px;
}
.user_main_info_area .mod_options label.input-toggle > span:not(:first-of-type) {
  font-size: 14px;
}
.user_main_info_area .mod_options .user_interactions > div > form {
  display: block;
}
.user_main_info_area .mod_options form button {
  border: 2px solid transparent;
  white-space: normal;
}
.user_main_info_area .mod_options li {
  margin-bottom: 14px;
}
.user_main_info_area .mod_options .until {
  display: block;
}
.user_main_info_area .mod_options .until:hover {
  color: #05D8FF;
}
.user_main_info_area .banned_heading {
  font-style: italic;
  text-align: center;
  color: black;
  background-color: #FF3434;
  border: 1px solid #3A4059;
}
.user_main_info_area .last_seen .number {
  color: #0F0;
}
.user_main_info_area .member_since {
  font-size: 14px;
  text-shadow: 1px 1px 1px #000;
}
.user_main_info_area .display_name {
  display: block;
}
.user_main_info_area .display_name_editable {
  display: inline;
}
.user_main_info_area .online_status i {
  font-size: 13px;
}
.user_main_info_area .profile_main_name.editing .online_status {
  display: none;
}
.user_main_info_area .display_name_container {
  display: inline-block;
  margin-top: 16px;
}
.user_main_info_area .display_name_container .edit-button {
  font-size: 16px;
}
.user_main_info_area .display_name_container.editing .display_name_status {
  display: none;
}

.inline-editable .displayed-value-container {
  display: inline-block;
}
.inline-editable form {
  display: none;
}

.inline-editable.editing .displayed-value-container {
  display: none;
}
.inline-editable.editing form {
  display: inline-block;
}

.possible_aka_listings {
  padding-bottom: 0;
}

.can-play-ranked-form, .ban_user {
  position: relative;
}
.can-play-ranked-form .ban_datepicker, .can-play-ranked-form .ban-user-form, .ban_user .ban_datepicker, .ban_user .ban-user-form {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #12141C;
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
  padding: 8px;
  z-index: 10;
  min-width: 210px;
}
.can-play-ranked-form.ban_options .ban_datepicker, .can-play-ranked-form.ban_options .ban-user-form, .ban_user.ban_options .ban_datepicker, .ban_user.ban_options .ban-user-form {
  display: block;
}

.possible_aka_listings .user_information {
  display: block;
}
.possible_aka_listings .user_information .username, .possible_aka_listings .user_information .user_info .subscription_streak, .user_info .possible_aka_listings .user_information .subscription_streak, .possible_aka_listings .user_information .subscriber_glowish, .possible_aka_listings .user_information .subscribe_link {
  display: inline-block;
}
.possible_aka_listings .email_address {
  display: inline-block;
  margin-bottom: 12px;
  color: #0F0;
}
.possible_aka_listings .ip_address {
  color: #F66;
}
.possible_aka_listings .ip_address:hover {
  color: white;
  cursor: pointer;
}
.possible_aka_listings .emphasized_time, .possible_aka_listings .achievement-list time, .achievement-list .possible_aka_listings time, .possible_aka_listings .birthday .unknown, .birthday .possible_aka_listings .unknown, .possible_aka_listings .character_stats .character_matchups .win_percentage, .character_stats .character_matchups .possible_aka_listings .win_percentage, .possible_aka_listings .note_card .post_time, .note_card .possible_aka_listings .post_time, .possible_aka_listings .infraction_view .date_holder, .infraction_view .possible_aka_listings .date_holder, .possible_aka_listings .active_matches .duration, .active_matches .possible_aka_listings .duration, .possible_aka_listings .active_matches .start_time, .active_matches .possible_aka_listings .start_time {
  font-size: 13px;
}
.possible_aka_listings .user_is_active .emphasized_time, .possible_aka_listings .user_is_active .achievement-list time, .achievement-list .possible_aka_listings .user_is_active time, .possible_aka_listings .user_is_active .birthday .unknown, .birthday .possible_aka_listings .user_is_active .unknown, .possible_aka_listings .user_is_active .character_stats .character_matchups .win_percentage, .character_stats .character_matchups .possible_aka_listings .user_is_active .win_percentage, .possible_aka_listings .user_is_active .note_card .post_time, .note_card .possible_aka_listings .user_is_active .post_time, .possible_aka_listings .user_is_active .infraction_view .date_holder, .infraction_view .possible_aka_listings .user_is_active .date_holder, .possible_aka_listings .user_is_active .active_matches .duration, .active_matches .possible_aka_listings .user_is_active .duration, .possible_aka_listings .user_is_active .active_matches .start_time, .active_matches .possible_aka_listings .user_is_active .start_time {
  color: #0F0;
}
.possible_aka_listings .ip_dates {
  color: #05D8FF;
  font-size: 10px;
}
.possible_aka_listings .start_date:after {
  content: "-";
  margin: 0 2px 0 4px;
  color: #FF3434;
}
.possible_aka_listings .account_status > span {
  display: block;
}
.possible_aka_listings .account_status {
  text-align: right;
}
.possible_aka_listings .account_active {
  color: #0F0;
}
.possible_aka_listings .actions {
  display: block;
}
.possible_aka_listings .aka_options {
  display: block;
  position: relative;
  margin: 0 16px 0 0;
}
.possible_aka_listings .last_seen {
  float: none;
  text-shadow: none;
  clear: none;
}

.private_chat_area .admin_shortcuts {
  display: none;
  text-align: center;
  font-size: 12px;
}
.private_chat_area .admin_shortcuts span {
  display: block;
}

.private_chat_area.user_pm_anther .admin_shortcuts {
  display: block;
}

.profile_main_name .display_name_rules {
  font-size: 1.2em;
}

.profile_main_name .last_change {
  font-size: 15px;
  color: #FF3434;
}
.profile_main_name .last_change.can_be_changed {
  color: #0F0;
}

.text-success, .username.text-success, .user_info .text-success.subscription_streak {
  color: #0F0;
  text-shadow: 1px 1px 1px black;
}

.text-danger, .username.text-danger, .user_info .text-danger.subscription_streak {
  color: #FF3434;
  text-shadow: 1px 1px 1px black;
}

.online_indicator .is_offline {
  color: #C2C2C2;
}
.online_indicator .idle_indicator, .online_indicator .away_indicator {
  color: #30354A;
}
.online_indicator .active_indicator {
  color: #0F0;
}

.user_is_banned, .possible_aka_listings .user_is_banned {
  background: rgba(81, 10, 10, 0.46);
  color: white;
}

.pm_list .pm_entry {
  padding: 6px 12px 6px 12px;
  border-bottom: 1px solid #FFF;
}
.pm_list .easy_read .description {
  overflow: hidden;
  display: block;
  max-height: 6em;
  height: auto;
  opacity: 1;
  transition: 0.2s;
  overflow-y: auto;
  padding-bottom: 2px;
  word-break: break-word;
}

.main_info .match_history_display, .main_info .summary_information_area, .main_info .cool_chat_controls {
  overflow: hidden;
  max-height: 0;
}
.main_info .back_to_summary {
  display: none;
}

.main_info.match_history_view .back_to_summary, .main_info.notes_view .back_to_summary {
  display: block;
}

.main_info.match_history_view .match_history_display {
  transition: 0.6s ease-in;
  max-height: 490px;
  overflow-y: auto;
}

.main_info.summary_view .summary_information_area {
  max-height: 490px;
  overflow: visible;
}
.main_info.summary_view .the_buttons > div {
  display: flex;
  flex-direction: column;
}
.main_info.summary_view .the_buttons > div.send_message_holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main_info.summary_view .user_info_padding {
  padding-right: 12px;
  padding-left: 12px;
}

.main_info .cool_chat_controls {
  transition: 0.6s ease-in;
  max-height: 490px;
}

.match_history_display {
  margin: 0 4px;
  overflow-y: hidden;
  font-size: 13px;
}

.note_card .note_info {
  display: inline-block;
  margin-right: 12px;
}
.note_card .username, .note_card .user_info .subscription_streak, .user_info .note_card .subscription_streak, .note_card .subscriber_glowish, .note_card .subscribe_link {
  font-size: 1.6rem;
}
.note_card .username_container {
  margin-right: 12px;
}
.note_card .note_content {
  font-size: 16px;
  white-space: pre-wrap;
}

.match_history_display .matches {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding-right: 6px;
}

.match_history_display .match_time {
  text-align: right;
}
.match_history_display .history_content {
  display: none;
}
.match_history_display .loading {
  display: none;
}
.match_history_display .loading .loading_image {
  margin-top: 16px;
}
.match_history_display .error {
  display: none;
}

.match_history_display.loading .loading {
  display: block;
  text-align: center;
}

.match_history_display.error .error {
  display: block;
}
.match_history_display.error .loading {
  display: none;
}

.match_history_display.displayed .history_content {
  display: block;
}

.display_name_approval_list .name_approval_form button {
  box-shadow: none;
}
.display_name_approval_list .name_approval_form button.selected {
  font-size: 16px;
  border: 2px solid #FFF;
}

.character_stats .heading {
  font-size: 24px;
  margin-bottom: 8px;
}
.character_stats .matchup_characters .character {
  margin-right: 8px;
}
.character_stats .dates {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.character_stats .characters {
  display: flex;
  flex-direction: row;
}
.character_stats .characters .character_container {
  margin-right: 8px;
  text-align: center;
}
.character_stats .characters .character_container .character_name {
  display: block;
}
.character_stats .my_character {
  margin-bottom: 16px;
}
.character_stats .character_matchups .times_faced {
  display: block;
}
.character_stats .character_matchups .wins {
  color: #0F0;
}
.character_stats .character_matchups .losses {
  color: #FF3434;
}
.character_stats .character_matchups .wins, .character_stats .character_matchups .losses {
  font-size: 19px;
}
.character_stats .character_matchups .total {
  font-size: 19px;
}
.character_stats .character_matchups .totals {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid white;
}

.subscription-detail .recent_subscription_history {
  display: block;
}
.subscription-detail .recent_subscription_history .end_date, .subscription-detail .recent_subscription_history .subscription_description {
  display: inline-block;
}
.subscription-detail .recent_subscription_history .subscription_description {
  margin-right: 16px;
  color: #05D8FF;
}
.subscription-detail .notice {
  font-size: 12px;
  display: block;
}
.subscription-detail input[name=end_date] {
  display: inline-block;
  width: auto;
}
.season_history {
  background-color: #12141C;
  border-radius: 4px;
  border: 1px solid #3A4059;
  width: 100%;
}

.birthday #birthday_form, .birthday #birthday_remove {
  display: none;
}
.birthday .birthday_display {
  display: inline-block;
}
.birthday .birthday-picker select {
  max-width: 122px;
}
.birthday .birthday-picker .birth-year {
  display: block;
}

.birthday.edit #birthday_form, .birthday.edit #birthday_remove {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.birthday.edit .birthday_display {
  display: none;
}

.matchmaking-stats .preferred_game_filter {
  position: relative;
}
.matchmaking-stats .preferred_game_filter:after {
  display: block;
  content: "";
  transform: scale(0);
  transition: all 450ms ease 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.matchmaking-stats .preferred_game_filter.active {
  transition: background-color 0.5s ease;
}
.matchmaking-stats .preferred_game_filter.active:after {
  background: rgba(10, 110, 189, 0.58);
  background: -webkit-linear-gradient(right, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  background: linear-gradient(to left, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: scale(1);
}
.matchmaking-stats .player_ladder_stat_summary > div {
  flex: 1 0 400px;
}
.matchmaking-stats .slot_number_and_characters {
  position: relative;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-right: 16px;
  padding: 4px;
}
.matchmaking-stats .slot_number_and_characters:after {
  display: block;
  content: "";
  transform: scale(0);
  transition: all 450ms ease 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.matchmaking-stats .slot_number_and_characters.active {
  transition: background-color 0.5s ease;
}
.matchmaking-stats .slot_number_and_characters.active:after {
  background: rgba(10, 110, 189, 0.58);
  background: -webkit-linear-gradient(right, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  background: linear-gradient(to left, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: scale(1);
}
.matchmaking-stats .selectable_games {
  display: flex;
  flex-wrap: wrap;
}
.matchmaking-stats .selectable_games .game_logo_mini.selectable {
  display: none;
}
.matchmaking-stats .selectable_games .full_logo.selectable {
  display: inline-block;
  max-height: 98px;
  margin-bottom: 16px;
}
.matchmaking-stats .selectable_games .season_link:hover {
  border: none;
}
.matchmaking-stats .selectable_games .season_link:hover img {
  filter: drop-shadow(1px 1px 1px white) drop-shadow(-1px 1px 1px white) drop-shadow(0 -0.5px 1px white);
  transition: all 0.2s linear;
}
.matchmaking-stats.has_ladder_selected {
  display: flex;
  flex-direction: row;
}
.matchmaking-stats.has_ladder_selected .stats_display {
  flex: 1;
}
.matchmaking-stats.has_ladder_selected .selectable_games {
  align-items: left;
  flex-direction: column;
  margin-right: 16px;
}
.matchmaking-stats.has_ladder_selected .selectable_games .game_logo_mini.selectable {
  display: block;
}
.matchmaking-stats.has_ladder_selected .selectable_games .full_logo.selectable {
  display: none;
}
.matchmaking-stats .heading {
  font-size: 2em;
  margin-bottom: 20px;
}
.matchmaking-stats .character_vs {
  display: flex;
  align-items: center;
}
.matchmaking-stats .matchup {
  display: flex;
  margin-left: 8px;
}
.matchmaking-stats .character_vs .vs {
  margin: 0 16px;
  justify-content: center;
  font-size: 20px;
}
.matchmaking-stats .game_logo_mini.selectable {
  height: 36px;
  cursor: pointer;
  display: block;
  transition: all 64ms ease-in;
  transform: scale(1);
  padding-right: 8px;
}
.matchmaking-stats .game_logo {
  display: block;
  max-height: 128px;
  margin: 0 auto 16px auto;
}
.matchmaking-stats .seasons {
  flex-wrap: wrap;
  padding: 8px 2px;
  flex-flow: wrap;
  margin: 0 0 16px 0;
}
.matchmaking-stats .the_tier_stats {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.matchmaking-stats .medal_summary {
  margin-right: 16px;
}
.matchmaking-stats .season_link {
  display: block;
}
.matchmaking-stats .season_link.selected {
  border-right: 2px solid white;
}
.matchmaking-stats .season_link:hover {
  border-right: 2px solid #0F0;
}
.matchmaking-stats .season {
  color: #FF3434;
  font-size: 16px;
  padding: 4px 8px;
  margin: 0 32px 8px 0;
  white-space: nowrap;
  border-radius: 4px;
}
.matchmaking-stats .season > .season {
  display: inline-flex;
  flex-direction: column;
}
.matchmaking-stats .season .dates {
  font-size: 12px;
  display: block;
  color: white;
}
.matchmaking-stats .season:hover, .matchmaking-stats .season.selected {
  color: #0F0;
  transition: all 64ms ease-in;
  background-color: #12141C;
}
.matchmaking-stats .season.selected {
  color: #0F0;
  font-size: 18px;
}
.matchmaking-stats .tier_group {
  display: flex;
  margin-top: 20px;
}
.matchmaking-stats .tier_group .division {
  display: none;
}
.matchmaking-stats .tier_group .stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.matchmaking-stats .tier_group .count {
  color: #05D8FF;
  font-size: 16px;
}
.matchmaking-stats .wins_and_losses {
  font-size: 16px;
  display: block;
}
.matchmaking-stats .wins_and_losses:before {
  content: "(";
}
.matchmaking-stats .wins_and_losses .dash:before {
  content: "-";
}
.matchmaking-stats .wins_and_losses:after {
  content: ")";
}
.matchmaking-stats .wins {
  color: #0F0;
}
.matchmaking-stats .losses {
  color: #FF3434;
}

.achievement-list .achievement {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #3A4059;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.achievement-list time {
  order: 100;
  font-size: smaller;
  white-space: nowrap;
  text-align: right;
  flex: 1;
}
.achievement-list .title {
  font-weight: bold;
  display: block;
}
.achievement-list .description_stuff {
  display: flex;
  flex-direction: column;
}
.achievement-list .description {
  display: block;
}
.achievement-list .achievement_image {
  position: relative;
  margin-right: 8px;
  min-width: 128px;
  max-width: 128px;
  text-align: center;
}
.achievement-list .achievement_image .game_logo {
  max-width: 100%;
}
.achievement-list .achievement_image .achievement_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  filter: drop-shadow(3px 3px 1px black) drop-shadow(-3px 3px 1px black) drop-shadow(0 -1.5px 1px black);
  max-width: 48px;
  left: 16px;
  bottom: 0;
  transform: translate(50%, 0);
}

.profile_email:hover .user_email {
  display: inline;
}
.profile_email:hover .email_hider {
  display: none;
}
.profile_email .user_email {
  display: none;
}

.about_me_stuff {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_me_stuff > section, .about_me_stuff > div {
  border: 16px solid transparent;
}
.about_me_stuff .about_player {
  flex: 1;
}
.about_me_stuff .about-me-alias-edit {
  cursor: pointer;
}
.about_me_stuff .about-me-alias-edit:hover {
  color: #05D8FF;
}
.about_me_stuff .matchmaking_stats_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_me_stuff .matchmaking_stats_link:not(.is_subscribed):not(.subscriber_glowish):not(.subscribe_link) .link_image {
  filter: contrast(0.2) grayscale(1);
}
.about_me_stuff .matchmaking_stats_link:not(.is_subscribed):not(.subscriber_glowish):not(.subscribe_link) .stats_link {
  pointer-events: none;
}
.about_me_stuff .matchmaking_stats_link.is_subscribed .stats_link, .about_me_stuff .user_info .matchmaking_stats_link.subscription_streak .stats_link, .user_info .about_me_stuff .matchmaking_stats_link.subscription_streak .stats_link, .about_me_stuff .matchmaking_stats_link.subscriber_glowish .stats_link, .about_me_stuff .matchmaking_stats_link.subscribe_link .stats_link {
  pointer-events: auto;
}
.about_me_stuff .matchmaking_stats_link.is_subscribed .link_image:hover, .about_me_stuff .user_info .matchmaking_stats_link.subscription_streak .link_image:hover, .user_info .about_me_stuff .matchmaking_stats_link.subscription_streak .link_image:hover, .about_me_stuff .matchmaking_stats_link.subscriber_glowish .link_image:hover, .about_me_stuff .matchmaking_stats_link.subscribe_link .link_image:hover {
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.8));
  transition: all 0.3s linear;
}

.oauth_login .client_name {
  color: #05D8FF;
}

.modal-content .specific_code_form .save {
  display: none;
}

.social_medias .heading {
  margin-bottom: 0;
}
.social_medias .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: -4px;
  flex-wrap: wrap;
}
.social_medias .items .social_media {
  border: 4px solid transparent;
}
.social_medias .items .social_media .heading {
  height: 27px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social_medias .items .social_media .heading .span {
  margin-left: 4px;
}
.social_medias .items .social_media.disabled .primary_value, .social_medias .items .request_list .challenge_request_hmm.removing button.social_media .primary_value, .request_list .challenge_request_hmm.removing .social_medias .items button.social_media .primary_value {
  display: none;
}
.social_medias .items .social_media.disabled .heading, .social_medias .items .request_list .challenge_request_hmm.removing button.social_media .heading, .request_list .challenge_request_hmm.removing .social_medias .items button.social_media .heading {
  color: #F66;
  font-style: italic;
}
.social_medias .items .social_media.disabled .specific_field .viewing .editing, .social_medias .items .request_list .challenge_request_hmm.removing button.social_media .specific_field .viewing .editing, .request_list .challenge_request_hmm.removing .social_medias .items button.social_media .specific_field .viewing .editing {
  display: none;
}
.social_medias .items .social_media .social_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social_medias .items .social_media .twitch_link {
  display: flex;
  align-items: center;
}
.social_medias .items .social_media .twitch_link i {
  margin-right: 8px;
}
.social_medias .items .social_media i {
  font-size: 20px;
  margin-right: 4px;
}
.social_medias .items .social_media .profile_name {
  font-size: 16px;
}
.social_medias .items .social_media .unlink_form {
  margin-top: 4px;
}

.account_connect {
  text-align: center;
}
.account_connect .connect_icon .icon {
  font-size: 64px;
}
.account_connect .profile {
  display: flex;
  flex-direction: column;
}
.account_connect .profile .display_name {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 1400px) {
  .container, body.database_setup {
    width: 1400px;
  }
}
@media (min-width: 1100px) and (max-height: 670px) {
  #dashboard:not(.subscribed_user) .tab-content > #ad-pane-2.tab-pane iframe:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1100px) {
  #dashboard:not(.subscribed_user) .tab-content > #ad-pane-1.tab-pane {
    display: block;
    width: 120px;
    max-width: 120px;
    margin-top: 31px;
    margin-left: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #dashboard.dashboard-sm .matchmaking_tab_content[data-selected-tab="#tab-pane-chat"] #tab-pane-matchmaking {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .mid-side-container.userlist_showing #main_chat_area {
    display: none;
  }
  .mid-side-container #user_list_side {
    width: 100%;
  }
  .online_user .location {
    float: none;
  }
  /*sidebar*/
  #dashboard .matchmaking_tab_content {
    padding: 0;
  }
  #page_netplay #bottom_dock {
    display: none;
  }
  #dashboard {
    padding-bottom: 0;
  }
  .header {
    position: absolute;
    z-index: 1; /* 0 puts it behind everything and makes a weird transparency effct*/
  }
  .sidebar-opened #top_main_nav {
    display: block;
  }
  #top_main_nav .main_menu_items > li > a.active, #top_main_nav .main_menu_items > li > .active.link, #top_main_nav .main_menu_items > li > a:hover, #top_main_nav .main_menu_items > li > .link:hover, #top_main_nav a .main_menu_items > li > .location:hover, a #top_main_nav .main_menu_items > li > .location:hover, #top_main_nav .link .main_menu_items > li > .location:hover, .link #top_main_nav .main_menu_items > li > .location:hover {
    border-radius: 0;
  }
  #top_main_nav .main_menu_items > li {
    background-color: #30354A;
    display: block;
    float: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .link, .navbar-nav .open a .dropdown-menu > li > .location:hover, a .navbar-nav .open .dropdown-menu > li > .location:hover, .navbar-nav .open .link .dropdown-menu > li > .location:hover, .link .navbar-nav .open .dropdown-menu > li > .location:hover {
    color: white;
    font-size: 14px;
  }
  .navbar-nav .open .dropdown-menu > li:hover {
    background: #565559;
    font-size: 16px;
  }
  .nav .open > a, .nav .open > .link, .nav a .open > .location:hover, a .nav .open > .location:hover, .nav .link .open > .location:hover, .link .nav .open > .location:hover, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #565559;
  }
  #top_main_nav .main_menu_items {
    padding-left: 8px;
    z-index: 10;
  }
  #top_main_nav {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    top: 41px;
    left: 0;
  }
  /* body container */
  #main-content {
    margin: 0 !important;
    position: none !important;
  }
  #sidebar > ul > li > a > span, #sidebar > ul > li > .link > span, a #sidebar > ul > li > .location:hover > span, .link #sidebar > ul > li > .location:hover > span {
    line-height: 35px;
  }
  #sidebar > ul > li {
    margin: 0 10px 5px 10px;
  }
  #sidebar > ul > li > a, #sidebar > ul > li > .link, a #sidebar > ul > li > .location:hover, .link #sidebar > ul > li > .location:hover {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align: left;
  }
  #sidebar > ul > li > a i, #sidebar > ul > li > .link i, a #sidebar > ul > li > .location:hover i, .link #sidebar > ul > li > .location:hover i {
    /*display: none !important;*/
  }
  .mail-info, .mail-info:hover, a .mail-info.location:hover, .link .mail-info.location:hover {
    display: none !important;
  }
  #sidebar ul > li > a .arrow, #sidebar ul > li > .link .arrow, #sidebar a ul > li > .location:hover .arrow, a #sidebar ul > li > .location:hover .arrow, #sidebar .link ul > li > .location:hover .arrow, .link #sidebar ul > li > .location:hover .arrow, #sidebar > ul > li > a .arrow.open {
    margin-right: 10px;
    margin-top: 15px;
  }
  #sidebar ul > li.active > a .arrow, #sidebar ul > li.active > .link .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > .link:hover .arrow, #sidebar a ul > li > .location:hover .arrow, a #sidebar ul > li > .location:hover .arrow, #sidebar .link ul > li > .location:hover .arrow, .link #sidebar ul > li > .location:hover .arrow, #sidebar ul > li > a:focus .arrow, #sidebar ul > li > .link:focus .arrow,
  #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    margin-top: 15px;
  }
  #sidebar > ul > li > a, #sidebar > ul > li > .link, a #sidebar > ul > li > .location:hover, .link #sidebar > ul > li > .location:hover, #sidebar > ul > li > ul.sub > li {
    width: 100%;
  }
  #sidebar > ul > li > ul.sub > li > a, #sidebar > ul > li > ul.sub > li > .link, a #sidebar > ul > li > ul.sub > li > .location:hover, .link #sidebar > ul > li > ul.sub > li > .location:hover {
    background: transparent !important;
  }
  #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li > .link:hover, a #sidebar > ul > li > ul.sub > li > .location:hover, .link #sidebar > ul > li > ul.sub > li > .location:hover {
    /*background: #4A8BC2 !important ;*/
  }
  /* sidebar */
  /* sidebar collabler */
  #sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }
  #sidebar .btn-navbar .arrow {
    position: absolute;
    right: 35px;
    width: 0;
    height: 0;
    top: 48px;
    border-bottom: 15px solid #282e36;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  /*---------*/
  .modal-footer .btn, .modal-footer .btn-xs, .modal-footer .btn-sm, .modal-footer .request_list .challenge_request_hmm.removing button, .request_list .challenge_request_hmm.removing .modal-footer button, .modal-footer .stage_selectable .stage_options button, .stage_selectable .stage_options .modal-footer button, .modal-footer body.database_setup input[type=submit], body.database_setup .modal-footer input[type=submit], .modal-footer body.database_setup button, body.database_setup .modal-footer button, .modal-footer .user_main_info_area .mod_options form button, .user_main_info_area .mod_options form .modal-footer button, .modal-footer .possible_aka_listings button, .possible_aka_listings .modal-footer button {
    margin-bottom: 0px !important;
  }
  .btn, .btn-xs, .btn-sm, .request_list .challenge_request_hmm.removing button, .stage_selectable .stage_options button, body.database_setup input[type=submit], body.database_setup button, body.database_setup .skip_to_form input[type=submit], body.database_setup .migrate_to_form input[type=submit], .user_main_info_area .mod_options form button, .possible_aka_listings button {
    margin-bottom: 5px;
  }
  .top-nav {
    position: right;
    right: 10px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .search {
    display: none;
  }
  .top-nav {
    position: absolute;
    right: 10px;
    top: 0px;
  }
}
@media (max-width: 320px) {
  .search, .dont-show {
    display: none;
  }
  #top_menu .nav > li, ul.top-menu > li {
    float: right;
  }
}
::-webkit-scrollbar {
  background: #3A4059;
  width: 10px;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover, a .location:hover::-webkit-scrollbar-thumb, .link .location:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}

* {
  scrollbar-color: #1C1F2B #3A4059;
  scrollbar-width: thin;
}

#menu_holder {
  display: block;
  position: absolute;
  z-index: 10030;
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  transform: translateY(-2em);
  pointer-events: none;
  user-select: none;
}
#menu_holder.active {
  pointer-events: auto;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
  visibility: visible;
  opacity: 1;
}

.context_menu {
  position: static;
  flex-direction: column;
  width: auto;
  min-width: 275px;
  max-width: 275px;
  padding-bottom: 0;
  border: 1px solid #3A4059;
  display: none;
}
.context_menu .menu_group, .context_menu .specific_menu {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #3A4059;
}
.context_menu .menu_group:last-child, .context_menu .specific_menu:last-child {
  border-bottom: none;
}
.context_menu.created {
  display: flex;
}
.context_menu.active {
  display: flex;
  opacity: 1;
}
.context_menu .username_holder {
  display: none;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #3A4059;
  margin-bottom: 1px;
}
.context_menu .username_holder.active {
  display: block;
}
.context_menu .username_holder .gangster_name {
  background-color: transparent;
  width: 100%;
}
.context_menu .message_preview {
  display: none;
  margin-bottom: 0.5em;
}
.context_menu .message_preview.active {
  display: flex;
}
.context_menu .chat_container {
  background-color: black;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: auto;
  padding: 4px 4px 4px 12px;
}
.context_menu .chat_container .chat_message {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style-type: none;
}
.context_menu .chat_container .time_holder {
  display: none;
}
.context_menu .chat_container .delete_holder {
  display: none;
}
.context_menu .chat_container .chat_message {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
}
.context_menu .chat_tabs_menu .settings {
  display: none;
}
.context_menu .chat_tabs_menu .leave_chat, .context_menu .chat_tabs_menu .join_chat {
  display: none;
}
.context_menu .chat_tabs_menu .leave_chat {
  color: #FF3434;
}
.context_menu .chat_tabs_menu.can_join .join_chat {
  display: block;
}
.context_menu .chat_tabs_menu.can_leave .leave_chat {
  display: block;
}
.context_menu .chat_tabs_menu.is_chat_mod .settings {
  display: block;
}
.context_menu .start_matchmaking .show_menu, .context_menu .start_matchmaking .hide_menu {
  display: none;
}
.context_menu .start_matchmaking.is_toggleable.is_shown .show_menu {
  display: none;
}
.context_menu .start_matchmaking.is_toggleable.is_shown .hide_menu {
  display: block;
}
.context_menu .start_matchmaking.is_toggleable.is_hidden .hide_menu {
  display: none;
}
.context_menu .start_matchmaking.is_toggleable.is_hidden .show_menu {
  display: block;
}
.context_menu .specific_menu.username_click {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.context_menu .specific_menu.username_click .menuitem {
  flex: 1;
  white-space: nowrap;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.context_menu .chat_message_popup {
  min-width: 238px;
}
.context_menu .chat_message_popup .undelete {
  color: #05D8FF;
  display: inline-block;
}
.context_menu .chat_message_popup .delete {
  color: #FF3434;
  display: inline-block;
}
.context_menu .chat_message_popup .remove {
  color: #FF3434;
  display: inline-block;
}
.context_menu .chat_message_popup .report {
  color: #FF3434;
}
.context_menu .chat_message_popup .dangered {
  color: #FF3434;
}
.context_menu .chat_message_popup .purge, .context_menu .chat_message_popup .scorch {
  color: #FF3434;
}
.context_menu .chat_message_popup h3 {
  font-size: 13px;
  text-align: center;
}
.context_menu .chat_message_popup .copy_selected, .context_menu .chat_message_popup .copy_clicked_text {
  white-space: nowrap;
}
.context_menu .chat_message_popup .limited_user_input {
  color: #05D8FF;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
  width: 100%;
}
.context_menu .chat_message_popup .copy_clicked_text {
  display: block;
  overflow: hidden;
}
.context_menu .game_filters .on {
  color: #0F0;
}
.context_menu .game_filters .off {
  color: #FF3434;
}
.context_menu .game_filters .toggle_visibility_single .on, .context_menu .game_filters .toggle_visibility_single .off {
  display: none;
}
.context_menu .game_filters .toggle_visibility_single.is_on .off {
  display: inline;
}
.context_menu .game_filters .toggle_visibility_single.is_off .on {
  display: inline;
}
.context_menu .game_filters .toggle_visibility_me_important.is_on .off {
  display: inline;
}
.context_menu .game_filters .toggle_visibility_me_important.is_off .on {
  display: inline;
}
.context_menu .specific_menu {
  margin: 0;
}
.context_menu .menuitem {
  font-size: 15px;
  padding: 9px 12px;
  opacity: 0.9;
  cursor: pointer;
}
.context_menu .menuitem.disabled, .context_menu .request_list .challenge_request_hmm.removing button.menuitem, .request_list .challenge_request_hmm.removing .context_menu button.menuitem {
  opacity: 0.7;
  font-style: italic;
  color: yellow;
}
.context_menu .menuitem:hover {
  background-color: #3A4059;
  opacity: 1;
}

.primary_highlight {
  color: #05D8FF;
}

#tab-pane-streams {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.stream_container .custom_stream {
  display: none;
}

.stream_container .heading {
  margin: 0;
  position: relative;
}
.stream_container .heading .text {
  cursor: pointer;
}

.stream_container.maximized .heading {
  border-bottom: none;
}

.game_search_section.maximized .heading {
  border-bottom: none;
}

.active_twitch_streams .stream_container {
  display: flex;
}

.stream_container .active_stream {
  width: 100%;
}

.stream_container .no_streams {
  border: 1px solid #3A4059;
}

.stream_container .active_streams, .stream_container .no_streams {
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px;
}

.stream_container .heading .badge, .stream_container .heading .bug_category, .stream_container .heading .bug_summary_description .confirmed, .bug_summary_description .stream_container .heading .confirmed, .stream_container .heading .normal_list .no_tags.active, .normal_list .stream_container .heading .no_tags.active, .stream_container .heading .event_listing .best_of_small, .event_listing .stream_container .heading .best_of_small {
  position: absolute;
  top: -3px;
  left: 2px;
}

.stream_container .heading .badge, .stream_container .heading .bug_category, .stream_container .heading .bug_summary_description .confirmed, .bug_summary_description .stream_container .heading .confirmed, .stream_container .heading .normal_list .no_tags.active, .normal_list .stream_container .heading .no_tags.active, .stream_container .heading .event_listing .best_of_small, .event_listing .stream_container .heading .best_of_small {
  display: inline-block;
  position: relative;
  margin-left: 4px;
}

#tab-pane-streams.active {
  display: flex;
}

#tab-pane-streams {
  height: auto;
}

.stream_container .no_streams {
  display: block;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  background-color: #12141C;
}

#tab-pane-matchmaking .stream_container:not(.maximized) .active_streams {
  display: none;
}
#tab-pane-matchmaking .stream_container:not(.maximized) .no_streams {
  display: none;
}

.stream_container .stream_name {
  color: black;
}

.stream_container .stream_title {
  margin-top: 6px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
  max-height: 60px;
}

.stream_container .stream_actions {
  width: 100%;
}

.stream_container .active_stream.is_offline {
  display: none;
}

.watch_stream {
  border: 1px solid transparent;
  width: 100%;
  background-color: #12141C;
  display: flex;
  flex-direction: row;
  padding: 4px 8px;
  flex-wrap: wrap;
}
.watch_stream.clickable, .dolphin_launcher_waiting .watch_stream.dolphin_user, .dolphin_launcher_players .watch_stream.dolphin_user, #main_chat_area .chat_room_title_banner .watch_stream.chat_option {
  cursor: pointer;
}
.watch_stream.clickable:hover, .dolphin_launcher_waiting .watch_stream.dolphin_user:hover, .dolphin_launcher_players .watch_stream.dolphin_user:hover, #main_chat_area .chat_room_title_banner .watch_stream.chat_option:hover {
  background-color: rgba(0, 0, 0, 0.49);
}

.stream_container .image_container {
  width: 75px;
  margin-right: 12px;
}

.stream_action {
  overflow: hidden;
  max-width: 340px;
}

.steam_link_preview {
  text-overflow: ellipsis;
}

.stream_container .stream_flair {
  display: block;
  height: 20px;
  margin-right: 12px;
}
.stream_container .stream_filters .stream_filter {
  border-bottom: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 16px;
  padding-bottom: 4px;
  position: relative;
}
.stream_container .stream_filters .stream_filter img {
  transition: 0.5s;
  margin: 0 auto;
  display: block;
}
.stream_container .stream_filters .stream_filter:after {
  display: block;
  content: "";
  transform: scale(0);
  transition: all 450ms ease 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.stream_container .stream_filters .stream_filter.active {
  transition: background-color 0.5s ease;
}
.stream_container .stream_filters .stream_filter.active:after {
  background: rgba(10, 110, 189, 0.58);
  background: -webkit-linear-gradient(right, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  background: linear-gradient(to left, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: scale(1);
}
.stream_container .stream_filters .stream_filter img {
  max-height: 52px;
  max-width: 140px;
}
.stream_container .game_data {
  flex: 1 1 auto;
  text-align: right;
  position: relative;
  transform: none;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.stream_container .game_data .owner {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
.stream_container .game_data .mini_tier_icon {
  position: absolute;
  height: 28px;
  bottom: -6px;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -0.5px 1px black);
}
.stream_container .game_data .mini_tier_icon {
  position: static;
  transform: none;
  text-align: center;
}
.stream_container .image_container .stream_logo, .stream_container .image_container .no_logo {
  width: 60px;
  min-height: 1px;
  margin: 2px;
}
.stream_container .image_container.is_image {
  max-height: 200px;
  width: 100%;
}
.stream_container .image_container.is_image .stream_logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.stream_container .image_container .stream_logo {
  display: block;
}
.stream_container .image_container .stream_logo.rounded, .stream_container .image_container #dashboard .matchmaking_tab_content #tab-pane-friends .stream_logo.search, #dashboard .matchmaking_tab_content #tab-pane-friends .stream_container .image_container .stream_logo.search {
  border-radius: 50%;
  border: 3px solid #05D8FF;
}
.stream_container .image_container .no_logo {
  display: none;
}
.stream_container .image_container.no_image .stream_logo {
  display: none;
}
.stream_container .image_container.no_image .no_logo {
  display: block;
  height: 60px;
  background-color: #3A4059;
}
.stream_container .title_info {
  display: flex;
  flex-direction: row;
}

.stream_container .stream_info_container {
  display: inline-block;
  flex: 1 1 auto;
  position: relative;
}

.stream_container .channel_name {
  font-size: 18px;
}

.stream_info_container .game_logo {
  max-height: 32px;
}

.stream_info_container .viewers {
  color: rgb(4, 245, 255);
}

.active_twitch_streams {
  overflow-y: auto;
  padding: 4px 0 0 0;
  flex: 1;
}

.active_twitch_streams .stream_filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.active_twitch_streams .loading {
  display: none;
  text-align: center;
  margin-bottom: 8px;
  transition: 0.5s;
  height: 0px;
}
.active_twitch_streams .loading.active {
  display: block;
}
.active_twitch_streams .active_streams {
  flex-grow: 1;
  max-height: none;
  flex: 1 1 0;
  display: block;
}

.active_selectable_button, .user_info .active_selectables .active_selectable_button {
  border-radius: 28px;
  margin-right: 4px;
  border: 2px solid transparent;
}
.active_selectable_button.selected, .user_info .active_selectables .selected.active_selectable_button {
  background-color: #0A6EBD;
}
.active_selectable_button.active, .user_info .active_selectables .active.active_selectable_button {
  border-color: #05D8FF;
}
.active_selectable_button.pulse_glow, .user_info .active_selectables .pulse_glow.active_selectable_button {
  animation-name: highlightBackgroundPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: white;
}
.active_selectable_button.border_only, .user_info .active_selectables .border_only.active_selectable_button {
  background-color: transparent;
  border: 1px solid #05D8FF;
}
.active_selectable_button.border_only:hover {
  box-shadow: 0 0 9px #05D8FF;
  border-color: #05D8FF;
  background-color: #05D8FF;
}
.active_selectable_button.transparent_button, .user_info .active_selectables .transparent_button.active_selectable_button {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.active_selectable_button.transparent_button:after, .user_info .active_selectables .transparent_button.active_selectable_button:after {
  display: block;
  content: "";
  transform: scale(0);
  transition: all 450ms ease 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.active_selectable_button.transparent_button.active {
  transition: background-color 0.5s ease;
}
.active_selectable_button.transparent_button.active:after {
  background: rgba(10, 110, 189, 0.58);
  background: -webkit-linear-gradient(right, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  background: linear-gradient(to left, rgba(10, 110, 189, 0.58) 0%, #0A6EBD 12%, #05D8FF 47%, rgba(10, 110, 189, 0.58) 100%);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: scale(1);
}
.active_selectable_button.transparent_button[disabled] {
  color: white;
}
.active_selectable_button.transparent_button:hover {
  background-color: #05D8FF;
  color: black;
}

.bracket {
  display: flex;
}
.bracket .round {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
}
.bracket .round .winners .matchups {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bracket .round .winners .matchups .matchup {
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  flex: 1 0 80px;
}
.bracket .round .winners .matchups .matchup .participants {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.bracket .round .winners .matchups .matchup .participants .participants_inner {
  position: relative;
  border: 1px solid #3A4059;
  background-color: #12141C;
  border-radius: 2px;
}
.bracket .round .winners .matchups .matchup .participants .id {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -12px;
}
.bracket .round .winners .matchups .matchup .participants .id .text {
  background-color: white;
  color: black;
  border-radius: 16px;
  border: 1px solid black;
  padding: 2px 6px;
  white-space: nowrap;
}
.bracket .round .winners .matchups .matchup .participants .participant {
  box-sizing: border-box;
  color: #0A6EBD;
  width: 14rem;
  height: 3rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
.bracket .round .winners .matchups .matchup .participants .participant.first {
  border-bottom: 1px solid #3A4059;
}
.bracket .round .winners .matchups .matchup .participants .participant.second {
  border-top: 1px solid #3A4059;
}
.bracket .round .winners .matchups .matchup .participants .participant:hover {
  background-color: rgba(10, 110, 189, 0.58);
  cursor: pointer;
}
.bracket .round .winners .matchups .matchup .participants .participant.winner {
  color: #05D8FF;
}
.bracket .round .winners .matchups .matchup .participants .participant.loser {
  color: #5A1F1F;
}
.bracket .round .winners .matchups .matchup .participants .participant > span {
  margin: 12px 1px 0 12px;
  line-height: 3;
}
.bracket .round .winners .connector {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.bracket .round .winners .connector_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64px;
}
.bracket .round .winners .connector.filled .line {
  border-color: #0A6EBD;
}
.bracket .round .winners .connector.filled.bottom .merger:after {
  border-color: #0A6EBD;
}
.bracket .round .winners .connector.filled.top .merger:before {
  border-color: #0A6EBD;
}
.bracket .round .winners .connector .line {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: thin solid #0A6EBD;
}
.bracket .round .winners .connector .merger {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 50%;
}
.bracket .round .winners .connector .merger:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  border: 0 solid;
  border-color: #0A6EBD;
  border-right-width: thin;
  border-top-width: thin;
  border-top-right-radius: 8px;
}
.bracket .round .winners .connector .merger:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  border: 0 solid;
  border-color: #0A6EBD;
  border-right-width: thin;
  border-bottom-width: thin;
  border-bottom-right-radius: 8px;
}

/*General marker style*/
.map-marker {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #444;
  width: auto;
  height: 26px;
  border-radius: 5px;
  margin-top: -34px; /*Shift by arrow top+height*/
  margin-left: -13px; /*Shift by half the marker width*/
  color: black;
}
.map-marker.me .icon {
  background-color: #F66;
  font-size: 11px;
}
.map-marker.exclamation .icon:before {
  content: "!";
}
.map-marker .icon {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #05D8FF;
  line-height: 24px;
  border-radius: 4px;
  margin-left: 1px;
  margin-top: 1px;
  font-size: 22px;
}
.map-marker.online .icon {
  background: yellow;
}

.map-marker div.arrow {
  position: relative;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  border-width: 10px 6px 0 6px; /*Arrow w/h is defined by the borders*/
  left: 7px; /*(Marker width - arrow width)/2*/
  width: 0px;
  height: 0px;
}

/*Marker color instances*/
.map-marker.red div.icon {
  background: #FF2222;
}

.map-marker.green div.icon {
  background: #008800;
  color: #FFF;
}

.map-marker.green {
  background: #000;
}

.map-marker.green div.arrow {
  border-top-color: #000;
}

/*Marker states*/
.map-marker.inactive {
  opacity: 0.6;
}

/*Wraperclass for the divicon*/
.map-label {
  position: absolute;
  bottom: 0;
  left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/*Wrap the content of the divicon (text) in this class*/
.map-label-content {
  order: 1;
  position: relative;
  left: -50%;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #444;
  padding: 3px;
  max-width: 160px;
  display: inline-block;
}

/*Add this arrow*/
.map-label-arrow {
  order: 2;
  width: 0px;
  height: 0px;
  left: 50%;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  border-width: 10px 6px 0 6px; /*[first number is height, second/fourth are rigth/left width]*/
  margin-left: -6px;
}

/*Instance classes*/
.map-label.inactive {
  opacity: 0.5;
}

.map-label.redborder > .map-label-content {
  border-color: #e00;
}

.map-label.redborder > .map-label-arrow {
  border-top-color: #e00;
}

.map-label.redbackground > .map-label-content {
  white-space: default;
  color: #fff;
  background-color: #e00;
}

/* ==================================================
marker cluster customisation
================================================== */
.leaflet-marker-icon.marker-cluster-small,
.leaflet-marker-icon.marker-cluster-medium,
.leaflet-marker-icon.marker-cluster-large {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.leaflet-marker-icon.marker-cluster-small > div,
.leaflet-marker-icon.marker-cluster-medium > div,
.leaflet-marker-icon.marker-cluster-large > div {
  background: #F66;
}
.leaflet-marker-icon.marker-cluster-small.interested,
.leaflet-marker-icon.marker-cluster-medium.interested,
.leaflet-marker-icon.marker-cluster-large.interested {
  background-color: #0F0;
  color: black;
}

.marker-cluster div {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.marker-cluster span {
  line-height: 42px;
}

.leaflet-marker-icon .number {
  position: relative;
  top: -52px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.bubbly-checkbox {
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bubbly-checkbox input[type=checkbox] + label {
  display: flex;
  align-items: center;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-weight: normal;
  font-size: 16px;
}
.bubbly-checkbox input[type=checkbox] + label:hover:before {
  background-color: #05D8FF;
}
.bubbly-checkbox input[type=checkbox] {
  display: none;
}
.bubbly-checkbox input[type=checkbox] + label:before {
  display: block;
  text-align: center;
  content: "✔";
  border: 1px solid white;
  border-radius: 0.2em;
  width: 1.5em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.bubbly-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.bubbly-checkbox input[type=checkbox]:checked + label:before {
  background-color: rgba(10, 110, 189, 0.58);
  border-color: rgba(10, 110, 189, 0.58);
  color: #fff;
}
.bubbly-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.bubbly-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.material-input {
  width: 100%;
}
.material-input .label {
  transition: 0.2s ease all;
  color: #05D8FF;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
}
.material-input.select-wrapper {
  margin-top: 2em;
}
.material-input.select-wrapper .label {
  position: absolute;
  top: -20px;
}
.material-input .group {
  position: relative;
}
.material-input .group .label {
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  left: 0.5em;
  top: 1em;
  padding: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.material-input .group .text-input, .material-input .group .materialize-textarea {
  background-color: transparent;
  padding: 0.75em 1.5em 0.75em 0;
  line-height: 1.5em;
  border: 0;
  display: block;
  width: 100%;
  margin-top: 1em;
  border-bottom: 1px solid #05D8FF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #05D8FF 4%);
  background-position: -100em 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) all;
  border-radius: 0;
}
.material-input .group .text-input:focus, .material-input .group .text-input:valid, .material-input .group .text-input:disabled, .material-input .group .materialize-textarea:focus, .material-input .group .materialize-textarea:valid, .material-input .group .materialize-textarea:disabled {
  background-position: 0 0;
}
.material-input .group .text-input:focus ~ .label, .material-input .group .text-input:valid ~ .label, .material-input .group .text-input:disabled ~ .label, .material-input .group .materialize-textarea:focus ~ .label, .material-input .group .materialize-textarea:valid ~ .label, .material-input .group .materialize-textarea:disabled ~ .label {
  color: #05D8FF;
  font-size: 0.875em;
  left: 0;
  top: -0.8em;
  padding: 0;
  opacity: 1;
}
.material-input .group .text-input:disabled, .material-input .group .materialize-textarea:disabled {
  color: #3A4059;
}
.material-input .group .text-input:disabled:hover, .material-input .group .materialize-textarea:disabled:hover {
  cursor: not-allowed;
}
.material-input .group .text-input:disabled ~ .label, .material-input .group .materialize-textarea:disabled ~ .label {
  font-style: italic;
  color: #3A4059;
  opacity: 0.9;
}
.material-input .group .text-input:focus, .material-input .group .materialize-textarea:focus {
  outline: none;
}
.material-input .group .materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 45px;
}

.animated_border_holder {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.animated_border_holder .twirler {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.animated_border_holder .twirler.top:before, .animated_border_holder .twirler.bottom:before {
  animation: circling_borders_up_down 4s linear infinite;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
.animated_border_holder .twirler.left:before, .animated_border_holder .twirler.right:before {
  height: 100%;
  width: 2px;
  animation: circling_borders_left_right 4s linear infinite;
  animation-delay: -2s;
  bottom: 0;
  left: 0;
}
.animated_border_holder .twirler.sticky.left:before, .animated_border_holder .twirler.sticky.right:before, .animated_border_holder .twirler.sticky.top:before, .animated_border_holder .twirler.sticky.bottom:before {
  animation: none;
}
.animated_border_holder .twirler.top {
  top: 0;
  left: 0;
}
.animated_border_holder .twirler.right {
  top: 0;
  right: 0;
}
.animated_border_holder .twirler.bottom {
  bottom: 0;
  left: 0;
}
.animated_border_holder .twirler.left {
  bottom: 0;
  left: 0;
}
.animated_border_holder .twirler:before {
  content: "";
  position: absolute;
  background: #05D8FF;
}
.animated_border_holder .twirler.bottom, .animated_border_holder .twirler.right {
  transform: rotate(180deg);
}

@keyframes circling_borders_up_down {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes circling_borders_left_right {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
