html,
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: auto;
	background-color: #222;

}

#back_button{

display: none;

}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    display: none; 
}

#loader_spin {

	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;

}
a, a:hover, a:visited {

	


}

.washout {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease;
  }

.central-window .row {
	margin-top: 25px !important;
}

.full-height {
	height: 80vh;
}

.b-divider {
	height: 1.5rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.s-divider {
	height: 0.5rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.footer-content {
	background-color: #222;
	box-shadow: 0 2px 10px rgb(0 0 0 / 24%), 0 2px 10px rgb(0 0 0 / 30%);
	height: 250px;
	color: #fff;
}
 


.hidden_object {

	display: none !important;

}


/** preset lists **/

.central-window{

	min-height: 700px !important;

}




@media (max-width: 1300px) {

	 
	.central-window{

		min-height: auto !important;

	}

	.option {
		max-height: 135px !important;
	}

	.text-option{

		width: 235px !important;
	}
}

@media (max-width: 900px) {

     .adjust-small-screen.option{

		width: 250px !important;
		height: 135px !important;
		max-height: 135px !important;
	 }
	
	 .central-window{

		min-height: auto !important;

	}

	.option {
		max-height: 125px !important;

	}
	
	.text-option{

		width: 400px !important; 
		height: auto !important
	}

}

.option {
	border-radius: 10px;
	max-height: 235px;
	height: 235px;
	outline: 1px solid lightgrey; 
	cursor: pointer;
	font-weight: bold;

	font-size: 18px;

	align-items: center;
	justify-content: center;	
	margin-bottom: 10px;
	display: flex;

}

.____option:hover{
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
	color: rgba(255, 255, 255, 0.55);
	outline: 3px solid #000; 
	
}


.option:hover{
	--bs-bg-opacity: 1;
	
	#outline: 2px solid #000; 
	box-shadow: 0 0 8px 4px #02a0df !important;

}

.option.selected{

	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
	color: rgba(255, 255, 255, 0.55) !important;


}



/** product preview **/


.product-preview {

	overflow: auto;

}


.product-preview .product .sifra {

	font-size: 20px;
	font-weight: bold;

}

.product-preview .product .title {
	font-weight: 500;
	font-size: 24px;

}

.product-preview .product .description {
	
	color: grey;
	font-size: 13px;

}

.product-preview .product>img {

	max-height: 430px;
	max-width: 100%;

}

/** presets CSS **/
.presets {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	overflow: auto;
	background-color: lightslategray;
	width: 100%;
}



.item {
    margin: 5px;
    float: left;
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
    width: 48%;
    height: 130px !important;
}


.item_pc {
	#margin: 0px !important;
	height: auto !important;
}

@media (max-width: 1300px) {
    .item {
        width: 100%;
        padding-top: 5px;
		height: auto !important;
    }
	
}


@media (max-width: 900px) {
    .item {
		margin: 0px !important;
		margin-top: 10px !important;
    }
}


.item_border{
	padding: 15px;
	border-radius: 10px;
	outline: 1px solid lightgrey; 
}

.item_border:hover{
	padding: 15px;
	border-radius: 10px;
	#outline: 2px solid #000; 
	box-shadow: 0 0 8px 4px #02a0df;
}

.item-option {

	width: 93%;
	float: left;
	margin: 10px;
	padding: 7px;
	border-top: solid 1px rgba(0, 0, 0, .15);
	background-color: #fff;
}

.disabled.item:hover {
	cursor: not-allowed !important;
	border: 1px solid rgba(0, 0, 0, .15);
} 


#selected-items-list .item:hover {
	#border: 1px solid lightcoral !important;
	box-shadow: 0 0 8px 4px #02a0df !important;
}

.selected {
	#border: 1px solid lightcoral !important;
	box-shadow: 0 0 8px 4px #02a0df !important;
}

.selected_pc {
	border: 4px solid lightcoral !important;
}

.item-option .image {
	padding: 8px !important;
	border-radius: .375rem;
	background-color: white;
}

.item-option .image>img {
	width: 70px !important;
	display: block;
}

.item-option:hover {
	box-shadow: 0 0 8px 4px #02a0df !important;
}

.item .image {
	padding: 4px;
	border-radius: .375rem;
	background-color: white;
}

.item .image>img {
	width: 100%;
	display: block;
}

.product-preview .product .title{
	width: 80%;
}

#presets-list-saved .item,
#presets-list .item {
	position: relative;
}

#presets-list-saved .item .title,
#presets-list .item .title {
	overflow: hidden;
	color: #1257ab;
	height: 75px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

#presets-list-saved .item .description,
#presets-list .item .description {
	text-align: left;
	font-size: 12px;
	height: 160px;
	color: grey;
	overflow: hidden;
	margin-bottom: 10px;
}
#presets-list-saved,
#presets-list .item .group {
	text-align: left;
}

#presets-list-saved .item .price,
#presets-list .item .price {
	overflow: hidden;
	color: #301c53;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:10px;
	text-align:right;
}
#presets-list-saved .item .action_bar,
#presets-list .item .action_bar{
	
	bottom: 0;
	margin-bottom:10px;
}

.item .bi-lock:before {
	font-weight: 900 !important;
}

.item .bi-lock {
	position: absolute;
	right: 12px;
	color: red;
}



/** content of item ***/
.content.item-list {

	cursor: pointer;
}

.content .image,
.content .product_data {
	float: left;
}

.content .image {
	padding: 0 6px;
	border-radius: .375rem;
	background-color: white;
}

.content .image>img {
	width: 60px;
	display: block;
}

.content .title,
.content .description,
.content .sku,
.content .stock,
.content .price {
	padding-left: 10px;
}

.content .w-80 {
	max-width: 79%;	
}

.title.w-80 {
	max-width: unset;

}

.stock-status{

	padding-left: 82px;
}
.title_text{

	height: 60px;
	overflow:hidden;
}

.content .stock{

	font-weight: bold;

}


.configuration .sku {
	font-size: 10px;
}

.configuration .title {
	font-size: 14px;
	font-weight: bold;
}



.configuration .price {
	font-size: 12px;
	font-weight: bold;
}

/* selected-items-list **/


#selected-items-list .configuration {
	display: inline-block;
	max-height: 330px;
	overflow: auto;
}

.selected-items {
	font-size: 13px;
	overflow: auto;
	height: 100%;
	width: 100%;
	display: inline-block;

}


.item .group {
	font-weight: bold;
	padding-bottom: 2px;
}

.disabled {
	cursor: not-allowed !important;
}

.default_item {

	outline: solid 4px blue !important;
	outline-offset: -4px;

}


.selected_item {

	outline: solid 4px greenyellow !important;
	outline-offset: -4px;

}

@media (min-width: 768px) {
	.col-md-2 {
		width: 24.1% !important;
	}		
}

@media (min-width: 992px) {
	.col-lg-2 {
		width: 19% !important;
	}
}

/** back arrow */

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.info-icon {
    position: absolute;
    bottom: 2px;
    right: 13px;
    font-size: 20px;
    color: #02a0df;
	padding: 4px;
}

.info-icon-left {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 20px;
    color: #02a0df;
	padding: 4px;
}

.info-tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: darkslategrey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 12px;
    right: 44px;
    margin-left: -60px;
}

.info-tooltip-text-right {
    visibility: hidden;
    width: 120px;
    background-color: darkslategrey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 44px;
}

.info-icon:hover + .info-tooltip-text, .info-icon-left:hover + .info-tooltip-text-right {
    visibility: visible;
}

/** pick items 




#configuration-item-list .item {
	border-radius: 10px;
	border: 2px solid lightgrey;
	width: 90%;
	margin: 5px;
	padding: 7px;
	cursor: pointer;

}

#configuration-item-list .item-option:hover {
	border: 2px solid black;
}

#configuration-item-list .disabled {
	cursor: not-allowed;
}

*/

/*** unused... 

.item-picker {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: #fff;
}




.item-picker .item {
	color: white;
	background-color: #464848;
	padding: 10px;
	height: 150px;
	border-radius: 5px;
	margin-bottom: 15px;
}





.item-picker .item .action{
	clear:both;
	padding-top: 20px;
}

.item-picker .item .action>div {
	width: 50%;
	float: left;
}

.item-picker .item .action>div:nth-child(2) {
	text-align: right;
	
}

.item-picker .item .info {
	border: 2px solid rgba(128, 189, 0, 1.0);
	border-radius: 0.375rem;
	padding: 5px 15px;
}

.item-picker .item .info:hover {
	background-color: rgba(128, 189, 0, 1.0);
}

***/