.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;
    }
    .hide {
	display: none!important
}

body {
	margin: auto;
	background-color: #EDF2F6
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
	font-family: 'Segoe UI'
}

.flex-container>* {
	padding-top: 0;
	padding-bottom: 15px;
	-webkit-flex: 1 100%;
	flex: 1 100%
}

.mainHeader {
	height: 80px;
	width: 1200px;
	background-color: #fff;
	color: #5E5D5F;
	text-align: left;
	display: inline-block
}

section {
	margin-top: 20px;
	flex: 1
}

.overlayPage {
	width: 100%;
	height: 100%;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 999
}

.btnRefresh,
.sectionContent,
.sectionHeader {
	background-color: #fff
}

.sectionHeader {
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	color: #4c4c4c;
	border: 1px solid #f2f2f2;
	border-bottom: 2px solid #DFDFDF;
	height: 45px;
	width: 100%
}

.sectionContent {
	width: 100%;
	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
}

.recordsList:hover {
	opacity: .8
}

.sectionuserName_old {
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	height: 25px;
	line-height: 20px;
	padding: 5px 15px;
	white-space: nowrap
}

.sectionuserName {
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
    height: 25px;
    line-height: 20px;
    padding: 5px 15px;
    white-space: normal;
    width: fit-content;
    max-width: 275px;
}

.sectionFormButtons {
	float: right;
	margin-left: 10px;
	width: 10%
}

.sectionFormButtons0 input {
	height: 18px;
	width: 18px
}

.sectionFormButtons0,
.sectionFormButtons1,
.sectionFormButtons2,
.sectionFormButtons3 {
	text-align: center;
	cursor: pointer;
	padding: 0 5px
}

.sectionFormButtons3 {
	padding-right: 10px
}

.filters input {
	margin: 5px 10px;
	padding: 5px;
	width: calc(100% - 34px);
	max-width: 200px;
	float: left
}

select {
	height: 30px;
	width: 215px;
	padding-left: 5px;
	font-size: 12px
}

.textbox {
	height: 25px;
	width: 180px;
	padding-left: 8px;
	font-size: 12px
}

.btnShow {
	text-align: center;
	padding: 0;
	color: #FFF;
	cursor: pointer;
	line-height: 13px
}

.btnHeaders,
.closeButton {
	color: #fff;
	cursor: pointer
}

.btnRefresh {
	text-align: center;
	width: 130px;
	float: right;
	cursor: pointer;
	font-size: 14px
}

.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
}

.formsList {
	border-bottom: 1px solid #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px
}

.commentRecord,
.viewRecord {
	width: 50%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	opacity: 1;
	text-align: center;
	left: 25%;
	top: 80px;
	position: absolute;
	z-index: 9999
}

.commentRecord {
	width: 30%;
	left: 35%
}

.commentRecord textarea {
	height: 100px;
	resize: none;
	padding: 5px;
	width: calc(100% - 20px)
}

.recordContent {
	max-height: 450px;
	overflow-y: scroll
}

.recordContent::-webkit-scrollbar {
	width: 5px
}

.recordContent::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: #708090 solid 1px
}

.recordName,
.recordValue {
	display: inline-block;
	width: 47%;
	line-height: 32px;
	min-height: 32px
}

.recordName0,
.recordName1 {
	width: 100%;
	min-height: 32px;
	display: inline-block
}

.recordName {
	float: left;
	text-align: right
}

.recordName0 {
	background-color: #ececec
}

.recordName1 {
	background-color: #fff
}

.recordValue {
	float: right;
	text-align: left
}

.closeButton {
	width: 40%;
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	background-color: #0071bc;
	height: 36px;
	font-size: 15px;
	line-height: 36px
}

.borderright {
	border-right: 1px solid #e9e9e9
}

.borderbottom {
	border-bottom: 1px solid #e9e9e9
}

.exporticon {
	float: right;
	padding-top: 9px;
	margin-right: -28px;
	cursor: pointer
}