/* Styl LINKÓW*/
/*06/11/2016*/
div, body{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
}
input{
	ime-mode: disabled;
}
form{
	margin: 0;
	padding: 0;
}
.glowne{
	min-width: 1025px;
}

table{
	font-family: Tahoma;
   	font-size: 11px;
	border-collapse: inherit;
}
table td{
	word-break: break-word;
}
/* odd table rows 1,3,5,7,... */
table tr.nie_parzysty {
	background-color:#CCFFCC ;
}
/* even table rows 2,4,6,8,... */
table tr.parzysty {
	background-color: #CCFFDD;
}
/*wykreślony*/
table tr.rezygnacja {
	background-color: #9393FF;
}
.rezygnacja_div{
	background-color: #9393FF;
	padding: 5px;
	text-align: center;
	margin: 1px;
}
.rodo_div{
	background-color: #4f4fef;
	padding: 5px;
	text-align: center;
	margin: 1px;
}
/*Usuniety*/
table tr.usuniety {
	background-color: #FA5;
}
.usuniety_div{
	background-color: #FA5;
	padding: 5px;
	text-align: center;
	margin: 1px;
}
.zamrozony_div{
	background-color: #FFFF8E;
	padding: 5px;
	margin: 1px;
}
.do_weryfikacji_div{
	background-color: #FFAB8E;
	padding: 5px;
	margin: 1px;
}
.wazny_div{
	background-color: #B6B6B6;
	padding: 5px;
	margin: 1px;
}
.edycja_div{
	background-color: #FF2525;
	padding: 5px;
	text-align: center;
	margin: 1px;
}
/* marked table rows */
table tr.zaznaczony {
   background-color: #66FF66;
}
.nie_parzysty_div {
   background-color:#CCFFCC ;
	max-height: 18px;
	vertical-align: inherit;
}
/* even table rows 2,4,6,8,... */
.parzysty_div {
	background-color: #CCFFDD;
	max-height: 18px;
	vertical-align: inherit;
}
/* marked table rows */
.zaznaczony_div {
	background-color: #66FF66;
	font-size: 12px;
	max-height: 18px;
	vertical-align: inherit;
}
.div_przezroczysty {
	background-color:transparent;
	height: 19px;
}

/* hovered table rows */
table tr.nie_parzysty:hover,
table tr.parzysty:hover,
table tr.zaznaczony:hover,
table tr.hover {
	background-color: #8EFFFF;
}
.lista{
	padding: 5px;
}
.tabela_formularz{
   font-family: Tahoma;
   font-size: 11px;
   background:#F2F2F2;
	padding: 2px;
	border-right: 2px solid #e0e0d0;
	border-bottom:2px solid #e0e0d0;
	border-top: 2px solid #e0e0d0;
	border-left: 2px solid #e0e0d0;
	width: 100%;
}
.link{
	color:#0000FF;					/*Kolor Czcionki*/
	cursor: pointer;
	text-decoration: underline;
}
.link:link {color:#0000FF;}
.link:visited {color:#000080;}
.link:hover {color:#Ff0000;cursor:pointer;}
button_n{
	background: url('../obrazy/button1.gif') repeat bottom;
	border:0;
	display:block;
	width:91px;
	height:27px;
	font:bold 11px/1em Tahoma, sans-serif;
	padding-bottom:4px;
	padding-right:8px;
	padding-left:8px;
	text-align:center;
	vertical-align:top;
	cursor: pointer;
	color:#fff;
}
/*http://css3button.net/144852*/
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 10px;
	background: #36C;
	background: -moz-linear-gradient(top,	#42aaff 0%,	#003366);
	background: -webkit-gradient(linear, left top, left bottom, from(#42aaff), to(#003366));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #003366;
	-moz-box-shadow: 0 1px 3px rgba(000,000,000,0), inset 0 0 1px rgba(255,255,255,0);
	-webkit-box-shadow: 0 1px 3px rgba(000,000,000,0), inset 0 0 1px rgba(255,255,255,0);
	box-shadow:	0 1px 3px rgba(000,000,000,0),	inset 0 0 1px rgba(255,255,255,0);
	text-shadow: 0 0 0 rgba(000,000,000,0), 0 0 0 rgba(255,255,255,0);

	-moz-opacity: 1;
	opacity: 1;
}
button:hover{
	-moz-opacity: 0.9;
	opacity: 0.9;
	cursor:pointer;
}
.button_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 10px;
	background: #36C;
	background: -moz-linear-gradient(top,	#42aaff 0%,	#003366);
	background: -webkit-gradient(linear, left top, left bottom, from(#42aaff), to(#003366));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #003366;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0);
	box-shadow:	0px 1px 3px rgba(000,000,000,0),	inset 0px 0px 1px rgba(255,255,255,0);
	text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);

	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
.button_a:hover{
	-moz-opacity: 0.9;
	opacity: 0.9;
	cursor:pointer;
}
.pole_akt_wymag {
	background:#FFFF99;
	margin: 2px;
	padding: 0;
	border-color:#F2F2F2;		/*Kolor obramowania*/
	font-family: Tahoma;
   	font-size: 11px;
}
.czerwony{
	font-family: Tahoma;
    font-size: 13px;
	color: #FF0000;
	font-weight: 700;
}
.zapis_ok{
  	background:url(../obrazy/ok.png) no-repeat left;
	padding: 10px 30px;
	margin: 4px 30px 10px ;
	text-align:left;
	color:#00DC00;
}
.zapis_blad{
  	background:url(../obrazy/nie.png) no-repeat left;
	padding: 10px 30px;
	margin: 4px 30px 10px ;
	text-align:left;
	color:#DC0000;
}
.headline_cienszy{
  	padding: 5px 20px 5px;
  	margin: 5px;
  	background: #E1E1E1;
  	font-size: 17px;
  	font-family: Arial,Geneva,sans-serif;
  	color: black;
  	text-shadow: 1px 1px 0 white;

	/* border: 1px solid #D3D3D3;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #DDD;*/
	 border-radius: 35px 10px 35px 10px;
	-moz-border-radius: 35px 10px 35px 10px;
	-webkit-border-radius: 35px 10px 35px 10px;
	box-shadow:7px 4px 5px #A9BA9E;
}
.headline_jasniejszy_bez_marginesu {
  	background-color: #F0F0F0;
  	padding: 0px;
  	margin: 0px;
  	font-family: Arial,Geneva,sans-serif;
  	border: 1 solid #E1E1E1;
}
select {
	width: 300px;
	font-size: 13px;
	/*font-family: Arial,Tahoma,sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pole_akt{
	border: 1px solid #CCC;
	font-size: 11px;
	font-family: Arial,Tahoma,sans-serif;
	padding: 5px;
	box-shadow: 0 0 10px #EEE inset;
	border-radius: 4px;
	margin: 1px;
}
.pole_akt_odstep{
	border: 1px solid #CCC;
	font-size: 11px;
	font-family: Arial,Tahoma,sans-serif;
	padding: 5px 5px;
	box-shadow: 0 0 10px #EEE inset;
	border-radius: 4px;
	margin-top: 2px;
	margin-bottom: 2px;

}
.pole_akt:focus {
   border: 1px solid #CCACCC;
   background: none repeat scroll 0 0 #CFF;
}
.pole_akt_N:focus {
   border: 1px solid #66AFE9;
   box-shadow: 0 0 5px #94C6EF inset;
}
p{
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	margin: 0;
}
.p_div{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	min-width: 200px;
	margin: 0 0 0 0;
	float: left;
}
.p_div_adopcja{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	min-width: 230px;
	margin: 0 0 0 0;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.p_div_online{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	min-width: 160px;

	float: left;
	text-align: right;
	padding-right: 5px;
	word-wrap: break-word;
	word-break: normal;
	width: 160px;
}
.p_div_online_d{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	min-width: 260px;

	float: left;
	text-align: right;
	padding-right: 5px;
	word-wrap: break-word;
	word-break: normal;
	width: 260px;
}
.p_wewnatrz{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	margin: 5px 0 0 0;
}
.box-gradient {
   /* background-image: linear-gradient(#E6E6E6 0%, #FFF 20%);*/
   border: 1px solid #D3D3D3;
   border-radius: 5px;
   box-shadow: 0 0 9px #DDD;
   padding: 10px;
   margin: 5px;
}
.box-gradient2 {
   /* background-image: linear-gradient(#E6E6E6 0%, #FFF 20%);*/
   border: 1px solid #D3D3D3;

   border-radius: 5px;
   box-shadow: 0 0 9px #DDD;
   padding: 10px;
   border-top-width: 0;
   border-top-style: none;
   border-top-color: #FFF;
   margin: 6px;
}
.tabela_kalendarz_dt{
	border-bottom-color: #929292;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #929292;
	border-right-style: solid;
	border-right-width: thin;
	padding-bottom: 2px;
	padding-top: 2px;
}
.tabela_kalendarz_dt_p{
	border-bottom-color: #929292;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.tabela_kalendarz_dt_d{
	border-right-color: #929292;
	border-right-style: solid;
	border-right-width: thin;
	padding-bottom: 2px;
	padding-top: 2px;
}
.div_menu{
	border: 1px solid #D3D3D3;
    border-radius: 5px;
    box-shadow: 0 0 9px #DDD;
    padding: 5px;
    margin: 1px;
}
button.kalendarz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 3px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#b5b5b5));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:	0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,1), 0px 1px 0px rgba(255,255,255,1);
	-moz-opacity: 1;
    opacity: 1;
}
button.kalendarz:hover{
	-moz-opacity: 0.9;
    opacity: 0.9;
	cursor:pointer;
}

.box {
	max-width: 1025px;
  	background: #FFF ;
	border: 1px solid #D3D3D3;
   border-radius: 5px;
   box-shadow: 0px 0px 9px #DDD;
   padding: 10px;
   margin: 10px;
}
.efekt {
  	position: relative;
}
.efekt::before, .efekt::after{
  	z-index: -1;
	position: absolute;
	content: '''';
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.efekt::after{
  	-webkit-transform: rotate(3deg);
  	-moz-transform: rotate(3deg);
  	-o-transform: rotate(3deg);
  	-ms-transform: rotate(3deg);
  	transform: rotate(3deg);
  	right: 10px;
  	left: auto;
}
/*input {
    background-image: url(../obrazy/pole.png);
    background-position: right top;
    background-repeat: no-repeat;
    box-shadow: none;
}*/
input:required:invalid, input:focus:invalid {
    background-image: url(../obrazy/invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
input:required:valid {
    background-image: url(../obrazy/valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
image{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}


.przycisk{
  border: 1px solid #b0b0b0;
  background-color: #fbfdff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #d8ecfa);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #d8ecfa);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #d8ecfa);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #d8ecfa);
  font-weight: normal;
  color: #394971;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 4px 5px 4px;
  line-height: 16px;
  margin-left: 3px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  font-size: 11px;
  text-decoration: none;
}
.przycisk.wyslij span {
  background-image: url(../obrazy/mail_send.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.www span {
  background-image: url(../obrazy/www2.jpg);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.usun span {
  background-image: url(../obrazy/kosz.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.dodaj span {
  background-image: url(../obrazy/add.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.edycja span {
  background-image: url(../obrazy/edit.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.mapa span {
  background-image: url(../obrazy/map.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.skype span {
  background-image: url(../obrazy/skype.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.historia span {
  background-image: url(../obrazy/page_white_stack.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.telefon span {
  background-image: url(../obrazy/telephone.png);
  background-repeat: no-repeat;
  padding: 3px 6px 0 22px;
}
.przycisk.raport span {
  background-image: url(../obrazy/raport.png);
  background-repeat: no-repeat;
  padding: 3px 6px 2px 22px;
}
.email_div_error{
	color: #FE0000;
	margin-left: 200px;
}

.odczyt_tbody {
	background: #D6D6D6 none repeat scroll 0% 0%;
	box-sizing: border-box;
	border-radius: 4px 4px 4px 4px;
	color: #737373;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
}
.odczyt_td{
	background:#FFF;
	color: #737373;
	font-family: "Roboto Light",Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	border-bottom-width: thin;
	margin-bottom: 1px;
	text-align: left;
}
.bar{
	width: 0px;
   height: 100px;
    -webkit-transition: width 2s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 2s;
    transition-timing-function: linear;

	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;

	-webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
    animation-iteration-count: 1;

	background: #ACD037;
	box-sizing: border-box;
	border-radius: 99em;
	height: 11px;
}

.bar_tlo{
	width: 0px;
   height: 100px;

	background: #D6D6D6;
	box-sizing: border-box;
	border-radius: 99em;
	height: 11px;
}
/*styl stopki mosyfikacji danych*/
.poz_zmiana{
	margin-bottom: 5px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {width: 0px;}
    to {width: 100%;}
}

/* Standard syntax */
@keyframes mymove {
    from {width: 0px;}
    to {width: 100%;}
}.tab_glowny{
	max-width: 100%;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-bottom: -5px;
	/*font-family: Arial,Geneva,sans-serif;*/
	font-size: 12px;

}
samp{
	padding: 8px 12px 8px 12px;
	color: #07d;
   	cursor: pointer;
	margin-bottom: -5px;
	font-family: Arial,Geneva,sans-serif;
}

samp:focus {
	background: #C5C5C5;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0;
}
.tab_element_akt{
	padding: 8px 12px 8px 12px;

	color: #444;

	cursor: pointer;
	border: 1px solid #ddd;
	background: #fff;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-radius: 6px 6px 0 0;
	margin-bottom: -2px;
	font-weight: bold;
	font-size: 15px;
}

.b_box-gradient {
    background-image: linear-gradient(#E6E6E6 0%, #FFF 20%);
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #DDD;
    padding: 10px;
	 margin-bottom: 10px;
}

.b_tytul_n {
	clear: both;
	/*color: rgb(26, 23, 23);*/
	color: #6E6E6E;
	display: block;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	vertical-align: baseline;background: none;
}
.badge{
	font-size: 10px;
	background-color: #AAA;
}
.opp_sukces{
	background-color: #dff0d8;
	padding: 5px;
	margin: 1px;
}
.opp_porazka{
	background-color: #f2dede;
	padding: 5px;
	margin: 1px;
}


.przycisk.edycja_w span {
	background-image: url(../obrazy/edit.png);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 17px;
}

.przycisk.tworz_opp span {
	background-image: url(../obrazy/money.png);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 17px;
}
.przycisk.historia_w span {
	background-image: url(../obrazy/page_white_stack.png);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 17px;
}
.przycisk.usun_w span {
	background-image: url(../obrazy/kosz.png);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 17px;
}
div.centered {
	margin: auto;
	margin-left: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
hr {
	border: 1px ;
	height: 2px;
	background-image: -moz-linear-gradient(left center , transparent, #013D71, transparent);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgb(1,61,113), rgba(0,0,0,0));
	margin: 5px;
}
.booton_serch{
	background:none;
	border: none;
	padding: 10px 2px 2px 2px;

}