/* CSS Document */

body {
	margin: 0;
	background: #74b152;
	font-family:'Nexa Book','Nexa',sans-serif;
	color:#7c7c7b;
	font-size: 16px;
}

h1, h2, h3 { color: #74b152; margin: 2px; padding: 2px;}

nav#slide-menu {
	background: #ededed;
	position: fixed;
	top: 0;
	left: -100px;
	padding-top: 60px;
	bottom: 0;
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 100%;
	max-width: 284px;
	height: 100%;
	overflow-y: auto;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

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: 60px;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 60px;
	padding-top: 10px;
	text-align: left;
	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;
}

div#content form#auth label {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-bottom: 10px;	
}
div#content form#auth input[type=submit] {
  margin-left: 103px;	
}

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

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

.header-bar {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  padding-top: 5px;
  background-color: rgba(124, 124, 123, 1); 
}
.header-bar .appName, .header-bar .userName {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #999;
	font-size: 18px;
	height: 50px;
	line-height: 22px;
	padding-left: 20px;
	vertical-align: middle;	
	font-weight: 700;
	color: #fff;	
}
.header-bar .appName .name {
	vertical-align: middle;
	text-transform: uppercase;
}
.header-bar .userName {
	padding-top: 10px;
	height: 40px;
}
.header-bar .userName .zadania {
	border-radius: 3px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;	
	background: #74b152;
	margin-left: 20px;
	font-weight: bold;
	font-size: 20px;	
}
.header-bar .right {
    float: right;
	font-weight: 900;
	margin-top: 10px;
	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-left: 12px;
	padding-right: 12px;	
	background: #74b152;
	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: #74b152;
}
.pageMenu li li li {
    background: #585858;
}
.pageMenu li a {
    display: block;
	font-size: 16px;
	line-height: 40px;
    color: #696969;
    padding-left: 0px;
	text-decoration: none;
}
.pageMenu li li a {
	color: #74b152;
	text-transform: none;
	line-height: 30px;
	padding: 4px;
	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: 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;
}
.tabela td {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	
}
.tabela td a{
	color: #000;
}
.tabela td.icons {	
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.tabela td.icons a img {
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;	
}
.tabela th {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 13px;
	background: #537e3b;
	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: #537e3b;
	cursor: pointer;
}

.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 select, .tabelaFormularz tr td textarea {
	width: 400px;
	padding: 3px;	
}

button, input[type=submit], .button {
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	background: #999999;
	vertical-align: middle;
	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, .button:hover {
	background: #537e3b;	
}
button a {
	color: #fff;
	text-decoration: none;	
}

a {
	color: #537e3b;
	text-decoration: none;	
}

.tabelaFiltr {
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 22px;
}

.tabelaFiltr tr td {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;	
}
.tabelaFiltr tr td input[type=text]{
	margin-bottom: 5px;	
}
.tabelaFiltr tr td.grey {
	background: #ddd;
	text-align: right;
	padding-right: 10px;
}
.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: #537e3b;
	cursor: pointer;
}
ul.kompletZawartosc li {
	line-height: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
.container {
	width: 100%;	
}
.container .row {
	width: 100%;
	clear: left;
	display: block;
	vertical-align: top;
}
.container .row .box {
	width: 30%;
	height: auto;
	margin: auto;
	border: 1px solid #537e3b;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
.container .box .klientDane {
	font-weight: bold;	
}
.tabelaDetale {
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;
	margin-bottom: 20px;
}

.tabelaDetale tr td {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;	
	width: 25%;	
}

.tabelaDetale tr td:first-child, .tabelaDetale tr td:nth-child(3) {
	background: #ddd;
	text-align: right;
}
.tabelaDetale tr td.header{
	background: #bbb;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

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

.tabelaDetale tr td.submitRow input {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #537e3b;
	cursor: pointer;
}

.tabelaDetale tr td a{
	color: #000;
}
.tabelaDetale th {
	margin: 0;
	padding: 3px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 11px;
}
.cellWizyta {
	font-weight: bold; 
	color: white; 
	width: 100%; 
	height: 12px;
	font-size: 10px;
	margin-bottom: 1px; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	cursor: pointer; 
	position: absolute;	
	text-align: center;
}
a {
	cursor: pointer;	
}
.pointer {
	cursor: pointer;		
}
.alert {
	color: red;	
}