a {
    color:#187540;
}
.ui-application-page-left {
    width:178px;
    background-color:none;
    background:none;
    border-right:0px;
}
.no-border {
    border:0px !important;
}
.no-background {
    background-color:transparent !important;
}

.pane-colored {
    background: rgba(181,211,194,1); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(181,211,194,1) 0%, rgba(204,228,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(181,211,194,1) 0%, rgba(204,228,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(181,211,194,1) 0%, rgba(204,228,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d2c2', endColorstr='#cce4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pane-colored.attached {
    margin-top:-15px;
}
.pane-wide {
    margin-left:-15px;
    margin-right:-15px;
}

/**Navigation**/
.navbar-default {
    border:0px;

    background: rgba(34,124,62,1); /* Old browsers */
    background: -moz-linear-gradient(left,  #64AD27 0%, #00959E 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #64AD27 0%, #00959E 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #64AD27 0%, #00959E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##64AD27', endColorstr='##00959E',GradientType=1 ); /* IE6-9 */

    font-family:Roboto, sans-serif;
    border-bottom:2px solid #fff;
}
.navbar-dark .navbar-toggler {
    border:0px;
    color:#fff;
    font-size: 2rem;
}
.navbar-nav > li > a,
.navbar-nav > li > .a
{
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px solid #fff;
    padding:0px;
    padding-top:1px;
    font-size:15px;
    font-weight:500;
    color:#fff;
    text-shadow:none;
}
.navbar-nav > li > .spaced {
    padding: 12px 0px;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    margin-right:1.5rem;
}
.navbar-dairy {
    background: rgba(127,150,160,1); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(28,54,66,1) 0%, rgba(127,150,160,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(28,54,66,1) 0%, rgba(127,150,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(28,54,66,1) 0%, rgba(127,150,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227c3e', endColorstr='#7f96a0',GradientType=1 ); /* IE6-9 */
}

/** Brand icon*/
.navbar-dark .navbar-brand {
    margin-right:1.3rem;
}

/*xs view*/
@media screen and (max-width: 990px) {
    .navbar-dark .navbar-brand {
        margin-right:0px;
        padding:0px !important;
        margin-left:8px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left:0px;
    padding-right:0px;
    color:#fff;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color:#fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color:#000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav a.highlighted {
    background:none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

/**Navbar search form*/
@media screen and (max-width: 767px) {
    .navbar-default .form-inline {
        margin:0px !important;
        padding:0px !important;
    }
    .navbar-default .form-inline .form-control {
        padding:2px;
    }
}

/**Application*/
.ui-application-page-content {
    background:none;
}
body {
    height: 100%;
    padding:0px;
    background-color:#f1efed;
}
.ui-application-page {
    height:100%;
}
.ui-application-page.no-padding .ui-application-page-content {
    padding:0px;
}
.ui-application-window {
    background-color:#f1efed;
}

/**buttons**/
.btn-bold {
    font-weight: bold !important;
}
.btn {
    padding:0px;
}
.btn-default {
    border: 1px solid #ccc;
}
.btn-default {
    #border-color:#0062C8;
    background-image: none;
    #background-color:#0062C8;
    #color:#fff;
}
.btn-default .inner {
    background-image: none;
    #background-color:#0062C8;
    text-shadow: none;
}
.btn-default:focus,
.btn-default:hover {
    border-color:#000;
    background-image: none;
    background-color:#187540;
    color:#fff;
}

.btn-danger {
    border-color:#EF3354;
    background-image: none;
    background-color:#EF3354;
    color:#fff;
}
.btn-danger .inner {
    background-image: none;
    background-color:#EF3354;
    text-shadow: none;
    color:#fff;
}
.btn-danger:focus,
.btn-danger:hover {
    border-color:#000;
    background-image: none;
}

.btn-primary {
    border-color:#FFA300;
    background-image: none;
    background-color:#FFA300;
    color:#fff;
}
.btn-primary .inner {
    background-image: none;
    background-color:#FFA300;
    text-shadow: none;
}
.btn-primary:focus,
.btn-primary:hover {
    border-color:#000;
    background-image: none;
}

.btn-success {
    border-color:#97D700;
    background-image: none;
    background-color:#97D700;
    color:#fff;
}
.btn-success .inner {
    background-image: none;
    background-color:#97D700;
    text-shadow: none;
}
.btn-success:focus,
.btn-success:hover {
    border-color:#000;
    background-image: none;
}

.btn-muted.active {
    background:none;
}
.btn-muted.active .inner {
    background:none;
    background-color:#5ea928;
    color:#fff;
}

/**panels**/
.panel-default {
    border:1px solid #e0e0e0;
    border-radius:4px;
}
.panel-default > .panel-heading {
    background-color:#fff;
    border-bottom:0px;
}

.panel-inverse {
    border:1px solid #187540;
    background: #363b42;
}
.panel-inverse > .panel-heading {
    background-color:#187540;
    color: white;
}

.card.bc-corner-1 {
    background-image:url(../images/corner/1.png);
    background-position: 100% 0%;
    background-size: 50px;
    background-repeat: no-repeat;
}
.card.bc-corner-2 {
    background-image:url(../images/corner/2.png);
    background-position: 100% 0%;
    background-size: 50px;
    background-repeat: no-repeat;
}
.card.bc-corner-3 {
    background-image:url(../images/corner/3.png);
    background-position: 100% 0%;
    background-size: 50px;
    background-repeat: no-repeat;
}
.card.bc-corner-4 {
    background-image:url(../images/corner/4.png);
    background-position: 100% 0%;
    background-size: 50px;
    background-repeat: no-repeat;
}


.gray-bg {
    background-color:#f7f7f7;
}
.air-bg {
    background-color:#ecf5ff;
}
.soil-bg {
    background-color:#e9d6c5;
}
.stick-bg {
    background-color:#f4ebe4;
}

/**tables**/
.table-title {
    background-color: #ebf0f4;
    border: 1px solid #e0e0e0;
}

/**list group*/
.list-group-item.active,
.list-group-item.active:hover {
    background:none;
    background-color:#187540;
    color:#fff;
    border-radius:0px !important;
}
.list-group-item:first-child {
    border-radius:0;
}
.list-group-item:last-child {
    border-radius:0;
}
.list-group-item {
    padding: 0.75rem 0.75rem;
}

.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
}

.breadcrumb .ui-elements-label {
    padding-right: 5px;
    padding-left:10px;
}

.list-group {
    margin-bottom: 0;
    box-shadow:none;
}

.label-currency {
    background-color: #e2e2e2;
    color:#000;
    font-weight:normal;
}
.label-percent-danger {
    background-color: #ffd6d6;
    color:#c60000;
    font-weight:normal;
}
.label-percent-success {
    background-color: #dcffe1;
    color:#009a16;
    font-weight:normal;
}

/*home*/
.home-pane {
    max-width:1140px;
    margin: 0 auto;
}
.home-headline {
    font-weight:bold;
    font-size:15px;
    padding:25px;
    padding-top:0px;
    text-align: center;
}
.home-banner {
    margin-top:-15px;
    margin-right:-30px;
    margin-left:-30px;
}
.home-img {
    -webkit-box-shadow: inset 0px -37px 31px 0px rgba(255,255,255,0.31);
    box-shadow: inset 0px -37px 31px 0px rgba(255,255,255,0.31);
    max-width:200px;
}
.home-clock {
    font-weight:bold;
    font-size:20px;
    color:#009a16;
}
.home-clock .home-number {
    background-color:#fff;
    border-radius:5px;
    padding:10px;
    display:inline-block;
}
.home-fl-bg {
    background-image:url(https://assets.website-files.com/5fa852c80c3dda038a4bfc71/5fad0a3a668c904ab13d23e9_FL%20glowing.png);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.step-number {
    display:inline-block;
    border:1px solid #ccc;
    padding:5px;
    padding-right:10px;
    padding-left:10px;
    font-weight:bold;
    margin-right:10px;
}
.home-container-full {
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.card-fl {
    border:1px solid #f90050;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f90050+0,ffffff+50&0.1+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(249,0,80,0.1) 0%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(249,0,80,0.1) 0%,rgba(255,255,255,0.55) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(249,0,80,0.1) 0%,rgba(255,255,255,0.55) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af90050', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    margin-top:100px;
}

.card.card-fl .card-header:before,
.card.card-fl:before {
    background: linear-gradient(45deg,#f90050 0,#000 100%);
    border-radius: 2px 2px 0 0;
    content: " ";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.value-alternate {
}
.value-alternate .option {
    display:none;
}

/**gray*/
.hydric-state-0 {
    filter: invert(100%) sepia(0%) saturate(3414%) hue-rotate(157deg) brightness(112%) contrast(74%);
}
/**blue*/
.hydric-state-1 {
    filter: invert(45%) sepia(91%) saturate(469%) hue-rotate(191deg) brightness(89%) contrast(89%);
}
/**orange*/
.hydric-state-2 {
    filter: invert(65%) sepia(83%) saturate(1168%) hue-rotate(6deg) brightness(93%) contrast(101%);
}
/**red*/
.hydric-state-3 {
    filter: invert(17%) sepia(42%) saturate(6139%) hue-rotate(351deg) brightness(79%) contrast(94%);
}
