th {
	font-weight: normal;
}

.secLogTd {
	border: 0.5px solid #fff;
	height: 35px !important;
}

.minute-tab {
    margin-top: 50px;
}

.minute-tab span {
    color: #fff;
}

#div_daily_values, 
#div_monthly_values  {
	height: 100%;
}

.table {
	text-align: centre; 
}

/* Custom Scroll Theme */
.page .jspHorizontalBar {
    height: 20px;
    background: transparent;
}

.jspTrack {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
} 

.jspDrag {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

/* Table width fixed column */
.table-fixed-col {
    overflow-x: auto;
    overflow-y: auto;
}
.table-fixed-col td,
.table-fixed-col th {
    white-space: nowrap;
}

.table-fixed-col td {
	border-left: 2px solid #fff; 
}

.secLogLastColumn {
	border-right: 0;
}
.table-fixed-col .headcol {
    position: relative;
    width: 50px; 
    background: #0077ad;
    box-shadow: inset -1px 0 0 #fff;
}

.sec-abbrev {
	cursor: pointer;
}

/* Horizontally scrollable table */
.table-scroll-horizontal .jspContainer {
    padding-top: 20px;
    margin-top: 30px;
}

.jspScrollable:focus,
.jspScrollable:hover,
.jspScrollable:active {
	outline: none;
}

.table-scroll-horizontal .jspHorizontalBar {
    top: 0; 
    bottom: auto;
}
.table-scroll-horizontal .jspPane {
    top: 20px !important;
}


/* Tooltip text */
.sec-abbrev .tt-text {
    visibility: hidden;
    width: auto;
    background-color: #017ab2;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    border: 2px solid #fff;
 
    /* Positioning the tooltip */
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 40px;
}


.sec-abbrev:hover .tt-text {
    visibility: visible;
}

.jspContainer {
    height: 1870px !important; 
    position: relative;
}

.jspCorner {
    width: 0px;
    background: transparent;
}

.jspVerticalBar {
    display: none;
}
.jspPane {
    left: -39px;
    margin-left: 0px !important;
    width: 100% !important;
}

.table-sec {
	margin-bottom: 0px !important;
}

.flex-column-secTab {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#no_daily_values, #no_monthly_values {
	margin-bottom: 60%;
	margin-top: 10%;
}
