

/*.apex-charts text
{
    font-family: "Nunito", sans-serif !important;
    fill: #000000;
    font-weight: bold;
}*/

.button-transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.btn-hidden {
    display: none;
}

.myloadimg {
    left: 48%;
    top: 40%;
    width: 4%; 
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

.myloadoverlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    opacity: .50;
    display: block;
}

.myloadhidden {
    display: none;
}

table {
    /* AZ allow selecting text allowed now
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    */
}

