#msg-box {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align: center;
  z-index: 9999999; }

.section-view {
  position: relative; }

.list-view .list-view-item {
  position: relative;
  margin-top: 15px; }
  .list-view .list-view-item .admin_edit_func {
    position: absolute;
    top: 0px;
    right: 0px; }

.item-view {
  position: relative; }
  .item-view .admin_edit_func {
    position: absolute;
    top: 0px;
    right: 0px; }
  .item-view .item-view-thumb {
    width: 100%; }

.site_position {
  position: relative; }

.modal-body form {
  padding: 0 15px; }

#adminmenu {
  background: white;
  color: #333333;
  border-top: 1px solid #ccc; }
  #adminmenu a {
    color: #333333;
    font-size: 14px; }
  #adminmenu .btn-toolbar {
    margin: 0px; }
  #adminmenu .layer {
    background: #fafafa;
    border-radius: 0 10px 0 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    top: -30px;
    width: 100px;
    color: red;
    font-size: 14px; }
  #adminmenu .show_position {
    margin-top: 8px; }

#adminmenu.inactive {
  bottom: -50px; }

button, input, optgroup, select, textarea {
  color: black; }

.filter-form {
  padding-left: 20px; }
  .filter-form .slider-horizontal {
    width: 100%; }
    .filter-form .slider-horizontal .tooltip-main {
      opacity: 1 !important;
      margin-top: -30px !important; }
  .filter-form .range-slider-group .range-slider-wrap {
    padding: 0 10px;
    position: relative;
    padding-top: 30px; }
    .filter-form .range-slider-group .range-slider-wrap .range-value {
      position: absolute;
      top: 0px; }
      .filter-form .range-slider-group .range-slider-wrap .range-value.left {
        left: 0px; }
      .filter-form .range-slider-group .range-slider-wrap .range-value.right {
        right: 0px; }

/*# sourceMappingURL=ui.css.map */
