body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

thead > tr > th {
    font-size: 12px;
}

tbody > tr > td {
    font-size: 13px;
    text-align: left;
}

/*pk*/
div.rok.has-error span, div.rok span {
	cursor: not-allowed !important;
}
div.rok.has-success {
	cursor: pointer;
}
#confirmRok {
	font-size: 1.5em;
	font-weight: bold;
}
.disabled:hover {
	cursor: not-allowed !important;
	pointer-events: unset !important;
	background-position: unset !important; 
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: unset !important;
	cursor: not-allowed !important;
}
.przypiszkoddosadu {
	margin-left:10px;
	margin-right:10px;
}

