#przybornik, #zapisz, #menu_karta, .input-dok,  .btn-send, .ckeditor {
	display:none;
}


.edit-opis, .edit-check-opis, .edit-check, .edit-opis-html {
	position:absolute;
	float:right;
	margin:5px 0px 0px 10px;
	font-size: 0.7em;
	color:#FFF !important;
}
.info {
	color:#444 !important;
	border-bottom: 1px dashed #444;
}

.input-naglowek {
	display:none;
	float:left;
}

.loader {
	display:none;
	float:right;
	margin-top:10px;
}

.naglowek {
	position:relative;
	font-weight:500;
	font-size:1.2em;
	padding:0.7em;
}

#przybornik {
    width: 20%;
    top: 10%;
    right: 30%;
    position:fixed;
	z-index:9999999 !important;
}
#przyb-title {
    width: 100%;
    background-color: #F5F5F5;
    color:#444;
	font-weight:500;
	text-align:center;
	padding:10px 0px;
	cursor:move;
}
#przyb-menu {
	width: 100%;
	padding:10px 0px;
	line-height:25px;
}
#przyb-menu ul {
	list-style:none;
	font-size:0.8em;
}

.margines-txt {
	font-size:0.7em;
	border-bottom: 1px dashed #444;
	text-align:right;
}

.div-etyk { display:none;}
.dok-margin {margin-bottom: 20px;}
.dok-background {background:#F5F5F5 !important;}

/* Dokument forms

form.dokform input, form.dokform select {height:auto;}
form.dokform input, form.dokform textarea, form.dokform select { 
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}


//form.dokform input:hover, form.dokform textarea:hover, form.dokform select:hover, form.dokform input:focus, form.dokform textarea:focus, form.dokform select:focus {background: none repeat scroll 0 0 #fff;}


form.dokform input, form.dokform textarea, form.dokform select {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625em;
 width:98%;
}
form.dokform input[type="file"] {
 border: 1px solid #E0E0E0;
 height: auto;
 max-height: 2.7em;
 min-height: 2.7em;
 padding: 0.4em;
}
form.dokform input[type="radio"], form.dokform input[type="checkbox"] {
 margin-right: 0.625em;
 width:auto;
 padding:0;
 height:auto;
}
form.dokform option {padding: 0.625em;}
form.dokform select[multiple="multiple"] {height: auto;}


form.dokform textarea {
	width:99%;
	height:80px;
}

form.dokform label {
	font-size:0.8em;
}
 */