@media print {
    .hide-on-print {
        display: none !important;
    }
}
/* Master Styles */
h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}
h2, h3 {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
body {
  margin: 0;
//  margin: 2em;
}
body, input[text], button {
  color: #888;
  font-size: calc(8px + 8 * ((100vw - 400px) / 1200)) !important;
//  font-family: Cambria, Georgia;
}
table {
  font-size: calc(8px + 8 * ((100vw - 500px) / 1300)) !important;
}
.modal {
  width: 80%;
  height: 60%;
}
.modal .card {
  height: 85%;
}
.container .row {
  margin-bottom: 5px;
}
.tabs div.indicator {
  display: none;
}
.tabs a.active {
  color: #2196F3 !important;
  font-weight: bold;
}
.tabs .tab a {
    padding: 0 12px;
    font-size: 0.7em;
    font-size: 0.7vw;
}
.chips-initial {
    min-height: 75px;
    display: table;
    width: 100%;
}
.chips-initial > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.chips-initial, .chips-initial .chip {
    cursor: pointer;
}
.chips-initial input.input {
    display: none;
}
.chips .chip.active {
    color: #fff;
    background-color: #26a69a;
}
.chips-placeholder .input {
    width: 300px !important;
}
.chipname {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    margin: 0 0 20px 0;
    min-height: 45px;
    outline: none;
    transition: all .3s;
}
.chipname:hover {
    cursor: text;
}
input#eltname:focus, input#eltsort:focus, input#eltnotes:focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
input#eltname, input#eltsort, input#eltnotes {
    background: none;
    border-radius: 0;
    border: 0;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
}
/*
.chips.chips-placeholder {
    display: inline-block;
}
*/
.autocomplete-content {
    position: absolute;
}
.collapsible-body {
    padding-bottom: 0px;
}
.input-field {
    margin-top: 0 !important;
}
.card-title {
    font-size: 24px;
    font-weight: 300;
}
.compact {
    padding: 0 !important;
    margin: 0 !important;
}
.header {
    background-image: url(./assets/bannerbg.847935ec0804030e1abdbb56475d1a93.png);
    background-repeat: no-repeat;
    background-position: left;
}
.header .brand-logo {
    padding: 7px 0px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.icctitle {
    font-size: 1.5em;
    font-weight: bolder;
}
.card-title.title-text {
    font-weight: bolder;
    font-style: italic;
}
my-item-detail .input-field label:not(.label-icon).active, .switch.col > label {
    -webkit-transform: none;
    transform: none;
    color: black;
    font-size: 1em;
    top: 0.8rem;
}
my-item-detail .select-wrapper+label {
    -webkit-transform: none;
    transform: none;
    top: 0.8rem;
    color: black;
    font-size: 1em;
}
my-item-detail input:not([type]), my-item-detail input[type=text]:not(.browser-default), my-item-detail input[type=password]:not(.browser-default), my-item-detail input[type=email]:not(.browser-default), imy-item-detail nput[type=url]:not(.browser-default), my-item-detail input[type=time]:not(.browser-default), my-item-detail input[type=date]:not(.browser-default), my-item-detail input[type=datetime]:not(.browser-default), my-item-detail input[type=datetime-local]:not(.browser-default), my-item-detail input[type=tel]:not(.browser-default), my-item-detail input[type=number]:not(.browser-default), my-item-detail input[type=search]:not(.browser-default), my-item-detail textarea.materialize-textarea {
    margin: 0 0 20px 100px;
    width: calc(100% - 120px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background-color: #E8E8E8;
    padding-left: 15px;
    font-weight: bolder;
    font-size: 1.2em;
}
my-item-detail textarea {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background-color: #E8E8E8;
    padding-left: 15px;
    font-size: 1em;
/*    white-space: pre;	*/
}
my-item-detail .select-wrapper input.select-dropdown {
    margin: 0 0 20px 100px;
    width: calc(100% - 120px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background-color: #E8E8E8;
    padding-left: 15px;
    font-weight: bolder;
    font-size: 1.2em;
}
my-item-detail .dropdown-content {
    margin: 0 0 0 100px;
}
my-item-detail .select-wrapper span.caret {
    z-index: 1;
    margin-right: 20px;
}
my-menu-config.modal {
    top: 2% !important;
}
my-menus .select-wrapper input.select-dropdown {
    padding: 0 !important;
    margin: 0 !important;
}

.collection .collection-item {
    font-weight: bolder;
}

.border.row {
    border-bottom: 1px solid #d0d0d0;
}

nav.icc {
    width: initial;
    color: black;
    background-color: transparent;
    box-shadow: none;
    height: initial;
    line-height: initial;
}
nav.icc ul li ul li {
    float: none;
}
nav.icc ul a {
    color: black;
}
nav.icc i {
    font-size: initial;
}

.input-field textarea {
    margin-top: 3rem;
    height: 6rem;
}
.switch.col .switch label {
    margin-left: 100px;
}
.switch label .lever {
    top: -20px;
    margin: 0 10px;
}
.input-field.col .dropdown-content [type="checkbox"]+label {
    top: -10px;
}

.cc-impt {
    font-weight: bold;
}

.btn.btn-small {
    padding: 0 5px !important;
    height: 24px;
    line-height: 24px;
}

.large-text {
    font-size: large;
}

.larger-text {
    font-size: larger;
}

table.striped>tbody>tr:nth-child(odd)>td, 
table.striped>tbody>tr:nth-child(odd)>th {
    background-color: lightgray;
}
/*
@media only screen and (min-width: 360px) {
    .report-flow-text {
        font-size:0.6rem
    }
    i.report-flow-text {
        font-size:0.8rem
    }
}

@media only screen and (min-width: 390px) {
    .report-flow-text {
        font-size:0.624rem
    }
    i.report-flow-text {
        font-size:0.824rem
    }
}

@media only screen and (min-width: 420px) {
    .report-flow-text {
        font-size:0.648rem
    }
    i.report-flow-text {
        font-size:0.848rem
    }
}

@media only screen and (min-width: 450px) {
    .report-flow-text {
        font-size:0.672rem
    }
    i.report-flow-text {
        font-size:0.872rem
    }
}

@media only screen and (min-width: 480px) {
    .report-flow-text {
        font-size:0.696rem
    }
    i.report-flow-text {
        font-size:0.896rem
    }
}

@media only screen and (min-width: 510px) {
    .report-flow-text {
        font-size:0.72rem
    }
    i.report-flow-text {
        font-size:0.92rem
    }
}

@media only screen and (min-width: 540px) {
    .report-flow-text {
        font-size:0.744rem
    }
    i.report-flow-text {
        font-size:0.944rem
    }
}

@media only screen and (min-width: 570px) {
    .report-flow-text {
        font-size:0.768rem
    }
    i.report-flow-text {
        font-size:0.968rem
    }
}

@media only screen and (min-width: 600px) {
    .report-flow-text {
        font-size:0.792rem
    }
    i.report-flow-text {
        font-size:0.992rem
    }
}

@media only screen and (min-width: 630px) {
    .report-flow-text {
        font-size:0.816rem
    }
    i.report-flow-text {
        font-size:1.016rem
    }
}

@media only screen and (min-width: 660px) {
    .report-flow-text {
        font-size:0.84rem
    }
    i.report-flow-text {
        font-size:1.04rem
    }
}

@media only screen and (min-width: 690px) {
    .report-flow-text {
        font-size:0.864rem
    }
    i.report-flow-text {
        font-size:1.064rem
    }
}

@media only screen and (min-width: 720px) {
    .report-flow-text {
        font-size:0.888rem
    }
    i.report-flow-text {
        font-size:1.088rem
    }
}

@media only screen and (min-width: 750px) {
    .report-flow-text {
        font-size:0.912rem
    }
    i.report-flow-text {
        font-size:1.112rem
    }
}

@media only screen and (min-width: 780px) {
    .report-flow-text {
        font-size:0.936rem
    }
    i.report-flow-text {
        font-size:1.136rem
    }
}

@media only screen and (min-width: 810px) {
    .report-flow-text {
        font-size:0.96rem
    }
    i.report-flow-text {
        font-size:1.16rem
    }
}

@media only screen and (min-width: 840px) {
    .report-flow-text {
        font-size:0.984rem
    }
    i.report-flow-text {
        font-size:1.184rem
    }
}

@media only screen and (min-width: 870px) {
    .report-flow-text {
        font-size:1.008rem
    }
    i.report-flow-text {
        font-size:1.208rem
    }
}

@media only screen and (min-width: 900px) {
    .report-flow-text {
        font-size:1.032rem
    }
    i.report-flow-text {
        font-size:1.232rem
    }
}

@media only screen and (min-width: 930px) {
    .report-flow-text {
        font-size:1.056rem
    }
    i.report-flow-text {
        font-size:1.256rem
    }
}

@media only screen and (min-width: 960px) {
    .report-flow-text {
        font-size:1.08rem
    }
    i.report-flow-text {
        font-size:1.28rem
    }
}

@media only screen and (max-width: 360px) {
    .report-flow-text {
        font-size:0.6rem
    }
    i.report-flow-text {
        font-size:0.8rem
    }
}
*/
/* . . . */
/* everywhere else */
* {
  font-family: 'Open Sans', sans-serif;
}

/*# sourceMappingURL=app.baa46c62a7cd1e5d7ada.css.map*/