﻿html
{
    height:90%;
}
body {
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    color: #5f6369;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}
p {
    line-height: 20px;
}
header, footer, nav, section {
    display: block;
}
table tr, table td {
    vertical-align: top;
}
a {
    color: #003478;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.btn-link {
    color: #003478;
    cursor: pointer;
}
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.btn-nav-link {
    text-decoration: none;
}
.btn-link.btn-nav-link:hover,
.btn-link.btn-nav-link:hover i {
    text-decoration: none;
    color: #becbd4 !important;
}
.btn-link.btn-nav-link.active {
    font-weight: bold;
}
.btn-link.btn-nav-link.btn-nav-link-disabled,
.btn-map-link-disabled {
    opacity: 0.5; 
    cursor: not-allowed;
}
.btn-link.btn-nav-link.btn-nav-link-disabled:hover,
.btn-link.btn-nav-link.btn-nav-link-disabled:hover i {
    color: #fff !important;
}
.btn {
    color: #ffffff;
    cursor: pointer;
    padding: 6px 8px;
}
.btn-primary {
    border: 1px solid #0065BD !important;
    background-color: #0065BD !important;
}

.btn-alternate {
    border: 1px solid #0065BD !important;
    color: #0065BD !important;
    background-color: #ffffff !important;
}
.btn-primary:hover,
.btn-alternate:hover {
    border: 1px solid #003478 !important;
    color: #ffffff !important;
    background-color: #003478 !important;
    transition: all .3s;
}

.btn-primary:disabled,
.btn-alternate:disabled {
    border: 1px solid #a5a5a5 !important;
    color: #5f6369 !important;
    background-color: #a5a5a5 !important;
    cursor: auto !important;
}
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.fx-small {
    font-size: small !important;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.d-none {
    display: none;
}
.bg-red {
    background-color: #df3312 !important;
}
.bg-green {
    background-color: #00b18f !important;
}
.col-white {
    color: #ffffff !important;
}
.col-gray {
    color: #a5a5a5 !important;
}
.col-red {
    color: #df3312 !important;
}
.col-green {
    color: #00b18f !important;
}
.color-red-dark {
    color: #553238 !important;
}
.p-0 {
    padding: 0rem !important;
}

.p-0x {
    padding: 0.2rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.ps-0 {
    padding-left: 0rem !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.pe-0 {
    padding-right: 0rem !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-0x {
    padding-top: 0.15rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-0x {
    padding-bottom: 0.1rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-10 {
    margin: 10rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-4x {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.ms-0 {
    margin-left: 0rem !important;
}

.ms-0x {
    margin-left: 0.1rem !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-14x {
    margin-left: 8rem !important;
}

.ms-14y {
    margin-left: 8.5rem !important;
}

.me-0 {
    margin-right: 0rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}
.wp-100 {
    width: 100%;
}

.wx-150 {
    width: 250px;
}

.wx-250 {
    width: 250px;
}

.wx-500 {
    width: 500px;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}
.form-control {
    border: 1px solid #5f6369;
    box-sizing: border-box;
    color: #5f6369;
    padding: 6px 8px;
    width: 100%;
}
.form-control:focus {
    border: 1px solid #0065BD;
}
.form-control:hover {
    background: #E5F1F9;
}
input:focus-visible, .form-control:focus-visible, .btn:focus-visible {
    outline: 0;
}
.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}
/*Home buttons*/
.home-button {
    background-image:url('/images/normalhome.gif');
    width:133px;
    height:28px;
    background-repeat:no-repeat
}
.home-button:hover {
    background-image:url('/images/onhoverhome.gif');
}
.home-button.active {
    background-image: url('/images/selectedhome.gif');
}
.map-button {
    width:133px;
    height:28px;
    background-image:url('/images/normalmap.gif');
    background-repeat:no-repeat
}
.map-button:hover {
    background-image:url('/images/onhovermap.gif');
}
.map-button.active {
    background-image:url('/images/selectedmap.gif');
}
.table-button {
    width:133px;
    height:28px;
    background-image:url('/images/normaltdata.gif');
    background-repeat:no-repeat
}
.table-button:hover {
    background-image:url('/images/onhovertdata.gif');
}
.table-button.active {
    background-image:url('/images/selectedtdata.gif');
}
.chart-button {
    width:133px;
    height:28px;
    background-image:url('/images/normalchart.gif');
    background-repeat:no-repeat
}
.chart-button:hover {
    background-image:url('/images/onhoverchart.gif');
}
.chart-button.active {
    background-image:url('/images/selectedchart.gif');
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
.profile-table {
    width: 100%;
    border-bottom: dashed 1px #a5a5a5;
    border-top: dashed 1px #a5a5a5;
    font-size: 12px;
}
.profile-table .border {
    border-left: dashed 1px #a5a5a5;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    display: none;
}
.loader span {
    vertical-align: middle;
}
.loader-img {
    height: 30px;
    vertical-align: middle;
    margin-right: 2px;
}
.chartLoader
{
    display: none;
    background-color: ghostwhite;
    display: block;
    width: 500px;
    position: absolute;
    margin-top: 0px;
    margin-left: 45%;
    z-index:20;
    text-align:center;
}
.mapLoader
{
    background-color: ghostwhite;
    width: 500px;
    position: absolute;
    top:50px;
    margin-top: 0px;
    margin-left: 35%;
    z-index:50000;
    text-align:center;
    display:none;
}
.link {
    cursor:pointer;
}
.link:hover {
    text-decoration: underline;
}
.link.link-page {
    border: 1px solid #fff;
}
.link.link-page.pagebold {
    border: 1px solid #003478;
}
.small-link
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}
/*Home*/
.right-menu {
    font-size: 12px;
    line-height: 8px;
    margin-top: 5px;
}
.right-menu td {
    padding-right:5px;
    padding-left:5px;
}
.tab {
    display:none;
}
.tabopen {
    display:block;
}
#divTab1 {
    height:100%;
    overflow:auto;
}
#divTab3 {
    height:100%;
    overflow:auto;
    margin-right:25px;
}

/*reports*/
.reportWidget {
    position:absolute;
    display:none;
    top:0px;
    z-index:5;
    background-color:rgba(255,255,255,1);
}
.reportWidget.open {
    display:block;
}
.widgetHeader {
    height:25px;
    background-image: url('/images/Blue_Gradient1.png');
}
.widgetHeader img {
    height:15px;
}
.filter_disabled td
{
    color: #a5a5a5;
    background-color:ghostwhite;
}
.resultGrid tr {
    border: solid 1px #df3312;
}
.tableResult
{
    border-color: Gray;
    border-width: 1px;
    border-style: Solid;
    
    border-collapse: collapse;
    table-layout: fixed;
    display: inline-table;
    border-collapse: collapse;
    font-size:12px;
}
/*Widget active buttons*/
.commonsummaryHeading {
    background-color: #a5a5a5;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
}
.districtsummaryHeading
{
	font-family:Verdana;
	font-size:9pt;
}
.summaryHeading {
    color: #003478;
    background-color: #a5a5a5;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.summaryHeading th{
    max-width:100px;
}
table.tableResult td
{
    vertical-align: middle;
    padding-left:2px;
    padding-right:2px;
}
.tableRight
{
    font-size:12px;
    vertical-align:top;
}
.popup {
    width:200px;
    height:100px;
    position:absolute;
    top:0%;
    left:auto;
    margin:0px 0 0 0px; /* [-(height/2)px 0 0 -(width/2)px] */
    display:none;
  }
.summary-base
{
    opacity: 1;
    background:rgba(251, 247, 247, 0.85);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}
.iframe
{
    overflow-y:visible;
}
.drag-handle {
    padding: 1px;
    text-indent: 3px;
    font: bold 14px Arial;
    background-color: #CA0000;
    color: white;
   /* cursor: move;*/
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.tableGray {
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
    font-weight: normal;
}
#divFilterBuilderOverlay
{
    top:52px;
    left:48px;
    z-index:20000;
}
#divChartTable
{
    overflow-y:auto;
    padding-left:75px;
    width:90%;
    font-size:12px;
}
#tblFieldCums
{
    border-collapse:collapse;
}
#tblFieldCums td
{
    border:solid 1px grey;
}

.getChart
{
    font-size:12px;
}
.view-image
{
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 -270px;
    width: 15px;
    height: 15px;
    cursor:pointer;
    display:inline-block;
    top:5px;
}
/*map*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 15px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
   width: 13px;
  left: 4px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
   background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.map-action-menu img
{
    cursor:pointer;
}
.identifyTRLeft {
    background-color: #DBE5F1;
    font-weight: bold;
}
.identifyTRRight
{
    background-color: White;
    font-weight: normal;
}
.map-find {
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 -270px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    top: 2px;
}
.close {
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    top: 2px;
}
/*ADMIN*/

.admin-heading {
    background-color: #003478;
    width: 250px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 0.5rem;
    margin-top: 20px;
    cursor: pointer;
}

.admin-subheading {
    background-color: #003478;
    width: 250px;
    margin-top: 12px;
    margin-left: 15px;
    color: white;
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 16px;
    cursor: pointer;
}
.admin-subheading label
{
    cursor:pointer;
}
label.error {
    position: absolute;
    border: 1px solid #df3312;
    background-color: #f4ebf1;
    padding: 0 0.5rem;
    display: block;
    font-size: 12px;
    color: #df3312;
}
.paging-nav { 
  text-align: left; 
  padding-top: 20px; 
  padding-left:25px;
}
    .paging-nav a
    {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: #91b9e6;
        color: white;
        border-radius: 3px;
    }
    .paging-nav .selected-page
    {
        background: #187ed5;
        font-weight: bold;
    }
.data-export
{
    display:none;
}
.highcharts-credits{
    display:none !important
}
.shareReport {
    position: absolute;
    left: 5px;
    border: solid plum 1px;
    width: 338px;
    background-color: #a5a5a5;
    min-height: 50px;
    display: none;
}

footer.footer-container {
    padding-bottom: 20px;
}

header.header-container {
    margin-top: 20px;
}

.container {
    text-align: justify;
    line-height: 20px;
}

.container a {
    color: #003478;
}

.container h1 {
    font-weight: bold;
    text-align: center;
    color: #003478;
}
.preload-content-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.preload-content-logo-tt {
    background-image: url(/images/tt-logo-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65% auto;
    height: 100px;
    width: 100%;
}
.login-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust the height as needed */
    background-image: url(/images/signup-bg-tt-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-content {
    margin: auto;
    width: 990px;
}

.preload-content {
    margin: auto;
    width: 500px;
    text-align: center;
}

.preload-content-title {
    color: #fff;
    font-family: Arial;
}

.preload-content-progress {
    margin-top: 20px;
    text-align: left;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}

.preload-content-progress-complete {
    color: #00b18f;
    font-weight: bold;
    margin-top: 5px;
}

.preload-content-progress-fail {
    color: #df3312;
}

.preload-content-subcontent {
    margin-top: 15px;
}

.preload-content-subcontent .preload-content-progress-bar-container {
    background-color: #ddd;
    border-radius: 5px;
    height: 20px;
    width: 100%;
}

.preload-content-subcontent .preload-content-progress-bar {
    background-color: #FF8A00 !important;
    height: 20px;
    border-radius: 5px;
    width: 0%;
    transition: width 0.3s;
}
.login-screen, 
.reset-password-content,
.new-account-content {
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    width: 480px;
    padding: 35px;
}
.login-screen-content .login-error-container,
.login-screen-content .pwreset-message {
    color: #df3312;
}
.login-content-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-content-logo-tt {
    background-image: url(/images/tt-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65% auto;
    height: 100px;
    width: 100%;
}
.login-content-logo-tt span {
    color: #003478;
    font-size: 18px;
    padding-left: 12rem;
    padding-top: 4rem;
    display: inline-block;
}
.signup {
    background-color: #fff;
    padding: 35px;
    margin: 0 auto;
    border-radius: 20px;
}
.signup-content #tableMain {
    margin: 0.5rem 0.5rem 0 0.5rem;
}
.signup-content-header {
    font-size: 20px;
}
.signup-content-header,
.signup-content-header span {
    color: #003478; 
    font-weight: bold;
}

.signup-content-footer {
    font-size: 11px;
    color: #A0A0A0;
    padding: .5rem 0 0 0;
}
.signup-content-footer .signup-content-footer-separator {
    padding: 0 1rem;
}
.error-body-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background-color: rgb(232, 237, 247);
    padding-top: 100px;
}
.dashboard-content {
    background-color: #003478;
    width: 100%;
    height: 50px;
    position: relative;
}
.dashboard-content .tab-content {
    right: 20px;
    position: absolute;
    top: 25px;
}
.title-logo-container {
    background-image: url('/images/tt-logo-white.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left center;
    display: flex;
    align-items: center;
    margin-left: 5px;
    height: 50px;
}
.title-logo-container span {
    color: #ffffff;
    font-size: 12px;
}
/*Summary Detail*/
.summaryTable {
    border-width: 1px;
    border-color: #86876B;
    border-style: solid;
}
.sideHeading {
    color: White;
    background-color: #6699CC;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
.tableLeftBold {
    color: #003478;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.tableLeftunBold {
    color: #003478;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}
.tableLeftunBold td {
    color: #003478;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}
.tableRight {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}
.spacer {
    padding-bottom: 50px;
}
.tableLeftunBold1 {
    color: #003478;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    border-color: #a5a5a5;
}
.tableRightBorder {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    border-width: thin;
    border-style: solid;
    border-color: #a5a5a5;
}
.summary-tab {
    color: #becbd4;
    background-color: #a5a5a5;
    border-width: 1px;
    border-style: None;
    height: 25px;
    width: 134px;
    cursor: pointer;
}
.summary-tab-selected {
    background-color: Gray;
}
.voltable {
    border-collapse: separate;
}
.well-paleo-item td:nth-child(1) {
    width: 100px;
    min-width: 100px;
}
.well-paleo-item td:nth-child(2) {
    width: 45px;
    min-width: 45px;
}
.well-paleo-item td:nth-child(3) {
    width: 45px;
    min-width: 45px;
}
.well-paleo-item td:nth-child(4) {
    width: 50px;
    min-width: 50px;
}
.well-paleo-item td:nth-child(5) {
    width: 50px;
    min-width: 50px;
}
.well-paleo-item td:nth-child(6) {
    width: 50px;
    min-width: 50px;
}
.well-paleo-item td:nth-child(7) {
    width: 70px;
    min-width: 70px;
}
.well-paleo-item td:nth-child(8) {
    width: 80px;
    min-width: 80px;
    word-break: break-word;
}
.well-paleo-item td:nth-child(9) {
    width: 90px;
    min-width: 90px;
    word-break: break-word;
}
.well-paleo-item td:nth-child(10) {
    width: 100px;
    min-width: 100px;
    word-break: break-word;
}
.well-paleo-item td:nth-child(11) {
    width: 50px;
    min-width: 50px;
}
.well-paleo-item td:nth-child(12) {
    width: 50px;
    min-width: 50px;
}
.well-paleo-item td:nth-child(13) {
    width: 60px;
    min-width: 60px;
}
.well-paleo-item td:nth-child(14) {
    width: 60px;
    min-width: 60px;
}
.well-paleo-item td:nth-child(15) {
    width: 60px;
    min-width: 60px;
}
.well-paleo-item td:nth-child(16) {
    width: 60px;
    min-width: 60px;
}
.well-paleo-item td:nth-child(17) {
    width: 60px;
    min-width: 60px;
}
.well-paleo-item td:last-child {
}
.well-paleo-item.small td {
    width: 5.8%;
    font-size: 11px;
}
.header {
    background-color: #a5a5a5;
}
.header td {
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
}
.sublink {
    color: blue;
    background-color: transparent;
}