body {
	font-family: Roboto,Verdana,Geneva,sans-serif;
margin-top: 0;
}
input {
	color: #000;
}
.cienkie:required:invalid:focus {
	box-shadow: 1px 1px 5px rgba(200, 0, 0, 0.85);
	outline: none;
	}
.cienkie:required:valid:focus{
	box-shadow: 1px 1px 5px #64cf00;
	}
#login_div {
	width: 300px;
	height: 150px;
	border: thin solid black;
	border-radius: 10px;
	margin: auto;
	text-align: right;
	margin-top: 100px;
	padding-top: 20px;
	padding-right: 20px;
}
.login_div_input {
	padding: 5px;
	border-radius: 2px;
	border: thin solid silver;
	background-color: #eaf2ff;
}
.login_div_input:required {
	box-shadow: 1px 1px 5px rgba(200, 0, 0, 0.85);
	outline: none;
	}
.login_div_input:valid{
	box-shadow: 1px 1px 5px #64cf00;
	}
.label_login {
	font-size: 12px;
}
.button_ok {
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	border: 0;
	background-image: url(../images/ok_64.png);
	background-repeat: no-repeat;
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	opacity: 0.8;
	margin-top: 20px;
}
.td_ok{
	text-decoration: none;
	background-image: url(../images/ok_64.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	padding: 10px;
	padding-left: 20px;
}
.button_save {
	background-image: url(../images/save_64.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	min-height: 30px;
	height: 30px;
	min-width: 120px;
	width: 25px;
	background-size: 24px 24px;
	border: 1px solid black;
	cursor: pointer;
}
.button_save:hover {
	opacity: 1;
	background-position: 20px center;
}
.button_save_disabled {
	border: thin dashed;
	background-image: url(../images/done_64.png);
	background-position: 0 center;
}
.button_save_disabled:hover {
	background-position: 0 center !important;
}
.td_500 {
	min-width: 340px;
	width: 340px;
}
.td_500_100 {
	min-width: 340px;
	width: 100%;
}
.nowidth {
	width: unset;
}
.button_ok:hover {
	opacity: 1;
}
.menu_div {
	max-width: 150px;
	width: 150px;
}
.ul_menu {
	list-style-type: none;
	padding-left: 10px;
}
.ul_menu li {
	padding: 0;
	padding-bottom: 3px;
	opacity: 0.8;
	font-size: 9px;
}
.ul_menu li input{
	padding-left: 25px;
}
.ul_menu li input:hover{
	padding-left: 35px;
	cursor: pointer;
}
.ul_menu li:hover {
	opacity: 1;
}
.ul_button {
	border: 0;
	background: none;
	background-repeat: no-repeat;
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
	text-decoration: none;
}

.ul_menu_horizontal {
 list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}
.ul_menu_horizontal li{
float: left;
}
 .ul_menu_horizontal li a {
 display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.ul_menu_horizontal li a:hover {
  background-color: #111111;
}
.obramowanie {
	min-width: 500px;
	margin: auto;
}
.obramowanie_up {
	min-width: 600px;
	margin: auto;
}
.kontrahent_t {
	display: table-cell;
	min-width: 500px;

}
.obramowanie .caption, .obramowanie_up .caption{
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #111111;
}
.obramowanie .cienkie{
	padding: 5px;
	border-radius: 2px;
	border: thin solid silver;
	background-color: #eaf2ff;
	width: 98%;
}
  
.cienkie_250 {
	padding: 5px;
	border-radius: 2px;
	border: thin solid silver;
	background-color: #eaf2ff;
	width: 250px; 
}
.obramowanie .caption_right, .obramowanie_up .caption_right{
  color: white;
  text-align: right;
  padding-top: 0;
  padding: 3px;
  padding-right: 10px;
  text-decoration: none;
  background-color: #111111;
  max-width: 60px;
}
.row_uprawnienia_tiffany{
  color: #000;
  text-align: right;
  padding-top: 0;
  padding: 3px;
  padding-right: 10px;
  text-decoration: none;
  background-color: #8d99ae;
  max-width: 60px;
  font-size:11px;
}
.row_uprawnienia_cambridge{
  color: #000;;
  text-align: right;
  padding-top: 0;
  padding: 3px;
  padding-right: 10px;
  text-decoration: none;
  background-color: #edf2f4;
  max-width: 60px;
  font-size:11px;
}
 .obramowanie a {
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}
.day {
          width:220px;
          height: 150px;
          background-color: #f3fff7;
          display: table-cell;
          border: thin solid #00f55e;
          border-radius: 2px;
	  font-size:13px;
          }
.day_100p {
	width:87%;
	min-width:800px;
	min-height: 100px;
}
.day_100p:hover {
	box-shadow: 3px 3px silver;
}
  .weekend {
          color: green;
	  border-style: dotted;
          }
  .tl {
          width: 25px;
          height: 100%;
          float: left;
          font-weight: bold;
          background: white;
          border-radius: 5px;
          text-align: center;
          }
.tl a {
	color: inherit;
	text-decoration: none;
}
  .tra {
          width: 170px;
          height: 100%;
          float: right;
          vertical-align: middle;
          display: table-cell;
          }
  .tr {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          overflow: hidden;
          max-height: 100px;
	z-index:500;
          }
.tr:hover {
	z-index: 501;
	max-height: none;
	overflow: none;
	topa:0;bottoma:0;
	border: 2px solid #618685;
	border: 2px solid #88dafd;
	box-shadow: 3px 3px #80ced6;
	border-radius: 5px;
}
.confirm_ok {
	width: 30px;
	height: 30px;
	background-color: white;
	float: left;
}
.confirm_error {
	width: 48px;
	height: 40px;
	background-color: white;
	float: left;
	border: 2px solid white;
}
.komunikat_error {
	width: 300px;
	border: thin solid red;
	box-shadow: 1px 1px 5px rgba(200, 0, 0, 0.85);
  	text-align: center;
  	padding: 10px;
  	text-decoration: none;
	background-image:url('../images/warning_64.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	margin-bottom: 10px;
}
.caption_error{
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
background-image:url('../images/error_64.png');
background-repeat: no-repeat;
background-position: 5px 50%;
background-color: #111111;
margin:auto;
width: 500px;
height: 40px;
}
.godziny{
	width: 30px;
	text-align: right;
	border: thin solid #bcc4d1;
}
.calendar_grid {
	border: thin solid #bcc4d1;
	min-height: 30px;
	height: 30px;
}
.cal_obramowanie_row {
	display:table-row; 
	width:400px;
}
.cal_godziny {
	width:50px; 
	height: 30px; 
	line-height: 30px; 
	border: thin solid black;
	float: left;
	text-align: center;

}
.cal_pozycje {
	width: 90%;
	waidth: 370px; 
	min-width: 250px; 
	height: 30px; 
	border: thin solid #eff5ff;
}
.cal_wpis {
	border: thin solid #4286f4;
}
.cal_wpis:hover {
	border-width: 2px;
	baackground-color: #eff5ff;
	z-index: 9999;
	background-image: url(../images/cal_wpis_bg.png);
	background-repeat: repeat;
	opacity:1;
}
.acal_obramowanie_row:not(:hover) { 
	opacity: 0.1;
}
.acal_obramowanie_row div:not(:hover) {
	opacity: 0.6;
}
.kontrahenci {
	display: inline;
	padding: 0px;
}
.submit_kontrahenci {
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 30px;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 25px;
	background-size: 24px 24px;
	border: 0;
	font-family: Roboto,Verdana,Geneva,sans-serif;
	font-weight: bold;
	opacity: 0.8;
}
.submit_kontrahenci:hover {
	opacity: 1;
}
.tr_header td{
	background-color: #c4dcfc;
	text-align: center;
}
.kontrahenci_row_d {
	background-color: #ced9ea;
}
.kontrahenci_row_green {
	background-color: #97d797;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	opacity: 90%;
}
.kontrahenci_row_l {
	background-color: #f2f5f9;
}
.kontrahenci_row_dk {
	background-color: #ced9ea;
}
.kontrahenci_row_lk {
	background-color: #f2f5f9;
}
.kontrahent_aktywny {
	background-image:url(../images/active_64.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 30px;
	height: 30px;
	min-width: 20px;
	width: 25px;
	background-size: 24px 24px;
	border: 0;
}
.kontrahent_nieaktywny {
	background-image:url(../images/inactive_64.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 30px;
	height: 30px;
	min-width: 20px;
	width: 25px;
	background-size: 24px 24px;
	border: 0;
}
textarea .kontrahent {
	width: 100px;
	height: 50px;
	border: 0;
}
.dodaj_czynnosci{
	background-image:url(../images/plus_64.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 30px;
	height: 30px;
	min-width: 20px;
	width: 25px;
	background-size: 24px 24px;
	border: 0;
	cursor: pointer;
}

.czynnosci{
width: 300px;
display:table-row;
min-width: 300px;
padding-left: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch_small {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}
.slider_small {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}
.slider_small:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
border: thin solid #2196F3;
}
.slider_small.round {
  border-radius: 34px;
border: thin solid #2196F3;
}

.slider.round:before {
  border-radius: 50%;
}
.slider_small.round:before {
  border-radius: 50%;
}

.td_250 {
	min-width: 250px;
}
.tr_uprawnienia td{
	border-top: 1px solid transparent; 
	border-bottom: 1px solid transparent;
}
.tr_uprawnienia:hover td{
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	opacity: 90%;
}
.dodaj_przeglad {
	border:0;
	background-image: url(../images/plus_64.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	line-height: 20px;
	width: 20px;
	opacity: 0.5;
	cursor: pointer;
	margin-top: 10px;
}
.dodaj_przeglad:hover {
	opacity: 0.8;
}
.przeglad_uwagi {
	width: 700px;
	min-height: 130px;
	resize: none;
	z-index:500;
	position:absolute;
}
.cprzeglad {
	width:unset !important;
	float:left;
}
.submit_dalej{
	background-image:url(../images/forward_64.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	min-height: 30px;
	height: 30px;
	min-width: 120px;
	width: 25px;
	background-size: 24px 24px;
	border: 1px solid black;
	cursor: pointer;
}
.submit_dalej:hover{
	background-position: 20px center;
}
.submit_back{
	background-image:url(../images/back_64.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	min-height: 30px;
	height: 30px;
	min-width: 120px;
	width: 25px;
	background-size: 24px 24px;
	border: 1px solid black;
	cursor: pointer;
	padding-left:30px;
}
.submit_back:hover{
	background-position: 15px center;
}

.wykonany {
	background-color:#70d1ff;
	height: 80px;
	border-radius: 3px;
	width:600px;
	padding: 10px;
	padding-left: 40px;
	border: thin solid black;
}
.w_toku{
	background-color:#a4f442;
	height: 80px;
	border-radius: 3px;
	width:600px;
	padding: 10px;
	padding-left: 40px;
	border: thin solid green;
}
.niewykonany {
	background-color:#c0ded9;
	height: 80px;
	border-radius: 3px;
	width:600px;
	padding: 10px;
	padding-left: 40px;
	border: thin solid red;
}

.termin_przekroczony{
	background-color:#ff234b;
	height: 80px;
	border-radius: 3px;
	width:600px;
	padding: 10px;
	padding-left: 40px;
	border: thin solid red;
}
.zaplanowany {
	background-image: url(../images/zaplanowany_64.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px 32px;
	border-top: 20px solid #234bff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.okresowy{
	background-image: url(../images/okresowy_64.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px 32px;
	border-top: 20px solid #23ffd7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.flagi_form {
width:26px;
height:26px;
background:none;
display:inline-block;
margin:1px;
border:0;

}

.flagi {
display:inline; 
background-size:24px 24px; 
border:0;
width:24px; 
height:24px; 
background-color: none; 
cursor: pointer;
filter: gray;
-webkit-transition: all .5s ease-in-out;
-webkit-filter: grayscale(1);
}
.flagi:hover {
filter: none;
-webkit-filter: grayscale(0);
-webkit-transition: all .5s ease-in-out;
}
.css_a {
	background-color: rgb(227, 227, 227);
}
.css_b {
	background-color: #FFFFFF;
}
.center_naglowek_maly {
color: white;
text-align: right;
padding-top: 0;
padding: 3px;
padding-right: 3px;
padding-right: 10px;
text-decoration: none;
background-color: #111111;
}
div.raporty_login
{
	background-color: black;
	color: white;
	width: 130px;
	max-width: 130px;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
}
