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

nav > ul > li > a {
  color: white;
  padding: 10px 15px 10px 15px; }

nav > ul > li > a:hover {
  text-decoration: none;
  background-color: black !important;
  color: white !important; }

nav > ul > li > a:focus {
  background-color: black !important;
  color: white !important; }

nav > ul {
  list-style-type: none; }

nav > ul {
  padding-left: 0;
  margin-top: 15px; }

.dropup,
.dropdown {
  position: relative;
  margin-top: 50px; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.no-arrow.dropdown-toggle {
  background: transparent !important;
  border: 0px;
  font-size: 16px;
  padding: 6px 0; }
  .no-arrow.dropdown-toggle::after {
    border: 0px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1D3242;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.controls {
  width: 100%; }

.dropdown-item {
  color: lightgray; }

.dropdown-item:hover {
  color: white;
  background-color: #316D00; }

.col-form-label {
  font-weight: bold; }

@media (min-width: 768px) {
  .col-form-label {
    text-align: right; } }
.jumbotron {
  padding: 2rem;
  background-color: #DDDDDD; }

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

@media (max-width: 767px) {
  .jumbotron {
    padding-left: 10px;
    padding-right: 10px; }

  h1,
  h2,
  h3,
  h4 {
    padding-left: 0;
    margin-left: 0; }

  button {
    width: 100%; } }
.alert-warning {
  background-color: #FFF6E8;
  border-color: #F5A623; }

.text-danger {
  color: #BC1717 !important; }

/*************bootstrap accordion***********/
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right; }

.accordion .card-header.collapsed:after {
  content: "\f054"; }

.card {
  border: 0; }

.card-header {
  background-color: #DDDDDD;
  border: 1px solid #929292;
  border-radius: 0 !important;
  padding: 8px 10px; }

.card-title {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold; }

.card-title:hover {
  text-decoration: underline !important; }

.card-body {
  border: 1px solid #929292;
  border-top: 0;
  padding: 10px; }

/*************end bootstrap accordion***********/
.nav-tabs {
  border-bottom: 1px solid #333333 !important; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #1D3242;
  background-color: #DDDDDD !important;
  border: 1px solid #AAAAAA !important;
  border-bottom-color: #333333 !important;
  border-radius: 5px 5px 0 0 !important;
  font-size: 18px;
  font-weight: bold;
  width: auto !important; }

.nav-tabs > li.active > a {
  background-color: #F5F5F5 !important;
  border-color: #333333 !important;
  border-bottom-color: #F5F5F5 !important; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active:focus,
.nav-tabs > li.active > a:hover {
  background-color: #2D696C !important;
  color: #FFF !important; }

div.tabView {
  background-color: #F5F5F5 !important;
  border: 1px solid #333333;
  border-top-color: transparent;
  height: unset !important;
  margin: 0 0 15px 0 !important;
  padding: 10px 0 10px 0;
  border-radius: 0 0 5px 5px !important; }

.navbar-custom {
  background-color: #1D3242;
  color: #FFF; }
  .navbar-custom .navbar-nav .nav-link {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-top: 50px;
    margin-left: 8px;
    margin-right: 8px;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 4px; }
    .navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
      color: #FFF;
      background-color: #2D696C; }
    .navbar-custom .navbar-nav .nav-link.disabled {
      color: #6B6D70;
      background-color: #DDDDDD; }
  .navbar-custom .navbar-nav .show > .nav-link,
  .navbar-custom .navbar-nav .active > .nav-link,
  .navbar-custom .navbar-nav .nav-link.show,
  .navbar-custom .navbar-nav .nav-link.active {
    color: #1D3242;
    background-color: #333333; }

.dropdown-menu-custom {
  padding-bottom: 0;
  padding-top: 0; }
  .dropdown-menu-custom .dropdown-item {
    min-width: 200px;
    padding: 5px 20px;
    color: #1D3242;
    background-color: white; }
    .dropdown-menu-custom .dropdown-item:hover, .dropdown-menu-custom .dropdown-item:focus {
      background-color: #2D696C !important;
      color: white !important; }
  .dropdown-menu-custom .dropdown-divider {
    margin: 0; }

/* Kendo UI Styles*/
.k-scheduler {
  font-family: "DejaVu Sans", "Arial", sans-serif;
  font-size: .9em; }

.k-label {
  font-weight: normal;
  margin-left: 2px; }

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

/* Kendo UI Hide toolbar, navigation and footer during export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
  display: none; }

.k-upload-button {
  color: #FFF;
  background-color: #E0DD4A; }

/* Slider overrides */
.k-slider {
  color: #667D8C;
  width: 100% !important; }

.k-slider-track {
  background-color: #667D8C;
  border-color: #667D8C;
  height: 15px;
  width: 100% !important; }

.k-slider-selection {
  background-color: #667D8C; }

.k-slider-horizontal .k-tick {
  background-image: url("http://kendo.cdn.telerik.com/2016.2.504/styles/Uniform/slider-h.gif"); }

.k-slider-vertical .k-tick {
  background-image: url("http://kendo.cdn.telerik.com/2016.2.504/styles/Uniform/slider-v.gif"); }

.k-slider {
  box-shadow: none; }

.k-slider-track,
.k-slider-selection {
  border-radius: 0px; }

.k-slider .k-button {
  border-radius: 25px; }

.k-draghandle {
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.00784314) 0px, rgba(0, 0, 0, 0.0784314) 100%);
  background-position: 50% 50%;
  background-color: #E0DD4A;
  border-color: white;
  border-radius: 20px;
  border-width: 2px; }

.k-draghandle:hover {
  border-color: white;
  background-color: #E0DD4A;
  box-shadow: none;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.00784314) 0px, rgba(0, 0, 0, 0.0588235) 100%); }

.k-draghandle.k-state-selected:hover {
  color: #454545;
  background-color: #E0DD4A;
  border-color: white;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.129412) 0px, rgba(0, 0, 0, 0.0784314) 100%);
  background-position: 50% 50%; }

.k-slider-horizontal .k-draghandle {
  top: -9px;
  width: 25px;
  height: 25px; }

.k-slider-horizontal .k-slider-track {
  top: 50%;
  left: 0;
  height: 12px;
  margin-top: -4px;
  width: 100%; }

.rs-hidden-track, .rs-hidden-sub-track {
  color: #667D8C; }

.rs-hidden-track,
.k-slider-horizontal,
.k-slider-track,
.k-slider-selection {
  height: 17px;
  margin-top: -2px; }

.rs-hidden-track .k-slider-track {
  height: 0px; }

.rs-hidden-sub-track .k-slider-track {
  height: 0px; }

.rs-hidden-track .k-slider-horizontal .k-slider-selection {
  top: 50%;
  left: 0;
  height: 0px; }

.rs-hidden-sub-track .k-slider-horizontal .k-slider-selection {
  top: 50%;
  left: 0;
  height: 0px; }

.rs-hidden-track .k-slider-horizontal .k-draghandle {
  top: -5px;
  width: 10px;
  height: 10px; }

.rs-hidden-sub-track .k-slider-horizontal .k-draghandle {
  top: -2px;
  width: 10px;
  height: 10px; }

.rs-hidden-track .k-draghandle {
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.00784314) 0px, rgba(0, 0, 0, 0.0784314) 100%);
  background-position: 50% 50%;
  background-color: #667D8C;
  border-color: white;
  border-radius: 20px;
  border-width: 2px; }

.rs-hidden-sub-track .k-draghandle {
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.00784314) 0px, rgba(0, 0, 0, 0.0784314) 100%);
  background-position: 50% 50%;
  background-color: #667D8C;
  border-color: white;
  border-radius: 20px;
  border-width: 2px; }

/**
* Subslider colours
*/
.k-slider-sub .k-slider {
  color: #819EA8; }

.k-slider-sub-track .k-slider-track {
  background-color: #819EA8;
  border-color: #819EA8; }

.k-slider-sub-selection .k-slider-selection {
  background-color: #819EA8; }

.k-icon.k-filter {
  /*
  background: url('/images/blue-dot.png');
  */
  /*
  background: url('https://github.com/FortAwesome/Font-Awesome');
  */
  /*
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 10px;
  content: "\f005";
  */ }

/*
.k-grid .k-alt {
  background-color: $ice-blue;
}
*/
.k-pager-numbers .k-state-selected {
  background-color: #1D3242;
  border-color: #1D3242;
  color: #FFF; }

.catalogue-label {
  vertical-align: middle;
  padding-right: .5em; }

#catalog {
  vertical-align: middle; }

.k-loading-image {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 100; }

.k-filter-menu {
  max-width: 500px; }

/*-----------WINDOW----------------*/
.k-window-titlebar.k-header {
  font-size: 22px;
  font-weight: bold;
  background-color: #F5F5F5;
  height: 20px;
  color: black;
  border: 0;
  width: -webkit-fill-available; }

.k-dialog .k-dialog-titlebar .k-dialog-title {
  font-size: 22px !important; }

.k-window-action.k-link.k-state-hover {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  font-size: 28px; }

.k-window-action.k-link.k-state-hover > span.k-icon.k-i-close {
  right: 8px;
  font-size: 28px; }

span.k-icon.k-i-close {
  position: relative;
  right: 5px;
  color: black;
  font-size: 22px;
  font-weight: bold; }

/*-----------BUTTON----------------*/
.k-button {
  color: #1D3242;
  background-color: white;
  border-color: #1D3242;
  padding: 4px; }

.k-button:hover {
  color: #ffffff;
  background-color: #1D3242;
  border-color: #1D3242; }

/*-----------GRID----------------*/
.k-grid {
  color: #111; }

.k-grid tr.k-state-selected:hover,
.k-grid td.k-state-selected:hover,
.k-grid tr:hover {
  background-color: #F5F5F5 !important;
  background-image: none;
  color: #1D3242; }

.k-grid tr.k-state-selected,
.k-grid td.k-state-selected {
  background-color: #929292 !important;
  background-image: none;
  color: #1D3242; }

.k-grid tr, .k-grid .k-alt {
  background: white;
  color: #6B6D70; }

.k-grid td {
  border-width: 0 0 1px 1px; }

/*-----------GRID PAGER----------------*/
.k-grid .k-pager-nav,
.k-grid .k-pager-refresh {
  background: transparent;
  border: 0; }
  .k-grid .k-pager-nav .k-icon,
  .k-grid .k-pager-refresh .k-icon {
    color: #1D3242; }
    .k-grid .k-pager-nav .k-icon:hover,
    .k-grid .k-pager-refresh .k-icon:hover {
      font-size: 22px; }
  .k-grid .k-pager-nav.k-state-disabled,
  .k-grid .k-pager-refresh.k-state-disabled {
    color: #ADADAD; }
  .k-grid .k-pager-nav:hover,
  .k-grid .k-pager-refresh:hover {
    background: transparent; }

.k-grid .k-pager-numbers > li > span,
.k-grid .k-pager-numbers .k-link {
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
  color: #1D3242; }

.k-grid .k-pager-numbers > li > span {
  border-color: #1D3242;
  background: #1D3242;
  color: #FFF; }
  .k-grid .k-pager-numbers > li > span:hover {
    background: #929292;
    color: #FFF;
    border-color: #929292; }

.k-grid .k-pager-numbers .k-link:hover {
  background: #333333;
  color: #FFF;
  border-color: #333333; }

.k-grid .k-pager-sizes {
  color: #1D3242; }

/*-----------GRID TOOLBAR----------------*/
.k-grid-toolbar {
  width: 100%; }
  .k-grid-toolbar .k-button {
    float: right; }

.k-button .k-grid-toolbar {
  float: left; }

.k-grid-toolbar {
  width: inherit; }

#grid .k-grid-toolbar {
  padding: .6em 1.3em; }

/*-----------GRID HEADER----------------*/
.k-grid .k-grid-header .k-header {
  white-space: normal; }

.k-pager-wrap, .k-grid-header .k-header {
  background-color: #DDDDDD;
  border: 1px solid #AAAAAA !important; }

.k-grid-header .k-header.k-filterable > .k-link {
  background-color: #DDDDDD;
  padding-top: 12px; }

.k-pager-wrap, .k-grid-header .k-header,
.k-grid-header th.k-header > .k-link,
.k-grid-header .k-header.k-filterable > .k-link {
  color: #1D3242; }

.k-grid-header-wrap > table {
  border: 1px solid #AAAAAA; }

.k-i-sort-desc-sm:before,
.k-i-sort-asc-sm:before {
  text-align: right;
  color: #1D3242; }

/*----------CHECKBOX----------------*/
.k-checkbox-label:after {
  content: "\2713";
  color: #1D3242 !important;
  font-weight: bold; }

.k-checkbox-label:before,
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #ADADAD !important; }

.k-checkbox-label:hover:before,
.k-checkbox-label:hover:after,
.k-checkbox:hover + .k-checkbox-label:after {
  border-color: #1D3242 !important; }

.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #1D3242 !important;
  border-color: #1D3242 !important; }

/*----------TREE VIEW----------------*/
.k-treeview span.k-in {
  padding: 0; }

/*RADIO BUTTON*/
.k-radio-label:before,
.k-radio:focus + .k-radio-label:before {
  border-color: #ADADAD !important; }

.k-radio-label:hover:before {
  border-color: #1D3242 !important; }

.k-radio:checked + .k-radio-label:after {
  background-color: #1D3242 !important; }

.k-radio:checked + .k-radio-label:before {
  background-color: white;
  webkit-box-shadow: none;
  box-shadow: none; }

/*MULTISELECT BUTTONS*/
.k-multiselect-wrap .k-button .k-select {
  position: unset; }

.k-multiselect-wrap .k-button .k-select .k-icon {
  right: 0;
  font-size: 16px; }

.k-picker-wrap .k-select {
  padding: 0; }

/*DATEPICKER*/
.k-calendar .k-content .k-state-selected.k-state-focused .k-link {
  box-shadow: none;
  border: 0; }

.k-calendar .k-content .k-state-selected.k-state-hover .k-link {
  background: #929292;
  color: #FFF; }

.k-calendar td.k-state-focused.k-state-selected,
.k-calendar td.k-state-hover,
.k-calendar td.k-state-focused,
.k-calendar .k-today,
.k-calendar .k-today.k-state-focused,
.k-calendar .k-today.k-state-selected:active,
.k-calendar .k-today:active {
  box-shadow: none;
  background-image: none;
  background-color: white;
  border: 0; }

.k-calendar .k-content .k-state-hover .k-link,
.k-calendar .k-content td:hover .k-link {
  background: #333333;
  color: #FFF; }

/*DROPDOWN AND MULTISELECT*/
.k-list .k-item.k-state-hover {
  color: #FFF; }

/**
Pie Chart Colours
*/
.desktop-logo img {
  margin-top: 10px;
  height: 35px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  color: #1D3242; }

h1, h2, h3, h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

fieldset {
  border: 0; }

hr {
  margin-left: 50px;
  margin-right: 50px;
  border-top: 1px solid #E0DD4A; }

address {
  line-height: 1.5; }

.extra-bold {
  text-shadow: 1px 0px 1px; }

.extra-extra-bold {
  text-shadow: 2px 1px 1px #1D3242; }

.home-ul {
  margin-inline-start: -25px; }
  .home-ul li {
    font-size: 10px;
    line-height: 2; }
  .home-ul li span {
    font-size: 14px; }

i {
  color: #E0DD4A; }
  i:hover {
    color: #FFF; }

.yellow-fa {
  color: #E0DD4A; }
  .yellow-fa:hover {
    color: #FFF; }

.montserrat-text {
  font-family: 'Montserrat', sans-serif; }

.titillium-text {
  font-family: 'Titillium Web', sans-serif; }

.static-content {
  padding-left: 30px;
  padding-right: 30px; }

.smalltext {
  font-size: 12px;
  margin-bottom: 0; }

#banner {
  background: url("/images/banner3.jpg") no-repeat;
  height: 650px;
  background-size: cover; }
  #banner h1 {
    margin: 0;
    color: #FFF;
    position: absolute;
    left: 50px;
    bottom: 5%; }

.yellow-banner {
  background-color: #E0DD4A; }
  .yellow-banner p {
    width: 90%; }

.yellow-circle {
  width: 120px;
  height: 120px;
  background-color: #E0DD4A;
  border-radius: 50%;
  margin-bottom: 30px; }

.yellow-icon {
  height: 120px;
  margin-bottom: 30px; }

.blue-circle {
  width: 80px;
  height: 80px;
  background-color: #1D3242;
  border-radius: 50%;
  margin-bottom: 20px; }

.blue-icon {
  height: 80px;
  margin-bottom: 20px; }

.hblock {
  padding: 50px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2; }

.blue-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1D3242;
  color: #FFF; }
  .blue-banner h2 {
    color: #E0DD4A; }
  .blue-banner a {
    text-decoration: underline;
    color: #FFF; }
  .blue-banner h4, .blue-banner p {
    margin-bottom: 5px; }

.askbill-block {
  padding-bottom: 20px; }
  .askbill-block p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5; }
  .askbill-block h4 {
    color: #85AD33; }
  .askbill-block a {
    text-decoration: underline;
    color: #85AD33; }

.contact-block {
  padding: 40px 50px; }
  .contact-block a {
    text-decoration: underline;
    color: #1D3242; }
  .contact-block p {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif; }

.large-text {
  font-size: 25px;
  font-family: 'Titillium Web', sans-serif; }

.larger-text {
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif; }

.footer-img {
  height: 20px;
  margin: 5px; }

#maincontent {
  position: absolute;
  left: 0px;
  top: 120px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: calc(100vh - 210px);
  width: 100vw;
  overflow: auto; }

#maincontent2 {
  position: absolute;
  left: 0px;
  top: 120px;
  height: calc(100vh - 210px);
  width: 100vw;
  overflow: auto; }

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

.footer-nav li {
  display: inline; }
  .footer-nav li a {
    padding-left: 10px;
    padding-right: 10px; }

.form-group.ng-invalid {
  color: #BC1717; }
  .form-group.ng-invalid input {
    border-color: #BC1717; }

.bold-label {
  font-weight: bold; }

.ulink {
  text-decoration: underline !important;
  color: #007bbf !important; }

.no-pad-no-margin {
  padding: 0;
  margini: 0; }

.no-padding {
  padding: 0; }

.title {
  border: 1px solid #AAAAAA;
  padding: 10px;
  margin: 24px 0; }

.title-bar {
  background-color: #DDDDDD;
  border: 1px solid #AAAAAA;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 10px;
  margin-bottom: 20px; }

.title-bar-big {
  font-size: 18px; }

.custom-panel-info.panel-info {
  border-color: #AAAAAA;
  border-radius: 0; }

.custom-panel-info.panel-info > .panel-heading {
  color: black;
  background-color: #DDDDDD;
  border-color: #AAAAAA; }

.custom-panel-info.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #AAAAAA; }

.custom-panel-info.panel-info > .panel-collapse > .panel-body {
  padding: 10px; }

.custom-panel-info.panel-info.no-padding > .panel-collapse > .panel-body {
  padding: 0; }

.custom-panel-info.ampc-map.panel-info > .panel-collapse > .panel-body {
  padding: 0; }

.custom-panel-info.panel-info > .panel-heading .badge {
  color: black;
  background-color: #DDDDDD; }

.custom-panel-info.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #AAAAAA; }

.map-container {
  margin-left: 20px;
  width: calc(100% - 520px);
  float: right; }

.left-hand {
  margin: 0;
  width: 300px;
  float: left; }

.right-hand {
  float: right; }

@media (min-width: 320px) {
  .right-hand {
    margin: 0;
    width: unset; }

  .left-hand {
    width: 100%; }

  .container-fluid {
    padding: 0 10px; } }
@media (min-width: 576px) {
  .right-hand {
    margin: 0 0 0 10px;
    width: calc(100% - 310px); }

  .left-hand {
    width: 300px; } }
@media (min-width: 768px) {
  .right-hand {
    margin: 0 0 0 20px;
    width: calc(100% - 320px); } }
@media (min-width: 993px) {
  .container-fluid {
    padding: 0 20px; } }
@media (min-width: 1200px) {
  .right-hand {
    margin: 0 0 0 40px;
    width: calc(100% - 340px); } }
/*-----------------------*/
::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

.text-error {
  color: #dc3545; }

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

.form-control:focus {
  border-color: #1D3242;
  box-shadow: none; }

.pcodebox:focus {
  color: white !important; }

.slider-label {
  font-size: 12px; }

.slider-line {
  stroke: #888888;
  stroke-width: 0.5px; }

.ticks {
  font: 10px sans-serif; }

.tick line, .axis--x path {
  stroke: none; }

.track,
.track-inset,
.track-overlay {
  stroke-linecap: round; }

.track {
  stroke: #000;
  stroke-opacity: 0.3;
  stroke-width: 10px; }

.track-inset {
  stroke: #f9f7f7;
  stroke-width: 8px; }

.track-overlay {
  pointer-events: stroke;
  stroke-width: 50px;
  stroke: transparent; }

.saved-handle {
  stroke: #929292;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
  fill: #C5DBBF; }

.unsaved-handle {
  stroke: #929292;
  fill: white; }

.weight-heading {
  border: .7px solid #adadad;
  float: left; }

.target {
  stroke: #929292;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
  fill: #ffffff; }

.rules line, .rules path {
  shape-rendering: crispEdges;
  stroke: #adadad;
  stroke-width: 0.2px; }

.rules .minor {
  stroke: #BBB; }

.rules .domain {
  fill: none; }

.grid .tick {
  stroke: #CCC; }

.series path {
  fill: none;
  stroke: #348;
  stroke-width: 1px; }

.range {
  stroke: #1D3242;
  stroke-width: 7px; }

.brush {
  fill: #777;
  fill-opacity: .125;
  shape-rendering: crispEdges;
  cursor: move; }

.brush-line {
  fill: #7A7A7A;
  fill-opacity: 1;
  stroke: #7A7A7A;
  stroke-width: 2px; }

.stacked-barchart-tooltip {
  position: absolute;
  text-align: left;
  border: 0.5px solid #dddddd;
  max-width: 100px;
  min-width: 100px;
  border-radius: 5px;
  padding: 5px;
  z-index: 10;
  color: #787878;
  background-color: white;
  font-size: 10px; }

#aumap svg {
  background: #F5F5F5; }
#aumap svg path.au-boundaries {
  fill: #FFF;
  fill-opacity: .7;
  stroke: #333333;
  stroke-width: .7px; }
#aumap svg path.region-boundaries {
  stroke: #333333;
  stroke-width: .2px;
  stroke-opacity: .7; }
#aumap svg circle.plant {
  stroke: #75afe5;
  stroke-width: .7px;
  fill-opacity: .4;
  fill: #a0c5e8; }
#aumap svg text {
  text-anchor: middle;
  font-size: 10px; }
#aumap #infopanel {
  position: absolute;
  font-size: 12px;
  width: 250px;
  background-color: white;
  border: 1.2px solid #6B6D70;
  box-shadow: 3px 3px #DDDDDD;
  top: 180px;
  right: 5px; }
  #aumap #infopanel.big {
    width: 400px; }

.zoom-control {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  box-shadow: 1px 1px #DDDDDD;
  width: 40px;
  height: 80px;
  margin-right: 5px;
  float: right;
  margin-top: 5px; }
  .zoom-control .inner {
    position: relative;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    text-align: center; }
    .zoom-control .inner i {
      font-size: 20px;
      position: relative; }

#regionsmap ul {
  margin: 0;
  list-style: none;
  padding: 0; }
@media (min-width: 576px) {
  #regionsmap .left-hand {
    width: 400px; }
  #regionsmap .right-hand {
    width: calc(100% - 410px); } }
@media (min-width: 768px) {
  #regionsmap .right-hand {
    width: calc(100% - 420px); } }
@media (min-width: 1200px) {
  #regionsmap .right-hand {
    width: calc(100% - 440px); } }

.btn {
  border: none !important;
  width: fit-content;
  font-size: 16px;
  font-weight: bold; }

.btn:disabled, .btn:disabled:hover {
  background-color: #ADADAD;
  color: #6B6D70; }

.btn-primary, .k-primary {
  color: #FFF !important;
  background-color: #1D3242 !important;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
  box-shadow: none; }

.btn-primary:hover, .btn-primary:focus, .k-primary:hover .k-primary:focus {
  color: #FFF !important;
  background-color: #2D696C !important; }

.btn-primary[disabled] {
  color: #6B6D70;
  background-color: #ADADAD; }

.btn-default {
  color: white;
  background-color: #1D3242;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
  box-shadow: none; }

.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #2D696C; }

.btn-default[disabled] {
  color: #6B6D70;
  background-color: #ADADAD; }

.btn-secondary, .btn-secondary:focus {
  color: #FFF !important;
  background-color: #6B6D70;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
  box-shadow: none; }

.btn-secondary:hover {
  color: #FFF;
  background-color: #2D696C; }

.btn-secondary[disabled] {
  color: #6B6D70;
  background-color: #ADADAD; }

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

.btn-home {
  color: #FFF;
  background-color: #1D3242;
  font-weight: bold;
  font-size: 16px; }

.btn-cancel {
  background-color: #819EA8;
  color: #DAE0E3; }

.btn-cancel:hover {
  background-color: #1D3242;
  color: white; }

.btn-group-vertical > button {
  margin-bottom: 10px;
  border-radius: 10px !important; }

.btn-simple {
  width: 100px; }

.btn-no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.btn-stn-grid, .btn-stn-grid:focus {
  color: white !important;
  background-color: #1D3242;
  padding: 6px 10px 6px 10px; }

.btn-stn-grid:hover {
  color: white;
  background-color: #2D696C; }

.btn-stn-grid[disabled] {
  color: #888;
  background-color: #ADADAD; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #AAAAAA;
  border-width: 1px;
  border-color: #1D3242;
  border-style: solid;
  -webkit-transition: .3s;
  transition: .3s; }

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 1px;
  left: 1px;
  bottom: 4px;
  background-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box; }

label.disabled {
  color: #aaa; }

input:disabled {
  background: #dddddd; }

input:disabled + label {
  color: #ccc; }

input:checked + .slider {
  background-color: #AAAAAA; }

input:focus + .slider {
  box-shadow: 0 0 1px #AAAAAA; }

input:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

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