.biller-container {
	border:2px solid transparent;
	border-bottom:1px solid #ccc;
	overflow: visible !important;
}

.biller-container.open {
	border:2px solid #666;
}

.pay-form-container-top {
	padding: 8px 0px;
    position: relative;
}

.has-ribbon .pay-form-container-top {
	padding-bottom: 20px;
}

.pay-form-container-bottom {
   content: " ";
    display: block;
    clear: both;
	overflow:hidden;
}

#billersView > ul,
.biller-details > ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#billersView > ul > li.group {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #cccccc;
}

#billersView > ul > li.group:not(:first-child) {
    padding-top: 30px;
}

.biller-number {
    color: rgb(150,150,150);
    font-size: 11px;
    display: block;
}

.fa-caret-down, .fa-caret-right {
	color: rgb(150,150,150);
	margin-right: 5px;
	font-size: 18px;
}

.group-title {
    cursor: pointer;
    display: inline-block;
}

.popmoney-view,
.biller-pay-from,
.biller-details {
	text-align:right;
	position: relative;

}

.biller-pay-from {
	float:right;
}

.popmoney-view {
	display:none;
	width:75%;
	margin: 25px 15px 0px 23%;
}

.popmoney-view > h4 {
	margin-left:0px;
	font-size:17px;
}

.popmoney-payment-method > small {
	font-weight:bold;
	margin-left:5%;
}

.popmoney-payment-method > p {
	margin-top:20px;
	margin-bottom:0px;
	margin-left:20px;
	display:none;
}

.popmoney-payment-method.active > p {
	display:block;
}

.popmoney-payment-method {
    text-align: left;
	margin-bottom: 10px;
}

.popmoney-payment-method.active label {
    font-weight: bold;
    color: rgb(80,80,80);
    font-size: 14px;
}

.popmoney-payment-method > *:not(:first-child) {
    padding-left: 22px;
    margin-top: 2px;
}

.popmoney-payment-method img {
    height: 14px;
}

.popmoney-payment-method select {
    width: 250px;
}

.popmoney-payment-method.active .popmoney-payment-method-selector {
    display: block;
}

.popmoney-payment-method:not(.active) .popmoney-payment-method-selector {
    display: none;
}

.popmoney-payment-method-selector > *:not(:last-child) {
    margin-right: 3px;
}

.biller-container.open .biller-details > ul {
    margin-top: 20px;
}

.biller-details > ul > li {
	display:inline-block;
	float:none;
	margin-right: 15px;
	font-size:14px;
}

.biller-details > ul > li > a {
    position: relative;
    display: inline-block;
}

.biller-details > ul > li:first-child.open,
.biller-details > ul > li:first-child  {
	padding-left:0px;
}


.biller-details-view {
	padding: 20px 10px 20px 0px;
    border: 1px solid #ccc;
    margin: 20px 15px 2px 0;
    float: right;
    background-color: #f1f1f1;
	position: relative;
	width:75%;
	text-align:left;
	display:none;
}

.biller-logo,
.biller-info,
.biller-pay-from-amount,
.biller-pay-from-date,
.biller-pay-from-account {
	float:left;
	text-align: left;
	margin-bottom: 5px;
}

.biller-pay-from-date {
	width:115px;
}

.biller-pay-from-amount,
.biller-pay-from-date {
	text-align:left;
}
.biller-pay-from-amount.error{
	 color: #BC3D42;	
}
.biller-pay-from-amount.error input{
	 border-color: #BC3D42;	
}
.biller-amount-error {
	display:none;
    float: right;
    width: 72%;
    color: #BC3D42;
    font-weight: bold;
    font-size: 11px;
}
.biller-amount-error::before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(/click/checkfree/2/img/sprite.png) no-repeat 0px -354px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    top: -8px;
    position: relative;
}
.biller-amount-error.error{
	display:block;
    }
.biller-amount-error div {
    display: inline-block;
    width: 90%;
}

.biller-details-close,
.biller-container-close {
	float:right;
	font-family:Helvetica, sans-serif;
	position:relative;
	top:-6px;
	right:4px;
	font-size:22px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1em;
    color: #0033cc;
	cursor:hand;
	visibility:hidden;
	cursor:pointer;
	
}

.biller-details-close {
	display:block;
	top:0px;
	position:absolute;
	    right: 4px;
}

.biller-details-close:hover,
.biller-container-close:hover {
	color:#000;
}

.biller-pay-from-amount > label,
.biller-pay-from-date > label {
	display:block;
	font-weight: bold;
	font-size:13px;
}

.check-payment-method {
	border: 1px solid #ccc;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
	background:#FFF;
    font-style: italic;
}

.biller-info {
	box-sizing: border-box;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 5px 0px;
}

.biller-logo + .biller-info {
	padding-top: 0px;
}

.biller-info > a {
	display:none;
	position:absolute;
}

.biller-info > h3 {
	    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.biller-info > .details {
	color: #666666;
   font-size:11px;
    padding-bottom: 1px;
}

.biller-details > ul > li.open > a::before,
.biller-details > ul > li.open > a::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f1f1f1;
    position: absolute;
    left: calc(50% - 14px);
	top:26px;
	z-index:1;
	content:' ';
}

.biller-details > ul > li.open > a::before {
	border-bottom:15px solid #ccc;
	border-right:15px solid transparent;
	border-left:15px solid transparent;
	top:24px;
	left: calc(50% - 15px);
}

.biller-details-view  > .biller-details-content {
	display:none;
	font-size:14px;
}

.biller-details-view  > .biller-details-content > .left_col {
	width:calc(50% - 5px);
	padding:0px 10px;
	display:inline-block;
	box-sizing:border-box;
	padding-right: 20px;
	vertical-align:top;
}

.biller-details-view  > .biller-details-content > .right_col {
	width:calc(50% - 5px);
	padding:0px 10px;
	box-sizing:border-box;
	display:inline-block;
	padding-right: 20px;
	vertical-align:top;
}

.biller-details-view  > .biller-details-content > .left_col > strong,
.biller-details-view  > .biller-details-content > .right_col > strong {
	font-size:15px;
}

.biller-details-view  > .biller-details-content > div > h3 {
	margin:0px;
}

.biller-ribbon-enroll,
.biller-ribbon {
	position: absolute;
    margin-top: 5px;
	margin-left:-12px;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
    background: #333;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
    font-size: 13px;
    color: #FFF;
	cursor: pointer;
	z-index:10;
}

.biller-ribbon-enroll:before,
.biller-ribbon:before {
	content: "";
	position: absolute;
	top: -9px;
	left: 3px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgb(150,150,150);
	transform: rotate(45deg);
}

.biller-ribbon-enroll {
	background:#0000FF;
}

[data-icon]:before {
	font-family: 'onboard';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	z-index: 11;
	font-size:48px;
	-webkit-font-smoothing: antialiased;
}

.biller-calendar-container {
	display:none;
	position:absolute;
	z-index:15;
	width:100%;
}

.biller-calendar-view {
background:#FFF;
border-radius:6px;
padding:35px 15px 15px;
border:1px solid #cdcdcd;
box-shadow: 0 3px 15px #555;
position:relative;
z-index:20;
top:60px;
}

.biller-calendar-view > #today 
{
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -15px;
    font-size: 15px;
}

.biller-calendar-deliveray-date {
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #D9D9D9;
	background:#EAEAEA;
	margin:10px 10px -5px 10px;
}

.ui-state-default.rushPayment,
.biller-calendar-deliveray-date.rush {
	background:#FBFE00;
	border: 1px solid #D9D9D9;
	color: #0066ff;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-2 {
	width:100% !important;
}

.biller-pay-from-amount, .biller-pay-from-account {
	margin-right:10px;
}

.biller-pay-from-account > label {
	font-weight: bold;
	text-align: left;
}

.biller-pay-from-amount > label,
.biller-pay-from-date > label,
.biller-pay-from-account > label {
	display:none;
}
.ui-datepicker-today.disabled-current-date.ui-datepicker-unselectable.ui-state-disabled > span,
.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today.disabled-current-date.ui-datepicker-unselectable.ui-state-disabled > span {
	color:#000;
	font-weight:bold;
}

.biller-pay-from-date > label.warning, .payment-warning {
	color: red;
	font-weight: bold;
	text-align: left;
}

.payment-warning > * {
    display: inline-block;
}

span.biller-logo img {
    width: 100%;
}

.payment-warning > span {
    width: calc(100% - 25px);
    vertical-align: top;
}

.payment-warning {
    width: 75%;
	margin: 0 0 0 23%;
}

.biller-container.open .payment-warning {
	margin: 0px 15px -10px 23%;
}

.biller-pay-from-date > label.warning i.fa {
    color: red;
    font-size: 15px;
}

.biller-pay-rush-payment-fee {
	position: absolute;
}

.biller-pay-rush-payment-fee,
.biller-pay-rush-payment {
	z-index:4;
	font-size:12px;
	width: 100px;
}

.biller-pay-rush-payment-fee {
	display: none;
}

.rushPayment:hover + .bill-rush-payment-fee-hover-container
{
	display:block;
}

.bill-rush-payment-fee-hover-container {
	display:none;
	position:absolute;
	z-index:10;
}

.bill-rush-payment-fee-hover {
	background:#FFF;
	border-radius: 6px;
	width:200px;
	height:50px;
	right:80px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 3px 15px #555;
	position:relative;
	top:-85px;
}

.bill-rush-payment-fee-hover > .left_col {

	background:#EEE;
	padding:5px 5px 5px 10px;
	border-right:1px solid #cdcdcd;
	display:inline-block;
	box-sizing:border-box;
	width:30%;
	height:50px;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	
}

.bill-rush-payment-fee-hover > .right_col {

	padding:5px 5px 5px 10px;
	display:inline-block;
	box-sizing:border-box;
	width:70%;
	float:right;
	height:50px;

}

.bill-rush-payment-fee-hover::before,
.bill-rush-payment-fee-hover::after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bill-rush-payment-fee-hover::before {
	top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -10px;
    border-top-color: #dddddd;
    border-width: 11px;
}

.bill-rush-payment-fee-hover::after {
	top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -9px;
    border-top-color: #fff;
	
    border-width: 10px;
}

.biller-pay-rush-select-container {
	position:absolute;
	display:none;
	z-index:5;
}

.biller-pay-rush-select {
 
    background: #FFF;
    border-radius: 6px;
    top: -25px;
	text-align:left;
    border: 1px solid #cdcdcd;
    box-shadow: 0 3px 15px #555;
    position: relative;
    padding: 10px;
    left: 95px;
	width:370px;
}

.biller-pay-rush-fee-text {
	margin:5px 0px 5px 0px;
	font-size:12px;
	
}
.biller-pay-rush-fee-type {
	font-style: italic;
    font-size: 10px;
    background: #FFF;
    border: 1px solid #E1E1E1;
    padding: 4px;
    text-align: center;
	margin-left:10px;
}


.biller-pay-rush-select::after,
.biller-pay-rush-select::before {
	border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	left:0%;

}

.biller-pay-rush-select::before {
	border-right-color: #cccccc;
   	margin-left: -28px;
    margin-top: 9px;
    border-width: 14px;
}


.biller-pay-rush-select::after {
	border-right-color: #fff;
	margin-left: -26px;
    margin-top: -17px;
	border-width: 13px;
    z-index: 1001;
}


.wedge {
	position: relative;
    height: 26px;
	width:20px;
	left:-5px;
    top: -10px;
	float:left;
    background: url(/click/checkfree/2/img/triangle.png) 3px -70px no-repeat;
}

.popmoney-payment-method.active > .wedge {
	background-position: 3px 16px;
}

.popmoney-email-message {
	display:none;
	text-align:left;
}

.popmoney-email-message > textarea {
	    max-width: 465px;
    width: 465px;
    max-height: 125px;
    height: 125px;
    margin: 0px 15px 20px 0px;
    box-sizing: border-box;
}

.popmoney-email-message > h4 {
	display: inline;
    margin: 0px;
    margin-right: 5px;
    font-size: 15px;
}

.popmoney-view > h4, .popmoney-view > p {
    text-align: left;
}

.biller-details > ul > li:after {
	content:'ON';
	font-weight:bold;
	background:#669933;
	padding:2px;
	margin-left:4px;
	border-radius:2px;
	text-decoration:none;
	color:#FFF;
	font-size:1rem;
	visibility: hidden;
}

.biller-details > ul > li.biller-details-hasServiceOn:after {
	visibility: visible;
}

.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-9, .col-xs-3 {
	float: left;
}

.ebill-explanation {
	margin-bottom: 20px;
}

.trial-biller-header {
    padding: 10px;
}

.trial-biller-header-title {
    font-weight: bold;
}

.trial-biller-header > *:not(:last-child) {
    margin-bottom: 10px;
}

.nav.nav-tabs {
    list-style-type: none;
    padding: 0px 20px !important;
    margin: 0px;
}

.nav.nav-tabs li {
    display: inline-block;
    margin-right: -5px;
	margin-bottom: -1px;
	position: relative;
}

.nav.nav-tabs li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid rgb(180,180,180);
    display: inline-block;
    padding: 5px 15px 8px;
    background-color: rgb(220,220,220);
}

.nav.nav-tabs li.active a {
    background-color: white;
	border-bottom: transparent;
}

.biller-details-content .tab-content {
    margin-right: -10px;
    margin-bottom: -20px;
    padding: 10px 20px 20px 0px;
    background-color: white;
    border-top: 1px solid rgb(180,180,180);
	position: relative;
	top: -1px;
}

div#ebill-overview-text > div:first-child > *:not(:last-child) {
    margin-bottom: 10px;
}

div#ebill-overview-text > *:not(:last-child) {
    margin-bottom: 10px;
}

.detail-bordered-container {
    border: 1px solid #ccc;
    padding: 10px;
}

div#ebill-introduction-container > *:first-child {
    font-weight: bold;
}

div#ebill-introduction-container > *:not(:last-child) {
    margin-bottom: 10px;
}

div#trial-ebill-slider > * {
    vertical-align: middle;
}

div#trial-ebill-slider-control-middle {
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

div#trial-ebill-slider > *:not(:last-child) {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: relative;
    top: -5px;
}

div#trial-ebill-slider-control-w {
    float: left;
    background-color: rgb(50,220,50);
}

div#trial-ebill-slider-control-e {
    float: right;
    background-color: red;
}

div#trial-ebill-slider {
    margin-bottom: 15px !important;
    padding-left: 10px;
}

div#trial-ebill-slider-filler {
    margin-left: 5px;
    border: 2px solid #ccc;
    border-radius: 8px;
    height: 20px;
    background: linear-gradient(to right, rgb(50,220,50) 50%, white 50%);
}

div#ebill-learn-image, #ebill-overview-image {
    text-align: center;
}

div#ebill-learn-image img {
    margin-bottom: 10px;
}

div#ebill-learn-text > *:first-child {
    font-weight: bold;
}

div#ebill-learn-text > *:not(:last-child) {
    margin-bottom: 10px;
}

.nav.nav-tabs li.active {
    z-index: 1;
}

.left_col > .biller-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.left_col .biller-top-details {
    display: inline-block;
	width: calc(100% - 55px);
}
.showLimits{
	cursor: pointer;
}
.limitsContainer {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid;
    padding: 10px;
    width: 400px;
    left: 433px;
    top: 55px;
    z-index: 100;
    border-radius: 6px;
    box-shadow: 1px 3px 4px #777;
	display: none;
}
.limitsContainer.isVisible{
	display:block;
}
.limitsContainer tr th:not(:nth-of-type(1)) {
    width: 500px;
    background: #EDEDED;
    text-align: right;
}

.limitsContainer table * {
    border: 1px solid black;
    border-collapse: collapse;
    /* border: #000000; */
    padding: 3px;
}

.limitsContainer table {
    border-collapse: collapse;
}

.limitsContainer table thead th:first-of-type {
    border-color: white;
    border-bottom: #000000;
    border-right: #000000;
}

.limitsContainer tr td:nth-of-type(1) {
    width: 800px;
    background: #EDEDED;
}

.limitsContainer tr td:not(:nth-of-type(1)) {
    text-align: right;
}

.footerNote {
    margin-top: 10px;
}

.limitsContainer:before {
    border-left: -1px solid black;
    border-right: 38px solid black;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    position: absolute;
    left: -38px;
    top: 36px;
    z-index: 1;
    content: ' ';
    /* border: 1px solid; */
}

.limitsContainer:after {
    border-left: -1px solid black;
    border-right: 38px solid white;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    position: absolute;
    left: -35px;
    top: 36px;
    z-index: 1;
    content: ' ';
    /* border: 1px solid; */
}
span.closeLimitsButton {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	color: #0033cc;
	cursor: hand;
	cursor: pointer;
}

.closeLimits {
    text-align: right;
}