/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

body {
    padding-top: 70px;
    padding-bottom: 20px;
    font: 12px Arial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.icon-grey{
    color: gray;
 
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*Testing table Width*/
.tableCol {
    width: 33.33%;
    border-collapse: collapse !important;
    margin: auto;
    background-color: white;
}

.table {
    background-color: white;
}

    .table .table {
        background-color: white;
    }

/* background-color:#c7e3f6;  light blue*/
body,
summary {
    background-color: white;
}

/* background-color:#c7e3f6;  light blue*/
.body-footer {
    background-color: #c7e3f6;
}

.navbar-inverse {
    background-color: #1f4f79;
    border-color: #080808;
    height: 70px;
}

.navbar .floatRight {
    float: right;
}

.navbar-dnrLogo {
    margin-top: 0;
    justify-content: center;
    padding-top: 6px;
    /*height: 50px;*/
    align-content: center;
    text-align: center;
    /*position: fixed;*/
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

.nav-item {    
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    border-block: thin;
}


 .nav-link.active, .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    border-block: thin;
}

.btn-sm-modal {
    color: black;
    background-color: transparent;
    border: 0;
}

.btn-link {
    color: black;
}

linetight {
    line-height: 1.1;
}

.nebraskaHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    /*height: 28.5714%; 10/7/2016 - do not need this since we changed to the new logo */
    width: 100%;
    background-color: rgb(31, 79, 121);
    /*background-image: URL('~\realtime\Images\bannerUnderbar.png');*/
    background-repeat: repeat-x;
    background-position: bottom;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    line-height: 1.1;
    padding: 6px;
}



/* Show only vertical scrollbar */
.vscrollbar {
    overflow: auto;
    max-height: 700px;
    width: 100%;
    overflow-x: hidden; /*for hiding horizontal scroll bar*/
    overflow-y: auto; /*for vertical scroll bar*/
}


.background_image {
    background: url('~/realtime/Images/StreamGagingHead.jpg');
}

.text-DWEE {
    font-weight: bold;
    color: black;
}

.text-USGS {
    font-style: italic;
    color: black;
}

.btn-DWEE {
    font-weight: bold;
    color: black;
}

.btn-USGS {
    font-style: italic;
    color: black;
}

.clickable {
    cursor: pointer;
}

.img-graph {
    width: 100%;
    align-self: center;
    text-align: center;
    align-content: center;
}

.bg-color {
    background-color: lightgray;
    line-height: 120%;
}

.bg-rowcolor {
    background-color: lightgray;
}

.text-smallerFont {
    font-size: 80%;
}


.text-nowrap {
    white-space: nowrap;
}


a.img-of-graph {
    background: url(../Images/chart_line.png) no-repeat top left;
    display: block;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

a.BlueUnderline {
    color: #20516F;
    text-decoration: underline;
}


.text-red {
    color: #b94a48;
}

.text-normal {
    font-weight: lighter;
}


.ui-datepicker {
    background: lightgray;
    border: 1px solid #555;
    color: black;
}

.textbox-widthsmall {
    width: 80%;
}

.textbox-smaller {
    width: 80%;
    height: 80%;
}

.img-inline {
    height: 16px;
}

.colSpanAll {
    column-span: all;
}


.TFtable {
    /*width:100%;*/
    margin: 0 auto;
    border-collapse: collapse;
}

.TFtable td {
    padding: 0px;
    border: #4e95f4 0px solid;
}
    /* provide some minimal visual accomodation for IE8 and below */
.TFtable tr {
    background: lightgray;
}
        /*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd) {
    background: lightgray;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even) {
    background: White;
}

.table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #1f4f79;
    color: white;
}

.table th {
    background-color: #1f4f79;
    color: white;
}

.label-Table {
    font-weight: normal;
    text-align: center;
    border-radius: .25em;
    border-right-width: 3px;
}

/*hide on print */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    /*.print:last-child {
		page-break-after: auto;
	}*/

}


/*D3 graphing styles*/
path {
   /* stroke: steelblue;*/
    stroke-width: 2;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    opacity: 0.2;
    shape-rendering: crispEdges;
}

.grid .tick {
    stroke: lightgrey;
    stroke-opacity: 0.2;
    shape-rendering: crispEdges;
}


.grid path {
    stroke-width: 1;
}

.area {
    fill: lightsteelblue;
    stroke: lightsteelblue;
    stroke-width: 0;
}

.areaApproved {
    fill: aquamarine;
    stroke: aquamarine;
    stroke-width: 0;
}

.focus circle {
    fill: aqua;
    stroke: steelblue;
}

.overlay {
    fill: none;
    pointer-events: all;
}

/*used content the home index page.*/
.darkblue-background {
    background-color: #1f4f79;
    color: white;
}

/*<!-- This css is to give a nice big popup "info window" when a marker is clicked on the map -->*/
.infoDiv {
    height: 200px;
    width: 300px;
    -webkit-user-select: none;
    background-color: white;
}


/*jquery changed from block to flex. need to put in block again.*/
.display-block {
    display: block;
}

/*used in tabs*/
.tab-breadcrumb {
    /*background: #ddd;*/
    display: block;
    padding: 1px;
    /*padding-right: 18px;*/
}

    .tab-breadcrumb li {
        display: inline-block;
        background: white;
        padding: 0;
        position: relative;
        min-width: 50px;
        text-decoration: none;
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
        margin-right: -13px;
    }

    .tab-breadcrumb > ul > li {
        /*color: white;*/
        background: #1f4f79;
    }

        .tab-breadcrumb li#last {
            clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 50%, calc(100% - 0px) 100%, 0 100%, 15px 50%);
        }


    .tab-breadcrumb > ul > li > a:hover {
        /*color: white;*/
        background: #c7e3f6;
    }



    .tab-breadcrumb > ul > li > a.active {
        color: white;
        font-size: 110%;
        background: #94AABC;
    }

    /* first link should not have anything cliped on the left side */
    .tab-breadcrumb li:first-child {
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    }

.tab-label {
    height: 100%;
    width: 100%;
}

#tabstrip {
    line-height: 200%;
}

.site-font130percent {
    line-height: 120%;
}

.site-font-default {
    font-size: 14px;
}


.site-footer {
    font-size: 12px;
}


/* primary button */
.btn-primary {
    background-color: #1f4f79;
    color: #fff;
    border-color: #3276b1;
    /*border-radius: 25px;*/
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #3276b1;
        color: #FFF;
        border-color: #285e8e;
    }



.panel-heading {
    background-image: none;
    background-color: #1f4f79;
    color: white;
    padding: 15px;
    margin: 5px;
}

.dot-red {
    font-size: 200%;
    color: red;
    vertical-align: -17%;
}

.tooltip {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 12px;
    background-color: lightsteelblue;
    border: 1px solid #ddd;
    border-radius: 5px;
    pointer-events: none;
}




   