/* CSS Document */

body {
	margin: 0;
	background: #6699ff;
	color: #fff;
	font: 18px/27px Geneva, sans-serif;
}

h1, h2, h3 { color: #6699ff; margin: 2px; padding: 2px;}

nav#slide-menu {
	position: fixed;
	top: 0;
	left: -100px;
	padding-top: 40px;
	bottom: 0;
	display: block;
	float: left;
	width: 100%;
	max-width: 284px;
	height: 100%;

	-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: 40px;
	left: 0;
	width: 100%;
	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: 284px; 
}

body.menu-active div#content .menu-trigger, body div#content .menu-trigger { 
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	background: #6699ff;
	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: 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 .active a {
    background-color: #4A4B4B;
	color: #fff;
}
.pageMenu > .active {

}
.pageMenu li ul {
    display: none;
}
.pageMenu li li {
    background: #fcfeff;
	padding-left: 10px;
	color: #6699ff;
}
.pageMenu li li li {
    background: #585858;
}
.pageMenu li a {
    display: block;
    font-family: Geneva, sans-serif;
	font-size: 16px;
	line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
	text-decoration: none;
}
.pageMenu li li a {
	color: #6699ff;
	text-transform: none;
	line-height: 20px;
	font-size: 15px;
}
.pageMenu li li.spacer {
	line-height: 8px;
	height: 8px;
}

.black_overlay{
	display: none;
    position: absolute;
    top: 0%;
    left: 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: 25%;
    min-width: 950px;
    min-height: 500px;
    padding: 16px;
    border: 3px solid #ccc;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
.layerClose {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#content .fixed_layer iframe{
	width: 100%;
	height: 500px;
	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: center;
	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: #6699FF;
	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 label {
	width: 100px;
	display: inline-block;
}
.tabelaFormularz tr td p {
	margin-top: 0;	
}
.tabelaFormularz tr td:first-child {
	background: #ddd;
	width: 35%;
	text-align: right;
	vertical-align: top;
}
.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 select, .tabelaFormularz tr td textarea {
	width: 400px;	
}


a {
	color: #6699FF;
	text-decoration: none;	
}

button, input[type=submit], .button {
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	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: #6699FF;
}
button a {
	color: #fff;
	text-decoration: none;	
}

.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;
}
ul.kompletZawartosc li {
	line-height: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
a {
	cursor: pointer;	
}
#grupyZawartosc div.grupaInformacje {
	border-top: 2px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;	
}
#grupyZawartosc div.grupaInformacje:first-child {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}
div.detale {
	background: #EEEEEE;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 20px;
	margin-rigth: 20px;
}
.dashboard .row {
	width: 100%;
	display: block;	
}
.dashboard .row .cell {
	width: 30%;
	vertical-align: top;	
	display: inline-block;
	clear: both;
	margin: 2px;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #EDEDED;
	height: 100%;	
}

.dashboard .row .cell h2 {
 	margin-top: 0;
	background: #6699FF;	
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 4px;
	text-align: center;
}
.dashboard .row .cell p.header {
	font-size: 12px;
	text-align: center;	
	font-weight: bold;	
}
.dashboard .row .cell p.header .value {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #A81F23;
	border-radius: 5px;
	padding: 3px 6px;
	
}
.dashboard .row .cell p {
	font-size: 10px;
	padding: 2px 4px;
	margin: 0;
}
.dashboard .row .cell p.list .icons {
	float: right;
	text-align: right;
	display: inline-block;
}
.dashboard .row .cell p.list .icons img {
	height: 16px;
	margin: 0 3px;
}
.dashboard .row .cell p.footer {
	font-size: 12px;
	text-align: center;	
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}