	body{
		font-family: "Trebuchet MS", sans-serif;
		margin: 30pt;
	}
        table { border: none; border-collapse: collapse; }
        table td { border-left: 1px solid #ddd; }
        table td:first-child { border-left: none; }

        a { text-decoration: none; color: rgb(40,40,40); //* font-weight: 550; */ }
        /* .a2 { text-decoration: underline; font-weight: bold; color: rgb(0,0,0); } */
        /* .a2 { text-decoration: underline; border-width: 1px; border-color: #00f; font-weight: bold; color: rgb(0,0,220); } */
        .a2 { text-decoration: underline; border-width: 1px; border-color: #00f; font-weight: bold; color: rgb(0,0,255); }
        /* .a2 { border-bottom: 2px solid #666; font-weight: bold; color: rgb(40,40,40); } */
        /* .a2 { border-width: 1px; border-color: rgb(160,160,255); } */

        /* outline är när man markerar med keyb/tab */
        /* a:focus { outline: thin dotted; } */
        a:focus { outline: none;/*thin solid;*/ }
        /* button:focus { outline: thin dotted; } */
        button:focus { outline: none;/*thin solid;*/ }
        input:focus { outline: none/*thin solid;*/ }
        

#stores td {
    text-align:center;
    padding: 5pt;
}
/* #stores td:first-child { */
/*     width: 20%; */
/*     color: green; */
/*     background: lime; */
/*     background-color: green; */
/*     text-color: green; */
/*     font-color: green; */
/* } */
#stores {
    border-spacing: 0px;
    border-collapse: separate;
}

#stores table {
    table-layout: fixed;
}

#create_shopping_list_tbl td, #shopping_list_tbl td {
    padding: 1pt 6pt 1pt 6pt; /* top right bottom left */
}
        
.rotate180 {
  color: green;
  /* //writing-mode:vertical-rl; */
  display:inline-block;
  transform: rotate(180deg);
  /* //transform-origin: 0 0; */
  /* //position: absolute; */
  /* //top: 0; */
  /* //left: 0; */
}
        

button {
    cursor: pointer;
}

.no-dialog-close-bt .ui-dialog-titlebar-close {
    display: none;
}

.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; color: white; }
.selectable { /* list-style-type: none; */
              margin: 0; padding: 0; /* width: 100%; */ }
.selectable li { margin: 3px; padding: 0.4em; /*font-size: 1.4em;*/ /* height: 18px; */ }

.container {
  display: flex;
  height: 100%;
}
.left, .right {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  /* margin: 20px; */
  vertical-align: top;
}

.left {
  background-color: #f2f2f2;
}

.right {
  background-color: #e6e6e6;
}

.zip_input {
  display: block;
  margin: 2em auto;
  border: none;
  padding: 0;
  width: 7.5ch;
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/7ch 2px no-repeat;
  font: 5ch droid sans mono, consolas, monospace;
  font-size: 2em;
  letter-spacing: 0.5ch;
  zoom: 2;
}
.zip_input:focus {
  outline: none;
  color: dodgerblue;
}

/* sätt i js istället */
#kws_div {
    width:1200px;
}

/* testa att fixa font-storlek på olika devices */

/* C:SS_ONLY_ON_SERVER START */

unicode {
    font-family: "Droid Sans", sans-serif;
}
one_row {
    white-space:nowrap;overflow:hidden;
}
button {
    white-space:nowrap;overflow:hidden;
    font-family: "Droid Sans", sans-serif;
}


body, input[type="number"], .filter_input {
    /* background-color: lightblue; */
    font-size: 4rem;
}
.filter_input {
    font-size: 4rem;
}
input {
    /* background-color: lightblue; */
    font-size: 2rem;
}
.zip_startup { font-size:3rem; }/* och VARFÖR har den här en annan storlek??? */
.zip_startup_textinput { font-size:4rem; }
.device_zoom { zoom: 2.5; }
.device_zoom2 { zoom: 3.5; }
.device_zoom3 { zoom: 2.5; }
.device_zoom4 { zoom: 1.5; }
.custom_kws_select {font-size:5rem}
.custom_kws_option {font-size:1rem}
.custom_kws_input {font-size:5rem}

.stats_filter_select {font-size:5rem}
.stats_filter_option {font-size:1rem; color: #0a0;}

.note_textarea { font-size: 3.5rem; }

@media screen and (min-width: 600px) {
  body, input[type="number"], .filter_input {
    /* background-color: lightgreen; */
    font-size: 1.5rem;
  }
  input {
    /* background-color: lightgreen; */
    font-size: 1rem;
  }
  .zip_startup { font-size:2.75rem; }/* och VARFÖR har den här en annan storlek??? */
  .zip_startup_textinput { font-size:3.75rem; }
  .device_zoom { zoom: 1.5; }
  .device_zoom2 { zoom: 2.25; }
  .device_zoom3 { zoom: 1.5; }
  .device_zoom4 { zoom: 1.25; }
  .stats_filter_select {font-size:2.5rem}
  .stats_filter_option {font-size:1rem; color: #0a0;}
  /* .note_textarea { zoom: 5; } */
}

@media screen and (min-width: 1201px) {
  body, input[type="number"], .filter_input {
    /* background-color: #e3e3e3; */
    font-size: 1rem;
  }
  input {
    /* background-color: #e3e3e3; */
    font-size: 1rem;
  }
  .zip_startup { font-size:1.5rem; }/* och VARFÖR har den här en annan storlek??? */
  .zip_startup_textinput { font-size:2.5rem; }
  .device_zoom { zoom: 1; }
  .device_zoom2 { zoom: 1; }
  .device_zoom3 { zoom: .6; }
  .device_zoom4 { zoom: .5; }

  .stats_filter_select {font-size:1rem}
  .stats_filter_option {font-size:1rem; color: #0a0;}

  /* .note_textarea { zoom: 5; } */
}

/* mobiler i landscape - från https://stackoverflow.com/questions/17443118/media-queries-for-smartphone-portrait-landscape-and-desktop */
@media only screen and (max-height: 560px) and (orientation: landscape) {
    body, input[type="number"], .filter_input {
        /* background-color: #e3e3e3; */
        font-size: 4rem;
    }
    input {
        /* background-color: #e3e3e3; */
        font-size: 3rem;
    }
    .zip_startup { font-size:3rem; }/* och VARFÖR har den här en annan storlek??? */
    .zip_startup_textinput { font-size:4rem; }
    .device_zoom { zoom: 2.5; }
    .device_zoom2 { zoom: 3.5; }
    .device_zoom3 { zoom: 2.5; }
    .device_zoom4 { zoom: 1.5; }
    .custom_kws_select {font-size:5rem}
    .custom_kws_option {font-size:1rem}
    .custom_kws_input {font-size:5rem}

    .stats_filter_select {font-size:5rem}
    .stats_filter_option {font-size:1rem; color: #0a0;}

    .note_textarea { font-size: 3.5rem; }
}

/* C:SS_ONLY_ON_SERVER END */

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    /* background: lime; */
    background: white;
    z-index: 10;
}

.span_div { /* som span fast div.. behövs för att inte sabba hierarkin buggmässigt med spans */
    display:inline-block;
}

.span_div2 {
    display:inline;
}
          .material-symbols-outlined {
              font-variation-settings:
                  'FILL' 0,
                  'wght' 400,
                  'GRAD' 0,
                  'opsz' 24
          }

     
        #fullscreenWhite {
            /* display: none; */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 50;
            background-color: rgba(255, 255, 255, 1.0);
            justify-content: center;
            align-items: center;
            opacity: 1;
            -webkit-transition: opacity 2000ms linear;
            transition: opacity 2000ms linear;
        }
        #fullscreenImage {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 50;
            background-color: rgba(255, 255, 255, 1.0);
            justify-content: center;
            align-items: center;
            opacity: 0;
            -webkit-transition: opacity 1000ms linear;
            transition: opacity 1000ms linear;
        }
        #fullscreenImage img {
            /* max-width: 100%; */
            /* max-height: 100%; */
            width:auto;
            height:100%;
        }

