@import url(../lato.css);
@import url(../reset.css);

/*
html {
	width: 100%;
	height: 100%;
}

*/

body {
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333333;
	line-height: 18px;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
img {
	border: 0;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #ef7d3b;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.wybrane {
	color: #ef7d3b;
	background-color: #DDDDDD;
}
.godzinaRejestracji {
	cursor: pointer;
}
.noweKonto {
	color: #888888;
}
.odwolanieWizyty {
	cursor: pointer;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color:  #136899;
}
#nav li {
	float: left; }
#nav li a {
	  background: #136899;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-size: 18px;
  padding: 12px 22px 12px 22px;
   }
#nav-nie li a:hover {
	background-color:#1f95aa; }
	
#nav li.wybraneMenu a {
	background-color:#1e75ba;
}


	
.ui-tooltip, .arrow:after {
background: #1e75aa;
border: 1px solid white;
}
.ui-tooltip {
padding: 10px 20px;
color: white;
font: bold 15px;
font-weight: 400;
text-align: justify;
text-transform: uppercase;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

#content {
	z-index: 2;
}

.header {
	z-index: 3;
}


#dataOd  {
	cursor: pointer;
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0px 2px 4px #eee inset;
	font-size: 16px;
	padding: 3px 10px;
	text-align: center;
	width: 100px;
	
}

#dolneInfo {
	margin: 0px auto;
	 width: 780px;
	 font-size: 13px;
	 text-align: justify;
	}
.body_watermark_fit {
    top: 0px;
    right: -15px;
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 533px;
}

.flat-form {
  background: #1e75aa;
  margin: 15px auto;
  width: 800px;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  font-weight: 200;
}
.tabs {
  background: #136899;
  height: 42px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs a {
  background: #136899;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 12px 22px 12px 22px;


}
.tabs li:last-child a {
  border-right: none;
  width: 174px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: #1e75aa;
  border-right: none;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.form-action {
  padding: 0 20px;
  position: relative;
}

.form-action h1 {
  font-size: 35px;
  padding-bottom: 10px;
  color: #ffffff;
}
.form-action p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #ffffff;
}
.wizyty {
	width: 1050px;
}
.wizyty th {
	font-size: 16px;
	background-color: #e0e0e0;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
.wizyty td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#rejestracjaOK {
	background-color: #00A651;
	padding: 10px;
	width: 1030px;
	color: white;
	font-size: 14px;
}

#rejestracjaOK h1  {
	font-size: 20px;
}


#rejestracjaBAD {
	background-color: #ED1C24;
	padding: 10px;
	width: 1030px;
	color: white;
}

.logowanieError
{
	padding: 10px;
	margin-top: 10px;
	font-weight: 400;
	color: white;
	font-size: 14px;
	background-color: #cd0a0a;
	width: 100%;
			
}
.logowanieOk
{
	padding: 10px;
	margin-top: 10px;
	font-weight: 400;
	color: white;
	font-size: 14px;
	background-color: #0aca0a;
	width: 100%;
			
}
form {
  padding-right: 20px !important;
}
form input[type=text],
form input[type=password],
form input[type=submit] {
  font-weight: 400;
}

form input[type=text],
form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
}

.dark-box {
  background: #5e0400;
  box-shadow: 1px 3px 3px #3d0100 inset;
  height: 40px;
  width: 50px;
}
.form-action .dark-box.bottom {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.tabs + .dark-box.top {
  position: absolute;
  right: 0;
  top: 0px;
}
.show {
  display: block;
}
.hide {
  display: none;
}

.button {
    border: none;
    display: block;
    background: #136899;
    height: 40px;
    width: 120px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.button:hover {
  background: #1e75aa;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

::-webkit-input-placeholder {
  color: #1e75aa;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #1e75aa;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e75aa;
}
:-ms-input-placeholder {
  color: #1e75aa;
}

/* .prev, .next {
width: 20px;
height: 185px;
float: left;
background: #136899;
font: 20px "Exo 2";
font-weight: 700;
color: #FFF;
margin: 2px;
border: 0px;
    }
    
    
.prev:hover, .next:hover {
	background: #1098c9;
}

*/

.barkTerminow {
	display: none;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
#footer {
width: 100%;
height: 225px;
background-color: #3E84C0;
border-top: 10px solid #4d99D0;
padding-bottom: 14px;
padding-top: 10px;	
color: #ffffff;
font-size: 10px;
}

#stopka_container {
margin: 0px auto;

}
.kontakt a {
	text-decoration: none;
	color: #fff;
}

.wrapper {
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -225px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 225px; /* .push must be the same height as .footer */
}
.ui-button.redButton {
    background: #EE3311;
    border: 1px solid #881100;
}