@charset "utf-8";
/* CSS Document */
/* https://icons8.com/icons/set/shopping-cart--animated */

html {
	width: 100%;
}

body {
  margin: 10px auto;
  font-family: Arial, Helvetica, sans-serif;
	width:90%;
}

#mainContent {
min-height: 90vh;
}

.modify-plist {
cursor:pointer;
width: 40px;
height: 40px;
background:#FFFF99;
background-image:url(/fp_pics/icons/shopping-cart.gif);
display: inline-block;
text-align: center;
vertical-align:middle;
font-size: 22px;
font-weight:bold;
margin:5px;
}

.modify-plist-up {
cursor:pointer;
width: 40px;
height: 40px;
background:#f2f2f2;
background-image:url(/fp_pics/icons/shopping-cart-up.gif);
display: inline-block;
text-align: center;
vertical-align:middle;
font-size: 22px;
font-weight:bold;
margin:5px;
}

.modify-cos {
cursor:pointer;
width: 30px;
height: 30px;
background:#f2f2f2;
border-radius:50%;
display: inline-block;
text-align: center;
vertical-align:middle;
font-size: 22px;
font-weight:bold;
}

.qtybox {
text-align: center;
padding-left:2px;
padding-right:2px;
border: 1px solid #ddd;
display: inline-block;
vertical-align: middle;
font-size: 20px;
margin:6px 6px 6px 6px;
}

.vinieta {
max-width:80px;
max-height:80px;
width: auto;
height: auto;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .modify-cos {
    width: 100%;
  }
	.qtybox1 {
    width: 100%;
  }
}

.buttonLarge {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.buttonLarge_error {
background-color: #FF0000;
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}


.blink {
	animation: blinker 1.5s linear infinite;
	}
	@keyframes blinker {
		50% {
			opacity: 0;
		}
}

.cmdrow {
box-sizing: border-box;
width: 70%;
}

.cmdcolumnleft {
	float: left;
  width: 70%;
}

.cmdcolumnmiddle {
	float: left;
  width: 15%;
}

.cmdcolumnright {
	float: left;
  width: 15%;
}

/* Clear floats after the columns */
.cmdrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.cmdcolumnleft, .cmdcolumnmiddle, .cmdcolumnright {
  width: 100%;
}
.cmdrow {
	width: 100%;
}

}

.modelList {
list-style-type:none;
}

.modelList li {
	height:2em;
	margin-bottom:4px;
}

.modelList li a:hover {
	color:#FF9900;
	font-weight:bold;
	font-size:18px;
}

.level2list {
	list-style-type: none;
  margin: 8px;
  padding: 2px;
}
.level2list li {
padding-left:6px;
border-left:2px solid #FF0000;
margin-bottom:10px;
}

.level2list li a {
text-decoration:none;
}

.radiolist {
display:inline-block;
background-color: #F1F1F1;
margin-bottom:8px;
padding:4px;
}

.addstuff {
display:inline-block;
background-color: #def1ff;
margin-bottom:8px;
padding:4px;
}

.addstuff_error {
display:inline-block;
background-color: #def1ff;
margin-bottom:8px;
padding:4px;
border: 1px solid red;
}

.atentie {
display:inline-block;
background-color: #FFFFCC;
margin-bottom:12px;
padding:6px;
}

.sublin {
color:#009900;
}

.allselects {
font-size:18px;
margin-top:2px;
}

.allselects_error {
font-size:18px;
margin-top:2px;
border-color:#FF0000;
border-style:solid;
}

.alltexts {
font-size:1em;
margin-top:2px;
}

.alltexts_error {
font-size:1em;
margin-top:2px;
border-color:#FF0000;
border-style:solid;
}

.categoryspot {
float:left;
width:120px;
min-height:120px;
box-sizing: border-box;
text-align:center;
margin:4px;
padding:10px;
border-color:#CCCCCC;
border-style: solid;
border-width: 1px;
}

/* Clear floats after the columns */
.categoryspot:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
.categoryspot {
width: 100%;
padding-top:10px;
margin-top:10px;
margin-bottom:10px;
}
}

.breadcrumbsnormal {
font-size:smaller;
}

.filtermenu {
margin-bottom:20px;
}

.filterspot {
float:left;
padding-right:20px;
}

.thinline {
/* not used */
border-top:1px solid #c00;
}

#cositemsmobile {
float:right;
background-color:#FF0000;
padding:4px;
border-radius:25px;
color:#FFFFFF;
}

.anunt {
margin:8px;
margin-bottom:12px;
color:#009900;
}