body {
  position: relative; }

.ns-box-inner {
  text-align: center; }

.submit-btn-group .submit {
  margin-right: 10px;
  float: left; }

.fullWidth, .select .select2-container {
  width: 100% !important; }

.position-relative {
  position: relative; }

.delete-picture {
  cursor: pointer;
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -18.5px;
  margin-top: -18.5px;
  position: absolute;
  text-align: center;
  top: 50%; }

.detail-values .detail-label {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.7;
  padding: 10px 20px;
  text-align: right;
  border-right: 1px solid #C2C2C2;
  margin-right: -1px; }
  @media (max-width: 767px) {
    .detail-values .detail-label {
      float: none;
      text-align: left;
      padding: 10px 5px 3px; } }

.detail-values .detail-value {
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: 1.7;
  border-left: 1px solid #C2C2C2; }
  .detail-values .detail-value.detail-value-2x {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .detail-values .detail-value.detail-value-2x {
        border-left: 0;
        padding: 3px 5px 10px;
        border-bottom: 1px solid #C2C2C2; } }

.index-images-wrapper .index-image-zoom {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 50%;
  margin-left: -100px; }

.index-images-wrapper .index-image:hover + .index-image-zoom {
  display: block; }

.table tbody > tr > td.actions {
  white-space: nowrap; }

/* AUTOCOMPLETE */
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  max-width: 250px;
  min-width: 200px; }

.twitter-typeahead {
  display: block !important; }

.typeahead {
  background-color: #fff; }
  .typeahead:focus {
    border: 2px solid #0097cf; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: white;
  padding-top: 5px;
  padding-left: 11px; }

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 287px;
  overflow-y: auto; }

.tt-suggestion {
  padding: 8px 20px;
  font-size: 1em;
  line-height: 20px; }
  .tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: rgba(218, 37, 28, 0.9); }
  .tt-suggestion p {
    margin: 0; }
  .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc; }

.table-responsive .tt-dropdown-menu {
  position: static !important; }

.gist {
  font-size: 12px; }

/* example specific styles */
.repo-language {
  float: right;
  font-style: italic;
  font-size: 12px; }

.repo-name {
  font-weight: bold; }

.repo-description, .repo-totalCount, .repo-availableCount, .repo-reservedCount {
  font-size: 12px; }

.err-tr-stock {
  color: red;
  border-top: 0 !important;
  border-bottom: 1px !important; }
  .err-tr-stock td {
    border-top: 0 !important;
    border-bottom: 1px !important;
    padding: 0 !important;
    padding-left: 10px !important;
    margin: 0 !important;
    font-size: 12px !important; }

.tr-stock-offer, .tr-stock-order {
  border-bottom: 0 !important; }
  .tr-stock-offer .form-group, .tr-stock-order .form-group {
    margin-bottom: 5px !important; }

@media only screen and (max-width: 480px) {
  .typeahead,
  .tt-query,
  .tt-hint {
    width: 100%; }
  .tt-dropdown-menu {
    width: 100%; } }

span.show-text-on-hover {
  cursor: pointer; }

span.show-text-on-hover + div.show-text-on-hover {
  display: none; }

span.show-text-on-hover:hover + div.show-text-on-hover, span.show-text-on-hover + div.show-text-on-hover:hover {
  display: block; }

.open-next-gallery {
  cursor: pointer; }

.warnings {
  font-size: 12px; }

/* CALENDAR */
a.fc-event, a.fc-event:hover, a.fc-event.fc-h-event.fc-not-start, a.fc-event.fc-h-event.fc-not-end {
  color: #fff;
  padding: 2px 10px;
  font-size: 0.75em;
  cursor: pointer; }

.fc-button:focus {
  outline: none; }

.fc-toolbar {
  color: #000; }

.fc-day-grid .fc-day-number, .fc-day-header {
  color: #000; }

.fc-basic-view .fc-body .fc-row {
  overflow: visible; }

.fc-scroller {
  overflow: visible !important; }

.order-type-event::before, .order-type-rental::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -5px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: content-box; }

.order-type-event::before {
  background-color: #f00; }

.order-type-rental::before {
  background-color: #0f0; }

.legend-item {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  padding: 5px 10px; }

.custom-event-span {
  display: block; }

.calendar-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  padding-top: 90px; }

/* END CALENDAR */
a.anchor-title, a.anchor-title:hover {
  color: #000; }

.tb-padding-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

/***** gallery photos start *****/
.custom-gallery-photos-wrapper {
  position: relative; }

.custom-gallery-photos {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .custom-gallery-photos ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .custom-gallery-photos li {
    float: left;
    display: block;
    margin: 7px 0;
    overflow: hidden;
    position: relative; }
    .custom-gallery-photos li .photo-box {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #eee;
      border: 1px solid #c6c6c6;
      width: 100%;
      height: 100%;
      overflow: hidden;
      cursor: move;
      min-width: 100px;
      min-height: 100px;
      padding-top: 98%;
      color: transparent; }
    .custom-gallery-photos li .photo-delete-wrapper {
      background-color: #000;
      margin-bottom: 15px;
      position: relative; }
      .custom-gallery-photos li .photo-delete-wrapper i {
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(255, 255, 255, 0.87);
        font-size: 18px;
        padding: 3px;
        border-radius: 3px; }
    .custom-gallery-photos li:hover .remove-photo-link {
      display: block; }
    .custom-gallery-photos li:hover .photo-delete-wrapper div {
      opacity: 0.4; }
  .custom-gallery-photos .remove-photo-link {
    cursor: pointer;
    display: none;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    background: none repeat scroll 0px 0px #03A9F4;
    border-radius: 100%;
    height: 35px;
    width: 35px; }
    .custom-gallery-photos .remove-photo-link i {
      color: white;
      left: -1px;
      top: 0px; }
    .custom-gallery-photos .remove-photo-link .icon-stack {
      font-size: 2em; }

.gallery-photos span.thumb-meta-name {
  top: 10px;
  left: 18px;
  position: absolute;
  color: white;
  font-size: 0.75em; }

.gallery-photos span.thumb-meta-download {
  position: absolute;
  bottom: 10px;
  right: 18px; }
  .gallery-photos span.thumb-meta-download a {
    color: white; }

/***** gallery photos end *****/
#table-stocks.table > tbody > tr > td, #table-users.table > tbody > tr > td, #table-offer-items.table > tbody > tr > td {
  vertical-align: top; }
  #table-stocks.table > tbody > tr > td .form-group, #table-users.table > tbody > tr > td .form-group, #table-offer-items.table > tbody > tr > td .form-group {
    margin-bottom: 0; }
  #table-stocks.table > tbody > tr > td.lh-34, #table-users.table > tbody > tr > td.lh-34, #table-offer-items.table > tbody > tr > td.lh-34 {
    line-height: 34px; }

.autocomplete-name-td {
  max-width: 220px; }

a.no-underscore {
  text-decoration: none; }

a.color-black {
  color: black; }

/** ORDER SHOW TABS INCOME/OUTCOME */
#table-income-outcome .form-control-checkbox input {
  height: 25px;
  width: 25px; }
  #table-income-outcome .form-control-checkbox input:focus {
    outline: none;
    box-shadow: none; }

#table-income-outcome .not-available {
  background-color: #FFC0CB; }

#table-income-outcome .processed {
  background-color: #D0F0C0; }

#table-income-outcome .partially-processed {
  background-color: #FFFACD; }

/* ERROR PAGE */
#error-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

#error-box h2 {
  padding: 20px; }

#error-box a.btn {
  color: #fff;
  text-decoration: none; }

/** MARGINS */
.mg-bottom-10 {
  margin-bottom: 10px; }

.mg-right-10 {
  margin-right: 10px; }

.additional-heading {
  font-weight: 700;
  padding-left: 14px; }

.table tbody tr {
  border-bottom: 1px solid #e7ebee; }

.io-modal .row {
  padding-left: 15px;
  padding-right: 15px; }
  .io-modal .row ul {
    padding-left: 0; }

.label {
  padding: 5px 8px; }

.fc-today {
  background-color: #e84e40 !important; }

.fc-event.offer, .offer {
  background-color: white !important;
  color: cornflowerblue !important;
}

.greeb {
  background-color: limegreen;
}
