﻿html, body {
	height: 100%;
	margin: 0px;
}

body {
	background-color: #778899;
}

/* 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;
	}
}



.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;
			}*/

.ctrlPanel {
	padding: 1rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}

@media (min-width: 576px) {
	.ctrlPanel {
		padding: 1rem 2rem;
	}
}

.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;
}