@charset "UTF-8";
.flash {
  padding: 10px 30px;
  width: auto;
  height: 40px;
  position: fixed;
  left: 35%;
  right: 35%;
  top: 60px;
  border-radius: 50px;
  color: #666;
  text-align: center;
  font-weight: bold;
  z-index: 999; }

.item-edit img {
  max-height: 120px;
  float: right;
  cursor: pointer; }
.item-edit input[type="file"] {
  float: left;
  width: 61%;
  cursor: pointer; }
.item-edit textarea {
  resize: none; }

.row {
  margin-bottom: 10px; }

table tr th {
  text-align: center; }

table tr td {
  text-align: center; }

p {
  margin-bottom: 15px; }

p span {
  font-size: 15px;
  font-weight: bold; }

.col-lg-8, .row {
  padding: 0;
  margin: 0; }

.category-color {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  display: inline-block;
  background: #4f4f4f; }

.rate-it {
  float: left;
  /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */ }
  .rate-it .rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0); }
  .rate-it .rating:not(:checked) > label {
    float: right;
    direction: ltr;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 150%;
    line-height: 1.2;
    color: #ddd; }
  .rate-it .rating:not(:checked) > label:before {
    font-family: "FontAwesome";
    content: "\f005"; }
  .rate-it .rating > input:checked ~ label {
    color: #4f4f4f; }
  .rate-it .rating:not(:checked) > label:hover,
  .rate-it .rating:not(:checked) > label:hover ~ label {
    color: #4f4f4f; }
  .rate-it .rating > input:checked + label:hover,
  .rate-it .rating > input:checked + label:hover ~ label,
  .rate-it .rating > input:checked ~ label:hover,
  .rate-it .rating > input:checked ~ label:hover ~ label,
  .rate-it .rating > label:hover ~ input:checked ~ label {
    color: #4f4f4f; }
  .rate-it .rating > label:active {
    position: relative;
    top: 2px;
    left: 2px; }

/*# sourceMappingURL=avennyou.css.map */
