/**
 * 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.)
 */
/* Angular styles */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

/* Bootstrap styles */
.rs-row-no-left-right-margin {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px; }

.rs-row-no-left-right {
  margin-left: 0px;
  margin-right: 0px; }

.rs-row-no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px; }

.no-pad-no-margin {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.form-group .no-pad-left {
  padding-left: 0px; }
.form-group .no-pad-left-right {
  padding-left: 0px;
  padding-right: 0px; }

.panel-body {
  padding: 10px;
  border-radius: 4px;
  color: black; }

.alert-scrc {
  color: #737660;
  background-color: #daddc4;
  border-color: #9fa28b;
  margin-top: 10px;
  margin-bottom: 0px; }

.alert-scrc hr {
  border-top-color: #888; }

.alert-scrc .alert-link {
  color: #9fa28b; }

.alert-info {
  color: black;
  background-color: #b1ccc2;
  border-color: #049072; }

.thumbnail {
  background-color: #daecf4;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  min-height: 470px; }
  .thumbnail .caption {
    color: #006b54;
    min-height: 250px; }

.navbar-default {
  background-color: #FFF;
  border-color: #FFF; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: black; }

.navbar-default .navbar-nav > li > a {
  background-color: #d8e5e0;
  color: black;
  margin-right: 5px;
  margin-top: 12px;
  padding: 10px 5px 5px 5px;
  border-radius: 4px 4px 0px 0px;
  width: 114px;
  text-align: center; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #049072;
  color: white; }

.jumbotron, .well, .well-sm {
  background-color: #d8e5e0; }

.nav-tabs > li > a {
  color: black;
  background-color: #d8e5e0;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs > li > a:hover {
  color: white;
  background-color: #006b54;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: white;
  background-color: #006b54 !important;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs > li.dummyTab > a,
.nav-tabs > li.dummyTab > a:hover,
.nav-tabs > li.dummyTab > a:focus,
.nav > li.dummyTab > a:focus {
  color: black !important;
  background-color: transparent !important;
  border-color: transparent;
  border-bottom-color: transparent;
  width: 35px; }

.form-control:focus {
  border-color: #006b54;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #006b54; }

.popover {
  min-width: 210px; }

.k-filter-row th, .k-grid-header th.k-header {
  font-weight: bold; }

.k-state-focused {
  background-color: white !important; }

#k-listView {
  padding: 10px 0px;
  margin-bottom: -1px;
  min-height: 510px;
  border: 0px; }

.k-listView-item {
  display: inline-table;
  position: relative;
  width: 220px;
  border-radius: 5px;
  margin: 3px 6px 3px 0;
  padding: 0;
  background-color: #d8e5e0;
  overflow: hidden; }

.k-listView-item h3 {
  margin: 0;
  padding: 10px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: black; }

.k-listView-content {
  padding: 10px;
  color: black; }

.k-listView-content a {
  color: #006b54;
  text-decoration: underline;
  margin-bottom: 0px !important; }

.k-icon {
  color: black !important; }

.k-header {
  color: black !important;
  background-color: #d8e5e0; }

.k-link {
  color: black !important; }

.desktop-logo img {
  width: 160px; }

body {
  color: #006b54; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s; }

textarea:focus {
  outline-color: #049072 !important; }

a {
  color: #006b54; }

h1, h2, h3, h4 {
  color: #006b54; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

#page-wrapper {
  margin-top: 20px; }

.static-content {
  margin-top: 20px;
  margin-bottom: 40px; }
  .static-content h1, .static-content h2 {
    margin-bottom: 20px; }
  .static-content p {
    margin-bottom: 20px; }

.light-table {
  border-top: #daecf4 1px solid;
  border-left: #daecf4 1px solid;
  border-bottom: 0;
  border-right: 0; }
  .light-table td {
    border-bottom: #daecf4 1px solid;
    border-right: #daecf4 1px solid;
    border-top: 0;
    border-left: 0; }

.centered-element {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20000; }

.well-sm {
  padding: 2px; }
  .well-sm h3, .well-sm h4 {
    margin: 5px; }

.message-sent {
  text-align: center; }

.scrc-hr {
  border: 0;
  height: 0;
  border-top: 1px solid #006087;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 95%;
  clear: both; }

.accounteditform input {
  height: 20px; }

.no-x-scroll {
  overflow-x: hidden !important; }

#account_well {
  padding: 2px;
  margin: 2px; }
  #account_well h3, #account_well h4, #account_well h5 {
    margin: 5px; }

.scrc-padding {
  padding-left: 10px;
  padding-right: 10px; }

.boldmediumtext {
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 0.2; }

.no-margin {
  margin: 0; }

.no-pad-top-bottom {
  padding-top: 0 !important;
  padding-bottom: 0; }

.btn-fill {
  width: 100%; }

.fa-middle {
  vertical-align: middle;
  width: 50px; }

.btn-group-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
  top: 50%;
  transform: translateY(-50%); }

.no-pad-left-right {
  padding-left: 0;
  padding-right: 0; }

.one-pad-left-right {
  padding-left: 1px;
  padding-right: 1px; }

.no-bottom-margin {
  margin-bottom: 0; }

.header-text {
  font-size: 12px;
  margin-top: 20px; }

.blue-banner {
  color: white;
  background-color: #006b54;
  padding: 20px 20px 10px 20px;
  border-radius: 4px;
  margin-top: -30px; }

.floating-logo {
  position: absolute;
  top: 50px;
  right: 100px;
  width: 300px; }

.imgbox {
  padding: 2px;
  overflow: auto;
  margin-bottom: 20px; }
  .imgbox img {
    width: 100%;
    border: 4px solid white; }
  .imgbox a {
    float: right;
    margin-bottom: 10px; }

.footer-nav {
  float: right; }
  .footer-nav li {
    display: inline;
    color: #006b54; }

.aic-logo {
  width: 50px;
  position: absolute;
  z-index: 100;
  margin-top: 15px;
  margin-left: 15px; }

.wizard-buttons {
  margin-bottom: 10px; }

.crc-sidebar {
  border-left: 1px solid #006b54;
  line-height: 2;
  height: 400px; }

ol {
  counter-reset: item;
  margin-bottom: 20px !important; }

ol > li {
  counter-increment: item; }

ol ol > li {
  display: block; }

ol ol > li:before {
  content: counters(item,".") ". ";
  margin-left: -20px; }

.alttable {
  border-top: #daecf4 2px solid;
  border-left: #daecf4 2px solid;
  border-bottom: 0;
  border-right: 0; }
  .alttable td {
    border-bottom: #daecf4 2px solid;
    border-right: #daecf4 2px solid;
    border-top: 0;
    border-left: 0;
    text-align: center; }
  .alttable th {
    background-color: #006b54;
    color: white;
    text-align: center; }

.annex {
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px; }
  .annex h2 {
    text-align: center; }

.lrpad40 {
  padding-left: 40px;
  padding-right: 40px; }

.lrpad20 {
  padding-left: 20px;
  padding-right: 20px; }

.nopad {
  padding: 0; }

.footer-nav {
  float: right;
  margin-top: 25px; }
  .footer-nav li {
    display: inline; }
  .footer-nav a {
    margin-right: 8px;
    margin-left: 8px; }

#signin, #signup, #logout {
  background-color: #006b54;
  color: white; }

#signin:hover, #signup:hover, #logout:hover {
  background-color: #049072;
  color: white; }

.bluegreen-label {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }
  .bluegreen-label span {
    color: black; }

.tablink a {
  padding: 10px !important; }

.gt-panel-heading {
  background-color: #d8e5e0 !important;
  color: black !important;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  font-weight: bold; }

.placeorder a {
  background-color: black !important;
  color: white !important; }
.placeorder a:hover {
  background-color: #049072 !important;
  color: white !important; }

.pricebox {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: white;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  min-width: 90px;
  color: #006b54;
  display: inline-block; }

.info-box {
  background-color: #d8e5e0;
  border-radius: 6px;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 310px; }
  .info-box p {
    height: 100px;
    color: black;
    margin-bottom: 10px; }
  .info-box a {
    display: block;
    margin-bottom: 20px;
    text-decoration: underline; }
  .info-box img {
    height: 55px;
    margin: 10px 5px 10px 0px; }

.info-box-col {
  padding: 10px 10px 0px 0px; }

.bigline {
  height: 16px;
  background-color: #006b54; }

.ulink {
  text-decoration: underline; }

.force-no-lr-pad-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.fixedgrid {
  height: calc(100vh - 240px); }

.dropdown-divider {
  height: 1px;
  background-color: #e5e5e5; }

.login-nav {
  padding-bottom: 0;
  padding-top: 0; }
  .login-nav li {
    max-width: 310px; }
  .login-nav li > a:focus, .login-nav li > a:hover {
    background-color: #006b54 !important;
    color: white !important; }
  .login-nav li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white; }

.orderWizard-tabs ul {
  border-bottom: 0px !important; }

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #006b54;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
hr {
  border-top-color: #006b54 !important; }

.dllist p {
  color: black; }
.dllist a {
  text-decoration: underline; }

.stdlink {
  color: unset;
  text-decoration: underline; }

.banner-message {
  text-align: center;
  font-weight: bold;
  font-size: medium;
  background-color: #6b00bd;
  color: white;
  padding: 10px; }

.wrapper, .row {
  height: 100%;
  margin-left: 0;
  margin-right: 0; }

.wrapper {
  display: flex;
  align-items: stretch; }

/*****************NEW*******************/
#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center; }

#sidebar .rightArrow {
  display: none; }

#sidebar.active .leftArrow {
  display: none; }

#sidebar.active .rightArrow {
  display: block; }

#sidebar.active ul li a .liTitle {
  display: none; }

#sidebar ul li a {
  text-align: left; }

#sidebar.active ul li a {
  padding: 10px 10px;
  text-align: center;
  font-size: 0.85em; }

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px; }

#sidebar.active ul ul a {
  padding: 10px !important; }

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  transform: translateX(50%); }

/*sidebar tooltip*/
#sidebar.active .view-tooltip {
  display: block; }

#sidebar.active .no-tooltip {
  display: none; }

#sidebar .view-tooltip {
  display: none; }

.tooltip-inner {
  width: 120px;
  background: linear-gradient(white, #d8e5e0);
  color: black;
  font-size: 14px;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px; }

.tooltip.in {
  opacity: 1 !important; }

.tooltip.top > .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
  border-top-color: #daecf4; }

/*****************END NEW*******************/
.column {
  height: 100%;
  overflow: auto;
  *zoom: 1; }

.column .padding {
  padding: 20px; }

.full {
  padding-top: 20px; }

.sidebarpanel {
  bottom: 0;
  /* increase for footer use */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #daecf4; }

.divider {
  margin-top: 35px; }

#main {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0; }

#main.active {
  min-width: calc(100% - 80px);
  max-width: calc(100% - 80px); }

#sidebar {
  padding: 0;
  padding-top: 20px;
  padding-left: 5px; }

#sidebar, #sidebar a, #sidebar-footer a {
  color: black;
  background-color: transparent; }

#sidebar .nav li > a:hover {
  background-color: #006b54;
  color: white; }

#sidebar-footer {
  background-color: #daecf4;
  position: absolute;
  bottom: 5px;
  padding: 5px; }

#footer {
  margin-bottom: 30px; }

.page-header {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #eeeeee; }

.panel textarea, .well textarea, textarea.form-control {
  resize: none; }

.label-default {
  background-color: #dddddd; }

.panel-default .panel-heading {
  background-color: #f9fafb;
  color: #555555; }

.col-sm-9.full {
  width: 100%; }

small.text-muted {
  font-family: courier,courier-new,monospace; }

/* adjust the contents on smaller devices */
@media (max-width: 768px) {
  .column .padding {
    padding: 7px; }

  .full {
    padding-top: 20px; } }
@media screen and (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center; }

  .xs-main {
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px); } }
.stay-highlight {
  background-color: #006b54 !important;
  color: white !important; }

.no-highlight {
  color: #006b54;
  background-color: transparent; }

.btn {
  border: none !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }

.btn:focus {
  outline-color: #006b54 !important; }

.btn-primary {
  color: #ffffff;
  border-color: #006b54;
  background-color: #006b54; }

.btn-primary:hover, .btn-primary[disabled]:hover {
  color: #ffffff;
  border-color: #049072;
  background-color: #049072; }

.btn-primary:active, .btn-primary:focus {
  background-color: #006b54 !important; }

.btn-transparent {
  color: #FFF;
  background-color: transparent; }

.btn-transparent {
  color: black;
  background-color: #049072; }

.btn-select {
  height: 40px; }

.btn-scrc-sm {
  padding-right: 8px;
  padding-left: 8px; }

.btn-green {
  color: white;
  background-color: black; }

.btn-green:hover {
  color: white;
  background-color: #049072; }

.btn-white {
  color: black;
  background-color: #FFF;
  margin: -1px; }

.btn-white:hover {
  color: white;
  background-color: #049072; }

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