﻿/* navbar */

 
header[role="banner"] {
  #logo {
    display: block;
	height: 73px;
  }
}

.logo {
	display: block;
	height: 73px;
}

#navbar-primary.navbar-default {
  background: transparent;
  border: none;
  height: 60px;
  .navbar-nav { 
    width: 100%;
    text-align: center;
    > li {
      display: inline-block;
      float: none;
      > a {
        padding-left: 30px;
        padding-right: 30px;
        }
    }
  }
}

.navbar-header>a

{

	height: 60px;
}





.navbar-inverse>a {
}

.navbar-inverse .navbar-brand
{
	background-color: white;
	color: black;
	background-image: url('logo.png');
	width: 253px;
}



.navbar-inverse .navbar-nav>li>a
{
	height: 60px;
	vertical-align: bottom;
	padding-top: 18px;
}



.navbar-inverse .navbar-nav>li>a>span.glyphicons
{
	font-size: 20px;
	margin-right: 5px;
}



.card-store-item {
    float: left;
    margin: 0 20px 20px 0;
}

.card-store-item-buttons
{
	padding: 10px 0px;
}

blockquote.tile
{
	background-color: #008CBA;
	color: white;
	padding: 50px;
}

table.borderless-top tbody tr td {
	border-top: none;
}

.hideTheseInPlusYou {
    display: none;
}

label.labelBold {
	font-weight: bold;
}

span.spanBold {
	font-weight: bold;
}

.footerAtBottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
}

.panel-primary > .panel-heading > a {
			color: white;
			text-decoration: none;
		}
		


.subsiteBanner{
	height: 200px;
	color: white;
	
}		

.helpSupportBanner{
	background-image: url('/images/skydiving.jpg');
	background-position: 0px -380px;
}

.glyphX1{
	font-size: 20px;
}

.subsiteBannerTxt{
	font-size: 40px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.helpSupportPrimaryCaption{
	margin-top: 30px;
}

a.btn-primary{
	color: white;
}


.blocked {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
	color: darkgrey;
}
.lightgreyBg{
	background-color: lightgrey;
	opacity: 0.6;
}
.zindex1K{
	 z-index: 1000;
	 opacity: 1;
}
		

label.required_before:before { 
    content:" *";
}

.ui-autocomplete {
	border: 1px solid #cccccc;
	background-color: white;
}

.ui-state-focus {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
}

.navbar-nav > .dropdown > .dropdown-menu > ul > li > a
{
	color: white;
}

html, body {
	margin:0;
	padding:0;
    height:100%;
	width: 100%;
}

body > #wrapper {
    position: relative;
    min-height: 100%;
}



.footer {
   position: absolute;
   bottom: 0;
   height: 100px;
   width: 100%;
   background-color: #eeeeee;
   float: none!important;
}

.footerXS {
   position: absolute;
   bottom: 0;
   height: 230px;
   width: 100%;
   background-color: #eeeeee;
   float: none!important;
}

.footerContent {
	margin-top: 15px;
	text-align: center;
}

.footerContentAlignLeft {
	text-align: left;
}

a.footerLinks {
	padding: 10px!important;
	text-decoration: underline;
}

a.footerLinks:hover {
	text-decoration: none;
}

div.footerLogoWrapper {
	height: 53px;
	width: 50px;
	float: right;
}

div.footerLogoWrapperXS {
	height: 53px;
	text-align: center;
	float: none;
}

a.footerLogo {
	background: url("/images/PIBEB - footer - logo.png") no-repeat;
	height: 53px;
	width: 173px;
	display: inline-block;
	margin-top: 10px;
}

.clearBoth {
	clear: both;
}

div .rowNoMargin {
	margin-left: 0px;
	margin-right: 0px;
}

.panel-heading a.accordion-toggle {
	display: block;
}

.redfont{
	color: red;
}

.greenfont{
	color: green;
}

a.popupLink {
	font-weight: bold;
	text-decoration: underline;
}

input.popupLink, button.popupLink {
	font-weight: bold;
}

#footerBS
{
	background-color: #EEEEEE;
}

.textAlignMiddle
{
	text-align: center;
}

.footerLink
{
	padding-left: 10px;
	padding-right: 10px;
}

.footerLinkSeparator
{
	border-right: 1px solid black;
}

@media(max-width:650px){
	.footerLink
	{
		display: block;
	}
	
	.footerLinkSeparator
	{
		border-right: 0px solid black;
	}
}

/* xs viewport */
@media(max-width:767px){
	.content-wrap {
		padding-bottom: 240px; /* must at least match .footer height value */
		float: none!important;
	}
	#chartdiv{
		width: 400px;
		height: 400px;
	}
}

@media(min-width:768px){
	.content-wrap {
		padding-bottom: 240px; /* must at least match .footer height value */
		float: none!important;
	}
	#chartdiv{
		width: 768px;
		height: 500px;
	}
}

@media(min-width:992px){
	.content-wrap {
		padding-bottom: 110px; /* must at least match .footer height value */
		float: none!important;
	}
	#chartdiv{
		width: 992px;
		height: 500px;
	}
}

@media(min-width:1200px){
	.content-wrap {
		padding-bottom: 110px; /* must at least match .footer height value */
		float: none!important;
	}
	#chartdiv{
		width: 992px;
		height: 500px;
	}
}

.vAlignMiddle
{
	vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.paddingLoginButtonsRow
{
	padding: 20px 0px;
}

.glyphicons-banner-margin {
	margin-right: 10px;
}

.glyphicons-margin-right {
	margin-right: 10px;
}

.bannerText {
	position: absolute;
	top: 5%;
	left: 35px;
	color: white;
	text-shadow: 1px 1px 5px #444444;
}

label.required:before {
    content:"*";
    color: black;
    font-size:1.1em;
}
label.required:after {
    content:"";
}

.marginLeft10Px
{
	margin-left: 10px;
}

.marginLeft5Px
{
	margin-left: 5px;
}

.marginBottom15Px
{
	margin-bottom: 15px;
}

.marginBottom50Px
{
	margin-bottom: 50px;
}

ul.listStyleNone {
	list-style: none;
}

.noPaddingLeft {
	padding-left :0px;
}

.noPaddingRight {
	padding-right :0px;
}

.twoLineText {
	height: 44px;
}

.reportTileCaption
{
	height: 22px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-toggle {
	color: white;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: white;
}

.tabPage {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px;
}

/*		Overwrite Yeti headings		*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}

.text-decoration-none {
	text-decoration: none!important;
}

.jsLoader {
	background-color: gray;
	z-index: 1000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.8;
}

.timerCenter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	display: block;
}

.paddingTop10Px {
	padding-top: 10px;
}

.verticalPadding10Px {
	padding-top: 10px;
	padding-bottom: 10px;
}

#headerBS
{
	background-color: white;
}

#pnlLoginBoxToCenter, #loginPageNoIdea
{
	background-color: white;
	padding: 20px;
	margin-bottom: 20px;
}

.discountMenuItem
{
	border-bottom: 1px solid #C7C7C7;
	margin-top: 0px!important;
}

.discountMenuItemLink
{
	color: #000000!important;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-right-10 {
	margin-right: 10px;
}

.discountMenu
{
	border-bottom: 1px solid #C7C7C7 !important;
	border-left: 1px solid #C7C7C7 !important;
	border-right: 1px solid #C7C7C7 !important;
}

.discountMenuItemActive
{
	background-color: #EEEEEE;
}

.col-pad-0
{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.col-pad-5
{
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.col-pad-left-10
{
	padding-left: 10px !important;
}

.savingSticker {
	position: absolute;
	top: 0px;
	/* left: 19px; */
	padding: 5px;
	font-weight: bold;
	background-color: #1783C1;
	color: white;
	max-width: 286px;
}

.stickerimage {
	position: relative;
	/*width: 100%;*/
}

.offerImg
{
	margin: auto auto;
	margin-top: 40px;
	/*width: 100%;*/
	
}

.offerImgCtnr {
	height: 140px;
}

.offerCardWrapper
{
	cursor: pointer;
	max-width: 340px;
}

.offerBoxShadow:hover, .reportBoxShadow:hover {
  -webkit-box-shadow: 0px 1px 5px 4px #eeeeee;
  -moz-box-shadow: 0px 1px 5px 4px #eeeeee;
  box-shadow: 0px 1px 5px 4px #eeeeee;
}

.offerCard
{
	height: 280px;
	border: 1px solid #E1E1E1;
	
	margin-bottom: 20px;
}

.vanillaDotDotDot {
    /* max-width: 320px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.offerTitle 
{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	height: 50px;
    word-wrap: break-word;
    white-space: normal;
}

.offerSubTitle 
{
	font-size: 15px;
	padding: 5px;
	height: 30px;
}

.offerType
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	height: 25px;
}

.offerBrowser {
	margin-top: 20px;
}

.tileTitle {
	height: 40px;
}

.tileImgCntr {
	height: 260px;
}

.marginTop15Px {
	margin-top: 15px;
}

.marginLeft7Px {
	margin-left: 7px;
}

.marginTop8Px {
	margin-top: 8px;
}

.marginTop13Px {
	margin-top: 13px;
}

.font-size-20 {
	font-size: 20px;
}

.cursorPointer {
	cursor: pointer;
}

.ui-autocomplete .ui-menu-item a{
	color: #000;
}

.pullRightBtnMargin{
	margin-left: 5px;
}

.menuBox {
	padding: 2px 2px;
	max-width: 290px;
   
}

.menuBox:hover, .clickablePanel:hover {
  -webkit-box-shadow: 0px 1px 5px 4px #eeeeee;
  -moz-box-shadow: 0px 1px 5px 4px #eeeeee;
  box-shadow: 0px 1px 5px 4px #eeeeee;
  cursor: pointer;
}

.display-block {
	display: block;
}
#TreeViewCategories table
{
	font-size: 1em;
}

.treeViewNode
{
	padding-bottom: 3px;
}

.benefit_breakd_head {
	font-weight: bold;
	border-bottom: 2px solid #DADADA;
}

.benefit_breakd_foot {
	background-color: #E6EFF6;
	border-bottom-color: #C9D2D9;
	border-top-color: #C9D2D9;
	font-weight: bold;
}

.benefit_breakd_minipanel{
	height: 115px;
}

.textNavy{
	color: #005C92;
}

.pnlBgGrey {
		background-color: #ECECEC;
		border-bottom-color: #ECECEC;
	}

.headNavy {
	background-color: #006599;
	color: white;
	font-weight: bold;
}

thead>tr>th>label{
	font-weight: bold;
}

.panel-primary>.panel-heading>a{
	color:white;
}

.benefit_breakd_minipanel>.row{
	margin-bottom: 10px;
}

@media(max-width:640px){
	.scrollableLogContent {
		overflow: auto;
		width: 500px;
	}
}

@media(max-width:1024px){
	.scrollableLogContent {
		overflow: auto;
		width: 800px;
	}
}

.clickable{
	cursor: pointer;
}

.txtRight{
	text-align: right;
}

.homePagePanel {
	color: #222222;
}

.homePagePanelIconSize {
	font-size: 16px;
}

.homePagePanelMinHeight {
	min-height: 185px;
}

.homePagePanelRow {
	margin-top: 10px;
}

.homePagePanelRowText {
	display:inline-block;
    width:87%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.homePagePanelRowIcon {
	float: right;
}

:focus {
	outline:none !important;
}

.uploadImageModal {
	width: 100%;
	height: 470px;
	border: none;
}

.badge{
	background-color: black;
	color: white;
	font-weight: bold;
}


.ui-state-hover .panel {
	border: 1px solid #AA00FF;
}

.logoContainer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.HubImpersonatedCompanyName {
	background-color: #dfdbee;
    clear: both;
    color: #555555;
    display: block;
    font-weight: 600;
    margin: -10px 0px 10px 0px;
    padding: 8px;
    text-align: center;
}


.spinner {
		-webkit-animation-name: spin;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-webkit-animation-direction: reverse;
    -moz-animation-name: spin;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	-moz-animation-direction: reverse;
    -ms-animation-name: spin;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	-ms-animation-direction: reverse;
	}

	@-moz-keyframes spin {
		from { -moz-transform: rotate(0deg); }
		to { -moz-transform: rotate(360deg); }
	}
	@-webkit-keyframes spin {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
	}
	@keyframes spin {
		from {transform:rotate(0deg);}
		to {transform:rotate(360deg);}
	}




.error-message {
    display: none;
}
.has-error .error-message {
    display: inline;
}

/*

    Filemagic

*/

@keyframes filemagic-spin {
    to {
        transform: rotate(360deg);
    }
}

.filemagic-spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37px;
    height: 37px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top-color: #4eb61d;
    animation: filemagic-spin .7s linear infinite;
}

#footerBS ul {
	list-style-type: none;
}

#footerBS .footer-content {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	flex-grow: 3;
}

	#footerBS .footer-content .footer-content-item .footer-content-item-digi {
		padding: 0;
		display: flex;
	}

/* Style extended and button dropdown controls in the site body to match body colours rather than header colours. */
.btn-group .dropdown-menu {
	background-color: white !important;
}
.btn-group .dropdown-menu li a {
    color: #6f6f6f !important;
}
.btn-group .dropdown-menu li a:link {
    color: #6f6f6f !important;
    background-color: white !important;
}
.btn-group .dropdown-menu li a:hover {
    color: black !important;
}
.btn-group .dropdown-menu li a:hover {
    background-color: #e0e0e6 !important;
}
