* {
	/* 	border:1px red solid; */
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

dd {
	display: table !important;
}

html {
	height: 100%;
	margin-top: 0;
	margin: 0;
	padding-top: 0;
	padding: 0;
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: 6px;
	max-width: 100%;
}

.pscMessageBox a{
	
	color:#0000bf !important;
}


a.replyBtn.btn{
	color:white !important;
}

a {
	cursor: pointer;
}

/* #header {
	flex: 0 1 auto;
} */

#headerSeal {
	background: url(../images/header.png) center no-repeat;
	height: 97px;
	position: relative;
	z-index:2;
}

#headerSealBefore {
	background: url(../images/header-front.png) center left repeat-x;
	height: 97px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index:1;
}

#headerSealAfter {
	background: url(../images/header-back.png) center left repeat-x;
	height: 97px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index:1;
}

#header .sec2{
	background-color: #fff;
}


#footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	background-color: #f5f5f5;
}

}
#footer-xs {
	width: 100%;
}

#left {
	text-align: left;
}

#right {
	text-align: right;
}

/* #mainContent {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
} */

#mainContent-xs {
	box-sizing: border-box;
	height: 100%;
	padding-top: 50px; /* 	padding: 174px 0 20px; */
	padding-bottom: 30px;
}

#mainContent .subContent {
	/* overflow-y: auto;
	flex: 1; */
	padding-top: 20px;
}

#mainContent > .subContent > .container > .row:last-child {
	padding-bottom: 30px;
}
	
.buttonCol {
	text-align: center;
	padding-bottom: 20px;
}

.buttonExample {
	box-shadow: 1px 1px 4px;
	-moz-box-shadow: 1px 1px 4px;
	-webkit-box-shadow: 1px 1px 4px;
	color: #0D1D50 !important;
	background-color: #f5f5f5 !important;
}

.buttonExample:hover {
	box-shadow: 1px 1px 4px inset;
	-moz-box-shadow: 1px 1px 4px inset;
	-webkit-box-shadow: 1px 1px 4px inset;
	background-color: #e6e6e6 !important;
}

.currency {
	text-align: right;
	width: 80px;
}

.currencySymbol {
	text-align: right;
	width: 5px;
}

.currencyTable {
	border-collapse: collapse;
	float: left;
	padding-bottom: 20px;
	text-align: left;
	display: table-row-group;
}

.currencyTable .col1 {
	text-align: left;
	width: 160px;
}

.currencyTable .col2 {
	text-align: left;
	width: 100px;
}

.currencyTable .header {
	font-weight: bold;
	text-decoration: underline;
}

.dl-horizontal dt {
	text-align: left !important;
	width: 260px !important;
}

.errormessage {
	color: #EB0000;
	display: block;
	float: left;
	font-weight: 700;
	text-align: left;
}

.errormessage span {
	font-weight: 700;
}

.footerContent, .footerContent-xs, .buttonTable {
	width: 100%;
}

.footerbar, .footerbar-xs {
	background-color: #0D1D50;
	height: 1px;
	width: 100%;
}

.form-group .captcha-warning-block {
	display: none;
}

.form-group.has-warning .captcha-warning-block {
	display: block;
}

.help {
	background-color: #0D1D50;
	color: #FFFFFF;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
}

.help a {
	color: #FFFFFF;
	padding-right: 10px;
	text-align: right;
	text-decoration: underline;
}

.alert a{
	color: blue;
}

.help a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.left {
	text-align: left;
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.padding15left {
	padding-left: 15px !important;
}

.padding25left {
	padding-left: 25px !important;
}

.pdfViewer {
	overflow-x: hidden;
	overflow-y: hidden;
}

.pdfViewer iframe {
	width: 99vw;
	height: 99vh;
	border-collapse: collapse;
}

.phoneNumber .padding15Right {
	padding-right: 15px !important;
}

.right {
	text-align: right;
}

.row .form-group {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.row .input-group {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.form-group,.input-group label{
	padding-left: 5px !important;
}

.row .form-group .col-sm-3 input{
	padding-left:10px !important; 
}

.sectionHeaderRow {
	color: #2d539e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
}

.table.headerTable {
	border: 2px solid #bbb;
	border-collapse: collapse;
	width: 100%;
}

.table.headerTable tr.header {
	background-color: #0D1D50;
	border: 2px solid #bbb;
	color: #FFFFFF;
	width: 100%;
}

.table.table-borderless td, .table.table-borderless th {
	border: 0 !important;
}

.totalCol {
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: thin;
	font-weight: bold;
}

.upperCase {
	text-transform: uppercase;
}

.activePage {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50px;
	background: #0D1D50;
	box-shadow: 0px 0px 5px 0px;
	color: #0D1D50;
}

.inActivePage {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50px;
	background: darkgray;
	color: white;
}

.connectBar.activePage::before {
	content: "";
	position: absolute;
	right: 50%;
	top: 28px;
	height: 1px;
	width: 100%;
	border-bottom: 4px solid #0D1D50;
	color: #0D1D50;
	box-shadow: 0px 0px 5px 0px;
}

.connectBar.inActivePage::before {
	content: "";
	position: absolute;
	right: 50%;
	top: 28px;
	height: 1px;
	width: 100%;
	border-bottom: 4px solid darkgrey;
}

[data-toggle="collapse"][aria-expanded="true"]>span.expandCollapse::before
	{
	content: "\f146";
}

[data-toggle="collapse"][aria-expanded="false"]>span.expandCollapse::before
	{
	content: "\f0fe";
}

pre {
	border-radius: 10px 10px 0px 0px !important;
	color: #0D1D50 !important;
}

.expandCollapse {
	margin: 0px 5px;
}

.footnote {
	font-family: Times New Roman;
	color: #000000;
}

sup {
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
}

.featureHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

.featureHeader a{
	font-family: "Comic Sans MS";
	color: #091E42;
	font-weight: 600;
	margin-top: 40px;
}

.featureDescription {
	font-family: Charlie Text, -apple-system, BlinkMacSystemFont, Segoe UI,
		Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-style: normal;
	color: #091E42;
	font-weight: 400;
	margin-bottom: 20px;
}

.featureHelp {
	border: 1px solid #3E88FF;
	padding: 4px 8px 4px 8px;
	color: #0f69ff;
	font-weight: 600;
	border-radius: 3px;
	border-width: thin;
	cursor: pointer;
}
.quickGuide {
	border:1px solid #091E42;
	padding: 4px 8px 4px 8px;
	color: #091E42;
	border-radius: 2px 8px 2px 2px;
	padding:15px 5px 5px 5px;
	width:55px;
	margin-top:30px;
	border-right: 4px solid #091E42;
}

.guideSection{
	background-color:  #E8E8E8;
	border-radius: 4px 4px 4px 4px;
	padding-left:15px;
	text-align:left;
}

.guideSection-Left{
	font-family: Arial, Helvetica, sans-serif;
	padding:8px 8px 8px 8px;
}

.guideSection-Right{
	font-family: Arial, Helvetica, sans-serif;
	padding:18px 12px 12px 12px;
	text-align: left;
	height:50px;
}


/* search bar */

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

td.details-control::before {
  display       : inline-block;
  font-family   : 'Glyphicons Halflings';
  font-style    : normal;
  font-weight   : 400;
  line-height   : 1;
  -webkit-font-smoothing : antialiased;
  cursor     : pointer;
  content : '\2b';
  vertical-align: middle;
  
}
tr.shown td.details-control::before {
  display       : inline-block;
  font-family   : 'Glyphicons Halflings';
  font-style    : normal;
  font-weight   : 400;
  line-height   : 1;
  -webkit-font-smoothing : antialiased;
   content : '\2212';
}

.childTable{
	max-width: 70% !important;
	margin-left:5% !important;
}

.fileUpload{
	border:1px solid  #E8E8E8;
	border-radius: 4px 4px 4px 4px;
	max-width:100%;
	padding:18px 12px 12px 12px;
}


.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.messageContainer{
	border: 1px solid #909090;
	padding:5px;
	color: #606060;
	border-radius: 10px;
	border-width: thin;
	margin-block-end: 0px !important;
	margin-top:25px;
	background-color: #f9f9f9;
}


.active {
	font-weight: 600;
	background-color: white !important;
}

.inactive {
	
}

.tabs-button {
	background-color: #e6e6e6;
	padding: 7px 15px 5px 15px;
	color: #002266;
	border: 1px solid #002266 !important;
	border-right: 3px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 0px !important;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
}

.tabs-button:hover {
	background-color: white;
}

.tabs-main {
	border-radius: 2px 2px 0px 0px;
	padding: 16px 0px 2px 5px;
	background-color: #c6c6c6;
}

.tabs-Cell {
	border: 1px solid #909090;
	padding: 15px;
	color: #606060;
	border-radius: 0px 0px 5px 5px;
	border-width: thin;
}

.dftMessageBox {
	min-width: 80%;
	float: right;
	margin: 5px;
	margin-bottom:20px;
}

.pscMessageBox {
	min-width: 80%;
	float: left;
	margin: 5px;
	margin-bottom:20px;
}

.dftMessageBoxHeader {
float: right;
    background-color: #fff9ec;
    padding: 5px;
    color: black;
    border-radius: 5px;
    border-width: thin;
    top: 4px;
    right: -6px;
    position: relative;
}

.pscMessageBoxHeader {
float: left;
    background-color: #e6f7ff;
    padding: 5px;
    color: black;
    border-radius: 5px;
    border-width: thin;
    position: relative;
    top: 4px;
    right: 5px;
}

.msgBoxLabel{
	color: #002266;
	min-width:150px;
	
}

.msgBoxDivider{
	border-top: 1px solid black;	
	margin:0px;
	margin-bottom:5px;
}



.pscMessageBoxFooter {
	float: right !important;
	padding-left: 15px;
	color: #002266
}
.newMessageBox{
	border-radius: 5px;
    margin: -1px 5px;
    top: 10px;
    padding: 0px 15px;
    background-color: #2a8000;
    color: white;
    float: right !important;
    position: relative;
}
.totalNewMessageBox{
	border-radius: 5px;
    margin: 0px 5px;
    padding: 0px 5px;
    background-color: #2a8000;
    color: white;
    float: right !important;
    position: relative;
    font-size:.9em;
}
.dftMessageBoxFooter {
	float: left !important;
	padding-right: 15px;
	color: #002266
}

.messageBoxSubject {
	color: #002266;
	font-weight: 600;
}

.table-responsive {
	border: 0px !important;
}

.table-condensed{
	margin-bottom:0px !important;
}

.msgSectionContainer {
	display:block;
 	border: 1px solid gray;
/* 	border-left: 4px solid #0D1D50; */
/* 	border-right: 4px solid #0D1D50; */
 	border-radius: 5px;
 	margin: 8px;
/* 	min-width: 100%; */
	padding-top:10px;
 	padding-bottom:10px;
 	cursor: pointer; 	
}

.msgSectionContainer:hover{
	border:2px solid #0D1D50;
}

.msgSectionContainer div{
	font-weight:300;
}

#customFile{
padding:15px;
}

#msgOptionList>label>p {
	margin: 0px;
}

h6 {
	margin-top: 0px;
}

.table-responsive {
    overflow-x: unset;
}

.msgSectionContainer input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin-right:8px;
}

label.btn {
    white-space: normal;
    border:1px solid rgba(0,0,0,.35);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s
}

label.btn:hover {
 background: rgba(0,0,0,.35);
    text-shadow: 0 3px 2px rgba(0,0,0,0.4);
}
label.btn-block {
    text-align: left;
    position: relative
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%
}
.form-radio{
top:34%
}

.scaledInput{
transform:scale(1.5);
margin-right:10px !important;
}

.scaledLabel{
font-weight:600;
margin-left: -10px;
}

select{
 font-weight:600 !important;
}

.dataTable .details-control{
	cursor: pointer;
	text-align: center;
}

.dataTable.table-striped > tbody > tr.odd{
	background-color: #f9f9f9;
}

.dataTable.table-striped > tbody > tr.even{
	background-color: white;
}

hr.lineSeparator {
	margin-top: 20px;
    margin-bottom: 20px;
    border-top: 0px solid #000000 !important;
    border: solid;
}

.errors {
    color: red;
    text-align: center;
}

/* The Color Checkbox container */
.checkBoxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
 border-style: solid;
  border-width: thin;
}

.radiomark { 
    width: 20px; 
    height: 20px; 
    vertical-align: sub; 
} 

/* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
  background-color: #00b33c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.replyBtn{
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
font-size: 12px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 20px;
margin-block-end: 5px !important;
margin-top: 5px !important;
background-color: #005bb7;
color: white;
border: 0px; 
padding:2px 12px 2px 12px;	
}

.flexbox-body{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flexbox-header{
	flex: 0 1 auto;
}

.flexbox-main{
	flex: 1 1 auto;
	overflow-y: auto;
}

.flexbox-footer{
	flex: 0 0 auto;
}



.activePage{
	width: 20px; height: 20px;
   	display: block;
   	border-radius: 50px;
   	background: #0D1D50;
   	box-shadow: 0px 0px 5px 0px;
   	color: #0D1D50;
}

.inActivePage{
    width: 20px;
   	height: 20px;
   	display: block;
   	border-radius: 50px;
   	background: darkgray;
   	color: white;
   }

.connectBar.activePage::before {
   	content: "";
   	position: absolute;
   	right: 50%;
   	z-index: -1;
   	top: 28px;
   	height: 1px;
   	width: 100%;
   	border-bottom: 4px solid #0D1D50;
   	color: #0D1D50;
   	box-shadow: 0px 0px 5px 0px;
}

.connectBar.inActivePage::before {
   	content: "";
   	position: absolute;
   	right: 50%;
   	z-index: -1;
   	top: 28px;
   	height: 1px;
   	width: 100%;
   	border-bottom: 4px solid darkgrey;
}
	
/*  --------------Section Container CSS------------- */
.containerBar {
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-radius: 12px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-bottom: 24px !important;
	color: #0D1D50;
	margin-right: 12px !important;
	margin-left: 12px !important;
	box-shadow: 2px 2px 4px -3px;
	font-size: 14px;
}

.containerBar:before {
    display: table;
    content: " ";
}

.containerBar:after {
    display: table;
    content: " ";
    clear: both;
}

.containerBar dl {
	margin-top: 10px;
}

.containerHeader {
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0px 0px;
	padding: 9px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-transition: border-radius 1s ease !important;
	-moz-transition: border-radius 1s ease !important;
	-o-transition: border-radius 1s ease !important;
	transition: border-radius 1s ease !important;
	font-size: 16px;
}

.containerHeader[aria-expanded='true'] {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-transition: border-radius 0s ease !important;
    -moz-transition: border-radius 0s ease !important;
    -o-transition: border-radius 0s ease !important;
    transition: border-radius 0s ease !important;
}

.containerHeader[aria-expanded='false'] {
	border-bottom: none !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.containerHeader[data-toggle='collapse']:hover {
	background: #ececec;
	cursor: pointer;
}

.containerContent {
	padding: 10px 20px 5px 20px;
}

.subContainerBar {
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-radius: 12px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 6px;
    padding-top: 0px;
    color: #0D1D50;
    margin-top: 15px !important;
    box-shadow: 2px 2px 4px -3px;
    font-size: 14px;
}

.subContainerBar:before {
    display: table;
    content: " ";
}

.subContainerBar:after {
    display: table;
    content: " ";
    clear: both;
}

.subContainerHeader {
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 14px;
}

.documentBar {
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-radius: 12px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 6px;
    padding-top: 0px;
    color: #0D1D50;
    margin-top: 15px !important;
    box-shadow: 2px 2px 4px -3px;
    font-size: 14px;
}

.documentHeader {
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0px 0px;
	padding: 2px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 14px;
}

@media ( min-width :280px) and (max-width:768px) {
	.containerHeader, .containerContent{
		font-size: 12px !important;
	}
	.containerBar{	
		margin:1px !important;
		box-shadow:0px;
	}
	.subContainerBar .subContainerHeader{
		font-size: 11px !important;
	}
}
/*  --------------End Section Container CSS------------- */
.accountLabel {
	margin-bottom: 0px;
	white-space: nowrap;
}

.accountLabel-required {
	margin-left: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

.accountInfo {
	font-weight: normal;
	white-space: nowrap;
}

.composeButton{
	color:blue;
}
.composeButtonMuted{
	color:#444444;
}

.progress-bar {
	font-size: 14px !important;
	background-color: #265e8a !important;
}

.progress-bar-success {
	background-color: #357935!important;
}

a.page-link{
	color:#0000ff!important;
}
.pagination>.active>a{
	background-color:#daeee7 !important;
}


@media (max-width: 768px){
	.accountInfo {
		margin-left: 20px;
	}
}

.margin-bottom-10{
	margin-bottom: 10px;
}
@media (min-width: 768px){
	.right-sm {
		text-align: right;
	}
}
@media (min-width: 992px){
	.right-md {
		text-align: right;
	}
}
@media (min-width: 1200px){
	.right-lg {
		text-align: right;
	}
}