/* 
 * 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: Pushpak Koyal
 * @sub-author:
 * 
 * @date: 
 *
 * @copyright (c) 2022 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 */
/* placeholder for fill width attributes */
.disclosure-fixed-slab {
  background-color: #1c4a13;
  width: 100%;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  -o-box-shadow: 0 -1px 5px -1px #000;
  -ms-box-shadow: 0 -1px 5px -1px #000;
  box-shadow: 0 -1px 5px -1px #000;
  z-index: 999999;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab {
    padding-bottom: 20px;
    bottom: 0;
  }
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab {
    width: 48%;
    max-width: 150px;
    box-shadow: 0 -1px 8px -1px #999;
    padding: 24px 10px 20px;
    bottom: 100px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .disclosure-fixed-slab {
    max-width: 212px !important;
    left: 5px;
  }
}
@media (width: 1440px) {
  .disclosure-fixed-slab {
    max-width: 190px !important;
    left: 5px !important;
  }
}
.disclosure-fixed-slab a:focus,
.disclosure-fixed-slab button:focus {
  outline: 2px dotted white !important;
}
.disclosure-fixed-slab > p {
  width: 70%;
  float: left;
  padding: 10px 10px 10px 25px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 10pt;
  text-align: left;
  line-height: 17px;
  text-shadow: none !important;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > p {
    width: 96%;
    padding: 20px 10px 20px 10px;
    float: none;
  }
}
.disclosure-fixed-slab > p a {
  color: #fff !important;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab > p a {
    font-weight: 400;
  }
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab > p {
    font-size: 9pt;
    width: 100%;
    padding: 0;
    float: none;
  }
}
.disclosure-fixed-slab > label, .disclosure-fixed-slab > div {
  float: right;
  width: 25%;
  text-align: right;
  padding-top: 19px;
  /*disclouser button specific properties */
}
.disclosure-fixed-slab > label span.close,
.disclosure-fixed-slab > label button.close, .disclosure-fixed-slab > div span.close,
.disclosure-fixed-slab > div button.close {
  font-size: 20pt;
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 25px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 0;
  background: none;
  position: relative;
  top: -5px;
}
.disclosure-fixed-slab > label button, .disclosure-fixed-slab > div button {
  font-size: 8pt;
  font-weight: 700;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  -webkit-appearance: button;
  cursor: pointer;
  height: 30px;
  padding: 0 20px;
  border: none;
  background: #fff;
  position: relative;
  top: -12px;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div {
    width: 100%;
    margin: 0 20px;
  }
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab > div {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div button {
    width: 96%;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab > div button {
    width: 100%;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    top: 0;
  }
  .disclosure-fixed-slab > div button:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div button.close {
    position: absolute;
    top: -3px;
    right: -38px;
    left: auto;
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .disclosure-fixed-slab > div button.close {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: transparent;
  }
  .disclosure-fixed-slab > div button.close:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=disclosure.css.map */