html {
	height:100%;
}

body {
	font-family: 'Lato', sans-serif;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

:root {
  --glowny-kolor-mobi: #3498db;
  --glowny-kolor-abrys: #757575;
}

/* ---- STYLE DLA WYDRUKÓW Z HTML  ---- */
/* https://abrys.online/t/1778 */
@media print {
	/*Drukowanie background-color*/
	html, body {
		width: 210mm;
		/*height: 297mm;*/
		-webkit-print-color-adjust: exact;
	}

	/* wyłaczenie domyślne wszystkich linków do elementów np. (/img/shop/xxx.jpg) */
	a[href]:after {
		content: none !important;
	}

	/* klasa dla konkretnych elementów - wyłączenie z drukowania np. buttonów */
	.no-print, .no-print *
  	{
		display: none !important;
	}
	
	/* wyglad select na wydrukach */
	select{
		border:none;
		background-color: transparent;
		color:inherit;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	}

	.container-print{
		width: 100% !important;
		margin: 0px !important;
		padding: 10px !important;
	}

	.print-text-danger-old{
		color: red !important;
	}
	.print-text-danger{
		color: black !important;
		font-weight: bolder !important;
		text-shadow: 0.5px 0.5px black !important;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;		
	}

	.sdDiv{
		padding: 0;
		padding-left: 20px !important;
	}

	.indentation {
		padding-left: 20px !important;	
	}

	.page-break {
		display: block;
		break-before: page;
		page-break-before: always;
	}

	.page-break-after {
		display: block;
		break-after: page;
		page-break-after:always;
	}
}

@page {
    size:A4 portrait;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-print-color-adjust: exact;
}

@page {
  @bottom-left {
    content: counter(page) ' of ' counter(pages);
  }
}
/* ---- bootstrap ---- */
.text-truncate{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ---- Klasa dla elementów pokazanych tylko dla admina ---- */
.adminOnly{
	border: dashed 1px #0000ff;
	border-radius: 15px;
	padding:0.5em;
}

.adminOnly::before{
    content: "Tylko dla Admina";
	font-weight: lighter;
    padding: 4px;
    position:relative;
    top: 0;
	margin-top: -2em;
    display:none;
    text-align: center;
    background-color: #6a6abb;
    border: 1px solid #2a2aeb;
	color: white;
	height: 2em;
	width:200px;
	margin-right: -200px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
	z-index: 9999;
}
.adminOnly:hover::before{
    display: block;
}

/* dla elementów na samej górze strony  - wyświetla poniżej*/
.adminOnlyBar::before{
	margin-top: 0em;
	margin-bottom: 1em;
	line-height:1em;
}

.short{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.font-bold {
  font-weight: bold;
}

/*---------------------INPUT-------------------*/

/*	[INFO]
	Ponizsze opcje wylaczaja "strzalki" w gore i w dol 
	przy inpucie o typie "number".
	Nie dzialalo i tak a zmiejszalo miejsce na wprowadzanie danych.
*/

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;
}

.container{
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------- PRZENIESIONE Z KOSZYKA (shop_cart.ejs)-------------------*/		

/* dla sekcji Wybór szafki */
.image-list {
	position:relative;
	float: left;
	display:inline;
}
.image-styles {

	width: 100%;
	margin-bottom:0px;
}
.image-title {	
	background:#eee;
	width:100%;
	height:45px;	
	position:relative;
	color:#222;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center; 
	margin-bottom:20px;
	padding:2px;
	opacity:0.6;
	filter:alpha(opacity=60);
	/* For IE8 and earlier */
	text-decoration: none;
	font-size:14px;
}

/*--------------------- KOLOR TŁA ZAKŁADEK DO REJESTRU-------------------*/		
.table>tbody>tr.success>td, 
.table>tbody>tr.success>th, 
.table>tbody>tr>td.success, 
.table>tbody>tr>th.success, 
.table>tfoot>tr.success>td, 
.table>tfoot>tr.success>th, 
.table>tfoot>tr>td.success, 
.table>tfoot>tr>th.success, 
.table>thead>tr.success>td, 
.table>thead>tr.success>th, 
.table>thead>tr>td.success, 
.table>thead>tr>th.success {
	background-color: #cce5f6; /* #b6daf2 #a0cfee #75b9e7 #5faee3;*/
}

.table>tbody>tr.success>td:hover, 
.table>tbody>tr.success>th:hover, 
.table>tbody>tr>td.success:hover, 
.table>tbody>tr>th.success:hover, 
.table>tfoot>tr.success>td:hover, 
.table>tfoot>tr.success>th:hover, 
.table>tfoot>tr>td.success:hover, 
.table>tfoot>tr>th.success:hover, 
.table>thead>tr.success>td:hover, 
.table>thead>tr.success>th:hover, 
.table>thead>tr>td.success:hover, 
.table>thead>tr>th.success:hover {
	background-color: #a0cfee;
}

input.form-control[type=text] {
	border-radius: 0px;
}
	
/*----------------LINK DO KOSZYKA----------------*/		
a:link{
	/*color:black;*/
}

/*-----------------STYLE DLA MENU REGULY-----------------*/

/* Rule Menu Variant: variant image */
/* Rule Menu Variant: variant image2 */
.RMV_variant_image2,
.RMV_variant_image{
	margin-top:15px;
	margin-bottom:20px;
	padding:2px;
}
		
.RMV_variant_image .desc,
.RMV_variant_image2	.desc{
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	font-weight: bold;
	position:relative;
	height: 18px;
	white-space: nowrap;
	overflow:hidden;
}		
/*
.RMV_variant_image	.desc{
	height: 10px;
}

.RMV_variant_image2	.desc{
	height: 20px;
}
*/
.RMV_variant_image .prev{
	background-color: white;
	position:relative;
	height:100%; 
	width:100%; 
	overflow:hidden;
	border-style: solid;
	border-width:1px;
	border-color: rgb(204, 204, 204);
	/*
	margin-top:15px;
	margin-bottom:20px;
	*/
}

.RMV_variant_image2	.prev{
	background-color: white;
	position:relative;
	height:100%;
	width:100%;
	border-style: solid;
	border-width:1px;
	border-color: rgb(204, 204, 204);
	/*
	margin-top:15px;
	margin-bottom:20px;
	*/
}

.optionGrp{
	font-size: larger;
	width: 100%;
    padding: 10px 10px 2px 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.optionGrp:not(:first-child) {
	margin-top: 20px;
}

.optPrevRGB::before {
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	background-color:currentColor;
	border: 1px solid #777;
	width:30px;
	height:30px;
}

/* .optionPrev.optPrevRGB:hover::before {
	transform:scale(2);
} */

.usrMat:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f007";
	position: absolute;
	top: 7px;
	right: 7px;
	background-color: #555;
	border-radius:5px;
	padding:2px;
	color:white;
}

.optionPrev{
	padding:1px;
	border: 1px solid #ddd;
	padding:0px;
}

.optionPrev.active{
	outline-style: solid;
	outline-width: 1px;
	outline-color: #999999;
	border-color: #999999;
	/*
	outline-color: #3498db;
	border-color: #3498db;
	*/
}

.optionPrev:hover,
.RMV_variant_image	.prev:hover,
.RMV_variant_image2	.prev:hover{
	
	outline-style: solid;
	outline-width: 1px;
	outline-color: #3498db;
	border-color: #3498db;			
	/*
	margin-top:15px;
	margin-bottom:20px;
	*/
}

.RMV_variant_image .prevDesc,
.RMV_variant_image2	.prevDesc{
	left:0px;
	bottom:0px;
	/*width:100%;*/
	background-color:#ffffff;
	/* color:#gggggg; */
	/* text-align:center; */
	font-size:11px;
	padding:2px 6px;
	overflow:hidden;
}

.RMV_variant_image .prevDesc{
	height:20px;
}

.RMV_variant_image2	.prevDesc{
	height:45px;
}

.RMV_variant_image .prevImg{
	width:100%; 
	transform: rotate(90deg)
}

.RMV_variant_image2	.prevImg{
	width:100%; 
	height:100%;
}

/*-----------------PASEK LOGOWANIA-----------------*/
.topBar{
	background-color:#3498db;
	text-align:right;
	line-height:8px;
	padding-top:10px;
	color:white !important;
	text-decoration:none;
}

.topBar a{
	color:#efefef;
	text-decoration:none;
	display: inline-block;
}

/*-------------------PASEK LOGO-------------------*/
.logoBar{
	background-color:white;
	height:61px;
	border-bottom:solid 1px;
	border-bottom-color: #CCCCCC;
	text-align:right;
	color:black;
}

#logoMebleMobi{
	height:60px;
	width:80px;
	position:absolute;
}

.logoBar a{
	color:#666666;
	text-decoration:none;
}

/*--------------------ŚCIEŻKA--------------------*/
nav a{
	display: inline;
}

/* breadcrumb w Menu */
.breadcrumb { 
	background-color:transparent;
	padding:8px 0px;
	margin-bottom:10px;
	position:relative;
	height:0px;
	top: 8px;
	z-index:100;
}
.breadcrumb a::after { 
	content: "\00a0\00a0/\00a0\00a0";
}
.breadcrumb a:link { 
	text-decoration:none;
}

/* breadcrumb Viewport czyli dla nakladanego na widok 3D */
.breadcrumbV { 
	background-color:transparent;
	padding:8px 0px;
	margin-bottom:10px;
	position:absolute;
	height:0px;
	top: 8px;
	left: 100px;
	z-index:100;
}
.breadcrumbV a::after { 
	content: "\00a0/\00a0";
}
.breadcrumbV a:link { 
	text-decoration:none;
}		
		
/*--------------------KROKI DLA STRONY ORDER--------------------*/
.stepwizard-step p {
	margin-top: 10px;    
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;     
	width: 100%;
	position: relative;
	margin-top:60px;
	margin-bottom:40px;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}

.stepwizard-step {    
	display: table-cell;
	text-align: center;
	position: relative;
	width:25%;
}

.btn-square {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
}

.btn-primary {
	background-color:var(--glowny-kolor-mobi);
}
	
/*-------------TYPY SZAFEK - NAGŁÓWKI-------------*/

.textLev1{
	width: 100%;
	display: none;
}

.textLev2{
	width: 100%;
	cursor: pointer;
	background-color:#eeeeee;
	padding: 8px 8px;
	margin-bottom:5px;
	margin-top:15px;
	font-size:25px;
	font-weight:bold;
	color: #777777;
}
.textLev2>img{
	border-radius:5px;
}

.textLev2>span{
	text-align:center;
	width:30px;
}

.textLev3{
	width: 100%;
	cursor: pointer;
	background-color:#ffffff;
	padding: 4px 20px;
	margin-top:15px;
	margin-bottom:2px;
	font-size:18px;
	color: #666666;
}

.textLev3>span{
	text-align:center;
	width:20px;
}

/* -------------------ABRYS: SHOP MENU-------------------*/

.divSliderMain{
	margin-top:40px;
	margin-bottom:20px;
}

.divSuwak{
	margin-top:10px;
}

.divSuwak:hover{
	cursor: pointer;
}

.divTabs{
	width:60px;
	position: absolute; 
	right:-60px;
	top:-1px;
	border-top: solid 1px #CCCCCC; /*solid 1px #CCCCCC;*/
	border-right: solid 1px #CCCCCC; /*solid 1px #CCCCCC;*/
	border-bottom: solid 1px #CCCCCC; /*solid 1px #CCCCCC;*/
	padding: 0px;
	margin: 0px; 
}

.divTabs:hover{
	cursor: pointer;
	padding: 0px;
	margin: 0px; 
}

.tabButtonDiv{
	position: relative;
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px; 
	border-left: solid 1px #ffffff;
	border-bottom: none;
	border-top: none; /*solid 1px #CCCCCC;*/
	/*border-right: solid 1px #CCCCCC;*/
}

.tabButton{
	width:100%;
	height:100%;
}

.tabButton:hover{
	cursor: pointer;
	background-color:var(--glowny-kolor-mobi);
}

/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}
*/

.wartosci{
	background-color:blue;	
	margin-left:10px;
	padding:3px;
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	color: var(--glowny-kolor-mobi);
	background: none; 
	font-weight:bold;
	font-size: 16px;
	width:60px;	
}

#priceBox{
	position: absolute; 
	right: 80px; 
	padding:20px; 
	top: 60px; 
	width: 30%; 
	/*height: 70%;*/ 
	min-width: 250px;
	min-height: 50px; 
	background-color: rgba(255, 255, 255, 0.85); 
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	color: rgb(100, 100, 100);
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	/*background-color:white;*/
	background-color: rgba(255, 255, 255, 0.85); 	
	padding:10px;
}

#itemInfoBox{
	position: absolute; 
	left: 0px; 
	padding:20px; 
	top: 0px; 
	width: 30%; 
	/*height: 70%;*/ 
	min-width: 250px;
	min-height: 20px; 
	background-color: rgba(255, 255, 255, 0.85); 
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	color: rgb(100, 100, 100);
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	/*background-color:white;*/
	background-color: rgba(255, 255, 255, 0.85); 	
	padding:10px;
}

#shopMenu{
	position: absolute;
	right: 80px; 
	padding:20px; 
	top: 205px;
	width: 30%; 
	height: 70%; 
	min-width: 250px;
	min-height: 50px; 
	background-color: rgba(255, 255, 255, 0.85); 
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	color: rgb(100, 100, 100)
}

#menu_options{
	height:100%;
	width:220px;
	border-right:1px solid #DDDDDD;
}

.btnSaveToCart{
	text-align:center;
	margin-top:10px;
	top:5px;
}

.dodajDoKoszyka {
	width:85%;
	color: #ffffff;
	font-size: 16px;
	background:  var(--glowny-kolor-mobi);
	padding: 8px;
	text-decoration: none;
	border:none;
	border-radius: 0px;
	position: absolute;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	bottom:10px;
}

.dodajDoKoszyka:hover {
	background: #9e9e9e;
	text-decoration: none;
}

/* -------------------ABRYS: SHOP BAR-------------------*/

.icoActive, .icoActive:hover, .icoActive:active, .icoActive:focus{
	color: #ffa500;
	/* -webkit-filter: blur(0.2px); Safari 6.0 - 9.0 */
	/* filter: blur(0.2px);				 */
}

.cart,.exit {
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	cursor:pointer;
	border: 1px solid #DDDDDD;
}

.cart > i {
	font-size:20px;
	color: #999999;
  }

.exit > i {
	font-size:25px;
	color: #999999;
  }

.cart:hover,.exit:hover{
	border: 1px solid var(--glowny-kolor-mobi);	
}

.cart:hover,.exit:hover > i{
	color: var(--glowny-kolor-mobi);
  }

.cart:hover:before{
	border: 1px solid var(--glowny-kolor-mobi);
	color: var(--glowny-kolor-mobi);
	font-weight:800;
  }

.cart:before {
	content:attr(data-totalitems);
	font-size:12px;
	font-weight:800;
	position:absolute;
	top:-10px;
	background-color:white;
	right:-12px;
	line-height:24px;
	padding:0 5px;
	height:24px;
	min-width:24px;
	color:#999999;
	text-align:center;
	border-radius:24px;
	border: 1px solid #999999;
}

#cart.shake {
	animation: shakeCart .4s ease-in-out forwards;
  }

#cartInfo.shake {
	animation: shakeCart .4s ease-in-out forwards;
  }

.sendtocart.cart-item {
	  animation: sendToCart 2s forwards;
}
/* #cartsList */
#cartsList-content{
	cursor: pointer;
	height:calc(100% - 2em);
	overflow-y: auto;
	padding-right:10px;
}
#cartsList{
	min-width:350px;
	max-height:400px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	right: 0;
	display: none;
	z-index:2;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px 5px #ddd;
}

@keyframes sendToCart {
	0% {
		top:50%;
		right:63%;
		transform: scale(0.0);
	  }
	  25% {
		top:50%;
		right:63%;
		transform: scale(1.0);
	  }
	100% {
		top:2%;
		right:3%;
		transform: scale(0.5);
	  }
}

@keyframes shakeCart {
	25% {
		transform:translateX(10px);
	}
	50% {
		transform:translateX(-8px);
	}
	75% {
		transform:translateX(4px);
	}
	100% {
		transform:translateX(0);
	}
}

.messages {
	height:450px;
}
.messages .message .text_wrapper {
	max-width: unset;
}
.messages .message .text_wrapper .text {
	text-align:left;
}
.msgfooter{
	text-align:left;
}
		
/*---------------------BUTTONY-------------------*/

/* ABRYS BUTTON 1 */
.aBtn1{
	cursor: pointer;
	background-color:white;
	border-radius: 999px;
	line-height:100%;
	border: solid 1px #DDDDDD;
	font-weight: normal;
	color: #666666;
}

.aBtn1a{
	color: #ffffff;	/* #3398DC; #264C72*/
	background-color: #264c72;	/* #337ab7; #3398DC; #264C72; transparent*/
	border-color: #264c72;	/* #3398DC; #264C72*/
	outline:none;
	cursor: pointer;
	border-radius: 999px;
	line-height:100%;
	font-weight: normal;
}

/* ABRYS BUTTON 1 - LEFT */
.aBtn1.L{
	border-radius: 999px 0 0 999px;
}

/* ABRYS BUTTON 1 - RIGHT */
.aBtn1.R{
	border-radius: 0 999px 999px 0;
}

.aBtn1:hover{
	color: #ffffff;	/* #3398DC; #264C72*/
	background-color: #337ab7;	/* #337ab7; #3398DC; #264C72; transparent*/
	border-color: #337ab7;	/* #3398DC; #264C72*/
	outline:none;
}

.aBtn1.aBtnH2:hover{
	color: #ffffff;	/* #3398DC; #264C72*/
	background-color: #264c72;	/* #337ab7; #3398DC; #264C72; transparent*/
	border-color: #264c72;	/* #3398DC; #264C72*/
	outline:none;
}

.aBtn1:focus{
	outline:none;
}

.aBtn1:disabled{
	color:#CCCCCC;
	cursor: not-allowed;
	outline:none;
}

.aBtn1:disabled:hover{
	color: #ffffff;	/* #3398DC; #264C72*/
	background-color: #DDDDDD;	/* #337ab7; #3398DC; #264C72; transparent*/
	border-color: #DDDDDD;	/* #3398DC; #264C72*/
	outline:none;
}

/* ABRYS: BUTTON "ZALOGUJ" */
.aBtnLogin{
	border-radius: 0;
	background-color: #ffffff;
	border: solid 1px #DDDDDD;
	color: #888888;
}

.aBtnLogin:hover{
	background-color: #264C72;
	border-color: #264C72;
	color: #ffffff;
}

/* ABRYS: BUTTON - EXPAND MENU */
.aBtnEM {
	display: inline-block;
	cursor: pointer;
}

/* ABRYS: BUTTON - EXPAND MENU BAR */
.aBtnEMB{
	width: 25px;
	height: 4px;
	background-color: #264C72;
	border-radius: 5px;
	margin: 5px 0;
	transition: 0.4s;
}

.change .aBtnEMB {
	width: 4px;
	border-radius: 5px;
}

.buttonSubmenu{
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;

}
.buttonSubmenu:hover{
	background-color: #3398DC;
	color: white;
}

.buttonSubmenu1{
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.buttonSubmenu1:hover{
	background-color: #3398DC;
	color: white;
	border-width: 1px;
	border-color: #3398DC;
}

.buttonSubmenu2{
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.buttonSubmenu2:hover{
	background-color: #CCCCCC;
	color: white;
	border-width: 1px;
	border-color: #CCCCCC;
}

.buttonSubmenu3{
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;

}
.buttonSubmenu3:hover{
	background-color: #CCCCCC;
	color: white;
}

.buttonSubmenu4{
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.buttonSubmenu4:hover{
	background-color: #3398DC;
	color: white;
	border-width: 1px;
	border-color: white; /*#3398DC;*/
}

#buttonZalozKonto{
	text-align:center;
	margin-top:30px;
}

.buttonZalozKonto {
  width:85%;
  color: #ffffff;
  font-size: 16px;
  background:  var(--glowny-kolor-mobi);
  padding: 11px;
  text-decoration: none;
  border:none;
  position: absolute;
  -webkit-transform: translatex(-50%);
}

.buttonZalozKonto:hover {
  background: #9e9e9e;
  text-decoration: none;
}

#buttonBezRejestracji {
	text-align:center;
	margin-top:90px;
}

.buttonBezRejestracji {
  width:85%;
  color: #ffffff;
  font-size: 16px;
  background: #888888;
  padding: 11px;
  text-decoration: none;
  border:none;
  position: absolute;
  -webkit-transform: translatex(-50%);
}

.buttonBezRejestracji:hover {
  background: #9e9e9e;
  text-decoration: none;
}

#buttonZalogujSie {
	text-align:center;
	margin-top:30px;
}

.buttonZalogujSie {
	width:83%;
	color: #ffffff;
	font-size: 16px;
	background:  var(--glowny-kolor-mobi);
	padding: 11px;
	text-decoration: none;
	border:none;
	position: absolute;
	-webkit-transform: translatex(-50%);
}

.buttonZalogujSie:hover {
	background: #9e9e9e;
	text-decoration: none;
}

#buttonPrzypomnijHaslo{
	text-align:center;
	margin-top:80px;
}

.buttonPrzypomnijHaslo {
	width:83%;
	color: #9e9e9e;
	font-size: 16px;
	background: #ffffff;
	padding: 11px;
	text-decoration: none;
	border-color:#9e9e9e;
	border-width:1px;
	border-style:solid;
	position: absolute;
	-webkit-transform: translatex(-50%);
}

.buttonPrzypomnijHaslo:hover {
	background: #9e9e9e;
	text-decoration: none;
	color: #ffffff;
}

.buttonBialy {
	color: #9e9e9e;
	font-size: 16px;
	background: #ffffff;
	padding: 8px 20px;
	text-decoration: none;
	border-color:#9e9e9e;
	border-width:1px;
	border-style:solid;
	margin: 0px 2px;
}

.buttonBialy:hover {
	background: #9e9e9e;
	text-decoration: none;
	color: #ffffff;
}

.buttonNiebieski {
	color: #ffffff;
	font-size: 16px;
	background:  var(--glowny-kolor-mobi);
	padding: 9px 20px;
	text-decoration: none;
	border:none;
	margin: 0px 2px;
}

.buttonNiebieski:hover {
	background: #9e9e9e;
	text-decoration: none;
}

.formZalogujSie{
	margin-top:10px;
}

.btn.active{
	z-index:0;			/* [PR] z jakiegos powodu domyslnie było 2 przez co nachodziło na modale itd... */
}

.btn-primary{
	color: #9e9e9e;
	font-size: 12px;
	background: #ffffff;
	background-color: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	margin: 0px 2px;
	border-radius: 0px;
	margin-bottom:4px;
 }
 
.btn-primary:hover {
	background: #9e9e9e;
	background-color: #9e9e9e;
	text-decoration: none;
	color: #ffffff;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

.btn-primary.active{
	background: var(--glowny-kolor-mobi);
	background-color: var(--glowny-kolor-mobi);
	text-decoration: none;
	color: #ffffff;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

.btn-primary.active{
	background: var(--glowny-kolor-mobi);
	background-color: var(--glowny-kolor-mobi);
	text-decoration: none;
	color: #ffffff;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
  }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: var(--glowny-kolor-mobi);
  text-decoration: none;
  color: #ffffff;
  border-color:#CCCCCC;
  border-width:1px;
  border-style:solid;
}

.btn-primary .badge {
  color: #fff;
  background-color: #fff;
}

.buttonMenuLeft{
	width:100%;
	margin-top:5px;
	border-radius: 0px;
	background-color: #ffffff;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

.buttonMenuLeft:hover{
	color: #ffffff;
	background-color: var(--glowny-kolor-mobi);
}

.buttonMenuTop{
	margin-top:5px;
	border-radius: 0px;
	background-color: #ffffff;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.buttonMenuTop:hover{
	color: #ffffff;
	background-color: var(--glowny-kolor-mobi);
}

/*------------NADPISANIE KOLORU TŁA Z SidebarTransitions_component.css--------------*/
.st-menu {
	/*background: rgba(230, 230, 230, 0.6);*/
	background-color:rgba(255, 255, 255, 0.85);
	z-index:10;	/* domyślnie jest niepotrzebnie 100 */
}

.st-effect-1.st-border{
	border-right: 1px solid #ccc;
}

.st-effect-4.st-border{
	border-left: 1px solid #ccc;
}

.st-effect-3.st-border{
	border: 1px solid #ccc;
	border-top: 0px;
}

/*------------DO INPUTU PLUS MINUS--------------*/
.counter-minus{
	width: 30px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	border-radius: 0px;
	padding: 0 8px;
	background-color:rgba(76, 76, 76, 0.4);
}

.counter-minus:disabled{
	background-color:rgba(76, 76, 76, 0.3);
}

.counter-plus{
	width: 30px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	border-radius: 0px;
	padding: 0 8px;
	background-color:rgba(76, 76, 76, 0.4);
}

.counter-minus:focus{
	outline: none !important;
}

.counter-minus:hover{
	background-color:#888888;
	color: white;
}

.counter-plus:focus{
	outline: none !important;
}

.counter-plus:hover{
	background-color:#888888;
	color: white;
}
	
.handle-counter { overflow: hidden; }

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float: left;
  text-align: center;
}

.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }

.handle-counter input {
	width: 40px;
	height: 25px;
	border-width: 1px;
	border-color:#CCCCCC;
	border-style:solid;
	border-left: none;
	border-right: none;
}

/*------------ZE STAREGO PLIKU ABRYS.CSS--------------*/

/* DIV BUTTON */
.divButton{
} 

.divButton:hover{
	cursor: pointer;
}

.divButton2{
} 

.divButton2:hover{
	/*background-color: rgba(51, 152, 220,0.8);*/
	outline:2px solid #3398DC !important; /* !importatnt nadpisuje wartosc nawet jak zdefiniowana jest w elemencie w html */
	outline-offset: -1px;
	/*color: white;*/
	cursor: pointer;
}

.divButton2a, .divButton2:active { /* active */
	background-color: #3398DC;
	color: white;
	cursor: pointer;
}

.divButton2.a:active { /* active type 2 */
	background-color: #ffffff;
	cursor: pointer;
}

.divButton3{
} 

.divButton3:hover{	
	outline:2px solid #DDD !important; /* !importatnt nadpisuje wartosc nawet jak zdefiniowana jest w elemencie w html */
	outline-offset: -2px;
	cursor: pointer;
}

.divButton3a, .divButton3:active { /* active */
	outline:2px solid #3398DC !important; /* !importatnt nadpisuje wartosc nawet jak zdefiniowana jest w elemencie w html */
	outline-offset: -2px;
}

/* ABRYS: OKNA MODALNE TEST*/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* 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-top {
	z-index: 99999; /* Sit on top */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 60px auto; /* 15% from the top and centered */
	padding: 10px;
	border: 1px solid #888;
	width: 90%; /* Could be more or less, depending on screen size */
	height: 90%;
}

.content-login{
	padding:0px;
	width: 400px;
	height: 370px; 
	border-radius:0px;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#jobEditorMenu{
	position: absolute; 
	right: 0px; 
	padding:0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	min-width: 250px;
	min-height: 50px; 
	background-color: rgba(255, 255, 255, 0.85); 
	border-style: solid;
	border-width:1px; 
	border-color: rgb(204, 204, 204);
	color: rgb(100, 100, 100)
}

/* PRZELACZNIK TYPU "SWITCH/CHECKBOX" */

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 64px;
	height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
	display:none;
}

/* The slider */
.switchSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: transform .4s; /* UWAGA! nie moze byc samo .4s <-- bez transform przy przelaczaniu zakladek (zmiana visibility) tez czeka 0.4s zanim zniknie... */
	transition: transform .4s;
}

.switchSlider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 28px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: transform .4s;
	transition: transform .4s;
}

input:checked + .switchSlider {
	background-color: var(--glowny-kolor-mobi);
}

input:focus + .switchSlider {
	box-shadow: 0 0 1px var(--glowny-kolor-mobi);
}

input:checked + .switchSlider:before {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

/* Rounded sliders */
.switchSlider.round {
	border-radius: 34px;
}

.switchSlider.round:before {
	border-radius: 50%;
}
			
/*------------TYTUŁ NOWY LUB ZAREJESTROWANY KLIENT--------------*/
.titleRodzajKlienta{
	text-align:left;
	margin-top:10px;
	font-weight:bold;
	color:#666666;
	font-size: 20px;
}
/*--------------------INFO BRAK REJESTRACJI--------------------*/
#infoBezRejestracji {
	text-align:justify;
	margin-top:170px;
	font-weight:bold;
	color:#666666;
	line-height: 160%;
}

/*--------------------INPUTY--------------------*/

input.form-control.logowanieSklep[type=text],
input.form-control.logowanieSklep[type=password] {
	width: 90%;
	height:8%;
	background-color: #efefef;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}

input.form-control.logowanieSklep[type=text] {
	margin-top: 30px;
}

input.form-control.logowanieSklep[type=password] {
	margin-top: 5%;
}

input.form-control.logowanieSklep[type=text]:focus,
input.form-control.logowanieSklep[type=password]:focus {
	/*-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);*/
	border: 2px solid #929292;
	background-color: #ffffff;
	color: gray;
}

input.form-control.logowanieSklep::-webkit-input-placeholder {
	color: #999;
}
input.form-control.logowanieSklep:focus::-webkit-input-placeholder {
	color: #428C42;
}
/* Firefox < 19 */
input.form-control.logowanieSklep:-moz-placeholder {
	color: #999;
}
input.form-control.logowanieSklep:focus:-moz-placeholder {
	color: #428C42;
}
/* Firefox > 19 */
input.form-control.logowanieSklep::-moz-placeholder {
	color: #999;
}
input.form-control.logowanieSklep:focus::-moz-placeholder {
	color: #428C42;
}
/* Internet Explorer 10 */
input.form-control.logowanieSklep:-ms-input-placeholder {
	color: #999;
}
input.form-control.logowanieSklep:focus:-ms-input-placeholder {
	color: #428C42;
}

/*--------UNIKNIĘCIE PODŚWIETLANIA PÓL NA ŻÓŁTO--------*/

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover, 
input.form-control:-webkit-autofill:focus
input.form-control:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: inherit !important;
	-webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset;
	transition: background-color 5000s ease-in-out 0s;
}

/*---------------------SCROLLBAR-------------------*/

/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
											  rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
/*
 *  STYLE 8
 */
#style-8::-webkit-scrollbar-track {
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
	background-color: #000000;	
}

.scrollbarNew::-webkit-scrollbar{
	width: 16px;
	background-color: #ffffff; /*#F5F5F5;*/
}

.scrollbarNew::-webkit-scrollbar-track{
	border: none;	/* #CCCCCC; /*1px solid white;*/
	background-color: #ffffff;   /* #CCCCCC white; /*#F5F5F5;*/
}

.scrollbarNew::-webkit-scrollbar-thumb{
	border: 4px solid #ffffff;        /*rgba(255,255,255,0.3);*/
	background-color: #cccccc;  /* #4B78BE #1759BF; #CCCCCC; margin:2px; */
}

/* SCROLLBAR ROUNDED */
.scrollbarNewR::-webkit-scrollbar{
	width: 16px;
	background-color: #ffffff; /*#F5F5F5;*/
}

.scrollbarNewR::-webkit-scrollbar-track{
	border: none;	/* #CCCCCC; /*1px solid white;*/
	background-color: #ffffff;   /* #CCCCCC white; /*#F5F5F5;*/
}

.scrollbarNewR::-webkit-scrollbar-thumb{
	border-radius: 99px;
	border: 4px solid #ffffff;        /*rgba(255,255,255,0.3);*/
	background-color: #cccccc;  /* #4B78BE #1759BF; #CCCCCC; margin:2px; */
}

.scrollbarNew2::-webkit-scrollbar{
	width: 16px;
	background-color: white; /*#F5F5F5;*/
}


.scrollbarNew2::-webkit-scrollbar-track{
	border: none;	/* #CCCCCC; /*1px solid white;*/
	background-color: white;   /* #CCCCCC white; /*#F5F5F5;*/
	border: 1px solid #ccc;
	background-clip: content-box;
}

.scrollbarNew2::-webkit-scrollbar-thumb{
			/* border: 4px solid white; rgba(255,255,255,0.3);*/
	background-color: #CCCCCC;  /* #4B78BE #1759BF; #CCCCCC; margin:2px; */
}

.scrollbarNew3::-webkit-scrollbar{
	width: 16px;
	background-color: #eeeeee; /*#F5F5F5;*/
}

.scrollbarNew3::-webkit-scrollbar-track{
	border: none;	/* #CCCCCC; /*1px solid white;*/
	background-color: #eeeeee;   /* #CCCCCC white; /*#F5F5F5;*/
}

.scrollbarNew3::-webkit-scrollbar-thumb{
	border: 4px solid #eeeeee;        /*rgba(255,255,255,0.3);*/
	background-color: #2F3129;  /* #4B78BE #1759BF; #CCCCCC; margin:2px; */
}

.scrollbarNew4::-webkit-scrollbar{
	width: 16px;
	background-color: #293134; /*#F5F5F5;*/
}

.scrollbarNew4::-webkit-scrollbar-track{
	border: none;	/* #CCCCCC; /*1px solid white;*/
	background-color: #293134;   /* #CCCCCC white; /*#F5F5F5;*/
	border-left:1px solid #3B4244;
}

.scrollbarNew4::-webkit-scrollbar-thumb{
	border: none;        /*rgba(255,255,255,0.3);*/
	background-color: #494D4F;  /* #4B78BE #1759BF; #CCCCCC; margin:2px; */
}

/*--------------------STOPKA--------------------*/
.footer{
	color: white;
	text-align: center;
	padding-bottom:5px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:rgb(200,200,200);
	width:100%;
	line-height:10px;
	position:absolute;
	right:0;
	bottom:0px;
	left:0;
}	
/*--------------------POWIADOMIENIA (NAKLADKA DO BIBLIOTEKI "toast.js")--------------------*/
.toast-top-center {
	top: 70px;
	right: 0;
	width: 100%;
}
 /*#2F96B4; fffcb2*/
 .toast-info {
  background-color: var(--glowny-kolor-mobi);
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
*/

/*-------------------- AREASELECT (ZAZNACZANIE RAMKĄ) --------------------*/

ul.info{
  position: absolute;
  bottom: 4px;
  left: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.info li {
  display: block;
  float: left;
  font-size: 10px;
}

#cache-status {
  font-size: 25px;
  color: red;
  position: absolute;
  left: 400px;
  top: 10px;
}

#ray-intersection {
  border: 1px solid #CCC;
  z-index: 10;
  width: 500px;
  height: 500px;
  /* OFFSET CHANGE */
  /* adding these values to demonstrate ray intersections anywhere in the scene */
  position: absolute;
  left: 150px;
  top: 120px;
  pointer-events: all;
}

#areaselect {
	position:absolute;
	/* initialize it offscreen */
	top: -2px;
	left: -2px;
	height: 0px;
	width: 10px;
	z-index: 50;
	background-color: rgba(	52, 152, 219, 0.5);
	border: dotted 1px #9a9a9a;
	margin: 0;
	padding: 0;
	pointer-events:none;
}

.clickMarkers {
  pointer-events:none;
  position: absolute;
  z-index: 100;
  color: white;
}

/*-------------------- COLOR-PICKER --------------------*/
/*colorPicker minicolors-input*/
.minicolors{
	width:100%;
}
.minicolors-theme-default{
	width:100%;
}
.minicolors-theme-default.minicolors{
	width:100%;
}
.colorPicker{
	height:30px;
	width:100%;
}
.colorPickerMenuLeft{
	height:30px !important;
	width:100% !important;
}

/*-------------------- OBROT ELEMENTU O 90 STOPNI --------------------*/
.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*-------------------- KOLOR ZAZNACZANIA TEKSTU I SAMEGO TEKSTU W BIBLIOTECE MARK.JS --------------------*/
mark{
	background: yellow;
	color: black;
}

/* element html typu p z miejszymi marginami niz domyslnie */
p.p1 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* -------------------ABRYS: Widoki z handsontable-------------------*/

.hot {
	margin-top: 125px;
	position: absolute;
}

.handsontable table thead th {
	white-space: pre-line;
	max-width: 100px;
}

.handsontable td {

	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.hot-controls{
	height: 75px;
	line-height: 2;
	background-color: #fafafa;
	display: block;
	position : fixed;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 50px;
	right: 0px;
	left: 0px;
	z-index: 999;
}

.hot-site-footer{
	position : fixed;
	bottom: 10px;
}

/*Kolorystyka statusów*/
.selectstatus_0{ /*wszystkie*/
	background-color: white;
	color: black;
}
.selectstatus_100{/*otwarte*/
	background-color: rgb(255,219,76);
	color: black;
}
.selectstatus_150{/*oczekujące*/ 
	background-color: rgb(255,184,71)	;
	color: black;
}
.selectstatus_200{/*potwierdzone*/
	background-color: rgb(255,138,18);
	color: white;
}
.selectstatus_250{/*przyjęte do realizacji*/
	background-color: rgb(240,97,133);
	color: white;
}
.selectstatus_300{/*w produkcji*/
	background-color: rgb(188,137,178);
	color: white;
}
.selectstatus_350{/*wysłane*/
	background-color: rgb(28,120,194);
	color: white;
}
.selectstatus_400{/*zwrot dostawy*/
	background-color: rgb(75,120,129);
	color: white;
}
.selectstatus_450{/*dostarczone*/
	background-color: rgb(157,222,188);
	color: white;
}
.selectstatus_500{/*badanie satysfakcji*/
	background-color: rgb(98,211,193);
	color: white;
}
.selectstatus_550{/*rozliczone */
	background-color: rgb(104,201,210);
	color: white;
}
.selectstatus_600{/*zamknięte*/
	background-color: rgb(204,204,204);
	color: white;
}
.selectstatus_950{/*anulowane*/
	background-color: rgb(153,153,153);
	color: white;
	font-weight: bold;
}

/*Statusy rewizji*/
.revstatus_100{ /*wszystkie*/
	background-color: white;
	color: black;
}
.revstatus_250{/*przyjęte do realizacji*/
	background-color: rgba(136, 204, 119, 0.42);
	color: black;
}

/* ---------------------------- ABRYS MODAL ---------------------------- */
/* The Modal (background) */
.modal_main {
	display: none; /* Hidden by default */
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	margin:0px;
	padding:0px;
	z-index: 20;					/* Sit on top */
	overflow: hidden;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_content {
	position:absolute;
	width: 60%;
	height:75%;
	left: 50%; 
	top: 50%; 
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 2; /* Sit on top */
	background-color: #ffffff;
}

.modal_btn {
	width: 100px;
	height: 30px;
	padding:0px;
	background-color:white;
	color: #616161;
	font-size: 16px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;	
}

.modal_btn:hover{
	background-color: #3398DC;
	color: white;
	border-width: 1px;
	border-color: #3398DC;
}

/* -------------------- CSS DLA BIBLIOTEKI ACE JS (EDYTOR KODU) -------------------------- */

.ace_active_line{
	background-color: #3398DC;
}

/* -------------------- BOOTSTRAP - NADPISYWANIE CSS BOOTSTRAPA -------------------------- */

.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin:0px;
}

/* --------------------------------------- CHECK-BOX -------------------------------------- */

/* The container */
.checkbox,
.checkbox1 {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 100%;
	cursor: pointer;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* style 1 */
.checkbox.st1,
.checkbox1.st1 {
	line-height: 30px;
	padding-right: 50px;
}

/* checkbox right side */
.checkbox.chR,
.checkbox1.chR{
	padding-left: 0px;
}

/* Hide the browser's default checkbox */
.checkbox input,
.checkbox1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark,
.checkbox1:hover input ~ .checkmark{
	/*background-color: #CCC;*/
	border: 1px solid #3398DC;
}

.checkbox.st2:hover input ~ .checkmark,
.checkbox1.st2:hover input ~ .checkmark{
	background-color: #ffffff;
	/*border: 1px solid #ffffff;*/
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
	background-color: #3398DC;
	border: 1px solid #3398DC;
}

.checkbox1 input:checked ~ .checkmark {
	background-color: #ffffff;
	border: 1px solid #CCC;
}

.checkbox.st2 input:checked ~ .checkmark,
.checkbox.st2 input:checked ~ .checkmark {
	background-color: #ffffff;
	border: 1px solid #3398DC;
}

.checkbox.st1 input:checked ~ .checkmark {
	background-color: #ffffff;
	border: 1px solid #CCC;
}

.checkbox.st1 input:checked:hover ~ .checkmark {
	background-color: #ffffff;
	border: 1px solid #3398DC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after,
.checkbox1 input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after,
.checkbox1 .checkmark:after {
	left: 40%;
	top: 20%;
	width: 25%;
	height: 50%;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox.st1 .checkmark:after,
.checkbox1.st1 .checkmark:after {
	left: 40%;
	top: 20%;
	width: 25%;
	height: 50%;
	border: solid #3398DC;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox.st2 .checkmark:after,
.checkbox1.st2 .checkmark:after {
	left: 40%;
	top: 20%;
	width: 25%;
	height: 50%;
	border: solid #3398DC;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* checkbox right side */
.checkbox.chR .checkmark,
.checkbox1.chR .checkmark{
	display: block;
	position: absolute;
	top:0px;
	left:100%;
	margin-left:-20px;
}

.checkbox.chR.st1 .checkmark,
.checkbox1.chR.st1 .checkmark{
	margin-left:-40px;
}

.checkbox.st1 .checkmark,
.checkbox1.st1 .checkmark{
	width:40px;
	height:30px;
	border-radius: 15px;
}

.checkbox.st2 .checkmark,
.checkbox1.st2 .checkmark{
	background-color: #ffffff;
	border-radius: 4px;
}

/* --------------------------------------- CHECK-BOX (SIMPLE) -------------------------------------- */
.aCheck{
	cursor:pointer;
}

.aCheck.s22{
	width:22px;
	height:22px;
}

/* ----------------------------------- ANGULAR TOOLTIPS ------------------------------------ */
.ngtip-projectState{
	width: 250px;
	text-align: left;
}

/* --------------------------------------- ACE EDITOR -------------------------------------- */

.ace_container{
	background-color: #ff0000;
}

/* --------------------------------- BOOTSTRAP TOOLTIP -------------------------------------- */

.tooltip-inner {
    padding: 15px !important; 
}

/* --------------------------------------- SCALE OBJECT ON HOVER -------------------------------------- */

.hoverScale{
	transition: all .2s ease-in-out;
}

.hoverScale:hover{
	cursor: pointer;
	transform:scale(1.2); 
	-webkit-transform:scale(1.2); 
	-moz-transform:scale(1.2); 
	-o-transform:scale(1.2);	
}

.hoverScale.s1_05:hover{
	cursor: pointer;
	transform:scale(1.05); 
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);	
}

/* --------------------------------------- OPACITY=1 OBJECT ON HOVER -------------------------------------- */

.hoverOpacity{
	transition: all .2s ease-in-out;
	opacity: 0.6;
}

.hoverOpacity:hover{
	opacity:1;	
}

/* --------------------------------------- GALERIA OBRAZKOW: IMG DIV -------------------------------------- */

.imgGalDiv{
	transition: all .2s ease-in-out;
	border:solid 1px #DDDDDD;
}

.imgGalDiv:hover{
	cursor: pointer;
	transform:scale(1.05); 
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	border-color: #3498db;
	z-index:100;
}

/* --------------------------------------- ANIMATION: SHAKE -------------------------------------- */

.shakeAnim {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

/* --------------------------------------- CLOSE BUTTONS -------------------------------------- */

.x {
	position: relative;
	width: 23px;
	height: 23px;
}

.x::before, .x::after {
	position: absolute;
	top: 45%; /* 10px */
	left: 23%; /* 5px */
	width: 56%;	/* 13px */
	height: 13%; /* 3px */
	content: "";
	background-color: #CCC;
	/*display: none;*/
}

.x.x_c1::before, .x.x_c1::after {	/* x_c1 - kolor bialy */
	background-color: #ffffff;
}

.x.x_w1::before, .x.x_w1::after {	/* x_w1 - width 1 (cienszy x) */
	height: 6%; /* 3px */
}

.x::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.x::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.x:hover { cursor: pointer; }
.x:hover::before, .x:hover::after { 
	display: block;
	background-color: #ff0000;
}

.x.x_ch1:hover::before, .x.x_ch1:hover::after { 	/* x_ch1 - kolor on hover szary */
	display: block;
	background-color: #CCC;
}

/* --------------------------------------- REJESTRY -------------------------------------- */

.regCheckBox
{
	height: 20px;
	width: 20px;
}

#tools-container{
	padding-left: 5px;
	height: 40px;
	margin-top: -25px;
}

.modal-progress{
	background-color: rgba(0,0,0,0.03);
	box-shadow: 10px 10px 5px grey;
	position:fixed; 
	top: 70%;
	left: 25%;
	width:50%;
	height:20px;
	overflow: hidden;
}

/* --------------------------------------- SPINNER -------------------------------------- */

.modal-spinner{
	background-color: rgba(0,0,0,0.03);
}

.lds-spinner {
	position:fixed; 
	top: 50%;
	left: 50%;
	width:50px;
	height:50px;
	margin-top: -25px;
	margin-left: -25px;  
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background:  var(--glowny-kolor-mobi); /*kolor*/
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}

/* --------------------------------- NOTATKI A'LA CHAT ---------------------------------- */

.chat_window {
	border-radius: 4px;
	border-color: rgb(204, 204, 204);	
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);*/
	background-color: #f8f8f8;
	overflow: hidden;
}

.top_menu {
	background-color: #fff;
	width: 100%;
	padding: 20px 0 15px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
.top_menu .title {
	text-align: center;
	color: #bcbdc0;
	font-size: large;

}

.messages {
	position: relative;
	list-style: none;
	padding: 20px 10px 0 10px;
	margin: 0;
	height: 347px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #ffffff;	/* #757575 */
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
}

.messages .message {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.5s linear;
	opacity: 0;
}

.messages .dateheader{
	opacity: 0;	
}

.messages .dateheader.appeared {
	opacity: 1;
}

.messages .dateheader .text_wrapper{
	text-align: center;
	border-radius: 20px;
	width: 60%;
	margin-left: 20%;
	transition: all 0.5s linear;
	padding: 5px 0 5px 0;
	background-color: #DDDDDD;	/* #757575 */
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 10px;
}

/*dymek lewy*/
.messages .message.left .avatar {
	background-color: #f5886e;
	float: left;
}
.messages .message.left .text_wrapper {
	background-color: #eaeef3;/*tło eaeef3 */
	margin-left: 20px;
}
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
	right: 100%;
	border-right-color: #eaeef3;/*tło eaeef3 */
}
.messages .message.left .text {
	white-space: pre-wrap;
	color: #c48843;
}

/*dymek prawy*/
.messages .message.right .avatar {
	background-color: #fdbf68;
	float: right;
}
.messages .message.right .text_wrapper {
	background-color: #EEEEEE;/*tło e8e7e4*/
	margin-right: 20px;
	float: right;
}
.messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
	left: 100%;
	border-left-color: #EEEEEE;/*tło e8e7e4*/
}
.messages .message.right .text {
	white-space: pre-wrap;
	color: #45829b;
}
.messages .message.appeared {
	opacity: 1;
}
.messages .message .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
}
.messages .message .text_wrapper {
	display: inline-block;
	padding: 20px 20px 5px 20px;
	border-radius: 6px;
	width: calc(100% - 85px);
	min-width: 100px;
	max-width: 1000px;
	position: relative;
}
.messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
	top: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.messages .message .text_wrapper::after {
	border-width: 13px;
	margin-top: 0px;
}
.messages .message .text_wrapper::before {
	border-width: 15px;
	margin-top: -2px;
}
.messages .message .text_wrapper .text {
	font-size: medium;
	font-weight: 300;
	word-wrap: break-word;
}
	
.bottom_wrapper {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 20px 20px;
	/*position: absolute;*/
	bottom: 0;
}

.bottom_wrapper .message_input_wrapper {
	display: inline-block;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #DDDDDD;	/* bcbdc0 */
	width: calc(100% - 160px);
	position: relative;
	padding: 0 20px;
}

.bottom_wrapper .message_input_wrapper .message_input {
	border: none;
	height: 98%;
	box-sizing: border-box;
	width: calc(100% - 40px);
	outline-width: 0;
	color: #666666; /* gray*/
}

.bottom_wrapper .message_input_wrapper .message_input::placeholder {
	color: #CCCCCC;
}

.bottom_wrapper .send_message {
	width: 100px;
	height: 50px;
	margin-right: 4px;
	display: inline-block;
	border-radius: 50px;
	background-color: #ffffff; /*rgb(204,204,204);*/
	border: 1px solid #DDDDDD; /*rgb(204,204,204);*/
	color: #DDDDDD;
	cursor: pointer;
	transition: all 0.1s linear;
	text-align: center;
	float: right;
}
.bottom_wrapper .send_message:hover {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.bottom_wrapper .refresh_messages {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	background-color: #ffffff; /*rgb(204,204,204);*/
	border: 1px solid #DDDDDD;	/*rgb(204,204,204);*/
	color: #DDDDDD;
	cursor: pointer;
	transition: all 0.1s linear;
	text-align: center;
	float: right;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	line-height: 48px;	
}
.bottom_wrapper .refresh_messages:hover {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.bottom_wrapper .send_message .text {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	line-height: 48px;
}

.message_template {
	display: none;
}

.dateHeader_template {
	display: none;
}

.avatar_text{
	line-height: 60px;
	text-align: center;
	font-size: xx-large;
}

.msgfooter{
    font-size: small;
    margin-top: 10px;
    color: #757575;
}

/* REJESTR ZAMOWIEN - PANEL ZAMOWIENIA ZAMKNIETY */
.order_c_div{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s;
	-webkit-box-shadow: inset 0px 0px 20px 1px rgba(102,102,102,0.19);
	-moz-box-shadow: inset 0px 0px 20px 1px rgba(102,102,102,0.19);
	box-shadow: inset 0px 0px 20px 1px rgba(102,102,102,0.19);
}

/* REJESTR ZAMOWIEN - PANEL ZAMOWIENIA OTWARTY */
.order_c_div.o{
	max-height: 9999px;
	transition: max-height 1.5s;
}

/* SLIDE DOWN OPENING DIV */
.sdo{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s;
}

/* SLIDE DOWN OPENING DIV - OTWARTY */
.sdo.o{
	max-height: 9999px;
	transition: max-height 1.5s;
}

/* SLIDE DOWN OPENING DIV - MAX HEIGHT 100/200/300/600/900 - LEPIEJ REAGUJE PRZY MNIEJSZYCH JAK MAX HEIGHT JEST MNIEJSZA */
.sdo.o.mh100{
	max-height: 100px;
}

.sdo.o.mh200{
	max-height: 200px;
}

.sdo.o.mh300{
	max-height: 300px;
}

.sdo.o.mh600{
	max-height: 600px;
}

.sdo.o.mh900{
	max-height: 900px;
}

/* REJESTR ZAMOWIEN - WIERSZ BEZ ZMIANY KOLORU ON-HOVER */
.trNoHover tr:hover{
	background-color: none;
}

/* ABRYS - INFO BOX - DIV Z INFORMACJA */
.infoBox{
	/*font-style: italic;*/
	background-color: #FFF8C4;  /* #FDF8E4; */
	/*background-img: url('/img/i64_info2.png');*/
	background-image: url('/img/i64_info2.png');
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 20px 20px;
	font-weight: bold;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 20px;
	padding-left: 65px;
}

/* HIDDEN INPUT - INPUT DO KOPIOWANIA TEKSTU DO SCHOWKA POPRZEZ JS ALE NIEWIDOCZNY */
.hiddenInp{
	width:4px;		/* mniejsze niz 4 nie dziala */
	height:4px;
	background:transparent;
	border:none;
	outline:none;
	color:transparent;
}

.hiddenInp:focus{
	color:transparent;
	background:transparent;
	border:none;
	outline:none;
	color:transparent;
}

.hiddenInp::selection {
  color: transparent; 
  background: transparent;
}

/* --------------------------------- FILEPOND UPLOAD OBRAZKOW  ---------------------------------- */

.filepond--drop-label {
	height:70px;
}

.filepond--drop-label label {
	font-size: 14px;
}

.filepond--file-info .filepond--file-info-main {
	font-size: 12px;
	line-height: 20px;
}

.filepond--file-info .filepond--file-info-sub {
	font-size: 10px;
}

.filepond--file-status .filepond--file-status-main {
	font-size: 10px;
	line-height: 1.2;
}

/*--------------------- REJESTR / ZAMOWIENIA / ORDERS - STYLE -------------------*/

/* TECHNICAL NAVBAR - NAVBAR W REJESTRZE ZAMOWIEN */
.navbarT{
	background-color:#264C72;
	color:#ffffff;
	border:none;
}

.navbarT_tab .dropdown-toggle{
	background-color:#264C72;
	color:#ffffff !important;
	border:none;
}

.navbarT_tab:hover .dropdown-toggle{
	background-color:#2b69a0 !important;
}

.navbarT_tab.open .dropdown-toggle{
	background-color:#337ab7 !important;
	color:#ffffff !important;
	border:none;
}

.navbarT .navbar-nav>.active>a{
	background-color:#337ab7 !important;
	color:#ffffff !important;
	border:none;	
}

.navbarT_tab .dropdown-menu>li>a{
	color:#555555 !important;
}

.navbarT_tab .dropdown-menu>li>span{
	color:#555555 !important;
	padding:3px 20px;
}

.navbarT_tab .dropdown-menu{
	background-color:#ffffff !important;
}

.navbar_logo{
	height:28px;
	margin:11px;
	margin-right:20px;
}

.navbar_logo_brand{
	height:28px;
	margin:11px;
	margin-right:20px;
}

/* --------------------------------- "a" CSS ---------------------------------- */

/* HYPERLINK "<a>" ALE BEZ PODKRESLENIA I ZMIANY KOLORU */
.aNoCss{
	color:inherit;
}

.aNoCss:hover{
	color:inherit;
	text-decoration: none;
}

.aNoCss:focus{
	color:inherit;
	text-decoration: none;
}

.aNoCss:visited{
	color:inherit;
	text-decoration: none;	
}
.aNoCss:link{
	color:inherit;
	text-decoration: none;
}

/* --------------------------------- WYCENA HTML ---------------------------------- */

/* SLIDE DOWN DIV [CLOSED] --> NP:WYCENA HTML - BOM CONTENT DIV */
/* div ktory sie rozsuwa przy zmianie klasy na "o" (open) */
.sdDiv{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s;
	padding: 0;
	padding-left: 40px;
	display:none;
}

/* SLIDE DOWN DIV [OPENED] */
.sdDiv.o{
	max-height: max-content;
	transition: max-height 1.5s;
	display:unset;
}

.indentation {
	padding-left: 40px;	
}

/* --------------------------------- PLUS/MINUS BUTTON ---------------------------------- */

.pmBtn{
	content: url(/img/plus_32.png);
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pmBtn.o{
	content: url(/img/minus_32.png);
}

.pmBtn.i{
	content: url(/img/info_32.png);
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.pmBtn:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
}

/* pmBtn PARENT (jesli chcemy by sie robil on hover po najechaniu na rodzica) */
.pmBtnP:hover .pmBtn{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2); 
	-o-transform:scale(1.2);
}

/* --------------------------------- ABRYS SELECT TAG ---------------------------------- */

/* ABRYS SELECT (ROUNDED CORNERS) */
.aSel0{
	border:solid 1px #DDDDDD;
	background-color: none;
}

.aSel0:focus {
	outline: 1px #3498db
}

/* ABRYS SELECT (ROUNDED CORNERS) */

.aSel{
	border-radius:999px;
	box-shadow: none;
	outline: none !important;
}

.aSel:after{
	border-radius:999px;
	box-shadow: none;
	outline: none !important;
}

.aSel:hover{
	box-shadow: none;
}

.aSel:focus {
	/*box-shadow: 0 0 3pt 2pt #719ECE;*/
}

.aSel select:focus {
	/*box-shadow: 0 0 3pt 2pt #719ECE;*/  
}

.aSel > select options {
	border-radius: 10px;
}

.aSel > select option:focus {
	box-shadow: none;
	border:none;
	outline: none;
}

/* ------------------------------ NO SELECT - KLASA BLOKUJACA ZAZNACZANIE ---------------------------------- */
.noSel{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*--------------------- ABRYS INPUTS -------------------*/

/* ABRYS INPUT 0 - PODSTAWOWE RZECZY */
.aInp0{
	border:solid 1px #DDDDDD;
	background-color: none;
}

.aInp0:placeholder-shown{
	background-color: #EEEEEE;
}

.aInp0::placeholder{
	color:#999999;
}

.aInp0:focus {
	outline: 1px #3498db
}

.aInp0.c{
	text-align:center;
}

/* ABRYS INPUT 1 */
.aInp1{
	height:30px;
	border:solid 1px #DDDDDD;
	border-radius:999px;
	padding-left:20px;
	padding-right:20px;
}

/* ABRYS INPUT 1 - text centered */
.aInp1.c{
	height:30px;
	border:solid 1px #DDDDDD;
	border-radius:999px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

/*
.aInp1:hover{

	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
	outline:none;

}
*/

.aInp1:focus{
	outline:none;
}

.aInp1:disabled{
	background-color: #EEEEEE;
}

/*
.aInp1:disabled:hover{

	color: #ffffff;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
	outline:none;

}
*/

.aSearchInp1{
	height:30px;
	border:solid 1px #DDDDDD;
	border-radius:999px;
	padding-left:32px;
	padding-right:20px;
	background: url(/img/search_32p.png) no-repeat scroll 4px 2px/24px 24px;
	transition: all .2s ease-in-out;
}

.aSearchInp1::placeholder{
	color:#AAAAAA;
}

.aSearchInp1:focus{
	outline:none;
}

/*--------------------- ABRYS HELPER -------------------*/

/* POMOC i TŁUMACZENIA*/
.helper{
	height:15px; 
	width:15px; 
	font-size:9px; 
	padding:2px 2px 0px 2px;
	z-index: 99909;
}
[name=helper]{
	/*background-color: black;*/
	/*margin-left:-5px;*/
}

/* NA OBIEKTACH INNYCH NIŻ TEKST */
.helper-img{
	position:absolute; 
	top:2px; 
	left:4px;
	transform:scale(1.2);
}

/*-------------------- ABRYS TRANSLATE X -50% AND Y -50% ------------------------*/
.aTrans-50-50{
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/*-------------------- SOCIAL BUTTONS ------------------------*/
.socialBtn{
	/*transform: scale(0.9);*/
	/*margin-right: -5px;*/
	padding:0px;
	/*padding-left:1px;*/
	width:35px;
	height:35px;
	background-color: transparent;
	border: none;	/*solid 2px #DDDDDD;*/
	border-radius:50px;
	color: #DDDDDD;
	font-weight: bold;
	text-align:center;
	line-height:50%;
	transition: all .4s;
	letter-spacing: normal;
}

.socialBtn.twitter{
	background: #6e7a8b;

}
.socialBtn.twitter:hover{
	background: #1da1f2;
}

.socialBtn.facebook{
	background: #6e7a8b;

}
.socialBtn.facebook:hover{
	background: #365899;
}

.socialBtn.email{
	background: #6e7a8b;
}
.socialBtn.email:hover{
	background: #767676;
}

.socialBtn.whatsapp{
	background: #6e7a8b;
}

.socialBtn.whatsapp:hover{
	background: #30af29;
}

.socialBtn.youtube{
	background: #6e7a8b;
}
.socialBtn.youtube:hover{
	background: #f00;
}


/*--------------------- ABRYS WEBCATALOG -------------------*/

.rot90{
	transform: rotate(90deg);
}

/*viewMode*/
.view-radio {
	display: none;
}
.view-radio + label {
	height: 30px;
	width: 30px;
	border: solid 2px #7e7e7e;
	background-color: #ffffff;
	border-radius:35px;
	padding:1px 5px;
	color: #8f8f8f;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0 0.2rem 0.2rem 0;
	}
.view-radio + label:hover {
	color: #AAAAAA;
}

.view-radio:checked + label {
	color: #8f8f8f;
}

/*--------------------- SCROLLBAR -------------------*/

.thin-scrollbar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
	background: #7779;
	border-radius: 15px;
}
.thin-scrollbar::-webkit-scrollbar-thumb:hover{
	background: #777;
}
.thin-scrollbar::-webkit-scrollbar-track{
	background: #ffffff;
	border-radius: 15px;
	box-shadow: inset 7px 10px 12px #f0f0f0;
}	

/*--------------------- UNIT SELECTION MENU BUTTON -------------------*/
.unitSMB {
	outline: solid 1px #DDDDDD;
}

/*--------------------- UNIT SELECTION MENU BUTTON - ACTIVE -------------------*/
.unitSMB.unitSMBA {
	outline: solid 4px var(--glowny-kolor-mobi);
}

.psbm-edg-ico{
	max-width:30px !important;
	width:30px !important; 
	height:30px !important;
	margin-top: 2px;
}

.psbm-edg-ico-warning{
	color: red !important;
	font-size: x-large;
	font-weight: bold;
	position: relative;
	top: -32.5px;
	height: 0px;
}

/*CAM SVG SCREEN AND PRINT*/

.cam-svg-plate{
	stroke:#111;
	stroke-width': 1
	fill:#000;
	fill-opacity:0.5;
}

.cam-svg-util-waste{
	stroke:#666;
	stroke-width: 1;
	fill:#CBE2F7;
	fill-opacity:1;
}

.cam-svg-waste{
	stroke:#666;
	stroke-width: 1;
	fill:#000;
	fill-opacity:0;
}

.cam-svg-plate-dims{
	font-size:5px;
	font-family:Arial, Helvetica sans-serif;
	text-anchor:middle
	dominant-baseline:middle;
	fill:#ffffff;
}

.cam-svg-plate-d{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-anchor:end;
}

.cam-svg-plate-o{
	font-size:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-anchor:middle;
	fill:#ffffff;
}

.cam-svg-plate-id{
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-anchor:middle;
	fill:#ffffff;
}

@media print {
	.cam-svg-plate{
		fill:#fff;
		fill-opacity:1;
	}
	.cam-svg-util-waste{
		fill:#eee;
		fill-opacity:1;
	}
	.cam-svg-waste{
		fill:#ddd;
		fill-opacity:1;
	}

	.cam-svg-plate-dims, .cam-svg-plate-id, .cam-svg-plate-d, .cam-svg-plate-o{
		fill:#000;
	}
}

/*--------------------- WEBCAT -------------------*/
.wccat>a {
	text-decoration: none;
	color:black;
}
.wccat:hover {
	background-color:#cccccc;
}
.wccat{
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	background-color:#eeeeee;
	border: 1px solid #aaaaaa;
	padding: 5px;
}
.wccat-active::before{
	content: '> ';
}
.wccat-active{
	font-weight: bold;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #777;
	border-radius: 15px;
	padding: 0px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 9999;
}
.filterName{
	display:grid;
	grid-column-gap: 5px;
	grid-template-columns: 1em auto 1em;
	align-items: center;
	margin: 0 -10px;
	padding: 0 0 2px 6px;
	border-radius: 25px;
	cursor: pointer;
	font-size: medium;
	line-height: 1.4em;
}
.filterName:hover{
	background-color: #264C7255;
}
[name='matTile'].active{
	height:fit-content !important;
}
.wc_view{
	height:calc(100% - 120px);
}
#wc_filter_menu{
	-webkit-transition:all 0.5s;
	  transition:all linear 0.5s;
	overflow-y: auto; 
	max-height: 100%;
	/* width: 250px; tak źle wygląda na mobile i małych> @media screen */
}
#wc_filter_menu.hidden{
	-webkit-transition:all 0.5s;
	  transition:all linear 0.5s;
	width: 0;
	height: 0;
}
#wc_main_menu{
	-webkit-transition:all 0.5s;
	  transition:all linear 0.5s;
}
#wc_main_menu.full{
	-webkit-transition:all 0.5s;
	  transition:all linear 0.5s;
	width: 100% !important;
}
.wc_filter_pos{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.matTile-plates{
	float:left; 
	width: 196px; 
	min-height: 205px; 
	margin: 5px;  
	overflow: hidden; 
	border-radius: 15px;
	border: thin solid rgb(221, 221, 221);
}
.matTile-plates-img{
	transform: rotate(90deg);
	cursor: pointer; 
	margin-left:-5px; 
	border-right: 1px solid rgb(221, 221, 221);
	border-top: 1px solid rgb(221, 221, 221); 
	border-top-right-radius: 15px; 
	width: 100px; 
	height: 100px;
}
.matTile-plates-d3s{
	padding-left:20px;
	grid-template-columns: 45px 45px; 
	display: grid; 
	grid-column-gap: 5px;
}
.matTile-plates-btn{
	font-size:small; 
	cursor: pointer;
	height: 1.5em;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	line-height: 1.4em;
}
.matTile-plates-editBtn-div{
	float: right;
	margin-top: -18px;
	margin-right:10px;
	cursor: pointer;
}
.matTilesCont{
	width:100%;
	height:100%;
	margin-top:20px;
	padding-right:15px;
	overflow-y:auto;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between;		 */
}
.matTileView1{
	width:100%;
	padding:10px;
	cursor: pointer; 
	margin: 10px 0px; 
	border: thin solid rgb(221, 221, 221); 
	overflow: hidden; 
	border-radius: 4px; 
}
.custom-slider.rzslider .rz-pointer:focus {
	outline: none;
}
.custom-slider.rzslider .rz-pointer {
	width: 8px;
	height: 24px;
	top: -10px; 
	bottom: 0;
	border-radius: 0px;
}
.custom-slider.rzslider .rz-pointer:after {
	display: none;
}
.custom-slider.rzslider .rz-bubble {
	bottom: 14px;
}
.custom-slider.rzslider .rz-limit {
	font-weight: bold;
}
.custom-slider.rzslider .rz-selection {
	background: var(--glowny-kolor-mobi);
}
.custom-slider.rzslider .rz-pointer {
	background: var(--glowny-kolor-mobi);
}
.custom-slider.rzslider .rz-tick {
	background: var(--glowny-kolor-mobi);
}	
.custom-slider.rzslider .rz-tick {
	width: 1px;
	height: 10px;
	margin-left: 4px;
	border-radius: 0;
	top: -1px;
}
/* Tylko desktop */
@media screen and (min-width: 1366) {
	#wc_filter_menu{
		width: 250px;
	}
}


/*----------------------FILEPOND-----------------------*/
.filepond--action-process-item{
	display:none;
}
.filepond--image-preview-overlay{
	max-height: 0;
}
.filepond--root {
	width:128px;
	margin: 0 1.5em;
	display: inline-block;
}
.filepond--file-info-main, .filepond--file-info-sub, .filepond--credits{
	display:none;
}
.filepond--action-edit-item{
	padding:4px !important;
	transform: rotate(90deg) !important;
}


.form-control:hover {
	border-color: #66afe9;
}

/*END*/
	