input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0 !important; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield !important; /* Firefox */
}

/*!* fixed header *!*/
/*.tableFixHead          { overflow: auto; min-height: 600px; }*/
/*.tableFixHead thead th { position: sticky; top: 0; z-index: 1;background: white;border-top: 0 solid black; }*/
/*table  { border-collapse: collapse; width: 100%; }*/
/*th, td { padding: 8px 16px; }*/
/*th     { background:white; }*/


.errorClass {
    border-style: solid;
    border-color: red;
}

/* sankey-link {
    fill-opacity: 0.1 !important;
} */

.btnSaveDataInput{
    float:right;
    margin-right:20%;
}



/* .node-label{
    text-shadow: none !important;
    font-weight: bold !important;
    font-size: 1em !important;
  }   */

