html, BODY {
  margin: 0px;
  padding: 0px;
  background-color: rgb(181,201,231);
  font-family: tahoma;
  overflow: hidden;
}

p {
	margin: 0px;
	padding: 0px;
}

/* nagłówek */
.toolbar {
  position: absolute;
  top: 0px;
  display: block;
  left: 0px;
  right: 0px;
  background-color: #3a5795;
  height: 30px;
  z-index: 200;
}
.workarea {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 30px;
  bottom: 0px;
  overflow: auto;
}
.statusbar {
  position: absolute;
  top: 30px;
  display: none;
  left: 0px;
  right: 0px;
  background-color: #3a5795;
  --height: 35px;
  max-width: 450px;
  width: 100%;
  z-index: 210;
}

.notify {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #3a5795;
  height: 150px;
  z-index: 200;
  overflow: auto;
  border-top: solid 3px #3a5795;
}
notifyimg {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.notifyshow {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 0px;
  margin-left: 3px;
  background-color: #3a5795;
  height: 24px;
  width: 24px;
  z-index: 200;
  cursor: hand;
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.notifyhide {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 150px;

  margin-left: 3px;
  background-color: #3a5795;
  height: 24px;
  width: 24px;
  z-index: 200;
  cursor: hand;
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.notifylist {
  width: 97%;
  font-size: 14px;
  padding: 1px;
  float: left;
  cursor: pointer;
  cursor: hand;
  border:solid 2px #3a5795;
  margin-left: 1%;
  border-radius: 5px; /* jak wysokość jest w procentach to podczas przewijania zostawają poziome kreski */
  overflow: hidden;
  white-space: nowrap;

}

.notifydate {
    font-size: 12px;
}

/* nagłówek - prawa strona */
.toolbar_descr_left{
  position: relative;
  display: block;
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  margin: 4px;
  vertical-align: top;
}

/* nagłówek -lewa strona */
.toolbar_descr_right{
  position: relative;
  display: block;
  color: #FFFFFF;
  float: right;
  font-size: 18px;
  margin: 4px;
  vertical-align: top;
}

/* nagłówek - lista rozwijana i dodatkowe ikonki */
.toolbar_list {
  position: relative;
  display: block;
  color: #FFFFFF;
  float: right;
  font-size: 18px;
  margin: 4px;
  vertical-align: top;
}

/* nagłówek - położenie ikonki wylogowania */
.logout {
  position: relative;
  display: block;
  float: right;
  margin: 4px;
}

/* podstawowe ustawienia dla form */
form {
  display: block;
  margin: 0;
  padding: 0;
}

/* lista zadań - lista wyboru */
form.form_list {
  display: inline;
  margin: 0px;
  padding: 0px 7px 0px 7px;
  top: 0px;
}

/* pojawienie sie kursora po najechaniu na ikonke */
.clickimg {
  cursor: hand;
  cursor: pointer;
}

/* małe ikonki */
.SMALL_ICON {
  width: 15px;
  height: 15px;
}

/* duże ikonki */
.BIG_ICON {
  width: 30px;
  height: 30px;
}

/* kalendarz - tło */
.showcalendar {
  position: fixed;

  top: 0px;
  left: 0px;

  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;

  display: none;
  z-index: 200;
}

/* kalendarz */
.calendar {
  position: absolute;
  width: 370px;
  z-index: 200;
}

/* kalendarz - nazwa miesiąca i nawigacja */
TR.calendarmonthname {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(121,158,211);
  color: rgb(11,63,133);
}

/* kalendarz - literka nazwy dnia */
.calendartableheader {
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #2D61A7;
  padding: 0px 5px 0px 5px;
}

/* historia zadań - ramka do wyszukiwania */
.formhistory {
  position: relative;
  width: 98%;
  max-width: 425px;
  clear: both;
  float: left;
  margin-left: 4px;
}

/* historia zagadnienia - tło pod kalendarzem */


.windowback2 {
  position: fixed;
  display: block;
  top: 35px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(200,200,200);
  opacity:0.4;
  filter:alpha(opacity=40);
  z-index: 150;
}


/* edycja zadania i tworzenie nowego zadania - opis */
.opis_textarea {
  clear: both;
  --width: 97%;
--max-width: 410px;
  font-size: 14px;
  height: 200px;
  background-color: #DBE9FF;
  padding: 4px;
  overflow: auto;
  word-wrap: break-word
 -webkit-line-break: after-white-space
}

/* edycja zagadnienia - tytuł */
.title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 2px 0px 0px 0px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  background-color: #CADFFC;
  width: 98%;
  max-width: 425px;
  word-wrap: break-word;
}

/* edycja zagadnienia - opis */
.descr {
  text-align: left;
  font-size: 14px;
  margin: 4px 0px 0px 0px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  background-color: #E0ECFC;
  width: 98%;
  max-width: 385px;
  /*word-wrap: break-word;*/
}
.descr2 {
  text-align: left;
  font-size: 14px;
  min-height: 15px;
}


/* edycja zadania - ramka */
.edit-task {
  margin: 2px;
  margin-left: 2.5%;
}

/* nowe zadanie - ramka */
.new-task {
  margin: 2px;
  margin-left: 2.5%;
}

/* historia zadania - ramka */
.history-task {
  margin: 2px;
  margin-left: 2.5%;
}


/* priorytet - czarnobiała ikonka */
img.grayscale {

  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  --filter: url(grayscale.svg); /* Firefox 4+ */
  /*filter: gray; /* IE 6-9 */


  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

img.grayscale2 {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* priorytet - wyłączenie czarnobiałości ikonki */
img.grayscaledisabled {
  /*-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url(none); /* Firefox 4+ */
  /*filter: none; /* IE 6-9 */


  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* priorytet - rozmiar ikonki */
.priority_icon {
  width: 25px;
  height: 25px;
}

/* priorytet */
.selected_priority {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
}

/* lista zadań - tło dla zadań */
.body_div {
  position: relative;
  clear: both;
  left: 0px;
  right: 0px;
  border-width: 3px;
}
.body_div_list {
  position: relative;
  clear: both;
  top: 55px;
  left: 0px;
  right: 0px;
  border-width: 3px;
}


/* lista zadań - tabela z zadaniem */
.list_table {
  width: 98%;

  float: left;
  cursor: pointer;
  cursor: hand;
  border:solid 2px #5B5D74;
  margin-left: 1%;
  border-radius: 5px;
}
.list_table_wait {
  width: 98%;
  max-width: 425px;
  margin-left: 1%;
}

/* lista zadań - tytuł */
.titlelink {
  padding: 0px 4px 0px 4px;
  color: #000000;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

/* lista zadań - nazwa klienta */
.listleft {
  padding: 0px 4px 0px 4px;
  font-size: 13px;
}

/* lista zadań - data utworzenia */
.listright {
  text-align: right;
  padding: 0px 4px 0px 4px;
  font-size: 13px;
  white-space: nowrap;
}

/* lista zadań - id zadania */
.idtask {
  text-align: center;
  font-size: 11px;
}

/* lista zadań - div */
.task {
  position: relative;
  float: left;
  width: 98%;
  max-width: 425px;

  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: transparent;
  margin-bottom: 4px;

  padding-top: 3px;
  padding-bottom: 2px;

}

/* aktywne pole daty */
.editfielddate {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

/* nieaktywne pole daty */
.editfielddatereadonly {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #B2BFD1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

/* aktywne pole zwykłe */
.editfield {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.editfield2 {
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.editfield2:disabled {
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #B2BFD1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.editfieldold {
  width: 173px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

/* pole dla wyboru użytkownika */
.editfieldseluser {
  width: 70%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.editfieldseluserdisabled {
  width: 70%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.editfieldseluser:disabled {
  width: 70%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #B2BFD1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.datehiddenincalendar {
  width: 90px;
  padding:0px;
  margin: 0px;
  font-size: 15px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

.timehiddenincalendar {
  width: 20px;
  padding:0px;
  margin: 0px;
  font-size: 15px;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 0px;
  border-color: rgb(121,158,211);
}

/* pole dla wyboru typu listy */
.editfieldseltypetask {
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #DBE9FF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);

  display: inline;

  padding:0px;
}

/* nieaktywne pole zwykłe */
.editfield:disabled {
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #B2BFD1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211);
}

/* nowe zadanie formatka */
.addtasktable {
  width: 98%;
  max-width: 425px;
   word-wrap: break-word;
}

.addtasktable2 {
  width: 98%;
  max-width: 425px;
}

.addtasktableleft {
  width: 35%;
}

.formleft {
  text-align: center;
}


.archivesbutton {
  display: none;
}




.allarea {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.windowback {
  position: fixed;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgb(200,200,200);
  opacity:0.4;
  filter:alpha(opacity=40);
}
.windowframe {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  background-color: #ff00ff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: rgb(181,201,231);
}
.windowtitle {
  position: absolute;
  display: block;
  top: 0px;
  width: 100%;
  height: 20px;
  background-color: rgb(61,113,183);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
}
.windowdata {
  position: absolute;
  display: block;
  width: 100%;
  top:21px;
  bottom: 41px;
  overflow: auto;
  color: #000060;
  text-align: center;
}
.windowbottom {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 29px;
  color: #000000;
  padding-top: 10px;
  background-color: rgb(121,158,211);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #000000;
}
.windowbutton {
  cursor: pointer; cursor: hand;
  display: inline;
  position: relative;
  height: 20px;
  padding: 5px 25px 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}








#colortable  tr:nth-child(odd) td{
  border-spacing: 0px 3px;
  background-color: #3d71b7;
}
#colortable	tr:nth-child(even) td {
  border-spacing: 0px 3px;
  background-color: #4D81C7;
}


.buttonformresponsive {

  font-size: 12px;
  color: #000000;
  float: left;
  border: solid 1px #000000;
  padding: 1px 5px 1px 5px;
  margin: 2px 2px 2px 2px; /* top right bottom left*/
  cursor: pointer;
  cursor: hand;
  text-align: center;
    background-color: rgb(121,158,211);
}



/* zadanie - pierwsza linia */
.task_first_line {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.task_first_line_priority {
	align-self: flex-start;
	font-size: 11px;
	white-space: nowrap;
	padding-left: 1px;
	margin-bottom: -10px;
}
.task_first_line_title {
	align-self: center;
	width: 100%;
	word-wrap: break-word;
	word-break:break-all;
	word-break: break-word;
	font-size: 15px;
	padding-left: 2px;
	padding-right: 2px;
}
.task_first_line_iconsT {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: nowrap;
	align-self: flex-start;
}
.task_first_line_icons {
	flex-wrap: nowrap;
	align-self: flex-start;
	margin-bottom: -4px;
}

/* zadanie - druga linia */
.task_second_line {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.task_second_line_number {
	align-self: flex-end;
	font-size: 11px;
	white-space: nowrap;
	padding-left: 2px;
	padding-bottom: 1px;
}
.task_second_line_client {
	align-self: center;
	width: 100%;
	word-wrap: break-word;
	word-break:break-all;
	word-break: break-word;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
.task_second_line_userdate {
	align-self: flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
	padding-right: 2px;
}

.info_icon {
  width: 18px;
  height: 18px;
}
