/* Styling specific to include that allows sign-up for Credit Protection */

	.credit-protection-info div:nth-child(1n) p:nth-child(2n){
		margin-top: -15px;
	}
	.credit-protection-info div:nth-child(2n) {
		margin-bottom: 20px;
	}
	.credit-protection-info div:nth-child(4n) {
		 margin-bottom: -10px;
	}
	.credit-protection-info div:nth-child(4n) span {
		 padding-top: 8px;
	}
	.credit-protection-info input[type="text"] {
		display: inline;
		width: 60px;
	}
	.credit-protection-info input[type="text"] + p {
		display: inline;
	}
	.credit-protection-info section:nth-child(4n+1) input[type="checkbox"] + label span,
	.credit-protection-info section:nth-child(4n+2) input[type="checkbox"] + label span,
	.credit-protection-info section:nth-child(4n+3) input[type="checkbox"] + label span,
	.credit-protection-info section:nth-child(4n+4) input[type="checkbox"] + label span {
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		width: 23px;
		height: 21px;
		margin: -8px 1px 0 -5px;
		vertical-align: middle;
		cursor: pointer;
	}
	.credit-protection-info section:nth-child(4n+1) input[type="checkbox"] + label div,
	.credit-protection-info section:nth-child(4n+2) input[type="checkbox"] + label div,
	.credit-protection-info section:nth-child(4n+3) input[type="checkbox"] + label div,
	.credit-protection-info section:nth-child(4n+4) input[type="checkbox"] + label div {
		display: inline;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		cursor: default;
	}
	.credit-protection-info section:nth-child(4n+1) input[type="checkbox"] + label div,
	.credit-protection-info section:nth-child(4n+3) input[type="checkbox"] + label div {
		color: #424242;
	}
	.credit-protection-info section:nth-child(4n+1) input[type="checkbox"] + label span,
	.credit-protection-info section:nth-child(4n+3) input[type="checkbox"] + label span {
		background: url(../../../images/check_box_sheet_grey.png) left top no-repeat;
	}
	.credit-protection-info section:nth-child(4n+1) input[type="checkbox"]:checked + label span,
	.credit-protection-info section:nth-child(4n+3) input[type="checkbox"]:checked + label span {
		background: url(../../../images/check_box_sheet_grey.png) -21px top no-repeat;
	}
	.credit-protection-info section:nth-child(4n+2) input[type="checkbox"] + label div,
	.credit-protection-info section:nth-child(4n+4) input[type="checkbox"] + label div {
		color: #FFFFFF;
	}
	.credit-protection-info section:nth-child(4n+2) input[type="checkbox"] + label span,
	.credit-protection-info section:nth-child(4n+4) input[type="checkbox"] + label span {
		background: url(../../../images/check_box_sheet_white.png) left top no-repeat;
	}
	.credit-protection-info section:nth-child(4n+2) input[type="checkbox"]:checked + label span,
	.credit-protection-info section:nth-child(4n+4) input[type="checkbox"]:checked + label span {
		background: url(../../../images/check_box_sheet_white.png) -21px top no-repeat;
	}

.credit-protection-info input[type="radio"] + label span {
    background: url(../../../images/check_radio_sheet_grey.png) left top no-repeat;
}

.credit-protection-info input[type="radio"]:checked + label span {
    background: url(../../../images/check_radio_sheet_grey.png) -21px top no-repeat;
}

.credit-protection-info input[type="radio"] + label span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: 21px;
    height: 21px;
    margin: -1px 0 0 -1px;
    vertical-align: middle;
    cursor: pointer;
}

/*Credit Protection In-House*/

.benefits-activity-date-row {
    padding-top: 5px;
    padding-bottom: 5px;
    /*font-size: .75rem;*/
    background-color: #DAEBF5;
    /*line-height: 1.8;*/
    cursor: default;
    font-size: .875rem
}

.posted-row:nth-child(even) .benefits-activity-date-row {
    font-size: .875rem;
    background-color: #DAEBF5;
}

.posted-row:nth-child(odd) .benefits-activity-date-row {
    font-size: .875rem;
    background-color: #FFF;
}

.posted-row .benefits-activity-date-row:hover {
    background-color: #5394BE;
    box-shadow: 3px 3px 3px #cdcdcd;
    cursor: pointer;
    color: #FFF;
    z-index: 3;
}

.benefits-activity-drop-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .875rem;
    border-top: 1px dashed #5394BE !important;
    border-bottom: 1px solid #076191 !important;
    background-color: #f5f5f5 !important;
    cursor: default;
    line-height: 1.9;
}

.bt-button {
    padding: 4px 8px;
    background: #999;
    border-radius: 4px;
    color: #fff;
    font-size: .85em;
    text-transform: uppercase;
}
/*.bt-text-info {
        font-size: 12px;
        text-align: center;
        margin: 25px 0px;
    }*/
/*Balance Transfer*/
.bt-item {
    background: #fff;
    padding: 5px;
}

.bt-container {
    position: relative;
    width: 260px;
    padding: 30px;
    margin: 10px auto;
    height: auto;
    overflow: auto;
}

.bt-requested, .bt-processing, .bt-sent {
    width: 23px;
    height: 23px;
    background: #999;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 3px;
}

.bt-border-first, .bt-border-second, .bt-border-third {
    background: #e2e2e2;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.bt-border-first {
    left: 19px;
}

.bt-border-second {
    left: 116px;
}

.bt-border-third {
    left: 207px;
}

.bt-requested-line, .bt-processing-line, .bt-sent-line {
    position: absolute;
    font-size: .9em;
    color: #666;
    top: 39px;
}

.bt-requested-line {
    left: 0;
}

.bt-processing-line {
    left: 98px;
}

.bt-sent-line {
    left: 208px;
}

.bt-processing {
    left: 119px;
}

.bt-requested {
    left: 22px;
}

.bt-sent {
    left: 210px;
}

.bt-active {
    color: #ff9000;
}

.bt-filled {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f76700+0,ff9000+25 */
    background: #f76700; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f76700 0%, #ff9000 25%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f76700 0%,#ff9000 25%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f76700 0%,#ff9000 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76700', endColorstr='#ff9000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bt-thread {
    left: 29px;
    top: 12px;
    width: 190px;
    height: 4px;
    background: #eee;
    position: absolute;
}

.bt-text-info {
    font-size: 12px;
    text-align: center;
    margin: 25px 0px;
}

.bt-button {
    padding: 4px 8px;
    background: #999;
    border-radius: 4px;
    color: #fff;
    font-size: .85em;
    text-transform: uppercase;
}

.bt-account-number {
    text-align: center;
}

.bt-button:hover, .bt-button:visited {
    color: #fff;
}

.bt-table, .bt-table table {
    border: none;
    margin: 0 auto;
}

    .bt-table td {
        font-size: 1em;
    }

    .bt-table .bt-title {
        font-weight: 600;
        background: #f3f3f3;
        padding: 5px 15px;
        border-radius: 3px;
    }

.bt-flex2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
}

#benefit-history-tab .print-agreement {
    font-size: 14px;
    padding: 15px 0;
    float: right;
}

#benefit-history-tab .document-hidden th {
    font-weight: 300;
}

#benefit-history-tab .posted-activity-main-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#benefit-history-tab .row {
    max-width: none !important;
}

.benefits-activity-date-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
    background-color: #DAEBF5;
    line-height: 1.8;
    cursor: default;
}

.posted-row:nth-child(even) .benefits-activity-date-row {
    font-size: .8rem;
    background-color: #DAEBF5;
}

.posted-row:nth-child(odd) .benefits-activity-date-row {
    font-size: .8rem;
    background-color: #FFF;
}

.posted-row .benefits-activity-date-row:hover {
    background-color: #5394BE;
    /*	border: 1px solid #0D649A;*/
    box-shadow: 3px 3px 3px #cdcdcd;
    cursor: pointer;
    color: #FFF;
    z-index: 3;
}

.benefits-activity-drop-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
    border-top: 1px dashed #5394BE !important;
    border-bottom: 1px solid #076191 !important;
    background-color: #f5f5f5 !important;
    cursor: default;
    line-height: 1.9;
}

#benefit-history-tab .cancel {
    margin: 10px 0 10px 0;
}

.tog-trig {
    width: 100px;
    height: 100px;
    background-color: blue;
    outline: none;
    cursor: pointer;
}

.tog-child {
    display: none;
    height: 200px;
    background-color: green;
}

.tog-trig:focus + .tog-child {
    display: block;
}

#benefit-history-tab .paid th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    background: #5394BE;
    color: #FFF;
    font-weight: bold;
}

#benefit-history-tab .payrecord {
    width: 100%;
    font-size: .875rem;
}

#benefit-history-tab .payheader div {
    border: 1px solid #ccc;
}

#benefit-history-tab .payheader {
    background: #5394BE;
    color: #FFF;
    font-weight: bold;
}

#benefit-history-tab .paybody {
    font-weight: 300 !important;
    color: #424242;
}

#benefit-history-tab .paid tr:nth-child(odd) {
    background: #eee;
}

#benefit-history-tab .paid table {
    width: 100%;
}
/*#benefit-history-tab .paid .frame {
	padding:10px 15px;
	background-color:#DAE7F0;
	color: #333333;
	border-radius: 0 0 3px 3px;
	text-decoration: none !important;
	cursor: default;
}
#benefit-history-tab .paid .frame:hover {
	text-decoration: none !important;
	cursor: default;
}*/
#benefit-history-tab .benefits-activity-drop-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
    border-top: 1px dashed #5394BE !important;
    border-bottom: 1px solid #076191 !important;
    background-color: #f5f5f5 !important;
    line-height: 1.9;
}

#benefit-history-tab .posted-activity-date-row {
    /*cursor: default;*/
}

#benefit-history-tab .posted-activity-table-container {
    /* padding: 0 0.9375rem 1rem; */
    margin-bottom: 0;
}

#benefit-history-tab button,
#benefit-history-tab .button {
    margin: 15px 0 0 10px;
}

#benefit-history-tab .document-hidden {
    padding: 0 0;
    background-color: initial;
}

#benefit-history-tab .load-more-button {
    display: block;
    background: #f8f8f8;
    font-weight: 500 !important;
    color: #076191;
    border: none;
    width: 100%;
    margin-left: 0;
    font-size: 0.8125rem;
}

#benefit-history-tab .end-process {
    background: #f8f8f8 !important;
    margin-left: 0;
}

.ttlpay {
    font-weight: 600;
    font-size: .95rem;
}

.bh-declined {
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
}

#benefit-history-tab .bt-item small {
    font-size: 14.4px;
}

#benefit-history-tab .tiny {
    margin-bottom: 10px;
}

.bt-center {
    text-align: center;
}

#benefit-history-tab .bt-container {
    overflow: visible;
}

#benefit-history-tab .bt-sent-line {
    left: 200px;
}



@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /*
		Label the data
		*/
    #benefit-history-tab .document-hidden td:nth-of-type(1):before {
        content: "Pay Date:";
    }

    #benefit-history-tab .document-hidden td:nth-of-type(2):before {
        content: "Pay Period:";
    }

    #benefit-history-tab .document-hidden td:nth-of-type(3):before {
        content: "Pay Amount:";
    }

    #benefit-history-tab .document-hidden tr:last-of-type {
        display: none;
    }

    .ttlpay {
        padding-left: 10px;
        display: block !important;
    }
}



@media screen and (max-width: 450px) {
    #benefit-history-tab .bt-sent-line {
        /*left: 145px;*/
    }

    #benefit-history-tab .bt-item small {
        font-size: 12px;
    }
}
