.selectedPage{
    border:1px solid lightblue;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	text-decoration: none;
}
.overlayPage {
    width: 100%;
    height: 100%;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999
}
#pagination a {
    display:inline-block;
    margin-right:5px;
    
    }
    .hidden {
    display:none;
    }
    #loadingDiv {
        z-index: 2;
        position: absolute;
        background-color: gray;
        height: 770px;
        width:1200px;
        opacity: .4;
    }
        
    .loadingImg {
        margin-top: 200px;
    }

.sectionHeader,
.tile {
	border: 1px solid #f2f2f2
}

.number,
.tileIcon {
	vertical-align: middle;
	line-height: 60px
}

body {
	margin: auto;
	background-color: #EDF2F6
}

.mainHeader,
.tile {
	background-color: #fff
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
	font-family: 'Segoe UI'
}

.analyzeFilters,
.mainHeader {
	text-align: left
}

.flex-container>* {
	padding-top: 0;
	padding-bottom: 15px;
	-webkit-flex: 1 100%;
	flex: 1 100%
}

.mainHeader {
	height: 80px;
	width: 1200px;
	color: #5E5D5F;
	display: inline-block
}

.nav ul {
	list-style-type: none;
	padding-left: 0
}

nav ul li {
	float: left
}

nav ul li div {
	display: block;
	padding: 8px
}

.tile {
	position: relative;
	width: 282px;
	color: #4c4c4c;
	transition-duration: .4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition-duration: .4s
}

.tile2x{
	width: 564px !important;
}

.tile:hover {
	opacity: .8
}

.tile:after {
	content: "";
	background: #90EE90;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px!important;
	margin-top: -120%;
	opacity: 0;
	transition: all .8s
}

.tile:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}

.number,
.tileIcon,
.tileTitle {
	text-align: center
}

.analyzeFilters select {
	height: 40px;
	width: 240px;
	padding: 10px
}

.analyzeFilters input {
	height: 16px;
	width: 150px;
	padding: 10px
}

.sectionContent,
.sectionHeader {
	width: 100%;
	background-color: #fff
}

.number {
	font-size: 30pt
}

.tileTitle {
	font-size: 18pt;
	vertical-align: top
}

.tileIcon {
	font-size: 70pt
}

.sectionFormTitle,
.sectionHeader {
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	color: #4c4c4c
}

section {
	flex: 1
}

.sectionHeader {
	border-bottom: 2px solid #DFDFDF;
	height: 45px
}

.sectionContent {
	min-height: 60px;
	padding-top: 10px;
	border: 1px solid #f2f2f2;
	overflow: hidden
}

.sectionContent ul {
	list-style-type: none;
	padding: 0;
	margin: 3px
}

.sectionContent ul li {
	float: left;
	margin-right: 10px;
	width: 1198px
}

.sectionFormIcon {
	width: 35px;
	float: left;
	margin-left: 10px
}

.sectionFormTitle {
	line-height: 27px;
	font-size: 12pt;
	width: 780px;
	height: 50px;
	float: left;
	margin-left: 5px
}

.sectionFormButtons {
	width: 350px;
	height: 50px;
	float: left;
	margin-left: 10px
}

.sectionFormButtons1,
.sectionFormButtons2,
.sectionFormButtons3 {
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	width: 100px;
	height: 36px;
	color: #fff;
	background-color: #29abe2;
	margin-right: 5px;
	cursor: pointer
}

.sectionFormButtons1 {
	content: "View";
	float: right
}

.sectionFormButtons2 {
	content: "Edit";
	float: right
}

.sectionFormButtons3 {
	content: "Delete";
	float: right
}

.sectionFormButtons1:hover,
.sectionFormButtons2:hover,
.sectionFormButtons3:hover {
	background-color: #00f
}

.RecordsSection .columnHeaders td {
	border: 1px solid #222;
	color: #FFF;
	background-color: #346437
}

.RecordsSection tr td {
	border: 1px solid #EEE;
	padding: 5px
}

.headerLogo {
	width: 79px;
	position: absolute;
	padding-right: 15px
}

.headertitle {
	display: inline-block;
	padding-left: 90px;
	font-size: 25pt;
	line-height: 74px
}

.welcomeMessgae {
	font-size: 11pt;
	float: right;
	padding-left: 38px;
	padding-top: 25px;
	padding-right: 10px;
	display: block;
	font-weight: 700
}

.logout {
	font-size: 10pt;
	text-align: right;
	padding: 0 80px 0 15px;
	display: block
}

.logout:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: .5
}

.btnSection {
	float: right;
	line-height: 80px;
	padding-right: 50px
}

.btnHeaders {
	height: 35px;
	width: 150px;
	background-color: #29ABE2;
	border: none;
	color: #fff;
	cursor: pointer
}

.formsList {
	border-bottom: 1px solid #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px
}

.activateTile {
	border-bottom: 2px solid green
}

.hide {
	display: none
}