.navbar {
  font: 100 14px/1.5 "Interstate", "Lucida Grande", Arial, sans-serif;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  border: none;
  border-radius: 0px;
  background: #191919;
  height: 67px;
  margin: 0;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  height: auto;
}
.navbar .navbar-brand a {
  min-width: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  transition: color .1s linear;
  display: block;
  margin-top: 15px;
}
.navbar p {
  font-size: 14px;
  color: white;
  padding: 12px 0px 10px 10px;
  font-weight: normal;
}
.navbar p a {
  color: white;
}
.navbar a,
.navbar button span {
  cursor: pointer;
  color: white;
  transition: color .1s linear;
}
.navbar .btn-group .dropdown-toggle {
  background: transparent;
  border: none;
  color: white;
  font-size: 14px;
  padding: 13px 0 14px 10px;
}
.navbar .btn-group .dropdown-toggle:after {
  padding-left: 10px;
}
.navbar .navbar-right {
  padding-top: 10px;
}
.navbar .navbar-right > p,
.navbar .navbar-right > .btn-group {
  padding-right: 20px;
}
.navbar .dropdown-menu {
  right: 8px;
}
div:first-child > .entry > .collapsed {
  /*	border-top: none !important;
	padding-top: 0px;*/
}
.noEntries {
  text-align: center;
  margin-top: 100px;
  font-size: 26px;
}
.top-pagination {
  position: relative;
  top: -43px;
}
.bottom-pagination {
  position: relative;
  top: 30px;
}
.top-pagination a,
.bottom-pagination a {
  cursor: pointer;
}
.entry {
  margin: 20px 0 0 0;
  /* Meta data */
}
.entry .panel {
  margin-bottom: 0px;
  /*		border-left: none;
		border-right: none;*/
  border-radius: 0px;
  box-shadow: 1px 1px 2px #999, inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.entry.beingEdited .panel {
  background-color: #fcf8e3;
}
.entry .cannotEdit .rating-wrapper {
  cursor: default;
  opacity: 0.5;
}
.entry .cannotEdit .rating-wrapper .slider-handle,
.entry .cannotEdit .rating-wrapper .slider-track {
  cursor: default !important;
}
.entry .player {
  height: 100px;
  width: 100%;
}
.entry .flag {
  /*background-color: rgba(255,0,0,0.1);*/
}
.entry a {
  cursor: pointer;
}
.entry .collapsed {
  /* Collapsed View */
  padding: 25px 5px 5px 7px;
  border-top: 1px solid #ccc;
}
.entry .collapsed img {
  width: 80px;
}
.entry .collapsed .media-body {
  padding-left: 5px;
}
.entry .collapsed .media-body h3,
.entry .collapsed .media-body h4 {
  font-weight: normal;
}
.entry .collapsed .media-body h3 {
  font-size: 16px;
  margin: 5px 0 2px 0;
}
.entry .collapsed .media-body h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 15px 0;
}
.entry .collapsed .media-body {
  width: 100%;
}
.entry .collapsed .media-left h4 {
  text-align: center;
}
.entry .rightInfo {
  float: right;
  text-align: right;
  width: 400;
}
.entry .rightInfo .submission,
.entry .rightInfo .acted_on,
.entry .rightInfo .track_length {
  font-size: 13px;
}
.entry .rightInfo p {
  margin: 2px 0;
}
.entry textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}
.entry .left dt {
  text-align: left;
  width: 100px;
}
.entry .left dd {
  margin-left: 70px;
}
.entry .commentBox,
.entry .historyBox {
  padding: 6px 20px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999, inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.entry .historyBox {
  height: 252px;
  overflow-y: scroll;
}
.entry .history > div {
  padding-bottom: 25px;
}
.entry .history p {
  margin-bottom: 3px;
}
.entry .history p em {
  font-style: normal;
  color: #d9534f;
}
.entry .history .details div {
  font-size: 12px;
  display: table-cell;
  padding: 0 5px;
}
.entry .history .details div:first-child {
  padding-left: 0px;
  /*border-right: 1px solid black;*/
}
.entry .history .details div:first-child:after {
  padding-left: 10px;
  content: "|";
}
.entry .history .details div:first-child:last-child:after {
  content: "";
}
.entry-leave {
  -webkit-animation: scaleDownCenter 0.2s ease-out both;
          animation: scaleDownCenter 0.2s ease-out both;
}
.entry-enter {
  -webkit-animation: scaleUpCenter 0.2s ease-out both;
          animation: scaleUpCenter 0.2s ease-out both;
}
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
#tab-flagged .badge {
  background: #D9534F;
}
#tab-flagged .badge.empty {
  background: #777;
}
.headerImage {
  z-index: 0;
  width: 100%;
  min-height: 100px;
  background: #ddd;
  position: relative;
}
.headerImage img {
  width: 100%;
}
.headerImage button.update {
  position: absolute;
  right: 10px;
  top: 10px;
}
.headerImage button.update input {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  cursor: pointer;
}
a {
  cursor: pointer;
}
html,
body {
  background: #f2f2f2;
  height: 100%;
  width: 100%;
}
.page {
  background-color: white;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
  padding: 67px 0 50px 0;
}
.creative {
  background: #ddd;
  height: auto;
}
.nav-tabs li {
  cursor: pointer;
  text-align: center;
}
.nav-tabs li a {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0 15px;
}
@media (min-width: 992px) {
  .nav-tabs li {
    min-width: 230px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .nav-tabs li {
    min-width: 275px;
    text-align: center;
  }
}
.tools {
  padding: 20px 0 5px;
}
/* Joe's Codepen css for moderation and judging */
.btn-search {
  background: #EEE;
}
.btn-search .dropdown-menu > .active > a,
.btn-search .dropdown-menu > .active > a:focus,
.btn-search .dropdown-menu > .active > a:hover {
  color: #333;
  background-color: #EEE;
}
.btn-filter .dropdown-menu > .active > a,
.btn-filter .dropdown-menu > .active > a:focus,
.btn-filter .dropdown-menu > .active > a:hover {
  background-color: #5cb85c;
}
h1 {
  margin-bottom: 20px;
}
.moderating {
  margin-bottom: 80px;
}
.mod-tabs {
  margin-bottom: 20px;
}
.badge-flagged {
  background: #D9534F;
}
.entry-controls {
  padding-top: 4px;
  padding-bottom: 4px;
}
.live-search-text {
  color: #777;
}
.bg-info {
  color: #777;
  padding: 4px;
  border-radius: 4px;
}
.entry-controls .pagination {
  margin: 0;
}
.sort-menu {
  text-align: left;
}
@media (min-width: 768px) {
  .sort-menu {
    text-align: right;
  }
}
nav.text-center {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
nav.text-center ul {
  margin-top: 0px;
}
form {
  max-width: 400px;
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers: 
 *		Kyle Kemp 
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 400px;
  height: 25px;
}
.slider.slider-horizontal .slider-track {
  height: 12.5px;
  width: 100%;
  margin-top: -6.25px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -12.5px;
  margin-top: -6.25px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 12.5px 12.5px 12.5px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 25px;
}
.slider.slider-vertical .slider-track {
  width: 12.5px;
  height: 100%;
  margin-left: -6.25px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6.25px;
  margin-top: -12.5px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 12.5px 0 12.5px 12.5px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 223, 223, 0.87451)', endColorstr='rgba(255, 190, 190, 0.7451)', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 229, 229, 0.89804)', endColorstr='rgba(255, 233, 233, 0.91373)', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 245, 245, 0.96078)', endColorstr='rgba(255, 249, 249, 0.97647)', GradientType=0);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 249, 249, 0.97647)', endColorstr='rgba(255, 245, 245, 0.96078)', GradientType=0);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 20, 155, 0.87451)', endColorstr='rgba(255, 4, 128, 0.7451)', GradientType=0);
  background-repeat: repeat-x;
  -webkit-filter: none;
          filter: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 25px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.superFinalist input {
  font-size: 21px;
  line-height: 21px;
  width: 80px;
  position: relative;
  top: 4px;
}
.entry.tie-break .media.collapsed {
  border: 0px solid transparent;
  background-color: white;
  padding: 10px;
  cursor: move;
}
.judging .top-pagination {
  position: static;
  top: auto;
  width: auto;
}
.judging .searchTools .filter {
  float: left;
}
.judging .disqualify-button {
  float: right;
}
.judging .rating-wrapper {
  width: 475px;
  margin-left: 10px;
}
.judging .rating-slider {
  width: 400px;
}
.judging .sort-menu {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .judging .sort-menu {
    padding-top: 0;
  }
}
tr.td-admin td:first-child a {
  display: block;
  margin: 3px;
}
tr.td-admin td:last-child {
  text-align: right;
  padding-right: 15px;
}
tr.td-admin td:last-child button {
  margin: 3px;
}
.landing h2 {
  text-align: center;
}
.landing .list-group {
  max-width: 400;
  margin: "auto";
}
.landing .list-group .list-group-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
.landing .list-group .list-group-item > div:first-child {
  flex: 1;
}
.landing .list-group .list-group-item > div:first-child h4 {
  margin-bottom: 0;
}
.landing .list-group .list-group-item > div:first-child h6 {
  margin-top: 4px;
}
.landing .list-group .list-group-item a {
  display: block;
  text-align: right;
}
.landing .btn.btn-primary {
  margin: auto;
  display: block;
}
.pull-right-entry {
  float: right;
}
.mobile-show-comments {
  display: none;
}
@media only screen and (max-width: 760px) {
  .row.hideComments {
    display: none;
  }
  .mobile-show-comments {
    display: block;
  }
  .top-pagination {
    margin-top: 20px;
    width: auto;
  }
  .pull-right-entry {
    float: none;
    display: block;
    position: relative;
    margin-top: -10px;
  }
  .entry-container {
    clear: both;
    margin-top: 40px;
  }
  .navbar.navbar-inverse.navbar-fixed-top {
    position: absolute;
    height: 123px;
  }
  .navbar.navbar-inverse.navbar-fixed-top .navbar-brand {
    display: block;
    margin: auto;
    float: none;
    text-align: center;
  }
  .navbar.navbar-inverse.navbar-fixed-top .dropdown-menu {
    background: black;
  }
  .navbar.navbar-inverse.navbar-fixed-top .dropdown-menu li a {
    color: #ddd;
  }
  .navbar.navbar-inverse.navbar-fixed-top .dropdown-menu .divider {
    background-color: grey;
  }
  .page {
    padding-top: 123px;
  }
  .judging .searchTools .filter,
  .searchTools .filter {
    float: none;
  }
  .judging .searchTools select,
  .searchTools select {
    float: none;
    display: block;
    margin: auto;
  }
  .entry .rightInfo {
    text-align: left;
    float: none;
    clear: both;
  }
  .judging .entry button {
    display: block;
    margin: auto;
  }
  .judging .entry .disqualify-button {
    float: none;
  }
  .judging .entry .rating-wrapper {
    width: 270px;
    margin: 0px;
  }
  .judging .entry .rating-slider {
    width: 200px;
  }
  .judging .entry .rating-slider .not-on-mobile {
    display: none;
  }
  .judging .entry .slider.slider-horizontal {
    width: 200px;
  }
  .tie-break .row .col-md-6 {
    margin-top: 20px;
  }
  .moderator_tabs.nav-tabs {
    border: 0;
  }
  .moderator_tabs.nav-tabs li {
    margin: auto;
    width: auto;
    text-align: center;
    display: block;
    float: none;
    border: 0;
  }
  .moderator_tabs.nav-tabs li.active a {
    border-color: #eee;
  }
}
