/* Custom Stylesheet */ /** * Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */ .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } /**** Custom styles for Range ****/ .noUi-tooltip span { opacity: 1; } .noUi-target.noUi-horizontal .noUi-tooltip { transform: scale(1) rotate(-45deg) translate(0px, 4px); } h4 { font-size: 1.8rem; } label { font-size: 1.2rem; } .input-field > label { font-size: 1.2rem; } .table-wrapper { overflow-x: scroll; overflow-y: scroll; height: 600px; border: #555555; } .table-wrapper thead th { position: sticky; top: 0; } .table-wrapper thead th{ cursor: pointer; } .tr-link { cursor: pointer; } table { table-layout: auto; } th { max-width: 300px; padding: 10px 0 10px; background-color: #cccccc; text-align: center; border-left-radius: 2px; border-right: solid 1px #bbbbbb; border-left: solid 1px #bbbbbb; } td { max-width: 300px; padding: 10px 0 10px; text-align: center; border-right: solid 1px #bbbbbb; border-left: solid 1px #bbbbbb; } .validation-error { display: block; color: #F44336; position: relative; min-height: 18px; font-size: 1.1rem; } @media only screen and (min-width: 993px) { .container { width: 60%; } } .input-field .helper-text { font-size: 1.1rem; } .input-field > label:not(.label-icon).active { -webkit-transform: translateY(-14px); transform: translateY(-14px); } .file-field .file-path-wrapper { height: 75px; } #advanced-tree-expand { color: rgba(0, 0, 0, 0.87); } .wider-container { width: 80%; }