/* 
    Created on : 2018-okt-18, 11:41:16
    Author     : Maximiliam Andersen
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    line-height: 1;
    width:100%;
    margin: 0;
    padding: 0;
    background-attachment:fixed;
    background-image: linear-gradient(-90deg, #03487d, #336699);
    color:#ffffff;
    margin-top:56px;
}

.navbar-wrapper {
    margin: 56px auto 0;
}

.navbar {
    overflow: hidden;
    height:56px;
    background-color: #3f76a5;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index:999;
}

.navcon{
    height: 56px;
    position: relative;
}

.navtext, .navdots {
    font-size:19px;
    font-weight:500;
    left:12px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.navtext a {
    color:#fff;
}

.navtext a:hover, .navtext a:visited {
    cursor:pointer;
    color:#fff;
}

.navdots {
    right:10px;
    left:unset;
    font-size:24px;
    opacity:0.8;
}

.navdots:after {
    content: '\2807';
}

.navdots:hover {
    cursor:pointer;
}

#navmenu {
    display:none;
    width: 200px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #333;
    overflow-x: hidden;
    margin:5px;
    padding:0;
}

#navmenu a {
    padding:12px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

#navmenu a:hover {
    background-color:#444;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

body.mobile {
    max-width:480px;
}

.float-wrap {
    width:100%;
}

.float-1 {
    float:left;
}

.float-1 {
    margin-top:-56px;
    width:100%;
}

.superblock {
    display:inline-block;
    float:left;
    padding:2px 10px;
    vertical-align:top;
    width:100%;
    max-width:100%;
}

.endblock {
    padding-left:10px;
    padding-right:10px;
}

@media screen and (max-width: 680px) {
    .desktop {
        display: none !important;
    }
}

@media screen and (min-width: 681px) {
.superblock {
    width:480px;
    max-width:480px;
}
    .endblock {
    max-width:480px;
}
}

body #parki {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    line-height: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(
            -90deg
            , #FFFFFF, #FFFFFF);
    color: #ffffff;
    margin-top: 56px;
}

body.rut {
    color:#fff;
    width:100%;
}

body.rut ul {
    width:100%;
}

body.rut ul li {
    width:50%;
    float: left;
    padding:25px;
    border:0.5px #346699 solid;
}

body.rut ul li a, body.rut ul li a:visited, body.rut ul li a:hover, body.rut ul li a:active{
    color: #ffffff;
    text-decoration:none;
}

body.rut ul li:nth-last-child(2), body.rut ul li:last-child {
    border-bottom:1px #346699 solid;
}

body.rut ul li:hover {
    opacity:0.5;
    cursor:pointer;
}

.rutname {
    text-transform: uppercase;
    padding-top:7px;
    white-space: nowrap;
    text-align:center;
    letter-spacing: 0.05em;
    font-size:14px;
}

.skanner, .kassa, .import, .prislapp, .produkt, .sok, .leverans, .verktyg, .inkop, .lagerflytt, .manual, .arbetslista {
    width:40px;
    height:40px;
    margin:auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.arbetslista {
    background-image: url(/img/arbetslista.svg),linear-gradient(transparent,transparent);
}

.manual {
    background-image: url(/img/manual.svg),linear-gradient(transparent,transparent);
}

.verktyg {
    background-image: url(/img/verktyg.svg),linear-gradient(transparent,transparent);
}

.leverans {
    background-image: url(/img/truck.svg),linear-gradient(transparent,transparent);
}

.skanner {
    background-image: url(/img/skanner.svg),linear-gradient(transparent,transparent);
}

.kassa {
    background-image: url(/img/kassa.svg),linear-gradient(transparent,transparent);
}

.inkop {
    background-image: url(/img/inkop.svg),linear-gradient(transparent,transparent);
}

.lagerflytt {
    background-image: url(/img/lagerflytt.svg),linear-gradient(transparent,transparent);
}

.import {
    background-image: url(/img/import.svg),linear-gradient(transparent,transparent);
}

.prislapp {
    background-image: url(/img/prislapp.svg),linear-gradient(transparent,transparent);
}

.produkt {
    background-image: url(/img/produkt.svg),linear-gradient(transparent,transparent);
}

.sok {
    background-image: url(/img/sok.svg),linear-gradient(transparent,transparent);
}

a, a:visited, a:hover, a:active{
    color: #6bb5ff;
    text-decoration:none;
}

.btit {
    text-transform: uppercase;
    padding-top:30px;
    margin-left:15px;
    font-size:25px;
    /*font-weight:700;*/
}

body, input, button, select, textarea {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

input, select, button, textarea {
    width: 100%;
    max-width:100%;
    padding:8px;
    box-sizing:border-box;
}

.ordbox select, .ordbox input {
    width:calc(100% - 5px);
    border: 1px solid #bebebe;
}

.ordbox input {
    margin:3px 0 0 0;
}

#levadress input {
    width: 100%;
}

select {
    /*padding-bottom:11px;*/
}

/*input#markning {
    margin:3px 0 0 0;
    border: 1px solid #dae0e3;
    border-radius: 3px;
}*/

.pmiss {
    background-color: #ffe6e6;
}

#ulcontainer {
    max-width: 100%;
    position: relative;
    top:0;
}

ul#kundResultat, ul[class^="prodResultat"] {
    display:none;
    position:absolute;
    background-color:#fff;
    color: #282828;
    z-index:999;
    left: 1px;
    right: 0;
    max-height: 200px;
    overflow:auto;
    /*border:1px solid #e6ecf0;*/
}

ul[class^="prodResultat"] {
    right: 1px;
}

#kundResultat {
    list-style-type: none;
    padding: 0 0;
}

#kundResultat li:last-child, ul[class^="prodResultat"] li:last-child {
    border-bottom:1px solid #e6ecf0;
}

#kundResultat li:first-child{
    border-top:1px solid #e6ecf0;
}

#kundResultat li, [class^="prodResultat"] li{
    cursor: pointer;
    padding: 8px 10px;
    font-size:13px;
    z-index:999;
    text-align:left;
}

#kundResultat li:hover, .selitem{
    background-color:#1e90ff;
    color:#fff;
}

#kundResultat li#noresults{
    cursor:default;
}

.flexbox {
    display:flex !important;
    justify-content: space-between;
}

.spacer {
    margin:4px 0;
}

.three {
    width: 32%;
}

.threebig {
    width: 40%;
}

.threesmall {
    width: 16%;
}

.two, .fifty {
    width: 49%;
}

.two button {
    width:100%;
}

#NormalLocation, #ProductNo, #text1, #text2, #impb, #impa {
    width: 100%;
}

#skapa, #bytnamn, #spcsimport {
    margin-top:10px;
    color: #c9321a;
    font-weight:700;
}

#skapa:hover, #bytnamn:hover, #spcsimport:hover {
color:#de533e;
    cursor:pointer;
}


/*.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}*/

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#spinner {
    position: relative;
}

.lds-ring {
  display: none;
  position: absolute;
  left:42%;
  width: 32px;
  height: 32px;
  padding-top:15px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.3);
    z-index:9999;
}

#loading div {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-top: -60px;
    margin-left: -65px;
    border: 8px solid;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1), #loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2), #loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3), #loading div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#descr {
    font-size:12px;
    font-weight:400;
}

.rowinf {
    font-size:14px;
    text-transform:uppercase;
}

#snamn {
    font-size:22px;
    font-weight:700;
    text-align:center;
}

.btext, .btext1, .btext2, .btext3 {
    display: inline-block;
    margin:5px 0 2px 0;
}

/*.btext2 {
    font-size: 18px;
    font-weight:500;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
}*/

.version {
    font-size: 16px;
    display: block;
    font-weight:700;
    text-transform: uppercase;
    padding-bottom:10px;
}

.version:hover {
cursor:pointer;
}

.vtext {
    display:block;
    font-size:14px;
    padding: 20px 0;
    font-weight:400;
    line-height:1.2;
    text-transform: none;
}

ul.vtext li {
    margin: 5px 15px;
    list-style-type: disc;
}

.vnum {
    display:block;
    font-size:16px;
    padding-top: 20px;
    font-weight:700;
    text-transform: uppercase;
    text-decoration: underline;
}

/*#displayarea {
    font-size: 14px;
    width:calc(100% - 37px);
    margin: 5px 17px 17px 17px;
    background-color:#fff;
    display:none;
}

#displaydata {
    padding: 15px 15px;
    color:#333;
}*/

form, .contentv {
    /* padding:2px 10px; */
    z-index:999;
}

form#stockcount, form#scanner, #historik {
    padding:8px 17px;
}

#historik {
    padding-top:0;
    font-size:14px;
    color:#7cb0c1;
}

.block, .ablock {
    display:block;
    width:100%;
    box-sizing:border-box;
}

.ablock a {
    font-size:16px;
    margin: 5px 0;
    display:block;
}

form#lista input[type="file"], .exfil {
    padding:0;
    margin:5px 0;
}

form#lista input, form#lista select, #listamsg {
    margin:5px 0;
    display:block;
    width:300px;
}

#listamsg, #log {
    margin:5px 10px;
}

.ablock a:hover {
    text-decoration: underline;
}

button {
    display:inline-block;
    width: calc(50% - 10px);
    margin-top:15px;
    border:0;
    margin-right:5px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
    text-shadow: none;
    background-color:#3f98dd;
    border-radius: 2px;
    color:#fff;
    cursor:pointer;
    transition: all 0.25s ease;
    padding-top:10px;
    letter-spacing: 0.05em;
}

button:hover {
    background: #41a4f2;
}
button:active {
    background-color:#3a7bbc;
}

button#nyorder:active {
    letter-spacing: 0.8px;
}

.onclic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px !important;
    background-color:transparent;
    border-color: #bbbbbb;
    border-width: 5px;
    border-radius: 50%;
    font-size: 0;
    border-left-color: #47bac1;
    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;

}
.onclic:after {
    content: "";
}
.onclic:hover {
    color: #47bac1;
    background: white;
}

.validate, .notvalidated  {
    font-size: 14px;
    color: white;
}

.validate {
    background: #47bac1;
}

.notvalidated {
    background: #d33651;
}

.validate:after {
    content: "\f00c";
}

.notvalidated:after {
    content: "\f00d";
}

.notvalidated:hover {
    background: #d33651 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.levbutt {
    padding:10px;
}

.levbutt button {
    display:block;
    height:50px;
    width:100%;
    margin-right:0;
}

.levbutt button a {
    color:#fff !important;
}

input[type="checkbox"] {
    width: 12px;
    height: 12px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.utskrift, .showonpage {
    margin-top:20px;
    line-height:1;
    font-size:13px;
    text-transform: uppercase;
}

.utskrift input[type="checkbox"], .showonpage input[type="checkbox"] {
    width: 14px;
    height: 14px;
    bottom:1px;
}

.utskrift label, .showonpage label  {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

#outer
{
    display:inline-block;
    position: relative;
    width:100%;
}

.boxblock {
    /*order-radius:5px;*/
    margin:15px 0;
}

.padding15 {
    padding:15px;
}

#work {
    background-color:#eaeaea;
    padding:20px 40px;
    border-top:1px solid #eeeff3;
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
}

#worksnabb {
    background-color:#eaeaea;
    padding:5px 5px;
    border-top:1px solid #eeeff3;
}

#work, .c1, .c2, .c3, #lagerflyttinfo {
    color:#5b6471;
}

#lagerflyttinfo {
    font-size:16px;
}

#lagerflyttinfo span {
    font-weight:700;
}

.c1 {
    vertical-align: top;
    display:inline-block;
    padding:10px;
    margin:5px;
    border:1px solid #e6ecf0;
    border-radius: 5px;
}

.c2 {
    text-transform: uppercase;
    display:inline-block;
    position:relative;
    top:-20px;
    left: 6px;
    font-size:12px;
    padding:0 4px;
    background-color:#fff;
}

.c3 {
    margin-top:-15px;
    display:block;
    padding:10px;
    font-size:14px;
    font-weight:700;
}

ul#bmenu {
    padding: 20px 0 0 15px;
    list-style-type: none;
    font-weight:700;
    text-transform:uppercase;
    color:#909398;
    background-color: #fff;
    /*border-top-right-radius: 5px;
    border-top-left-radius: 5px;*/
}

ul#bmenu li {
    display:inline-block;
    letter-spacing: .05em;
    margin-left:30px;
    padding-bottom:5px;
    border-bottom:4px solid #fff;
    /*font-size:14px;*/
}

ul#bmenu li:hover, ul#bmenu li.active {
    color: #4e515e;
    cursor:pointer;
    transition: .5s;
}

ul#bmenu li.active {
    border-bottom:4px solid #15a4fa;
}

ul#bmenu li:first-child {
    margin-left:0;
}

td.spadd {
    padding:0 20px 0 20px !important;
}

td.spaddbot {
    padding:0 20px 20px 20px !important;
}

.spadd input, .spaddbot input {
    margin:0;
}

#levadress1, #levkod, #levort {
    border-color: #bebebe;
}

table#levadress td input#levkod {
    width:66px;
}

table#levadress td input#levort {
    width:calc(100% - 66px);
}

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

.ordbox {
    display:inline-table;
    margin-top:25px;
    width:calc(20% - 24px);
    min-width:225px;
    margin-right:15px;
    /* border: 1px solid #e1e1e1; */
    border-collapse: collapse;
    border-color: #e1e1e1;
}

.ordbox tr td {
    padding: 0px 15px 20px 20px;
}

.ordbox tr:first-child td {
    padding: 20px 15px 20px 20px;
}

/*td.tdbot {
    padding: 0 20px 20px 20px !important;
}*/

/*.levtitle, .reftitle, .marktitle, .saljaretitle, .levstitle {
    font-size:14px;
    font-weight:700;
    text-align:left;
    margin-bottom:15px;
}*/

.ktitle {
    text-transform: uppercase;
    font-size:14px;
    /*font-weight:700;*/
    text-align:left;
    margin-bottom:5px;
}

#refedit, #levedit {
    color: #5b6471;
}

#totalwrapper {
    /*width:200px;*/
    margin-left:auto;
}

.lagerselect {
    margin: 0 0;
    border-radius: 0;
    border:0;
}

.plusminus {
    position:absolute;top:50%;
    transform: translateY(-50%);
    right:2px;
}

.plusminus a {
    display:block;
    color:#5b6471;
    text-decoration: none;
}

.thspin {
    position:relative;
}

table#order {
    position: relative;
    width:95.5%;
    margin:15px 0 15px 5px;
    z-index:1;
}

table#order th {
    text-transform: uppercase;
    font-size:14px;
    /*font-weight:700;*/
    padding-bottom:5px;
    text-align:left;
}

table#order td input {
    margin:0;
    border-radius:0;
    border:none;
}

table#order td {
    border-collapse:collapse;
    border-color: #bebebe;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 3px;
    padding:0;
}

table#order tr#lasttr td input, table#order tr#lasttr td.tltd, table#order tr#lasttr td.lagertd {
    background-color: #fff;
}

table#order .artikel {
    width:200px;
}

table#order .lager {
    width:80px;
}

table#order .Inf8h {
    width:60px;
    text-align:center;
}

table#order .Inf8 {
    width:60px !important;
    background-color:#f5f5f5;
    text-align:center;
}

table#order .tl {
    width:80px;
}

table#order .tltd {
    /* background-color: #fff; */
    background-color:#f5f5f5;
    font-size: 14px;
    text-align:center;
}

table#order .enhet, .tdUName {
    width:40px;
    text-align:center;
}

table#order .supname, table#order .lever {
    width:160px;
}

table#order .UName{
    text-align:center;
}

table#order .antal {
    width:60px;
    text-align:center;
}

table#order .inpris {
    width:100px;
    text-align:center;
}

table#order .pris {
    width:100px;
    text-align:center;
}

table#order .rabatt {
    width:45px;
    text-align:center;
}

table#order .tg {
    width:7%;
    text-align:center;
}

table#order .belopp {
    width:100px;
}

table#order td.rrow, td.rrowfirst {
    position:absolute;
    height:13px;
    margin-left:15px;
    border:none;
}

table#order td.lrow {
    position:absolute;
    height:13px;
    margin-left:-40px;
    border:none;
}

.funky {
    position: relative;
    top: 60%;
}

.orderb, #totalttext {
    width:100%;
    /*min-width:200px;*/
}

input[type="text"]:disabled {
    background: #f5f5f5;
}

#totalttext, #momstext, #summatext, #avrtext {
    text-align:left;
    display:block;
    font-weight:400;
}

#totalttext {
    text-transform: uppercase;
    padding-top:9px;
    margin-top:9px;
    border-top:1px #000 solid;
    font-size:17px;
}

#momstext, #summatext, #avrtext {
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 0;
}

#moms, #summa, #avr, #totalt {
    display:inline-block;
    font-weight:700;
    float:right;
}

.ftext {
    display:inline-block;
    font-size:12px;
    font-weight:300;
    margin-left:5px;
}

.fright {
    margin-bottom:1px;
    float:right;
}

.aca {
    background-color: #1e90ff;
    color: #fff !important;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

/*ul[class^="prodResultat"] {
    display:none;
    position:absolute;
    background-color:#fff;
    z-index:999;
    left: 0;
    right: 0;
    font-size:14px;
    max-height: 200px;
    overflow:auto;
}*/

[class^="prodResultat"] li{
    cursor: pointer;
    padding: 8px 10px;
    text-align:left;
    color:#333;
}

#orderSok, #artSok, #lSok {
    outline: none;
    background-color: #adceef;
    border:0;
}

.oNo {
    width: 10%;
}

.oName {
    width: 90%;
}

.greenbar {
    border-top: 8px solid #4b7c32;
}

.text {
    font-weight: 700;
}

.finish-input {
    display:inline-block;
    margin: 0;
    height:auto;
    padding: 0;
    border:0;
    font-size:16px;
    outline: none;
    background-color:transparent;
}

#resultat, #lagersaldo {
     margin:-1px 0 0 0;
     z-index:999;
     background-color: #fff;
     color:#000;
     overflow:hidden;
}

.searchlev {
    display:block;
    width: 100%;
    position:fixed;
    margin-top: 56px;
    top:0;
}

.search-wrapper {
    margin: 88px auto 0;
}

#orderWrapper, #saldoWrapper {
    display:block;
    max-width:480px;
}

#kassawrap {
    margin-top: 56px;
}

#orderinfo, #prodinfo {
    margin-bottom: 1px;
}

#orderinfo td, table#tart td  {
    padding:5px 5px;
}

#prodinfo td  {
    padding:5px 5px;
}

tr.topl {
    border-top: 2px;
}

.top_row {
    display: table;
    width: 100%;
}

.top_row > div {
    display: table-cell;
}

.klar {
    background-color: #c1f5ce !important;
}

.ejklar {
    background-color: #ffdede !important;
}

.fsedelejklar, #friallt, #frialltsure, #plockalltsure {
    background-color: rgb(235,235,228);
    color: #5a5a5a;
}

.fsedelejklar:hover, #friallt:hover, #frialltsure:hover, #plockalltsure:hover {
    background-color: #d4d4d4;
}

.levklar {
    background-color: #ebc1f5 !important;
}

.frakt {
    background-color: #ffeecf !important;
}

#resultat td, #resultat th, #lagersaldo td, #lagersaldo th {
    padding:10px 5px;
}

#resultat th, #orderSok, #artSok, #lagersaldo th {
    padding:8px 5px;
}

#resultat thead tr th, #lagersaldo thead tr th {
    border: 1px solid #ccc;
}

#resultat tbody tr.active td  {
    padding: 9px 5px;
}

#resultat thead, #lagersaldo thead {
    border:1px solid #ccc;
    text-align:left;
    color:#0974b3;
    background-color:#fff;
}

/*#resultat > tbody > tr:nth-child(odd) {
    background-color:#f3f3f3;
}*/

#resultat > tbody > tr, #lagersaldo > tbody > tr {
    border-bottom: 1px solid #ccc;
}

.textdesc {
    /*background-color: #d6e4ff !important;
    color:#fff;
    font-weight:700;*/
    line-height:18px !important;
    min-height:18px;
}

table#tart .tdn {
width:100px;
}

.smdesc {
    display: block;
    margin-top:2px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 230px;
}

.artsize {
    width:50%;
}

.locsize {
    width:25%;
    text-align:center;
}

.nofinsize {
    width:25%;
    text-align:right;
}

#resultat tbody tr.clickable:hover, #resultat tr.artikel:hover, #resultat tr.frakt:hover {
    background-color: #ccc;
    cursor:pointer;
}

#resultat tbody tr.clickable.active:hover {
    background-color:#e8f6ff;
}

form#finish {
    padding:0;
}

#kresult {
    padding-bottom:0;
}

#result, #resultb {
    text-align:left;
    max-width:21cm;
    color:#fff;
    margin:5px 17px 17px 17px;
    display:none;
}

#resultb {
    background-color: #fafafa;
    color:#000;
    margin:10px;
    display:block;
}

#resultb .petikett {
    display:none;
    color:#fafafa;
}

#resultb .taborticon {
    color:#fafafa;
}

#resultb .tabort {
    right: -25px;
}

#result.resimp {
    margin:5px 15px;
}

#resultb .item {
    border: 1px #fefefe solid;
}

.box {
    margin: 0 auto;
    padding:25px;
    max-width:300px;
}

form#login {
    margin: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding:20px;
}

.title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color:#6f7e95;
}

.titletext {
    color:#fff;
    text-transform: uppercase;
    padding:18px 20px;
    font-weight:700;
}

.whitebg {
    background-color: #fff;
}

#sbutton, #spara, #sparaf, #pspara {
    width:100%;
    float:none;
}

#orderh, #spara, #sparaf, #friallt, #frialltsure, #plockalltsure, #pspara {
    margin-top:10px;
    display:table;
    width:100%;
    height:35px;
    /*margin: 10px auto;*/
}

.saldotderror, .disabled, .disabled:hover {
    background-color: #ff4747;
}

.fsedel, .fsedel:hover {
    background-color: #29ac02;
}

.fsedel:hover {
    cursor:pointer;
}

.disabled:hover {
    cursor:default;
}

.error, .error::placeholder {
    color: #D8000C !important;
    background-color: #FFBABA !important;
}

.missing {
    background-color: #ffe6e6 !important;
}

.interntext, .intext, .addrow, .removerow, .oprint, .pinfo, .rtext, .klager, .caret-up, .caret-down, .goback
, .hamburger, .grid, .search, .arrowdown, .petikett, .taborticon, .validate:after, .notvalidated:after {
    font-family: "FontAwesome";
}

.interntext, .intext, .addrow, .removerow, .oprint, .pinfo, .rtext, .klager, .caret-up, .caret-down, .goback
, .hamburger, .grid, .search, .arrowdown, .petikett, .taborticon {
    cursor:pointer;
}

.hamburger, .grid, .search, .arrowdown, .petikett, .taborticon {
    font-size:18px;
    color:#7b8594;
}

.interntext, .intext, .addrow, .removerow, .oprint, .pinfo, .rtext, .klager {
    font-size:14px;
    color:#5b6471;
    margin-right:7px;
}

.caret-up, .caret-down, .goback {
    font-size:16px;
    color:#7b8594;
}

.intext:after{
    content: "\f0f6";
}

.intext:hover{
    color:#000000;
}

.interntext:after{
    content: "\f0e5";
}

.interntext:hover{
    color:#000000;
}

.oprint:after{
    content: "\f02c";
}

.oprint:hover{
    color:#c65600;
}

.pinfo:after{
    content: "\f05a";
}

.pinfo:hover{
    color: #1c3eb3;
}

.klager:after{
    content: "\f1b3";
}

.klager:hover{
    color: #e1cc11;
}

.removerow:after, .rtext:after{
    content: "\f068";
}

.removerow:hover, .rtext:hover{
    color:#b2003e;
}

.addrow:after{
    content: "\f067";
}

.addrow:hover{
    color:#2eb135;
}

.hidden {
    display:none;
}

.hitem {
    padding:3px 0;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.bold {
    font-weight:700;
    display: inline-block;
}

.bld {
    font-weight:700;
}

/* Plock */

#lagerwrap input {
    letter-spacing: .8px;
    font-size:13px;
    font-weight:400;
    color:#5b6471;
}

#lagerwrap {
    text-align: center;
    padding:10px;
    background-color:#fff;
    color:#5b6471;
}

#barcodes {
    color:#5b6471;
}


form#lager a, form#lager a:visited {
    color:#3f98dd;
}

form#lager input, form#lager select, form#lager button, form#lagerplock input, form#lagerplock select, form#lagerplock button {
    width: 100%;
    max-width:100%;
    padding:10px;
    border:1px solid #e6ecf0;
    /*border-bottom:1px solid #dae0e3;*/
    border-radius: 5px;
}

#kommentar {
    /* border:2px solid #000000 !important; */
}

form#lager ul[class^="prodResultat"], form#lagerplock ul[class^="prodResultat"] {
    display:none;
    position:absolute;
    background-color:#fff;
    z-index:999;
    left: 0;
    right: 0;
    font-size:14px;
    max-height: 250px;
    overflow:auto;
    border:1px solid #ccc;
    margin:0 25px;
}

form#lager #komwrap {
    margin-left:5px;
    margin-top:5px;
    display:block;
    position: relative;
    width:calc(100% - 155px);
}

form#lager [class^="prodResultat"] li{
    cursor: pointer;
    padding: 8px 10px;
    text-align:left;
}

/* .content {
    max-width:1280px;
    margin: 0 auto;
} */

form#lager  ::placeholder {
    color:    #888;
}

form#lager input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#pouter
{
    float:left;
}

#pouter2
{
    float:right;
}

form#lager #optionsel {
    width:auto;
    min-width:150px;
}

.pwrap {
    margin-bottom:15px;
}

form#lager button {
    width: 100%;
    max-width:100%;
    padding:10px;
    margin-top:0;
    margin-right:0;
    border:1px solid #e6ecf0;
    border-bottom:1px solid #dae0e3;
    border-radius: 5px;
    outline: none;
    height: 40px;
    text-align: center;
    font-weight:700;
    text-shadow: none;
    background-color:#3f98dd;
    color:#fff;
    cursor:pointer;
    transition: all 0.25s ease;
}

form#lager button:hover {
    color: white;
    background: #47bac1;
}
form#lager button:active {
    letter-spacing: 2px;
}

.onclic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px !important;
    background-color:transparent;
    border-color: #bbbbbb;
    border-width: 5px;
    border-radius: 50%;
    font-size: 0;
    border-left-color: #47bac1;
    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;

}
.onclic:after {
    content: "";
}
.onclic:hover {
    color: #47bac1;
    background: white;
}

.validate, .notvalidated  {
    font-size: 14px;
    color: white;
}

.validate {
    background: #47bac1;
}

.notvalidated {
    background: #d33651;
}



.validate:after {
    content: "\f00c";
}

.notvalidated:after {
    content: "\f00d";
}

.notvalidated:hover {
    background: #d33651 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lagerwrap div {
    padding:15px;
    display:block;
}

#select, #button {
    display:inline-block;
}

#typ {
    width:115px;
}

#select {
    width:140px;
}

#button {
    width:140px;
}

table {
    width:100%;
    max-width:100%;
}

.th1, .th2, .th3, .th4 {
    font-size:18px;
    font-weight:700;
    padding-bottom:10px;
    padding-left:5px;
    background-color: #fff;
}

.th1 {
    width:20%;
}

.th2 {
    width:62%;
}

.th3 {
    width:8%;
}

.th4 {
    width:10%;
}

td {
    padding:10px 5px;
    font-size:16px;
    font-weight:500;
}

/*tr:nth-child(odd) {
    background-color: #F0F0F0;
}*/

.label{
    padding-bottom:7px;
    font-size:14px;
    color:#5b6471;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}

.item {
    display:inline-block;
    width: calc(100% - 95px);
    padding:10px;
    margin:3px;
    border:1px #dedede solid;
    line-height:65px;
    background-color:white;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    height:90px;
}

.item:after {
    content: "";
    display: table;
    clear: both;
}

.printw {
    position:relative;
    left:15px;
}

.print, .tabort {
    position:absolute;
    top:-65px;
    padding:3px;
    font-size:13px;
}

.print {
    right:-30px;
}

.tabort {
    right:-50px;
}

.bild {
    display:inline-block;
    line-height:80px;
    width:80px;
    margin-right:3px;
}

.bild img {
    object-fit: scale-down;
    height:80px;
    width:80px;
    vertical-align:middle;
}

.print:hover, .tabort:hover {
    cursor:pointer;
}

.overlay, .message {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.4);
    z-index: 999;
}

.overlay__inner, .message__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content, .message__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.plocktable {
    display: flex;
    flex-wrap: nowrap;
    height:65px;
    margin-top:3px;
}

.plockwrap {
    overflow:hidden;
    white-space: nowrap;
    flex: 1 1 auto;
    vertical-align:middle;
    margin-right:30px;
    height:65px;
}

.desc, #plunit {
    display:inline-block;
    vertical-align:middle;
}

#plunit {
    font-weight: 500;
    margin-right:3px;
    font-size:12px;
}

.barcode {
    vertical-align:middle;
    flex: 0 0 auto;
    margin:auto;
}

.lagerplats, .lagerantal {
     vertical-align:middle;
     flex: 0 0 auto;
 }

.lagerplats {
    margin:auto 30px auto auto;
}

.lagerantal, .whnmb {
    margin:auto 10px auto auto;
}

.lagerptxt, .lageratxt, .whnmbtxt {
    font-size:8px;
    line-height:1;
    margin-bottom:2px;
    text-align: center;
}

.nmrloc, .lantal, .whnmb2 {
    font-weight:700;
    background-color: #333;
    padding:4px;
    text-align:center;
    /*font-size:14px;*/
    color:#fff;
    line-height:1;
    letter-spacing: 0.1em;
}

.lantal {
    background-color: #9d9d9d;
}

.num {
    position:relative;
    display:inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    height:65px;
}

.caret-up:hover, .caret-down:hover {
    color:#97aac5;
}

.goback {
    color:#fff;
}

.gbwrap {
    display: inline-block;
    margin:10px 10px;
}

.goback:after {
    content: "\f060";
}

.caret-down:after {
    content: "\f0d7";
}

.caret-up:after {
    content: "\f0d8";
}

.plus, .minus {
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #747d8a;
    text-decoration: none;
    text-align:center;
}

.plus {
    top:-5px;
}

.minus {
    bottom:-4px;
}

.fa-caret-up.plus, .fa-caret-down.minus {
    font-size:23px;
}

.fa-caret-up.plus:hover, .fa-caret-down.minus:hover {
    color:#97aac5;
    zoom:1.1;
    cursor:pointer;
}

/*.missing {
    background-color: #E03A3E !important;
    color:#fff !important;
}*/

.missing::placeholder {
    color: #fff !important;
}

.numcon {
    width:80px !important;
    min-width:80px !important;
    /* height:36px; */
    height:65px !important;
    text-align:center;
    margin:0;
    padding:0;
    font-size:16px !important;
    font-weight:700 !important;
    border:0 !important;
}

.retur {
    position:relative;
    left:85px;
    bottom:-23px;
    display:none;
    line-height:1;
    background-color: #E03A3E;
    color:#fff;
    font-weight:700;
    font-size:12px;
    padding: 4px 6px;
    -webkit-print-color-adjust:exact;
}

#info {
    display:block;
    /* max-width:21cm; */
    margin:0 5px 15px 0;
    line-height:20px;
    font-size:14px;
    color: #6b6b6b;
    text-transform: uppercase;
}

#ibutik, #inamn, #itelefon, #imärkning, #ikommentar {
    display:none;
    border:1px #f1f1f1 solid;
    padding:5px;
    margin-top:5px;
}

.ibox {
    display:inline-block;
    font-weight:600;
    vertical-align:center;
}

#topmenu {
    width:100%;
}

#type {
    font-weight: 700;
    cursor: pointer;
}

#type, #kundSok, #nyorder {
    height:35px;
}

#nyorder {
    border-color: #3a7bbc;
}

#nyprod {
    font-weight:700;
}

#mmenu, #rmenu {
    margin:0 0 0 0;
    padding:0;
    display:inline-block;
    box-sizing: border-box;
    height:35px;
}

/*#lmenu {
    max-width:100%;
}*/

#mmenu {
    width:calc(100% - 40px);
}

#rmenu {
    float:right;
    padding:0;
    width:40px;
}

#nyorder {
    margin: 0 0 0 0;
    width:40px;
    border-radius:0;
}

.hlist {
    cursor:pointer;
}

#ordh, #ordh2 {
    border-collapse: collapse;
    width: 100%;
}

#ordh2 {
    margin-top:15px;
}

#ordh th {
    font-weight:700;
    /*font-size:15px !important;*/
    padding-bottom:16px !important;
}

#ordh2 th {
    font-weight:700;
    /*font-size:13px !important;*/
    padding-bottom:6px !important;
}

#ordh td, #ordh th {
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    padding: 12px;
    font-size:14px;
    text-align:left;
}

#ordh2 td, #ordh2 th {
    padding: 5px;
    /*font-size:13px;*/
    text-align:left;
}

#ordh tr:nth-child(even){background-color: #f2f2f2;}

#ordh tr.hcont:hover {background-color: #ccc;}

.marginb5 {
    margin-bottom:5px;
}

#infowrap {
    background-color:#fff;
}

#infowrap input {
    border-radius: 0;
}

#info1 input {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

#info4 input {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

#lagertext, #info1, #info2, #info3, #info4, #info5 {
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
}

#info1, #info2, #info3, #info4, #info5 {
    float:left;
    text-align:center;
    margin-right:2px;
}

#info1, #info2, #info3, #info4 {
    width:calc(20% - 2px);
}

#info5 {
    width:160px;
}

#lagertext {
    font-size:24px;
    font-weight:500;
    width:calc(100% - 120px);
    padding:0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #354052;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    display:block;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #a0abbf;
    transition: 0.3s;
    white-space: nowrap;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.petikett, .taborticon {
    font-size:14px;
    color:#333;
}

.petikett:hover{
    color:#c65600;
}

.taborticon:hover {
    color: #f44242;
}

.hamburger:after {
    content: "\f0c9";
}

.grid:after{
    content: "\f00a";
}

.arrowdown:after {
    content: "\f107";
    font-size:14px;
}

.search:before{
    position: absolute;
    top:4px;
    left:10px;
    content: "\f002";
    font-size:14px;
}

.search {
    position: relative;
}

.petikett:after{
    content: "\f02c";
}

.taborticon:after{
    content: "\f00d";
}

input[name="kundSok"] {
    padding-left:28px;
}

#modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}

#mheader {
    padding-bottom:25px;
    position: relative;
    font-size:18px;
    font-weight:700;
}

#modal-content {
    display:inline-block;
    text-align: left;
    background-color: #fefefe;
    margin: 2% auto;
    padding: 25px;
    border: 1px solid #888;
    max-width: 100%;
    min-width:300px;
}

#modaltitle {
    color:#5b6471;
}

#modal-close {
    position: absolute;
    right: -20px;
    top: -25px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
}

#kassawrap input:focus,
#kassawrap select:focus,
#kassawrap textarea:focus,
#kassawrap button:focus {
    outline: none;
}

#modal-close:hover,
#modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

td.lagertd {
    position:relative;
    background-color:#fff;
}

.lagerbtn {
    padding-left:10px;
    cursor:pointer;
}

/* Dropdown Content (Hidden by Default) */
.lagerc {
    display: none;
    position: absolute;
    top:100%;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top: .5px solid #bebebe;
}

/* Links inside the dropdown */
.lagerc a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size:14px;
    cursor:pointer;
    z-index: 999;
}

/* Change color of dropdown links on hover */
.lagerc a:hover {
    background-color: #15a4fa;
    color:#fff;
}

.arrc {
    right:0;
    top:45%;
    padding-right:5px;
    position: absolute;
}

.arr {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid black;
}

.lnummer {
    color:#fff;
    background-color:#5b6471;
    font-size:12px;
    padding: 2px 4px;
    margin-right:8px;
}

.ant {
    font-size:14px;
}

.required:after {
    color: #e32;
    content: ' *';
    display:inline;
}

.numberCircle {
    display:inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;


    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    margin-right:10px;
}

/* LAGERSOK */

form#searchform {
    padding:0;
    position:relative;
}

form#searchform ul[class^="prodResultat"] {
    right:1px;
}

#saldoWrapper #result {
    margin:0;
}

#search {
    outline: none;
}

form#searchform #button {
    width:60px;
}

#lagerwrap #result {
    color:#5b6471 !important;
    max-width: calc(100% - 80px);
    min-width: 21cm;
}

table#lsok .th1, table#lsok .th2, table#lsok .th3, table#lsok .th4 {
    font-size:18px;
    font-weight:700;
    padding-bottom:10px;
    padding-left:5px;
    background-color: #fff;
}

table#lsok .th1 {
    width:20%;
}

table#lsok .th2 {
    width:62%;
}

table#lsok .th3 {
    width:8%;
}

table#lsok .th4 {
    width:10%;
}

table#lsok td {
    padding:10px 5px;
    font-size:16px;
}

table#lsok tr:nth-child(odd) {
    background-color: #F0F0F0;
}

form#import ul[class^="prodResultat"] {
    max-height:215px;
}

.enhet {
    margin:0 5px 0 -8px;
    font-weight:600;
    display:inline-block;
    overflow:hidden;
    white-space: nowrap;
}

.otitle {
    margin:10px;
    font-size:18px;
    font-weight:700;
}

.otitle a {
    color: #fff;
}

.otitle div {
    display:block;
}

.sale {
    margin-top:5px;
    font-size:16px;
    font-weight:400;
}

.padd15 {
    padding:15px !important;
}

.padd10 {
    padding:10px !important;
}

.padd5 {
    padding:5px !important;
}

.paddtop10 {
    padding-top:10px !important;
}

.martop10 {
    margin-top:10px !important;
}

.marbottom10 {
    margin-bottom:10px !important;
}

#uppd {
    text-transform: uppercase;
    font-size:9px;
    margin-left:7px;
}

.border {
    border: 1px solid #e6ecf0;
}

.noborder {
    border:none;
}

.lborder {
    border-left: 1px solid #e6ecf0;
}

.rborder {
    border-right: 1px solid #e6ecf0;
}

.tborder {
    border-top: 1px solid #e6ecf0;
}

.bborder {
    margin-top: 1px;
    border-bottom: 1px solid #e6ecf0;
}

.tabortsess {
    width: 150px;
    padding:7px;
}

.tabortsessb {
    width:100px;
}

.dtyellow {
    background-color: #ffe680;
}

.dtred {
    background-color: #ff9c9c;
}

#upload_file #selectfile {
    display: none;
}

.kategori {
    font-size:13px;
    margin:5px 0;
}

.kategori input[type="checkbox"] {
    width: 14px;
    height: 14px;
    bottom:1px;
}

.kategori label {
    display: block;
}

#upload_file {
    padding:5px;
    display:block;
    clear:both;
}

#upload_file input {
    padding:0;
    width: 200px;
    height:25px;
}

#bildgalleri, #sbladgalleri, #dokumentgalleri {
    margin-bottom:10px;
}

.bildg, .sbladg, .dokumentg {
    display: inline-block;
    position: relative;
    float:left;
}

.bildg img {
    padding:5px;
    height:90px;
    width:90px;
}

.sbladg img, .dokumentg img {
    padding:5px;
    height:60px;
    width:60px;
}

.bildg .delimg, .delsblad, .deldokument {
    position: absolute;
    right: 0;
    z-index: 100;
    width:15%;
    margin-top:1px;
    margin-right:1px;
    font-size:8px;
    padding-top:0;
    padding:2px;
}

#sshow {
    display:none;
}

#rensaw:hover, #myBtn:hover, #addlager:hover {
    cursor: pointer;
}

#addlager:hover {
    color:#fff;
}

.fwrapm {
    width:100%;
display:inline-flex;
flex-wrap:wrap;
gap: 6px;
}

.fwrapc {
    width:calc(25% - 5px);
}

.dimtitle {
    text-transform: uppercase;
    text-align: left;
    margin-bottom:2px;
    margin-top:2px;
    font-size:12px;
    overflow: hidden;
    white-space: nowrap;
}

.inga {
    font-weight: 500;
    padding-bottom:8px;
}

.line {
    border: 1px solid rgba(49, 140, 231, 0.6);
    padding:5px;
}

.tab {
    display:block;
}

.tablinks, .titlong, .btext, .btext1, .btext2, .btext3 {
    text-transform: uppercase;
    font-size:13px;
    letter-spacing: 0.03em;
}

.tablinks {
    cursor: pointer;
    display:inline-block;
    margin-right:10px;
    margin-top:2px;
    padding:5px;
    border: 1px solid rgba(49, 140, 231, 0.6);
}

fieldset {
    margin-top:4px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding:5px;
}

legend {
    text-transform: uppercase;
    margin-left:5px;
    padding:0 5px;
}

.tablinks.active {
    background-color: rgba(49, 140, 231, 0.6);
}

.tablinks:hover {
    color: #F0F0F0;
}

/* Style the tab content */
#en_descr, #ru_descr {
    display: none;
}

.titlong {
    margin-top:4px;
    margin-bottom:2px;
}

div.gdivc {
    display:block;
    margin:10px;
    border:1px solid #f9f9f9;
    padding:5px;
    max-width:500px;
}

div.gdivc:hover {
    border:1px solid lightgreen;
}

div.gitem {
    display:block;
    margin:10px;
}

div.gtitle {
    display:inline-block;
    margin-right:5px;
    font-weight: 700;
}

div.gdivc button {
    margin-top:0;

    width: 120px;
}

#rens {
    text-align: right;
    margin-top:5px;
    margin-right:10px;
    font-size:12px;
}

#lagerf {
    text-align: right;
    margin-top:10px;
    margin-right:10px;
    font-size:12px;
}

#rens:hover {
    cursor: pointer;
    color:#f1f1f1;
}

#forslag input, #forslag select, #forslag textarea  {
    margin-top:15px;
}

#forslag button {
    width:100%;
}

.orderview {
    display: inline-block;
    margin-bottom:10px;
}

.noload {
    text-transform: uppercase;
}

#hlev1, #hlev2, #hlev3, #hlev4, #hlev5, #hlev6 {
    width:150px;
    max-width:150px;
    padding:0;
    font-size: 12px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #336699;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #4e9bea;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top:-20px;
    margin-right:-10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#bristwrap, #priswrap {
    margin:5px;
    padding:5px;
}

#faktura td {
    font-size:18px !important;
}

#faktura tr:hover {
    opacity: 0.8;
}

#bristlista, #prislista, #faktura{
    border-collapse: collapse;
    width:100%;
    background-color: #fff;
    color:#000;
}

#bristlista th, #prislista th, #faktura th{
    background-color: #336699;
    color:#fff;
}

#bristlista td, #prislista td, #bristlista th, #prislista th {
    padding:10px;
}

#faktura td, #faktura th {
    padding:15px;
    font-weight: 700;
}

tbody tr:nth-child(even){
    /*background-color: #f5f5f5;*/
}

.tdw0 {
    width:10px;
    text-align:center;
}

.tdw1 {
    width:5%;
    text-align:left;
}

.tdw2 {
    width:10%;
    text-align:left;
}

.tdw3 {
    width:15%;
    text-align:left;
}

.tdw4 {
    width:25%;
    text-align:left;
}

.bristart, .bristben, .bristilager, .bristlev, .bristlagg, .bristhyll, .priart, .prisben, .prisand, .prisin, .prisut {
    width:18%;
    text-align:left;
}

.bristart, .prisart {
    width:18%;
}

.bristben, .prisben {
    width:48%;
}

.bristhyll {
    width:5%;
}

.bristlev {
    width:30%;
    white-space: nowrap;
}

.bristilager {
    width:2%;
    min-width:60px;
    white-space: nowrap;
}

.bristlagg {
    width:2%;
    min-width:60px;
    white-space: nowrap;
}

.prisin, .prisut {
    width:8%;
    min-width:60px;
    white-space: nowrap;
}

#intervall, #blager {
    max-width:100px;
}

#blagergrupp {
    max-width:200px;
}

#huvudl {
    max-width:200px;
}

.manualsection {
    margin-top:15px;
    border:solid 2px;
    padding:5px;
}

.manualtitle {
text-transform: uppercase;
}

.manualsection ul li {
    margin:0 0 5px 0;
}

.manualsection ul li:hover {
    cursor:pointer;
    text-decoration: underline;
}

.manualcontent {
    margin:20px 0 20px 0;
}

.manualcontent img {
    max-width: 100%;
    max-height: 100%;
}

/*.manualdesc .mdesc {
    display: table;
    padding:5px;
border: solid 1px;
    width:100%;
    height: 100%
}

.manualdesc .stage{
    display: table-cell;
    padding:5px;
    width: 5%;
    height: 100%
}*/

.manualdesc ol {
    counter-reset: foo;
    display: table;
    border-spacing:0 10px;
}

.manualdesc li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}

.manualdesc li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

.manuallista li {
    list-style-type: disc;
    list-style-position: inside;
}

.currentm {
    background-color: #174b83;
    padding:10px;
    list-style-type: none !important;
}

.currentm:hover {
    text-decoration: none !important;
}

.manualdesc ol:hover, .manualdesc ul:hover, .manualdesc li:hover {
    cursor:text !important;
    text-decoration: none !important;
}

ul.pagination {
    display:table;
}

ul.pagination2 {
    margin-top:-25px;
    float:right;
}

ul.pagination li:not(.ltill) {
    display: table-cell;
}

ul.pagination li a {
    display: table-cell;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #174b83;
}

ul.pagination li:not(.tsidor, .ltill):hover, ul.pagination li:not(.tsidor, .ltill):hover a {
    background-color: #4299fd;
    color: white;
    transition: background-color .3s;
}

.tsidor {
    vertical-align: middle;
    text-align: center;
    padding-left:10px;
}

#bristlista tbody tr:nth-child(even), #faktura tbody tr:nth-child(even) {
background-color: #ececec;
}

.ltill {
    margin-top:20px;
    float:right;
}

.ltill button{
    width:100%;
    margin-top:0;
}

#epostadiv {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}

#epostainput {
    width:280px;
}

#epostabutton {
    width:180px;
    margin-left:5px;
    margin-top:0px;
    margin-right:0px;
    padding:10px 0 10px 0;
}

.kgreen {
    display:none;
    color: #046e15;
}
.kred {
    color: #000000;
}

#calwrapper {
    white-space: nowrap;
    color: #000;
    float:left;
}

.calmek, .calmekdate {
    overflow: hidden; /* add this to contain floated children */
}

.calmekdate {
    text-align: center;
    border-bottom: 1px solid black;
}

.calmenamedate {
    background-color:white;
    border-color:white;
    text-align: center;
}

.calmekname, .calmeknamedate {
    display: inline-block;
    width: 160px;
    padding-top:1px;
    padding-bottom:1px;
}

.calmekname2 {
    display: block;
    padding: 10px 10px;
    border:1px solid rgba(255, 255, 255, .0)
}

#bodyhead {
    display:inline-block;
    position: relative;
}

#grupp, #avdelning {
    margin-bottom: 10px;
}

#avdelning, .gruppId {
    margin-top: 10px;
    padding-left:6px;
}

.where {
    margin-bottom:15px;
}

.stad {
    display:inline-block;
    margin:10px 10px;
    cursor: pointer;
    padding: 10px;
}

.stad:first-child {
    margin-left:0px;
    margin-right:0px;
}

.activestad {
    border:2px solid #fff;
}

.channellist {
    display:inline-block;
    height: 100%;
    float:left;
    position: sticky;
    left: 0;
    width: 160px;
    z-index:998;
}

#calenderall {
    float:right;
}

.weektext, .mekdaywrap, .mekdaywrap2, .calday, .caldaytoday {
    font-family: Calibri;
}

.weektext {
    font-size:20px;
    font-weight:700;
    text-align:left;
    padding-left:2px;
    border-left: 1px solid #dadada;
}

.mekdaywrap, .mekdaywrap2, .calday, .caldaytoday {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 120px;
    border: 1px solid #dadada;
}

.mekdaywrap2 {
    border: none;
    border-right: 1.5px solid #dadada;
}

.calday, .caldaytoday {
    font-size:14px;
    font-weight:bold;
    /* border: 1px solid #cecece; */
}

.mekdaywrap {
    cursor: pointer;
}

.timeslotwrap {
    display: inline-flex;
    justify-content: space-around;
    position: relative;
    overflow:hidden;
}

.denna {
    z-index:1000;
}

.timeslot {
    padding:10px 0px;
    width:calc(120px/9);
}

.wrappertext {
    position:absolute;
    bottom: 2px;
    left: 3px;
}

.timeslottext {
    color: #0e0e0e;
    font-size:15px;
    font-weight:700;
    text-transform: uppercase;
    position:absolute;
    background: rgba(255, 255, 255, .5);
    padding:2px;
    margin:0;
    line-height:14px;
    overflow:hidden;
    bottom: 0;
    left: 0;
    z-index:2;
}

.mekred, .mekgreen {
    color: #0e0e0e;
    text-transform: uppercase;
    font-weight:700;
}

.mekred {
    background-color: red;
}

.mekgreen {
    background-color: green;
}

.mekbok:hover {
    opacity: 0.7;
}

.mekbokempty {
    width:100%;
    align-items: center;
}

.mekbokempty:hover {
    background-color:rgba(0, 0, 0, 0.1);
}

.bokmark, bokmark:hover {
    background-color:rgba(0, 0, 0, 0.5) !important;
}

.mekbok, .mekbokempty {
    display:flex;
    flex-direction: row;
    padding: 10px;
}

.mekwhite {
    background-color: #ffffff;
    /*animation: fadeIn 10s linear infinite;*/
}

.calday, .caldaytoday {
    padding:5px;
}

.caldaytoday {
    padding:none;
    font-size:18px;
    background-color: #fbfbb2;
    border-top:4px solid #2e2e2e;
}

.today, .caldaytoday {
    background-color: #fbfbb2;
    border-left:4px solid #2e2e2e;
    border-right:4px solid #2e2e2e;
}

.today {
    /*animation: fadeIn2 10s linear infinite;*/
}

.calweek {
    border:none !important;
}

.mekweek, .calweek {
    display: inline-block;
}

.calweek:nth-child(odd) {
    background-color: #efefef;
}

#myear {
    font-size:17px;
}

#myear2 {
    text-transform: capitalize
}

#boka, #ltillmodal {
    color:#000;
}

#boka {
    margin-top:-10px;
}

#ltillwrap {
    padding:10px;
}

.ltillc {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding:2px;
    clear:both;
}

.ltillc:hover {
    color:#f0f0f0;
    text-decoration: underline;
}

input[type="color"] {
    height:40px;
    padding:0px;
}

input[type="range"] {
    display:block;
    padding:0px;
    margin:0px;
    margin-bottom:10px;
}

#bokadetimmar {
    display:inline-block;
}

#bokdatum {
    padding-bottom:10px;
}
#bokningskommentar {
    display:block;
    margin-top:10px;
}

#starttid, #sluttid {
    display:inline-block;
    max-width: 60px;
}

#timbok {
    padding-left:10px;
    display:inline-block;
    max-width:100%;
}

#bh {
    display:inline-block;
    padding:2px;
    margin-left:5px;
    position:relative;
    font-size:12px;
    top:18px;
    background-color: #fff;
}

#tidwrap {
    margin-top:5px;
    margin-bottom:10px;
    font-size:12px;
    max-width:100%;
    overflow:hidden;
}

#tidwrap2 {
    border:1px solid #000;
    font-size:12px;
    max-width:100%;
    overflow:hidden;
    margin: 10px 0px;
    margin-bottom:15px;
    padding: 10px;
    background-color: #dadada;
}

#tidwrap3 {
    font-size:12px;
    max-width:100%;
    overflow:hidden;
    margin-top: 10px;
}

#rdbokat {
    font-size:14px;
    padding:10px;
    border:1px solid black;
    margin-bottom:10px;
}

#rdbokattitle, #bokanytitle {
    margin-bottom:10px;
}

.rbwrap {
    display:block;
    margin-bottom:10px;
}

.rbnamn {
    display:inline-block;
    color:#000;
    margin-bottom:4px;
}

.rbtid {
    padding-left:10px;
    display:inline-block;
}

.tbortbok {
    font-weight:700;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:2px;
    display:inline-block;
}

.tbortbok:hover {
    cursor:pointer;
    opacity:0.5;
}

#arbetsorder {
    margin-top:10px;
}

.calmekname, .calmekname2 {
    cursor:pointer;
    padding-left:10px;
}

#spara_bokning {
}

.logwrap {
    margin:10px;
    width:1200px;
}

.logrow {
    font-size:15px;
    padding:8px;
    color:#000;
    background-color:#fff;
}

.logrow:nth-child(odd) {
    background-color: #c7c7c7;
}

#datehead {
    position: -webkit-sticky;
    position: sticky;
    background-color: #FFF;
    top: 0;
    z-index:999;
}

.mekweekhead{
display:inline-block;
}

.pin {
    position:relative;
    width:160px;
}

.pin2 {
    position: absolute;
    top: 0;
    right: 3px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #FFF;
    border-radius: 50%;
    opacity:90%;
    display: inline-block;
    cursor: pointer;
}

.dot:hover {
    background-color: #000;
    opacity:80%;
}

.strongdot {
    background-color: #000;
    opacity:80%;
}

.bokning_kommentar {
    display:block;
    margin-top:10px;
    color:#000;
    resize: none;
    border:2px solid #cecece;
}

#bkom {
    margin-top:10px;
    color: #000;
}

.ekom {
    width:200px;
    margin-top:0px;
}

#komtext {
    margin-bottom:10px;
}

#avdId, #domananvnamn, #anvtel, #anvepost, #bil {
    display:block;
    margin-top:10px;
    width:250px;
}

.pagfloat {
    position:fixed;
    bottom:0;
    background-color: #335d96;
    zoom: 1.3;
    z-index:999;
}

.kom {
    position:absolute;
    top: 2px;
    right: 2px;
    z-index:10;
    height: 8px;
    width: 8px;
    background-color: #6e6e6e;
}

#antaldagar {
    padding:2px;
    width:36px;
}

#editanv {
    font-size:12px;
    color: #ff3c3c;
    cursor: pointer;
    margin-top:25px;
}

#editanv:hover {
opacity:50%;
}

.anvinfo {
    font-size:14px;
    display:block;
    margin-bottom:10px;
    color:#000;
}

@keyframes fadeIn {
    0%   { background-color: #FFFFFF; }
    90%   { background-color: #FFFFFF; }
    95% { background-color: #dddddd; }
    100% { background-color: #FFFFFF; }
}

@keyframes fadeIn2 {
    0%   { background-color: #fbfbb2; }
    90%   { background-color: #fbfbb2; }
    95% { background-color: #dddddd; }
    100% { background-color: #fbfbb2; }
}

#notering {
    margin-left: 16px;
    margin-bottom:5px;
    margin-right: 10px;
}

.arbetslistalink {
    color:#f0f0f0 !important;
    text-transform: uppercase;
}

.arbetslistalink:hover {
    color:#f0f0f0;
    text-decoration: underline;
}

.splitfirst {
    float:left;
    width:250px;
    padding-right:6px;
}

.splitsecond {
    color:black;
    float:left;
    width:250px;
    padding-left:6px;
}

#upd_utb_button {
    width: 200px;
}

#uppdatera_anvandare {
    width: 180px;
}

#utbtitle {
    padding-bottom:15px;
}

.utbwrap {
    display:block;
    padding-bottom:10px;
}

.utbname {
    display:inline-block;
}

.utbdate {
    display:inline-block;
    font-size:12px;
    padding-left:10px;
}

.utbdate2 {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
}

.utbnamer {
    padding-top:10px;
}

.delutb {
    display:inline-block;
    color:red;
    cursor: pointer;
}

#raround {
    border: #1a1e21 solid 2px;
    padding: 10px;
}

#utbtit {
    padding-top:5px;
    font-weight:bold;
}