/**
* 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.
*
* The LESS 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 LESS 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.)
*/
/*
* Dashboard Theme
*/
@import 'helpers/animate.css';
#navigation {
  background: #a9171a;
}
#navigation > .container-fluid {
  padding-left: 0;
}
#navigation #brand {
  background: #fff;
  padding: 5px;
  margin-top: 0;
  width: 200px;
  height: 40px;
  text-align: left;
}
#navigation #brand img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
#navigation .user .dropdown > a {
  padding: 10px 12px 12px 12px;
}
#navigation .dropdown-menu {
  border-color: #a9171a;
}
a {
  color: #a9171a;
}
.map footer.footer {
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 60px;
  text-align: center;
}
.map footer.footer .container {
  padding: 15px;
  background: #000;
  width: 100%;
}
#textMessage {
  color: white;
}
#textMessage :hover {
  color: #337ab7;
  cursor: pointer;
}
.buttons {
  text-align: right;
  display: inline;
}
.category-tree li {
  list-style-type: none;
  margin-bottom: 5px;
}
.category-tree ul {
  border-color: #113E88;
  border-width: 1px;
  border-left-style: solid;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  margin-top: -5px;
}
.page.apptCaseStudyView {
  color: #FF9900;
}
.category.apptCaseStudyView {
  color: #113E88;
}
.apptThoughtsView {
  color: #551A8B;
}
.category-tree ul.list-group-root {
  padding-top: 0;
}
#current-videos li {
  margin-bottom: 5px;
}
#current-resources li {
  margin-bottom: 5px;
}
.placeholder {
  position: relative;
}
.placeholder::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 0;
  margin-top: 5px;
  left: -5px;
  top: 0;
  border-top: 1px solid red;
}
i.no-margin {
  margin: 0 !important;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000;
}
.box.box-bordered.box-color .box-title {
  background: #a9171a;
  border-color: #a9171a;
}
.box.box-bordered.box-color .box-title-detailed p {
  color: #fff;
}
.box.box-bordered.box-color .box-title-detailed a {
  color: #fff;
  text-decoration: underline;
}
.box.box-bordered.box-color .box-content {
  border-color: #a9171a;
}
.login {
  background: #a9171a;
}
.login .wrapper .login-body form {
  padding: 0 30px 20px;
}
.login .wrapper .login-body img {
  width: 125px;
  text-align: center;
  margin: 20px auto 20px;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.btn.btn-primary {
  background: #a9171a;
}
.forget {
  margin-top: 20px !important;
}
.slug-ok .slug-info {
  background-color: #dff0d8 !important;
}
.slug-error .slug-info {
  background-color: #f2dede !important;
}
.box {
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 3px 0px #dbdfe0;
}
.redbox {
  width: 20px;
  height: 20px;
  background-color: #d70206;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.orangebox {
  width: 20px;
  height: 20px;
  background-color: #f05b4f;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.yellowbox {
  width: 20px;
  height: 20px;
  background-color: #f4c63d;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.social-stats .title-bar {
  background-color: #a9171a;
  color: #ffffff;
}
.box .title-bar {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
}
.box .title-bar i {
  font-size: 18px;
  padding: 0px 15px;
}
.social-stats ul {
  list-style: none;
  margin: 0;
  padding: 15px 15px;
}
.social-stats .new-customer {
  display: inline-block;
  width: 96%;
  margin: 10px 2% !important;
}
.profile-picture {
  float: left;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 5px 20px 10px 10px;
  transform: rotate(90deg);
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.navbar {
  margin-bottom: 0;
}
.input-group {
  margin-bottom: 10px;
}
.modal {
  z-index: 99999;
}
.login-error {
  color: red;
}
/*
* Other libraries
*/
.dropzone {
  border: 4px dashed #E6E6E6;
  border-radius: 5px;
  background: white;
}
.dropzone .dz-message {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalise,
.capitalize {
  text-transform: capitalize;
}
.vertical-align {
  vertical-align: -webkit-baseline-middle;
}
.lowercase {
  text-transform: lowercase;
}
.text-center {
  text-align: center;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.28);
  box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.28);
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-shadow {
  -webkit-box-shadow: 1px 1px 1px #666;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-font-smoothing {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.hide-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.show-select {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.hidden {
  display: none !important;
}
.hidden-fade {
  opacity: 0;
}
.inline {
  display: inline !important;
}
.natural-scroll {
  overflow-y: scroll;
  webkit-overflow-scrolling: touch;
}
.no-natural-scroll {
  overflow: visible;
  webkit-overflow-scrolling: none;
}
.hardware-accelerate {
  -webkit-transform: translate(0, 0) translateZ(0);
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  -webkit-transition: all 0.2s ;
  -moz-transition: all 0.2s ;
  transition: all 0.2s ;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-20 {
  margin-top: 20px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.red {
  color: #f04124 !important;
}
/*
* Custom LESS for this project
*/
