/* Data Dashboard - Reports Table Column wise colorise */
table th {font-weight: bold;}
.col-oaps {background-color: #dcecf9; border: 2px outset #75b4e9;}
.col-dps {background-color: #d0d0d1; border: 2px outset silver;}
.col-wps {background-color: #e0fbe1; border: 2px outset #85ee88;}
.col-nfbs {background-color: #fffbdf; border: 2px outset #85ee88;}
.bgy-light {background-color: lightgoldenrodyellow}
.bgr-light {background-color: bisque}

/*Footer Bar on the top*/
.page-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.dtexport {width:auto; margin:auto;}

table.table a {
    color: blue !important;
    border-bottom: outset 2px blue;
}

/* Made by Manish Kumar (UI)
## more-than-12-bootstrap-columns-with-a-horizontal-scroll ##
*/
@media (min-width: 992px) {
	.container-scroll > .row {
		overflow-x: auto ;
		flex-wrap: nowrap;
		margin-left: 0px;
		margin-right: 0px;
	}
	.container-scroll > .row > [class^=col-] {
		display: inline-block;
		float: none;
	}
	/* Decorations */
	.container-scroll > .row > [class^=col-]:nth-child(2n+1) {
		background: whitesmoke;
	}
	.container-scroll > .row > [class^=col-]:nth-child(2n+2) {
		background: floralwhite;
	}
}
.text-right {text-align: right;}