    
/* ---------------- kassa css start ------------------ */
.rma_wrapper_table .infoBoxContent{
  background-color: transparent;
}
.till_button {
  height: 39px;
  width: 100% !important;
  max-width: 250px;
}

.returns_row {
  padding: 5px 15px;
}

.returns_row:hover{
  background: #252525;
}

.return_heading{
  color: #FFF;
}

#sub, #add{
  min-width: 50px;
}

.returns_div, .change_div {
  position: fixed;
  padding: 0;
  background: #202020;
  padding-bottom: 40px;
  max-width: 900px;
  border-radius: 1.4em;
  box-shadow: 0 20px 30px rgb(0 0 0 / 60%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #FFF;
}

/*
.returns_div_ok{
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  
.returns_div {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  background: #fff;
  padding-bottom: 40px;
  max-width: 900px;
  border-radius: 1.4em;
  box-shadow: 0 20px 30px rgb(0 0 0 / 60%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
*/

@media only screen and (min-width: 600px) {
  .returns_div, .change_div {
      width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .returns_div, .change_div {
      width: 90%;
  }
}

#searchList{
  line-height: 200%;
}

.customer_row:nth-child(odd){
  background-color: #5B2C6F;
  color: #fff;
  padding-left: 12px;
}

.customer_row:nth-child(even){
  background-color: #4A235A;
  color: #fff;
  padding-left: 12px;
}

.order_row:nth-child(odd){
  background-color: #154360;
  color: #fff;
  padding-left: 12px;
}

.order_row:nth-child(even){
  background-color: #1B4F72;
  color: #fff;
  padding-left: 12px;
}

.submit_row:nth-child(odd){
  background-color: #0E6251;
  color: #fff;
  padding-left: 12px;
}

.submit_row:nth-child(even){
  background-color: #0B5345;
  color: #fff;
  padding-left: 12px;
}

.glow {
  font-size: 24px;
  color: #fff;
  text-align: center;
  /* animation: glow 1s ease-in-out infinite alternate; */
  text-shadow: 3px 4px 5px #000000;
}



    .search-button {
      min-width: 98px !important;
    }
      
    @media only screen and (min-width: 600px) {
      .search-button {
        min-width: 200px !important;
      }
    }
    
    /*.wrapper_table{
		  background: #ddd !important;
	  }*/
    
    .submit_button{
      background-color: #018d32!important;
    }
    .main{
      font-size: 12px;
    }

    #suggesstionBox, #productsListBox{
      position: absolute;
      background: #333;
      width: 74%;
      margin-top: 2px;
      border: 1px solid #FFF;
      z-index: 100;
    }
    
    #productsListBox{
      width: calc(100% * 1 / 3.07);
    }
    
    #productsListBoxP{
      position: absolute;
      background: #fff;
      width: 74%;
      margin-top: 2px;
      border: 1px solid #000;
      z-index: 100;
    }
    
    #productsListBoxP{
      width: calc(100% * 1 / 3.07);
    }
    
    @media only screen and (max-width: 600px) {
      #suggesstionBox{
        width: 96%;
      }
      
      #productsListBox{
        width: 97%;
      }
    }
    
    #searchList, #searchList2, #searchListP{
      list-style-type: none;
      padding: 15px;
      margin: 0;
    }
        
    .products_row{
      height: 40px;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    
    .products_row:nth-child(odd) {
      background-color: #5B2C6F;
      color: #fff;
      padding-left: 12px;
    }
    
    .products_row:nth-child(even) {
      background-color: #4A235A;
      color: #fff;
      padding-left: 12px;
    }
    
    .main_wrapper>div, .startWrapper, .backWrapper{
		padding-right: 2px;
	}

	.telephone{
		white-space: nowrap;
	}
	.main_wrapper {
		font-size: larger !important;
	}
	
	.extra_notes{
		font-size: 16px!important;
	}

	.till_div .uk-input, .till_div .uk-select, .till_div .uk-textarea{
		padding: 0 6px;
		min-width: 5px;
	}
	
  .uk-input::-webkit-input-placeholder {
     color: #000;
  }

  .hide_input{
    display: none;
  }

  .show_input{
    display: block;
  }

  html {
    scroll-behavior: smooth;
  }

  @media only screen and (max-width: 600px) {
    .to_orders{
      padding: 0;
    }
  }

  .container1{
    background: rgba(20, 20, 20, 80%) !important;
  }

  .container_wrapper{
    padding: 10px 5px 16px 5px;
  }
    
  .add_form_field{
    background-color: #1c97f3;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border:1px solid #186dad;
  }

/*
  .delete{
    background-color: #fd1200;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
  }
*/
  
  #upClick, #downClick{
    padding: 0;
  }
 
  
  #header_icon{
    color: white;
    font-size: 32px;
  }
  
  .container1{
    height: 465px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-top: 5px;
  }
  
  .container_wrapper{
    height: 565px;
  }
  
  .container1::-webkit-scrollbar {
    display: none;
  }
@media only screen and (max-width: 600px) {
  .container1{
    height: 190px;
  }
  
  .container_wrapper{
    height: 285px;
  }
}

.products_row.selected {background:#af3dd1;}

.kassa_knappar{
  height: 72px;
  overflow: hidden;
  text-shadow: 3px 4px 5px #000000;
  font-size: 17px;
  line-height: 26px;
  transition: transform .2s ease-in-out;
  padding-right: 2px!important;
}
.catWrapper, .prodWrapper{
  /* min-width: 270px; */
}
.kassa_knappar:hover {
  filter: brightness(125%);
  /* transform: scale(1.1); */
  transition: transform .2s ease-in-out;
}

.categoryButton{
  background-color: #5B2C6F !important;
}

.productsButton{
  background-color: #1f4282 !important;
}

.categoryList, .input_wrapper{
  padding: 10px 5px 0 5px; 

}

@media only screen and (min-width: 960px) {
  .categoryList, .input_wrapper{
    position: relative;
    top: -59px;
  }
}

@media only screen and (max-width: 959px) {
  .categoryList, .input_wrapper{
    position: relative;
    top: 5px;
  }
}

/*
.categoryButton:hover{
  background-color: #8748a2 !important;
}

.productsButton:hover{
  background-color: #2856aa !important;
}
*/

.prodImage{
  margin-top: 5px;
}

.cList {
    color: #9322AE;
}

/*
.crm_background {
    background: #c75f7b;
}

.kassa_knappar:hover {//zoom för kassa
  transform: scale(1.1);
}
*/


.service_logo{
    position: relative;
    top: 21px;
    left: -2px;
    padding-bottom: 35px;
}

.service_div .infoBoxContent, .service_div a{
  background-color: transparent;
  color: #fff;
}


.service_sqare input:-webkit-autofill {
    background-color: transparent !important;
}

.login_sqare input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
    font-size: 18px;
}

.service_sqare input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
    font-size: 18px;
} 

.login_sqare input {
  filter: none;
}


.login_sqare input:-webkit-autofill,
.login_sqare input:-webkit-autofill:hover,
.login_sqare input:-webkit-autofill:focus,
.login_sqare input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

/* Change Autocomplete styles in Chrome*/
.login_sqare input:-webkit-autofill,
.login_sqare input:-webkit-autofill:hover, 
.login_sqare input:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}



  .rma_wrapper_table{
    background: url(../images/login-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }
  
  @media only screen and (max-width: 600px) {
    .rma_wrapper_table{ 
      margin: 0;
      padding: 0;
    }
  }
  

  
  @media only screen and (max-width: 600px) {
    .rma_wrapper_table{ 
      margin: 0;
      padding: 0;
    }
  }
  
  .service_div{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgb(50, 50, 50); /* Fallback for older browsers without RGBA-support */
    background: rgba(50, 50, 50, 0.4);
  }
  
  .text, .service_div input::placeholder {
    color: white !important;
  }
  
  .service_div input, input:-internal-autofill-selected, .service_div select {
    background: rgb(50, 50, 50); /* Fallback for older browsers without RGBA-support */
    background: rgba(20, 20, 20, 80%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    color: white !important;
  }

.service_div textarea, .service_div textarea::placeholder{
    background: rgba(40, 40, 40, 1) !important;
    color: white !important;
  }
  
  .service_div input:-webkit-autofill::first-line {font-size: 16px}

@media only screen and (min-width: 601px) {
  .opacity_full{
    width: 360px;
    margin: 0 0 0 50px;
  }
}

.confirm{
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .confirm{
    text-align: center;
  }
}

.service_wrapper{
		border-radius: 0.4em;
		box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

/* TODO Björn lägg in nedan css på adm-ms/order_create_rma.php 
../adm-ms/images/login-bg.jpg
*/
body{
    background: url(../images/kassa_bg_dark.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgb(224 224 224 / 40%); /* transparent grått lager för att ljusa upp*/
}


/* stora knappar */
.uk-input {
    height: 46px;
}

.till_button {
    height: 44px;
    width: 99% !important;
}

.entry_note8_div textarea {
    height: 46px;
}

.till_text_table td {
    font-weight: bold;
}

/* max bredd på kassan (700 för en kolumn) 
.till_div{
    max-width: 1300px; 
}
*/

.confirm_button{
  background-color: #af3ed1 !important;
  border: none !important;
  color: white !important;
  /* font-size: 15px; */
    font-size: 3.7vw;
}

@media only screen and (min-width: 600px) {
  .confirm_button{
    font-size: 15px;
  }
}

.uk-button:hover {
    filter: brightness(125%);
}

#searchList{
  line-height: 200%;
}

.customer_row:nth-child(odd){
  background-color: #5B2C6F;
  color: #fff;
  padding-left: 12px;
}

.customer_row:nth-child(even){
  background-color: #4A235A;
  color: #fff;
  padding-left: 12px;
}

.order_row:nth-child(odd){
  background-color: #154360;
  color: #fff;
  padding-left: 12px;
}

.order_row:nth-child(even){
  background-color: #1B4F72;
  color: #fff;
  padding-left: 12px;
}

.submit_row:nth-child(odd){
  background-color: #0E6251;
  color: #fff;
  padding-left: 12px;
}

.submit_row:nth-child(even){
  background-color: #0B5345;
  color: #fff;
  padding-left: 12px;
}

.products_row:hover{
    background-color: #af3ed1 !important;
    cursor: pointer;
}

.customer_row:hover{
    background-color: #af3ed1 !important;
    cursor: pointer;
}

.order_row:hover{
    background-color: #1b81c7 !important;
    cursor: pointer;
}


.submit_row:hover{
    background-color: #18b664 !important;
    cursor: pointer;
}

/* ---------------- kassa css slut ------------------ */

.header_bar {
    background-color: #9322ae !important;
    padding: 15px 0;
    height: 30px;
}
h2{
  color: white!important;
  padding: 15px 0 0 10px ;
}

.service_div .uk-input{
  // background: transparent !important;
  background: #282828 !important;
  color: #FFF;
}

html{
  background-color: #282828;
}

.gLogin{
  height: 44px;
  // margin-top: 4px;
}

.gText{
  margin-bottom: 0;
}

body{
  color: white;
  font-size: 16px;
}