/* CSS Document */

body {
	margin: 0;
	background: #fff;
	color: #000;
	font: 18px/27px Geneva, sans-serif;
	overflow-x: auto;
}

h1, h2, h3 { color: #414143; margin: 2px; padding: 2px;}
.statusInfo {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1002;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	margin-right: 20px;
	height: 20px;
	vertical-align: middle;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background: red;
}
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: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px;
	padding-top: 10px;
	overflow-y: auto;
	/* overflow-x: 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: #FFCB08;
	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: 0 10px;
	background: #FFCB08;
	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: #FFCB08;
}
.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: #414143;
	font-weight: 300;
    padding-left: 0px;
	text-decoration: none;
}
.pageMenu li li a {
	color: #414143;
	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;
	position: expression(fixed);
    top: 5%;
    left: 20%;
	bottom: 5%;
	right: 5%;

    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;
	/* overflow-x: auto; */
}
.tabela td {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	
}
.tabela td a{
	color: #000;
}
.tabela td.icons {	
	text-align: center;
	vertical-align: middle;
	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: #414143;
	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: 35%;
	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: #FFCB08;
}

.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: #FFCB08;	
}
button a {
	color: #fff;
	text-decoration: none;	
}

a {
	color: #FFCB08;
	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: #FFCB08;
	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: #FFCB08;	
		
}
.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: #FFCB08;
	cursor: pointer;
}
.tabelaFiltr tr td.submitRow input:hover {
	background: #FFCB08;	
}
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: #FFCB08;
	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;	
}

.sideLinks {
    position: fixed;
    top: 145px;
    right: 15px;
    z-index: 50;
	background: #EDEDED;
}
.sideLinks a {
    display: block;
	padding: 5px;
    width: 70px;
    min-height: 47px;
    margin-top: 10px;
	text-align: center;	
	font-size: 11px;
	line-height: 13px;
	color: #414143;
}
.sideLinks a:first-child {
	margin-top: 0;
}
.sideLinks a:hover {
	background: #fff;
	text-decoration: none;
}
.sideLinks img {
	min-width: 25px;
}

.blockLinks {
  width: 100%;
	background: #EDEDED;
  text-align: center;
  margin-bottom: 10px;
}
.blockLinks a {
  display: inline-block;
  vertical-align: top;
	padding: 5px;
  width: 70px;
  min-height: 47px;
  margin-top: 10px;
	text-align: center;	
	font-size: 11px;
	line-height: 13px;
	color: #414143;
  
}
.blockLinks a:hover {
	background: #fff;
	text-decoration: none;
  border-radius: 10px;
}
.blockLinks img {
	min-width: 25px;
}

.pager {
    text-align: center;
    font-weight: bold;
    color: #7c7c7b;
    width: 100%
}

.pager>* {
    display: inline-block;
    margin: .2em .2em;
	border: 1px solid #7c7c7b;
	width: 30px;
}

.pager .prev,
.pager .next {
    color: #fff;
	background-color: #FFCB08;
    margin: 0 .2em
}

.pager span.page {
    color: #FFCB08;
}
.alert {
  color: darkred;
}
.blink {
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}
.cpy-text {
	cursor: pointer;
	color: #242424;
	padding: 10px 0;
	line-height: 2.5em;
	font-size: 11px;
}