/**
 * importer.scss
 *
 * By default, new Sails projects are configured to compile this file
 * from SASS to CSS.  Unlike CSS files, SASS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The SASS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent SASS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
html {
  overflow-y: scroll; }

a {
  cursor: pointer;
  outline: none; }

select {
  outline: none; }

input::-ms-clear {
  display: none; }

.login-container {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #b71515;
  text-align: center;
  padding-top: 100px;
  color: white; }
  .login-container .head {
    font-size: 34px; }
  .login-container img {
    width: 90%;
    max-width: 350px;
    margin-bottom: 50px; }
  .login-container .form-control {
    background-color: #860909;
    color: white;
    text-align: center;
    font-size: 20px; }

.page-top-header {
  height: 70px;
  font-size: 40px;
  color: #414141;
  margin: -10px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3; }
  @media only screen and (max-width: 1199px) {
    .page-top-header {
      text-align: center; }
      .page-top-header:not(.no-side-search) {
        margin: -10px 0 -10px; } }

.page-top-tabs {
  position: relative;
  text-align: right;
  margin-bottom: 25px;
  border-bottom: 1px solid #d3d3d3;
  height: 60px; }
  @media only screen and (max-width: 1199px) {
    .page-top-tabs {
      height: inherit;
      padding: 0 11px 11px 11px; } }
  .page-top-tabs ul {
    display: block;
    position: relative;
    bottom: -16px;
    right: 0;
    left: 0;
    text-align: right; }
    @media only screen and (max-width: 1199px) {
      .page-top-tabs ul {
        text-align: center;
        bottom: -12px; } }
    .page-top-tabs ul li select, .page-top-tabs ul li .form-control, .page-top-tabs ul li a {
      box-shadow: none; }
  .page-top-tabs .search-tab {
    margin-left: 5px;
    bottom: -1px; }
    .page-top-tabs .search-tab input {
      width: 120px; }
  .page-top-tabs input[type="text"] {
    height: 43px !important;
    display: inline !important;
    width: auto; }
  .page-top-tabs input[type="checkbox"] {
    display: inline-block; }
  .page-top-tabs .nav-tabs li {
    float: none;
    display: inline-block; }

@media only screen and (max-width: 768px) {
  nav a {
    text-align: center; } }
.exp-list {
  margin-bottom: 13px;
  background-color: #fafafa; }
  .exp-list .panel-body {
    padding: 0px; }
    .exp-list .panel-body .panel-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: normal;
      padding: 8px 10px; }
    .exp-list .panel-body .panel-cost {
      font-size: 15px;
      color: #414141;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: normal;
      background-color: white;
      font-weight: bold;
      padding: 8px 10px; }
    .exp-list .panel-body .glyphicon {
      margin: 2px 7px 0 0;
      transform: translateY(1px); }
    .exp-list .panel-body .btn-sm {
      margin: 3px;
      background-color: #ededed;
      box-shadow: none; }
    .exp-list .panel-body .btn-group {
      width: 300px; }
      @media only screen and (max-width: 991px) {
        .exp-list .panel-body .btn-group {
          width: 100%; } }
      .exp-list .panel-body .btn-group .dropdown-toggle {
        border-radius: 0; }
      .exp-list .panel-body .btn-group .status-indicator {
        width: 45px;
        font-size: 12px; }
        .exp-list .panel-body .btn-group .status-indicator .glyphicon {
          margin: 0 !important; }
      .exp-list .panel-body .btn-group .btn {
        box-shadow: none;
        border-left: 1px solid #d2d2d2; }
        @media only screen and (max-width: 991px) {
          .exp-list .panel-body .btn-group .btn {
            border-radius: 0; } }
        .exp-list .panel-body .btn-group .btn:first-child {
          border-radius: 0; }
          @media only screen and (max-width: 991px) {
            .exp-list .panel-body .btn-group .btn:first-child {
              border-left: none; } }
        .exp-list .panel-body .btn-group .btn .status-indicator {
          width: 45px;
          font-size: 12px; }
        .exp-list .panel-body .btn-group .btn > .glyphicon {
          margin: 2px 0 0 7px;
          transform: translateY(1px); }
  .exp-list .panel-footer .col-md-1, .exp-list .panel-footer .col-md-2, .exp-list .panel-footer .col-md-3 {
    padding-right: 0px !important; }
    .exp-list .panel-footer .col-md-1:last-child, .exp-list .panel-footer .col-md-2:last-child, .exp-list .panel-footer .col-md-3:last-child {
      padding-right: 15px !important; }
    .exp-list .panel-footer .col-md-1.spent .well, .exp-list .panel-footer .col-md-2.spent .well, .exp-list .panel-footer .col-md-3.spent .well {
      border-color: #b71515; }
    .exp-list .panel-footer .col-md-1.faded, .exp-list .panel-footer .col-md-2.faded, .exp-list .panel-footer .col-md-3.faded {
      opacity: .4; }
      .exp-list .panel-footer .col-md-1.faded .well, .exp-list .panel-footer .col-md-2.faded .well, .exp-list .panel-footer .col-md-3.faded .well {
        background-color: white; }
  .exp-list .panel-footer .well {
    padding: 5px 10px;
    border: 1px solid white;
    margin-top: 5px;
    margin-bottom: 5px; }
    .exp-list .panel-footer .well p {
      margin-bottom: 0;
      font-size: 14px; }

.list-conditions .panel-body {
  background-color: #fafafa; }
  .list-conditions .panel-body .list-group {
    margin-bottom: 0; }
    .list-conditions .panel-body .list-group label {
      margin: 0;
      cursor: pointer; }
    .list-conditions .panel-body .list-group select, .list-conditions .panel-body .list-group input {
      margin-top: -6px; }

.sortable-ghost {
  opacity: .5; }

.drag-handle {
  font-size: 1.5em;
  display: inline-block;
  background-color: #f5f5f5;
  margin: -15px 15px -15px -15px;
  padding: 12px;
  cursor: pointer; }
  .drag-handle span {
    transform: translate(0px, 3px); }

.lift-admin-list-form {
  margin-top: -5px; }
  .lift-admin-list-form .checkbox {
    margin-left: 10px; }
  .lift-admin-list-form button {
    margin-right: 10px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.btn-noshaddow {
  box-shadow: none;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-radius: 0; }
  .btn-noshaddow.dropdown-toggle {
    border-right: none; }

.pb0 {
  padding-bottom: 0; }

.open-lift-tile {
  padding: 5px 15px; }

.navbar-brand img {
  height: 45px;
  margin-top: -10px; }

select.area-select {
  padding: 12px 25px 12px 10px;
  font-size: 13px;
  background-color: transparent;
  margin-bottom: -1px;
  margin-right: 5px; }

.btn-group-justified > .btn {
  width: 100%; }
.btn-group-justified > .btn-group {
  width: 100%; }

.uib-daypicker .btn {
  box-shadow: none; }

.uib-monthpicker .btn {
  box-shadow: none; }

.no-click {
  cursor: default; }
  .no-click:hover, .no-click:active {
    background-image: none; }

.form-unit {
  width: 20px;
  display: inline-block; }

.user-information.loading {
  opacity: .3;
  transition: opacity .3s; }
.user-information .input-group {
  display: block; }

h4 {
  font-weight: 300; }

.dropdown-toggle.active {
  color: #ffffff !important;
  background-color: #0c7cd5; }

.dropdown-toggle.active:hover {
  color: #ffffff;
  background-color: #0c7cd5 !important; }

.fuzzy-search {
  position: absolute;
  right: 15px;
  left: 15px;
  z-index: 100; }
  .fuzzy-search .list-group-item {
    border-radius: 0;
    padding: 10px;
    cursor: pointer; }
    .fuzzy-search .list-group-item:hover, .fuzzy-search .list-group-item.selected {
      background-color: #e4e4e4; }

.well {
  background-color: #f9f9f9; }

.ticket {
  background-color: white;
  padding: 10px;
  text-align: center; }
  .ticket h4 {
    font-size: 20px; }

.section-disabled {
  opacity: .2;
  pointer-events: none; }

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

.coms-input {
  width: 100%; }

.divided-graph {
  margin-bottom: 15px; }
  @media only screen and (max-width: 1199px) {
    .divided-graph h4 {
      text-align: center; } }
  .divided-graph .divided-graph-label {
    position: relative;
    right: 0; }
  .divided-graph .stacked-divider-segment-container {
    height: 35px;
    width: 100%;
    margin-bottom: 15px;
    transition: transform .3s, opacity .3s; }
    .divided-graph .stacked-divider-segment-container:hover .stacked-divider-segment:not(:hover) {
      opacity: .3;
      transform: scale(1, 1); }
    .divided-graph .stacked-divider-segment-container .stacked-divider-segment {
      height: 100%;
      display: inline-block;
      position: relative;
      overflow: visible;
      cursor: pointer;
      transition: transform .3s, opacity .3s, width .5s; }
      .divided-graph .stacked-divider-segment-container .stacked-divider-segment:hover {
        transform: scale(1, 1.15);
        opacity: 1;
        z-index: 200; }
      .divided-graph .stacked-divider-segment-container .stacked-divider-segment.selected {
        transform: scale(1, 1.35); }

.btn-approve {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  color: #439a46;
  background-color: #ffffff;
  border-color: transparent; }

.btn-decline {
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  color: #cb171e;
  background-color: #ffffff;
  border-color: transparent; }

.missed-field {
  border: 1px solid #b71515;
  border-radius: 5px; }

.admin-opts .checkbox {
  margin-top: 0; }
.admin-opts .neg-marg {
  margin-top: -7px; }

.panel-property .panel-body {
  padding: 0px;
  position: relative; }
  .panel-property .panel-body img {
    background-color: black;
    border-radius: 0 0 0 3px;
    position: relative;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px; }
  .panel-property .panel-body .property-info {
    position: absolute;
    top: 0px;
    left: 150px;
    right: 0px;
    padding: 10px;
    vertical-align: top; }

.list-lifts {
  margin-bottom: 13px;
  background-color: #fafafa; }
  .list-lifts .panel-body {
    padding: 0px; }
    .list-lifts .panel-body .panel-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: normal;
      padding: 8px 10px; }
    .list-lifts .panel-body .glyphicon {
      margin: 2px 7px 0 0; }
    .list-lifts .panel-body .btn-sm {
      margin: 3px;
      background-color: #ededed;
      box-shadow: none; }
    .list-lifts .panel-body .btn-group {
      width: 300px; }
      @media only screen and (max-width: 991px) {
        .list-lifts .panel-body .btn-group {
          width: 100%; } }
      .list-lifts .panel-body .btn-group .dropdown-toggle {
        border-radius: 0; }
      .list-lifts .panel-body .btn-group .status-indicator {
        width: 45px;
        font-size: 12px; }
      .list-lifts .panel-body .btn-group .btn {
        box-shadow: none;
        border-left: 1px solid #d2d2d2; }
        @media only screen and (max-width: 991px) {
          .list-lifts .panel-body .btn-group .btn {
            border-radius: 0; } }
        .list-lifts .panel-body .btn-group .btn:first-child {
          border-radius: 0; }
          @media only screen and (max-width: 991px) {
            .list-lifts .panel-body .btn-group .btn:first-child {
              border-left: none; } }
        .list-lifts .panel-body .btn-group .btn .status-indicator {
          width: 45px;
          font-size: 12px; }
  .list-lifts .room-table .room-info {
    padding-top: 11px; }

.cal-view {
  text-align: center; }
  .cal-view span {
    margin-top: -30px;
    cursor: pointer; }
    .cal-view span:hover {
      color: black; }
  .cal-view table {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    width: 100%; }
    .cal-view table tr {
      width: 100%; }
      .cal-view table tr td {
        display: inline-block;
        line-height: 50px;
        height: 50px;
        width: calc(14.28% - 6px);
        margin: 3px;
        border-radius: 3px;
        color: white;
        font-weight: bold;
        background-color: green;
        cursor: pointer; }
        .cal-view table tr td.not-avaliable {
          pointer-events: none;
          background-color: white; }
        .cal-view table tr td.active {
          background-color: red; }
        .cal-view table tr td.day-name {
          color: #444;
          background-color: white;
          height: 30px;
          line-height: 30px; }

.property-edit-form h4 {
  margin-bottom: 30px; }
  .property-edit-form h4 a {
    color: #444;
    border-bottom: dashed 1px #dddddd; }
.property-edit-form p {
  font-size: 14px;
  white-space: pre-wrap; }
  .property-edit-form p a {
    color: #444;
    border-bottom: dashed 1px #dddddd; }
    .property-edit-form p a.bold-editable {
      font-size: 20px;
      margin-left: 2px;
      margin-right: 2px;
      color: #b71515; }
.property-edit-form h5 {
  color: #b71515;
  font-size: 18px;
  margin-bottom: 5px; }
.property-edit-form .editable-wrap {
  display: block; }
  .property-edit-form .editable-wrap .editable-controls {
    display: block;
    width: 100%; }
    .property-edit-form .editable-wrap .editable-controls textarea {
      width: 100% !important;
      height: 150px;
      background-color: #f0f0f0;
      padding: 10px;
      margin-bottom: 10px;
      font-size: 13px; }

.property-img-container img {
  height: 100px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border: 3px solid white;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s; }
  .property-img-container img:hover {
    opacity: .6; }
  .property-img-container img.main {
    border: 3px solid green; }

.editable-buttons {
  display: block; }

.active-checkbox {
  margin-top: 4px; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

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