/*                           
 * All the common Left Panel related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * Please do not use any other side bar (right/ts) related attributes
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author: Pushpak Koyal (pushpak.koyal@zacksindia.com)
 * @sub-author:
 * 
 * @date: (mm/dd/yyyy): 12/02/2020 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/* 
 * All the common semantics/blocks related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author:
 * @sub-author:
 * 
 * @date: 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/*TS Pages color*/
/* eof */
/* 
 * All the fonts related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author: Subhranil Dutta (subhranild@zacksindia.com)
 * @sub-author:
 * 
 * @date: 02/04/2020 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/* Global Fonts */
/* mobile landscape */
/* Start left rail*/
#left_rail {
  position: relative;
  float: left;
  /* industry-rank left bar */
}
@media (max-width: 1023px) {
  #left_rail {
    width: 100%;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 38px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  #left_rail {
    margin-right: 15px;
    width: 180px;
  }
}
#left_rail .left_subnav {
  padding-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #838383;
  border-radius: 6px;
  background: #787878;
  font-size: 10pt;
  font-weight: 700;
  text-shadow: 0 -1px 0 #000;
  z-index: 100;
  /* close btn */
  /* listing part */
  /* anchor tag */
  /* text */
  /* caret */
  /* for quote page */
}
@media (max-width: 1023px) {
  #left_rail .left_subnav {
    top: 0;
    position: absolute;
    z-index: 100 !important;
    border-radius: 0;
    width: 99%;
    left: -999px;
  }
}
#left_rail .left_subnav .close_nav_btn {
  color: #fff;
  text-align: left;
  float: right;
  cursor: pointer;
  display: none;
  z-index: 9999;
  position: relative;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav .close_nav_btn {
    display: block;
  }
}
#left_rail .left_subnav .close_nav_btn span {
  float: right;
  margin-left: 5px;
  border: 1px solid #cacaca;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
}
#left_rail .left_subnav .close_nav_btn span::after, #left_rail .left_subnav .close_nav_btn span:before {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  z-index: 1000;
  left: 46%;
  top: 16%;
  content: "";
}
#left_rail .left_subnav .close_nav_btn span::before {
  transform: rotate(44deg);
}
#left_rail .left_subnav .close_nav_btn span::after {
  transform: rotate(-44deg);
  right: 50%;
}
#left_rail .left_subnav ul, #left_rail .left_subnav li {
  margin: 0;
  padding: 0;
}
#left_rail .left_subnav > ul {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav > ul {
    height: auto !important;
  }
}
#left_rail .left_subnav > ul > li:first-child {
  padding-bottom: 6px;
  margin: 3px 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#left_rail .left_subnav > ul:nth-child(2) > li:first-child, #left_rail .left_subnav > ul:nth-child(4) > li:first-child {
  padding-bottom: 3px !important;
}
#left_rail .left_subnav > ul:nth-child(3) > li:first-child {
  padding-bottom: 0 !important;
}
#left_rail .left_subnav > ul.heading-anchor li a {
  padding: 3px 0;
  display: block;
  font-weight: bold;
}
#left_rail .left_subnav li {
  position: relative;
}
#left_rail .left_subnav li sup.asterics_blt {
  position: absolute;
  top: 14px;
  font-size: 18px;
  left: 13.5px;
  color: #fdfdfd;
  text-shadow: 1px 0 1px #000;
  vertical-align: middle !important;
}
#left_rail .left_subnav a {
  width: 100%;
  display: block;
  padding: 3px 12px 3px 25px;
  color: #fff;
  font-weight: 400;
}
#left_rail .left_subnav a.selected {
  background: none;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  color: #3cd44e !important;
  text-shadow: none;
}
#left_rail .left_subnav a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #left_rail .left_subnav a {
    width: 100%;
    min-width: 160px;
    max-width: 198px;
    box-sizing: border-box;
  }
}
#left_rail .left_subnav p {
  color: #fff;
}
#left_rail .left_subnav .toggling-nav-panel .nav_title .caret {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: -3px;
  margin: 10px 0;
  background: url(/images/caret-right.png) center center no-repeat;
  display: none;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav .toggling-nav-panel .nav_title .caret {
    display: block;
    transform: rotate(-270deg);
    transition: transform linear 0.4s;
  }
}
@media (max-width: 1023px) {
  #left_rail .left_subnav .toggling-nav-panel .nav_title .caret.caret-reverse {
    transform: rotate(270deg);
  }
}
#left_rail .left_subnav.quote_navbar {
  background-color: #484848;
  border: 1px solid #313131;
  border-radius: 0;
  padding-top: 0;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar {
    width: 100%;
    opacity: 1;
    left: 0;
    top: 0;
  }
}
#left_rail .left_subnav.quote_navbar .toggle-head-title {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 8px;
  padding-left: 18px;
  cursor: pointer;
  font-family: inherit;
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  text-align: left;
  float: left;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  #left_rail .left_subnav.quote_navbar .toggle-head-title {
    display: none;
  }
}
#left_rail .left_subnav.quote_navbar .toggle-head-title .border-grp {
  float: right;
  width: 100%;
  max-width: 27px;
  margin-right: 35px;
}
#left_rail .left_subnav.quote_navbar .toggle-head-title .border-grp span {
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  display: block;
  background-color: #fff;
  font-size: 0;
}
#left_rail .left_subnav.quote_navbar .toggle-head-title .page-selector {
  position: absolute;
  padding: 9px 20px;
  left: -1px;
  top: 30px;
  width: 100%;
  background: #6c6c6c;
  border-bottom: 1px solid #313131;
  background-color: #6c6c6c;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar .toggle-head-title .page-selector {
    height: 20px;
  }
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar .toggling-nav-panel {
    display: none;
    width: 100%;
    float: left;
  }
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title {
  background-color: #787878;
  margin: 0;
  padding: 5px 15px;
  padding-right: 0;
  border-bottom: 1px solid #000;
  cursor: default;
  color: #fff;
  text-shadow: none;
  text-transform: capitalize;
  font-size: 12pt;
  transition: all linear 0.2s;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title {
    cursor: pointer;
    position: relative;
  }
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title.selected {
  background-color: #bbb7b8;
  color: #010101;
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title + ul {
  margin-bottom: 6px;
  padding-top: 3px;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title + ul {
    display: none;
  }
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .nav_title#star_more-research {
  margin-bottom: 0 !important;
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .links_note p {
  font-size: 11px;
  padding: 6px;
  font-weight: 400;
}
#left_rail .left_subnav.quote_navbar .toggling-nav-panel .links_note p > span {
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  padding-right: 4px;
}
#left_rail .left_subnav.quote_navbar a.selected {
  margin-bottom: 5px;
  display: inline-block;
  padding-right: 4px;
  padding-left: 23px;
  padding-right: 12px;
}
#left_rail .left_subnav.quote_navbar ul.subnav_excp {
  margin-bottom: 0;
}
#left_rail .left_subnav.quote_navbar ul.subnav_excp li {
  background: #ee8334;
  margin: 0 !important;
  text-transform: capitalize !important;
  padding-top: 6px;
}
#left_rail .left_subnav.quote_navbar ul.subnav_excp li a {
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 12pt;
}
@media (max-width: 1023px) {
  #left_rail .left_subnav.quote_navbar ul.subnav_excp li a br {
    display: none;
  }
}
#left_rail.left-rail-exceptional {
  /* ESP Buy page */
}
@media (min-width: 1024px) {
  #left_rail.left-rail-exceptional {
    margin-right: 20px;
    width: 198px;
  }
}
@media (min-width: 1024px) {
  #left_rail.left-rail-exceptional #left_rail {
    width: 198px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #left_rail.left-rail-exceptional .esp_sort_bar {
    position: fixed;
    z-index: 999 !important;
    width: 100%;
    overflow-y: auto;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #left_rail.left-rail-exceptional .esp_sort_bar {
    height: auto;
    transform: translateY(30%);
  }
}
@media (min-width: 1024px) {
  #left_rail.left-rail-exceptional .esp_sort_bar {
    transform: none;
  }
}
#left_rail.left-rail-exceptional .esp_sort_bar h2 {
  margin: 3px 14px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 -1px 0 black;
  font-size: 10pt;
}
#left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter {
  margin: 0 !important;
  box-shadow: none;
  height: auto;
}
#left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li {
  width: 100%;
  border: none;
  margin: 0;
  margin-bottom: 3px;
}
#left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li::first-child {
  padding-bottom: 0;
}
#left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li.ui-tabs-active a, #left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li.ui-tabs-active a:hover {
  color: #4b4b4b !important;
  background: white;
  text-shadow: 0 -1px 2px white;
  text-decoration: none;
}
#left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li a {
  color: white !important;
  text-shadow: 0 -1px 0 black;
  text-decoration: none;
  display: block;
  padding: 3px 16px 3px 25px !important;
  font-weight: normal;
  background: none;
  border: none;
  font-size: 10pt;
  text-transform: capitalize;
  line-height: 16px;
}
@media (max-width: 1023px) {
  #left_rail.left-rail-exceptional .esp_sort_bar ul.toggle_filter li a {
    line-height: 21px;
  }
}
#left_rail.left-rail-exceptional .esp_sort_bar h3 {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 14px 14px 4px;
}
#left_rail.left-rail-exceptional .esp_sort_bar h3 input {
  font-weight: normal;
  float: right;
  text-transform: capitalize;
  color: white !important;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
#left_rail.left-rail-exceptional .esp_sort_bar h3 input:hover {
  text-decoration: underline;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-family: inherit;
  font-size: 10pt;
  font-weight: bold;
  text-shadow: 0 -1px 0 black;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu.filter {
  margin-top: 20px;
  margin-bottom: 10px;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param {
  margin-bottom: 6px;
  display: inline-block;
  padding: 3px 16px 3px 22px;
  border: 0;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param legend.nav_title {
  font-family: inherit;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 3px -10px;
}
@media (max-width: 768px) {
  #left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param legend.nav_title {
    position: relative;
  }
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param div.form_row {
  margin: 0;
  margin-bottom: 3px;
  margin-left: -2px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-family: inherit;
  font-size: 10pt;
  font-weight: bold;
  text-shadow: 0 -1px 0 black;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param div.form_row label {
  font-family: inherit;
  color: white;
  font-weight: normal;
  font-size: 9pt;
  line-height: normal;
  margin: 0 0 10px 0;
}
#left_rail.left-rail-exceptional .esp_sort_bar div.menu fieldset.filter_param div.form_row input[type=checkbox] {
  position: relative;
  vertical-align: baseline;
  top: 2px;
  margin-right: 3px;
  background: #fff;
  float: left;
}
@media (min-width: 1024px) {
  #left_rail.left-rail-exceptional + #right_content {
    float: left;
    width: 787px;
  }
}
@media (min-width: 1024px) {
  #left_rail.leftbar_feature_v2 {
    width: 198px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  #left_rail.leftbar_feature_v2 + #right_content {
    float: left;
    width: 787px;
  }
}
@media (min-width: 1024px) {
  #left_rail.no-highlight nav.left_subnav .toggle-head-title .page-selector {
    display: none;
  }
}
@media (max-width: 1023px) {
  #left_rail + #right_content {
    margin-top: 6px;
  }
}

/* sidebar toggle */
#quote_sidebar_toggle {
  display: none;
  /* for quote page */
}
@media (max-width: 1023px) {
  #quote_sidebar_toggle {
    display: block;
    z-index: 999 !important;
    width: 98%;
    margin: 0 1%;
    overflow-y: auto;
    top: 0;
  }
}
#quote_sidebar_toggle strong {
  text-transform: capitalize;
  font-size: 12px;
  color: #000;
  text-align: left;
  float: left;
  line-height: 22px;
  font-weight: 700;
}
#quote_sidebar_toggle aside {
  float: left;
  margin-left: 5px;
  padding: 8px 10px;
  background: #f1943b;
  background: linear-gradient(to bottom, #f1943b 0, #dc6e2f 100%);
}
#quote_sidebar_toggle aside span {
  background-color: #fff;
  float: left;
  margin: 0 2px;
  border-radius: 100%;
  padding: 2px;
}
#quote_sidebar_toggle + nav.left_subnav {
  margin-bottom: 10px;
}
#quote_sidebar_toggle.quote_page_toggle {
  display: none;
}
#quote_sidebar_toggle.quote_page_toggle + nav.left_subnav aside.close_nav_btn {
  display: none;
}/*# sourceMappingURL=left-sidebar.css.map */