/* CSS Document */

body {
	margin: 0;
	background: #00ADEF;
	color: #000;
	font: 18px/27px Geneva, sans-serif;
}

h1, h2, h3 { color: #00ADEF; margin: 2px; padding: 2px;}

nav#slide-menu {
	background: #EDEDED;
	position: fixed;
	top: 0;
	left: -100px;
	padding-top: 0px;
	bottom: 0;
	display: block;
	float: left;
	width: 100%;
	max-width: 230px;
	height: 100%;
	overflow-y: auto;

	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

body.menu-active nav#slide-menu { left: 0px; }
body.menu-active nav#slide-menu ul { left: 0px; opacity: 1; }

/*
  Content
*/

div#content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px;
	padding-top: 10px;
	overflow-y: auto;
	background: #fcfeff;
	color: #2a3d63;
	border-radius: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: -3px 0 6px darken(#556270, 5%);
	-webkit-box-shadow: -3px 0 6px darken(#556270, 5%);
	box-shadow: -3px 0 6px darken(#556270, 5%);

	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

body.menu-active div#content { 
	left: 230px; 
}

body.menu-active div#content .menu-trigger, body div#content .menu-trigger { 
	position: absolute;
	top: 50%;
	left: 10px;
	width: 35px;
	height: 35px;
	background: #00ADEF;
	color: #fff;
	border-radius: 7px; 
	text-align: center;
	font-size: 35px;
	cursor: pointer;
}

.header-bar {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .9);
  background-color: rgba(0, 0, 0, .7); 
}
.header-bar .appName, .header-bar .userName {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #999;
	padding-left: 20px;	
}
.header-bar .userName .zadania {
	border-radius: 3px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;	
	background: red;
	margin-left: 20px;
	font-weight: bold;
	font-size: 20px;	
}
.header-bar .right {
    float: right;
	margin-top: -25px;
	font-size: 20px;	
} 
.header-bar .right a{ 
	color: #fff;
	text-decoration: none;
}

.pageMenu, 
.pageMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pageMenu {
    margin-bottom: 14px;
}
.pageMenu li {
    margin: 0;
    padding: 0;
    border-top: 1px #fff solid;
}
.pageMenu > li:first-child {
    border-top: none;
}
.pageMenu > li {
}
.pageMenu > li > a > .icon {
	display: inline-block;
	float: left;
	padding: 12px;
	background: #00ADEF;
	color: #ffffff;
	margin-right: 10px;
}
.pageMenu .active a {
    background-color: #4A4B4B;
	color: #fff;
}
.pageMenu > .active {

}
.pageMenu li ul {
    display: none;
}
.pageMenu li li {
    background: #fcfeff;
	padding-left: 50px;
	color: #00ADEF;
}
.pageMenu li li li {
    background: #585858;
}
.pageMenu li a {
    display: block;
    font-family: Geneva, sans-serif;
	font-size: 16px;
	line-height: 40px;
    text-transform: none;
	color: #696969;
    padding-left: 0px;
	text-decoration: none;
}
.pageMenu li li a {
	color: #00ADEF;
	text-transform: none;
	line-height: 30px;
	font-size: 16px;
}
.pageMenu li li.spacer {
	line-height: 8px;
	height: 8px;
}

.black_overlay{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.fixed_layer {
    display: none;
    position: fixed;
    top: 10%;
    left: 18%;
	bottom: 10%;
	right: 18%;

    padding: 16px;
    border: 3px solid #ccc;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
.layerClose {
	font-size: 20px;
	font-weight: 900;
	text-align: right;
}
#content .fixed_layer iframe{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tabela {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;
	line-height: 1.4em;	
}
.tabela td {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	
}
.tabela td a{
	color: #000;
}
.tabela td.icons {	
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.tabela td.icons a img {
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;	
}
.tabela th {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 13px;
	background: #00ADEF;
	color: #fff;
}

.tabelaFormularz {
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;
	margin-bottom: 20px;
}

.tabelaFormularz tr td {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;	
}

.tabelaFormularz tr td:first-child {
	background: #ddd;
	width: 25%;
	text-align: right;
}
.tabelaFormularz tr td.submitRow {
	background: #ccc;
	text-align: center;
}

.tabelaFormularz tr td.opis {
	font-weight: bold;
	text-transform: uppercase;
	background: #ccc;
	color: #555;
	text-align: center;	
	font-size: 13px;
	line-height: 18px;	
}

.tabelaFormularz tr td.submitRow input {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #258EEC;
}

.tabelaFormularz tr td a{
	color: #000;
}
.tabelaFormularz th {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 11px;
}

.tabelaFormularz tr td input[type="text"], .tabelaFormularz tr td input[type="email"], .tabelaFormularz tr td input[type="tel"], .tabelaFormularz tr td select, .tabelaFormularz tr td textarea {
	width: 400px;	
}

button, input[type=submit], .button {
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	background: #999999;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;	
	font-size: 15px;
	line-height: 18px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer; 	
}

button:hover, input[type=submit]:hover, .button:hover {
	background: #00ADEF;	
}
button a {
	color: #fff;
	text-decoration: none;	
}

a {
	color: #00ADEF;
	text-decoration: none;	
}
.kalendarz {
	width: 100%;
	border-collapse: collapse;	
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 15px;	
}
.kalendarz tr th {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;	
	background: #00ADEF;
	color: #fff;
}
.kalendarz tr td {
	margin: 0;
	padding: 4px;
	padding-top: 2px;
	border: 1px solid #999;	
	vertical-align: top;
	height: 60px;
	width: 14.28%;
}

.kalendarz tr td.grey {
	background: #ddd;
	text-align: right;
}
.kalendarz tr td span.day {
	display: block;
	font-size: 12px;
	text-align: right;
}
.kalendarz tr td a.event, .kalendarz tr td a.eventAdd {
	display: block;
	vertical-align: top;
	font-size: 12px;
	text-align: center;	
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	background: #00ADEF;	
		
}
.kalendarz tr td a.eventAdd {
	margin-top: 10px;
	background: #DCDCDC;
	color: #2a3d63;	
}
.tabelaFiltr {
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;
	margin-bottom: 15px;
}

.tabelaFiltr tr td {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;	
}

.tabelaFiltr tr td.grey {
	background: #ddd;
	text-align: right;
}
.tabelaFiltr tr td.submitRow {
	background: #ccc;
	text-align: center;
}

.tabelaFiltr tr td.submitRow input {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;	
	font-size: 13px;
	line-height: 18px;
	background: #258EEC;
	cursor: pointer;
}
.tabelaFiltr tr td.submitRow input:hover {
	background: #00ADEF;	
}
ul.kompletZawartosc li {
	line-height: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
a {
	cursor: pointer;	
}
.buttonTap {
	font-size: 30px;
	line-height: 30px;
	padding: 0px 10px 5px 10px;
	text-align: center;
	background: #00ADEF;
	color: #fff;
	border-radius: 7px; 
}
p.notification {
	font-size: 11px;	
}
.red {
	color: #ffffff;
	padding: 7px 4px 7px 4px;
	background: red;	
}
.vertical-text {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	height: 150px;
	background: none;	
}
.doc_icon {
	max-height: 20px;	
}
.fileListContainerColumns {
  position: absolute;
  overflow-y: auto;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 3em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.fileListContainerColumns .item {
  min-width: 150px;
  margin: 0.05em;
  margin-right: 1.5em;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.5em; 
  cursor: pointer; 
}
.fileListContainerColumns .item .more {
  display: none;
  margin-bottom: 0.5em;
  margin-top: 0.5em;   
}
.fileListContainerColumns .item .more p {
  margin: 0;
  margin-left: 0.6em;
  line-height: 1.2em;
}
.fileListContainerColumns .item .more p img {
  margin-right: 0.2em;	
}
.fileListContainerColumns .item a {
  color: #666;	
}
.fileListContainerColumns .item:hover {
  background: rgba(0,0,0,0.1);
}
.fileListContainerColumns .item .cat {
  background-color: red;
}
.textSmall {
  font-size: 0.6em;
  color: red;	
}
.ftp_photo {
  display: inline-block;
  width: 170px;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin: 3px;
}
.ftp_photo img {
  opacity: 0;	
}
.ftp_photo .filename {
  font-size: 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}