/*
Theme Name: BTIG Research
Author: MBLM
Author URI: http://mblm.com
Description: BTIG Research Theme
Version: 1.0
Tags: HTML5, CSS3

Template: parent
*/

.corporate-access { padding: 55px 0; background-color: #F6F8FA; }

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body { height:auto; overflow:auto; }

.fa.with-text { padding-right: 5px; }

/* Slick Slider */
.slick-slides .bio .card-img-top { width: auto; max-width: 100%; }
.slick-slides .card { float: left; padding-left: 15px; padding-right: 15px; }
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    padding: 9px 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #9FDBED;
    text-align: center;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { color: transparent; outline: none; background: #9FDBED; }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 0; }
.slick-next { right: 0; }
@media(min-width: 768px) {
	.slick-prev { left: -10px; }
	.slick-next { right: -10px; }
}
@media(min-width: 992px) {
	.slick-prev { left: -15px; }
	.slick-next { right: -15px; }
}

.sector-landing .slick-track { margin-left: unset; }

.slick-slides .card.bio .card-block { visibility: hidden; }
.slick-slides .card.bio.slick-active .card-block { visibility: visible; }


.call-to-action { background-color: #6F7D87; color: #FFF;  text-align: center; padding: 5rem 0; border: none; }

/**********************************************************
*   TEMPLATE STYLES 
**********************************************************/



/* Landing Page */
.research-strategy .rs-sectors .display-table { min-height: 140px; }
/* .card.bio .bio-img { overflow: hidden; position: relative; background-size: cover; 
	background-repeat: no-repeat; background-position: center top; }
.card.bio .bio-img:after { content: ""; display: block; padding-bottom: 100%; }
.card.bio .card-img img { position: absolute; width: 100%; height: auto; } */



/* Analyst Archive */
.nav-tabs { margin-bottom: 32px; }
.card.bio .sector-icon { max-width: 24px; max-height: 24px; float: left; margin-right: 10px; }
.sector-heading .sector-icon { max-width: 48px; max-height: 48px; float: left; 
	margin-right: 10px; margin-top: -5px; }

/* Analyst Single */
.analyst-detail .number { margin-bottom: 0; }

/* Event Archive */
.archive-events .featured-event { border-left: 10px solid #F37021; 
	background-color: rgba(230, 231, 232, 0.25); padding: 30px; margin-bottom: 35px;}
.archive-events .upcoming-event h3,
.archive-events .featured-event h3 { margin-bottom: 10px; }
.archive-events .upcoming-event .details { margin-bottom: 15px; }
.archive-events .upcoming-event .details span { padding-right: 20px; }
.archive-events .past-events { color: #6F7D87; }
.archive-events .past-events .event-row { padding-top: 6px; padding-bottom: 10px; }
.archive-events .past-events h5 { margin-bottom: 0px; }

/* Report Archive ( Research Library ) */
.post-type-archive-reports .report-libary-title-wrapper {
    min-height: 300px;
}

.filter-list .filter-tag { 
    text-transform: capitalize; 
    margin-top: 10px; 
    margin-right: 10px; 
    font-size: 14px; 
    line-height: 14px; 
    display: inline-block; 
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 0;
    color: #fff;
    background-color: #006791;
    border-color: #006791;
}

.report-library-title {
    display:block;
    border-left: 32px solid #F37021;
    background-color: rgba(0, 56, 108, 0.9);
    padding: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
}

@media(min-width: 768px) {
	.report-library-title {
   		width: 50%;
	}
}

.report-item .report-img { border: 1px solid #DBDEE1; min-height: 200px; height: 100%; width: 100%; padding: 2px; margin-bottom: 20px; }
.report-item .lead,
.report-item h5 { margin-bottom: 1rem; }
.report-item .report-details span { padding-right: 5px; }
.report-item.featured-report { border-left: 10px solid #F37021; background-color: rgba(230, 231, 232, 0.25); padding: 30px; margin-bottom: 35px; }
.report-item .report-details .share-bar { float: right !important; }
@media(min-width: 992px) {
    .report-item .report-img { margin-bottom: 0; }
}

.research-library .toolbar .form-group.date { width: auto; margin-right: 0; }
.research-library .toolbar .form-group.date label { margin-top: 0; }
.research-library .toolbar .form-group.date .datepicker { border-radius: 0; width: 100%; margin: 0; }

@media(min-width: 768px) {
    .research-library .toolbar .form-group.clear { margin-top: 35px; }
    .research-library .toolbar .form-group.date:first-child { width: auto; margin-right: 27px; }
    .research-library .toolbar .form-group.date .datepicker { width: 145px; display: block; }
}

@media(min-width: 992px) {
    .research-library .toolbar .form-group.date .datepicker { width: 200px; }
}

@media(min-width: 1200px) { 
    .research-library .toolbar .form-group.clear { margin-top: 0; }
    .research-library .toolbar .form-group.date:first-child { margin-right: 0; }
    .research-library .toolbar .form-group.date .datepicker { width: 135px; margin: 0 5px; display: inline-block; }
    .research-library .toolbar .search-row { margin-bottom: 15px; }
}

/* Report Single */
.report-detail font { color: #444 !important; background-color: #fff !important; }

.report-detail .img-expandable { position: relative; display: inline-block; width: auto;}
.report-detail .img-expandable .modal-toggle { position: absolute; right: 0; }

.report-detail .btn-company-info { margin-bottom: 30px; margin-right: 20px; }

.report-detail .table-report-container { background: #F6F8FA; padding-bottom: 1px; }
.report-detail .table-report { font-size: 14px; }

.report-detail .table.table-report > tbody > tr > td:first-child,
.report-detail .table.table-report > thead > tr > th:first-child {
    text-align: left;
    padding-left: 10px;
}

.report-detail .table.table-report.table-times-series-list > tbody > tr > td:first-child,
.report-detail .table.table-report.table-times-series-list > thead > tr > th:first-child {
    width: 30%;
}

.report-detail .table.table-report > tbody > tr > td:last-child,
.report-detail .table.table-report > thead > tr > th:last-child {
    padding-right: 10px;
}

.report-detail .table.table-report > tbody > tr > td,
.report-detail .table.table-report > thead > tr > th {
    text-align: right;
    color: #58595B;
}

.report-detail .table-report th,
.report-detail .table-report td {
    font-weight: 400;
}

.report-detail .table-report caption { color: #FFF; background: #006791; padding-left: 10px; }
.report-detail .table-report thead { background: #DAE3EA; }
.report-detail .table-report tbody { background: #F6F8FA; }

.report-detail .report-content *:not(.fa) { font-family: Roboto !important; }
.report-detail .BTIGBullet, 
.report-detail .BTIGBulletList,
.report-detail [class="2ndPagebullets"] { margin-left: 20px; }
.report-detail .bullet { left: 14px; position: absolute; color: #00AEEF; }

.report-detail .BTIGBodyTextPortrait .bullet { position: initial; margin-right: 10px; }
.report-detail .report-content .BTIGMainHeadings,
.report-detail .report-content .BTIGCoverdDisclosure,
.report-detail .report-content .PageHeadings { font-weight: 300; line-height: 36px; margin: 0 0 24px 0; font-size: 30px; color: #006791; }
.report-detail .report-content .BTIGSubHeadings { font-weight: 400; line-height: 30px; margin: 0 0 8px 0; font-size: 26px; color: #006791; }
.report-detail .report-content [class="2ndPageHeadings"],
.report-detail .report-content .SubHeadings { font-size: 22px; font-weight: 500; line-height: 28px; margin: 0 0 8px 0; color: #006791; }
.report-detail .enlarge-btn { margin-bottom: 10px; }

.report-detail .report-content blockquote { text-align: left; font-size: 18px; line-height: 28px; font-style: unset; }

#enlargeImgModal { text-align: center; }
#enlargeImgModal .modal-dialog { max-width: 90%; text-align: center; }
#enlargeImgModal .modal-content { overflow: scroll; max-width: 100%; display: inline-block; }
#enlargeImgModal .modal-content::-webkit-scrollbar { -webkit-appearance: none; }
#enlargeImgModal .modal-content::-webkit-scrollbar:vertical { width: 11px; }
#enlargeImgModal .modal-content::-webkit-scrollbar:horizontal { height: 11px; }
#enlargeImgModal .modal-content::-webkit-scrollbar-thumb { border-radius: 8px; border: 2px solid white; background-color: rgba(0, 0, 0, .5); }
#enlargeImgModal .modal-content::-webkit-scrollbar-track { background-color: #fff; border-radius: 8px; }

.report-detail.bm-report-detail .xslt-img-caption { font-weight: bold; }
.report-detail.bm-report-detail .xslt-img-source { font-style: italic; font-size: 0.9em; }

/* Disclosure Archive */
.disclosures-archive .sector-icon { max-height: 40px; width: auto; }
.disclosures-archive .btn-former-analysts { margin-bottom: 20px; }
.disclosures-archive .former-analysts-section { display: none; }

.table.disclosure-table > thead > tr > th, 
.table.disclosure-table > tbody > tr > th, 
.table.disclosure-table > tfoot > tr > th, 
.table.disclosure-table > thead > tr > td, 
.table.disclosure-table > tbody > tr > td, 
.table.disclosure-table > tfoot > tr > td
{
	padding-left: 8px;
	padding-right: 8px;
}

.table.disclosure-table {
	background: #F6F8FA;
}

.table.disclosure-table > tbody > tr > td {
	color: #000;
}

.table.disclosure-table,
.table.disclosure-table th {
    border: none;
}

.table.disclosure-table td {
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.table.disclosure-table td:last-child {
	border-right: none;
}

.img-wide { max-width: 100%; height: auto; position: relative; }

@media(min-width: 1024px){
    .img-wide { max-width: 150% !important; left: -25%; }
}

/** Disclosure */

.company-disclosure .company-disclosure-chart { width: 100%; }

/** Coverage */

.coverage .sector-icon { max-height: 32px; }

/** Loading icon */
.results-loading-icon {
    max-width: 150px;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.reports-search {
    display: inline-flex;
}

a.reports-search-button {
    line-height: inherit;
}