/**
 * 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
 */
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
#page-wrap {
  height: 100%;
  height: auto!important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header a:not(.btn) {
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
#page-wrap header a:not(.btn).nav-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 20px;
}
#page-wrap header a:not(.btn).nav-item:hover {
  border-bottom-color: #e4e4e4;
}
#page-wrap header a:not(.btn).nav-item.current {
  border-bottom-color: #28AFB0;
}
#page-wrap header a:not(.btn).nav-item:last-child {
  margin-right: 0px;
}
#page-wrap header a:not(.btn).dropdown-toggle:hover {
  color: #28AFB0 !important;
}
#page-wrap header .dropdown-menu.account-menu {
  left: auto;
  right: 0px;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
}
.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
  top: 27px;
}
.page-sidebar .sidebar-menu a {
  height: 60px;
  line-height: 60px;
}
.page-sidebar .sidebar-menu a .menu-expand {
  top: 25px;
}
/************page************/
#page-wrap {
  padding-bottom: 0;
}
/********navbar********/
.navbar .navbar-inner {
  background: #7e7e7e;
}
/**********table*************/
.table-paginate-nav .message p {
  border: none;
  background-color: #fbfbfb;
  margin-left: 5px;
  display: inline;
}
.table-paginate-nav .message p:hover {
  background-color: #fbfbfb;
}
.table-paginate-wrapper {
  clear: both;
  border: none;
}
.borderless td,
.borderless tr {
  border: none !important;
}
.table thead > tr > th {
  text-transform: uppercase;
}
/********form*******/
.form-horizontal .control-label {
  text-align: left;
}
/***custom***/
.d-inline {
  display: inline;
}
.mr-12 {
  margin-right: 12px;
}
.t-left {
  text-align: left !important;
}
.t-right {
  text-align: right !important;
}
.p-h-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.w-50 {
  width: 50% !important;
}
.b-right {
  border-right: 1px solid #d4d4d4;
}
.pre-wrap {
  white-space: pre-wrap;
}
/********widget********/
.widget-header > .widget-caption.caption-large {
  font-size: 18px;
  font-weight: 500 !important;
}
/****nav-bar****/
.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  right: 20px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
  min-width: 63px;
}
/*******input*******/
.input-sm {
  height: 32px;
}
/**********footer*********/
.modal-footer {
  text-align: center;
}
.messages-container {
  top: auto;
  bottom: auto;
  right: auto;
  display: block;
  width: 100%;
  position: relative;
  background: #ffffff;
  height: -webkit-calc(100vh - 85px);
  height: -moz-calc(100vh - 85px);
  height: calc(100vh - 85px);
}
.send-message-box {
  position: inherit !important;
}
.chatbar-contacts-custom {
  border-right: 1px solid #d6cfcf;
}
.page-chatbar .chatbar-contacts .contacts-list .contact.active {
  background-color: #f3f3f3;
}
.profile-header-staff {
  box-shadow: none !important;
  margin-top: 0 !important;
}
.box-body-total-count {
  padding: 0 12px 0 12px;
}
.box-body-total-count .totals-title {
  border-right: 1px solid #d4d4d4;
}
.box-body-total-count .totals-title h3 {
  font-weight: bold !important;
}
.box-body-total-count .totals-detail {
  height: 39px;
  line-height: 39px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
[id="404"] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id="404"] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id="404"] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id="404"] br {
    display: none;
  }
  [id="404"] .mobile-spacer {
    display: inline;
  }
}
[id="500"] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id="500"] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id="500"] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id="500"] br {
    display: none;
  }
  [id="500"] .mobile-spacer {
    display: inline;
  }
}
[id="498"] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id="498"] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id="498"] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id="498"] br {
    display: none;
  }
  [id="498"] .mobile-spacer {
    display: inline;
  }
}
