/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
















 */
/* line 33, app/assets/stylesheets/admin.scss */
.main-container-grey {
  background-color: #f8f8f8 !important;
}

/* line 37, app/assets/stylesheets/admin.scss */
.icons-td a {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 42, app/assets/stylesheets/admin.scss */
.panel-tool-options li {
  margin-left: 10px;
}

/** STYLES FOR ADMIN PACKAGE TAGS VIEW **/
/* line 49, app/assets/stylesheets/admin.scss */
.tag-card {
  min-height: 75px;
  max-height: 75px;
  position: relative;
  clear: both;
  padding: 15px 10px 15px 10px;
}

/* line 57, app/assets/stylesheets/admin.scss */
.tag-icon-container {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  width: 25px;
}

/* line 65, app/assets/stylesheets/admin.scss */
.tag-name-container {
  position: relative;
  margin-left: 30px;
  margin-right: 45px;
}

/* line 71, app/assets/stylesheets/admin.scss */
.tag-buttons-container {
  float: right;
  clear: both;
  width: 40px;
}

/* line 77, app/assets/stylesheets/admin.scss */
.tag-button {
  margin-left: 5px;
}

/* line 81, app/assets/stylesheets/admin.scss */
.not-resizeable {
  resize: none;
  height: 64px !important;
}

/* line 87, app/assets/stylesheets/admin.scss */
.form-collection-checkbox-label {
  font-weight: normal;
  padding-right: 5px;
}

/* line 93, app/assets/stylesheets/admin.scss */
.admin-image-thumb {
  max-height: 75px;
}

/* line 97, app/assets/stylesheets/admin.scss */
.btn-no-padding {
  padding: 0;
}

/* line 102, app/assets/stylesheets/admin.scss */
.grey-header-box {
  margin-left: -30px;
  margin-right: -30px;
  background-color: #f8f8f8;
  padding: 30px;
}

/* line 109, app/assets/stylesheets/admin.scss */
#booking-search-filter {
  margin-top: -20px;
}

/* line 115, app/assets/stylesheets/admin.scss */
.valigned-table > tbody > tr > td {
  vertical-align: middle;
}

/* line 119, app/assets/stylesheets/admin.scss */
.room-container {
  position: relative;
  background-color: #dddddd;
  padding: 10px;
  border-radius: 2px;
  height: 215px;
  margin-bottom: 10px;
}

/* line 128, app/assets/stylesheets/admin.scss */
.room-container button {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* line 134, app/assets/stylesheets/admin.scss */
.room-container select {
  width: 60px;
  float: right;
  height: 30px;
}

/* line 140, app/assets/stylesheets/admin.scss */
.room-container label {
  width: 100%;
}

/* line 143, app/assets/stylesheets/admin.scss */
.room-container span {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  height: 32px;
}

/* line 150, app/assets/stylesheets/admin.scss */
.room-container > label {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 160, app/assets/stylesheets/admin.scss */
.disable-links {
  pointer-events: none !important;
  cursor: default;
}

/* line 165, app/assets/stylesheets/admin.scss */
td label {
  font-weight: normal;
}
