/* dropdown-match-default */
.dropdown-match-default
{
    width: 150px;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    font-size: 12px;
    color: #3c4043;
    height: 100%;
    text-align: left;
}

.dropdown-match-default .select 
{
    cursor: pointer;
    display: block;
    padding: 10px 0px;
}

.dropdown-match-default .dropdown-menudefault 
{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: -4px;
    top: -14px;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}

.dropdown-match-default .dropdown-menudefault li 
{
    padding: 10px;
    transition: all .2s ease-in-out;
    color: #3c4043;
    cursor: pointer;
    font-size: 14px;
} 

.dropdown-match-default .dropdown-menudefault 
{
    padding: 0;
    list-style: none;
}

.dropdown-match-default .dropdown-menudefault li:hover 
{
    background-color: #f2f2f2;
}

.dropdown-match-default .dropdown-menudefault li:active 
{
    background-color: #e2e2e2;
}

table thead
{
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 1px 1px #dadce0;
    z-index: 2;
}

.overflow-table
{
    max-height: 62vh;
    overflow: scroll;
}

.boxrow
{
    border-radius: 4px;
    border: 1px solid #80868b;
    padding: 0 10px;
    text-align: center;
    height: 35px;
}

.text-showrows
{
    font-size: 13px;
}

.row-num i
{
    font-size: 19px;
    color: #d5d5d5;
}


.active-color
{
    color: #565a5d !important;
    font-size: 14px !important;
}

.boxrow span
{
    font-size: 13px;
}