*,
body{
	font-family: 'Open Sans', sans-serif;
}

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: 100%;
	padding-bottom: 30px;
}

#footer{
	width:100%;
	position: relative;
	padding-top: 30px;
	margin-top: -30px;
	clear: both;
	height:30px;
	bottom: 0;
	left:0;
	color: #FFF;
	text-transform: uppercase;	
}

/* .clear{
	height: 30px;	
} */

#header{
/* 	background-image: url(../assets/images/header-bg.png); PTC07062015-JUMPER <EDITED THIS>*/
	background-image: url(../../images/assets/images/header-bg.png);
	overflow: hidden;
}

.main-content{
	min-height: 100%;
}

.menuHeader{
	z-index: 10;
}



#footer-content-top,
#footer-content-bottom{
	width: 100%;
	padding: 2px 10px;
	margin-bottom: 5px;
}

#footer-content-top{
	background: rgb(204, 0, 0);
	height: 20px;
}

#footer-content-bottom{
	background: rgb(153, 0, 0);
	height: 10px;
}

.inverse-text,
.inverse-text:hover,
.inverse-text:visited{
	color: #FFF;
}


.navbar-default, 
.dropdown-menu{
	background-color: #D20000;
	background-image: none;
	border: 0;
	border-radius: 0px;
}
.navbar-default 
.navbar-nav>li>a,
.dropdown-menu>li>a{
	color: #fff;
}
.navbar-default 
.navbar-nav>.active>a, 
.navbar-default 
.navbar-nav>.open>a{
	background-color: #900;
	background-image: none;
	color: #fff;
}
.btn{
	border-radius: 0 !important;
}
.form-control{
	border-radius: 0;
}

.navbar-brand, 
.navbar-nav>li>a{
	text-shadow: 0 0 0;
	font-size: 12px
}
.navbar-default 
.navbar-brand{
	color: #fff;	  	 	 	
}
.navbar-default 
.navbar-nav>li>a:focus, 
.navbar-default 
.navbar-nav>li>a:hover,
.navbar-default 
.navbar-nav>.active>a:focus, 
.navbar-default 
.navbar-nav>.active>a:hover,
.navbar-default 
.navbar-nav>.open>a, 
.navbar-default 
.navbar-nav>.open>a:focus, 
.navbar-default 
.navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
	background-color: #DA4242;
	color: #FFCC00;
	background-image: none;
}

.dropdown-menu 
.divider{
	background-color: #DA4242;
}

.navbar-default 
.navbar-collapse, 
.navbar-default 
.navbar-form{
	border-top-color: #DA4242;
	border-bottom-color: #DA4242;
}

.navbar-default 
.navbar-toggle:focus, 
.navbar-default 
.navbar-toggle:hover{
	background-color: #DA4242;
}

.navbar-default 
.navbar-toggle 
.icon-bar{
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #BC1B1B;
}

.navbar-default .navbar-toggle{
	border: none;
	border-radius: 0;
}

/*.input-group-addon{
	background-color: #8C4545;
	border: 1px solid #8C4545;
	border-radius: 0;
	color: #FFF;
}*/

.has-error .input-group-addon{
	background-color: #a94442;
	color: #f2dede;
}

.input-group-addon{
	background-color: #BBB;
	border: 1px solid #BBB;
	border-radius: 0;
	color: #FFF;
}

.footer-content{
	width: 100%;
  	font-size: 10px;
  	text-align: center;
}

.btn-primary,
.pager li>a,
.pager li>span{
	background-image: -webkit-linear-gradient(top,#C00 0,#900 100%);
	background-image: -o-linear-gradient(top,#C00 0,#900 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#C00),to(#900));
	background-image: linear-gradient(to bottom,#C00 0,#900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #900;
	color: #fff;
	border-radius: 0;
	background-color: #900 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.pager li>a:hover,
.pager li>span:hover,
.pager li>a:focus{
	background-color: #CF0000 !important;
	background-image: -webkit-linear-gradient(top,#900 0,#CF0000 100%);
	background-image: -o-linear-gradient(top,#900 0,#CF0000 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#900),to(#CF0000));
	background-image: linear-gradient(to bottom,#900 0,#CF0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#900', endColorstr='#CF0000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border:1px solid #CF0000 !important;
}

@media (max-width: 767px){
	.navbar-default 
	.navbar-nav 
	.open 
	.dropdown-menu>li>a {
	  color: #FFF;
	}

	.navbar-nav>.open>a:focus, 
	.navbar-default 
	.navbar-nav>.open>a:hover,
	.dropdown-menu>li>a:focus, 
	.dropdown-menu>li>a:hover{
		background-color: #DA4242;
		color: rgb(255, 204, 0);
		background-image: none;
	}
}

.row{
	margin-right: 0;
	margin-left: 0;
}

.pager .disabled>a, 
.pager .disabled>a:focus, 
.pager .disabled>a:hover, 
.pager .disabled>span{
	background-color: #DDD;
	border-bottom-color: #CCC;
}

.progress,
.progress-bar{
	background-image: none;
	border-radius: 0;
}

.progress{
	background-color: #DDD;
}

hr{
	border-top: 1px solid #D8D8D8;
}

.modal-content{
	border-radius: 0px;
}

.modal-header{
	background: rgba(171,26,0,1);
	background: -moz-linear-gradient(top, rgba(171,26,0,1) 0%, rgba(224,78,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,26,0,1)), color-stop(100%, rgba(224,78,65,1)));
	background: -webkit-linear-gradient(top, rgba(171,26,0,1) 0%, rgba(224,78,65,1) 100%);
	background: -o-linear-gradient(top, rgba(171,26,0,1) 0%, rgba(224,78,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(171,26,0,1) 0%, rgba(224,78,65,1) 100%);
	background: linear-gradient(to bottom, rgba(171,26,0,1) 0%, rgba(224,78,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab1a00', endColorstr='#e04e41', GradientType=0 );
	color: #fff;
}

.data-table{
	margin-top: 10px;
	margin-bottom: 10px;
}

th{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	/* PTC07202015-LOOper Added to override th-tag style from BOL/WebContent/css/style.css) */
	background: #FFFFFF;
	color: #333;
}

.table-responsive{
	-webkit-box-shadow: 1px 5px 20px 5px rgba(0,0,0,0.28);
	-moz-box-shadow: 1px 5px 20px 5px rgba(0,0,0,0.28);
	box-shadow: 1px 5px 20px 5px rgba(0,0,0,0.28);
	margin-bottom: 20px;
	margin-top: 20px;
}

.modal-dialog{
	margin: 100px auto;
}

.success{
	color: #5CB85C!important;
}

.error{
	
	/* PTC12012015-JUMPER EDITED THIS LINE FOR DEFECT ID 2FA-022 -FIX
	color: #DA4242!important; */
	color: #a94442!important;
}

.greyscale{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.disabled,
.disabled:focus,
.disabled:hover{
	color:#BBB!important;
	/* cursor: no-drop!important; */
	text-decoration: none!important;
	background: none!important;enableHeader();
}

#terms-and-conditions{
	overflow: auto;
	background-color: #DDD;
}
/* PTC08202015-JUMPER EDITED --> START*/
#terms-and-conditions-container{
	width:80%;
}
/* PTC08202015-JUMPER EDITED --> END*/

#change-password-container{
	width:50%;
}

.bg-info,
.bg-warning{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bg-info{
	/*background: #EFDC7B;*/
	background: #fff;
	text-align: center;
}

.btn.pull-right{
	margin-left: 5px;
}

.btn.pull-left{
	margin-right: 5px;
}

.button-container{
	margin-bottom: 10px;
}

#pin-button-container{
	width:150px;
}

#pin-button-container>img{
	width:50px;
	padding:0;
}

.summary-value{
	margin-left: 10px;
}

#content{
	width: 70%;
}

#form-sm-content{
	width: 30%;
	padding-top:10px; /* changed to adjust for error div */
}
/*.dropdown:hover .dropdown-menu {
    display: inline-block;
    margin-top: 0; // remove the gap so it doesn't close
}*/

/*@media (min-width: 768px) {*/
	.dropdown:hover .dropdown-menu {
		display: block;
	}
/*}*/

.dropdown-item{
	display: none;
	margin-left: 20px;
}

.page-header{
	margin-top: 10px;
}

/*PTC08042015-Caster: Style for the ajax loading message*/
.ajaxLoader{
	color: #A09D9D;	
}

/* PTC09032015-LOOper: style for mobileNumber Addon */
.mobileNumAddon{
	background-color: #eee;
    color: #555;
}

/* PTC09102015-LOOper added for shifting navbar when modal appears */
body.modal-open-noscroll 
{
  margin-right: 0!important;
  overflow: hidden;
}
.modal-open-noscroll .navbar-default, .modal-open .navbar-default 
{
  margin-right: 0!important;
}

/* PTC09172015-LOOper added for txtLblMobileNumber for View/UpdateUserProfile */
#txtLblMobileNumber{
	font-weight: normal;	
}
/* PTC09212015-JUMPER added for Learn More Page */
.subHeaderTitle{
    font-size: 15pt;
    color: #CC0000;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}

.headerTitle{
    font-size: 15pt;
    color: #CC0000;
    font-weight: bold;
}

#learn-more-container{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:80%;
}

.tableTitle{
	color: #FFFFFF;
	background: #CC0000;
}

/* iframe {
    position: relative;
} */

.indent-10 {
    margin-left: 15px;
}

.indent-20 {
    margin-left: 30px;
}

.pageIframe{
	position: relative;
}

.placeholder{
  color: #aaa;
}

/*! For grayscale of logo by Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default !important;
}

/* PTC12102015-JUMPER ADDED CLASS FOR BTN-LINK */
.btn-link-nopad{
	padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
}

.link-custom{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/* PTC01062016-JUMPER ADDED NEW CLASS FOR ERROR */
.has-error-ptc .help-block,
.has-error-ptc .control-label,
.has-error-ptc .radio,
.has-error-ptc .checkbox,
.has-error-ptc .radio-inline,
.has-error-ptc .checkbox-inline,
.has-error-ptc.radio label,
.has-error-ptc.checkbox label,
.has-error-ptc.radio-inline label,
.has-error-ptc.checkbox-inline label {
  color: #a94442;
}
.has-error-ptc .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error-ptc .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error-ptc .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error-ptc .form-control-feedback {
  color: #a94442;
}

.error-plus{
	background-color: #a94442;
    color: #f2dede;
    border-color: #a94442;
}

.close {
    color: #FFFFFF;
    opacity: 10;
}

.close:hover {
    color: #EEEEEE;
}

/*PTC02192016-JUMPER UPDATED CSS FOR THE RETROFIT VERSION*/
td, th {
    padding: 5px;
}

blockquote {
    padding: 0px;
    margin-top: 13px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 13px;
    font-size: 12px;
    border-left: 0px;
}

/*PTC11172017-Acer Added for Our Members Page*/
.subTitles{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #CC0000; 
	font-weight: bold;
}

.panel-default>.panel-heading {$(".toggle-accordion").on("click", function() {
    var accordionId = $(this).attr("accordion-id"),
      numPanelOpen = $(accordionId + ' .collapse.in').length;
    
    $(this).toggleClass("active");

    if (numPanelOpen == 0) {
      openAllPanels(accordionId);
    } else {
      closeAllPanels(accordionId);
    }
  })

  openAllPanels = function(aId) {
    console.log("setAllPanelOpen");
    $(aId + ' .panel-collapse:not(".in")').collapse('show');
  }
  closeAllPanels = function(aId) {
    console.log("setAllPanelclose");
    $(aId + ' .panel-collapse.in').collapse('hide');
  }
  color: #333;
  background-color: #CC0000;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #fff; 
  background-color: #CC0000;
  font-weight: bold;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #CC0000;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
/* 
.panel-body>tbody>tr>td {
	text-indent: 50px;
} */