.button-big {
  font-size: 17px;
  height: 44px;
  line-height: 42px;
  text-transform: none;
}
.ios .tabbar-labels .tab-link:not(.tab-link-active) .icon-ios-fill {
  display: none;
}
.ios .tabbar-labels .tab-link.tab-link-active .icon:not(.icon-ios-fill) {
  display: none;
}
.icon-indikator {
  background: url(../img/transdot.png) no-repeat center;
  background-size: cover;
}
.icon-indikator {
  width: 36px;
  height: 36px;
}

.icon-leggtil {
  background: url(../img/leggtil.png) no-repeat center;
  background-size: cover;
}
.icon-leggtil {
  width: 22px;
  height: 22px;
}

.icon-deleikon {
  background: url(../img/deleikon.png) no-repeat center;
  background-size: cover;
}
.icon-deleikon {
  width: 16px;
  height: 22px;
}

.icon-pp {
    background: url(../img/pp.png) no-repeat center;
    background-size: cover;
  }
.icon-pp {
    width: 36px;
    height: 36px;
  }
.icon-ppd {
    background: url(../img/pp.png) no-repeat center;
    background-size: cover;
  }
.icon-ppd {
    width: 46px;
    height: 46px;
  }
.icon-statistikk {
    background: url(../img/statistikk.png) no-repeat center;
    background-size: cover;
  }
.icon-statistikk {
    width: 36px;
    height: 36px;
  }
.icon-map {
    background: url(../img/map.png) no-repeat center;
    background-size: cover;
  }
.icon-map {
    width: 36px;
    height: 36px;
  }
  .pppicker_title {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    }
 .pppicker {
  font-family: 'Orbitron', sans-serif;
    background: url(../img/pickerbg.png) no-repeat center;
    background-size: cover;
  }
  .picker-center-highlight {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
 .pppicker_cols {
    font-size: 34px;
  }
/* .ios .picker-columns {
    font-size: 36px;
} */
.icon-fav {
    background: url(../img/fav.png) no-repeat center;
    background-size: cover;
  }
.icon-fav {
    width: 30px;
    height: 30px;
  }
.icon-andre {
    background: url(../img/andre.png) no-repeat center;
    background-size: cover;
  }
.icon-andre {
    width: 30px;
    height: 30px;
  }
  
.ios .button.color-orangered.button-fill, .ios .button.colorred-orange.button-fill-ios {
  background-color: #FF5A00; 
  font-weight: bold;
  }
.md .button.color-orangered.button-active, .md .button.color-orangered.button-fill, .md .button.color-orangered.button-fill-md, .md .button.color-orangered.tab-link-active {
  background-color: #FF5A00; 
  font-weight: bold;  
}
.ios .button.color-darkgreen.button-fill, .ios .button.color-darkgreen.button-fill-ios {
  background-color: #008C24;
}
.md .button.color-darkgreen.button-active, .md .button.color-darkgreen.button-fill, .md .button.color-darkgreen.button-fill-md, .md .button.color-darkgreen.tab-link-active {
  background-color: #008C24;    
}
.notifyclass {
  background: #FF5A00 !important;
  color: white !important;
  }

/* Your app styles here */
.ios .tabbar-labels .tab-link:not(.tab-link-active) .icon-ios-fill {
  display: none;
}
.ios .tabbar-labels .tab-link.tab-link-active .icon:not(.icon-ios-fill) {
  display: none;
}

input[type="text"], input[type="number"], input[type="tel"] {
  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: #003967;
  }

  .panelbackground {
    background: #003967;
  }

  .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;
  }

  .baatlinjeselect .item-after {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    display: none;
  }
  .baatlinje2select .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;
  }

  .baatlinjeselect {
    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;
  }
  .baatlinje2select {
    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;
  }

  .baatlinjeselect .item-content {
    padding-left: 6px;
    margin-top: -2px;
  }
  .baatlinje2select .item-content {
    padding-left: 6px;
    margin-top: -2px;
  }

  .list .item-link .varer:before, .list .item-link .baatlinjer: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: #dbeffe;
  background: -moz-linear-gradient(top, #dbeffe 0%,#003967 100%); 
  background: -webkit-linear-gradient(top, #dbeffe 0%,#003967 100%); 
  background: linear-gradient(to bottom, #dbeffe 0%,#003967 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;
}
