.kosm-div {position:fixed;}

#menu-glowne {
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
}
.block {
  margin: 15px;
}
.ambasador {
  margin: 15px;
  max-width:250px;
}

.color-bordowy {color:#C93;}
.color-bialy {color:#FFF;}
.color-pomarancz {color:#F90;}
.color-zielony {color:#00B3B2;}
.color-szary {color:#999;}

.hr-dashed {
    border: 0;
    border-bottom: 1px dashed #CCC;
}

.naglowek {
	position:relative;
	font-weight:500;
	color:#FFF !important;
	background:#960;
	font-size:1em !important;
	padding:0.7em;
}
.naglowek a {color:#FFF;}
.naglowek:hover {
	position:relative;
	font-weight:500;
	color:#FFF !important;
	background:#C90;
	font-size:1em !important;
	padding:0.7em;
}

.naglowek-zielony {
	position:relative;
	font-weight:500;
	color:#FFF !important;
	background:#0C0;
	font-size:1em;
	padding:0.7em;
}

.naglowek-zielony a {color:#FFF;}
.naglowek-zielony a:hover {color:#444;}

.naglowek-h3 {
	color:#960 !important;
	font-weight:800;
}
.naglowek-h3:hover {
	color:#FC0 !important;
}

.naglowek-szary {
	font-weight:500;
	color:#FFF !important;
	background:#999;
	font-size:1em;
	padding:0.6em;
}

.blok-czerwony {
	background:#FCC;
	border: 1px solid #F00;
}
.blok-czerwony-text {
	float:left;
	color:#000;
	font-size:0.8em;
	padding:0.8em !important;
	display:table-cell !important;
    vertical-align:middle !important;	
}
.blok-margin {
	margin-top:0.6em;
}
.icons-start-sms {
	width: 30px !important;
}
.icons-start {
	height:20px !important;}

.align-justify { text-align:justify !important;}
.align-center { display:block; text-align:center !important;}
.align-right { text-align:right !important;}
.align-left { text-align:left !important;}
.font-bold {
	font-weight:700;
}

.font-size-1 {
	font-size:1.2em !important;
}
.font-size-08 {
	font-size:0.8em !important;
}
.font-size-06 {
	font-size:0.6em !important;
}

.margin-foto {
	margin-bottom:1em;
}
.margin-bottom {
	margin-bottom:1em;
}
.margin-top {
	margin-top:1em;
}
.margin-left {
	margin-left:1em;
}

.wiecej-p {
	margin-top:1em;
	text-align:right;
}
.wiecej a {
	color:#C90;
	font-size:1.2em;
}
.wiecej a:hover {
	color:#FC0;
	text-decoration:underline;
}

.wstecz {
	margin-top:1em;
}
.wstecz a {
	color:#C90;
	font-size:1.2em;
}
.wstecz a:hover {
	color:#FC0;
	text-decoration:underline;
}

a.wsz_akt:hover {
	text-decoration:underline;
}

.font-warto {
	color:#0B246A;
}

.img-porada-start {
	width: 30% !important;
	height: 30% !important;
}

hr {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

li {
	
}

.aside-nav li a {
	background: none repeat scroll 0 0 #FFF;
}
.aside-nav li a:hover {
	background: none repeat scroll 0 0 #DDBA03;
}

.link-rejestracja a{
	
}
	 
.opis-zabieg {
	font-size:1em;
	color:#444;
}

.czas {
	float:right;
}
.opis-zabieg {
	float:left;
}

.ok {
	color:#0C0;
}
.no {
	color:#F00;
}

.nagl-zdjecia {
	color:#DDBA03;
}

.foto_zabieg {
	float:left;
	margin-right:1em;
}

.cien {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.img-center {
    display: block;
    margin: 0 auto;
}
p.subtitile-panel {
	color: #FFF;
	margin: 0 auto;
	font-weight:600;
	text-shadow: 0 0 5px #FFF;
}

.plus-zabiegi {
	color:#DDBA03;
	font-size:1.5em;
	font-weight:800;
}
.plus-zabiegi:hover {
	color:#FFF;
}

/* Image Box Style */
p.etykieta {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	text-align: center;
}
#mainwrapper .box-img {
	cursor: pointer;
	height: 150px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 150px;
}
#mainwrapper .box-img img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
#mainwrapper .box-img .caption {
	background-color: rgba(204,0,0,0.8);
	position: absolute;
	color: #FFF;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}
#mainwrapper .box-img .simple-caption {
	height: 30px;
	width: 149px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
}
#mainwrapper .box-img:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}
.photo-profil-1 {
	width:150px;
}
.photo-profil-2 {
	width:43px;
}
.photo-profil-3 {
	display:block;
	width:30px;
}

.submit-profil-1 {
 display:block;
 width: 400px;
}
.imie-wysz {
	margin-left:1em;
	margin-top:0.5em;
}

.button-rejestracja {
	background: none repeat scroll 0 0 #DDBA03;
	border: 0 none;
	border-radius: 5px;
	color: #FFF !important;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em 1.5em;
	margin:0 0 0.5em 1em;
	text-transform: uppercase;
	cursor:pointer;
}
a.button-rejestracja:hover {
	background: none repeat scroll 0 0 #DDBA03;
}

.button-rejestracja-brak {
	background: none repeat scroll 0 0 #F00;
	float:left;
	border: 0 none;
	border-radius: 5px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	margin:0 0 0.5em 1em;
	text-transform: uppercase;
	cursor:pointer;
}
a.button-rejestracja-brak:hover {
	background: none repeat scroll 0 0 #C90;
}

a.button-menu {
	background: none repeat scroll 0 0 #C90;
	float:left;
	border: 0 none;
	border-radius: 5px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	margin:0 0 0.5em 1em;
	text-transform: uppercase;
	cursor:pointer;
}
a.button-menu:hover {
	background: none repeat scroll 0 0 #FC0;
}
a.blok-link {
	color:#000;
}
a.blok-link:hover {
	color:#C00;
}

form.customform .button-potw {
	background: none repeat scroll 0 0 #C90;
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform .button-potw:hover {
	background: none repeat scroll 0 0 #FC0;
}

form.customform .button-usun {
	background: none repeat scroll 0 0 #F00;
	color:#FFF;
	border-radius: 5px;
	cursor:pointer;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform .button-usun:hover {
	background: none repeat scroll 0 0 #F99;
}

form.customform .button-usun-nie {
	background: none repeat scroll 0 0 #090;
	color:#FFF;
	border-radius: 5px;
	cursor:pointer;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform .button-usun-nie:hover {
	background: none repeat scroll 0 0 #6C6;
}

form.customform .cena-roz {
	width:60px;
}
form.customform .nazwa-roz {
	width:100%;
}

.whatever {
    background:#FFF;
	display:block;
    width: 100%;
	font-size:0.8em;

}
.whatever:hover {
	background: #F5F5F5;
}

#checkboxes ul li {
	list-style: none;
}

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

.whatever-blue {
    background:#FFF;
    display: inline-block;
    width: 100%;
    height: auto;
	font-size:0.8em;
}
.whatever-blue:hover {
	background: #F5F5F5;
	padding:0.625em;
	font-size:1em;
	cursor: url('img/add.ico');
}
#checkboxes input[type=checkbox]:checked + .whatever-blue{
	background:#B7E0EC;
	color:#444;
	padding:0.625em;
	font-size:1em;
	cursor: url('img/del.ico');
}
#checkboxes .zajete {
	background: none repeat scroll 0 0 #FEBABE;
	color:#444;
	font-size:0.8em;
	width: 100%;
}
#checkboxes .pozaczasem {
	background: none repeat scroll 0 0 #FFF;
	color:#CCC;
	font-size:0.8em;
	width: 100%;
}

#checkboxes .zajete-zweryfikowane {
	background: none repeat scroll 0 0 #C4F796;
	color:#444;
	padding:0.625em;
	font-size:0.8em;
	width: 100%;
}

.zajete-zweryfikowane-new {
	border: 1px solid #CCC;
	background: none repeat scroll 0 0 #F4FFFF !important;
	color:#444;
	padding:0.625em;
	font-size:0.9em;
	width: 100%;
}
.zajete-zweryfikowane-new-run {
	border: 1px solid #CCC;
	background: none repeat scroll 0 0 #F5F5F5 !important;
	color:#444;
	padding:0.625em;
	font-size:0.9em;
	width: 100%;
}
.zajete-new {
	border: 1px solid #CCC;
	background: none repeat scroll 0 0 #FEEFF0 !important;
	color:#444;
	padding:0.625em;
	font-size:0.9em;
	width: 100%;
}
.zajete-klient {
	background: none repeat scroll 0 0 #FEEFF0;
	color:#444;
	padding:0.625em;
	font-size:0.9em;
	width: 100%;
}

/*   bg zabiegów krótszych do 1,30h */
.zajete-zweryfikowane-2 {
	border: 1px solid #CCC;
	background: none repeat scroll 0 0 #D6F7E3 !important;
	position:fixed;
	width:100% !important;
	height:60px !important;
	color:#444;
	padding:0.625em;
	font-size:0.9em;
	width: 100%;
}


/* ---------------------------- */

.div-imie {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background:#F5F5F5 !important;
	padding:0.625em;
	font-size:1.2em;
	width: 100%;
	height:35px !important;
}
.div-imie-tipped {
	border-bottom: 1px solid #CCC;
	background:#F5F5F5;
	font-size:1.2em;
	width: 100%;
	padding:0.625em;
	height:35px !important;
}

.no-weryf {
	background:#FFF5EF !important;
}
.yes-weryf {
	background:#F6FFF5 !important;
}

.width-ikony {
	width:100px;
}
.zabieg-text {
	color:#090;
	font-weight:600;
	padding:0.625em;
	font-size:1em;
}

.subtitile-klient-wysz {
	font-size:0.8em;
	color:#444;
}
.margin-top-profil{margin-top:1.5em;}
.margin-bottom-zabieg {margin-bottom:1px;}


@media screen and (max-width: 768px) {
.aside-nav li a {
  padding-bottom:2.5em;
}
.margin-top-mobile{
	margin-top:3em;
}
}

 .puste { 
 background: none repeat scroll 0 0 #FCC !important;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
 }
 
.roz-table-naglowek {
	 background:#C90;
	 color:#FFF;
	 font-weight:600;
 }
.roz-table-tr-1 {
	 background:none repeat scroll 0 0 #CCC !important;
 }
.roz-table-tr-2 {
	 background:none repeat scroll 0 0 #FFF !important;
 }
 
 .img-delete {
	 display:block;
	 widows:25px;
	 float:left;
 }

 .table-reset {
	 width: auto !important;
}
.tr-wykaz {
	background:#C90 !important;
}

 .icon-cal {
	 background-image:url(../img/icon-cal.png);
	 display:block;
	 width:40px;
	 height:43px;
	 padding:13px 1px 0px 0px;
	 font-weight:700;
 }
 
 .icon-cal-us-kosm {
	 background-image:url(../img/icon-cal.png);
	 display:block;
	 width:40px;
	 height:43px;
	 padding:13px 0px 0px 11px;
	 font-weight:700;
 }
 
  .icon-abon {
	 background-image:url(../img/icon-abon.png);
	 display:block;
	 width:40px;
	 height:43px;
	 padding:13px 1px 0px 0px;
	 font-weight:700;
 }

 
.table-pakiet, .table-pakiet tr td {
	 background:none !important;
	 border: none !important;
}
 
 
.pakiet-1{
	 display:block;
	 background:#39F;
	 text-align:center;
	 color:#FFF !important;
	 font-weight:600;
	 font-size:1.2em;
	 padding:1.6em 1.2em !important;
	 text-shadow: 1px 1px 0 black;
}
a .pakiet-1 {
	color:#FFF !important;
}
.pakiet-1:hover {
	background:#06C !important;
	color:#FFF !important;
	text-shadow: none;
}

.pakiet-2{
	 display:block;
	 background:#F36;
	 text-align:center;
	 color:#FFF !important;
	 font-weight:600;
	 font-size:1.2em;
	 padding:1.6em 1.2em !important;
	 text-shadow: 1px 1px 0 black;
}
a .pakiet-2 {
	color:#FFF !important;
}
.pakiet-2:hover {
	background:#C06 !important;
	color:#FFF !important;
	text-shadow: none;
}

.pakiet-plus {
	color:#0C0;
	font-size:1.5em;
	text-align:center;
}

.tr-margin-top {
	border-top:1px solid #CCC;
}
.tr-margin-left {
	border-left:1px solid #CCC;
}
.tr-margin-right {
	border-right:1px solid #CCC;
}
.tr-margin-bottom {
	border-bottom:1px solid #CCC;
}
.pakiet-bg-td {
	background:#FAEEF4 !important;
}

#wys-zabieg, #wys-edit-zabieg, #AddSubmitZabieg, .rej-zabieg, .avatar_zabieg, .godz-none {
	display:none;
}

.select-addzabieg-true {
	background:#9FC;
}
.select-addzabieg-false {
	background:#FCC;
}

.icon-karta {
	float:right;
	margin-left:5px;
	margin-top:20px;
}

.delete-img {
	box-shadow:0 0 0.5em 0.5em #FFF;
}

.social {
	background:url(../img/bg-social.png);
	width:100%;
	height:200px;
	text-align:center;
}

.reload {
	cursor:pointer;
}

.result-firma, .result-roz {
	display:none;
	position:absolute;
	background:#FFF;
	padding:10px;
	border:1px solid #F5F5F5;
	box-shadow: 2px 2px 5px #CCC;
	width:70% !important;
	margin-top:-10px;
	z-index:10;
}

.table-faktura{
	margin-top:30px;
	
}
.table-faktura tr td {
	border:1px #CCC;
	padding:10px;
}

.uprawnienia{
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
.uprawnienia li {
	padding: 4px;
	background:#F5F5F5;
	margin-bottom: 1px;
	font-size:0.8em;
}
.img-upr {
	width:15px;
	float:left;
	margin-right:5px;
}

.regulamin {
	background:#F5F5F5;
	border:1px solid #CCC;
	padding:1.5em;
	position:fixed;
	bottom:0;
	width: 80%;
	z-index: 88;
	font-size:0.8em;
	text-align: justify;
}

.button-up {
	display:block;
	width:100%;
	background:#FC0;
	color:#000 !important;
	font-size:1.2em !important;
	padding:0.8em 3em;
}
.button-up:hover {
	background-color:#C90 !important;
	color:#FFF !important;
}
.button-up-aktive {
	display:block;
	width:100%;
	background:#C90;
	color:#FFF !important;
	font-size:1.2em !important;
	padding:0.8em 3em;
}
.margin-right-80 {
	margin-right:20%;
}
.label { font-size:1em;}
.usun_foto {
	position:absolute;
	float:right;
	margin-top:-12px !important;
	margin-left:-12px !important;
	}
	
.klon {
	padding: 4px 24px;
	background:#FFF;
    color:#333;
    border: 1px solid #CCC;
}
.klon:hover {
	background:#F5F5F5;
	color:#C00;
	cursor: pointer;
}
.blok-cennik {
	background:#CCC;
	padding:2em !important;}
	
#submit-botton {
	display:none;
}

.puste { 
 background: none repeat scroll 0 0 #FCC !important;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
 }
 
 .placeholder {
	display: inline-block;
    border: 5px solid #C00;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}
.well:hover {
	border: 1px solid #CCC;
}