/* 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-family: Cambria, Georgia;
}
.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 {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
input#eltname {
    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: right;
}
.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;
}
/* . . . */
/* everywhere else */
* {
  font-family: 'Open Sans', sans-serif;
}

/*# sourceMappingURL=app.1240d933a7888da1ce04.css.map*/