.sticky-header {
	background: #fff;
}
.top-bar {
	background: #fff;
	padding: 8px 0;
}
.top-bar .cust-logo-sec {
	width: 145px;
	overflow: hidden;
	height:33px;
}
.top-bar .cust-logo-sec span.comp-name {
	font-size: 14px;
	padding-top: 9px;
	text-align: left;
	display: block;
	width: 100%;
}
.top-bar .cust-logo-sec img {
	width: auto;
	height: 100%;
	overflow: hidden;
}

.top-bar .topnav-actions {
	padding: 0;
}

.top-bar .topnav-actions ul li {
	margin-left: 12px;
	z-index: 9999;
}

.top-bar .topnav-actions ul li:first-child {
	margin-left: 0px !important;
}

.top-bar .topnav-actions ul li.ihs-logo {
	margin-left: 0;
}

.top-bar .topnav-actions ul li .divider {
	border-left: 1px solid #d8d8d8;
	width: 1px;
	height: 25px;
}

.top-bar .topnav-actions ul li a {
	font-size: 13px;
	font-weight: 400;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-bar .topnav-actions ul li .globe-icon {
	padding-right: 5px;
}

.top-bar .topnav-actions ul li .spg-logo {
	width: auto;
	height: 25px;
}

.application-logo {
	padding-top: 8px;
}

.top-bar .topnav-actions ul li .notification {
	position: relative;
}

.top-bar .topnav-actions ul li .notification .indicator {
	height: 10px;
	width: 10px;
	display: block;
	background: #F37C7C;
	border: solid 2px #fff;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown {
	position: relative;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .savedsearch-btn {
	height: 25px;
	display: inline-block;
	padding: 3px 8px 0 8px;
	border: solid 1px #d8d8d8;
	background: #fafafa;
	text-decoration: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .savedsearch-btn .saved-search-icon {
	padding-right: 5px;

}
.top-bar .topnav-actions ul li .savedsearch-dropdown .savedsearch-btn .caretdown-icon {

	font-size: 11px;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content {
	display: none;
	position: absolute;
	top: 24px;
	border: solid 1px #d8d8d8;
	border-top: none;
	background: #fafafa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	min-width: 270px;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content > .ihs-input-txtbox {
	display: block;
	width: 95%;
	margin: 10px 5px;
	background: #fff;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items {
	min-height: 0px;
	max-height: 220px;
	overflow-y: auto;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items a {
	padding: 8px 25px 8px 15px;
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	border-bottom: solid 1px #d8d8d8;
	background: #fafafa;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items a span {
	display: block;
	color: #666666;
	font-size: 10px;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items a:last-child {
	border-bottom: none;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items a.active::before {
	position: absolute;
	font-size: 13px;
	right: 10px;
	top: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	border: none;
	-webkit-font-smoothing: antialiased;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown:hover .dropdown-content {
	display: block;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items .saved-content-wrapper {
	border-bottom: solid 1px #d8d8d8;
	cursor: pointer;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items .saved-content-wrapper a.saved-row {
	display: inline-block;
	border-bottom: none;
	width: 54%;
	padding-right: 5px;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .dropdown-content .saved-list-items .saved-content-wrapper a.clickable {
	padding: 12px 17px 18px 2px;
	float: right;
	border-bottom: none;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .popover {
	visibility: hidden;
	width: 230px !important;
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .popover > .arrow {
	top: calc((0.5rem + 1px) * -1);
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .popover > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.top-bar .topnav-actions ul li .savedsearch-dropdown .popover > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.spinner {
	display: inline-block;
	opacity: 0;
	width: 0;
	-webkit-transition: opacity 0.25s, width 0.25s;
	-moz-transition: opacity 0.25s, width 0.25s;
	-o-transition: opacity 0.25s, width 0.25s;
	transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
	cursor:progress;
	pointer-events:none;
	opacity: 0.5;
}
.has-spinner.active .spinner {
	opacity: 1;
	width: auto;
}
.top-bar .topnav-actions ul li.bsp-serviceprovider a .link-txt {
	color: #666666;
	padding-left:15px;
        width: 200px;
        display:inline-block;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        }
.top-bar .topnav-actions ul li.bsp-serviceprovider a .saved-search-icon {
	font-size: 11px;
	font-weight: 600;
}
.top-bar .topnav-actions ul li.bsp-serviceprovider a .caretdown-icon {
	font-size: 11px;
}
.top-bar .topnav-actions ul li.global-search {
	margin-right: 15px;
}
.top-bar .topnav-actions ul li.global-search .ihs-input-txtbox {
	width: 300px;
}
.top-bar .topnav-actions ul li.global-search .ihs-input-txtbox:focus {
	border-right: none;
}
.top-bar .topnav-actions ul li.global-search button.search {
	background: #fff;
	border: solid 1px #d8d8d8;
	border-left: none;
}
.top-bar .topnav-actions ul li:last-child a {
	padding-right: 0;
}
.top-bar .topnav-actions ul li.bsp-service-provider a {
	font-size: 12px;
	color: #666666;
}

::-moz-placeholder {
	font-weight: 300;
	font-size: 12px;
}
::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 12px;
}
:-ms-input-placeholder {
	font-weight: 300;
	font-size: 12px;
}
.userprof-cust-dd {
	display: inline-block;
	position: relative;
	z-index: 0;
	min-width: 150px;
}
.userprof-cust-dd .parent-lvl {
	padding: 0 10px;
}
.userprof-cust-dd .parent-lvl .user-icon {
	position: absolute;
	left: 10px;
	top: 9px;
	font-size: 17px;
}
.nav-link {
	padding: 0 .5rem!important;
}
.userprof-cust-dd .parent-lvl .user-caret {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 11px;
}
.userprof-cust-dd .parent-lvl .user-name-time {
	padding-left: 25px;
	padding-right: 20px;
	cursor:pointer;
}
.userprof-cust-dd .parent-lvl .user-name-time .username {
	font-size: 11px;
	font-weight: 600;
}
.userprof-cust-dd .parent-lvl .user-name-time .time {
	display: block;
	font-size: 10px;
	font-weight: 400;
}
.ihs-input-txtbox {
	font-weight: 400;
	font-size: 12px;
	background: #fff;
	color: #666666;
	padding: 10px;
	border: solid 1px #d8d8d8;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: 25px !important;
}
.input-group-append .btn {
	height: 25px;
}
.fa-search:before {
	font-size: 12px;
	position: absolute;
	top: 6px;
	right: 10px;
}

.userprof-cust-dd .child-lvl {
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
	width: 100%;
	background: #fafafa;
	padding-top: 42px;
	-webkit-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: solid 1px #d8d8d8;
}
.userprof-cust-dd .child-lvl > .action-list li {
	margin-left: 0;
}
.userprof-cust-dd .child-lvl > .action-list li:first-child,.userprof-cust-dd .child-lvl > .action-list li:nth-child(2)  {
	display:none !important;
}

.userprof-cust-dd .child-lvl > .action-list li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	border-top: solid 1px #d8d8d8;
}
.userprof-cust-dd .child-lvl > .action-list li a .fas {
	padding-right: 5px;
}
.userprof-cust-dd .child-lvl > .action-list li a:hover {
	background-color: #f0f0f0;
}
.userprof-cust-dd .child-lvl > .action-list li a:last-child {
	border-bottom: none;
}
.userprof-cust-dd:hover .child-lvl {
	display: block;
}
.printableContainer {
	position: relative;
	float: left;
	top: 0;
	right: 0;
	height: auto;
}
.printableContainer .print {
	float: right;
}

.printer img {
	width: 27px;
	height: auto;
}

.printer{
display:none;
}
.bottomRow {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	min-height: 20px;
	padding:10px 0;
	width: 100%;
}
#pageTitle span {
	color: #666 !important;
	font-weight: 600;
	font-size: 13px;	
	position: relative;	
	vertical-align: bottom;	
}

#pageTitle span.separater{
	padding-right:25px;
}
#pageTitle .separater img{
display:none;
}

#pageTitle .separater:last-child:after{
	display:none;
}

.tabulations {
	height: auto;
	padding: 0 10px;
}

.tabulations.align-left ul.nav{
	padding-left:165px;
}

.redux #tabulations .unselectedTab a.tabLinkInActive {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	position: relative;
	line-height: inherit;
	display: inline-block;
	padding: 8px 20px !important;
	margin: 0;
}
#tabulations.tabulations table table {
	margin: 0;
}
#tabulations.tabulations table {
	padding-top: 5px;
}
#tabulations .selectedTab a.tabLinkActive {
	height: auto;
	color: #FFF;
	border-bottom: none;
	font-size: 12px;
	font-weight: 400;
	line-height: inherit;
	padding: 8px 20px !important;
	margin: 0;
}
#header .switchFI select {
	height: 25px;
}
.redux #tabulations .unselectedTab a.tabLinkInActive:hover {
	color: #FFF;
	font-weight: 400;
	line-height: inherit !important;
}
.form-control:focus {
	box-shadow: none !important;
	border-color: #ced4da !important;
	outline: none;
}
.form-control {
	font-size: 12px !important;
	padding: 5px 10px;
}
.header1 #pageTitle {
	margin: 0;
}
.bsp-serviceprovider select.editbox {
	border: none;
	background: none;
	font-size: 11px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	height: 25px;
}

.bsp-serviceprovider select option {
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	border-bottom: solid 1px #d8d8d8;
	background: #fafafa;
	position: absolute;
	display: block;
	padding: 0 20px;
}
.bsp-serviceprovider select::-ms-expand {
	display: none;
}
.bsp-serviceprovider select {
	-webkit-appearance: none;
	appearance: none;
}
.bsp-serviceprovider .fa-globe-asia:before,
.bsp-serviceprovider .fa-chevron-down:before {
	font-size: 11px;
	cursor: pointer;
	position: absolute;
	top: 6px;
}
.bsp-serviceprovider .fa-chevron-down:before {
	right: 7px;
}

.standAlone #header.header {
	height: 36px;
}
#header .headerTitle {
	padding: 10px;
	font-weight: 600;
	font-size: 14px;
}
.switchFI {
	display: inline-block;
}

div#header.flatScreenHeader{
height:auto !important;
}

.menuToggle.flatScreenBreadCrumb{
display:none;
}

.redux #flatScreenBreadCrumbBar.flatScreenBreadCrumbBar{
background:#fff;
padding:10px 15px;
}

.bcItem{
color: #666 !important;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    border-right:0 !important;
    padding-bottom:5px;
    margin-bottom: -7px;
}
div.bcItem:not(.nohover):hover{
overflow:unset !important;
}
.bcSpacer{
	padding-right: 5px;
}

.statusBarButton,.statusBarButton:focus, .statusBarButton:hover{
line-height:unset;
border:none;
}

#flatBreadcrumbcol2,#flatBreadcrumb-col3,#flatBreadcrumb-col1,#flatScreenBreadCrumb{
height:auto !important;
}

#flatBreadcrumb-col3{
margin-top:-3px;
}

.global-search form{
	box-shadow:none;
	margin:0 !important;
	padding:0 !important;
}

.user-container {
	position: relative;
}

.user-container .avatar {
	background: #fff;
	color: #666666;
	padding: 2px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #666666;
	width: 27px;
	height: 27px;
	font-family: "open_sans", Verdana, Arial, sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
	align-items: center;
}

.user-container .user-dropdown-content {
	display: none;
	right: -15px;
	position: absolute;
	top: 27px;
	border: solid 1px #d8d8d8;
	background: #fafafa;
	/*@include box-shadow;*/
	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	min-width: 250px;
	max-height: 250px;
	overflow-y: auto;
}

.user-container .user-dropdown-content > .user-details {
	display: block;
	padding-top: 30px;
}

.user-container .user-dropdown-content > .user-details .avatar-xl {
	background: #666666;
	color: #fff;
	padding: 2px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	font-family: "open_sans", Verdana, Arial, sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: normal;
	letter-spacing: normal;
	align-items: center;
	margin: 0 auto;
}

.user-container .user-dropdown-content > .user-details .user-name-time {
	text-align: center;
	padding-top: 15px;
}

.user-container .user-dropdown-content > .user-details .user-name-time .username {
	font-size: 11px;
	font-weight: 600;
}

.user-container .user-dropdown-content > .user-details .user-name-time .time {
	display: block;
	font-size: 10px;
	font-weight: 400;
}

.user-container .user-dropdown-content > .user-details .user-name-time .delimiter {
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 10px;
}

.user-container .user-dropdown-content > .user-details .child-lvl > .action-list li {
	margin-left: 0;
	border-bottom: solid 1px #fafafa;
}

.user-container .user-dropdown-content > .user-details .child-lvl > .action-list li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

.user-container .user-dropdown-content > .user-details .child-lvl > .action-list li a .fas {
	padding-right: 5px;
	color: #bcbcbc;
}

.user-container .user-dropdown-content > .user-details .child-lvl > .action-list li a:hover {
	background-color: #fafafa;
}

.user-container .user-dropdown-content > .user-details .child-lvl > .action-list li a:last-child {
	border-bottom: none;
}

.user-container:hover .user-dropdown-content {
	display: block;
	box-sizing: border-box;
	float: left;
}
