/**
 * 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: underline;
  color: white !important;
}

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

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

.dropdown > button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown > button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.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: #111;
  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;
  font-size: 12pt;
}

.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: #317000;
}

.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: left;
}

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

.card {
  border: 0;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #DDDDDD;
  padding: 10px;
}

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

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

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

/*************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: #111;
  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: #6B6D70 !important;
  color: #FFF !important;
}

div.tabView,
div[ui-view=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 .navbar-nav .nav-link {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12pt;
  color: white;
  margin-left: 8px;
  margin-right: 8px;
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
  text-decoration: underline;
}
.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: #111;
  background-color: #333333;
}

#signinlink {
  width: 150px;
  background-color: #eeae44;
}
#signinlink:hover, #signinlink:focus {
  background-color: #dc4735 !important;
}

#thefooter {
  background-color: #006535;
  color: white;
}

.dropdown-menu-custom {
  padding-bottom: 0;
  padding-top: 0;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
.dropdown-menu-custom .dropdown-item {
  min-width: 200px;
  padding: 5px 20px;
  color: #111;
  background-color: white;
}
.dropdown-menu-custom .dropdown-item:hover, .dropdown-menu-custom .dropdown-item:focus {
  background-color: #006535 !important;
  color: white !important;
}
.dropdown-menu-custom .dropdown-divider {
  margin: 0;
}

.container-fluid {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-control {
  border: 1px solid #ADADAD;
  font-size: 12pt;
}

.carousel-indicators {
  bottom: unset;
  top: -15px;
}

.carousel-indicators li {
  background-color: grey;
}

.carousel-indicators .active {
  background-color: lightgrey;
}

.pull-right {
  float: right;
}

/* Kendo UI Styles*/
.k-scheduler {
  font-family: "DejaVu Sans", "Arial", sans-serif;
  font-size: 0.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;
}

/* Slider overrides */
/**
* Subslider colours
*/
/*
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-loading-image {
  display: none;
}

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

/*-----------WINDOW----------------*/
.k-window-titlebar.k-header {
  font-size: 22px;
  font-weight: bold;
  background-color: #f6f6f6 !important;
  border: 0;
}

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

.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;
}

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

/*-----------BUTTON----------------*/
/*-----------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: #ececed !important;
  background-image: none;
  color: #111;
}

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

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

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

/*-----------GRID PAGER----------------*/
/*-----------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: 0.6em 1.3em;
}

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

/*----------CHECKBOX----------------*/
/*
  BW: removed to see what the checkbox looks like
*/
.k-checkbox-label:before,
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #929292 !important;
}

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

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

/*
  BW: *** end ***
*/
/*----------TREE VIEW----------------*/
.k-treeview .k-in:hover,
.k-treeview .k-in.k-state-hover {
  background: transparent;
}

.k-treeview .k-in.k-state-focused {
  box-shadow: unset;
}

.k-treeview span.k-in {
  display: inline-flex;
}

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

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

.k-tile strong {
  float: unset;
  width: unset;
  position: absolute;
  top: 120px;
}

.k-filebrowser .k-tile {
  height: 150px;
  position: relative;
}

.k-tile .k-filesize {
  display: block;
  position: absolute;
  top: 110px;
}

.k-filebrowser .k-thumb {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  max-height: 70%;
}

.k-thumb > img {
  height: 90%;
  max-width: 90%;
  margin: 0;
}

.k-filebrowser .k-breadcrumbs-wrap .k-icon {
  display: none;
}

.k-filebrowser .k-floatwrap .k-breadcrumbs, .k-filebrowser .k-floatwrap .k-search-wrap {
  display: none;
}

.k-editor-table-wizard-dialog.k-window-content {
  width: 100% !important;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  height: 100% !important;
}

.k-upload .k-file-success .k-file-name {
  color: #224747;
}

.k-upload .k-file-error .k-file-name {
  color: #BC1717;
}

.k-upload .k-file-validation-message {
  color: #BC1717;
}

.k-upload .k-upload-files .k-file-validation-message {
  font-size: 14px;
}

.k-autocomplete, .k-flatcolorpicker .k-color-value, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-textarea, .k-input.k-textbox, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
  border-color: #ADADAD;
}

.k-alert > .k-dialog-content {
  font-weight: bold;
}

.k-dialog-buttongroup .k-button {
  color: #FFF !important;
  background-color: #6B6D70 !important;
  font-size: 16px;
  font-weight: bold;
  background-image: none;
}
.k-dialog-buttongroup .k-button:hover {
  color: #FFF !important;
  background-color: #929292 !important;
}

.k-tooltip {
  background: white !important;
  color: black !important;
  font-size: 12px !important;
  text-align: left !important;
  border: 1px solid grey;
  width: fit-content !important;
}

.k-tooltip .k-callout {
  background-color: transparent;
  color: transparent;
}

.k-treeview > ul.k-treeview-lines {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.k-treeview li {
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.k-listview > .k-state-selected {
  color: inherit;
  background-color: rgba(220, 71, 53, 0.5);
}

.k-radio:checked + .k-radio-label::after {
  background-color: #395161;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  box-sizing: border-box;
}

.k-autocomplete .k-input, .k-dateinput-wrap .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input {
  font-size: 12pt;
}

.k-button {
  font-size: 12pt;
}

.k-treeview .k-in.k-state-hover {
  color: #007bff;
}
.k-treeview .k-in.k-state-selected, .k-treeview .k-in.k-state-focused {
  color: inherit;
  background-color: transparent;
}

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

html, body {
  font-family: "Inter Tight", sans-serif;
  -webkit-overflow-scrolling: touch;
  color: #111;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

h5 {
  font-size: 13pt;
  font-weight: 600;
}

fieldset {
  border: 0;
}

hr {
  border-top: 1px solid #80c342;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

a {
  color: #231f20;
}
a:focus {
  text-decoration: underline;
}

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;
}

.yellow-fa {
  color: #f6d96d;
}
.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;
}

#banner2 {
  background: url("/images/onehealth-header.jpg") no-repeat;
  background-size: cover;
}
#banner2 #banner2-text {
  margin: 0;
  color: #FFF;
  position: absolute;
}

.grey-block {
  background-color: #ececed;
}

.orange-circle {
  width: 120px;
  height: 120px;
  background-color: #ca7a36;
  border-radius: 50%;
  margin-bottom: 20px;
}

.hblock {
  padding: 100px 9%;
  line-height: 1.3;
}

.contact-block {
  padding: 20px 50px;
}
.contact-block a {
  text-decoration: underline;
  color: #111;
}
.contact-block p {
  margin-bottom: 0px;
}

.large-text {
  color: white;
  line-height: 1.4;
  font-weight: 500;
}

.medium-text {
  font-weight: 300;
}

.larger-text {
  font-size: 23pt;
  font-weight: 500;
}

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

.maincontent {
  position: absolute;
  left: 0px;
  padding-bottom: 10px;
  height: calc(100vh - 90px);
  width: 100vw;
  overflow: auto;
}

.maincontent2 {
  position: absolute;
  padding-bottom: 50px;
  left: 0px;
  top: 140px;
  width: 100%;
  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: 1px solid #BC1717;
}

.form-group.has-error {
  color: #BC1717;
}
.form-group.has-error input {
  border: 1px solid #BC1717;
}

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

.ulink {
  text-decoration: underline !important;
}
.ulink h4:hover {
  color: inherit;
}

.no-pad-no-margin {
  padding: 0;
  margin: 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: 700;
  line-height: 16px;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.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;
}

@media (min-width: 320px) {
  .container-fluid {
    padding: 0 10px;
  }
  h1 {
    font-size: 26pt;
  }
  h2 {
    font-size: 20pt;
  }
  h3 {
    font-size: 18pt;
  }
  h4 {
    font-size: 15pt;
  }
  .large-text {
    font-size: 15pt;
  }
  html, body {
    font-size: 12pt;
  }
  .medium-text {
    font-size: 12pt;
  }
  .bigbutton {
    font-size: 14pt !important;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 34pt;
  }
  h2 {
    font-size: 26pt;
  }
  h3 {
    font-size: 22pt;
  }
  .large-text {
    font-size: 16pt;
  }
  .medium-text, .oltable td {
    font-size: 13pt;
  }
  html, body {
    font-size: 13pt;
  }
  .bigbutton {
    font-size: 16pt !important;
  }
}
@media (min-width: 993px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 45pt;
  }
  h2 {
    font-size: 39pt;
  }
  h3 {
    font-size: 25pt;
  }
  h4 {
    font-size: 17pt;
  }
  .medium-text, .oltable td {
    font-size: 16pt;
  }
  .bigbutton {
    font-size: 18pt !important;
  }
  .large-text {
    font-size: 24pt;
  }
}
@media (max-width: 1200px) {
  .nav-link, #mainmenu {
    font-size: 11px !important;
  }
  .dropdown-item {
    font-size: 13px !important;
  }
  #thefooter {
    font-size: 11px !important;
  }
}
/*-----------------------*/
::-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: 100000;
}

.form-control:focus {
  border-color: #80c342;
  box-shadow: none;
}

.row-nomargin {
  margin-left: 0;
  margin-right: 0;
}

.hlogo {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 10px;
  max-width: 300px;
  min-width: 220px;
}

.profilepic {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}

.flogo {
  max-height: 55px;
  max-width: 100%;
}

.articlewrapper {
  height: calc(100vh - 500px);
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.articlewrapper img {
  width: 100%;
  display: block;
}

.textcont {
  padding-bottom: 20px;
  margin-bottom: 15px;
  min-height: 110px;
  border-bottom: 1px solid #317000;
}
.textcont img {
  max-width: 100%;
  max-height: 100%;
}
.textcont h4 {
  margin-bottom: 10px;
}

div[data-notify=container] {
  z-index: 20000 !important;
}

.imageView {
  float: left;
  width: 140px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.imageView img {
  float: left;
}

.imageView h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 0.5em;
  overflow: hidden;
  font-weight: normal;
  float: left;
  text-transform: uppercase;
}

.k-listview > .k-state-focused {
  box-shadow: inset 0 0 0 2px red;
}

.tag-wrapper {
  position: relative;
  padding: 0 2px;
  top: -95%;
}
.tag-wrapper.tag-wrapper-small {
  width: 126px;
  position: absolute;
  top: 2px;
}
.tag-wrapper .tag {
  background: white;
  opacity: 0.5;
  border-radius: 2px;
  width: fit-content;
  padding: 2px;
  display: inline-block;
  margin-right: 1px;
  font-weight: 700;
}
.tag-wrapper .tag.tag-small {
  font-size: 8px;
}

.resizable-container {
  display: flex;
  width: 100%;
}
.resizable-container .resizer[data-direction=horizontal] {
  background-color: #cbd5e0;
  cursor: ew-resize;
  height: 100%;
  width: 2px;
  margin: 0 10px;
  z-index: 3;
}
.resizable-container .resizer[data-direction=vertical] {
  background-color: #cbd5e0;
  cursor: ns-resize;
  height: 2px;
  width: 100%;
  z-index: 3;
  margin: 10px 0;
}
.resizable-container .top {
  height: 480px;
  display: flex;
  padding: 10px;
}
.resizable-container .bottom {
  flex: 1;
  padding: 10px;
}
.resizable-container .left {
  width: 20%;
  display: flex;
  overflow: auto;
  padding: 10px;
}
.resizable-container .right {
  flex: 1;
  flex-direction: column;
  min-width: 365px;
  overflow: auto;
  padding: 10px;
}

.wally-img {
  width: 100px;
  height: auto;
}

.img-box {
  width: 30%;
  height: 200px;
  border: 5px dashed #007bbf;
}

.plainlist {
  list-style-type: none;
  font-size: 12pt;
  padding-left: 0;
}
.plainlist a {
  color: white;
}

.carousel-control-prev-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.greendot {
  background-color: #80c342;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 27pt;
  font-weight: 600;
}

.oltable td {
  padding: 8px 0px;
  font-weight: 300;
}

.grn {
  color: #006535;
}

.lgrn {
  color: #80c342;
}

.pgrn {
  color: #8ea34e;
}

.green-gradient {
  background-image: linear-gradient(to right, #006535, #80c342);
}

.bigbutton {
  position: absolute;
  bottom: 0;
  padding: 15px 65px !important;
  font-weight: 500 !important;
  max-width: 100%;
  margin-bottom: 20px;
}

#mainmenu {
  font-size: 12pt;
}

.multi-trunc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.casi-capture {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.was-validated .casi-capture {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.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: 0.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: #80c342;
  stroke-width: 7px;
}

.brush {
  fill: #777;
  fill-opacity: 0.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;
}

div.lookupMap .map-view {
  top: -35px;
  position: relative;
  height: 400px;
  min-height: 300px;
}
div.lookupMap .map_options {
  position: relative;
  height: 30px;
  z-index: 1;
}
div.lookupMap .btn-map, div.lookupMap .btn-map:focus {
  color: #111;
  background-color: white;
  border: 1px solid #111;
  font-size: 16px;
  padding: 0 10px 0 10px;
  margin: 5px;
}
div.lookupMap .btn-map:hover {
  color: white;
  background-color: #80c342;
}
div.lookupMap .btn-map[disabled] {
  color: #6B6D70;
  background-color: #DDDDDD;
}

.svg-overlay {
  position: absolute;
  top: -4000px;
  left: -4000px;
  width: 8000px;
  height: 8000px;
}
.svg-overlay .main-overlay {
  position: absolute;
  width: 8000px;
  height: 8000px;
}
.svg-overlay .map-label {
  position: absolute;
  background: white;
  border: 1px solid #6B6D70;
  border-radius: 3px;
  padding: 5px;
  display: none;
}
.svg-overlay .info-panel {
  position: absolute;
  font-size: 12px;
  max-width: 220px;
  width: 100%;
}
.svg-overlay .info-panel .arrow-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid white;
  position: relative;
  top: -15px;
}
.svg-overlay .info-panel .content {
  position: relative;
  background-color: white;
  top: -60px;
  left: 15px;
  padding: 10px;
}

.pan-control {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 22px;
  width: 60px;
  height: 60px;
}
.pan-control .arrow {
  color: #666666;
  font-size: 16px;
  text-align: center;
}
.pan-control .left {
  width: 50%;
  float: left;
  text-align: left;
}
.pan-control .right {
  width: 50%;
  float: right;
  text-align: right;
}

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

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

.btn-primary, .k-primary {
  color: #FFF !important;
  background-color: #80c342 !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: #92D050 !important;
}

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

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

.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #92D050;
}

.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: #929292;
}

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

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

.btn-home {
  font-weight: normal;
  font-size: 12pt;
  font-family: "Manjari", sans-serif;
  padding: 15px 15px 10px 15px;
}

.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: #FFF !important;
  background-color: #231f20;
  padding: 6px 10px 6px 10px;
}

.btn-stn-grid:hover {
  color: #FFF;
  background-color: #92D050;
}

.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: #111;
  border-style: solid;
  -webkit-transition: 0.3s;
  transition: 0.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: 0.3s;
  transition: 0.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 */
