body {
    font-family: sans-serif;
}
.tab,
.tab-buttons {
    margin-left: auto;
    margin-right: auto;
}
.tab {
    display: none;
    border-top: solid #eaeaea 1px;
    margin-top: 134px;
    margin-bottom: 10px;
    padding: 20px 10px;
    position: relative;
    background-color: #eaeaea;
    border-radius: 5px;
    width: 1240px;
    border: solid #d7d4d4 1px;
}
.tab-buttons {
    display: block;
    z-index: 3;
    position: relative;
    width: 1262px;
}
/* @media screen and (min-width: 1600px) {
    .tab-buttons {
        width: 50%;;
    }
} */
.tab-button {
    display: block;
    float: left;
    border: solid #d7d4d4 1px;
    border-bottom: 0px;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    padding: 5px;
    border-radius: 0px 10px 0px 0px;
    background: #f3f3f4;
    color: #b0d7f4;
    font-size: 11pt;
    font-weight: bold;
    text-shadow: 0px 0px;
    width: 10em;
}
.tab-button.active {
    border-bottom: 3px solid #eaeaea;
    background: #eaeaea;
    color: #6aafdf;
    /* color: black; */
}
.form-group {
    margin-bottom: 10px;
    width: 560px;
}
fieldset {
    width: 560px;
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
    border: 1px solid lightgray;
}
fieldset legend {
    font-weight: bold;
}
.form-group label {
    display: inline-block; /* Set label to inline-block display */
    width: 150px; /* Adjust width as needed */
    vertical-align: middle; /* Align label to the top of the field */
    font-size: 10pt;
}
.form-group select {
    padding: 3px 5px;
}
.form-group input,
.form-group select {
    width: 200px; /* Adjust width as needed */
}
.form-group input[type=date] {
    width: 120px;;
}
.form-group button {
    float: right;
    margin-right: 40px;
    padding: 5px 10px;
} 
form {
    margin-top: 20px;;
}  
#error-Message-1,
#error-Message-2,
#error-Message-3,
#error-Message-4,
#error-Message-5,
#error-Message-6,
#error-Message-7{
    color: red;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 5px;
} 
#station-name-1,
#station-name-2,
#station-name-3,
#station-name-4,
#station-name-5,
#station-name-6,
#station-name-7,
#station-type-1,
#station-type-2,
#station-type-3,
#station-type-4,
#station-type-5,
#station-type-6,
#station-type-7,
#export-format-1,
#export-format-2,
#export-format-3,
#export-format-4,
#export-format-5,
#export-format-6,
#export-format-7,
#export-language-1,
#export-language-2,
#export-language-3,
#export-language-4,
#export-language-5,
#export-language-6,
#export-language-7 {
    width: auto;
}
#from-date-1,
#from-date-2,
#from-date-3,
#from-date-4,
#from-date-5,
#from-date-6,
#from-date-7,
#to-date-1,
#to-date-2,
#to-date-3,
#to-date-4,
#to-date-5,
#to-date-6,
#to-date-7 {
    margin-right: 5px;
}
label[for="to-date-1"],
label[for="to-date-2"],
label[for="to-date-3"],
label[for="to-date-4"],
label[for="to-date-5"],
label[for="to-date-6"],
label[for="to-date-7"] {
    margin-left: 20px;
}
#station-name-1,
#station-name-2,
#station-name-3,
#station-name-4,
#station-name-5,
#station-name-6,
#station-name-7,
#export-format-1,
#export-format-2,
#export-format-3,
#export-format-4,
#export-format-5,
#export-format-6,
#export-format-7 {
    margin-right: 20px;
}
hr {
    color: aliceblue;
}
.pill-select-container {
    position: relative;
    width: 540px;
    margin-bottom: 10px;
}
.pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.pill {
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 20px;
}

.close {
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
    color: #888;
}

.close:hover {
    color: #555;
}

#select_language {
    float: right;
}
#required_field_text {
    font-size: 8pt;
}
header {
    float: left;
    width: 100%;
}
.header-bar {
    float: left;
    width: 100%;
    border-top: 10px solid #7d9c4c;
    /* position: relative; */
    /* top: -10px; */
}
.header-bar-left {
    float: left;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.header-bar-left .logo {
    float: left;
    margin-right: 30px;
}
#page_title {
    float: left;
    color: #6aafdf;
}
.header-bar-right {
    float: right;
}
.top-links .lang-sel ul li .langSelected {
    color: #6aafdf;
}
.top-links .lang-sel li a {
    color: #b0d7f4;
}
/* .lang-sel li::after {
    content: "|";
    color: #b0d7f4;
    padding: 0 5px;
} */
.lang-sel ul li + li:before {
    content: " | ";
    color: #b0d7f4;
    padding: 0 5px;
}
ul, ol {
    list-style: none;
}
/* .row {
    margin-right: -15px;
    margin-left: -15px;
} */
.footer-fixed {
    float: left;
    width: 100%;
}
.footer-fixed .footer-left {
    float: left;
    display: inline-block;
}
.copyright {
    float: left;
    width: 100%;
    background: #5f98c9;
    padding: 1rem 0;
    /* position: fixed; */
    bottom: 0;
    /* height: 85px; */
    left: 0;
    right: 0;
    /* margin-top: 120px; */
    z-index: 99;
}
    /* @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }
    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }
    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    } */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-fixed .footer-left {
    float: left;
    display: inline-block;
}
.header-top-logo {
    float: left;
    width: 100%;
}
.footer-fixed .footer-right {
    float: right;
    display: flex;
    height: 64px;
    align-items: center;
}
.copyright p {
    color: #fff;
    /* font-family: 'Roboto-Light'; */
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.header-top-logo img {
    max-width: 300px;
    margin: 0 auto;
}
.header-bar-left .logo img {
    max-height: 85px;
}
body {
    width: 100%!important;
    height: 100%!important;
    margin: 0px;
}
.lang-sel ul {
    padding-right: 25px;
    padding-left: 25px;
}
.lang-sel li {
    display: inline-block;
}
/* .container {
    width: 100%;
} */
.datefield {
    width: 80px;
}