hr.text-break {
	border: none;
	border-top: 1px double #333;
	color: #333;
	overflow: visible;
	text-align: center;
	height: 5px;
}

hr.or-text-break:after {
	background: #fff;
	content: 'OR';
	padding: 0 4px;
	position: relative;
	top: -9px;
}

.dark-panel-heading {
	background-color: lightgray !important;
}

#notices .alert{
	border: 0;
	background-color: #fff;
	padding: 10px;
}

.breadcrumbs {
	display: table;
	text-align: left;
	height: 100%;
	line-height: normal;
}

.breadcrumbs li {
	display: table-cell;
	padding: 5px 20px;
	color: #444;
	vertical-align: middle;
	font-weight: normal;
	padding-right: 25px;
	background-image: url("../images/br_border.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.breadcrumbs li a {
	color: #178ab0
}

/*this is for bread crumbs on Investigations pages*/
.btn-breadcrumb .btn:not (:last-child ):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}

.btn-breadcrumb .btn:not (:last-child ):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not (:last-child ):after {
	border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not (:last-child ):before {
	border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not (:last-child ):after {
	border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not (:last-child ):before {
	border-left: 10px solid #adadad;
}


.quicksearch-error {
	border: 2px solid red !important;
}


.search-item {
	padding: 5px 10px;
	white-space: normal;
	color: #555;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.search-item h3 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	margin: 0;
	padding: 0;
}

.search-item div {
	margin-top: 3px;
	margin-bottom: 3px;
}

.search-item h3 span {
	float: right;
	font-weight: normal;
	margin: 0 0 2px 2px;
	width: 150px;
	clear: none;
}

.search-item-break {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.search-itm {
	display: block;
}

.search-itm-hdr {
	white-space: nowrap;
	overflow: hidden;
}

.search-itm-title {
	padding: 5px;
	color: #222;
}

.search-itm-data {
	padding: 5px;
}

.twitter-typeahead {
	display: block !important;
}

.x-boundlist-item {
	line-height: normal;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

.x-list-plain {

}

.footer-cont > table {
	width: 100% !important;
}

.footer-cont {
	padding: 1px 0px 1px 0px;
	overflow: hidden;
	display: block !important;
}

.footer-cont table {
	width: 100%;
	border-collapse: collapse;
	table-layout:auto;
}

.footer-cont td {
	padding: 12px 15px 1px 15px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}

.footer-cont, .footer-cont a {
	color: #ddd;
}

.footer-cont td>span {
	font-weight: bold;
}

.footer-cont .footer-addr{
	width: 250px;
}
.footer-cont td ul {
	padding-left: 20px;
}

.readers-viewers {
	padding-left: 0 !important;
}

.readers-viewers li {
	display: inline;
}

.readers-viewers span {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.rdr-adobe {
	background-image: url("../images/viewers/application-pdf.png");
}

.rdr-powerpoint {
	background-image: url("../images/viewers/x-office-presentation.png");
}

.rdr-winzip {
	background-image: url("../images/viewers/package-x-generic.png");
}

.rdr-word {
	background-image: url("../images/viewers/x-office-document.png");
}

.rdr-spreadsheet {
	background-image: url("../images/viewers/x-office-spreadsheet.png");
}

/********************************/
.link_icon {
	padding-left: 26px !important;
	background-repeat: no-repeat;
	background-position: 7px center;
}

#briefcaseLink {
	background-image: url("../images/navicons/briefcase.png");
}

#homeNavLink {
	background-image: url("../images/navicons/home.png");
}

#reportsMenu {
	background-image: url("../images/navicons/reports.png");
}

#searchMenu {
	background-image: url("../images/navicons/search.png");
}

#adminMenu {
	background-image: url("../images/navicons/gear.png");
}

#developerMenu {
	background-image: url("../images/navicons/tools.png");
}

#helpMenu {
	background-image: url("../images/navicons/help.png");
}

#caseManagementMenu {
	background-image: url("../images/navicons/clipboard.png");
}

#submissionMenu {
	background-image: url("../images/navicons/submit.png");
}

#userNameMenu {
	background-image: url("../images/navicons/user.png");
}

#logoutNavLink {
	background-image: url("../images/navicons/unlock.png");
}

.registerLink {
	background-image: url("../images/navicons/pen.png");
}

#navLogin {
	background-image: url("../images/navicons/lock.png");
}

.current-link {
	background-image: url("../images/navicons/up.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bulk-download-add {
	position: relative;
}

.bulk-download-add > .bulk-download-icons {
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	height: 85%;
	font-size: 20px;
	cursor: pointer;
}

#addedDocumentIcon {
	cursor: not-allowed;
}

.fa-shopping-cart {
	position: relative;
}
.fa-shopping-cart > .fa-check {
	position: absolute;
	color: green;
	left: 13px;
	top: -7px;
}

.vert-nav {
	padding: 0;
	box-sizing: border-box;
	display: block;
	list-style-type: none;
	margin: 0 !important
}

.vert-nav li {
	display: block;
	box-sizing: border-box;
	margin-bottom: 10px
}

.vert-nav a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: black !important;
}

.vert-nav li.active a {
	background: white !important;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black !important;
	border-left: 5px solid #00496E;
}

#edis_wiz {

}

.input-btn-inline {
	float: right;
}

.input-wrp-inline {
	margin-right: 90px;
	box-sizing: border-box;
}

.card-title {
	font-size: 20px;
	padding-bottom: 20px;
	display: block;
}

.error_msg {
	padding: 5px;
	box-sizing: border-box;
	color: red;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

.input-info {
	padding: 5px;
}

.input-box {
	padding: 5px 0px 5px 0px;
}

.sub-prev-hdr {
	padding: 10px 5px 10px 5px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5
}

.sub-prev-body {
	padding: 5px;
	overflow: auto;
	box-sizing: border-box;
}

.dl-vertical>span {
	display: block;
	box-sizing: border-box;
	padding: 5px;
}

.dl-vertical dd {
	padding-left: 10px;
	box-sizing: border-box;
}

/*******Spinner***********/
/* #loadr { */
/* 	position: fixed; */
/* 	top: 0; */
/* 	right: 0; */
/* 	bottom: 0; */
/* 	left: 0; */
/* 	background: gray; */
/* 	display: none; */
/* 	z-index: 10000; */
/* 	opacity: 0.2; */
/* } */

/* #loadrmsg { */
/* 	position: fixed; */
/* 	width: 120px; */
/* 	height: 50px; */
/* 	text-align: center; */
/* 	background: white; */
/* 	display: none; */
/* 	z-index: 20000; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -25px; */
/* 	margin-left: -60px; */
/* 	line-height: 50px; */
/* 	padding-left: 22px; */
/* 	background-repeat: no-repeat; */
/* 	background-position: 10px center; */
/* 	background-image: url("../images/loading_sm.gif"); */
/* } */

.center-panel {
    position: fixed;
    text-align: center;
    top: 25%;
    left: 50%;
    z-index: 20000;
    margin-left: -25rem;
    width: 50rem;
    height: 16rem;
}

.center-panel div {
	margin: 20px;
}

#center-quicksearch input {
	width: 100% !important;
}
#center-quicksearch {
	position: fixed;
	text-align: center;
	background: white;
	display: none;
	z-index: 20000;
	top: 50%;
	left: 50%;
	height:80px;
	width:600px;
	padding:20px;
	margin-left: -300px;
	margin-top: -40px;

}

.big-loadr {
	height: 400px;
	width: 400px;
	padding: 100px;
}

#loadr {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: gray;
	display: none;
	z-index: 10000;
	opacity: 0.4;
}

#loadrmsg {
	position: fixed;
	width: 120px;
	height: 120px;
	text-align: center;
	background: white;
	display: none;
	z-index: 20000;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -60px;
	line-height: 50px;
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 30px 20px;
	background-image: url("../images/loading_sm.gif");
}

.no-display{
	display: none;
}

.very-faded {
	opacity: 0.2;
}

.faded {
	opacity: 0.4;
}

.bulk-download-hover-loadr {	
    position: absolute;
    top: 25%;
    left: 25%;
    width:50%;
    height: 25%;
    min-height: 150px;
    z-index: 10000;
}

.card-row{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.card-cell{
	display: table-cell;
	padding: 10px;
	height: 100%;
}

#wel-login-back {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('../images/edisback5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.wel-card{
	padding: 20px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.wel-card-bak{
	z-index: 1;
	position: absolute;
	top: 0;right:0;left:0;bottom:0;
	background-color: #f7f7f7;
	opacity: 0.8;
}

.wel-card-cont{
	position: relative;
	z-index: 2
}

.wel-card-cont .card-txt{
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}

.edis-info-cont, .edis-info-cont-urgent {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #00496e;
	text-align: left;
}

.edis-info-cont{
	background-image: url('../images/info-theme-24.png');
}

.edis-info-cont-urgent {
	background-image: url('../images/warn-yellow-24.png');
	color: red;
	font-size: 15px;
	border: 1px solid red;
}

.side-by-side {
	display: table;
	width: 100%;
}

.side-by-side>* {
	display: table-cell;
}

.doc-link {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image:url("../images/viewers/application-pdf.png");
	min-height: 24px;
	display: inline-block;
}

.doc-link-right{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right 2px;
	background-image:url("../images/viewers/application-pdf.png");
	min-height: 24px;
	display: inline-block;

}

.doc-link-csv{
	background-image: url("../images/viewers/x-office-spreadsheet.png");
}

.red-smiley{
	display: inline-block;
	height: 96px;
	width: 96px;
	background: url("../images/smiley-red-96.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}

.edis-help{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url("../images/help2-theme-32.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	position: relative;
	z-index: 0;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.edis-help > *{
	border: 1px solid #00496e;
	padding: 8px;
	box-sizing: border-box;
	position: absolute;
	background-color: white;
	display: none;
	bottom: 100%; left: 0;
	min-width: 300px;
	font-weight: normal;
	z-index: 2000;
}

.edis-help:hover > *{
	display: inline-block;
}

.edis-help.help-down > *{
	top: 100%;
	bottom: auto;
}

.edis-section-title{
	color: #00496e;
	font-weight: bold;
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

.edis-section-cont{
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
}

.edis-report-title{
	color: #00496e;
	font-weight: bold;
	padding: 20px 10px 0px 10px;
	font-size: 18px;
	box-sizing: border-box;
	text-align:center;
}

.edis-page, .edis-panel{
	padding: 5px 15px 10px 15px;
	box-sizing: border-box;
}

.edis-page-title{
	color: #00496e;
	font-weight: bold;
	padding: 15px;
	font-size: 18px;
	box-sizing: border-box;
	text-align:center;
}

.edis-panel-title{
	color: #00496e;
	font-weight: bold;
	padding: 15px;
	font-size: 15px;
	box-sizing: border-box;
	text-align:center;
}

.edis-panel-nav {
	top: 0;
	left: 0;
	width: 50px;
}

.edis-nav-item-icon {
	font-size: 1.65rem;
}

.edis-nav-item {
	position: relative
}

.badge-dl {
	position: absolute;
	top: -7px;
	left: -22px;
	height: 14px;
	line-height: 1;
	font-size: 1.25rem;
	font-family: helvetica, arial, verdana, sans-serif;
	color: white;
	background-color: red;
	border-radius: 100px !important;
	padding: 1px 5px 0 5px;
	justify-content: center;
}

.edis-report-max {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 5px;
}

.edis-togl{
	width: 30px;
	background-color: white;
	background-image: url('../images/fullscreen-32.png');
	background-position: center center;
	background-size: 30px 30px;
	display: inline-block;
	height: 30px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.edis-togl:hover{
	cursor: pointer
}

.edis-report-max .edis-togl{
	background-image: url('../images/smallscreen-32.png');
}

.run-search {
	background-image: url('../images/run-search-480.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.configGroups {
	color: grey;
	font-size: 16px;
	font-weight: bold;
}
.x-grid-cell-inner { white-space: normal; }

td.details-control {
	background: url('../images/icons/glyphicons_190_circle_plus.png') no-repeat center center;
	cursor: pointer;
}
tr.details td.details-control {
	background: url('../images/icons/glyphicons_191_circle_minus.png') no-repeat center center;
}
.dl-horizontal dt {
	white-space: normal;
}


/*********************************
 * Service List/Service Certificate 
 *********************************/

.inline-parti-list {
	padding-left: 20px;
}

.representative-detail-list {
	padding-left: 25px;
}

.representative-detail {
	padding-left: 25px;
}

.toggle-control {
	color: darkgray;
}

.toggle {
	width: 100px;
}

.add-representative-button {
	font-size: large;
}
.representative-title-parti-summary ul {
	display: inline !important;
	padding-left: 2px;
}

/**
  floating command bar footer 
  */

.commandFooter {
	margin-right: 15px;
	margin-left: 15px;
	background: #00496e;
}

.commandFooterContainer {
	padding-top: 3px;
	padding-bottom: 3px;
	background: white;
	box-sizing: border-box;
	text-align: center;
	border-top: 2px solid #00496e;
}

.pdf-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0.175rem;
}

.pdf-group .fa-file-pdf {
	display: block;
	font-size: 4rem;
	color: red;
}
.pdf-group > .pdf-file-format {
	padding: 0 0 0.875rem 0;
	margin: 0 2.00rem 0 2.00rem;
}

.modal-xl {
	width: 90%;
}

.inv-action-btn {
	padding-left: 5px;
	padding-right: 5px;
}

.text-confidential {
	color: coral;
}