﻿#gemsTable tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    max-height: 580px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

    #gemsTable thead, #gemsTable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #gemsTable tbody tr {
        border-bottom: 1px solid #d0d0d0;
        background-color: white;
    }



#gemsTable th {
    border-bottom: 1px solid #d0d0d0;
}



#gemsTable table {
    width: 100%;
    min-width: 1250px !important;
}

#gemsTable th,
#gemsTable td {
    box-sizing: border-box;
}

#gemsTable input[type="checkbox"]:not(:checked),
#gemsTable input[type="checkbox"]:checked {
   
    opacity: 1; 
    pointer-events: all; 
    position: static; 
    transform: scale(1.2); 
}


#gemsTable td,
#gemsTable th {
    padding: 8px !important;
}


th.sortable {
    cursor: pointer;
}




/*.navCard {
    min-width: 170px;
    width Specifies the width of the content area, padding area or border area (depending on 'box-sizing') of certain boxes. Learn more Don't show : -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 35px;
    height: 85px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}*/

.navCard {
    box-shadow: 0 4px 15px 0px #a9a6a6 !important;
    cursor: pointer;
}



#myModal {
    overflow: hidden;
    background: none;
    box-shadow: none;
    max-width: 100vw;
    margin-left: 25px;
    border: none;
    width: 100vw;
    max-width: 100vw;
}

.grid_drgswap li {
    float: left;
    width: 170px;
    background: white;
    float: left;
    background-color: white;
    line-height: 85px;
    height: 85px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    font-family: "Montserrat Thin", "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
}


#dEntity {
    margin-left: -12px;
    /*position: absolute;
    top: 30px;
    padding-left: 30px;
    font-size: 2.2vw !important;
    color: #817e7e;
    z-index: 0;
    border: 2px solid #817e7e; 
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Ysabeau Infant', sans-serif;
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 64px;*/
    position: absolute;
    padding-left: 30px;
    /*font-size: 2.2vw !important;*/
    font-size: 2vw !important;
    color: #817e7e;
    z-index: 0;
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#filterRow {
    height: 40px; /* or any height you prefer */
}






#editModal {
    height: 80vh;
    border-radius:15px;
}