.gain-lose-sc, .stats-sc {margin-top: 20px;}
.gain-lose-left-pnl p:first-child {
    text-align: left;
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #000000;
}
.gain-lose-left-pnl p:last-child {
    text-align: right;
}
.up-arrow img {
    width: auto !important;
}
.gain-lose-left-pnl .frst-chld {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.gain-lose-left-pnl .scnd-chld {
    color: #098608;
    font-size: 13px;
    margin-left: 10px;
}
.gain-lose-left-pnl .thrd-chld {
    font-size: 7px;
    color: #718c71;
}
.day-pnl {
    /* padding-left: 0;
    list-style: none;
    border: 1px solid #000;
    width: 76%;
    border-radius: 5px; */
    list-style: none;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 0;
    padding-left: 0;
}
.day-pnl li {
    float: left;
 /*    border-right: 1px solid #000; */
}
.day-pnl li:last-child a, .day-pnl li:last-child a:hover{
    border-right: none;
}
.day-pnl li a,
.day-pnl li a:hover {
   /*  padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-size: 14px; */
    font-size: 14px;
    padding: 7px 13px;
    border: 2px solid #000;
    border-width: 0 1px 0 0;
    float: left;
    cursor: pointer;	/*width:15%;*/
}

.day-pnl li.active, .day-pnl li.active a, .day-pnl li.active a:focus,.day-pnl li.active a:hover {
    background-color: #2db7e8;
    display: block;
    color: #000;
    border: 0;
    margin: 0;
}
.bg-white {
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 5px #e4e4e4;
    -moz-box-shadow: 1px 3px 5px #e4e4e4;
    box-shadow: 1px 3px 5px #e4e4e4;
    padding: 0px 15px;
}
.top-gainer-pnl {
    background-color: #00b5f2;
}
.top-gainer-pnl h2 {
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    /* margin-top: 10px; */
    margin-top: 0px;
}
.nav-tabs.new-tab1 {
    border-bottom: none;
    width: 65%;
    display: inline-block;
}
.nav-tabs.new-tab1>li>a {
    border: none;
    padding: 7px 35px;
    color: #000;
}
.nav.new-tab1>li>a:focus, .nav.new-tab1>li>a:hover {
    background-color: transparent;
}
.nav-tabs.new-tab1>li.active>a, .nav-tabs.new-tab1>li.active>a:focus, .nav-tabs.new-tab1>li.active>a:hover {
    color: #fff;
    border: none;
    background-color: #bed731;
    border-radius: 0;
}
.top-gainer-tabs .date-time {
    width: 30%;
    float: right;
    text-align: right;
    vertical-align: middle;
    margin-top: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.gainer-table tbody td {
    border-bottom: none;
    padding: 5px 0px!important;
}
.gainer-table tbody td span {
    padding-right: 10px;
    display: inline-blocks;
    float: left;
}
.stats-sc .gainer-table tbody td a {
    padding-right: 0;
    display: inline-block;
    float: left;
    width: 81% !important;
}
.historic-sc.stats-sc .gainer-table tbody td a {
    width: auto;
}
.footable > tbody > tr:hover:not(.footable-row-detail) {
    /* background: transparent !important; */
}
.gainer-table tbody td a:hover {
    text-decoration: none;
}
.gainer-table thead tr {
    background-color: #00b5f2;
    font-weight: normal;
}
.gainer-table thead tr th {
    color: #fff;
    font-weight: normal;
    border-bottom: none;
    vertical-align: middle;
}
.more {
    text-align: right;
    float: right;
    margin: -10px 0 10px;
    color: #2db7e8;
    font-size: 14px;
}
.col-green {
    color: #098608;
}
.col-red {
    color: #ff0000;
}
.stats-sc .nav-tabs.new-tab1>li>a {
    padding: 7px 15px;
}
.nav-tabs.new-tab1>li>a:hover {
    color: #00b5f2;
}
.stats-sc .nav-tabs.new-tab1 {
    width: 100%;
}
.stats-sc .gainer-table thead tr th {
    border-right: 1px solid #fff;
}
/* .stats-sc .gainer-table thead tr, .stats-sc .gainer-table tbody tr {
    white-space: nowrap;
} */
.width-20 {
    width: 20%;
}
.stats-sc .gainer-table tbody tr td {
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
/* .stats-sc .more {
    margin-top: 10px;
} */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e7e9e8;
}
.historic-sc .bg-grey {
    background-color: #bed731;
}
.historic-sc .bg-grey th {
    color: #fff;
    font-size: 14px;
    text-align: center !important;
}
.historic-sc .bg-grey th {
    border-right: 1px solid #000 !important;
}
.historic-sc .bg-grey th:last-child {
    border-right: none !important;
}
.width-8 {
    width: 8%;
}
.width-10 {
    width: 10%;
}
.width-15 {
    width: 15%;
}
.historic-sc .gainer-table tbody tr td {
    border-right: 1px solid #dee2e6;
    padding: 7px;
    color: #000;
    text-align: right;
}
.historic-sc th {
    padding: 4px !important;
}
.historic-sc .gainer-table tbody tr td span {
    display: inherit;
}
.caret-sym:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 5px;
}
.caret-sym {
    position: relative;
}
.caret-sym span {
    margin-right: 15px;
    display: block;
    margin-top: -5px;
}
.historic-sc .top-gainer-pnl h2 {
    margin-bottom: 0;
}
.width-18 {
    width: 18%;
}
.historic-sc .footable > thead > tr > th, .historic-sc .footable > thead > tr > td {
    background-color: transparent;
    border:none;
    text-align: right;
}
.historic-sc .footable > thead > tr > th:nth-child(1),
.historic-sc .gainer-table tbody tr td:nth-child(1),
.historic-sc .footable > thead > tr > th:nth-child(2),
.historic-sc .gainer-table tbody tr td:nth-child(2),
.historic-sc .footable > thead > tr > th:nth-child(3),
.historic-sc .gainer-table tbody tr td:nth-child(3){
    text-align: left;
}
.historic-sc .footable {
    background: transparent;
}

.footable > tbody > tr.gre-bg {
    background: #efefef;
}
.footable > tbody > tr.white-bg {
    background: #fff;
}
.gain-lose-sc .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.width-30 {
    width: 31%;
}
.width-13 {
    width: 13%;
}
.historic-sc .footable-row-detail-row {
    text-align: left;
}
.historic-sc .footable-row-detail-row:nth-child(1) .footable-row-detail-name {
    width: 40%;
}
.hide-360 {
    display: block !important;
}
.show-360 {
    display: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
    background-color: #efefef !important;
}

/*********Equity**********/
.ajax-loader {visibility: hidden;background-color: rgba(255, 255, 255, 0.37);position: absolute;z-index: +100 !important;width: 100%;
  height:100%;}
.ajax-loader img {position: relative;top:50%;left:50%;}
.textgreen {color: green !important;}
.textred{color: red !important;}
.eqtylistoful ul {margin: 10px 0 0 0;padding: 0;list-style: none;border: 1px solid #000;border-radius: 5px;}

.max_sensex{border-right:none !important;}
.active_sensex {
    background-color: #2db7e8;
    color: #000 !important;
}
.eqtylistofnifty ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #000;
    border-radius: 5px;
}

/*pooja css starts*/
.nav-tabs.new-tab1.ipo-gainer-loser-tab > li > a {
	padding: 7px 25px;
}
.ipo-pg-date-pnl.day-pnl li a {
	padding: 7px 10px;
}
.new-recent-list.nav-tabs.new-tab1 > li > a {
	padding: 7px 11px;
}
.ipo-stats-new {
	height: 443px;
}
.ipo-top-new {
	height: 380px;
}


/*pooja css ends*/

@media(max-width:1199px) {
	.ipo-stats-new, .ipo-top-new {
		height: auto;
		margin-top: 10px;
	}
	.insurance-new-plan-table li a {
		padding: 7px 9px !important;
	}
}
@media(max-width:480px)
{
	.stats-sc .gainer-table tbody td a {
		width: 85% !important;
		font-size: 12px;
		word-break: break-all;
		white-space: normal;
	}
	.fii_investmtdiv.pad-fii-investment {
		padding: 0 !important;
	}
}
@media(min-width:290px) and (max-width:991px){
    .nse_nifty_info,.bse_sensex_info {text-align: left;width: auto;margin-left: 0!important; font-size: 12px !important;}
    .fii_investmtdiv {padding-right: 10px !important; padding-left: 0px !important;}
    .heatmap-section .nav > li {width: 25%;}
}
@media(min-width:1025px) and (max-width:1199.90px){
    .stats-sc .gainer-table thead tr,
    .stats-sc .gainer-table tbody tr {
        white-space: nowrap;
    }
    .stats-sc .more {
        margin-top: 10px;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 13px;   
    }
    .historic-sc.stats-sc .gainer-table thead tr,
    .historic-sc.stats-sc .gainer-table tbody tr {
        white-space: initial;
    }
    .width-10,.width-15,.width-18,.width-20,.width-8 {
        width: auto;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        float: left;
    }
    .day-pnl {
        width: 95%;
    }
    .gain-lose-left-pnl p:first-child {
        width: 100%;
    }
    .gain-lose-sc .gain-lose-left-pnl img {
        width: 100%;
    }
    .nav-tabs.new-tab1>li>a {
        padding: 7px 20px;
    }
	.gainer-table tbody td span.remove-992 {
		display: none !important;
	}
}
@media(min-width:992px) and (max-width:1024.90px) {
    .gain-lose-left-pnl p:first-child {
        width: 100%;
    }
    .day-pnl {
        width: 93%;
    }
    .gain-lose-sc .gain-lose-left-pnl img {
        width: 100%;
    }
    .nav-tabs.new-tab1>li>a {
        padding: 7px 20px;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 13px;   
    }
    .historic-sc.stats-sc .gainer-table thead tr,
    .historic-sc.stats-sc .gainer-table tbody tr {
        white-space: initial;
    }
    .stats-sc .gainer-table thead tr,
    .stats-sc .gainer-table tbody tr {
        white-space: nowrap;
    }
    .width-10,.width-15,.width-18,.width-20,.width-8 {
        width: auto;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        float: left;
    }
	.gainer-table tbody td span.remove-992 {
		display: none !important;
	}
	.ipo-stats-new {
		
	}
}
@media(min-width:768px) and (max-width:991.90px) {
    .gain-lose-sc .footable-toggle::before {
        /* display: none !important; */
        content: url(../images/black-right-arrow.png) !important;
        display: inline-block;
        transition: 0.5s ease-in-out;
    }
    .gainer-table tbody td span {
        /* display: none; */
    }
    .gain-lose-sc .footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: url(../images/black-right-arrow.png) !important;
      /*   display: inline-block; */
        transform: rotate(90deg);
        transition: 0.5s ease-in-out;
    }
    .gain-lose-left-pnl p:first-child
    {
        width: 50%;
    }
    .gain-lose-left-pnl p:nth-child(2) {
        text-align: right;
    }
    .historic-sc .footable-row-detail-row {
        text-align: left;
    }
    .historic-sc .footable-row-detail-row:nth-child(1) .footable-row-detail-name {
        width: 40%;
    }
    .day-pnl {
      /*   width: fit-content;
        width: -moz-fit-content; */
    }
    .day-pnl li a, .day-pnl li a:hover {
        padding: 5px 6px;
        font-size: 13px;
    }
    .gain-lose-sc .gain-lose-left-pnl img {
        width: 100%;
    }
    .nav-tabs.new-tab1 {
        width: auto;
    }
    .nav-tabs.new-tab1>li>a {
        padding: 7px 10px;
    }
    .top-gainer-tabs .date-time {
        width: auto;
        font-size: 13px;
    }
    .width-10,.width-15,.width-18,.width-20,.width-8 {
        width: auto;
    }
    .historic-sc.stats-sc .gainer-table thead tr,
    .historic-sc.stats-sc .gainer-table tbody tr {
        white-space: initial;
    }
    .stats-sc .gainer-table thead tr,
    .stats-sc .gainer-table tbody tr {
        white-space: nowrap;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 15px;
        font-size: 13px;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        float: left;
    }
    .bg-grey {
        display: none;
    }
	#derivatives_summary .derivative-last-table li a {
		padding: 5px 3px !important;
		font-size: 11px;
		text-align: center;
	}
	#derivative_summary_tabs.derivative-future-tab li a {
		padding: 5px 4px !important;
		font-size: 12px;
	}
	#options .derivative-option-tabs li a {
		padding: 10px 4px;
		font-size: 12px;
		border: none !important;
	}
	#options .derivative-option-tabs li.active a {
		background-color: #9ab506 !important;
		color: #fff;
		border-radius: 0px;
		border: none !important;
	}
}
@media(min-width:576px) and (max-width:767.90px) {
    .gain-lose-left-pnl {
        text-align: center;
    }
    .day-pnl {
        width: auto;
        float: left;
    }
    .day-pnl li a, .day-pnl li a:hover {
        font-size: 12px;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 12px;
    }
    .bg-grey {
        display: none;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 15px;
        font-size: 12px;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
      /*   float: left; */
      margin-right: 10px;
    }
	.fii_investmtdiv.pad-fii-investment {
		padding: 0 !important;
	}
}
@media(min-width:480px) and (max-width:575.90px) {
    .gain-lose-left-pnl {
        text-align: center;
    }
    .day-pnl {
        width: auto;
        float: left;
    }
    .day-pnl li a, .day-pnl li a:hover {
        font-size: 12px;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 12px;
    }
    .bg-grey {
        display: none;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 6px;
        font-size: 12px;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        float: left;
      /* margin-right: 10px; */
    }
	.fii_investmtdiv.pad-fii-investment {
		padding: 0 !important;
	}
}
@media(min-width:320px) and (max-width:479.90px) {
    .hide-360 {
        display: none !important;
    }
    .show-360 {
        display: block;
    }
    .top-gainer-tabs .date-time {
        width: 44% !important;
    }
    .gain-lose-left-pnl p:first-child {
        width: 50%;
    }
    .gain-lose-left-pnl .frst-chld {
        font-size: 13px;
    }
    .gain-lose-left-pnl .scnd-chld {
        font-size: 12px;
        margin-left: 3px;
    }
    .up-arrow img {
        width: 4% !important;
    }
    .day-pnl li a, .day-pnl li a:hover {
        font-size: 12px;
    }
    .day-pnl li a, .day-pnl li a:hover {
        padding: 5px 10px;
    }
    .gain-lose-sc .gain-lose-left-pnl img {
        width: 100%;
    }
    .nav-tabs.new-tab1>li>a {
        padding: 7px 10px;
        font-size: 15px;
    }

    .plan-panel li {
        
            float: left!important;
        
            width: auto!important;
        
            font-size: 12px;
            padding: 7px 10px;
        
        }
        .plan-panel li label
        {
            /* padding-top: 10px!important; */
            padding: 0px 5px;
        }    

    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 4px;
        font-size: 12px;
    }
    .stats-sc .nav-tabs.new-tab1.mob-tab>li>a {
        /* padding: 7px 1.9px;
        font-size: 10px; */
    }
    .bg-grey {
        display: none;
    }
    .caret-sym:after {
        top: 5px;
    }
    .caret-sym span {
        margin-right: 20px;
    }
    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        float: left;
      /* margin-right: 10px; */
    }
    .day-pnl {
        /* width: fit-content;
        width: -moz-fit-content; */
    }
}
@media(min-width:320px) and (max-width:991.90px) {
.footable.breakpoint > tbody > tr.footable-detail-show > td {
    background-color: #efefef !important;
}
.footable.breakpoint > tbody > tr.footable-detail-show.bg-blue > td {
    background-color: #f9fdff !important;
}
.stats-sc img {
    display: none;
}
.historic-sc.stats-sc img {
    display: block;
}
}
@media(min-width:320px) and (max-width:479.90px) {
    /* .bottom-day-pad a {
        padding: 8px 50px !important;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 5px;
    } */
}
@media(min-width:320px) and (max-width:1199.90px) {
    .width-30,.width-13 {
        width: auto;
    }
    .stats-sc img {
        display: none;
    }
    .historic-sc.stats-sc img {
        display: block;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .top-gainer-tabs .date-time {
        width: 40%;
    }
    .nav-tabs.new-tab1 {
        width: 60%;
    }
    .day-pnl li a, .day-pnl li a:hover {
        padding: 7px 9px;
    }
    .day-pnl li:nth-child(6) a {
        border-right: none;
    }
    .gain-lose-left-pnl .frst-chld {
        font-size: 12px;
    }
    .gain-lose-left-pnl p:first-child {
        width: 50%;
    }
    .gain-lose-left-pnl .scnd-chld {
        margin-left: 0;
    }
    .stats-sc .nav-tabs.new-tab1>li>a {
        padding: 7px 10px;
    }
}
@media only screen and (min-width : 320px) and (max-width : 812px) and (orientation : landscape) {
    .width-8 {
        width: auto;
    }
}


section.container-fluid.xspads {
    /*margin-top: 16px;*/
}

.adr-tooltip1 {
    position: relative;
    display: inline-block;
    opacity: 1;
  }
.adr-tooltip1 + .adr-tooltiptext1 {
    visibility: hidden;
    width: 165px;
    background-color: black;
    color: #fff!important;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    left: 30%;
      position: absolute;
      z-index: 1;
  }
  
  .adr-tooltip1:hover + .adr-tooltiptext1 {
    visibility: visible;
  }
  .adr-tooltip1 + .adr-tooltiptext1:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #000;
      transform: rotate(45deg);
      position: absolute;
      left: -5px;
      top: 8px;
  }
  .adr-tooltip1 + .adr-tooltiptext1 a {
      color: #fff;
  }
  @media (max-width: 767px) {
      .adr-tooltip1 + .adr-tooltiptext1 {
          left: 40%;
      }
  }
  