@charset "UTF-8";
/* CSS Document */

.reports-wrapper {
	width: 100%;
	max-width: 1166px;
	margin:0px auto;
	padding:93px 0 20px 0;
}

#report-tabs.custom-tabs, #report-tabs2.custom-tabs {
	background-color:#fff;
	width:76.7%;
	border:0;
}

#report-tabs.custom-tabs .tabs-title, #report-tabs2.custom-tabs .tabs-title {
	background-color:#fff;
	width:33.3%;
	height:64px;
}

#report-tabs.custom-tabs a, #report-tabs2.custom-tabs a {
	background-color:#fff;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-top: solid 1px #dfe2e0;
	border-left: solid 1px #dfe2e0;
	border-right: solid 1px #dfe2e0;
	border-bottom: solid 1px #dfe2e0;
	line-height: 64px;
	height:64px;
	padding:0;
}

.shadow-wrapper {
	border-left:solid 1px #d4d9d6;
	border-right:solid 1px #d4d9d6;
	border-bottom:solid 1px #d4d9d6;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-left:solid 1px #d4d9d6;
	border-right:solid 1px #d4d9d6;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
	padding-bottom: 10px;
	background:#fff;
}

#report-tabs .tabs-title > a:focus, .tabs-title > a[aria-selected='true'], #report-tabs2 .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background:#fff;
	border-bottom:0!important;
	-webkit-box-shadow: 2px -7px 25px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px -7px 15px -2px rgba(0,0,0,0.12);
    box-shadow: 2px -7px 15px -2px rgba(0,0,0,0.06);
	z-index: 3;
	position: relative;
}

#report-tabs .item-1 svg {
	height:43px;
	width:auto;
	margin-top:7px;
}

#report-tabs .item-2 svg {
	height:28px;
	width:auto;
	margin-top:23px;
}

#report-tabs .item-3 svg {
	height:65px;
	width:auto;
	margin-top:0px;
}

#report-tabs-content {
	border:none;
}

#report-tabs-content .tabs-panel {
	padding:0;
}

.reports-content-wrapper  {
	padding:0 0;
}

.report-vertical-wrapper {
	padding-bottom:27px;
}

.report-tabs-vertical-content {
	padding:0;
	display: none;
}

.report-tabs-vertical-content.active {
	display: block;
}

.reports-wrapper .tabs-content {
	background:none;
}

.report-tabs-vertical-content .tip-wrapper {
	padding:0 40px 0 0;
}

.report-tabs-vertical-content .tip-wrapper p {
	width:88%;
	float:right;
}

.reports-tab-content-wrapper {
	padding:45px 55px 40px 55px;
	background:#fff;
}

.factor-wrapper {
	
}

.reports-score-wrapper {
	float:left;
}

.reports-score-wrapper .score {
	font-size:58px;
	line-height: 55px;
	font-weight: 600;
    color:#4d4d4d;
	display:block;
	width:161px;
	float:left;
    position: relative;
    padding-right:20px;
}

.reports-score-wrapper .score .change {
    font-size:18px;
    color:#37d45c;
    position:absolute;
    top:-15px;
    right: 20px;
}

.reports-score-wrapper .score .change.neg {
    color:#ff6265;
}

.reports-score-wrapper .rating {
	display:block;
	color:#33a5ff;
    font-weight: 800;
	clear:both;
	line-height:19px;
	margin:0 0 6px 0;
	font-size:16px;
}

.reports-score-date {
	width:175px;
	float:left;
	font-size:17px;
	color:#616161;
}

.action-report {
    float:right;
	line-height: 47px;
	font-size: 14px;
	text-align: center;
	border:solid 2px #02c8de;
    color:#60606d;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}

.personal-info {
	width:258px;
    margin-right:22px;
}

.print-reports {
	width:198px;
}

.print-reports img {
	margin-right:16px;
}

.reports-factors h2 {
	color:#404040;
	font-weight: 800;
	margin:0;
	padding: 25px 55px 0 55px ;
}


.hr-thin-reports {
	display:block;
	clear:both;
	height:1px;
	width:100%;
	background:#e1e6e3;
	margin:0;
}

.collections-wrapper {
    padding:31px 0 0;
}

.collections-wrapper img {
    display:block;
}

/* MOBILE REPORTS*/

.reports-mobile-accordion-wrapper {
	padding:0;
}

.accordion {
	margin:0;
	border:0;
}

.accordion dt, .accordion dd {
    border-bottom: 1px solid #d4d9d6;
	margin-bottom:0;
}

.accordion dl {
	margin-bottom:0;
}
      
.accordion dd:last-of-type {
	border-bottom: 1px solid black; 
}

 .accordion a {
	display: block;
	color: black;
	font-weight: bold;
	line-height: 45px;
	padding:0 19px 0 21px;
	border-left:solid 4px #00d9a1;
	border-right:solid 1px #dfe5e4;
}

 .accordion a.neg {
	border-left:solid 4px #f7822d;
}

.accordion a.closed {
	border-left:solid 4px #46c2f2;
}
  
.accordion dd {
	border-top: 0; 
	font-size: 12px;
}
	  
.accordion dd:last-of-type {
	border-top: 1px solid white;
	position: relative;
	top: -1px;
}

.accordion dt:last-of-type {
	position: relative;
	top: -1px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.accordion a.last {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.accordion .arrow {
	width: 20px;
	height:20px;
	float:right;
	margin:14px;
}

/* WHO'S BEEN CHECKING */
.accordion-section .acct-title {
	font-size:26px;
	font-weight: 800;
}

.accordion-section .status {
	line-height:22px;
	display: inline-block;
	padding:0 19px;
	color:#4d4d4d;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 18px;
	font-weight: 800;
}

.accordion-section .status.neg {
	color:#f7822d;
}

.accordion-section .status.closed {
	color:#46c2f2;
}

.accordion-section .status.pos .detail-label {
	color:#00d9a1;
    font-weight: 800;
    font-size:18px!important;
    line-height:18px!important;
}

.accordion-section .status .emtext {
    font-size:19px;
}

.accordion-section h2 {
	margin:0;
	padding:0 0 1px 0;
	
}

.accordion-section p {
	font-size:19px;
}

.accordion-section .report-sr {
	display: block;
	clear:both;
	width:100%;
	padding:14px 0 14px 2.8%;
	border-top:solid 1px #dbdfdd;
	border-left: solid 5px #fff;
}

.accordion-section .report-sr.active {
	border-left: solid 5px #00d9a1;
}

.accordion-section .report-sr.active.neg {
	border-left: solid 5px #f7822d;
}

.accordion-section .report-sr.active.closed {
	border-left: solid 5px #46c2f2;
}

.accordion-section .report-sr .col1 {
	width:7%;
	float:left;
}

.accordion-section .report-sr .small-line-height {
	line-height:18px;
	padding-top:8px!important;
}

.accordion-section .report-sr .custom-line-height {
	line-height:26px;
}

#credit-checks .report-sr .col2, #credit-checks-2 .report-sr .col2, #credit-checks-3 .report-sr .col2,
#who-checking .report-sr .col2, #who-checking-2 .report-sr .col2, #who-checking-3 .report-sr .col2{
	width:43.7%;
	float:left;
	padding-top:14px;
}

#who-checking .report-sr .col2, #who-checking-2 .report-sr .col2, #who-checking-3 .report-sr .col2{
	padding-top:0;
}

#credit-checks .report-sr .col3, #credit-checks-2 .report-sr .col3, #credit-checks .report-sr .col3,
#who-checking .report-sr .col3, #who-checking-2 .report-sr .col3, #who-checking .report-sr .col3 {
	width:37%;
	float:left;
	padding-top:14px;
}

#who-checking .report-sr .col3, #who-checking-2 .report-sr .col3, #who-checking .report-sr .col3 {
	width:37%;
	float:left;
	padding-top:0;
}

.accordion-section .report-sr .toggle-sr {
	width:25px;
	height: 15px;
	background:url(../img/arrow-toggle-sr@2x.png) no-repeat 0 0;
	background-size: cover;
	display: block;
	float:right;
	margin-top:19px;
	margin-right:45px;
}

.accordion-section .report-sr-toggle-content {
	display:none;
	clear:both;
	padding:14px 5% 14px 2.8%;
}

.accordion-custom-1 .panel {
	padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
 
.accordion-custom-1 {
    overflow:hidden;
}

.accordion-section .slider-1 {
	padding-top: 4px;
}

.accordion-section .slick-prev-custom {
	width:15px;
	height:25px;
	background:url(../img/slider-custom-arrow-left-on@2x.png) no-repeat 0 0;
	background-size: cover;
	top:20%;
}

.accordion-section .slick-prev-custom.slick-disabled {
	background:url(../img/slider-custom-arrow-left-off@2x.png) no-repeat 0 0;
	background-size: cover;
}

.accordion-section .slick-next-custom {
	width:15px;
	height:25px;
	background:url(../img/slider-custom-arrow-right-on@2x.png) no-repeat 0 0;
	background-size: cover;
	top:20%;
}

.accordion-section .slick-next-custom.slick-disabled {
	background:url(../img/slider-custom-arrow-right-off@2x.png) no-repeat 0 0;
	background-size: cover;
}

.factors-container {
    padding:35px 50px 35px 50px;
    border-bottom:solid 1px #dfe2e0;
}

.factors-container h2 {
    font-size:28px;
    font-weight: 800;
    padding:0 0;
    margin:0;
    display: block;
    width:50%;
    float:left;
}

.reports-factors .credit-calc {
    list-style: none;
    margin:0;
    padding:0 55px; 
}

.reports-factors .credit-calc {
    list-style: none;
    margin:0;
    padding:11px 55px 10px 55px; 
    clear:both;
    display: block;
    height:130px;
}

.reports-factors .credit-calc li {
    display: block;
    float:left;
    color:#60606d;
    width:15.8%;
    text-align: center;
    padding:0 15px 0 15px;
}

.reports-factors .credit-calc li:first-child {
    padding-left:0;
}

.reports-factors .credit-calc li:last-child {
    padding-right:0;
    width:14%;
}

.reports-factors .credit-calc li.eq {
    width:2.5%;
    padding-top: 30px;
    font-size: 26px;
    color:#d4d9d6;
}

.reports-factors .credit-calc li.divider {
    width:1px;
    padding:0;
    text-align: center;
    float:left;
    padding-top:10px;
}

.reports-factors .credit-calc li.divider span {
    width:1px;
    text-align: center;
    height: 84px;
    background: #dfe2e0;
    display: block;
}

.reports-factors .accordion-section-title-generic {
    border-left: none!important;
}

.reports-factors .credit-calc li a {
    color:#60606d;
    padding:0;
    width:100%;
    display: block;
}

.reports-factors .credit-calc li a div {
    width:100%;
    height: 5px;
    background: #d4d9d6;
    display: block;
    border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.reports-factors .credit-calc li a div.poor {
    background: #ff6265;
}

.reports-factors .credit-calc li span.num {
    display: block;
    clear: both;
    font-size:32px;
    font-weight: 800;
    text-align: center;
}

.reports-factors .credit-calc li span.desc {
    display: block;
    clear: both;
    font-size:16px;
    text-align: center;
    text-decoration:underline;
    padding-bottom: 14px;
}

.factors-container .toggle-arrow {
    height:40px;
    margin-top:0;
}


.factors-container h2 .poor {
    color:#ff6265;
}

.factors-container h2 .good {
    color:#3b95db;
}

.factors-container h2 .fair {
    color:#f7822d;
}

.factors-container .factor-content {
    width:90%;
    margin-bottom:43px;
    padding:19px 0 8px 5px;
}

.factors-container .factor-content p {
    font-size:18px;
}

.factors-container .factor-content .account-details {
    display: block;
}

.factors-container .account-details ul {
    list-style: none;
    margin:0;
    padding:27px 0 7px 0;
    border-top:solid 1px #dfe2e0;
}

.factors-container .account-details ul li {
    display:block;
    float:left;
    width:21.8%;
    text-align:center;
    padding:0 35px;
    font-size: 18px;
}

.factors-container .account-details ul li.divider {
    width:1px;
    padding:0;
}

.factors-container .account-details ul li.divider span {
    width:1px;
    height:80px;
    background: #e1e6e3;
    margin-top:11px;
}

.factors-container .account-details ul li span {
    display:block;
    clear:both;
    text-align:center;
    font-size:25px;
    font-weight: 800;
    padding-top:0px;
    padding-bottom:0px;
}

.factors-container .account-details ul li .percentage {
    font-size:38px;
    line-height: 37px;
    padding:0 0 4px 0;
    color:#ff6265;
}

.factors-container .account-details ul li:first-child, .factors-container .account-details ul li:last-child {
    width:17%;
}

.factors-container .report-detail-link {
    float:right;
    color:#616161;
    font-size:17px;
    text-decoration: underline;
}

.slider-wrapper-reports {
	padding:30px 0 20px 0;
}

.accordion-section .slick-slider img {
	margin:0px auto;
}

.all-accounts .accordion-section .report-sr {
	padding:56px 0 8px 2.8%;
	font-size:19px;
}

.all-accounts .accordion-section .report-sr .detail-label {
	font-size:16px;
	line-height: 26px;
}

.all-accounts .accordion-section .report-sr .detail-label-1 {
	font-size:16px;
	line-height: 16px!important;
    display: block;
}

.all-accounts .report-sr .light-color {
    color:#878787;
}

.all-accounts .report-sr .col2 {
	width:21.2%;
	float:left;
	padding-top:0px;
	padding-bottom:48px;
}

.all-accounts .report-sr .col3 {
	width:18%;
	float:left;
	padding-top:0;
	padding-bottom:44px;
}

.all-accounts .report-sr .col4 {
	width:16%;
	float:left;
	padding-top:0;
	padding-bottom:44px;
}

.all-accounts .report-sr .col5 {
	width:15.3%;
	float:left;
	padding-top:0;
	padding-bottom:44px;
}

.all-accounts .toggle-arrow {
    width:25px;
    height:15px;
    margin-right:42px;
    display: block;
    float:right;
    background:url('../img/arrow-toggle-sr@2x.png') 0 0 no-repeat;
    background-size:cover;
}

.all-accounts .smaller-text {
    font-size:18px;
}

.all-accounts .toggle-arrow.active {
    background:#cc0000;
    background: url(../img/arrow-toggle-sr-close@2x.png) no-repeat 0 0;
    background-size: cover;
}



.accounts-heading {
	float:left;
	width:40%;
}

.heading-padding-left {
	padding-left:27px;
}

.account-controls {
	width:600px;
	float:right;
    text-align: right;
}

.account-controls .toggle-link {
    width:216px;
    float:right;
    position: relative;
    margin-left:18px;
}

.account-controls .toggle-link ul {
    margin:0;
    padding:0;
    list-style: none;
    display:none;
    position:absolute;
    width:186px;
    top:36pxpx;
    left:16px;
    z-index:2;
    background:#fff;
    border-left: solid 1px #e8ecea;
    border-right: solid 1px #e8ecea;
}

.account-controls .toggle-link ul.active {
    display: block;
}

.account-controls .toggle-link ul li {
    display:block;
    clear:both;
    border-bottom: solid 1px #e8ecea;
}

.account-controls .toggle-link ul li a {
    display:block;
    color:#616161;
    line-height: 47px;
    width:100%;
    padding:0;
    text-align: center;
}

.account-controls .toggle-link ul li a:hover {
    background:#e6f7f9;
}


.account-controls .toggle-link .default {
    line-height: 36px;
    color: #60606d;
    padding: 0 22px;
    border:solid 1px #05c9de;
    display: block;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    text-align: left;
}

.account-controls .toggle-link .default em {
    font-style: normal;
}

.account-controls .toggle-link .default span {
    width:13px;
    height:8px;
    display:block;
    float:right;
    margin-top:14px;
    position: relative;
    background: url('../img/toggle-accounts-default@2x.png') no-repeat 0 0;
    background-size: cover;
}


.content-block-print {
	width:50px;
	height:50px;
	display: block;
	background:url(../img/content-block-print@2x.png) no-repeat 0 0;
	background-size: cover;
    float:right;
    margin-left:40px;
}
 





@media screen and (max-width:860px){
	.reports-wrapper {
		width: 100%;
		max-width: 1166px;
		margin:0px auto;
		border:none;
		padding:0 0 20px 0;
	}
	
	#report-tabs2.custom-tabs{
		background-color:none;
		width:100%;
		border:0;
	}
	
	#report-tabs2.custom-tabs a {
		background-color:#f7fbfc;
		text-align: center;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-right: solid 1px #dfe2e0;
		border-bottom: solid 1px #dfe2e0;
		border-left: 0;
	}
	
	#report-tabs2 .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
		background:#fff!important;
		border-bottom:0!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		z-index: 3;
		position: relative;
	}
}

@media screen and (max-width:767px){
	.print-reports {
		display: none;
	}
}