input[type="text"], input[type="number"] {
  width: 100%;
  border: 1px solid grey;
  font-size: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 2px 4px 2px;
  height: 42px;
}

.list input[type="text"] {
  width: 100%;
  border: 1px solid grey;
  font-size: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 2px 4px 2px;
  height: 42px;
}

@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
         url("../fonts/Framework7Icons-Regular.woff") format("woff"),
         url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
  }
  
  .f7-icons, .framework7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
  }

  .green-40 {
    font-size: 40px;
    color: green;
  }
  .red-40 {
    font-size: 40px;
    color: red;
  }
  .blue-40 {
    font-size: 40px;
    color: #2196f3;
    margin-left: 4px;
    margin-top: 3px;
  }
  .black-40 {
    font-size: 40px;
    color: black;
  }

  .hlitem {
    transition: all 0.4s ease-in-out;
  }
  .remove-item {
    /* transform: translate3d(-100%, 0px, 0px); */
    height: 0;
  }
  .fjernlinje {
    display: none;
  }
  .remove-item-red {
    background-color: #FF6666;
  }
  .editpanel {
    background: #b4b0cd;
  }

  .panelbackground {
    background: #b4b0cd;
  }

  .smart-select .item-after {
    color: black;
    font-weight: bold;
  }

  .vareselect .item-after {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    display: none;
  }

  .varelinjeselect .item-after {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    display: none;
  }

  .vareselect {
    background-color: lightgray;
    /* margin-left: 15px;
    margin-right: 15px; */
    border: 1px solid grey;
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .varelinjeselect {
    background-color: lightgray;
    /* margin-left: 15px;
    margin-right: 15px; */
    border: 1px solid grey;
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .vareselect .item-content {
    padding-left: 6px;
    margin-top: -2px;
  }

  .varelinjeselect .item-content {
    padding-left: 6px;
    margin-top: -2px;
  }

  .list .item-link .varer:before, .list .item-link .varelinjer:before {
    font-family: 'framework7-core-icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    font-size: var(--f7-list-chevron-icon-font-size);
    line-height: 16px;
    color: black;
    pointer-events: none;
    right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
    content: var(--f7-accordion-chevron-icon-down);
  }

  .ios {
    --f7-list-margin-vertical: 0px;
    --f7-list-item-media-margin: 10px;
  }

  li.item-divider2,
.item-divider2 {
  margin-top: -1px;
  height: 30px;
  color: var(--f7-list-item-divider-text-color);
  font-size: var(--f7-list-item-divider-font-size);
  font-weight: var(--f7-list-item-divider-font-weight);
  background-color: #EFEFF4;
  line-height: var(--f7-list-item-divider-line-height);
}

:root {
  --f7-list-item-padding-horizontal: 10px;
  --f7-grid-gap: 10px;
  --f7-grid-row-gap: 10px;
  --f7-sheet-height: 320px;
}

li.list-group-title,
.list li.list-group-title {
  font-size: 16px;
  /* font-weight: bold; */
  color: black;
}

.hidden {
  visibility: hidden;
}

.gradient {
  background: #EFEFF4;
  background: -moz-linear-gradient(top, #EFEFF4 0%,#564C9A 100%); 
  background: -webkit-linear-gradient(top, #EFEFF4 0%,#564C9A 100%); 
  background: linear-gradient(to bottom, #EFEFF4 0%,#564C9A 100%);
}

.roundtop {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.skjulPost {
  color: lightgray;
}

.card-content{
  font-size: 17px;
}


.popover-inner::-webkit-scrollbar-thumb {
  border: 24px solid rgba(0,0,0,0.3);
  border-radius: 4px;
}
.popover-inner::-webkit-scrollbar {
  width: 7px;
}
