.check-box {
    background:#FFF;
    display: inline-block;
    width: 100%;
    height: auto;
	font-size:0.8em;
}
.check-box:hover {
	background: #F5F5F5;
	font-size:0.8em;
}

#checkboxes input[type=checkbox]:checked + .check-box{
	background:#CDF5DB;
	color:#444;
	font-size:0.8em;
}

#checkboxes input[type=checkbox]:checked + .check-box:hover{
	background:#F5F5F5;
}

.check-box-zabieg{
    background:#CCC;
	display: inline-block;
	color:#444;
	width: 100%;
	font-size:0.8em;
}
.check-box-zabieg-potw{
	overflow: hidden;
    background:#CFC;
	cursor:pointer;
	color:#444;
	width: 100%;
	font-size:1em;
	padding:0.5em;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)100%);
}

.click-box-zabieg-potw{
	overflow: hidden;
    background:#CFC;
	cursor:pointer;
	color:#444;
	width: 100%;
	font-size:1em;
	padding:0.5em;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)100%);
}
.check-box-zabieg-niepotw{
	overflow: hidden;
    background:#FCC;
	cursor:pointer;
	color:#444;
	width: 100%;
	font-size:1em;
	padding:0.5em;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)100%);
}

.check-box-zabieg-a:hover{
	color:#FFF;
}

.check-box-rej {
	overflow: hidden;
    background:#FFF;
	text-align:center;
	cursor:pointer;
    width: 100%;
	font-size:1em;
	padding-top:0.5em;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
}
.check-box-rej-usun:hover {
	background: #F5F5F5;
}

.li-terminarz {
   margin:0px !important;
}

.li-terminarz-zabieg-top {
	border-top-width:1px !important;
	border-top-style: solid !important;
	border-top-color:#666 !important;
}
.li-terminarz-zabieg-bottom {
	border-bottom:none 1px solid #666;
}

.del_wrapper{float:right;}
.plus_wrapper{float:right !important; margin: 10px 0 0 5px;}

#responds{
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
#responds li {
	padding: 4px;
	background:#F5F5F5;
	margin-bottom: 1px;
}

#edit-zabiegi > #responds > li {
	max-width:none;
}

.del_zabieg{float:right;}

#responds_term {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
#responds_zabieg, #responds_zabieg_wys, #responds_zabieg_new, .odczyt_rej_zabieg {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
#responds_zabieg li, #responds_zabieg_wys li, #responds_zabieg_new li, .odczyt_rej_zabieg {
	padding: 4px;
	background:#F5F5F5;
	margin-bottom: 1px;
	width:100%;
}
#responds_edit_zabieg{
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
#responds_edit_zabieg li {
	padding: 4px;
	background:#F5F5F5;
	margin-bottom: 1px;
}

#responds_wyk_zabieg{
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
#responds_wyk_zabieg li {
	padding: 4px;
	background:#F5F5F5;
	margin-bottom: 1px;
	max-width: 250px;
}

.sms_hide, .akcept_button, .line-zabieg, .kosm-edycja {
display:none;
}

/* wrapper - okno wyskakujące */

#wrapper, #wrapper-zaplac, #wrapper-wplata, #wrapper-sprzedaz, #wrapper-usun-sprzedaz, #wrapper-usun-fakture, #wrapper-usun-wplate {
	display:none;
    width: 40%;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
	z-index:9999999 !important;
}
#wrapper-usun-new {
	display:none;
    width: 40%;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
	z-index:9999999 !important;
}

#new_zabieg {
	display:none;
    width: 500px;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
	z-index:9999998 !important;
}

#container {
    background: #FFF;
    left: 50%;
    padding: 10px;
    top: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px solid rgb(128, 128, 128);
    height: 100%;
    position: relative;
	border: 0 none;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 20px rgba(0,0,0,0.4);   
}

#titlebar {
    width: 100%;
    background-color: #F5F5F5;
    color:#444;
	font-weight:500;
	font-size:1.51em;
	text-align:center;
	padding:10px 0px;
	cursor:move;
}

#logo-wrapper {
	position:absolute;
	margin-top:-50px;
	margin-left:-40px;
}	
#button-wrapper {
	position:absolute;
	margin-top:-60px;
	right:10px;
}
.button-close {
			color:#F00;
			float:left;
			height: 20px;
			position: relative;
			width: 20px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
			left: -2px;
			top: 20px;
}

.button-close-kosm {
			color:#FFF;
			height: 30px;
			width: 30px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
}
.button-close-kosm:after {
			color:#FFF;
			content: "";
			display: block;
			font-size: 25px;
			height: 20px;
			text-decoration: none;
			text-shadow: 0px -1px 1px #666, 1px 1px 1px #FFF;
			position: absolute;
			width: 20px;
}
.button-close-kosm:hover {
			color:#F00;
}

.button-close:after {
			color:#F00;
			content: "";
			display: block;
			font-size: 25px;
			height: 20px;
			text-decoration: none;
			text-shadow: 0px -1px 1px #666, 1px 1px 1px #FFF;
			position: absolute;
			width: 20px;
}
		
.button-wrapper {
			
			width: 150px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
}

.button-wrapper:after {
			
			content: "";
			display: block;
			font-size: 20px;
			text-decoration: none;
			text-shadow: 0px -1px 1px #666, 1px 1px 1px #FFF;
}
.button-wrapper-close {
			color:#F00;
			width: 150px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
}

.button-wrapper-close:after {
			color:#F00;
			content: "";
			display: block;
			font-size: 20px;
			text-decoration: none;
			text-shadow: 0px -1px 1px #666, 1px 1px 1px #FFF;
}
.button-wrapper-close:hover {
			color:#CCC;
}

		.cross:after {
			content: "✖";
			
		}
		.tick:after {
			content: "✓";
			font-weight:600;
		}

.button-close:hover {
			color:#F00;
}
.button-wrapper:hover {
			color:#CCC;
}
		.cross:hover:after {
			color:#F9C;
}
		.tick:hover:after{
			color:#0F0;
}


#alertText {
    text-align: center;
	padding:1em;
	font-size:1.5em;
	font-weight:normal;
	color:#333;
	line-height:25px;	
}

#zabiegText {
    text-align: center;
	padding:2em 0 4em 0;
	font-size:1.2em;
	font-weight:normal;
	color:#333;
    height:100%;
}

#result-klient {
	width:98% !important;
	min-height:220px;
    }
#result-firma {
        width:98% !important;
		min-height:220px;
    }	
	
.show {
        padding:10px; 
        border-bottom:1px #CCC dashed;
        height:45px;
    }
    .show:hover {
        background:#F5F5F5;
        color:#444;
        cursor:pointer;
    }
	
	.size-klient {
		width:25px;
		height:auto;
		margin-right:1em;
	}
	.size-klient-ranking {
		width:20px;
		height:auto;
		margin-right:1em;
	}
	.size-klient-terminarz {
		width:20px;
		height:auto;
		margin-right:1em;
	}

.wyszukiwarka, .edit_faktura {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625em;
 
 outline: none;
}

#add-klient {
        display:none;
		min-width: 200px;
    }
#add-zabieg {
        display:none;
		min-width: 200px;
    }
.ukryj-klienci {
        display:none;
    }
.text-strong {
	font-weight:bold;
}

.po_za_czasem {
	color:#CCC;
}


@media screen and (min-width:769px) {
	#edit-wrapper {
	display:none;
    width: 30% !important;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
	z-index:9999999 !important;
}
}
@media screen and (max-width:768px) {
	#edit-wrapper {
	display:none;
    width: 90% !important;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
	z-index:9999999 !important;
}	
}

.hide-l {display:none;}
@media screen and (max-width: 480px) {
.hide-l {display:block;}
.hide-m {display:block;}
.hide-s {display:none;}
}

.display-none {
	display:none;
}
#edit-kosm-dzien {
	background-color:rgba(255,0,0,0.8);
	color:#FFF;
	position: fixed;
	left:0;
    bottom: 0;
    width: 100%;
	font-family: tahoma;
    font-size: 10pt;
	padding:1em;
	z-index:9999999 !important;
}

#zabieg-container {
    background: #FFF;
    left: 50%;
    padding: 0px;
    top: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px solid rgb(128, 128, 128);
    height: 100%;
    position: relative;
	border: 0 none;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 20px rgba(0,0,0,0.4);   
}
#edit-titlebar {
    width: 100%;
    background-color: #F5F5F5;
    color:#444;
	font-weight:500;
	font-size:1.51em;
	padding:10px 0px;
	cursor:move;
}
#zabieg-Text {
	padding:1em;
	font-size:1em;
	font-weight:normal;
	color:#444;
}

.icon-cal-zabieg, .icon-clock-zabieg {
	width: 18px;
	height:auto;
	float:left;
	margin-right:0.3em;
}
.icon-clock-zabieg-gif {
	display:none;
	width: 18px;
	height:auto;
	float:left;
	margin-right:0.3em;
}

.imie-zabieg {
	margin-top:0.2em;
	margin-left:1em;
}
.data-zabieg {
	font-size:0.8em;
	float:left;
	margin-right:0.3em;
}

#EditSubmitGodz, #GodzKoncowa, .do-ukrycia {
	display:none;
}

.margin-czas {
	margin-top:5px;
}

#checkboxes li {
	background:#FFF;
}

.left-terminarz {
	float:left !important;
}
.left-uwaga {
	float:left !important;
	margin-top:3px;
	margin-right:3px;
}

.height-kos-nag {
	display:block;
	height:80px;
	border-bottom:1px solid #000;
}
.sticky-kosm {
    z-index: 9999 !important;
}

.sticky {
    z-index: 9998 !important;
}

.td-czas {
	width:150px;
}
.czcionka-czas {
	height:30px;
	padding-top:0.5em;
	border-bottom:1px dashed #999;
}
.czcionka-czas-koniec {
	float:left;
	color:#999;
	font-size:0.8em;
	margin-top:0.2em;
}
.czcionka-czas-start {
	float:left;
	color:#666;
	font-size:1em;
	margin-right:0.2em;
}
.hr-czas {
	border-bottom:1px dashed #999;
}

.term-czas {
  content:"\f008";
  font-family:"mfg";
}
.term-tr:hover {
	background:#CCC;
}
.wysokosc-czas {
	height:30px !important;
}

.wysokosc-czas-1 {height:30px !important; max-height:30px !important;}
.wysokosc-czas-2 {height:60px !important; max-height:60px !important;}
.wysokosc-czas-3 {height:90px !important; max-height:90px !important;}
.wysokosc-czas-4 {height:120px !important; max-height:120px !important;}
.wysokosc-czas-5 {height:150px !important; max-height:150px !important;}
.wysokosc-czas-6 {height:180px !important; max-height:180px !important;}
.wysokosc-czas-7 {height:210px !important; max-height:210px !important;}
.wysokosc-czas-8 {height:240px !important; max-height:240px !important;}
.wysokosc-czas-9 {height:270px !important; max-height:270px !important;}
.wysokosc-czas-10 {height:300px !important; max-height:300px !important;}
.wysokosc-czas-11 {height:330px !important; max-height:330px !important;}
.wysokosc-czas-12 {height:360px !important; max-height:360px !important;}
.wysokosc-czas-13 {height:390px !important; max-height:390px !important;}
.wysokosc-czas-14 {height:420px !important; max-height:420px !important;}
.wysokosc-czas-15 {height:450px !important; max-height:450px !important;}
.wysokosc-czas-16 {height:480px !important; max-height:480px !important;}

.wysokosc-czas-17 {height:510px !important; max-height:510px !important;}
.wysokosc-czas-18 {height:540px !important; max-height:540px !important;}
.wysokosc-czas-19 {height:570px !important; max-height:570px !important;}
.wysokosc-czas-20 {height:600px !important; max-height:600px !important;}
.wysokosc-czas-21 {height:630px !important; max-height:630px !important;}
.wysokosc-czas-22 {height:660px !important; max-height:660px !important;}
.wysokosc-czas-23 {height:690px !important; max-height:690px !important;}
.wysokosc-czas-24 {height:720px !important; max-height:720px !important;}
.wysokosc-czas-25 {height:750px !important; max-height:750px !important;}

.wysokosc-czas-26 {height:780px !important; max-height:780px !important;}
.wysokosc-czas-27 {height:810px !important; max-height:810px !important;}
.wysokosc-czas-28 {height:840px !important; max-height:840px !important;}
.wysokosc-czas-29 {height:870px !important; max-height:870px !important;}
.wysokosc-czas-30 {height:900px !important; max-height:900px !important;}

.wysokosc-czas-31 {height:930px !important; max-height:930px !important;}
.wysokosc-czas-32 {height:960px !important; max-height:960px !important;}
.wysokosc-czas-33 {height:990px !important; max-height:990px !important;}
.wysokosc-czas-34 {height:1020px !important; max-height:1020px !important;}
.wysokosc-czas-35 {height:1050px !important; max-height:1050px !important;}
.wysokosc-czas-36 {height:1080px !important; max-height:1080px !important;}
.wysokosc-czas-37 {height:1110px !important; max-height:1110px !important;}
.wysokosc-czas-38 {height:1140px !important; max-height:1140px !important;}
.wysokosc-czas-39 {height:1170px !important; max-height:1170px !important;}
.wysokosc-czas-40 {height:1200px !important; max-height:1200px !important;}
.wysokosc-czas-41 {height:1230px !important; max-height:1230px !important;}
.wysokosc-czas-42 {height:1260px !important; max-height:1260px !important;}
.wysokosc-czas-43 {height:1290px !important; max-height:1290px !important;}
.wysokosc-czas-44 {height:1320px !important; max-height:1320px !important;}
.wysokosc-czas-45 {height:1350px !important; max-height:1350px !important;}

.wysokosc-czas-46 {height:1380px !important; max-height:1380px !important;}
.wysokosc-czas-47 {height:1410px !important; max-height:1410px !important;}
.wysokosc-czas-48 {height:1440px !important; max-height:1440px !important;}
.wysokosc-czas-49 {height:1470px !important; max-height:1470px !important;}
.wysokosc-czas-50 {height:1500px !important; max-height:1500px !important;}

.font-term {
	font-size:0.7em;
}
.margin-zdjecie {
	margin-left:0.8em;
}

.dubel_zabieg, .dubel_zabieg2 {
	background:#FFEAF8 !important;
	color:#F00;
	transition-property: visibility, opacity;
    transition-duration: 0, 1s;
}

.brak_zabieg, .brak_zabieg2 {
	background:#F8F4D1 !important;
	color:#8F6F2F;
	transition-property: visibility, opacity;
    transition-duration: 0, 1s;
}

.img-edit {
	width:20px;
}
.align-left {
	text-align:left !important;
}

.data-edit-font {
	margin-left:12px;
	margin-top:4px;
	font-size:1.4em;
}

#brakDzien {
	display:none;
	color:#666;
}

.info_img {
	margin-right:2px;
	margin-top:4px;
	float:left;
}
.info_del {
	margin-right:2px;
	width:18px !important;
	float:left;
}

.checked-dz-w {
	background:#FFFFEF !important;
	overflow: hidden;
	color:#444;
	width: 100%;
	font-size:1em;
	padding:0.5em;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)100%);
}

.dzien-zajety, #usunGodz {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	margin-top:4px;
	float:left;
}

.menu-pomoc {
	display:block;
	width:100%;
	background:#999;
}

.ul-menu ul ul {
  position:absolute;
  background:#262626;
}
.ul-menu li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.ul-menu li a {
  padding:0.8em;
  font-size:0.8em;
  display:block;
  color:#FFF; 
}
.ul-menu li a:hover {background:#CCC;}
.ul-menu ul {padding:0px;}

.klient-dodat {
  color:#960 !important; 
}
.klient-dodat:hover {color:#444 !important;}

.bg-klient {
	position:relative;
	background:#F5F5F5;
	padding:1em;
	margin:0px 4px 5px 0px;
	border-bottom: 1px solid #CCC;
}
.bg-klient-info {
	background:#FFF0F4;
	padding:1em;
	margin:0.5em;
	border:1px solid #FCC;
}
.text-klient {
	display:block;
	margin-left:10px !important;
	font-size:0.9em;
	float:left;
}
.italic {
	font-style:italic;
}

.img-us-kosm {
	width:20px;
	float:left;
	margin-right:10px;
}

.blok-dzien-wolny {
	background:#F66;
	color:#FFF;
	padding:1em;
	display:none;
}

.icon-stats {
	width:20px;
	float:left;
}
.icon-klient {
	float:left;
	margin-right:5px;
}

.ranking-1 {
  background:none repeat scroll 0 0 #FC0;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em;
}
.ranking-2 {
  background:none repeat scroll 0 0 #CCC;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
}
.ranking-3 {
  background:none repeat scroll 0 0 #C60;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
}
.ranking-4 {
  background:none repeat scroll 0 0 #960;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
}

.ranking-5 {
  background:none repeat scroll 0 0 #FC0;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:1em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:auto;  
  color:#fff; 
  margin-bottom:-0.3125em;
  padding-left:1em;
  padding-right:1em;
}
.ranking-6 {
  background:none repeat scroll 0 0 #F00;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:1em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:auto;  
  color:#fff; 
  margin-bottom:-0.3125em; 
  padding-left:1em;
  padding-right:1em;
}
.ranking-7 {
  background:none repeat scroll 0 0 #F63;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:1em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:auto;  
  color:#fff; 
  margin-bottom:-0.3125em; 
  padding-left:1em;
  padding-right:1em;
}
.ranking-8 {
  background:none repeat scroll 0 0 #090;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:1em;
  font-weight:600;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:auto;  
  color:#fff; 
  margin-bottom:-0.3125em; 
  padding-left:1em;
  padding-right:1em;
}

.dane-wys-1 {
	display:inline;
}
.dane-wys-2 {
	display:block;
	width:100%;
}

.imie-font-size {
	font-size:1.2em;
	margin-top:-7px;
}

.div-czas {
	position:relative;
	z-index:800;
}

.position-relative{position:relative;}
.position-absolute{position:absolute;}
.position-fixed{position:fixed;}
.white-space{overflow:hidden;}

.czasowka {
	position:absolute;
	float:right;
	width:5px;
}
.sort-ul {
	display:block !important;
}
.sortable {
	cursor:pointer;
	list-style:none;
	border: 1px #000;
	visibility: visible !important;
}

.ui-sortable-placeholder { 
     background:green !important; 
     height: 1px !important;
     visibility: visible !important;
     margin: 0 0 0 0;
     } 

.left-czasowka-1 {left:98%;}
.left-czasowka-2 {left:96%;}
.left-czasowka-3 {left:94%;}
.left-czasowka-4 {left:96%;}
.left-czasowka-5 {left:98%;}
.left-czasowka-6 {left:96%;}
.left-czasowka-7 {left:94%;}
.left-czasowka-8 {left:96%;}
.left-czasowka-9 {left:98%;}
.left-czasowka-10 {left:96%;}

.wysokosc-czasowka-0 {top:0px !important;}
.wysokosc-czasowka-1 {top:30px !important;}
.wysokosc-czasowka-2 {top:60px !important;}
.wysokosc-czasowka-3 {top:90px !important;}
.wysokosc-czasowka-4 {top:120px !important;}
.wysokosc-czasowka-5 {top:150px !important;}
.wysokosc-czasowka-6 {top:180px !important;}
.wysokosc-czasowka-7 {top:210px !important;}
.wysokosc-czasowka-8 {top:240px !important;}
.wysokosc-czasowka-9 {top:270px !important;}
.wysokosc-czasowka-10 {top:300px !important;}
.wysokosc-czasowka-11 {top:330px !important;}
.wysokosc-czasowka-12 {top:360px !important;}

.kolor-czasowka-1 {background:#0F0;}
.kolor-czasowka-2 {background:#093;}
.kolor-czasowka-3 {background:#09F;}
.kolor-czasowka-4 {background:#F00;}
.kolor-czasowka-5 {background:#900;}
.kolor-czasowka-6 {background:#609;}
.kolor-czasowka-7 {background:#906;}
.kolor-czasowka-8 {background:#F0F;}
.kolor-czasowka-9 {background:#30F;}
.kolor-czasowka-10 {background:#C66;}

.szer-czas {width:10%; float:left; position:relative;}
.szer-1 {width:90%; float:left; position:relative;}
.szer-2 {width:45%; float:left; position:relative;}
.szer-3 {width:30%; float:left; position:relative;}
.szer-4 {width:22.5%; float:left; position:relative;}
.szer-5 {width:18%; float:left; position:relative;}
.szer-6 {width:15%; float:left; position:relative;}

@media screen and (max-width: 480px) {
.szer-1 {width:100%;}
.szer-2 {width:100%;}
.szer-3 {width:100%;}
.szer-4 {width:100%;}
.szer-5 {width:100%;}
.szer-6 {width:100%;}
}

.color {
	font-size:28px !important;
	font-weight:700 !important;
	cursor:pointer !important;
}
.arrow {
    width: 0.6em;
    height: 0.6em;
    transform: rotate(45deg);
	margin-right:10px;
}

.arrow-color-1 {border-right: 0.2em solid #0F0;border-top: 0.2em solid #0F0;}
.arrow-color-2 {border-right: 0.2em solid #093;border-top: 0.2em solid #093;}
.arrow-color-3 {border-right: 0.2em solid #09F;border-top: 0.2em solid #09F;}
.arrow-color-4 {border-right: 0.2em solid #F00;border-top: 0.2em solid #F00;}
.arrow-color-5 {border-right: 0.2em solid #900;border-top: 0.2em solid #900;}
.arrow-color-6 {border-right: 0.2em solid #609;border-top: 0.2em solid #609;}
.arrow-color-7 {border-right: 0.2em solid #906;border-top: 0.2em solid #906;}
.arrow-color-8 {border-right: 0.2em solid #F0F;border-top: 0.2em solid #F0F;}
.arrow-color-9 {border-right: 0.2em solid #30F;border-top: 0.2em solid #30F;}
.arrow-color-10 {border-right: 0.2em solid #C66;border-top: 0.2em solid #C66;}

.revers-wysokosc {margin-top:120px !important;}
.padding-2 {
	padding: 2px !important;
}
	
.div-term-klient {
	background:url('../img/zaznacz_klient.png') !important;
	width:100%;
	display:none;
	position:absolute;
	}
	
.click-klient {
	width:100%;
	height:100%;

@media screen and (max-width: 768px) {
.arrow {
	margin-right:50px;
}
}