﻿/*center Google icons*/
i {
    vertical-align: middle !important;
}
/* styles for skip link site-content */
.skip-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-color: transparent;
    color: transparent;
    transition: color .4s, background .4s;
}
    .skip-link:focus {
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        display: block;
        background-color: white;
        color: blue;
        z-index: 9999;
        border: 1px solid lightgrey;
        box-shadow: 0, 0, 0, 0.4px 10px 10px inset;
        border-radius: 2px;
        padding: 2px;
    }
/* End styles for skip link site-content */

.tabGraphImg{
    width:70%;
}
@media (min-width: 0px) and (max-width: 500px) {
    .tabGraphImg {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 800px) {
    .tabGraphImg {
        width: 85%;
    }
}
/* overwrite breadcrumb class for contrast changes */
.breadcrumb .active {
    color: #494949;
}
.breadcrumb li a {
    color: #1f496e;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #494949;
    content: ">";
}
.breadcrumb a:visited, .breadcrumb a {
    color: #1A5A91;
}
.breadcrumb span, .breadcrumb a {
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
}
/* End styles for breadcrumb class */

/* Adjusted or bootstrap override format styles */
.warning {
    background-color: #ffffbb;
    padding: 0.5em;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
td {
    font-size: 1.1rem;
}
tbody tr td, tr td, th {
    border: 1px solid black;
}
tbody, thead, .tblStationHeader th {
    border: 2px solid black !important;
}
.wdth {
    width: 50px;
}
.gray {
    background-color: #e9ecef;
}
.btn-primary {
    background-color: #324c69 !important;
}
.btn-outline-primary {
    color: #324c69 !important;
}
.dropdown-item.active, .dropdown-item:active {
background-color: #324c69 !important;
}
.form-select, .form-check-input {
    border: 1px solid #324c69;
    margin-bottom: 1em;
}
/* End styles for adjusted table formats */

/* Station tab styles */
.nav-tabs .nav-link {
    min-width: 8.5%;
    text-align: center;
    border-color: #dce7f1;
    border-top: 4px solid #dce7f1;
}
.nav-tabs {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #324c69 #324c69 white #324c69;
    background-color: #dce7f1;
}
/* End of Station tab styles */

/* Picture styles */
#picture {
    max-height: 339px;
    max-width: 450px;
    object-fit: contain;    
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(1)}
    to {-webkit-transform: scale(2)}
}
@keyframes zoom {
    from {transform: scale(0.4)}
    to {transform: scale(1)}
}
@-webkit-keyframes zoom-out {
    from {transform: scale(1)}
    to {transform: scale(0)}
}
@keyframes zoom-out {
    from {transform: scale(1)}
    to {transform: scale(0)}
}
/* Add Animation */
.modal-contentPic, #modal-title {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentPic {
        width: 100%;
    }
}
/* end of picture styles*/


/* Styles for dynamic table */
.currSta {
    border: 3px solid #324c69;
    background-color: #e9ecef;
}
tr.currSta a {
    /*color: #324c69; */
    text-decoration-line: underline;
}
/* end of dynamic table styles */

/* Styles for bootstrap-select */
.bootstrap-select .dropdown-menu > li > a small.muted {
    display: none;
}
.bootstrap-select {
    width:300px !important;
    border: 1px solid black;
}
.bootstrap-select .filter-option {
    font-size: 120%;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: relative;
   /* padding-left: 38px;*/
}
.dropdown-item:hover {
    background-color: #e9ecef;
    color: black;
}
.form-select option > select {
    color: whitesmoke !important;
    background: #bf5279 !important;
}
select option:checked, select option:hover {
    color: white;
    background-color: #324c69;
}
/* end of bootstrap-select styles */

/* Export form styles */
.chkBox {
    height: 20px !important;
    width: 20px !important;
}
.line-separator {
    height: 4px;
    background: #324c69;
    border-bottom: 1px solid #313030;
    margin-bottom: .5em;
}
.hidden {
    visibility: hidden;
}
.display {
    display: none;
}
/* End of export form styles */

/* Related Links box*/
.auxiliary-link, .auxiliary-box {
    padding: 30px;
    background-color: #fffcf4;
    border-radius: 6px;
    border: 1px solid #ddd1b0;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
    .auxiliary-link ul li, .auxiliary-box ul li {
        vertical-align: text-top;
        margin-bottom: .5rem;
    }
    .auxiliary-link ul a, .auxiliary-box ul a {
        color: #3277B3; /*#337ab7; #324c69;*/
        /*font-size: 1rem;*/
        text-decoration: none;
        vertical-align: text-top;
    }
/* End of Related Links box */
.external-link {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75em;
    margin-left: .25em;
    opacity: .8;
}