.form-group .uploaded-image {
  font-size: 0; }
  .form-group .uploaded-image img {
    max-height: 200px;
    max-width: 100%; }
  .form-group .uploaded-image.small img {
    max-height: 50px; }
.form-group audio {
  width: 100%; }
.form-group input[type=file] {
  margin-top: 12px; }

.full-width {
  width: 100% !important; }

table.dataTable td {
  vertical-align: middle !important;
  max-width: 300px; }
  table.dataTable td:last-child {
    width: 105px; }
table.dataTable.no-action td:last-child {
  width: auto; }

.breadcrumb {
  float: none !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 15px !important; }

.sidebar-menu.tree > li:nth-child(2) .fa-circle-o {
  color: #0c98b6; }
.sidebar-menu.tree > li:nth-child(3) .fa-circle-o {
  color: #f37525; }
.sidebar-menu.tree > li:nth-child(4) .fa-circle-o {
  color: #4eb748; }
.sidebar-menu.tree > li:nth-child(5) .fa-circle-o {
  color: #9c6f2a; }

.preview-img {
  max-height: 200px;
  max-width: 100%; }

textarea {
  max-width: 100%; }

.action-block {
  min-width: 105px; }
  .action-block > * {
    margin-right: 8px; }
  .action-block :last-child {
    margin-right: 0; }

.button-block > * {
  margin-left: 15px; }
.button-block > *:first-child {
  margin-left: 0; }

.select-with-image .select2-selection {
  height: 65px !important; }
.select-with-image .select2-selection__rendered {
  padding: 5px 0;
  line-height: 50px !important; }
.select-with-image .select2-selection__arrow {
  height: 59px !important; }

.select2-result-with-image {
  line-height: 50px; }
  .select2-result-with-image .img-wrap {
    width: 75px;
    max-height: 50px;
    margin-right: 15px;
    text-align: center;
    font-size: 0; }
    .select2-result-with-image .img-wrap img {
      vertical-align: top;
      max-height: inherit;
      max-width: inherit;
      font-size: 0; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 0 0; }
div.dataTables_wrapper div.dataTables_info {
  padding-top: 10px; }

.form-group .help-block {
  display: none; }
.form-group.has-error .help-block {
  display: block; }

.no-margin {
  margin: 0; }

.rating {
  display: flex;
  justify-content: space-between; }

/*# sourceMappingURL=main.css.map */
.select2-selection p{display:inline}
#tour-directory {
  box-sizing: border-box;
}
#tour-directory ul {
  padding-left: 0;
  box-sizing: border-box;
}
#tour-directory li {
  list-style: none;
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  margin: 5px;
  position: relative;            
  align-content: center;
  display: inline-block; 
  vertical-align: top;
}
#tour-directory li img {
  max-width: 100%;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  align-self: center;
  margin:0 auto;
}
#tour-directory li audio {
  max-width: 100%;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  align-self: center;
  margin:0 auto;
}
#tour-directory li video {
  max-width: 100%;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  align-self: center;
  margin:0 auto;
}
#tour-directory li span {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #036;
  padding: 5px;
  color: white;
  min-height: 34px;
  height: 56px;
}
#preview-ui-tours{
  max-height: 415px;
  overflow-y: scroll;
}
