﻿html, body {
	height: 100%;
	margin: 0px;
}

body {
	/*background-color: #778899;*/
	background-color: aliceblue
}
.commonBG {
	background: #608fc8;
	color: white;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	td {
		font-size: .70em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	td {
		font-size: .80em;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	td {
		font-size: .90em;
	}
}

.nav-link {
	font-weight: 500;
	color: white !important;
}

	.nav-link.active {
		background-color: initial !important
	}


a:link {
	color: #458BC4;
	text-decoration: none;
}

a:visited {
	color: #458BC4;
	text-decoration: none;
}

a:hover {
	color: #458BC4;
	text-decoration: underline;
}

a:active {
	color: #458BC4;
	text-decoration: underline;
}

img {
	border: none;
}

.photoNoBorder {
	border: none 1px #cecece;
	padding: 4px;
	margin-bottom: 5px;
	display: block;
}

.photoBorder {
	border: 1px solid #cecece;
	padding: 4px;
	background: #d9d9d9 url(images/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}

.photo-float-left {
	float: left;
	margin-right: 10px;
}

.image-border-none {
	border: none;
}

@media (max-width:1200px) {
	#sectFooter {
		font-size: small;
	}
}

@media (min-width:1201px) {
	#sectFooter {
		font-size: initial;
	}
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}


/*#containerMain {
	padding-top: 2em;*/
	/*border: solid 3px red;*/
	/*min-width: 1200px !important;
	max-width: 2800px !important;
	width: 96% !important
}*/

/*.topBar {*/
	/*font-family: Arial, Tahoma,Verdana, Helvetica, sans-serif;*/
	/*position: relative;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	height: 2em;
	background-color: White;
	padding: 0;*/
	/*padding-bottom:10px;*/
	/*margin: 0;
	color: black;
	font-size: .8em;
	left: 0;
	border-bottom: ridge 2px black;
	z-index: 100;
}*/

/*#topBar a {
	color: black;
}*/

/*#topBar table td {
				padding: 0;
				margin: 0; #e9ecef
			}*/

.mainOuterDiv {
	padding: 1rem 1rem;
	margin-bottom: 2rem;
	background-color: white;
	border-radius: 0.3rem;
}

 

.ctrlPanel-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

/*td {
			max-width: 100px !important;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}*/


.dataTables_length, .dataTables_filter {
	margin-left: 10px;
	float: right;

}

.btn-group {
	max-width:250px;
}

.tdCenter {
	text-align: center;
}

.rounded-pill {
	font-size: 1.5rem;
}

hCustom1, .hCustom1 {
	font-size: 2.5rem;
}

hCustom2, .hCustom2 {
	font-size: 2rem;
}

hCustom3, .hCustom3 {
	font-size: 1.75rem;
}

hCustom4, .hCustom4 {
	font-size: 1.5rem;
}

hCustom5, .hCustom5 {
	font-size: 1.25rem;
}

hCustom6, .hCustom6 {
	font-size: 1rem;
}