﻿body {
}

/*#stocksTable2 thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 2;
    
}
#stocksTable2 thead th:nth-child(1) {
    position: absolute;
    width: 130px !important;
}

#stocksTable2 tr.instrument_row td span {
    display: inline-block;
    width: 50px;
    padding: 6px 3px;
}*/

#listNav {
    text-align: center;
}
#listNav span {
    display: inline-block;
    padding: 11px 20px;
    font-size: 15px;
    background-color: #fff1e5;
    color: black;
    border-left: 1px #f1dfcf solid;
    font-weight: bold;
}
    #listNav span.selected {
        background-color: #f1dfcf;        
    }
.InstrumentsBox nav ul li {
    text-align: center;
}

#stocksSortingSigns td {line-height: 20px!important; height:20px!important;}
#stocksSortingSigns td { height:20px!important;min-height:20px!important; padding:1px 7px;}

.out_portfolio {
    background: url(https://images.globes.co.il/globes/icons/personal-bag.svg) no-repeat center;
    text-align: center;
    width: 28px;
    zoom: 80%;
    position: relative;
}
.out_star {
    background: url(https://images.globes.co.il/globes/icons/add.svg) no-repeat center;
    text-align: center;
    width: 32px;
    zoom: 80%;
    position: relative;
}
    .out_star.active, .out_star.active:hover {
        background: url(https://images.globes.co.il/globes/icons/remove.svg) no-repeat center;
    }
.green {
    color: #007804;
    font-size: 13px;
}
.red.bgr, .bgred {
    background: #f9dcd3;
}
.red {
    color: #c00 !important;
}
.green.bgg,  .bggreen {
    background: #cffadb;
}
.green.bgg.bggreen {
    background: #007804;
    color: white;
}
.red.bgr.bgred {
    background: #c00;
    color: white!important;
}
.mainTbl td:nth-child(2), #trHeader th:nth-child(2) {
    max-width: 60px;
    text-align: right;
    direction:ltr;
}
.mainTbl td:nth-child(1) {
    font-size: 18px;
    direction: rtl;
}
#trHeader th {
    font-size: 14px;
    font-weight: bold;
}

 