/* --expired plan-- */
.empty-placeholder {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f3f3;
    border-radius: 6rem;
    height: 1rem;
}

div h4{
    font-size: 1rem;
}
 div p{
    font-size: 0.8rem;
 }
.checkbox-container {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 21px;
    cursor: pointer;
    text-transform: capitalize;
}
  
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: solid 1px #777;
    border-radius: 2px;
}
  
.checkbox-container input:checked ~ .checkmark {
    background-color: #000;
}
  
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0.5px;
    width: 3.5px;
    height: 7px;
    border: solid white;
    border-width: 0 1.4px 1.4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-companies-cont {
    height: calc(100vh - 320px);
}

.select-companies-cont ol {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    height: 100%;
    flex-wrap: wrap;
}

.select-companies-cont ol li {
    padding-right: 4rem;
}

.select-comp-action {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
}

.select-comp-action button.clear {
    border: none;
    color: #2c2828;
    background-color: #ededed;
    padding: .2rem .6rem;
    margin-right: 1rem;
}

.select-comp-action button.save {
    border: none;
    background-color: #456aef;
    color: #fff;
    padding: .2rem .6rem;
}

.select-companies-cont .info {
    color: #777575;
}

@media (max-width: 880px) {
    .select-companies-cont {
        height: 100vh;
    }
}

@media (max-width: 450px) {
    .select-companies-cont {
        height: auto;
    }
}


/* --expired plan end-- */

.tables-wrapper {
    min-height: calc(100vh - 110px);
    position: relative;
}

.dataTable {
    font-size: 1rem;
}

.dataTable thead th {
    font-weight: 600;
    font-size: 12px;
    border: 0px;
    background-color: #f3f3f3;
    color:#4e4e4e;
    text-transform: capitalize;
    text-align: right;
    vertical-align: top;
}

.dataTable thead th.company {
    padding-left: 1rem;
    text-align: left;
    min-width: 170px;
    max-width: 170px;
}

.dataTable thead th.price {
    min-width: 100px;
}

.dataTable tbody td {
    text-align: right;
    font-size: 0.760em;
    @media (max-width: 650px) {
        font-size: 0.75rem;
    }
}

.dataTable tbody td.company {
    padding-left: 1rem!important;
    text-align: left;
    background: #fff;
}

table.dataTable thead th, table.dataTable tbody td {
    padding: 5px 16px!important;
}

table.dataTable thead th {
    padding-bottom: 0!important;
}

table.dataTable tbody tr:hover, table.dataTable tbody tr:hover td.company,table.dataTable tbody tr:hover td.last {
    background: #fffae8 !important;
    
}

.dataTable td.last, .dataTable th.last {
    width: 3rem!important;
    text-align: center;
    background: #fff;
}

.dataTable th.last {
    background: #f3f3f3;
}

.wl.fa-times {
    font-size: 0.8rem;
    color: #919191;
    cursor: pointer;
}

.company .company-link {
    border-bottom: 1px dotted;
    color: rgb(51, 122, 183);
    font-weight: 500;
}

.company .company-link:hover {
    text-decoration: none;
}

.dataTable-container td span.negative {
    color: #e41e20;
}

.dataTable-container td span.positive {
    color: #04a476;
}

.pill {
    font-size: 0.7em;
    border-radius: 1em;
    padding: 0.2em 0.4em;
    min-width: 40px;
    margin-left: 4px;
    display: inline-block;
    text-align: center;
}

.negative-pill {
    background-color: #ffeceb;
}

.positive-pill {
    background-color: #e8faf4;
}

.col-unit {
    color: #8A8888;
    font-size: 0.5rem;
    text-transform: capitalize;
    margin-left: 3px;
    font-family: 'brandon-grotesque';
    display: inline-block;
}

.fund-columns-nav-cont {
    position: relative;
    height: 1.6rem;
    width: 100px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fund-columns-nav {
    background-color: transparent;
    border: none;
    font-size: 0.75rem;
    color: #212529;
}

.fund-columns-nav:disabled {
    color: rgba(33,37,41, 0.35);
}

.fund-columns-nav.next::after {
    content: '\f105';
    font-family: 'Fontawesome';
    margin-left: 4px;
}

.fund-columns-nav.prev::before {
    content: '\f104';
    font-family: 'Fontawesome';
    margin-right: 4px;
}

.perf-table-info {
    position: relative;
    height: 1.6rem;
}

.perf-table-info p {
    position: absolute;
    right: 0;
    color: #777575;
}

.dataTable.perf td.dummy,
.dataTable.perf th.dummy {
    width: 99%!important;
}

.dataTables_scrollHead table thead th {
    position: relative;
}

.dataTables_scrollHead table thead th.c-sort {
    cursor: pointer;
}

.dataTables_scrollHead table thead th.c-sort:after {
    color: rgba(0,0,0,0.3);
}

.dataTables_scrollHead table thead th.c-sort.sorting:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: '\f0dc';
    font-family: 'Fontawesome';
}

.dataTables_scrollHead table thead th.c-sort.sorting_asc:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: '\f0d8';
    font-family: 'Fontawesome';
}

.dataTables_scrollHead table thead th.c-sort.sorting_desc:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: '\f0d7';
    font-family: 'Fontawesome';
}

@media screen and (min-width: 576px) {
    .dataTable.perf .data-col {
        min-width: 92px;
    }
}

@media screen and (max-width: 600px) {
    table.dataTable thead th, 
    table.dataTable tbody td {
        padding: 5px 10px 5px 6px!important;
    }

    .dataTable th.last,
    .dataTable td.last {
        min-width: 1rem;
        width: 1rem!important;
        padding: 5px 4px !important;
    }

    .dataTable thead th.price {
        min-width: 120px;
        width: auto;
    }

    .dataTable thead th.company,
    .dataTable tbody td.company {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 9;
        padding-left: 10px!important;
        padding: 5px 10px 5px 6px;
    }

    .dataTable thead th.last,
    .dataTable tbody td.last {
        position: -webkit-sticky;
        position: sticky;
        right: 0;
    }
}

/* scrollbar visibility for watchlist tables*/
.dataTables_scrollBody::-webkit-scrollbar:vertical,
body::-webkit-scrollbar:vertical {
  display: block;
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* Firefox */
.dataTables_scrollBody,
html {
  scrollbar-width: thin;
}
