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;
}

.mColorMM { 
	color:var(--glowny-kolor-mobi);
 }


/*---------------------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:12px;
	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;
	*/
}

.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:13px;
	padding:2px;
	overflow:hidden;
}

.RMV_variant_image .prevDesc{
	height:20px;
}

.RMV_variant_image2	.prevDesc{
	height:40px;
}

.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:60px;
	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{}

.textLev2{
	background-color:#eeeeee;
	padding: 8px 8px;
	margin-bottom:5px;
	margin-top:30px;
	font-size:25px;
	font-weight:bold;
	color: #777777;
}

.textLev3{
	background-color:#ffffff;
	padding: 4px 20px;
	margin-top:15px;
	margin-bottom:2px;
	font-weight:;
	font-size:18px;
	color: #666666;
}

/* -------------------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{
	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;
}

/*
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;	
}
#podgladCeny{
	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;
}

#shopMenu{
	position: absolute; 
	right: 80px; 
	padding:20px; 
	top: 180px; 
	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)
}

#buttonDodajDoKoszyka
{
	text-align:center;
	margin-top:10px;
	top-min: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%);
	bottom:10px;
}

.dodajDoKoszyka:hover {
	background: #9e9e9e;
	text-decoration: none;
}

		
/*---------------------BUTTONY-------------------*/

/* ABRYS BUTTON 1 */
.aBtn1{
	background-color:white;
	border-radius: 999px;
	line-height:100%;
	border: solid 1px #DDDDDD;
	font-weight: normal;
	color: #666666;
}

/* 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: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;
}

.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-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: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);
}

.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;
}

.counter-plus{
	width: 30px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	border-radius: 0px;
	padding: 0 8px;
}

.counter-minus:hover{
	background-color:#888888;
	color: white;
}

.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; */
}

.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: #cccccc;  /* #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: 1; /* 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;
}

/* 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.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 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;
}


/* ----------------------------------- ANGULAR TOOLTIPS ------------------------------------ */
.ngtip-projectState{
	width: 250px;
	text-align: left;
}

/* --------------------------------------- ACE EDITOR -------------------------------------- */

.ace_container{
	background-color: #ff0000;
}

/* --------------------------------------- TIPPY JS -------------------------------------- */
.tippy-tooltip{
	box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.2);
	background-color:#ffffff;
	border-radius:0px;
}

/* --------------------------------------- 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);	
}

/* --------------------------------------- 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);
	position: absolute;
	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;
}

/* 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{
	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;
}

/* SLIDE DOWN DIV [OPENED] */
.sdDiv.o{
	max-height: 9999px;
	transition: max-height 1.5s;
}

/* --------------------------------- 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);
}


.pmBtn64{
	cursor: pointer;
	content: url(/img/plus_64.png);
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pmBtn64.o{
	content: url(/img/minus_64.png);
}

.pmBtn64:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
}

.pmBtnP:hover .pmBtn64{
	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) */
.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 BUTTON 1 */
.aInp1{
	height:30px;
	border:solid 1px #DDDDDD;
	border-radius:999px;
	padding-left:20px;
	padding-right:20px;
}

/* ABRYS BUTTON 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;
	z-index: 99909;
}
[name=helper]{
	/*background-color: black;*/
	/*margin-left:-5px;*/
}


