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

.nav-tabs {
  border-bottom: 0 !important; }

.nav-tabs > li {
  border-right: 1px solid; }

.nav-tabs > li:last-child {
  border-right: 0; }

.nav-tabs > li > a,
.nav-tabs > li.active > a {
  border: 0 !important;
  color: #111111;
  background: transparent !important;
  font-weight: normal !important;
  font-size: 16px !important;
  width: auto !important;
  cursor: pointer;
  padding: 5px; }

div[ui-view=""] > div, div[ui-view="tabView"] {
  border: 0;
  background-color: transparent;
  height: unset;
  margin: 0;
  padding: 20px; }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #85AD33;
  color: #FFF; }

.nav > li > a:focus {
  background-color: black; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #85AD33; }

.nav-pills > li > a {
  color: #777; }

.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; }
.form-group .no-pad {
  padding: 0; }

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

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

dt {
  font-weight: normal; }

.well {
  margin-top: 10px; }

.img-responsive {
  margin: auto; }

.crc-multi-select .panel-body {
  padding: 2px; }

.crc-multi-select .panel-footer {
  padding: 2px; }

.crc-multi-select .panel-heading {
  padding: 2px; }

.toggle.custom-toggle, .toggle-on.custom-toggle, .toggle-off.custom-toggle {
  border-radius: 17px;
  border: 1px solid #333333 !important;
  height: 34px !important;
  background-color: #929292 !important; }

.toggle.custom-toggle.off .toggle-handle {
  right: -15px; }

.toggle.custom-toggle.on .toggle-handle {
  left: -15px; }

.toggle.custom-toggle .toggle-handle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 1px 0;
  background-color: #DDDDDD;
  border: 1px solid #333333 !important; }

.slow .toggle-group {
  transition: left 0.7s;
  -webkit-transition: left 0.7s; }

.jumbotron p {
  font-size: unset; }

.dropdown-menu > li > a {
  padding: 10px 20px !important; }

.modal-dialog {
  height: auto; }

.k-filter-row th,
.k-grid-header th.k-header {
  color: #111;
  font-weight: bold;
  white-space: normal; }

.k-grid-header .k-header > .k-link {
  color: #111; }

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: black;
  background-color: #adadad;
  border-color: #adadad; }

.ktb-var-accent {
  color: black; }

.ktb-var-selected-background {
  color: black; }

.k-calendar {
  font-size: 14px; }
  .k-calendar .k-header {
    font-size: 14px; }
    .k-calendar .k-header .k-button-md {
      font-size: 14px; }

.k-calendar .k-calendar-td.k-selected .k-link, .k-calendar .k-calendar-td.k-selected .k-link:hover {
  background-color: #85AD33;
  border-color: #85AD33;
  background-image: none;
  color: white; }

.k-calendar-nav-today, .k-calendar-th {
  font-size: 14px; }

.k-grid {
  color: #111; }

.k-grid td > span > .fa-hourglass,
.k-grid td > .btn-risk-empty {
  color: #787878; }

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

.k-grid tr:hover {
  background-color: #dedede !important;
  background-image: none;
  color: black; }

.k-button:active,
.k-button.k-state-active {
  color: #ffffff;
  background-color: black;
  border-color: black; }

.k-primary:hover {
  color: #fff;
  border-color: black;
  background-color: black;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-overflow-container .k-primary,
.k-primary {
  color: #fff;
  border-color: black;
  background-color: black; }

.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: black; }

.k-checkbox {
  margin-right: 10px;
  margin-left: 10px; }

.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #fff;
  border-color: black;
  box-shadow: 0 0 3px 0 black;
  color: black; }

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

.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-grid-add {
  background-color: #85AD33;
  color: #FFF; }

.k-grid td .k-checkbox-label {
  margin-bottom: 20px; }

.fieldlist {
  padding-left: 20px; }

.fieldlist li {
  list-style: none;
  padding-bottom: 1em; }

.scrc-content {
  background-color: #f6f6f6; }

.k-grouping-row p {
  font-weight: bold;
  font-size: medium; }

.k-grid .k-column-title {
  white-space: normal; }

.k-icon {
  font-size: large; }

.k-grid .k-hierarchy-col {
  width: 38px; }

.k-i-expand,
.k-i-collapse {
  font-size: x-large; }

.k-tooltip {
  background: #E6E7E8 !important;
  color: black !important;
  font-weight: bold;
  border-color: #999999 !important;
  border: 1px solid;
  border-radius: 5px;
  text-align: left;
  font-size: 14px; }

.k-tooltip.k-invalid-msg {
  background: white !important;
  color: #a94442 !important; }

.k-grid-edit-row .k-tooltip {
  max-width: max-content !important; }

.k-callout-s {
  border-top-color: #999999; }

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

.GridNoHeader .k-grid-header {
  height: 0;
  border-bottom-width: 0;
  display: none;
  overflow: hidden; }

#k-editor-image-height {
  display: none !important; }

label[for=k-editor-image-height] {
  display: none !important; }

/*-----------WINDOW----------------*/
.k-window {
  font-size: unset;
  line-height: unset;
  font-family: unset; }

.k-window-titlebar .k-window-title {
  font-size: 22px;
  white-space: normal; }

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

.k-checkbox:checked + .k-checkbox-label::after {
  color: #85AD33; }

.k-multiselect-wrap .k-select {
  position: relative; }

.k-multiselect-wrap {
  border-color: rgba(0, 0, 0, 0.08); }

.k-multiselect {
  display: flex;
  width: unset !important; }

.k-alert > .k-dialog-titlebar > .k-dialog-title {
  visibility: hidden; }

.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
  color: inherit; }

.k-widget {
  font-size: 14px; }

.k-editor-toolbar-wrap > .k-toolbar {
  display: flex; }

.k-editor-window {
  min-height: 300px !important; }

.k-header,
.k-grid-header,
.k-grid-pager {
  background-color: #f6f6f6; }

#chemicalGrid > .k-toolbar {
  overflow: visible;
  height: 54px; }

.k-grid-norecords {
  display: block !important;
  padding: 10px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }

.k-window-content {
  overflow-x: hidden; }

.k-window-content > .row {
  margin: 0; }

.k-grid .k-cell-inner > .k-link {
  display: unset; }

.k-loading-image {
  background-image: none; }

.k-dropdownlist {
  font-size: 14px; }

.k-confirm > .k-dialog-titlebar > .k-dialog-title {
  display: none; }

.inline-edit {
  width: 95%; }

.k-table-md {
  font-size: 1.5rem;
  line-height: 1.5; }

.k-input-inner {
  border-radius: 4px;
  font-size: 14px; }

.k-checkbox {
  margin-top: 0 !important;
  border-color: #999999; }

.k-checkbox-label:empty {
  display: inline-block !important; }

.k-button-flat-primary {
  color: #231f20; }

.k-checkbox:checked,
.k-checkbox.k-checked {
  border-color: #475f00;
  color: #475f00;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='rgb(133 173 51)' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e"); }

.k-checkbox-lg {
  width: 2rem;
  height: 2rem; }

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  color: #ffffff;
  background-color: #44785e; }

.k-grid .k-table-th.k-selected,
.k-grid td.k-selected,
.k-grid .k-table-td.k-selected,
.k-grid .k-table-row.k-selected > td,
.k-grid .k-table-row.k-selected > .k-table-td {
  color: #ffffff;
  background-color: #44785e; }

.k-toolbar .k-input, .k-toolbar .k-picker {
  width: unset; }

.k-window-titlebar {
  border: none; }

.k-searchbox {
  width: 100%; }
  .k-searchbox .k-i-search {
    margin-top: 7px; }

.k-popup {
  line-height: 2.2em;
  font-size: 14px; }

.k-popup .k-multicheck-wrap .k-item {
  line-height: 2.2em;
  font-size: 14px; }
  .k-popup .k-multicheck-wrap .k-item input[type=checkbox] {
    margin: 9px 0 0 !important;
    width: 1.3rem;
    height: 1.3rem; }

.k-pager, .k-pager-numbers > .k-button {
  font-size: 14px; }

.k-toolbar-item.k-grid- {
  width: 100%;
  display: block; }

.k-filter-menu-container > .k-actions > .k-button {
  width: 50%;
  font-size: 14px; }

.k-radio {
  border-color: #999999;
  -webkit-appearance: radio; }

.k-radio:checked:focus,
.k-radio.k-checked.k-focus {
  border-color: #466424; }

.k-radio:checked,
.k-radio.k-checked {
  border-color: #466424;
  color: #466424;
  background-color: #466424; }

.k-radio:checked, .k-radio.k-checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgb(62, 80, 102)' stroke='rgb(62, 80, 102)' /%3e%3c/svg%3e"); }

.k-grid .k-loading-image {
  display: none; }

.k-list-md {
  font-size: 14px; }

.k-upload-button-wrap input {
  font: unset !important; }

.k-toolbar-item.k-grid- {
  font-size: 14px; }

.faxl {
  font-size: 20px; }

.k-radio.ng-invalid.ng-touched + .k-radio-label, .k-radio.ng-invalid.ng-dirty + .k-radio-label {
  color: unset; }

.k-form-error {
  font-size: 14px; }

.k-pager-mobile-md .k-pager-info, .k-pager-mobile-sm .k-pager-info, .k-pager-mobile-sm .k-pager-sizes, .k-pager-mobile-sm .k-pager-number {
  display: unset; }

.desktop-logo {
  width: 255px;
  margin-top: 10px;
  margin-left: 30px;
  padding: 20px;
  position: relative;
  background-color: white;
  z-index: 10; }

.desktop-logo-in {
  width: 180px;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  background-color: white;
  z-index: 10; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  -webkit-overflow-scrolling: touch; }

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

h4 {
  color: black; }

h1 {
  font-size: 34pt;
  font-weight: bold; }

h2 {
  font-size: 26pt;
  font-weight: bold; }

.h3home {
  font-size: 28pt; }

h3 {
  font-size: 21pt;
  font-weight: bold; }

h4 {
  font-size: 14pt;
  font-weight: bold; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb; }

.static-content {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 40px;
  margin-top: 40px; }
  .static-content h1, .static-content h2 {
    margin-bottom: 20px; }
  .static-content p {
    margin-bottom: 20px; }
  .static-content ul, .static-content ol {
    margin-bottom: 20px; }

.homep {
  font-size: 16px; }

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

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

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

.left-control-label {
  padding-top: 7px;
  text-align: right; }

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

/**
This tooltip overlay can be used to wrap a disabled element
with a tooltip.
 */
.tooltip-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.home-slider {
  margin: 2px 9px 0px 5px;
  height: 55px; }
  .home-slider .label-left {
    float: left;
    margin-right: -40px; }
  .home-slider .label-breech-left {
    float: left;
    margin-right: -60px; }
  .home-slider .label-right {
    float: right;
    margin-left: -42px; }
  .home-slider .label-breech-right {
    float: left;
    margin-left: -45px; }
  .home-slider .input-slider {
    float: left;
    width: 100%; }

.simple-slider {
  height: 55px;
  margin-top: -20px; }

.no-pad-top-bottom {
  padding-bottom: 0;
  padding-top: 5px; }

.no-records-box {
  border: 1px solid #85AD33;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .no-records-box p {
    font-size: 15px;
    font-weight: bold; }

.crc-check {
  float: right;
  font-size: large; }

.crc-left {
  float: left; }

.crc-info {
  line-height: 1.3333333;
  color: black; }

.no-side-pad {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px; }

.crc-span {
  white-space: initial; }

hr {
  border-top: 1px solid; }

.bot-20 {
  margin-bottom: 20px; }

.normalweaningagegroup span {
  width: 100%; }
.normalweaningagegroup .modlabel {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-right: -10px; }

.panel-lr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.progress-bar-bot {
  margin-bottom: 5px;
  width: 100%; }

.imgbox {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .imgbox img {
    width: 70px;
    margin-top: 30px; }
  .imgbox .thumbnail {
    background-color: #e3e3e3;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 98.5%; }

.askbill-navbar {
  padding-right: 0px;
  background-color: white;
  margin-bottom: 0;
  border: none;
  height: 80px;
  max-width: 1600px;
  margin: auto; }

.signin {
  background-color: #e25926 !important;
  color: white !important; }

.signin-training {
  background-color: #22a849 !important;
  color: white !important; }

.tab-training .active {
  padding-bottom: 5px;
  border-bottom: 3px solid #22a849; }

.orange-panel {
  background-color: #e25926;
  color: white;
  text-align: center; }

.green-panel {
  background-color: #22a849;
  color: white;
  text-align: center; }

.color-training {
  color: #22a849 !important; }

.askbill-panel {
  background-color: #f6f6f6;
  min-height: 60px;
  text-align: center;
  padding-top: 25px; }

.askbill-label {
  font-family: 'arial black', 'sans-serif';
  display: inline; }
  .askbill-label h3 {
    display: inline; }
  .askbill-label span {
    color: #85AD33; }

.round-number {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #85AD33;
  color: white;
  text-align: center;
  display: inline-block;
  float: right;
  box-shadow: 1px 1px #828487; }
  .round-number span {
    position: relative;
    top: 4px;
    font-size: x-large;
    font-weight: bold; }

.footer-nav {
  float: right;
  margin-top: 10px;
  text-align: right;
  padding-left: 0; }
  .footer-nav li {
    display: inline; }
  .footer-nav a {
    color: white;
    margin-right: 10px;
    margin-left: 10px; }

@media (max-width: 1599px) {
  .xlfooter {
    display: none !important; }

  .lgfooter {
    display: block; } }
@media (min-width: 1600px) {
  .xlfooter {
    display: block !important; }

  .lgfooter {
    display: none !important; } }
.asktab {
  width: 145px;
  text-align: center; }

.asktab:hover {
  background-color: #814b10 !important; }

.asktab-monitored {
  text-align: center; }

.asktab-monitored:hover {
  background-color: #814b10 !important; }

.asktab2 {
  border-radius: 14px 6px 0 0 !important; }

.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: black !important;
    color: white !important; }
  .login-nav li > a {
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: white; }

.question-padding {
  padding-bottom: 10px;
  padding-top: 10px; }

.mySlides {
  display: none; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  text-decoration: none !important; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block; }

.dot:hover, .dot:active {
  background-color: #717171; }

/* Fading animation */
.myFade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
.crc-display-table-header {
  text-align: center; }

.crc-display-table-row {
  text-align: center;
  padding-right: 15px !important; }

/* Tooltip container */
.crc-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }

/* Tooltip text */
.crc-tooltip .crc-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 1s; }

/* Tooltip arrow */
.crc-tooltip .crc-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.crc-tooltip:hover .crc-tooltiptext {
  visibility: visible;
  opacity: 1; }

.crc-irs-bar .irs-bar {
  height: 10px;
  top: 33px;
  border: 1px solid #CCC;
  border-left: 0;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */ }
.crc-irs-bar .irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #CCC;
  border-right: 0;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

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

.menu {
  background-color: white;
  position: absolute;
  z-index: 999999;
  display: none;
  box-shadow: 0 0 10px; }

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.menu ul a {
  text-decoration: none; }

.menu ul li {
  padding: 6%; }

.menu ul li:hover {
  background-color: #85AD33;
  color: white; }

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: local("Archivo Black Regular"), local("ArchivoBlack-Regular"), url(https://fonts.gstatic.com/s/archivoblack/v6/WoAoVT7K3k7hHfxKbvB6B0vUfdztNaRn5Dg6zfMTrr4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: local("Archivo Black Regular"), local("ArchivoBlack-Regular"), url(https://fonts.gstatic.com/s/archivoblack/v6/WoAoVT7K3k7hHfxKbvB6ByJje69WtxeuVwfFBU1mdJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
.askbill-label {
  font-weight: 900;
  font-family: 'Archivo Black', sans-serif; }

#loader {
  z-index: 1; }

/*crazy css copied from other spinner*/
@keyframes opacity-100-25-0-12 {
  0% {
    opacity: 0.250075; }
  0.01% {
    opacity: 0.25; }
  0.02% {
    opacity: 1; }
  0.01% {
    opacity: 0.25; }
  100% {
    opacity: 0.250075; } }
@keyframes opacity-100-25-1-12 {
  0% {
    opacity: 0.312575; }
  8.34333% {
    opacity: 0.25; }
  8.35333% {
    opacity: 1; }
  8.34333% {
    opacity: 0.25; }
  100% {
    opacity: 0.312575; } }
@keyframes opacity-100-25-2-12 {
  0% {
    opacity: 0.375075; }
  16.6767% {
    opacity: 0.25; }
  16.6867% {
    opacity: 1; }
  16.6767% {
    opacity: 0.25; }
  100% {
    opacity: 0.375075; } }
@keyframes opacity-100-25-3-12 {
  0% {
    opacity: 0.437575; }
  25.01% {
    opacity: 0.25; }
  25.02% {
    opacity: 1; }
  25.01% {
    opacity: 0.25; }
  100% {
    opacity: 0.437575; } }
@keyframes opacity-100-25-4-12 {
  0% {
    opacity: 0.500075; }
  33.3433% {
    opacity: 0.25; }
  33.3533% {
    opacity: 1; }
  33.3433% {
    opacity: 0.25; }
  100% {
    opacity: 0.500075; } }
@keyframes opacity-100-25-5-12 {
  0% {
    opacity: 0.562575; }
  41.6767% {
    opacity: 0.25; }
  41.6867% {
    opacity: 1; }
  41.6767% {
    opacity: 0.25; }
  100% {
    opacity: 0.562575; } }
@keyframes opacity-100-25-6-12 {
  0% {
    opacity: 0.625075; }
  50.01% {
    opacity: 0.25; }
  50.02% {
    opacity: 1; }
  50.01% {
    opacity: 0.25; }
  100% {
    opacity: 0.625075; } }
@keyframes opacity-100-25-7-12 {
  0% {
    opacity: 0.687575; }
  58.3433% {
    opacity: 0.25; }
  58.3533% {
    opacity: 1; }
  58.3433% {
    opacity: 0.25; }
  100% {
    opacity: 0.687575; } }
@keyframes opacity-100-25-8-12 {
  0% {
    opacity: 0.750075; }
  66.6767% {
    opacity: 0.25; }
  66.6867% {
    opacity: 1; }
  66.6767% {
    opacity: 0.25; }
  100% {
    opacity: 0.750075; } }
@keyframes opacity-100-25-9-12 {
  0% {
    opacity: 0.812575; }
  75.01% {
    opacity: 0.25; }
  75.02% {
    opacity: 1; }
  75.01% {
    opacity: 0.25; }
  100% {
    opacity: 0.812575; } }
@keyframes opacity-100-25-10-12 {
  0% {
    opacity: 0.875075; }
  83.3433% {
    opacity: 0.25; }
  83.3533% {
    opacity: 1; }
  83.3433% {
    opacity: 0.25; }
  100% {
    opacity: 0.875075; } }
@keyframes opacity-100-25-11-12 {
  0% {
    opacity: 0.937575; }
  91.6767% {
    opacity: 0.25; }
  91.6867% {
    opacity: 1; }
  91.6767% {
    opacity: 0.25; }
  100% {
    opacity: 0.937575; } }
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.abcontainer {
  height: 100%;
  position: relative;
  overflow: hidden; }

.abcontainer .cell {
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.swap-animation.ng-enter, .swap-animation.ng-leave {
  transition: 0.5s linear all; }

.swap-animation.ng-enter {
  top: 100%; }

.swap-animation.ng-enter-active {
  top: 0px; }

.swap-animation.ng-leave {
  top: 0px; }

.swap-animation.ng-leave-active {
  top: -100%; }

.homecontainer {
  max-width: 1600px;
  margin: auto; }

.value-changed {
  background-color: yellow; }

.nav.dashboardListView li a {
  font-size: 14px;
  color: black; }

.nav.dashboardListView li a:hover {
  background-color: #dedede !important; }

.nav.dashboardListView li a:focus {
  background-color: #adadad !important; }

.screenthumb {
  border: 1px solid #E6E7E8;
  height: 180px;
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center; }
  .screenthumb img {
    height: 100%; }

.clickable:hover {
  cursor: pointer; }

.tbl {
  display: table; }

.tbl-cell-img {
  display: table-cell;
  vertical-align: middle; }
  .tbl-cell-img img {
    width: 48px; }

.tbl-cell-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; }

.xs-footer {
  padding-bottom: 10px; }
  .xs-footer a {
    color: white; }

.mainnav {
  font-size: 14pt;
  font-weight: 500;
  position: absolute;
  right: 190px; }
  .mainnav li {
    max-width: 320px; }
  .mainnav li > a:focus, .mainnav li > a:hover {
    background-color: white !important;
    border-bottom: 4px solid #e25926; }
  .mainnav li > a {
    padding-top: 50px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    color: black !important;
    margin-left: 20px;
    margin-right: 20px; }

.trainingnav {
  font-size: 14pt;
  font-weight: 500;
  position: absolute;
  right: 190px; }
  .trainingnav li {
    max-width: 320px; }
  .trainingnav li > a:focus, .trainingnav li > a:hover {
    background-color: white !important;
    border-bottom: 4px solid #22a849; }
  .trainingnav li > a {
    padding-top: 50px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    color: black !important;
    margin-left: 20px;
    margin-right: 20px; }

.mainnav-sm li {
  width: 320px; }
.mainnav-sm li > a {
  text-align: left; }

.bannercontainer {
  width: 80%;
  background-color: #E6E7E8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  .bannercontainer h3 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }

.greendiv {
  border: 1px solid #85AD33;
  border-radius: 4px;
  padding: 10px;
  min-height: 220px; }

.blackdiv {
  border: 1px solid #85AD33;
  border-radius: 4px;
  padding: 10px;
  min-height: 220px; }

.ramselectlink:link {
  color: blue;
  background-color: transparent;
  text-decoration: underline; }

.ramselectlink:visited {
  color: #787878;
  background-color: transparent;
  text-decoration: underline; }

.ramselectlink:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline; }

.ramselectlink:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline; }

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

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

.align-checkbox {
  margin-top: 7px; }

.nonsence {
  margin-bottom: 17px !important; }

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

.darktext {
  color: #111111 !important; }

#accountdiv span {
  color: #111111 !important; }

.modal-backdrop.in {
  opacity: 0.8; }

.glyphicon {
  padding-top: 25%;
  padding-bottom: 25%;
  margin-right: -10%;
  margin-left: -10%; }

.modal-dialog {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10vh; }

.modal-title, .modal-footer {
  font-weight: bold; }

.modal-header .close {
  font-size: 32px; }

#RiskGrid tr td {
  height: 50px; }

@media (max-width: 768px) {
  .modal-dialog {
    width: 90%;
    margin-top: 15vh; } }
.dark-accordion {
  border: 1px solid #AAAAAA !important; }
  .dark-accordion .panel-heading {
    background-color: #AAAAAA !important;
    color: #111111 !important; }
  .dark-accordion .panel-body {
    border-top-color: #AAAAAA !important; }

.overlay-button {
  position: absolute; }

.error-checkbox:before {
  border-color: #a94442; }

.triangle-outer {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 35px solid #787878; }

.triangle-inner {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 31px solid #f5f5f5;
  position: relative;
  top: -36px;
  left: 1px; }

.triangle-outer2 {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-top: 37px solid #787878; }

.triangle-inner2 {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 34px solid #fff;
  position: relative;
  top: -39px;
  left: 1px; }

.triangle-down1 {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-top: 35px solid #787878; }

.triangle-down2 {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-top: 30px solid #fff; }

.rotated {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: relative;
  top: -260px;
  left: 0px;
  width: 100%;
  height: 265px; }

@media (min-width: 1250px) {
  .custom-visible-lg {
    display: block !important; }

  .custom-hidden-lg {
    display: none; } }
@media (max-width: 1249px) {
  .custom-visible-lg {
    display: none; }

  .custom-hidden-lg {
    display: block !important; } }
.no-padding {
  padding: 0; }

.no-border {
  border: 0; }

.rain-prevision-line {
  fill: none;
  stroke-dasharray: 5,5;
  stroke: black;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.rain-current-line {
  fill: none;
  stroke: black;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.bold-line {
  stroke-width: 1.5px !important; }

.rain-historic-line {
  fill: none;
  stroke: cornflowerblue;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.selected-rain-historic-line {
  stroke: red; }

.median-historic-line {
  fill: none;
  stroke: darkorange;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-dasharray: 5,5; }

.overlay {
  fill: none;
  pointer-events: all; }

.circle-focus {
  fill: #F1F3F3;
  stroke: #0e6008;
  stroke-width: 2px; }

.focus-line {
  stroke: black;
  stroke-width: 2px;
  stroke-dasharray: 2,2; }

.focus-pointer-line {
  stroke: #0e6008;
  stroke-width: 1.5px; }

.focus-year-line {
  stroke: black;
  stroke-width: 1.5px; }

.focus-year-pointer-line {
  stroke: red;
  stroke-width: 1.5px; }

.focus-median-pointer-line {
  stroke: darkorange;
  stroke-width: 1.5px; }

.legend-icon {
  stroke-width: 4.5px;
  stroke-linecap: round; }

.exists-error {
  color: #a94442; }

.articlewrapper img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

.bloglink a:link {
  color: #0000EE; }
.bloglink a:visited {
  color: #551A8B; }
.bloglink a:active {
  color: #EE0000; }

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

.inverted-slider .irs .irs-line {
  border-top: 1px solid #709800;
  border-bottom: 1px solid #709800;
  background: linear-gradient(to top, #709800 0%, #9dd600 100%); }

.inverted-slider .irs .irs-bar, .inverted-slider .irs .irs-bar-edge {
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  border: 1px solid #CCC;
  border-radius: 0; }

.inverted-slider .irs .irs-bar {
  border-left: 0; }

.inverted-slider .irs .irs-bar-edge {
  border-right: 0;
  border-radius: 16px 0 0 16px; }

.numInput {
  padding-top: 0.17857143em;
  padding-bottom: 0.17857143em;
  line-height: 1.65em;
  max-width: 174px;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box; }

.panel .panel-heading {
  color: #555555; }

/*PROPERTY WIZARD*/
.property-wizard-container {
  padding: 0;
  width: 100%; }
  .property-wizard-container h3 {
    padding-left: 10px; }
  .property-wizard-container .left-side {
    width: 100%;
    padding: 10px 0 0 10px; }
  .property-wizard-container .right-side {
    width: 100%;
    padding: 10px;
    float: right; }
  .property-wizard-container .propertyMap {
    padding: 0;
    height: 300px; }
  .property-wizard-container #map-buttons {
    position: absolute;
    top: 5px; }

@media (min-width: 769px) {
  .property-wizard-container .right-side {
    padding: 10px 30px; }

  .property-wizard-container .left-side {
    padding: 10px  0 0 30px; } }
@media (min-width: 992px) {
  .property-wizard-container .left-side {
    width: 595px;
    padding: 0px 10px;
    float: left; }

  .property-wizard-container .right-side {
    width: calc(100% - 595px); }

  .property-wizard-container .propertyMap {
    height: calc(100vh - 560px);
    min-height: 300px; } }
@media (min-width: 1200px) {
  .property-wizard-container .right-side {
    padding: 10px 35px; } }
/*TAB VIEW STYLE EXCEPT THE MAIN VIEW*/
#maptabs,
.flystriketabs
 {
  border-top-color: transparent;
  height: unset;
  margin: 0 0 15px 0;
  padding: 10px 0 10px 0; }

#main {
  background-color: white !important;
  border: 0;
  border-top-color: transparent;
  height: unset !important;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  float: none;
  width: auto; }

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

/*TAB VIEW STYLE END*/
.askbill-color {
  color: #85AD33 !important; }

.risk-extreme-color {
  color: #f80e1a; }

.lightorange-color {
  color: #f4b224; }

.lightblue-color {
  color: #a0c5e8; }

.grey-color {
  color: #888888; }

.darkgreen-color {
  color: #475f00; }

/*MANAGE PROPERTY PAGE*/
#property-manage {
  width: 100%;
  padding: 0 15px; }
  #property-manage h2 {
    font-weight: bold; }
  #property-manage ul a {
    color: #333;
    cursor: pointer;
    padding: 0 10px;
    font-size: 16px; }
  #property-manage ul a:hover, #property-manage ul a:focus {
    font-weight: bold;
    text-decoration: none; }
  #property-manage ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #property-manage .left-menu {
    width: 100%;
    padding: 0 0 0 10px; }
  #property-manage #tabscontainer {
    width: 100%; }

@media (min-width: 992px) {
  #property-manage #tabscontainer {
    width: calc(100% - 300px);
    float: right;
    padding-top: 10px; }
  #property-manage .left-menu {
    width: 280px;
    float: left; } }
/*MAP MENU*/
#optionmenu {
  display: none;
  padding: 0; }
  #optionmenu ul {
    width: fit-content;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  #optionmenu ul > li {
    padding: 0; }
  #optionmenu ul > li > a {
    color: #444;
    padding: 5px;
    display: block; }
  #optionmenu ul > li > a:hover, #optionmenu ul > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background: #85AD33; }

.waiting {
  cursor: wait; }

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

/* Ag360 begins */
#banner {
  background: url("/static-images/ag360-banner.jpg") no-repeat;
  height: 600px;
  background-size: cover;
  position: relative; }

.banner-text {
  color: white;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 900px;
  max-width: 90%; }

.banner-text-xs {
  color: white;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw; }

.ab-panel-training {
  text-align: center;
  padding-top: 20px;
  font-size: 18pt;
  font-weight: bold; }
  .ab-panel-training p {
    margin-top: 0;
    margin-bottom: 25px;
    color: white; }

.hometext {
  font-size: 12pt; }

.semiboldp {
  font-size: 12pt;
  font-weight: 600; }

.largetext {
  line-height: 1.5;
  font-size: 18pt;
  font-weight: 600;
  margin-bottom: 20px; }

.baz {
  background: url("/static-images/ag360-banner-small.png") no-repeat;
  background-size: cover; }

.panel-default {
  border: none; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
  border-bottom: 1px solid black; }

.panel-group .panel-heading {
  border-top: none;
  border-bottom: 1px solid black; }

.panel-heading {
  padding-top: 20px;
  padding-bottom: 20px; }

.panel-default .panel-heading {
  background-color: white;
  color: #555555;
  padding-left: 0;
  padding-right: 0; }

.ms-semibold {
  font-size: 18pt;
  font-weight: 600; }

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

#foot1 {
  font-size: 12pt; }

.pasturedetailform .control-label {
  text-align: left; }

#creditsblock {
  font-size: 12pt; }

label {
  color: #444; }

.scrollgrid .k-grid-content {
  max-height: 50vh; }

div[data-for='Number of Days'] {
  transform: translate(-20px, 0px); }

.permission-msg {
  margin-top: 10px;
  text-align: center;
  font-weight: bold !important; }

ul.inline-list {
  margin: 0; }
  ul.inline-list li {
    margin-right: 20px;
    display: inline-block; }

#chemicalGrid .panel-group {
  width: 450px;
  margin: 0; }
#chemicalGrid .panel-group .panel-heading {
  border: 1px solid #5555;
  padding: 10px; }
#chemicalGrid .panel-title > a {
  font-size: 16px; }
#chemicalGrid .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #5555;
  border-top: none; }

.fakelink {
  border: none;
  background-color: white;
  padding: 0px 10px; }

.fakelink:hover {
  font-weight: bold; }

.fakelink:focus {
  font-weight: bold;
  outline: none; }

.diabledALink {
  cursor: not-allowed !important; }

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  outline-offset: 0; }

.dateErr {
  z-index: 100; }

#paddock_in_withhold {
  height: 20px;
  width: 20px; }

.formerr {
  color: #a94442; }

.ulink {
  text-decoration: underline; }

#dashboard-container {
  width: 100%;
  padding: 0 15px; }
  #dashboard-container .close-icon {
    font-size: 26px;
    float: right;
    cursor: pointer;
    color: #333; }
  #dashboard-container h2 {
    font-weight: bold; }
  #dashboard-container a {
    color: #333;
    cursor: pointer;
    padding: 0 10px; }
  #dashboard-container a:hover, #dashboard-container a:focus {
    font-weight: bold;
    text-decoration: none; }
  #dashboard-container .k-grid .k-grid-filter,
  #dashboard-container .k-pager-wrap.k-pager-sm .k-pager-refresh {
    padding: 4px; }
  #dashboard-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #dashboard-container ul.sub-ul li {
    padding: 10px 0 0px 20px; }
  #dashboard-container ul.main-ul a:hover, #dashboard-container ul.main-ul a:focus {
    color: #FFF;
    background: #85AD33; }
  #dashboard-container ul.main-ul a {
    padding: 10px 20px; }
  #dashboard-container ul.main-ul li {
    padding-bottom: 10px; }
  #dashboard-container ul.horizontal-ul li {
    display: inline-block !important; }
  #dashboard-container .left-menu {
    width: 100%;
    padding: 0 0 0 10px; }
  #dashboard-container .map-view-container {
    width: 100%; }
  #dashboard-container .map-view {
    top: -35px;
    position: relative;
    height: calc(100vh - 250px);
    min-height: 350px; }
  #dashboard-container .map_options {
    position: relative;
    height: 30px;
    z-index: 1; }
  #dashboard-container .horizontal-divider {
    height: 1px;
    margin-bottom: 10px;
    padding: 0;
    background: #AAAAAA; }
  #dashboard-container i.grey {
    color: #888888; }
  #dashboard-container .alert-icon {
    display: none;
    width: 20px;
    height: 20px;
    transform: translate(5px, 5px); }
    #dashboard-container .alert-icon circle {
      r: 10;
      cx: 10;
      cy: 10;
      fill: #f80e1a; }
    #dashboard-container .alert-icon text {
      fill: #FFF;
      text-anchor: middle;
      font-size: 12px; }
  #dashboard-container .panel-collapsed {
    background: white;
    padding: 0 20px;
    position: absolute;
    z-index: 2;
    top: 20px;
    height: unset !important;
    margin: 10px 1px; }
  #dashboard-container .tab-container {
    height: 100%; }
  #dashboard-container .tab-wrapper {
    width: 100%;
    height: 295px;
    overflow-y: scroll;
    margin: 0; }
  #dashboard-container #maplayers {
    padding: 10px 20px;
    width: min-content;
    right: 0;
    margin: 0 !important; }

@media (min-width: 992px) {
  #dashboard-container .map-view-container {
    width: calc(100% - 345px);
    float: right;
    padding-top: 10px; }
  #dashboard-container .left-menu {
    width: 335px;
    float: left;
    padding: 0; }
  #dashboard-container #maplayers {
    right: unset; } }
@media (min-width: 1200px) {
  #dashboard-container .map-view {
    min-height: 600px; } }
.ng-map-info-window {
  padding: 10px 20px !important;
  border-radius: 5px; }

.ng-map-info-window .gm-style-iw {
  top: -30px; }

.widget-tab-container {
  padding: 0;
  width: 110px;
  display: inline;
  float: left;
  margin-right: 2px; }

.widget-tab {
  padding: 0 0 0 0;
  border: 2px solid #ddd;
  border-radius: 2px;
  height: 110px;
  width: 110px; }

.sun-inner {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  position: relative;
  top: 2px;
  left: 2px;
  transform: rotate(-45deg);
  font-size: 10px;
  text-align: center; }

.sun-outer {
  background: #f5a623;
  width: 18px;
  height: 18px;
  padding: 0;
  transform: rotate(45deg); }

.sun-main {
  background: #f5a623;
  width: 18px;
  height: 18px;
  padding: 0; }

.info-div {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0; }

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

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

.unsaved-colored-handle {
  stroke: none;
  opacity: .6; }

.circle-tick {
  stroke: #85AD33;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
  fill: white;
  r: 7; }

.line-marker {
  fill: #85AD33;
  stroke: none; }

@media (min-width: 1220px) {
  .btn-slider {
    transform: translate(10px, -70px);
    display: inline-block; } }
@media (max-width: 1220px) {
  .btn-slider {
    display: block;
    margin-bottom: 15px; } }
.menu-container {
  fill: white;
  stroke: #000;
  stroke-opacity: 0.5;
  stroke-width: .25px;
  x: 0;
  y: 0; }

.menu-entry {
  height: 16px;
  stroke: none; }

.menu-entry-text {
  font-size: 12px;
  transform: translate(5px, 12px);
  text-anchor: start;
  fill: #787878; }

.menu-entry-text-hover {
  font-size: 12px;
  transform: translate(5px, 12px);
  text-anchor: start;
  fill: white !important; }

.button-tooltip {
  visibility: hidden;
  position: absolute;
  background-color: white;
  border: 0.5px solid #dddddd;
  max-width: 60px;
  min-width: 60px;
  border-radius: 5px;
  padding: 5px;
  z-index: 10;
  color: #787878;
  font-size: 10px; }

.target-tooltip {
  visibility: hidden;
  position: absolute;
  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; }

.plus-button {
  stroke: #000;
  stroke-opacity: 0.5;
  stroke-width: .7px;
  x: 0;
  y: 0;
  rx: 5;
  height: 30px;
  width: 30px;
  cursor: pointer; }

.plus-button-text {
  font-size: 28px;
  text-anchor: middle;
  font-weight: bold; }

/*weight-distribution-container*/
.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: #85AD33;
  stroke-width: 7px; }

.risk-right-hand {
  width: 100%;
  padding: 0; }

.risk-left-hand {
  width: 100%;
  padding: 0; }

.panel-info-custom {
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff; }

.main-chart-title {
  border: .7px solid #adadad;
  padding: 5px;
  font-weight: bold;
  color: #787878; }

@media (min-width: 1200px) {
  .risk-right-hand {
    width: 580px;
    float: right; }

  .risk-left-hand {
    width: calc(100% - 600px);
    top: -10px;
    position: relative; }

  .main-chart-title {
    display: none; } }
/*RISK CHART*/
.forecast-line {
  fill: none;
  stroke-dasharray: 5,5;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.current-line {
  fill: none;
  stroke-width: .7px;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.risk-level-legend {
  position: relative;
  top: 20px; }

/*RISK WINDOW ACCORDION*/
#riskDetailsWindow .panel-group .panel-heading {
  border: 1px solid #5555;
  padding: 10px; }
#riskDetailsWindow .panel-title > a {
  font-size: 16px; }
#riskDetailsWindow .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #5555;
  border-top: none; }

/*RISK GRID*/
#RiskGrid .k-detail-cell {
  padding: 0; }

.SvgOverlay {
  position: absolute;
  top: -4000px;
  left: -4000px;
  width: 8000px;
  height: 8000px; }

.SvgOverlay .map-label {
  position: absolute;
  background: white;
  border: 1px solid #888888;
  border-radius: 3px;
  padding: 5px;
  display: none; }

.SvgOverlay .main-overlay {
  position: absolute;
  width: 8000px;
  height: 8000px; }

.SvgOverlay .paddock-borders {
  stroke: #75afe5;
  stroke-width: 2px;
  fill-opacity: .4;
  fill: #a0c5e8;
  cursor: pointer; }
  .SvgOverlay .paddock-borders.withhold {
    stroke: #a94442;
    fill: #f77b7b; }

.SvgOverlay .paddock-borders-unsaved {
  stroke: #888888;
  stroke-width: 2px;
  fill-opacity: .6;
  fill: #DDDDDD;
  cursor: pointer; }

.SvgOverlay .new-point {
  stroke: #85AD33;
  stroke-width: 2.5px; }

.SvgOverlay .delete-icon {
  height: 18px;
  width: 18px;
  x: 0;
  y: -1; }

.SvgOverlay .paddock-point {
  stroke: #224e75;
  stroke-width: 1.5px;
  cursor: pointer;
  display: none; }

.map-icon image {
  height: 40px;
  width: 40px;
  cursor: move; }

.mob-g circle {
  cx: 18;
  r: 12;
  fill: white;
  stroke: black; }

.mob-g text {
  font-size: 8px;
  text-anchor: middle;
  transform: translate(18px, -31px); }

.SvgOverlay .area-text {
  fill: black;
  text-anchor: middle;
  display: none; }

.map-actions, .map-actions:focus {
  color: #444;
  background-color: white;
  border: 1px solid #444;
  font-size: 16px;
  padding: 2px 8px 2px 8px;
  margin: 5px 0 0 5px;
  height: 25px; }

.map-actions:hover {
  color: white;
  background-color: #85AD33; }

.map-actions[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

.SvgOverlay .panel-info {
  position: absolute;
  font-size: 12px;
  max-width: 360px;
  width: 100%; }

.SvgOverlay .panel-info .arrow-left {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid white;
  position: relative;
  top: -25px; }

.SvgOverlay .panel-info .content {
  position: relative;
  background-color: white;
  top: -120px;
  left: 25px;
  padding: 20px; }

.SvgOverlay .paddock-label {
  font-weight: bold;
  fill: white;
  text-anchor: middle; }

.btn {
  border: none !important; }

.btn-primary {
  color: #FFF;
  background-color: black; }

.btn-map {
  color: #000000;
  background-color: #999;
  border-radius: 15px;
  outline: none;
  width: 6em;
  height: 3em;
  font-weight: bold; }

.btn-map:hover {
  color: #000000;
  text-decoration: none !important; }

.btn-map:visited {
  text-decoration: none !important; }

.btn-map:focus {
  outline: none !important;
  box-shadow: none !important; }

.btn-primary:hover {
  color: #FFF;
  background-color: #814b10; }

.btn-default {
  color: #FFF;
  background-color: #85AD33; }

.btn-default:hover {
  color: #FFF;
  background-color: #814b10; }

.btn-risk {
  color: #FFF;
  background-color: #709800; }

.btn-risk-extreme {
  color: #FFF;
  background-color: #f80e1a; }

.btn-risk-high, .btn-risk-high-grid {
  color: #d53744;
  background-color: transparent;
  padding: 0; }

.btn-risk-warning, .btn-risk-warning-grid {
  color: #df8933;
  background-color: transparent;
  padding: 0; }

.btn-risk-normal, .btn-risk-normal-grid {
  color: #6b8600;
  background-color: transparent;
  padding: 0; }

.btn-risk-normal-grid, .btn-risk-warning-grid, .btn-risk-high-grid {
  border: 1px solid #6b6d70 !important;
  border-radius: 4px;
  width: 50px;
  height: 38px; }

.btn-risk-empty {
  background-color: transparent;
  padding: 0;
  border: 1px solid #6b6d70 !important;
  border-radius: 4px;
  width: 50px;
  height: 38px; }

.btn-risk-empty:hover {
  color: #6b8600; }

.btn-risk-normal-grid:hover, .btn-risk-warning-grid:hover, .btn-risk-high-grid:hover, .btn-risk-empty:hover {
  background-color: #111111 !important; }

.btn-risk-low {
  color: #FFF;
  background-color: #475f00; }

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

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

.btn-daily-forecast:hover {
  background-color: transparent !important; }

.btn-select {
  height: 40px; }

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

.btn-nopad {
  padding-left: 0;
  padding-right: 0; }

.btn-white {
  background-color: white !important;
  color: black !important;
  margin-right: 10px;
  text-align: center; }

.btn-white:hover, .btn-white:focus {
  background-color: black !important;
  color: white !important; }

.btn-rustic {
  color: black;
  background-color: #D57C3E;
  width: 160px; }

.btn-rustic:hover {
  background-color: #df5933;
  color: black; }

.btn-black {
  color: white !important;
  background-color: black !important;
  width: 150px;
  font-weight: bold; }

.btn-black:hover {
  background-color: #814b10 !important;
  color: white !important; }

.btn-grey {
  color: white;
  background-color: #6b6d70;
  width: 150px; }

.btn-grey:hover {
  background-color: #E6E7E8;
  color: black; }

#create-btn {
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  width: 200px;
  font-size: 15px;
  padding: 8px;
  background-color: #E6E7E8;
  color: black; }

#create-btn:hover {
  background-color: black;
  color: white; }

.btn-white-border {
  border: 1px solid white !important; }

.btn-what-if {
  margin-left: -12px; }

.btn-prm, .btn-prm:focus, .k-button-solid-primary, .k-button-solid-primary:focus {
  color: #111111 !important;
  background-color: #85AD33 !important;
  border-color: #85AD33 !important;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px; }

.btn-prm:hover, .k-button-solid-primary:hover {
  color: white !important;
  background-color: #85AD33 !important; }

.btn-prm[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

.btn-stn, .btn-stn:focus {
  color: white;
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px; }

.btn-stn:hover {
  color: white;
  background-color: #85AD33; }

.btn-stn[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

.k-button-solid-base, .k-button-solid-base:focus {
  font-size: 16px;
  padding: 6px 10px 6px 10px; }

.btn-scn, .btn-scn:focus {
  color: white;
  background-color: #888888;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 6px 10px; }

.btn-scn:hover {
  color: white;
  background-color: #85AD33; }

.btn-scn[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

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

.btn-stn-grid:hover {
  color: white;
  background-color: #85AD33; }

.btn-stn-grid[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

.btn100 {
  width: 100px;
  margin-right: 10px; }

.btn-green-alt {
  color: #111111 !important;
  background-color: #85AD33 !important; }

.btn-green-alt:hover, .btn-green-alt:focus {
  background-color: #85AD33 !important;
  color: white !important; }

.btn-property-map, .btn-property-map:focus {
  color: #444;
  background-color: white;
  border: 1px solid #444;
  font-size: 16px;
  padding: 0 10px 0 10px;
  margin: 5px; }

.btn-property-map:hover {
  color: white;
  background-color: #85AD33; }

.btn-property-map[disabled] {
  color: #6b6d70;
  background-color: #adadad; }

.btn-toolbar, .btn-toolbar:focus {
  color: white !important;
  padding: 6px 10px 6px 10px;
  width: 100%; }

.btn-toolbar:hover {
  color: white; }

.btn-toolbar[disabled] {
  background-color: #adadad; }

.trans-btn {
  color: white;
  border: 2px solid;
  padding: 15px;
  font-size: 16pt;
  font-weight: bold; }
  .trans-btn a {
    text-decoration: none; }

.trans-btn:hover {
  background-color: black;
  color: white; }

.btn-danger {
  font-weight: bold;
  font-size: 16px;
  padding: 6px 10px 6px 10px; }

.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: #999999;
  border-width: 2px;
  border-color: #444;
  border-style: solid;
  -webkit-transition: .3s;
  transition: .3s; }

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

label.disabled {
  color: #aaa; }

input:disabled {
  background: #dddddd; }

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

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

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

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 */
