 body {
    background: #F1F1F1!important;
    font-family: Open Sans!important;
  }
.header-custom {
    background: #0071BC!important;
	padding: .14rem 1rem!important;
}
.nav-link {
    color: #fff!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
.nav-link-light {
	color: #1E3C6E!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1)!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #1E3C6E!important;
}
.navbar-dark .navbar-nav .nav-link:hover {
 background: #fff;
 color: #0071bc!important;
}
.nav-link:hover {
    color: #fff;
}
.left-links{
	background: #E6E6E6;
	padding: 20px;
    padding-top: 34px;
	min-height:100%;
}
.left-links .left-click{
	color: #212121;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
	padding: 4px;
    display: block;
	margin-left:7%;
}
.left-links .left-click:hover{
	text-decoration: none;
}
.left-nav-heading{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
    display: block;
}
.left-links .active{
	background: #1E3C6E;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 8px 20px;
}
.solid{
	border-color: #fff;
}
.right-col-content{
	background: #fff;
	padding: 20px;
    padding-top: 34px;
	box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
	min-height:100%;
}
.page-title{
	font-size:24px;
	font-weight: 700;
	color: #1E3C6E;
}
.normal-text{
	font-size: 14px;
	font-weight: 400;
	color: #212121;
}
.custom-row{
	border-bottom: solid 1px #1E3C6E;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.input-label{
	font-size: 16px;
	font-weight: 600;
	color: #212121;
}
.output-label{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
}
.input-header-label{
	font-size: 12px;
	font-weight: 800;
	color: #212121;
}
.output-header-label{
	font-size: 12px;
	font-weight: 400;
	color: #212121;
}
.section-heading{
	font-size: 16px;
	font-weight: 700;
	color: #1E3C6E;
}
.form-round-box{
	border-radius: 4px;
	border: solid 1px #E6E6E6;
	padding: 20px;
}
.inputLabel{
	font-size: 14px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 3px;
}
.form-control.outputTextBox{
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	border: solid 1px #212121;
	height:41px;
}
.required{
	color: #F92525;
}
.custom-btn{
	background: #1E3C6E;
	color: #fff;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
    min-width: 125px;
}
.delete-Btn
{
	width:185px;
}
.custom-btn-cancel{
	background: #fff;
	color: #1E3C6E;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #1E3C6E;
    min-width: 125px;
}
/*******Footer**********/
.footer-bg{
	background: #1E3C6E;
	padding: 20px 0px;
	margin-top: 20px;
}
.footer-title{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.quick-links{
	margin-bottom: 0px;
}
.footer-links{
	font-size: 13px;
	font-weight: 400;
	color: #CBD0D3;
}
.footer-links:hover{
	color: #fff;
	text-decoration: none;
}
.copyright{
	font-size: 11px;
	font-weight: 400;
	color: #CBD0D3;
	display: inline-block;
}
.nav1 {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

.border-v{
	border-right: solid 1px #e6e6e6;
}
.custom-table {
	border: solid 1px #DADDDC;
}
.custom-table th{
    color: #fff;
    background-color: #1E3C6E;
    border-color: #DADDDC;
	font-size: 14px;
    font-weight: 700;
    padding-top: .50rem!important;
    padding-bottom: .50rem!important;
	border-bottom: 0px solid #dee2e6;
}
.custom-table td{
	color: #212121;
	border-color: #DADDDC;
	font-size: 14px;
	font-weight: 400;
	padding-top: .20rem!important;
	padding-bottom: .20rem!important;
	border-bottom: 0px solid #dee2e6;
	line-height: 1;
	vertical-align: middle!important;
}

.table-border-b{
	border-bottom: solid 3px #DADDDC;
}
.page-no{
	font-size: 13px;
	color: #838383;
	font-weight: 400;
	margin-right: 10px;
	float: left;
}
.no-circle{
	background: #aaafb9;
	border-radius: 100%;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	line-height: 0.5;
}
.page-link{
    color: #212121!important;
    background-color: transparent!important;
    border-color: transparent!important;
}
page-link:hover {
    color: #1E3C6E!important;
}
.page-item.disabled .page-link{
	color:#838383!important;	
}
.select-no{
	border: none;
    font-size: 13px;
    margin-right: 47px;
}

.custom-bg-row{
	background: #fff;
	box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
}
.link{
	color: #005EA2;
	font-size: 14px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1E3C6E!important;
    border-bottom: 1px solid #1E3C6E!important;
}
.custom-btn-link {
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
.card-header{
	padding: .46rem .46rem!important;
}
.card{
	margin-bottom: 10px!important;
}
#accordionExample .accordionBtn:before,
#accordionExample .accordionBtn.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px!important;
    color: #50bbaa;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordionExample .accordionBtn.collapsed:before{
    color: #a0a0a0;
    transform: rotate(0);
}
.pageno {
    margin-left: 15px;
    margin-right: 15px;
    color: #212121;
    font-weight: 400;
}
.paginationText {
    color: #1E3C6E;
	font-size: 12px;
	font-weight: 600;
}
.output-disabled {
    display: block;
    background: #ededed;
    padding: 5px 10px;
    color: #aaafb9;
	border-radius: 5px;
}

a.output-disabled {
    display: block;
    background: #ededed;
    padding: 5px 10px;
    color: #0056b3;
	border-radius: 5px;
}
.listbox1 {
    padding-left: 20px;
    border: 1px solid #BDCBE0;
    border-radius: 3px;
    width: 100%;
}

.headerhighlightbox  {
	background-color: #1E3C6E;
	color: #212121;
	font-weight: 600;
    font-size: 14px;
}

.bordertable{
	border-style: solid;
	border-width: 1px;
	border-color: #BDCBE0;
}
.bordercaption{	
    color: #fff;
	font-weight: 600;
    font-size: 14px;
	font-family: Open Sans!important;
}
.detailTable{
	padding-left: 20px;
	padding-right:20px;
}

.paddingtable
{	
	padding-left: 30px;
	padding-right:30px;
	padding-bottom:10px;
}

 .nav-link-light-appchoose {
	 color: #1E3C6E !important;
	 text-transform: none !important;
	 font-weight: 600 !important;
	 font-size: 14px !important;
 }

 .nav-item-appchoose {
	 border-bottom: 1px solid #1E3C6E;
	 padding: 10px;
	 margin: 0px;
	 background-color:white;
	 padding-top:28px;
	 padding-bottom:20px;
 }
.nav-item-appchoose span {
    color: #1E3C6E;
}
.active-text {
    font-size: 16px;
    
}
 .nav-item-appchoose:hover{
	  background: #1E3C6E;
	  color: #fff;	  
 }
 .components {
    margin-bottom: 0;
	border:1px solid #1E3C6E;
	border-bottom:none;
}
 .nav-item-appchoose:hover span {
    color: #fff;
}
.nav-item-appchoose:hover span .fa-arrow-circle-right {
    color: #fff;
}

.dropdown-item {
    font-size: 14px!important;
}
.nav-link {
color: white !important;
}
.topnav {
	font-size: 14px;
    background-color: rgb(0, 113, 188);
    color: white;
    padding-left: 28px;
    padding-top: 5px;
}
.solid:last-child {
  border: none;
}
.topnavtext
{
    background: #0071BC;
    color: fff;
	padding-left:20px;
}
#program{
	width: 100%;
	height: 41px;
	border-width: 1px;
	border-radius: 4px;
	color: #212121;
}
.row span.seperator{
	font-size: 20px;
	font-weight: 200;
}
.dateTextFormat{
	font-size: 14px;
    color: #003366;
    font-weight: normal;
}

.table-text{
	font-size: 14px;
    font-weight: 400;
    color: rgb(253, 253, 253);
	font-family: open sans;
}

.custom-table{
	border:1px #3d3c3c solid;
	border-bottom: 2px #3d3c3c solid;
	border-radius: 6px;
}
.custom-table .row .col{
	flex-wrap: nowrap;
	padding-left:0px;
	padding-right:0px;

}

.custom-table .row{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

.solid p:nth-last-child(2) {
	border: none;
}
.accordian-text
{
    color: fff;
}
.hyperLink-normal-text-header{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.successMsg  { font-size: 11pt; color: #28a745; font-weight: bold; text-align: left;   }

.input-msg-label{
	font-size: 10px;
	font-weight: 600;
	color: #212121;
	font-style: italic;
}