*, *:before, *:after {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.toggleGrupiID{
  cursor: pointer;
}


.deleteRow{
  opacity: 0.3;
  color: red;
  font-size: 11px;
  cursor: pointer;
  float: right;
}
.deleteRow:hover{
  opacity: 1;
}
.group_59{
  color: red!important;
}
form[form=siteFilter] {
    position: absolute;
    right: 0;
    top: 2px;
    display: flex;
}
form[form=siteFilter] input[type=checkbox] {
  margin-left: 10px;
}

.c_admin td{
  vertical-align: top;
}

td.qty {
    min-width: 134px;
}
.payment {
    width: 102px;
    height: 50px;
    line-height: 42px;
    display: inline-block;
    list-style: none;
    margin: 6px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 8px;
     padding: 3px 4px;
}
.payment:hover{
  border: 1px solid #17b541;
}

.payment img {
vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}


#site-navigation ul li {
    vertical-align: bottom;
}


.c_welcome.m_index .right-sidebar #secondary {
    width: 270px;
}


.c_welcome.m_index .right-sidebar #primary {
    width: calc(100% - 310px);
}


.c_pay .right-sidebar #primary {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    float: inherit;
}

.c_pay footer{
  display: none;
}

.kats {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kats .kat {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    text-align: center;
    padding: 6px;
    vertical-align: top;
}
.kat span{
    color: #3a3a3a;
    font-size: 14px;
}
.kat img{
      width: 100%;
}


#loginasprivate{
  min-width: 410px;
}

.tootepilt img{
    max-width: 100%;
    max-height: 43px;
    vertical-align: middle;
    min-width: 20px;
    object-fit: cover;
}

.tootepilt a{
    margin: 0;
    max-height: 43px;
    line-height: 43px;
    text-align: center;
    display: list-item;
    list-style: none;
    overflow: hidden;
}
.pildiUploadForm{
  display: inline-block;
}
.addNewPic{
  cursor: pointer;
  color: #b5b5b5;
      margin-left: 3px;
}


.productPicture {

    width: 260px;
    max-width: 260px;
    padding: 9px;
    border-radius: 3px;
    position: absolute;
    background: white;
    z-index: 5;

    left: -290px;
    top: -40px;
    text-align: center;
    overflow: hidden;
}

.fancybox-container .productPicture {
    width: 260px;
    max-width: 260px;
    left: 45px;
    top: -75px;
}

.productPicture img {
    max-width: 100%;
}
.deletePilt {
    color: red;
    font-family: monospace;
    font-size: 15px;
    line-height: 8px;
    cursor: pointer;
} 
.productDesription {
    border: 1px solid #c2c2c2;
    width: 240px;
    max-width: 240px;
    padding: 9px;
    border-radius: 3px;
    position: absolute;
    background: white;
    z-index: 99995;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    left: -250px;
    top: -35px;
}

.productDesription h2 {
    margin-top: 0;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.infobox {
    color: red;
    font-weight: bold;
    font-size: 11px;
    padding: 1px;
    border: 1px solid red;
    border-radius: 19px;
    display: inline-block;
    width: 16px;
    text-align: center;
    height: 16px;
    cursor: pointer;
    left: 0;
    top: 7px;
    opacity: 0.3;
    z-index: 1;
}

ul:hover > .infobox {

    opacity: 1;
}


.c, .clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

#main .container{
	position: relative;
}
.weekoffers{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.weekoffers h2{
position: absolute;
    width: 100%;
    color: #d9241b;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    margin-top: 77px;
    text-transform: uppercase;
    text-shadow: 2px 3px 6px #ffffff;
    background: rgba(255, 255, 255, 0.48);
    padding: 12px;
    line-height: inherit;
}
.weekoffers img{
	width: 100%;
    max-width: 100%;
    height: inherit;
}
html, body { height: 100%; margin: 0; padding: 0; 
    font-family: 'Signika Negative',"Helvetica","Arial","sans-serif";
}

body {
    font-size: 1em;
    line-height: 1.4;
    color: #4A4A4A;
    background-color: white;
    border-top: 0.4em solid #D9241B;

}
header, #main {
    padding: 0.4em;
    box-sizing: border-box;
}
h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}


.siteContainer{
    max-width: 980px;
    margin: 0 auto;
}





.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body {     padding: 0; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.closeModal {
  line-height: 1.2;
  font-size: 2.4em;
  position: absolute;
      top: 2%;
    right: 1%;
  text-decoration: none;
  color: #bbb;
  cursor: pointer;
}

.closeModal:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box { width: 90%; }
}

.error{
  border:1px solid red!important;
}

.row{
width: 100%;

}


.search-form form {
    display: inline-block;
    width: 56%;
    float: right;
}



.search-form select {
    font-size: 14px;
    height: 35px;
    line-height: 1em;
    padding-bottom: 1px;
    padding-left: 8px;
    width: calc(50% - 10px);
    display: inline-block;
        vertical-align: middle;
    margin-right: 6px;
    margin-top: 2px;
}


.row label{

    float: left;
    font-size: 1em;
    line-height: 34px;
    width: 200px;

}


#map { height: 100%;width: 100%; }

#adMap { height: 400px;width: 100%; }

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  height: 31px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#googlePlaceSearch {
    background-color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 6px 0 6px;
    text-overflow: ellipsis;
    width: 340px;
}

#googlePlaceSearch:focus {
  border-color: #4d90fe;
}

.pac-container {

}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0 11px;
}

#type-selector label {
  font-size: 0.8em;
  font-weight: 300;
}

#target {
        width: 345px;
      }

.pointer{
  cursor: pointer;
}




input[type='date'],input:not(.controls)[type='text'],input:not(.controls)[type='email'],input:not(.controls)[type='password'],select,textarea {
    width: 100%;
    max-width: 400px;
    max-height: 100px;
    height: 1.9em;
    border: 1px solid #C7C7C7;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    vertical-align: top;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    padding: 0.3em 0.6em;
    margin: 0.3em 0 0.3em 0;
    vertical-align: baseline;
}


.mobileNav select {
 width: 100%;
    max-width: 100%; 
}

.mobileNav .setCustomer {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%!important;
    height: 30px!important;
    opacity: 1;
    top: 15px;
    position: relative;
}

.menu .setCustomer {
    max-width: 300px;
    margin-right: 36px;
    margin-left: 10px;
    cursor: pointer;
    /* display: block; */
    /* float: left; */
    left: -20px;
    position: relative;
}



.addToCart.submit{
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 17px;
    width: auto;
    max-width: 100%;
    float: right;
        margin-left: 2px;
}
.addToCart.submit:hover {
}

.removeFromCart.submit,.removeFromSavedCart.submit{
background-color: #FFFCFC;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #D8241B;
    /* font-weight: bold; */
    font-size: 9px;
    font-family: inherit;
    width: auto;
}
.removeFromCart.submit:hover,.removeFromSavedCart.submit:hover {
  background-color: #D8241B;
  color: white;
}

.Spic img{

max-width: 100%;
    max-height: 60px;
    vertical-align: middle;
    min-width: 20px;
    object-fit: cover;

}
input[type='submit'],input[type='button'], .submit.button{

    padding: 0.27em 1em;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    border: 1px solid #57A957;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #81D281;
    margin: 0;
    line-height: normal;
}
input[type='submit']:hover,input[type='button']:hover, .submit.button:hover {
  background-color: #5EC15E;
}
table {
    width: 100%;
    border-collapse: collapse;
}


span.red{
    color: red;
}

input.red{
    border: 1px solid #E24444!important;
    background-color: #FFA6A2;
}
input.red:hover {
    border: 1px solid #C73535!important;
}

table td,table th {
    padding: 4px 3px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    min-width: 7px;
    max-width: 26em;
}

table.summary td,table.summary th {
       vertical-align: inherit;
}

table .lableC{
      text-align: right;
    padding-right: 10px;
    width: 30%;
        font-weight: bold;
}

.banner img{
    width: 100%;
}

.style1{
    /* max-width: 1070px; */
    min-width: 320px;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
}

.style1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.style1 ul li {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
        float: left;
}

.uploadedImages img {
    height: 80px;
    float: left;
    margin: 2px;
}

.uploadImages{
 cursor: pointer;
}


.upload_div{ margin-bottom:50px;}
.uploading{ margin-top:15px;}
.none{ display: none;}

#mapResults{
      overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}

#mapResult{
  
}

#mapResult tr{
  
}

#mapResult td{
      border-bottom: 1px solid lightgray;
    vertical-align: top;
    padding-bottom: 4px;
    padding-top: 4px;
}

#mapResult .thumb{
  margin: 0 0 0 0;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: list-item;
  list-style: none;
      width: 100px;
      overflow: hidden;
}

#mapResult .thumbS{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

#mapResult .name{
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
       margin: 4px 0;
}


#mapResult .name:first-letter {
    text-transform: capitalize;
        display: block;
    font-weight: bold;
}


#mapResult .address{
  display: block;
    color: lightgray;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
}

#mapResult .description{
  display: block;
    font-size: 11px;
    line-height: 12px;
}

#mapResult .earn{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: lightgray;
        margin: 6px 0;
}

#mapResult .earnValue{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        color: #637084;
    font-size: 22px;
    margin: 10px 0;
}

#mapResult .col1{
  width: 90px;
}

.adsList{
  list-style: none;
  margin: 0;
  padding: 0;
      text-align: center;
}

.adsList li {
    display: inline-block;
    vertical-align: middle;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.adsList li:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.36),0 2px 10px 0 rgba(0,0,0,0.32);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.36),0 2px 10px 0 rgba(0,0,0,0.32);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.36),0 2px 10px 0 rgba(0,0,0,0.32);
}
.adsList li {
    margin: 0 15px 30px 15px;
    width: calc(25% - 120px);
    position: relative;
    }

.adsList .thumb {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: list-item;
  list-style: none;
}

.adsList .thumb {
height: 150px;
line-height: 152px;
}

.adsList a {
text-decoration: none;
color: #4A4A4A;
}

 .adsList .thumbM{
    vertical-align: middle;
    max-width: 130%;
    max-height: 130%;
    width: auto;
    height: auto;
}

#addNewAd{
  margin-bottom: 120px;
}
 .adsList .name {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
       margin: 10px 4px;
        height: 30px;
    overflow: hidden;

}


.adsList .earn{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: lightgray;
    margin: 0 0;
    font-size: 10px;
}

.adsList .earnValue{
width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #637084;
    font-size: 20px;
    margin: 0 0 0;
}

.earnBox{
      position: absolute;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px;
    left: -20px;
    top: -20px;
    border: 1px solid gray;
    min-width: 70px;
    min-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}








.style1 .thead .td,.style1 .thead .th , .style1 thead td,.style1 thead th {
    border-bottom: 1px solid gray;
    font-weight: bold;
        min-height: 40px;
}


.style1 .summary {
    border-bottom: 0 solid gray!important;
  margin-bottom: 20px;
      font-size: 15px;
}


.style1 .tr  {
    float: left;
}

.style1 .tr ,.style1 tr {
    border-bottom: 0.1em solid lightgray;
    width: 100%;
}

.noborder{
    border: 0!important;
}



::-webkit-scrollbar { 
   /* display: none; */
}



#headerMenu {
    width: 100%;
    margin: 0;
    padding: 0;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 10px;
}

#headerMenu li {
    display: inline-block;
    vertical-align: middle;
}


#headerMenu li a {
padding: 4px 6px;
    border: 1px solid lightgray;
    margin: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F3F3F3;
    color: black;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
}

#headerMenu li a:hover {
    border: 1px solid gray;
}

#headerMenu li a {
    color: black!important;

}

a{
  text-decoration: none;
      color: #5374a5!important
}


.widget-area ul li.active{
    background: #DEDEDE;
}









.style1 .col1 {
    width: 10%;
    word-wrap: break-word;
}

.style1 .col2 {
    width: 60%;
}

.style1 .col3 {
    width: 22%;
}

.style1 .col4 {
    width: 8%;
}

.style1 .col6 {
    width: 40%;
}
.style1 .col7 {
    width: 14%;
}
.style1 .col8 {
    width: 6%;

}


.m_cart .site-content > .style1 .col10,.m_savedcart .site-content > .style1 .col10 {
    width: 6%;
}

.m_cart .site-content > .style1 .col11,.m_savedcart .site-content > .style1 .col11 {
    width: 8%;
}

.style1 .col10 {
    width: 4%;
}

.style1 .col11 {
    width: 13%;
    word-wrap: break-word;
}

.style1 .col12 {
    width: 34%;
        word-break: break-word;
}

.m_cart .site-content > .style1 .col12 {
    width: 54%;
}

.style1 .col13 {
    width: 15%;
        word-break: break-word;
}

.style1 .col14 {
    width: 9%;
}


.style1 .col15 {
    width: 9%;
    white-space: nowrap;
}
.style1 .col151 {
    width: 9%;
    white-space: nowrap;
}
.style1 .col152 {
    width: 9%;
 word-break: break-word;
}


.style1 .col16 {
    width: 13%;
}


.style1 .col17 {
    width: 9%;

}

.boldred{
  color: red;
  font-weight: bold;
}


ul.tr > form {
    display: flex;
}


.news .title, .news h1 {
    font-size: 1em;
    border-bottom: 1px solid #D9241B;
    color: #D9241B;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 10px;
    padding-bottom: 0;
}

.news.news2 .title {
    font-size: 1em;
    margin-bottom: 12px;
}

.news .content {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.news.news2 .content {
    line-height: 1.2em;
}
.news.news2 p {
    line-height: 1.2em;
    margin-bottom: 1.2em;
}
.news{
  margin-bottom: 14px;
}


.ui-autocomplete {
    max-height: 360px;
    min-width: 360px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 360px;
}



.style1 .tr:hover, .style1 tr:hover {
    background: #f7f7f7;
    -webkit-transition: all 0.13s linear;
    -moz-transition: all 0.13s linear;
    -o-transition: all 0.13s linear;
    -ms-transition: all 0.13s linear;
    transition: all 0.13s linear;
}

.style1 thead tr {
    background: #f7f7f7;
    border-color: #639b50;
}
/* 
input.addQty {
    padding: 2px!important;
    margin: 0!important;
    height: auto!important;
    text-align: center!important;
 min-width: 30px!important;
    max-width: 30px!important;
    width: 30px!important;
    display: inline-block!important;
    margin-left: 0!important;
    margin-right: 2px!important;

} */


/* 
select.addUnit {
    padding: 3px!important;
    margin: 0!important;
    height: auto!important;
    text-align: center!important;
    min-width: 50px!important;
    max-width: 50px!important;
    width: 50px!important;
    font-size: 10px;
    display: inline-block!important;
    margin-left: 2px!important;
} */





.productIsInCart{
      background: #EDFDED;
}


.notifyjs-container{
  font-size: 13px;
}


.summary .td,.summary td{
  font-weight: bold;
}








.asenduskaup {
    background: #ff000024;
    /* padding-bottom: 4px; */
}


.addToCartReplaceProduct {
	margin-bottom: 0!important;
}




























/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .adsList li {
    width: calc(25% - 40px);
    }



}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .adsList li {
    width: calc(25% - 70px);
    }

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .adsList li {
    width: calc(25% - 40px);
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .adsList li {
    width: calc(25% - 70px);
    }

}








/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
.adsList li {
    width: calc(25% - 40px);
    }


}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
    .adsList li {
    width: calc(25% - 70px);
    }

}





/* ----------- HTC One ----------- */

/* Portrait */
@media 
  (max-device-width: 360px) 
  and (orientation: portrait) { 
.adsList li {
    width: calc(50% - 40px);
    }


}

/* Landscape */
@media 
  (max-device-width: 630px) 
  and (orientation: landscape) { 
   
    .adsList li {
    width: calc(50% - 70px);
    }



}

@media print {


  .noprint{
    display: none!important;
  }
  
.lang_select,.search-form,#secondary,#site-navigation,.mobileNav,.actions{
  display: none;
}

#colophon {
    background: white;
    color: #1F1F1F!important;
}
#colophon span{

    color: #1F1F1F!important;
}

.widget-footer, .widget-footer h3, .widget-footer h4, .widget-footer h5 {
    color: #DA251C;
}

}


@media (max-width: 867px) {
  
input[type='submit'],input[type='button'], .submit.button {
    padding: 2px 3px;
    font-size: 9px;
}

}


@media (max-width: 767px) {
  


}




/* Hide the clear button from date input */

input[type="date"]::-webkit-clear-button {
 -webkit-appearance: none;
  display: none;
}

/* Hide the spin button from date input */

input[type="date"]::-webkit-inner-spin-button { 
  -webkit-appearance: none;
  display: none;
}

input[type="date"]::-ms-clear {
 display: none;
}

.disabled.updateRow {
    color: #CDCDCD;
}
.enabled.updateRow {
    color: black;
    font-weight: bold;
    cursor: pointer;
}


.w5{ width: 5%; }
.w10{ width: 10%; }
.w15{ width: 15%; }
.w20{ width: 20%; }
.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w100{ width: 100%; }

.fl{float: left;}
.fr{float: right;}

.line1 {
    float: left;
    width: 100%;
        word-wrap: break-word;
    word-break: break-all;
}
.userLog{
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding:0px;
}

.userLog li{
float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.userLog tr{

    border-bottom: 1px solid lightgray;
}



.tar{
  text-align: right;
}



.activeUsers li{
float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.errors li{
  color: red;
}
.notices li{
  color: green;
}

.inCamp .price{
	color:red;
	font-weight: bold;
}
.newproduct {
    color: red;
    font-size: 10px;
    padding: 1px 2px;
}

.outletproduct {
    color: red;
    font-size: 10px;
    padding: 1px 2px;
}
.specialproduct {
    color: red;
    font-size: 10px;
    padding: 1px 2px;
}
.red{
	color: red!important;
}

.offerlink{
	color: red!important;
	font-size: 15px;
}
.selectLimit{

}

.selectLimit a {
    margin-left: 6px;
    border-left: 1px solid lightgray;
    padding-left: 6px;
    color: gray!important;
}
.selectLimit a.active{
    color: #4276C5!important;
}

.confirmalert {
    color: red;
    font-size: 12px;
    font-weight: normal;
    /* width: 400px; */
    line-height: 20px;
    margin-bottom: 6px;
}

.pricecomments {
    color: red;
    font-weight: normal !important;
    text-align: right;
    font-size: 0.9em;
}

span.pricecomments {
    width: 100%;
    display: inline-block;
    width: 18em;
    float: right;
}

.cattitle{
    float: left;
    width: auto;
}

.useKast{
	margin-top: 8px!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #e9e9e9!important;
    border: 0!important;
    border-bottom: 1px solid lightgray!important;
    border-top: 1px solid lightgray!important;
    border-left: 1px solid lightgray!important;
}

.Slabel .newproduct, .Slabel .outletproduct, .Slabel .specialproduct {
    float: left;
}


body{
    height: 100%;
    background: #1F1F1F;
}
#app{
    background: #fff;
}
footer{
    margin-top: 2em;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Bebas Neue', sans-serif;
}

#menu-peamenuu a{
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
}