/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 16, 2023, 1:59:11 PM
    Author     : Joy
*/

#markets_page table th{
    font-size: 13px;
    font-weight: 600;
    color: #4b4e50;
    vertical-align: top;
}

#markets_page table span{
    font-size: 11px;
    font-weight: 400;
    color: #4b4e50;
    vertical-align: top;
}

#markets_page table td{
    font-size: 12px;
    font-weight: 400;
    color: #4b4e50;
    vertical-align: top;
}

#markets_page .headings {
    height: auto;
    /* display: inline; */
    min-height: 24px;
    margin-bottom: 25px;
}
#markets_page .headings h4{
    font-size: 18px;
    font-weight: 400;
    color: #4b4e50;
    vertical-align: middle;
    padding: 5px 15px;
    margin: 0;
}

#markets_page .headings .nav-right{
    position: absolute;
    top: 2px;
    right: 15px;
    text-align: right;
    height: 24px;
    padding: 0px 10px;
}
#markets_page .headings .nav-right .form-control{        
    height: 30px;
    text-align: left;
}

#markets_page .tabs-bar .nav-left a{
    font-size: 11px;
    font-weight: 400;
    color: #4b4e50;
}
#markets_page .tabs-bar .nav-right a{
    font-size: 11px;
    font-weight: 400;
    color: #4b4e50;
}




