/**
 * admin-importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
/*h1, h2, h3, h4, h5, h6, p, li, blockquote, label {
  >a:not(.btn), small >a:not(.btn) {
    color: @brand;
    border-bottom: 1px solid @text-normal;
    &:hover {
      text-decoration: none;
      color: @text-normal;
    }
  }
}*/
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
.logo {
  height: 60px;
}
.footer-logo .logo {
  height: 70px !important;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
[purpose='page-wrap'] {
  height: 100%;
  /* lesshint-disable */
  height: auto !important;
  /* lesshint-enable */
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
[purpose='page-footer'] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 800px) {
  [purpose='page-wrap'] {
    padding-bottom: 75px;
  }
  [purpose='page-wrap'] [purpose='page-footer'] {
    height: 75px;
  }
  [purpose='page-wrap'] [purpose='page-footer'] [purpose='footer-copy'],
  [purpose='page-wrap'] [purpose='page-footer'] [purpose='footer-nav'] {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  [purpose='page-wrap'] {
    padding-bottom: 100px;
  }
  [purpose='page-wrap'] [purpose='page-footer'] {
    height: 100px;
  }
}
li.nav-item.dropdown.active {
  background-color: rgba(63, 135, 245, 0.15);
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  opacity: 1;
  border-right: 2px solid #3f87f5;
}
#account-overview [purpose='remove-button'] {
  color: #14acc2;
}
#account-overview [purpose='remove-button']:hover {
  color: #000;
}
