/* 
 * All the common article related link/styles/truncating mentioned here. 
 * As well as file pointing to z3-min minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author: Subhranil Dutta (subhranild@zacksindia.com)
 * @sub-author:
 * 
 * @date (mm/dd/yyyy): 01/15/2020 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
:root {
  --green: #007f06;
  --raisin-black: #252525;
  --forest-green: #007a25;
  --quartz: #4b4b4b;
  --dove-gray: #707070;
  --dark-silver: #afafaf;
  --chinese-silver: #cacaca;
  --spanish-gray: #5C5C5C;
  --dark-blue: #1f5498;
  --anti-flash-white: #f2f2f2 ;
}

h2.module-heading {
  color: var(--green);
}
@media (min-width: 768px) and (max-width: 830px) {
  h2.module-heading {
    font-size: 1.2rem;
  }
}

h3.sub-module-heading {
  color: var(--raisin-black);
}
@media (max-width: 414px) {
  h3.sub-module-heading {
    font-size: 0.95rem;
  }
}

/***===== Custom font size selectors =====***/
.font-xs {
  font-size: 0.6rem;
}

.font-xs-1 {
  font-size: 0.7rem;
}

.font-xs-2 {
  font-size: 0.75rem;
}

.font-sm {
  font-size: 0.938rem;
}

.font-sm-2 {
  font-size: 1rem;
}

.font-sm-2-5 {
  font-size: 1.05rem;
}

.font-sm-3 {
  font-size: 1.14rem;
}

.font-md {
  font-size: 1.25rem;
}

.font-md-2 {
  font-size: 0.9rem;
}

.font-lg {
  font-size: 1.375rem;
}

.font-xl {
  font-size: 1.5rem;
}

a.anchor-black {
  color: black;
  text-decoration: none;
}
a.anchor-black:hover {
  text-decoration: none;
  color: var(--dark-blue);
}
a.anchor-blue {
  text-decoration: none;
  color: var(--dark-blue);
}
a.anchor-blue:hover {
  text-decoration: underline;
  color: var(--dark-blue);
}

/* Border*/
.border-bottom.green {
  border-color: var(--green) !important;
}

.border-top.green {
  border-color: var(--green) !important;
}
.border-top.thick.green {
  border-top: 3px solid var(--green) !important;
}

.border-bottom-sm {
  border-bottom: 1px solid var(--forest-green);
}

.border-bottom--xl {
  border-bottom: 3px solid var(--forest-green);
}

.sb_trans {
  height: 0;
}

@media (min-width: 768px) {
  .top-header {
    height: 80px;
  }
}
@media (max-width: 767.9px) {
  .top-header {
    height: 115px;
  }
}

.earnings-search input.form-control::-moz-placeholder {
  font-weight: 700;
}

.earnings-search input.form-control::placeholder {
  font-weight: 700;
}
.earnings-search button {
  background-image: url(/images/icons/general/search.svg);
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: inherit;
  border: none;
}

@media (min-width: 768px) {
  .week-cal-event {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .week-cal-event {
    height: 177px;
  }
}
@media (max-width: 767.9px) {
  .week-cal-event {
    height: 194px;
  }
}
@media (max-width: 767.9px) {
  .week-cal-event .row.event-title {
    height: 54px;
  }
}
@media (max-width: 767.9px) {
  .week-cal-event .row.cal-list {
    height: 103px;
  }
}

@media (max-width: 767.9px) {
  .cal-view {
    position: absolute;
    top: -74px;
    right: 8px;
    z-index: 1;
  }
}
@media (max-width: 766px) {
  .cal-view .dialog {
    right: 0;
  }
}

button.calendar {
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
}
@media (min-width: 0px) {
  button.calendar {
    background-image: url(/images/icons/general/cal-icon-24x24.png);
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  button.calendar {
    background-image: url(/images/icons/general/cal-icon-48x48.png);
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

span.week-denote,
span.qtr-denote {
  color: var(--green);
}

@media (max-width: 766px) {
  span.week-denote {
    top: 18px;
    left: -42px;
  }
}

@media (max-width: 766px) {
  span.qtr-denote {
    top: -14px;
    left: -42px;
  }
}

@media (min-width: 992px) {
  .weel-cal-event {
    height: 152px;
  }
}

.mob-wk-cal button.calendar {
  width: 37px;
  border: none;
}

/* Custom Class */
@media (min-width: 992px) {
  .wk-qtr-st-cal span.week-denote,
  .wk-qtr-st-cal span.qtr-denote {
    color: var(--green);
  }
}

.daily-cal-events {
  min-height: 64px;
}
@media (min-width: 992px) {
  .daily-cal-events { /* lg breakpoint */ }
  .daily-cal-events.overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
}
@media (max-width: 991.99px) {
  .daily-cal-events > .row {
    width: 800px;
  }
}

@media (max-width: 991.99px) {
  .cal-event-card {
    width: 160px;
  }
}

.cal-event-card .card .first {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.cal-event-card .card .third {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.cal-event-card.following .card .row {
  border: 1px solid #999 !important;
}
.cal-event-card.following .card .first {
  background-color: #d6d6d6;
}
.cal-event-card.following .card .second {
  background-color: #e9e9e9;
}
.cal-event-card.active .card .row {
  border: 1px solid #007d0f !important;
}
.cal-event-card.active .card .first {
  background-color: #007d0f;
  color: white;
}
.cal-event-card.active .card .second {
  background-color: #e9e9e9;
}
.cal-event-card.active .card .third > span {
  color: #007d0f;
}
.cal-event-card.inactive .card .row {
  border: 1px solid #d6d6d6 !important;
}
.cal-event-card.inactive .card .first {
  background-color: #d6d6d6;
  color: #999;
}
.cal-event-card.inactive .card .second {
  background-color: #e9e9e9;
  color: #999;
}
.cal-event-card.inactive .card .third {
  background-color: white;
  color: #999;
}

button.wk-chg-btn {
  transition: all 0.2s ease-in;
  line-height: 7px;
  width: 92px;
  height: 25px;
  font-size: 1.4rem;
}
button.wk-chg-btn:hover {
  color: var(--dark-blue) !important;
}
button.wk-chg-btn.scroll-left {
  text-align: left;
}
button.wk-chg-btn.scroll-right {
  text-align: right;
}
button.wk-chg-btn span {
  bottom: 6px;
  width: 68px;
  left: 28px;
}
button.wk-chg-btn span:hover {
  color: #007d0f;
}
button.wk-chg-btn.scroll-right span {
  left: -3px;
}

ul.cal-tbl-tab li button {
  border-right: 1px solid var(--raisin-black) !important;
  color: var(--spanish-gray);
  font-size: 0.938rem;
  position: relative;
}
@media (max-width: 480px) {
  ul.cal-tbl-tab li button {
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem !important;
  }
}
ul.cal-tbl-tab li button.active {
  color: black;
  background-color: #e9e9e9 !important;
  font-weight: bold;
}
ul.cal-tbl-tab li:last-child button {
  border-right: none !important;
}

/* Datepicker */
.combobox-datepicker {
  position: relative;
}
.combobox-datepicker label {
  display: block;
}
.combobox-datepicker input, .combobox-datepicker button {
  background-color: white;
  color: black;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
}
.combobox-datepicker .dialog {
  position: absolute;
  width: 320px;
  clear: both;
  border: 1px solid #007d0f;
  margin-top: 2em;
  border-radius: 5px;
  padding: 0;
  background-color: #fff;
}
.combobox-datepicker .dialog .header {
  cursor: default;
  background-color: #007d0f;
  padding: 7px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: flex;
  justify-content: space-around;
}
.combobox-datepicker .dialog .header button {
  border-style: none;
  background: transparent;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.combobox-datepicker .dialog .header button.prev-year, .combobox-datepicker .dialog .header button.prev-month, .combobox-datepicker .dialog .header button.next-month, .combobox-datepicker .dialog .header button.next-year {
  padding: 4px;
  width: 35px;
  height: 24px;
  color: white;
}
.combobox-datepicker .dialog .header button.prev-year:focus, .combobox-datepicker .dialog .header button.prev-month:focus, .combobox-datepicker .dialog .header button.next-month:focus, .combobox-datepicker .dialog .header button.next-year:focus {
  padding: 2px;
  border: 2px solid white;
  border-radius: 4px;
  outline: 0;
}
.combobox-datepicker .dialog .header button.prev-year:hover, .combobox-datepicker .dialog .header button.prev-month:hover, .combobox-datepicker .dialog .header button.next-month:hover, .combobox-datepicker .dialog .header button.next-year:hover {
  padding: 3px;
  border: 1px solid white;
  border-radius: 4px;
  outline: 0;
}
.combobox-datepicker .dialog .header h2.month-year {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  color: white;
  text-transform: none;
  font-weight: bold;
  line-height: 1.5rem;
}
.combobox-datepicker .dialog .table-wrap table.dates {
  border: none;
  margin: 0;
}
.combobox-datepicker .dialog .table-wrap table.dates th, .combobox-datepicker .dialog .table-wrap table.dates td {
  text-align: center;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td {
  padding: 3px;
  margin: 0;
  line-height: inherit;
  height: 40px;
  width: 40px;
  font-size: 15px;
  background: #eee;
  cursor: pointer;
  /*&:focus {
    padding: 1px;
    border: 2px solid #646464;
    outline: 0;
  }*/
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td[aria-selected] {
  padding: 1px;
  border: 2px dotted black;
  background-color: #edf3fd;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td[tabindex="0"] {
  background-color: black;
  color: white;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td:hover {
  padding: 0;
  border: none;
  background-color: #dae7fb;
  color: black;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td:not(.disabled):hover {
  padding: 2px;
  border: none;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td.disabled {
  background: #ddd;
  color: #9f9f9f;
  cursor: inherit;
}
.combobox-datepicker .dialog .table-wrap table.dates tbody td:first-child.disabled, .combobox-datepicker .dialog .table-wrap table.dates tbody td:last-child.disabled {
  background: #ffdcdc;
  color: #696969;
}
.combobox-datepicker .dialog-ok-cancel-group {
  padding: 0.5rem;
  text-align: right;
}
.combobox-datepicker .dialog-ok-cancel-group button {
  background-color: #007d0f;
  padding: 0.1rem 0.9rem;
  border: 1px solid #007f06;
  color: white;
  font-size: 0.8rem;
  border-radius: 0.3rem;
}
.combobox-datepicker .dialog-ok-cancel-group button:hover, .combobox-datepicker .dialog-ok-cancel-group button.active {
  background-color: #007f06;
}

/* Datatable */
@media (min-width: 992px) {
  .earnings-cal-table {
    min-height: 1435px;
  }
}
.earnings-cal-table h3.sub-module-heading {
  color: var(--green);
}

@media (max-width: 991.9px) {
  .dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 991.9px) {
  table.dataTable.display {
    min-width: 1000px;
  }
}
@media (max-width: 991.9px) {
  table.dataTable.display.calendar_earnings_trend {
    min-width: 600px;
  }
}
table.dataTable.display thead th, table.dataTable.display thead td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  padding: 0.4rem;
  border-top: none;
  font-size: 0.917rem;
}
table.dataTable.display thead th button {
  color: black;
}
table.dataTable.display thead th:first-child {
  min-width: 90px;
}
table.dataTable.display thead th.comp-name {
  width: 200px;
}
table.dataTable.display thead th.market-cap, table.dataTable.display thead th.price-change {
  width: 70px;
}
table.dataTable.display thead th.market-status.dt-ordering-desc .dt-column-header .dt-column-order::before {
  opacity: 0.6;
}
table.dataTable.display thead th.market-status.dt-ordering-desc .dt-column-header .dt-column-order::after {
  opacity: 0.125;
}
table.dataTable.display thead th.market-status.dt-ordering-asc .dt-column-header .dt-column-order::before {
  opacity: 0.125;
}
table.dataTable.display thead th.market-status.dt-ordering-asc .dt-column-header .dt-column-order::after {
  opacity: 0.6;
}
table.dataTable.display tbody tr:nth-child(odd) {
  background-color: var(--anti-flash-white);
}
table.dataTable.display tbody tr:nth-child(odd) th.sorting_1,
table.dataTable.display tbody tr:nth-child(odd) td.sorting_1 {
  background-color: var(--anti-flash-white);
}
table.dataTable.display tbody td.sorting_1 {
  background-color: white;
}
table.dataTable.display tbody th, table.dataTable.display tbody td {
  vertical-align: middle;
}
table.dataTable.display tbody th.sorting_1, table.dataTable.display tbody td.sorting_1 {
  background-color: white;
}
@media (min-width: 992px) {
  table.dataTable.display tbody th, table.dataTable.display tbody td {
    height: 40px;
  }
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after {
  opacity: 0.4;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.9;
}

.cal-commentary li:last-child {
  border-bottom: none !important;
}

div.dt-buttons {
  margin-bottom: 0.8rem;
  float: right !important;
}
div.dt-buttons .btn {
  background-color: inherit;
  border: none;
  padding: 0;
  margin: 0 0 0 0.7rem !important;
  min-width: inherit;
}
div.dt-buttons .btn.buttons-copy span, div.dt-buttons .btn.buttons-csv span, div.dt-buttons .btn.buttons-print span {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
  height: 22px;
  display: inline-flex;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: bold;
  line-height: 20px;
  font-size: 0.8rem;
  text-indent: -9999999px;
}
div.dt-buttons .btn.buttons-copy span {
  background-image: url(/images/zacks/icons/copy-16x16.png);
}
div.dt-buttons .btn.buttons-csv span {
  background-image: url(/images/zacks/icons/csv-16x16.png);
}
div.dt-buttons .btn.buttons-print span {
  background-image: url(/images/zacks/icons/print-16x16.png);
}
div.dt-buttons .btn:active {
  background-color: inherit;
}
div.dt-buttons .btn:hover span {
  color: #1d5eb5;
}

.dt-search {
  display: none;
}

.dt-length {
  margin-bottom: 0.2rem;
}

.dt-info {
  font-size: 0.9rem;
  text-align: left;
  width: 100%;
}

.dt-paging {
  margin-bottom: 0.2rem;
}
.dt-paging ul.pagination li button.page-link {
  color: black;
}
.dt-paging ul.pagination li.active button.page-link,
.dt-paging ul.pagination li.active button.page-link:focus {
  background-color: black;
  border: 1px solid #000;
  color: white;
}

div.dt-container div.dt-paging {
  margin: inherit;
}
@media (min-width: 768px) {
  div.dt-container div.dt-paging {
    margin: 0;
  }
}

button.details-control {
  color: #5e5e5e;
  border: 1px solid #c1c1c1;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  width: 16px;
  height: 16px;
  text-align: center;
  box-shadow: 0 0 2px 0 #b8b8b8;
  background: #e5e5e5;
  background: linear-gradient(0deg, #e5e5e5 0, #f8f8f8 100%);
  border-radius: 1px;
  position: relative;
  top: 0;
  margin-left: 2px;
  float: left;
  margin-right: 5px;
}

button.modal_external {
  display: none;
}

/* Modal */
button.openLink {
  color: var(--dark-blue);
  text-decoration: none;
}
button.openLink:hover {
  text-decoration: underline;
}

.transcripts-modal .modal-dialog {
  max-width: 95%;
}

/* Hoverquote Anchor */
a.hoverquote-container-od {
  text-decoration: none;
  color: black;
  padding: 0 !important;
}
a.hoverquote-container-od:hover {
  color: var(--dark-blue);
  text-decoration: none;
}

.report_document {
  height: 24px;
}

button.trigger {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #1d5eb5;
  text-align: left;
  font-size: 10pt;
}
button.trigger:hover {
  text-decoration: underline;
}

/*************/
/************ BS Conflict styling *************/
#user_menu a {
  color: #000;
  text-decoration: none;
}
#user_menu a:hover {
  color: #1d5eb5;
}

#quick_links > section .footer-links > div h3 {
  font-weight: bold;
}

#quick_links > section .footer-links > div nav ul li a {
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  .relocated_searchbox form button {
    padding-top: 8px;
  }
}/*# sourceMappingURL=earnings-calendar-v2.css.map */