#applied-filters span {
  margin-right: 5px;
}

button.dropdown-toggle {
  min-width: 77px;
  min-height: 34px;
}

button.edit-enum {
  min-height: 34px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.full-width-btn-group,
.full-width-btn {
  width: 100%;
}

.full-width-btn {
  text-align: left;
}

#enum-text-area {
  resize: vertical;
  overflow: hidden;
  padding: 6px;
  min-height: auto;
}

#hiddendiv {
  display: none;
  width: 500px;
  min-height: 52px;
  font-size: inherit;
  padding: 6px;
  word-wrap: break-word;
}

.centre-list {
  width: 120px;
  margin-top: 2px;
}

div.add-buttons {
  padding-left: 70px;
  margin-bottom: 15px;
}

.btn-file {
  position: relative;
  overflow: hidden;
  min-height: 34px;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.img-upload {
  text-align: center;
}
.img-upload img {
  max-width: 300px;
  max-height: 300px;
  margin: 10px;
}

@media (min-width: 1594px) {
  .container {
    width: 1420px;
  }
}
.jumbotron {
  margin: 55px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 20px;
  line-height: 1;
}
.jumbotron p {
  font-size: 16px;
}
.jumbotron p strong {
  color: #ff0000;
}

.small-alert {
  padding: 6px;
  margin-bottom: 8px;
}

.current-season {
  padding-bottom: 15px;
}

.questions input[type=radio] {
  width: 2em;
  height: 2em;
}

.question-line {
  padding-left: 35px;
}

.gray-background {
  background-color: #e5e5e5;
}

.boldlabel {
  font-weight: bold;
}
.boldlabel::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
}
.boldlabel::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
}
.boldlabel:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
}
.boldlabel:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
}

.italiclabel {
  font-style: italic;
}
.italiclabel::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
}
.italiclabel::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
}
.italiclabel:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
}
.italiclabel:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
}

.section-type-button {
  border-radius: 0px;
}

.recenter-radio .radio-inline input[type=radio] {
  vertical-align: inherit;
  width: 2em;
  height: 2em;
  position: relative;
  margin-left: 10px;
}

.checkbox-round {
  position: relative;
  margin-left: 10px;
  width: 2em;
  height: 2em;
  background-color: #eee;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: gray;
}

.double-icon {
  margin-left: -10px;
}

.icon-reset {
  margin-left: 10px;
}

.row-top-margin {
  margin-top: 65px;
}

.navbar-right {
  float: right !important;
}

.draggable {
  cursor: move;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.sortable-list {
  list-style-type: none;
}
ul.sortable-list li.placeholder {
  position: relative;
}
ul.sortable-list li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: red;
  border-right: none;
}

.smaller, label, .yellow, .blue, .sized {
  font-size: 14px;
}

.sized {
  line-height: 3em;
}

.blue {
  color: #0000ff;
}

.yellow {
  color: #faae19;
}

li.prototype {
  display: none;
}

li.row-question, li.row-section {
  border-radius: 2px;
}
li.row-question form, li.row-section form {
  margin: 10px 0;
}

.menu h1 {
  font-size: 18px;
  font-weight: bold;
}

.need-margin {
  margin-top: 12px;
}

.spacer {
  margin-left: 20px;
}

.newgroup {
  margin: 30px 0 0 0;
}

body {
  background: #ffffff;
}

table {
  width: 100%;
}
table thead {
  border-bottom: 1px solid black;
}
table tbody {
  text-align: left;
}
table td, table th {
  text-align: left;
  min-width: 30px;
}

.table-all-cards {
  padding-top: 15px;
  padding-bottom: 10px;
}
.table-all-cards table {
  margin-top: 20px !important;
}

.table-all-users tbody tr:hover,
.table-all-cards tr.odd:hover,
.table-all-cards tr.even:hover {
  cursor: pointer;
  background-color: #f2f2f2 !important;
}

.table-all-users tbody {
  background-color: white !important;
}

.replies-table {
  width: auto;
}
.replies-table td {
  padding: 1px 20px 1px 10px;
}

.table-filters-span {
  margin-left: 10px;
}

.plus-plus {
  color: rgb(0, 170, 0);
}

.plus {
  color: rgb(187, 221, 0);
}

.minus {
  color: rgb(221, 153, 0);
}

.minus-minus {
  color: rgb(221, 68, 0);
}

.align-left {
  text-align: left !important;
}

.bootstrap-tagsinput {
  width: 100%;
}