@charset "UTF-8";
/* 
 * All the custom block(s) elements with commonly used custom selectors.
 * 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.
 *
 */
/* 
 * 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 */
/*
* Portfolio Page
*  
*/
:focus {
  outline: 1px dotted;
}

/* attributes for main container */
#main-full-body {
  padding-top: 10px;
}

.portfolio > section {
  border-bottom: none;
  float: left;
  margin-bottom: 0;
  width: 99%;
  position: relative;
}

#my_portfolio > div {
  float: left;
  width: 100%;
}

/*Select Box*/
.portfolio_select {
  padding: 0;
  margin: 0;
  border: none;
  width: 510px !important;
  float: left;
  position: relative;
}
.portfolio_select select:focus {
  outline: none;
}

/*Portfolio Nav*/
.portfolio_stat {
  float: left;
  list-style: none;
  background: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.portfolio_stat li {
  list-style: none;
  background: none;
  float: left;
  padding: 0;
}
.portfolio_stat li button {
  color: #545454;
  font-size: 9pt;
  text-decoration: none;
  margin: 0 20px 0 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.portfolio_stat li a {
  color: #545454;
  font-size: 9pt;
  text-decoration: none;
  margin: 0 20px 0 0;
}

/*Portfolios Total*/
.portfolios_total h1,
.portfolios_total h3 {
  font-size: 11pt;
  color: #4b4b4b;
  margin-top: 15px;
}
.portfolios_total.four_col > dl {
  width: 233px;
  margin-left: 20px;
  border-top: 1px solid #007f06;
  float: left;
  margin-top: 8px;
  padding: 8px 0;
}
@media (max-width: 1023px) {
  .portfolios_total.four_col > dl {
    width: 100%;
    margin-left: 0;
  }
}
.portfolios_total.four_col > dl:nth-child(2) {
  margin-left: 0;
}
.portfolios_total.four_col > dl dt {
  color: #4b4b4b;
  font-size: 9pt;
  text-align: right;
  margin-bottom: 2px;
}
.portfolios_total.four_col > dl dd.value {
  font-size: 13pt;
  text-align: right;
  font-weight: bold;
  padding: 0;
  margin: 0 !important;
  color: #4b4b4b;
}
.portfolios_total.four_col > dl dd.down {
  color: #d10121;
}
.portfolios_total.four_col > dl dd.up {
  color: #007f06;
}

/*Portfolio Summary*/
#portfolio_summary {
  padding: 10px 10px 15px;
  border-top: 1px solid #cacaca;
  width: 98%;
  display: none;
}
#portfolio_summary > h1 {
  font-size: 12pt;
}
#portfolio_summary #portfolio_summary_text > p {
  margin-bottom: 10px !important;
}

/*Portfoli Nav*/
#portfolio_nav {
  padding-left: 0 !important;
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#portfolio_nav .nav {
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  background: #eeefee;
  width: 100%;
  float: left;
}
#portfolio_nav ul,
#portfolio_nav ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#portfolio_nav ul {
  width: 100%;
}
#portfolio_nav ul li {
  float: left;
  padding: 12px;
}
#portfolio_nav ul li.ui-tabs-active.ui-state-active a {
  color: #1d1d1d;
}
#portfolio_nav ul li.ui-tabs-active.ui-state-active a:hover {
  color: #1d1d1d;
}
#portfolio_nav ul li a {
  font-size: 10.5pt;
  color: #6b6b6b;
  font-weight: bold;
  padding: 0;
  background: none;
  background-image: none;
  border: none;
}
#portfolio_nav ul li a:hover {
  color: #6b6b6b;
}
#portfolio_nav ul li.selected a {
  color: #1d1d1d;
}

/* inputs */
.portfolio_select select,
.portfolio_select input {
  float: left;
  width: 595px !important;
  background: none;
  font: bold 11pt sans-serif;
  padding: 4px 0;
  text-align: left;
  margin-left: -5px;
  color: #444;
}
.portfolio_select select {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  width: 500px !important;
}

#main_content .portfolio_select input[type=text] {
  margin-top: 0;
  border: 1px solid #cacaca;
  padding: 5px;
  width: 488px !important;
}

nav.select {
  background: url("/images/icons/general/down_green_arrow.png") no-repeat right 10px;
  padding: 4px 10px 0 0;
  width: 580px;
  float: left;
  margin-right: 25px;
}
nav.select ul {
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.select li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
nav.select a {
  color: #444;
  display: block;
  font: bold 11pt sans-serif;
  padding: 0 10px 10px 0;
  text-align: left;
  width: 580px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.select li ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.select li ul li {
  float: none;
  width: 100%;
}
nav.select li:hover ul {
  opacity: 1;
  top: 22px;
  visibility: visible;
  padding-top: 10px;
  background: #fff;
}

/* add new ticker */
.add_new {
  float: left;
  width: 100%;
  padding-left: 0 !important;
}
.add_new #ticker_lookup {
  position: absolute;
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  background: #eeefee;
  padding: 10px;
  z-index: 99999;
  box-shadow: 0 0 10px 0 #000, 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 2px;
  min-width: 300px;
}
.add_new #ticker_lookup > p {
  cursor: pointer;
  padding: 8px 5px;
  font-weight: bold;
  border-bottom: 1px solid #cacaca;
  margin: 0 !important;
}
.add_new #ticker_lookup > p:hover {
  background: #cacaca;
}

#main_content .add_new input[type=text] {
  width: 180px;
  margin-right: 10px;
  padding: 5px;
}

/* portfolio edit */
.portfolio_edit {
  background: #4b4b4b;
  width: 100%;
  float: left;
}

#main_content .portfolio_edit input[type=text] {
  padding: 5px;
  width: 150px;
  margin-right: 15px;
}

.style_score {
  font-size: 10pt !important;
  padding: 1px 4px;
  border: 1px solid #cacaca;
  background: #e0e0e0;
  text-shadow: none;
  font-weight: bold !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}

.pagination_key {
  font-size: 10pt;
  text-align: right;
}

.pagination_recs_per_page {
  font-size: 10pt;
  margin-top: 10px;
}

#main_content .pagination_recs_per_page select {
  width: 50px;
}

/* left section */
.left_main_body {
  width: 735px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border-top: 3px solid #007f06;
  padding-top: 10px;
}
.left_main_body > section > h1 {
  color: #007f06;
  text-transform: capitalize;
  font-size: 13.5pt;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px #fff;
}

#portfolio_commentary_news {
  position: relative;
}
#portfolio_commentary_news > section {
  border-top: 3px solid #cacaca;
  padding-top: 6px;
  width: 360px;
  position: relative;
}
#portfolio_commentary_news > section h1 + div {
  border-top: 1px solid #cacaca;
  padding-top: 6px;
  margin-top: 6px;
}
#portfolio_commentary_news > section h1 + div + div {
  border-top: 1px solid #cacaca;
  padding-top: 6px;
  margin-top: 6px;
}
#portfolio_commentary_news > section h3 {
  font-size: 10pt;
}
#portfolio_commentary_news > section time {
  display: none;
}
#portfolio_commentary_news > section ul li {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 4px;
  padding-top: 4px;
}
#portfolio_commentary_news .table_loader_container {
  width: 100%;
}
#portfolio_commentary_news .table_loader_container img {
  left: 48%;
}

#portfolio_commentary_news #portfolio_commentary_news .table_loader_container .left_main_body > section {
  border-bottom: 3px solid #007f06;
}

#portfolio_commentary_news div.bulleted span.gray_txt {
  display: block;
}

/* third rail */
#third_rail_v2 {
  float: left;
  width: 250px;
}

/* edit form */
.edit-form {
  position: absolute;
  top: 0px;
  right: 42px;
  height: 47px;
  width: 700px;
  border-radius: 4px;
  padding: 6px 10px;
  background-color: #222;
  box-shadow: 0 1px 5px #ccc;
  color: #fff;
  z-index: 303;
}
@media (max-width: 1023.98px) {
  .edit-form {
    width: 315px;
    height: 200px;
    padding-top: 35px;
  }
}

.arrow-right {
  position: absolute;
  top: 20px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
}

.col_input {
  float: left;
  padding-right: 10px;
  text-align: left;
  width: 16%;
}
@media (max-width: 1023.98px) {
  .col_input {
    width: 95% important;
    margin-bottom: 20px;
  }
}
.col_input.first {
  width: 14%;
}
.col_input.last {
  padding-right: 0;
  width: 12%;
}

.form-group {
  text-align: left;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control {
  display: block;
  width: 92% !important;
  height: 22px;
  padding: 0 4%;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.add-position .fancy_button {
  margin-top: 7px;
  padding: 5px;
}

.edit-form .fancy_button {
  margin-top: 10px;
  padding: 7px;
}

.portfolio_data .edit-form .fancy_button {
  padding: 9px 20px;
}

.portfolio_data .edit-form .fancy_button:focus {
  border: 2px dotted #fff;
}

.portfolio_data .dataTables_scrollBody {
  min-height: 52px;
}

#portfolio_data_update .report_document,
#portfolio_data_update .report_camera {
  float: left;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  #portfolio_data_update .report_document,
  #portfolio_data_update .report_camera {
    margin-left: 0;
  }
}

.portfolio_data .rank_chip {
  margin-right: 0;
}

.portfolio_data table tbody td:last-child {
  position: relative;
}
.portfolio_data table tbody td:last-child div.table_loader_container {
  position: inherit;
  float: none !important;
}
.portfolio_data table tbody td:last-child div.table_loader_container img {
  top: 32%;
}

@media (min-width: 1024px) {
  .portfolio_data {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .portfolio_data .top_value_wrapper {
    position: absolute;
    top: -33px;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .portfolio_data .top_value_wrapper label {
    float: left;
  }
}
.portfolio_data .top_value_wrapper label input {
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 27px;
  padding: 3px;
}
.portfolio_data .top_value_wrapper + .dataTables_scroll {
  padding-top: 2rem;
}

/* Chart and News image link in the datatable */
.chart-link,
.all-news,
.del_trans,
.edit_trans,
.edit_trans_other {
  width: 19px;
  height: 24px;
  display: inline-block;
  font-size: 0px;
  border: none;
  cursor: pointer;
}

.chart-link {
  background: url("/images/zacks/icons/chart.png") no-repeat 0 0;
}

.all-news {
  background: url("/images/zacks/icons/news.png") no-repeat 0 0;
}

.del_trans {
  background: url("/images/icons/general/cross_v2.png") no-repeat 0 0;
  width: 19px;
  height: 19px;
  margin-right: 2px;
}

.edit_trans,
.edit_trans_other {
  background: url("/images/zacks/icons/edit.png") no-repeat 0 0;
  width: 18px;
  height: 20px;
}

.expand_buys {
  display: inline-block;
  width: 15px;
  height: 15px;
}

#portfolio_data_growth_wrapper table#portfolio_data_growth.dataTable tbody td:nth-child(5) {
  padding: 8px 10px 8px 0px;
}

#update_tab_content .bottom_value_wrapper,
#growth_tab_content .bottom_value_wrapper,
#value_tab_content .bottom_value_wrapper,
#momentum_tab_content .bottom_value_wrapper,
#performance_tab_content .bottom_value_wrapper,
#price_tab_content .bottom_value_wrapper,
#broker_tab_content .bottom_value_wrapper {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  #update_tab_content .bottom_value_wrapper .dataTables_length,
  #growth_tab_content .bottom_value_wrapper .dataTables_length,
  #value_tab_content .bottom_value_wrapper .dataTables_length,
  #momentum_tab_content .bottom_value_wrapper .dataTables_length,
  #performance_tab_content .bottom_value_wrapper .dataTables_length,
  #price_tab_content .bottom_value_wrapper .dataTables_length,
  #broker_tab_content .bottom_value_wrapper .dataTables_length {
    margin-bottom: 15px !important;
  }
}

#broker_tab_content thead th {
  /*&:nth-child(7) {
         width: 65px !important;
     }

     &:nth-child(8) {
         width: 85px !important;
     }

     &:last-child {
         width: 60px !important;
     }*/
}

.portfolio_data .dataTable td {
  /*height: 28px;
     padding: 8px 10px !important;*/
}

.portfolio_data .sorting,
.portfolio_data .sorting_asc,
.portfolio_data .sorting_desc {
  /*padding-right: 15px !important;
     padding-left: 7px;*/
}

/*.portfolio_data table thead th[aria-label="Company: activate to sort column descending"],
.portfolio_data table thead th[aria-label="Company: activate to sort column ascending"] {
    width: 170px !important;
}*/
/*.portfolio_data table#portfolio_data_update thead th:nth-last-child(3) {
    width: 83px !important;
}*/
.portfolio_data table#portfolio_data_update tbody td:nth-last-child(3) > div {
  float: left;
  margin-right: 3px;
  margin-left: 5px;
}

/*.portfolio_data table#portfolio_data_update thead th:nth-last-child(2) {
    width: 50px !important;
}*/
/*.portfolio_data table#portfolio_data_update tbody td:nth-last-child(2) {
    padding-right: 0;
} */
.portfolio_data table.dataTable tbody td:last-child a {
  text-align: center;
}

.portfolio_data table.dataTable td:last-child a.edit_trans,
.portfolio_data table.dataTable td:last-child button.edit_trans,
.portfolio_data table.dataTable td:last-child a.edit_trans_other,
.portfolio_data table.dataTable td:last-child a.expand_buys {
  position: relative;
  top: -5px;
  left: 3px;
}

.portfolio_data table.dataTable tbody td:last-child a.edit_trans,
.portfolio_data table.dataTable td:last-child a.edit_trans_other {
  top: 0;
}

.portfolio_data table.dataTable td:last-child button.edit_trans {
  top: 0;
}

.portfolio_data,
#my_portfolio,
#portfolio_nav,
.add_new {
  border-bottom: none !important;
}

/* add position */
.add-position > form {
  position: relative;
}

.add-position > form .table_loader_container {
  top: 0;
  left: 0;
}

.add-position > form .table_loader_container .table_shadow {
  min-height: 98px;
}

/* datepicker */
#ui-datepicker-div {
  box-shadow: inset 0 2px 4px 0 #fff;
  background: #dfdfdf;
  background: -moz-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(223, 223, 223)), color-stop(30%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -o-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -ms-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: linear-gradient(to bottom, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  width: 220px;
  padding: 4px;
  border: 1px solid #cacaca;
}
#ui-datepicker-div th,
#ui-datepicker-div #ui-datepicker-div td {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-year {
  margin-left: 5px;
}
#ui-datepicker-div a.ui-datepicker-prev,
#ui-datepicker-div a.ui-datepicker-next {
  color: #1d5eb5;
  cursor: pointer;
}
#ui-datepicker-div a.ui-datepicker-prev span,
#ui-datepicker-div a.ui-datepicker-next span {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-title {
  margin-top: 5px;
}

.section-body,
.section-foot {
  width: 100%;
  float: left;
}

.add-position {
  margin: 0;
  padding: 5px;
  background-color: #222;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  width: 99%;
  z-index: 99;
  position: relative;
}
.add-position .row {
  display: block;
}
.add-position .fancy_button {
  width: 100px;
  cursor: pointer;
}

.form-group {
  width: 18%;
  margin: 0 2% 0 0;
  float: left;
}

#main_content .add-position.one input[type=text] {
  width: 400px !important;
}
#main_content button[type=button]#add_position_panel1_enter_trans {
  width: 150px;
}
#main_content button[type=button]#add_position_panel1_cancel_btn,
#main_content button[type=submit]#add_position_panel1_save_btn {
  float: right;
}
#main_content button[type=submit]#add_position_panel1_save_btn {
  margin-right: 10px;
}

.add_port_modal {
  width: auto !important;
  border: 1px solid #cacaca !important;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px 0 #fff;
  background: #dfdfdf;
  background: -moz-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(223, 223, 223)), color-stop(30%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -o-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: -ms-linear-gradient(top, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  background: linear-gradient(to bottom, rgb(223, 223, 223) 1%, rgb(255, 255, 255) 30%);
  -moz-box-shadow: inset 0 2px 4px 0 #fff;
  -webkit-box-shadow: inset 0 2px 4px 0 #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media (min-width: 1024px) {
  .add_port_modal {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.add_port_modal .ui-widget-header {
  background: none;
  border: none;
  display: block !important;
}
.add_port_modal #create_portfolio_panel {
  background: none;
  border: none;
  display: block !important;
}
.add_port_modal #create_portfolio_panel h2,
.add_port_modal #create_portfolio_panel label {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
.add_port_modal #create_portfolio_panel h1 {
  color: #007f06;
  text-transform: capitalize;
  font-size: 13.5pt;
  margin-bottom: 6px;
  margin-top: 0;
  text-shadow: 0 1px 1px #fff;
}
.add_port_modal #create_portfolio_panel h1 + i {
  font-size: 12px;
}
.add_port_modal #create_portfolio_panel input[type=text] {
  width: 99%;
}
.add_port_modal #create_portfolio_panel .ui-widget-header {
  background: none;
  border: none;
  display: block !important;
}

.add_port_modal .ui-widget-header span.ui-button-text {
  display: block;
  text-indent: -100000000000000000000px;
}

@media (min-width: 1024px) {
  .portfolio_data .table_loader_container {
    width: auto;
    height: auto;
    top: 46%;
    left: 50%;
  }
}

@media (min-width: 1024px) {
  #portfolio_commentary_news .table_loader_container img {
    top: 16%;
  }
}

/*Loader*/
.table_loader_container {
  position: absolute;
  width: 99%;
  height: 100%;
  z-index: 9;
}

.table_shadow {
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

.table_loader_container img {
  position: absolute;
  top: -40px;
  left: 40%;
}
@media (min-width: 1024px) {
  .table_loader_container img {
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
  }
}

#portfolio_nav #tab_loader {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #portfolio_nav .table_loader_container {
    width: auto;
    height: auto;
    top: 25%;
    left: 50%;
  }
}

@media (min-width: 1024px) {
  .edit-form .table_loader_container {
    width: auto;
    height: auto;
    top: 25% !important;
    left: 50% !important;
  }
}

.table_loader_container.datatable_loader {
  position: inherit;
}

#days_gain span.normal,
#total_gain span.normal {
  font-weight: normal;
  font-size: 11pt;
}

#frm_portfolio table#update_myport_place_holder td:nth-child(2) {
  max-width: 90px;
  word-wrap: break-word;
}

.edit-form .close-edit {
  position: absolute !important;
  right: 1px;
  top: 1px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px 5px;
}

.edit-form .close-edit a {
  display: block;
  color: #fff !important;
  font-size: 8pt;
}

/* Tab viewer in portfolio page */
.buttons.portfolio {
  border-top: 1px solid #cacaca;
  width: 1005px;
  margin: 0 auto;
  padding-top: 10px;
}

.buttons.portfolio {
  position: relative;
}

.buttons.portfolio > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.buttons.portfolio > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.buttons.portfolio > ul > li:focus {
  outline: 1px dotted;
}

.buttons.portfolio > ul > li > ul {
  min-width: 150px;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.buttons.portfolio > ul > li > ul > li {
  list-style: none;
  width: 100%;
  min-width: 150px;
  display: inline-block;
  position: relative;
}

.buttons.portfolio > ul > li > ul > li a {
  border-bottom: 1px solid #cacaca;
  padding: 10px 12px;
  font-size: 10pt;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}

.buttons.portfolio > ul > li > ul > li a:hover {
  background: #dadada;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
}

.buttons.portfolio > ul li ul.dropdown li {
  display: block;
}

.buttons.portfolio a,
.buttons.portfolio button {
  color: #7f7f7f;
  text-transform: capitalize;
  font-size: 10.5pt;
  font-weight: bold;
  padding-right: 15px;
  cursor: pointer;
  padding: 10px 0;
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.buttons.portfolio a:hover,
.buttons.portfolio a:active,
.buttons.portfolio button:hover,
.buttons.portfolio button:active {
  /*font-size: 10.5pt;
     color: #000000 !important;*/
}

.buttons.portfolio a.active,
.buttons.portfolio button.active {
  color: #000000 !important;
  font-size: 12.5pt;
}

.buttons.portfolio a.active,
.buttons.portfolio a:hover,
.buttons.portfolio a:active,
.buttons.portfolio button:hover,
.buttons.portfolio button:active,
.buttons.portfolio button.active {
  text-decoration: none;
}

.buttons.portfolio li a.active span,
.buttons.portfolio button.active span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cacaca;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-100%, -50%);
}

/* for second tab with dropdown with different type of screener */
.buttons.portfolio button span#scr_type_curr {
  border: none;
  bottom: 28px;
  left: 96%;
  white-space: nowrap;
  margin-left: 2px;
}

.buttons.portfolio li a.active::before span,
.buttons.portfolio button.active::before span {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 5px;
}

.buttons.portfolio li a.active::after span,
.buttons.portfolio button.active::after span {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 5px;
}

.buttons.portfolio a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

/*Portfolio Screener page Tab*/
#screener-tab ul {
  box-shadow: none;
}
#screener-tab ul li {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  #screener-tab ul li {
    width: 100%;
    margin-right: 0;
  }
}
#screener-tab ul li.ui-tabs-active a {
  color: #000000;
  font-size: 12.5pt;
}
@media (max-width: 480px) {
  #screener-tab ul li.ui-tabs-active a {
    padding-left: 0;
  }
}
#screener-tab ul li.ui-tabs-active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cacaca;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  #screener-tab ul li.ui-tabs-active a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #1d5eb5;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    left: 155px;
    top: 14px;
    bottom: inherit;
  }
}
#screener-tab ul li a {
  background: none;
  border: none;
  color: #7f7f7f;
  text-transform: capitalize;
  font-size: 10.5pt;
}
#screener-tab ul li a span#scr_type_curr, #screener-tab ul li a span#scr_type_curr_mf, #screener-tab ul li a span#scr_type_curr_etf {
  color: #0f771c;
}

/* Style the tab */
.screener-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.screener-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.screener-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.screener-tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: 1px solid #ccc;
}

#stockScreener > h2,
#mfScreener > h2,
#etfScreener > h2 {
  position: absolute;
  top: 21px;
  left: 182px;
  color: #0f771c;
  font-weight: bold;
  font-size: 11pt;
}

/*Screner Wrapper*/
#screener_con {
  min-height: 930px;
}

#screener_con #screener-loader {
  width: 100%;
  height: 100%;
  display: none;
}

#screener_con #screener-loader .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(157, 157, 157, 0.6);
  z-index: 99999;
}

#screener_con #screener-loader .loader {
  background-image: url(/images/icons/loaders/01.gif) !important;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 999999;
}

/* media attributes */
@media screen and (min-width: 320px) {
  .portfolio_data img.indicator_img {
    position: relative;
    left: 4px;
    width: 13px;
  }
  span.upgrade, span.downgrade, span.no-rank {
    width: 0;
    height: 0;
    position: relative;
    left: 3px;
  }
  span.upgrade {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #0c0;
    top: -12px;
  }
  span.downgrade {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #c00;
    top: 12px;
  }
  span.no-rank {
    border: 7px solid transparent;
  }
}
@media screen and (min-width: 1025px) {
  .edit-form .close-edit {
    display: none !important;
  }
  .portfolio_data .dataTables_scrollBody {
    overflow: auto !important;
    overflow-y: overlay !important;
    overflow-x: hidden !important;
  }
}
@media screen and (min-width: 1023px) {
  /* Responsive iFrame */
  .screener-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 370px;
  }
  .screener-wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1023px) {
  .buttons.portfolio > ul li:hover ul.dropdown-menu {
    display: block !important;
    /* Display the dropdown */
  }
  #portfolio_data_update tbody td:last-child {
    text-align: center;
  }
}
@media screen and (width: 992px) {
  /* iPad 2 landscape mode specific 1024px */
  .edit-form .close-edit {
    right: 3px;
    top: 9px;
    padding: 2px 4px;
  }
  .edit-form .close-edit a {
    font-size: 7pt;
  }
}
@media screen and (max-width: 1023px) {
  .main_body_full.portfolio #my_portfolio {
    width: 97% !important;
  }
  .portfolio_select,
  .portfolio_select select {
    width: 100% !important;
  }
  .portfolio_select select {
    border-bottom: 1px solid #cacaca;
    margin: 0 1px;
    padding: 3px 0;
  }
  ul.portfolio_stat {
    width: 99%;
    margin-top: 10px;
  }
  #main_content .portfolio_select input[type=text] {
    width: 96% !important;
  }
  .portfolio_stat li {
    float: left;
    /*display: block;*/
    padding: 0;
    margin-bottom: 7px;
  }
  .portfolio_stat li a {
    padding: 2px;
    margin-bottom: 2px;
  }
  .add_new {
    width: 96%;
    margin: 0 2% !important;
  }
  .portfolios_total.four_col > div {
    width: 48%;
    margin-left: 0;
    margin-right: 2%;
  }
  /*.portfolios_total.four_col > div p, .portfolios_total.four_col > div p.value{text-align: center;}*/
  #portfolio_nav .nav {
    width: 96%;
    margin: 0 10px;
  }
  /*Portfolio Screener*/
}
@media screen and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023.98px) {
  #portfolio_nav .nav {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  #portfolio_nav ul li {
    width: 100%;
    padding: 0;
    margin: 3px 0 0 0;
  }
  #portfolio_nav ul li a {
    width: 99%;
    display: block;
    padding: 3px 2px;
    background: #dadada;
    border-bottom: 1px solid #cacaca;
  }
  .add_port_modal .new_portfolio {
    width: 94%;
  }
  .add_port_modal #create_portfolio_panel textarea {
    width: 97%;
  }
  #main_content .add_new input[type=text] {
    width: 60%;
  }
  .add_new #ticker_lookup {
    min-width: 90%;
    width: 90%;
  }
  .add-position {
    top: 190px;
    width: 95%;
  }
  .add-position .form-group {
    width: 100%;
    margin: 0;
  }
  #main_content .add-position.one input[type=text] {
    width: 91% !important;
  }
  #main_content .add-position.one button[type=button]#add_position_panel1_enter_trans,
  #main_content .add-position.one button[type=button]#add_position_panel1_cancel_btn,
  #main_content .add-position.one button[type=submit]#add_position_panel1_save_btn,
  #main_content .add-position button[type=button].fancy_button.green,
  #main_content .add-position button[type=submit].fancy_button.green {
    width: 100%;
    float: none;
    margin-top: 5px;
  }
  .portfolio_data {
    width: 96% !important;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  #update_tab_content.portfolio_data {
    width: 100% !important;
    overflow: hidden;
  }
  .edit-form {
    width: 225px;
    height: 200px;
    padding-top: 10px;
    right: 65px;
  }
  .edit-form .arrow-right {
    top: 14px;
    right: -9px;
    position: absolute !important;
  }
  .edit-form .row {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
    right: 0 !important;
  }
  .edit-form .fancy_button {
    margin-top: 0;
  }
  .col_input {
    width: 95% !important;
    margin-bottom: 3px;
  }
  .col_input.first select.form-control.input-sm,
  .col_input button[type=submit] {
    width: 100% !important;
  }
  .edit-form div.col_input {
    margin-bottom: 20px;
  }
  .left_main_body,
  #third_rail_v2 {
    width: 100%;
    margin-right: 0;
  }
  #portfolio_commentary_news {
    margin-left: 1%;
  }
  #portfolio_commentary_news > section {
    width: 99%;
    margin-bottom: 15px;
  }
  #third_rail_v2 {
    text-align: center;
  }
  .edit-form .close-edit {
    display: block;
  }
  .buttons.portfolio {
    padding-left: 10px;
  }
  #stockScreener .iframe-wrapper,
  #mfScreener .iframe-wrapper,
  #etfScreener .iframe-wrapper {
    margin-top: 0;
    height: 340px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
  }
  #stockScreener .iframe-wrapper iframe,
  #mfScreener .iframe-wrapper iframe,
  #etfScreener .iframe-wrapper iframe {
    width: 100%;
    height: 300px;
  }
  #stockScreener > h2,
  #mfScreener > h2,
  #etfScreener > h2 {
    left: 191px;
  }
  #portfolio_data_update tbody td:last-child {
    text-align: center;
  }
  #portfolio_data_update tbody td div {
    position: relative;
  }
}
/* upto iPad portrait mode */
@media screen and (min-width: 320px) and (max-width: 414px) {
  .tabcontent .screener-wrapper iframe {
    width: 100%;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    border: none;
  }
  .tabcontent .screener-wrapper {
    width: 100%;
    margin-top: 15px;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
}
/*Iphone potrait mode*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tabcontent .screener-wrapper {
    width: 100%;
    margin-top: 15px;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
  .tabcontent .screener-wrapper iframe {
    width: 100%;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    border: none;
  }
}
/* upto iPad portrait mode */
@media screen and (min-width: 414.1px) and (max-width: 768px) {
  .tabcontent .screener-wrapper iframe {
    width: 100%;
    height: 310px;
  }
  .tabcontent .screener-wrapper {
    width: 100%;
    margin-top: 0;
    height: 310px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
}
/* Contains styles related to portfolios v2 */
.jstable .pointer {
  cursor: pointer;
}

.jstable thead th span {
  padding-left: 10px;
}

.jstable span.sorted_arrow_up,
.jstable span.sorted_arrow_down {
  padding-left: 6px;
  background-image: url(/images/icons/arrows/table/sort_bg.png);
  background-repeat: no-repeat;
}

/* Default sort images */
.jstable span.sorted_arrow_down {
  background-position: right 0;
}

.jstable span.sorted_arrow_up {
  background-position: right -60px;
}

.report_document,
.report_camera {
  font-size: 0 !important;
}

#portfolio_table_content #update_myport_place_holder table td:last-child div:first-child {
  margin-top: -10px;
  margin-right: 5px;
}

#portfolio_table_content #update_myport_place_holder table td:last-child div {
  float: left;
  width: 20px;
  margin-left: 3px;
  height: 24px;
  padding-top: 0;
}

/*Portfolio Login Section*/
.mod.z_mod_right.tazr_mod,
.size3of5,
.size2of5 {
  float: left;
}

.mod.z_mod_right.tazr_mod .size3of5 {
  width: 60%;
}

.mod.z_mod_right.tazr_mod .size2of5 {
  width: 40%;
}

.mod.z_mod_right.tazr_mod .size3of5 .bd {
  padding-right: 5%;
}

.login_box table {
  margin-top: 0;
}

.login_box table tr:hover {
  background: none;
}

.login_box table th,
.login_box table td {
  text-align: left;
  border-bottom: none;
}

#main_content .login_box input[type=text],
#main_content .login_box input[type=password] {
  width: 150px;
}

.portfolio_data .dataTables_scrollHeadInner table.dataTable thead th {
  /*padding: 8px 15px 8px 0px !important;*/
}

.portfolio_data .dataTables_scrollBody table.dataTable tbody td {
  /*padding: 8px 15px 8px 0px !important;*/
}

/*.portfolio_data#update_tab_content .dataTables_scrollHeadInner table.dataTable thead th:nth-child(2),
.portfolio_data#update_tab_content .dataTables_scrollBody table.dataTable tbody td:nth-child(2) {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}*/
/*.portfolio_data #portfolio_data_update tbody td div {
    margin-right: 1px;
    margin-left: 1px;
}*/
.no_record {
  margin: 12px 0;
}

.login_tracker {
  background: url(/images/icons/arrows/blue/right.png) no-repeat 4px 3px;
}

.heading_tracker a.call_to_action {
  font-size: 9pt !important;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heading_tracker a.call_to_action {
    font-size: 11pt !important;
  }
}
.view_portfolio,
.edit_portfolio,
.new_portfolio,
.delete_portfolio,
.modify_sell_portfolio,
.modify_buy_portfolio {
  padding: 10px 0 10px 0 !important;
  margin: 0 0 10px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 3px solid #007f06;
  float: left;
  width: 100%;
}

.new_portfolio textarea {
  font-size: 10pt;
}

#main_content form {
  margin: 0;
}

/* view_portfolio tabber */
.view_portfolio ul.tabbernav {
  box-shadow: 0 1px 0 #cacaca;
}

.view_portfolio ul.tabbernav li a {
  padding: 0.2em 0.4em 1px 0.4em !important;
  margin-right: 0;
  border: 1px solid #afafaf !important;
  background-color: #dfdfdf;
  color: #4b4b4b !important;
  font-weight: normal !important;
}

.view_portfolio ul.tabbernav li.tabberactive a {
  background-color: #fafafa !important;
  border-bottom: 1px solid #fafafa !important;
}

.view_portfolio ul.tabbernav li a:hover {
  background: #dfdfdf;
  color: #1d5eb5 !important;
}

/* my-stock-portfolio */
.view_portfolio {
  float: left;
  width: 100%;
}

.view_portfolio tfoot tr:hover {
  background: none;
}

.portfolio_commentary div h1,
.view_portfolio form h1,
.new_portfolio h1,
.delete_portfolio h1,
.modify_sell_portfolio h1,
.modify_buy_portfolio h1,
.edit_portfolio h1 {
  color: #007f06;
  font-size: 13.5pt;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.view_portfolio a.export {
  margin-top: -30px;
}

.portfolio_commentary article h1 a {
  font-size: 10pt !important;
}

.portfolio_commentary article h1 {
  margin-bottom: 0 !important;
}

/* Table row alignment */
#portfolio_table_content div.green_stripe table thead th:first-child,
#portfolio_table_content div.green_stripe table tbody td:first-child,
#portfolio_table_content div.green_stripe table thead th:nth-child(2),
#portfolio_table_content div.green_stripe table td:nth-child(2) {
  text-align: left !important;
}

#update_myport_place_holder table thead th:nth-child(6),
#update_myport_place_holder table thead th:nth-child(7),
#update_myport_place_holder table thead th:nth-child(8),
#update_myport_place_holder table thead th:nth-child(9),
#update_myport_place_holder table thead th:nth-child(10),
#growth_myport_place_holder table thead th:nth-child(4),
#value_myport_place_holder table thead th:nth-child(4),
#momentum_myport_place_holder table thead th:nth-child(4),
#performance_myport_place_holder table thead th:last-child,
#price_myport_place_holder table thead th:last-child,
#update_myport_place_holder table tbody td:nth-child(6),
#update_myport_place_holder table tbody td:nth-child(7),
#update_myport_place_holder table tbody td:nth-child(8),
#update_myport_place_holder table tbody td:nth-child(9),
#update_myport_place_holder table tbody td:nth-child(10),
#growth_myport_place_holder table tbody td:nth-child(4),
#value_myport_place_holder table tbody td:nth-child(4),
#momentum_myport_place_holder table tbody td:nth-child(4),
#performance_myport_place_holder table tbody td:last-child,
#price_myport_place_holder table tbody td:last-child {
  text-align: center !important;
}

#update_myport_place_holder table th:last-child,
#update_myport_place_holder table td:last-child {
  width: 70px !important;
}

.edit_portfolio table#tblSample td:nth-child(2),
.edit_portfolio table#tblSample td:nth-child(3) {
  text-align: left;
}

#update_myport_place_holder .negative,
.neg {
  color: #d10121;
}

#update_myport_place_holder .positive,
.pos {
  color: #007f06;
}

.serial {
  width: 20px;
  padding-top: 12px;
}

div.no_stripe a.hoverquote-container-od,
div.no_stripe a.hotspot {
  margin-top: 7px;
}

#DataTableDiv,
#update_myport_place_holder h {
  font-size: 10pt;
  margin: 15px 0;
}

#update_myport_place_holder h {
  float: left;
}

#portfolio_table_content div.green_stripe table tfoot tr:hover {
  background: none;
}

#portfolio_table_content div.green_stripe table tfoot select {
  width: 50px;
}

#portfolio_table_content div.green_stripe table tfoot th {
  border-bottom: none;
}

.style_score {
  font-size: 10pt !important;
  padding: 1px 4px;
  border: 1px solid #cacaca;
  background: #e0e0e0;
  text-shadow: none;
  font-weight: bold !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}

.view_portfolio .rank_chip {
  margin-right: 0;
}

.port_rank_value > div a {
  color: #1d5eb5;
}

.port_rank_value > div {
  float: left;
  border-right: 1px solid #000;
  padding-right: 24px;
  line-height: 15px;
  font-size: 10pt;
}

.port_rank_value > div.total_value,
.port_rank_value > div.total_dollar_change,
.port_rank_value > div.total_per_change {
  padding-left: 30px;
}

.port_rank_value > div.total_per_change {
  border-right: 0;
}

/* Portfolio Commentary and Company News */
.portfolio_commentary.two_col > div {
  width: 385px;
}

.portfolio_commentary.two_col > div ul {
  padding-left: 18px;
}

.portfolio_commentary.two_col > div ul li {
  color: #007f06;
}

.portfolio_commentary.two_col > div ul li span.gray_txt {
  color: gray;
  font-size: 9pt;
}

.portfolio_commentary.two_col > div + div ul li span.gray_txt {
  display: block;
}

.portfolio_commentary.two_col > div ul li {
  margin-bottom: 10px;
}

/* Modify-Portfolio */
#main_content .edit_portfolio input[type=text],
#main_content .modify_sell_portfolio input[type=text],
#main_content .modify_buy_portfolio input[type=text] {
  width: auto;
}

#main_content .edit_portfolio input[type=button],
#main_content .new_portfolio input[type=button],
#main_content .delete_portfolio input[type=button],
#main_content .modify_sell_portfolio input[type=button],
#main_content .modify_buy_portfolio input[type=button],
#sb-wrapper-inner input[type=button] {
  font-size: 10.5pt;
  display: inline-block;
  text-shadow: 0 -1px 2px #000;
  font-weight: bold;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 1px 1px 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 1px 1px 3px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  min-width: 90px;
  height: 30px;
  color: #fff;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.top_space {
  margin-top: 20px;
}

.delete_portfolio form p {
  font-weight: bold;
}

.delete_portfolio span.neg {
  color: red;
}

.footer_link p a:after {
  content: " »";
  font-weight: bold;
  font-size: 9pt;
  color: #000;
}

/*Popup*/
#sb-wrapper-inner {
  border-radius: 5px;
}

#sb-wrapper-inner p.center.topspc {
  margin-top: 10px;
  text-align: center;
}

/*Pagination*/
.pagination_key,
.pagination_nav,
.pagination_recs_per_page {
  width: 100%;
  float: right;
}

.pagination_nav ul {
  float: right;
}

.pagination_nav ul,
.pagination_nav ul li {
  list-style: none;
  background: no-repeat;
}

.pagination_nav ul li {
  float: left;
}

.pagination_nav li span.back_first,
.pagination_nav li span.back,
.pagination_nav li span.fwd,
.pagination_nav li span.fwd_last {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  color: #333 !important;
}

.pagination_nav li span.back_first span,
.pagination_nav li span.back span,
.pagination_nav li span.fwd span,
.pagination_nav li span.fwd_last span {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: none;
  color: none !important;
}

.pagination_nav li span {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  color: #333 !important;
}

.pagination_nav li span.active {
  background-color: #ccc;
}

/* attribute for call to action link of beta portfolio tracker page */
.tracker_link {
  margin-top: 15px;
  margin-bottom: 10px;
}

/* For My Portfolio */
#frm_portfolio table.dataTable thead th,
#frm_portfolio table.dataTable thead td,
#frm_portfolio table.dataTable tbody td {
  padding: 3px 3px 3px 0;
}

/* for new portfolio modal close button */
.new_portfolio {
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  .new_portfolio {
    margin-top: 20px;
  }
}
.new_portfolio button.close_portfolio_modal {
  position: absolute;
  top: 5px;
  right: 4px;
  border: 0;
  width: 21px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  /* Tabber */
  .view_portfolio a.export {
    display: block;
    width: 100%;
    float: left;
  }
  .view_portfolio ul.tabbernav {
    float: left;
    width: 99%;
  }
  .view_portfolio ul.tabbernav ul {
    box-shadow: none;
  }
  .view_portfolio ul.tabbernav li a {
    display: block;
    width: 99%;
    margin-bottom: 3px;
  }
  .view_portfolio a.export {
    margin-top: -5px;
  }
  .view_portfolio div.green_stripe,
  .modify_sell_portfolio form#frm_sell_ticker div.no_stripe,
  .modify_buy_portfolio form#frm_sell_ticker div.no_stripe,
  .edit_portfolio form#frm_buy_ticker div.no_stripe,
  .edit_portfolio form#frm_sell_ticker div.no_stripe {
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
  }
  .view_portfolio div.green_stripe table,
  .modify_sell_portfolio div#DataTableDiv table,
  .modify_buy_portfolio div#DataTableDiv table,
  .edit_portfolio div#DataTableDiv table {
    width: 800px;
    max-width: 800px;
    margin-left: 5px;
  }
  .view_portfolio table.jstable thead th + thh,
  .edit_portfolio table th + th,
  .modify_sell_portfolio table th + th,
  .modify_buy_portfolio table th + th,
  .view_portfolio .green_stripe table tbody td + td,
  .edit_portfolio table td + td,
  .modify_buy_portfolio table td + td,
  .modify_buy_portfolio table td + td {
    padding-left: 8px;
  }
  .port_rank_value > div {
    float: left;
    border-right: none;
    padding-right: 0;
    padding-left: 0 !important;
    line-height: 15px;
    font-size: 10pt;
    margin-top: 10px;
    width: 98%;
  }
  .portfolio_commentary.two_col > div {
    width: 100%;
    margin-left: 1% !important;
  }
  .edit_portfolio,
  .modify_sell_portfolio,
  .modify_sell_portfolio {
    width: 100%;
  }
  .new_portfolio textarea {
    width: 99%;
  }
  /*Login Box*/
  .mod.z_mod_right.tazr_mod {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  div#mtHead {
    width: 100%;
  }
  .mod.z_mod_right.tazr_mod .size3of5,
  .mod.z_mod_right.tazr_mod .size2of5 {
    width: 100%;
  }
  /* additional attributes for my stock portfolio page */
  .port_rank_value {
    margin-left: 10px;
  }
  section.view_portfolio form#frm_portfolio {
    margin-left: 1%;
  }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .view_portfolio ul.tabbernav li a {
    display: block;
    width: 96%;
  }
}
#stocks_other_news a {
  font-weight: normal;
}

.buttons.portfolio li a i,
.buttons.portfolio li button i {
  color: #0f771c;
  font-weight: bold;
  font-size: 11pt;
  font-style: normal;
  display: inline-block;
}

.add_port_modal .ui-widget-header {
  background: none;
  border: none;
  display: block !important;
}

.add_port_modal .ui-widget-header button {
  cursor: pointer;
}

/* add ticker cta */
#add_position_lnk {
  border: none;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  font-size: 10pt;
  color: #000;
}

.add_new div.add-ticker-block .ticker-box {
  display: inline-block;
}
@media (max-width: 768px) {
  .add_new div.add-ticker-block {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .add_new div.add-ticker-block div.tippy-box {
    position: relative;
    top: -42px;
    left: 168px;
  }
}
.add_new div.add-ticker-block div.tippy-box .tippy-content > div {
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  .add_new div.add-ticker-block [data-tippy-root] {
    transform: inherit !important;
    left: -5px !important;
    top: 39px !important;
  }
}

/* Error Message for Tcker validation*/
#validation_alert {
  color: red;
  margin-left: 15px;
}
@media (max-width: 768px) {
  #validation_alert {
    display: block;
    margin: 8px 0;
  }
}

/* hiding the data table preloader overlay shadow */
.table_loader_container .table_shadow {
  opacity: 0;
}

#ticker_lookup .ticker_highlight {
  background-color: green;
  color: #fff;
}

/* Stock split info */
.portfolio > section.stock_split_info {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  /* stock split containers */
  /* stock split list items */
}
@media (max-width: 767.98px) {
  .portfolio > section.stock_split_info {
    /* till before iPad portrait mode */
    padding: 0 0.9em !important;
  }
}
.portfolio > section.stock_split_info .stck_list_content {
  float: left;
  /* stock split list view */
  /* show all btn trigger */
}
@media (min-width: 992px) {
  .portfolio > section.stock_split_info .stck_list_content {
    width: 100%;
    padding: 1% 0;
  }
}
.portfolio > section.stock_split_info .stck_list_content ul {
  width: 100%;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  border-top: 1px solid #007f06;
  box-sizing: border-box;
}
.portfolio > section.stock_split_info .stck_list_content ul li {
  width: 100%;
  padding: 0.5em 1em;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 10pt;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  color: inherit;
  /* stock split msg */
}
.portfolio > section.stock_split_info .stck_list_content ul li.hidden {
  display: none;
}
.portfolio > section.stock_split_info .stck_list_content ul li.visible {
  display: inline-block;
}
.portfolio > section.stock_split_info .stck_list_content ul li.msg {
  width: 100%;
  float: left;
  padding: 1em;
  padding-left: 0;
  font-size: 10.5pt;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  color: #007f06;
}
.portfolio > section.stock_split_info .stck_list_content ul li span {
  width: 100%;
  float: left;
  font-size: 10.5pt;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  color: #007f06;
}
.portfolio > section.stock_split_info .stck_list_content button.show_all_btn {
  width: 100%;
  float: left;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  border-top: 1px solid #007f06;
  padding: 0.5em;
  font-size: 10.5pt;
  font-weight: 600;
  text-align: right;
}
.portfolio > section.stock_split_info .stck_list_content button.show_all_btn:hover, .portfolio > section.stock_split_info .stck_list_content button.show_all_btn:focus {
  color: #1d5eb5 !important;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .portfolio > section.stock_split_info .stck_list_content {
    padding-left: 0;
  }
}

.zdt_wrapper#growth_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.zdt_wrapper#value_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.zdt_wrapper#momentum_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.zdt_wrapper#performance_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.zdt_wrapper#price_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.zdt_wrapper#broker_tab_content .dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
  height: auto !important;
}

/* Portfolio page */
.portfolio_data.zdt_wrapper {
  /* Daily Update */
  /* Growth Tab*/
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper .dataTables_wrapper table thead tr th.sorting, .portfolio_data.zdt_wrapper .dataTables_wrapper table thead tr th.sorting_asc, .portfolio_data.zdt_wrapper .dataTables_wrapper table thead tr th.sorting_desc {
    padding: 8px 15px 8px 5px !important;
  }
}
.portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr th,
.portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr td {
  height: 28px;
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr th,
  .portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr td {
    padding: 8px 15px 8px 5px !important;
  }
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr th:last-child,
  .portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr td:last-child {
    padding: 8px 10px 8px 5px !important;
  }
}
.portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr td div {
  margin-right: 1px !important;
  margin-left: 1px !important;
  float: none !important;
  display: inline-block;
}
.portfolio_data.zdt_wrapper .dataTables_wrapper table tbody tr td div.col_input {
  float: left !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(3), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(4), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(5), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(6), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(7), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(8), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(9), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(10) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(3), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(4), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(5), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(6), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(7), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(8), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(9), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(10) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child, .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child {
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(3), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(4), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(5), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(6), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(7), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(8), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(9), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(10) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#value_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#momentum_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#performance_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(13) {
    width: 100px !important;
    min-width: 100px;
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:last-child {
    width: 60px !important;
    min-width: 60px;
    padding-left: 0 !important;
  }
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td div.col_input {
  float: left !important;
  margin-right: 1px;
  margin-left: 2px;
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td a {
  color: #1d5eb5;
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td a:hover, .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td a:active, .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td a:visited {
  color: #1d5eb5;
  text-decoration: underline;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child {
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content table thead tr th {
  font-size: 10pt !important;
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#growth_tab_content table thead tr th.sorting, .portfolio_data.zdt_wrapper#growth_tab_content table thead tr th.sorting_asc, .portfolio_data.zdt_wrapper#growth_tab_content table thead tr th.sorting_desc {
    font-size: 11px;
  }
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(12), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(13) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(12), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(13) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child {
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(12), .portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(13) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#growth_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(12), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(12) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(12), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(12) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#price_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(12), .portfolio_data.zdt_wrapper#broker_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(12) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
@media (max-width: 1023px) {
  .portfolio_data .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead tr th {
    padding: 8px 20px 8px 0;
  }
}
@media (max-width: 1023px) {
  .portfolio_data .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody thead tr th {
    padding: 0 20px 0 0 !important;
  }
}
@media (max-width: 1023px) {
  .portfolio_data .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody tbody tr th {
    padding: 8px 20px 8px 10px !important;
  }
}
@media (max-width: 1023px) {
  .portfolio_data .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody tbody tr td {
    padding: 8px 20px 8px 10px !important;
  }
}

.portfolio_data.zdt_wrapper {
  /* Daily Update */
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th.sorting_disabled {
  cursor: auto;
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th.sorting_disabled button {
  cursor: auto;
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th button {
  font-size: 9pt;
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(8), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(9), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(10), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(11), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(14) {
    padding: 8px 13px 8px 2px !important;
  }
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:nth-child(12) {
    width: 60px !important;
    min-width: 60px;
    padding-left: 0 !important;
  }
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th.research-col {
  width: 80px !important;
  min-width: 80px;
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update thead th:last-child {
    width: 60px !important;
    min-width: 60px;
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(8), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(9), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(10), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(11), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td:nth-child(14) {
    padding: 8px 13px 8px 2px !important;
  }
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td div.col_input {
  float: left;
  margin-right: 1px;
  margin-left: 2px;
}
.portfolio_data.zdt_wrapper#update_tab_content table#portfolio_data_update tbody td.research-col {
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table thead th:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody th:first-child {
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(2) {
  width: 140px !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(11) {
  width: 60px !important;
  min-width: 60px;
  padding-left: 0 !important;
}
.portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(12), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(13), .portfolio_data.zdt_wrapper#update_tab_content .dataTables_scroll .dataTables_scrollBody table tbody td:nth-child(14) {
  width: 100px !important;
  min-width: 100px;
  padding-left: 0 !important;
}

/* fixing tab overlapping issue in mobile viewport for my portfolio page */
@media screen and (max-width: 1023px) {
  .buttons.portfolio {
    margin-top: 5rem; /* needed only when top ad space will not appear */
  }
  .buttons.portfolio > ul.tabs {
    height: auto !important;
  }
}/*# sourceMappingURL=my-portfolio.css.map */