/*Open and Close*/
.category {
	overflow: hidden;
	transition: height 500ms;
	background-color: #f5f5f5;
	padding: 10px;
	padding-top: 0;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
}
.category table.table_data {
	width: 99.9% !important;
}
.category+.category {
	margin-top: 1.5rem;
}
.category__title {
	position: relative;
	cursor: pointer;
	user-select: none;
	float: left;
	margin: 0;
	width: 100%;
	border-radius: 2px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 11px;
	padding-top: 7px;
	padding-left: 18px;
}
.category__title:hover {
	opacity: .75;
}
.category__title::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	transform: scale(.75);
	transition: transform 500ms;
	width: 20px;
	height: 20px;
	background: url("../images/caret-right-solid.svg") no-repeat scroll 0 0;
	background-size: auto;
	background-size: 20px 20px;
}
.category.is-expanded .category__title::before {
	transform: scale(.75) rotate(90deg);
}
/*Table Responsive*/
@media (max-width:575.98px) {
 .table-responsive-sm {
  	display:block;
  	width:100%;
  	overflow-x:auto;
  	-webkit-overflow-scrolling:touch;
  	-ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-sm>.table-bordered {
  	border:0
 }
}
@media (max-width:767.98px) {
 .table-responsive {
  	display:block;
  	width:100%;
  	overflow-x:auto;
  	-webkit-overflow-scrolling:touch;
  	-ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive>.table-bordered {
  	border:0
 }
}
@media (max-width:991.98px) {
 .table-responsive-lg {
  	display:block;
 	width:100%;
  	overflow-x:auto;
  	-webkit-overflow-scrolling:touch;
  	-ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-lg>.table-bordered {
  	border:0
 }
}
@media (max-width:1199.98px) {
 .table-responsive-xl {
  	display:block;
  	width:100%;
  	overflow-x:auto;
  	-webkit-overflow-scrolling:touch;
  	-ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-xl>.table-bordered {
  	border:0
 }
}
.table-responsive {
 	display:block;
 	width:100%;
 	overflow-x:auto;
 	-webkit-overflow-scrolling:touch;
 	-ms-overflow-style:-ms-autohiding-scrollbar;;
}
.table-responsive>.table-bordered {
 	border:0
}
/*form*/
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
	display: block;
	width: 100%;
}
.modal table.modalDisplay tr td span.label{
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
	color: #000;
}
.modal table.modalDisplay tr td{
	font-weight:bold;
	font-size: 11px;
}
table.modalDisplay, table.modalDisplay tr th, table.modalDisplay tr td {
	border:0;
    border-bottom: 1px solid #eee;
	padding: 7px 10px !important;

}
.modal table.filterResultsTable tr td ul{
	margin-bottom:0;
}
.modal table.filterResultsTable tr td span.textBlock{
	display: block;
	margin-bottom:10px;
}
table.table_data_modal tr td a.subBtn {
    min-width: 60px !important;
}
/*Modal Window*/
.modal h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.modal h3 {
	font-size: 15px;
}
.modal h4 {
	color: #333;
	margin: 0 10px;
}

h4.modal-title {
	font-size: 15px;
	color: #fff;
	margin-left: 0;
}
.modal .dataTables_wrapper{
	background-color:#fff;
}
.modal .container {
	padding: 15px 25px 0 25px;
	max-width:100%;
}

.modal-dialog-scrollable {
  	display: -ms-flexbox;
  	display: flex;
  	max-height: calc(100% - 10rem);
}
.modal-dialog-scrollable .modal-content {
  	max-height: calc(100vh - 1rem);
  	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  	-ms-flex-negative: 0;
 	flex-shrink: 0;
}	
.modal-dialog-scrollable .modal-body {
  	overflow-y: auto;
}
.close {
	float: right;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	color: #fff;
	opacity: 1;
}
.close:not(:disabled ):not(.disabled) {
	cursor: pointer
}
.close:not(:disabled ):not(.disabled ):focus, .close:not(:disabled ):not(.disabled ):hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 9010;
  	display: none;
  	width: 100%;
  	height: 100%;
  	overflow: hidden;
  	outline: 0;
}
.modal-dialog {
  	position: relative;
  	width: auto;
  	margin: 0.5rem;
  	pointer-events: none;
}
.modal.fade .modal-dialog {
  	transition: -webkit-transform 0.3s ease-out;
  	transition: transform 0.3s ease-out;
  	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  	-webkit-transform: translate(0, -50px);
  	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  	-webkit-transform: none;
  	transform: none;
}
.modal-dialog-scrollable {
  	display: -ms-flexbox;
  	display: flex;
  	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  	max-height: calc(100vh - 1rem);
  	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  	-ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  color: rgb(255, 255, 255);
  line-height: 20px;
  background-color: rgb(0, 51, 102);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.modal-body h5 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.modal-body h6 {
	color: #40506a;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 5px;
	width: 90%;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left:0;
}
.modal-body table.table_display {
	margin:0;
}
.modal-body div.dataRowTitle {
	float: left;
	margin: 0;
	width: 100%;
	border-radius: 2px;
	font-size: 16px;
	color:#222;
	font-weight: 400;
	background-color:#eef0f3;
	padding: 10px;
	position: relative;
	padding-bottom: 3px;
	padding-top: 7px;
	border: 1px solid #e1e5eb;
}
.modal-body p{
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.modal-body .infoDisplayBox{
	background-color:#f7f7f7;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	padding: 10px;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal table.tableCondensed tbody th, .modal table.tableCondensed tbody td{
	
	padding: 5px 10px;
}

.modal table.dataTable{
	width:100% !important;
}
.modal .dataTables_wrapper.no-footer .dataTables_scrollBody{
	
	border-bottom:0;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 95%;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 600px;
  }
.modal-infoModal {
    max-width: 450px;
}
	
}


@media (min-width: 992px) {
  .modal-md {
    max-width: 950px;
  }
	.modal-infoModal {
    max-width: 550px;
}
  .modal-lg,
  .modal-xl {
    max-width: 90%;
  }
  
}

@media (min-width: 1200px) {
  .modal-lg,.modal-xl {
    max-width: 1500px;
  }
}
@media (min-width: 576px) {
 
	.modal-infoModal-md{
    max-width: 650px;
}
}

@media (min-width: 992px) {

	.modal-infoModal-md {
    max-width: 740px;
}
}

.modal .sectionRowTitle {
	background-color: #ccc;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 9px;
	width: 100%;
	border-radius: 0;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
.modal .tableWrapper {
	margin-bottom: 15px;
}
.modal table.dataTable thead th{
	border: 0;
}
.modal table.dataTable{
	margin-bottom:0 !important;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color:#fff;
    opacity: .6;
}
.mainBtnContainer div.innerBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.modal .mainBtn{
	display: inline-block !important;
	border-radius:2px !important;
	float: none !important;
}

.modalContent {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fbfbfb;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
}
.modalContent .open {
	background-color: transparent;
}
.modalContent .openClose a span.arrow {
	left: 0;
	top: 1px;
}
.modalContent .open a {
	border: 1px solid transparent;
	font-size: 14px;
}
.modalContent .openClose {
	background-color: transparent;
}
.modalContent .openClose a {
	border: 1px solid transparent;
	margin-bottom: 0;
	padding-left: 25px;
	font-size: 14px;
}
.modalContent .openClose:hover {
	background-color: transparent;
}

.contentContainer  div.solNoticeBox {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 10px;
}
.contentContainer  div.solNoticeBox h3 {
	border: 0;
	color: #555;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 0;
}
.contentContainer .solSummaryBox h4 {
	color: #222;
	font-size: 16px;
	font-weight: 400;
}
.contentContainer table.table_data_modal th {
	background-color: #fff !important;
	font-weight: 600;
	font-size: 13px !important;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	color: #777 !important;
	border-bottom: 1px solid #ccc;
}
.contentContainer table.table_modal_data td {
	font-size: 13px !important;
	border: 0;
	color: #222;
}
.modal h2 {
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	font-weight: 600;
}
.modal-body table.dataTable.no-footer {
	border-bottom:0;
}
.contentContainer div.solNoticeBox ul li, .contentContainer div.solNoticeBox ul li a
	{
	font-size: 13px;
}
.modal table.table_data td, .modal table.table_data th {
    padding: 2px 2px 2px 10px !important;
}

.table_data_modal thead::after{
	opacity: 0 !important;
}
.infoModal .modal-header {
    background-color: #fff;
}
.infoModal .modal-title {
    color: #222;
    font-size: 21px;
    font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 0;
}
.infoModal h3{
	font-weight: 600;
	margin-left: 0;
	line-height: 24px;
}
.infoModal ul li{
	font-size: 14px;
}
.infoModal .contentContainer {
    padding: 0;
	min-height: 100%;
}
.infoModal div.mainBtnContainer{
	margin-left: 0;
	border-top: 1px solid #bebebe;
	float: left;
	margin-top: 15px;
	padding-top: 25px;
	margin-bottom: 5px;
	width: 100%;
	padding-left: 10px;
}
.infoModal div.innerBox{
	margin-bottom: 0;
}
.infoModal .modal-body p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #333;
	clear: none;
}
.infoModal ol li {
    color: #333;
    margin-bottom: 5px;
}
.infoModal ol li ul{
    padding-left:5%;
}
.infoModal ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.infoModal .container {
    padding: 15px 35px 30px 35px;
    max-width: 100%;
}
.infoModal .close{
    line-height: 10px;
    color: #222;
}
.infoModal .close::before {
  	content: '';
	margin-right: -10px;
	position: relative;
	line-height: 30px;
}
.infoModal .close:not(:disabled):not(.disabled):focus, .infoModal .close:not(:disabled):not(.disabled):hover {
    color: #555;
}
.infoModal .mainBtn{
	padding: 5px 20px !important;
	font-size: .95em;
}
.infoModal .mainBtn:hover{
	background-color: #0069d9;
}
.infoModal .externalLink{
	display: inline;
}
.cuiLogo {
    float: right;
    display: inline-block;
    text-indent: -9999px;
    width: 120px;
    height: 57px;
    background: url(../images/Controlled_Unclassified_Information_Office_logo.svg) no-repeat transparent;
    background-size: 120px 57px;
    position: relative;
    vertical-align: bottom;
    shape-rendering: crispEdges;
}
.misconductPolicyIcon {
	position: relative;
	padding-left: 15px; 
}
  .misconductPolicyIcon::before {
    position: absolute;
	left: 0;
	top: 0;
	content: ' ';
	width: 14px;
	height: 14px;
	background: url("../images/misconductPolicyIcon.svg") no-repeat scroll 0 0;
	background-size: 14px 14px;
}
.privacyIcon {
    position: relative;
    padding-left: 15px;
}
.privacyIcon::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 14px;
    height: 14px;
    background: url("../images/privacyIcon.svg") no-repeat scroll 0 0;
    background-size: 14px 14px;
}
.nasaLogoDisplay {
  float: right;
  display: inline-block;
  text-indent: -9999px;
  width: 135px;
  height: 97px;
  background: url(../images/nasaLogo.svg) no-repeat transparent;
    background-size: auto;
  background-size: 150px 97px;
  position: relative;
  vertical-align: bottom;
  shape-rendering: crispEdges;
}
/*tooltip*/
.tooltip {
  position: absolute;
  z-index: 9015;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
 position:absolute;
 top:0;
 left:0;
 z-index:9021;
 display:block;
 max-width:276px;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 font-style:normal;
 font-weight:400;
 line-height:1.5;
 text-align:left;
 text-align:start;
 text-decoration:none;
 text-shadow:none;
 text-transform:none;
 letter-spacing:normal;
 word-break:normal;
 word-spacing:normal;
 white-space:normal;
 line-break:auto;
 font-size:.875rem;
 word-wrap:break-word;
 background-color:#000;
 background-clip:padding-box;
 border:1px solid #000;
 border-radius:.3rem
}
.popover .arrow {
 position:absolute;
 display:block;
 width:1rem;
 height:.5rem;
 margin:0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
 position:absolute;
 display:block;
 content:"";
 border-color:transparent;
 border-style:solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
 margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
 bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
 border-width:.5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
 bottom:0;
 border-top-color:#000;
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
 bottom:1px;
 border-top-color:#000;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
 margin-left:.5rem
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
 left:calc((.5rem + 1px) * -1);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
 border-width:.5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
 left:0;
 border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
 left:1px;
 border-right-color:#000;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
 margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
 top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
 border-width:0 .5rem .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
 top:0;
 border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
 top:1px;
 border-bottom-color:#000
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
 position:absolute;
 top:0;
 left:50%;
 display:block;
 width:1rem;
 margin-left:-.5rem;
 content:"";
 border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
 margin-right:.5rem
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
 right:calc((.5rem + 1px) * -1);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
 border-width:.5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
 right:0;
 border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
 right:1px;
 border-left-color:#000;
}
.popover-header {
 padding:3px 10px;
 margin-bottom:0;
 margin-top:0;
 font-size:12px;
 background-color:#000;
 color:#fff;
 border-bottom:1px solid #000;
 border-top-left-radius:calc(.3rem - 1px);
 border-top-right-radius:calc(.3rem - 1px);
 float:left;
 margin:0;
 font-weight:400;
}
.popover-header:empty {
 display:none
}
.popover-body {
 padding:10px 15px;
 color:#fff;
}
.popover-body ul {
 list-style-position: inside;
 padding-left: 25px;
}
.popover-body a,popover-body a:visited{
  color: #82adf3;
}
.popover-body a:hover{
  color: #aac8f9;
}
.popover-body p {
  line-height: 19px;
}
.popover-body_lg{max-width: 500px;}
#popWrap1 .popover-body{
	
	min-width:300px;
}
.helpIcon {
    margin-left: 3px;
    color: #888;
    height: 12px;
    display: inline-block;
    position: relative;
    width: 12px;
}
.helpIcon::before{
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	content: ' ';
	width: 14px;
	height: 14px;
	background: url(../images/info-circle-solid_tableHead.svg) no-repeat scroll 0 0;
	background-size: 14px 14px;
}
.reasonIcon::before {
    background: url(../images/info-circle-solid_reason.svg) no-repeat scroll 0 0;
    background-size: 14px 14px;
}
	
.jSearchIcon {
    margin-top:0;
}
.jSearchIcon::before{
	top:0;
	left:0;
}
.reviewsSummaryIcon::after {
	display: inline-block;
	text-indent: -9999px;
	content: ' ';
	width: 11px;
	height: 11px;
	background: url(../images/summaryInfo_icon.svg) no-repeat;
	background-size: 11px 11px;
	margin-left: 0;
}
.summaryInfoIcon {
    margin-left: 3px;
    height: 14px;
    display: inline-block;
    position: relative;
    width: 14px;
    vertical-align: middle;
    margin-top: 0;
    cursor:pointer;
}
.summaryInfoIcon::before {
    content: ' ';
    width: 11px;
    height: 11px;
    background: url("../images/summaryInfo_icon.svg") no-repeat transparent;
    background-size: 11px 11px;
    position: absolute;
}
.summaryInfoWrap .popover{	
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	min-width:450px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
	max-width: 700px;
	width: auto;
}
.summaryInfoWrap .popover-body{
	color:#222;
	padding: .5rem .75rem;
	float: left;
	width: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	height: auto;
	max-height: 350px;
	
}
.summaryInfoWrap .popover-body p{
	color: #222 !important;
	line-height: 20px;
	font-size: 13px !important;
	
}
.summaryInfoWrap table tr th{
	text-align:left;
	background-color:#eee;
	border: 1px solid #ddd;
	padding:5px;
	font-weight:600;
}
.summaryInfoWrap table{
	border-collapse: collapse;
}
.summaryInfoWrap table tr td{
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding:5px
}
.summaryInfoWrap .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 14px;;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    width:100%;
}
.summaryInfoWrap .content-body{
	padding: .5rem .75rem;
	float: left;
	width: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	height: auto;
	max-height: 350px;
}
.summaryInfoWrap .content-body p{
	color: #222 !important;
	line-height: 20px;
	font-size: 13px !important;
}
.summaryInfoWrap .bs-popover-top  .arrow::before {
 border-top-color:rgba(0,0,0,.25) !important;
}
.summaryInfoWrap .bs-popover-top .arrow::after{
 border-top-color: #fff !important;
}
.summaryInfoWrap .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #f7f7f7;
}
.summaryInfoWrap .bs-popover-bottom .popover-header::before {
	border-bottom: 1px solid #f7f7f7;
}
.infoModal .modal-body p.lastPar{
		margin-bottom: 20px;
	}