﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
 /* text-align: center;*/
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

.dataCenter{
    text-align:center
}

.dataRight {
    text-align: right
}

.dataright {
    text-align: right;
    padding-right: 4px;
}

.datacenter {
    text-align: center;
}

.page {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.dropleft
{
    left:-150px;
}
.text-bold {
    font-weight: 600;
}

.text-danger {
    color: red;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.list-group-item:hover {
    background-color: #085822;
    color: white;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
   /*  Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url("Images/corn2.jpg");
    height: 100%;
   }

.modal .modal-header {
    color: #92BA4D;
    background: #173328;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px 3px 0 0;
    justify-content: left;
}
/* line 638, ../ha.scss */
.modal .modal-logo {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    float: left;
  
}

.btn-primary {
    background: #004f30!important;
    border-color: black;
}

.btn-primary:hover {
    background: #173328;
    border-color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 70px;
    line-height: 35px; /* Vertically center the text there */
    background-color: #004f30;
    border-color: #004f30;
    border-radius: 0;
    color: white !important;
}

.footer a
{
    color:white;
 
     

}

.GaugeRight
{
    float:none;
}
/*Nav Bar Customizations*/
.navbar-custom {
    background-color: #004f30;
    border-color: #a47549;
    border-radius: 0;
}

.border-bottom {
    border-bottom: 6px solid #a47549 !important;
}

.nav-link
{
    color:white!important;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white;
}

.smallhide {
    display: none;
}

.clientName {
    font-size: 12pt;
    font-weight: 700;
}

.YearPager {
    font-size: 12pt;
    font-weight: 700;
}
.Hand
{
    cursor:pointer;
}
.smallmargin
{margin-bottom:8px;}

@media (min-width: 1200px) {
    .navbar {
        padding: 5px;
        background-image: url("Images/White-HA80.png");
        background-repeat: no-repeat;
        background-origin: content-box, padding-box;
        min-height: 80px;
    }
    .navbar-brand
    {
        display:none;
    }
   
    .nav-link {
        font-size: 1.1rem;
        font-family: "Muli", sans-serif;
        font-weight: 700;
    }
   
}
@media (min-width: 570px) and  (max-width: 860px) {
    .navbar-brand {
        /*display: none;*/
        font-size:10pt;
    }
    .nav-link {
        font-size: 11pt;
       
    }
   
   
}

@media (min-width: 860px) {
    .smallhide {
        display: inline;
    }
    .clientName {
        font-size: 18pt;
        font-weight:700;
    }
    .YearPager {
        font-size: 20pt;
        font-weight: 700;
    }
}

@media (min-width: 1025px) {
    html {
        font-size: 18px;
    }

    .clientName {
        font-size: 24pt;
        font-weight: 700;
    }
    .GaugeRight {
        float: right;
    }
    .GaugeLBL {
      text-align:center
    }
}


