body {
	margin: 0;
	padding: 0;
	background-color: #e3e2dc;
}

#form.ordf {
	background-color: #fff;
	background-image: none;
	padding: 20px;
}

.ordf:not(.ltes) {
padding: 0px;
 border-radius: 0px; 
 margin: 30px auto;
}

.ordf section:not(.no-brd) {
margin-top: 2em;
padding: 16px;
 border-radius: 0px; 
box-shadow: none;
border-left: 1px solid #e8e6df;
border-right: 1px solid #e8e6df;
border-bottom: 1px solid #e8e6df;
border-top: 5px solid #f58220;
}

.ordf fieldset legend {
	border-bottom: none;
	text-shadow: none;
}

.ltes ul {
	border: 1px solid #e8e6df;
	padding-left: 0px;
}

.ltes ul>li {
	border-right: 1px solid #e8e6df;
}

.ordf ul>li label {
	background: transparent;
	font-size: 12px;
}

.ltes ul.bos-lbl>li {
	line-height: 3em;
	height: 3em;
}

.ordf.showErr input.ng-invalid {
	background: #fafaf9;
}

.ordf ul>li label i {
	color: #f58220;
}

.button,
button,
input[type="submit"] {
  border: 1px solid #dddddd;
  display: inline-block;
  color: #8d8f91;
  font-size: 14px;
  background-color: white;
  padding: 0px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: transparent;
	color: #f68220 !important;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #f68220;
}

.btn.btn-danger.pull-right {
	border: none;
	background-color: transparent;

}

.ordf input, .ordf ol > li, .ordf ol > li.ng-enter, .ordf textarea {
	transition: none;
}

.ordf input:disabled:hover {
	background: transparent;
}

.ltes ul>li>button {
float: none;
 margin: 0px; 
line-height: 3em;
text-align: center;
margin-left: 44%;
}

.logo {
	width: 200px;
	height: 114px;
	background-image: url(http://akademiasokrates.pl/wp-content/uploads/2014/06/logo_v4.png);
	float: right;
}

.header {
	/*float: left;*/
}

.ltes ol>li:before {
	background-color: transparent;
	left: 0.1em;
	color: #a9a9a9;
	top: 11px;
	margin-top: 3px;
}

.listed {
	padding-left: 23px !important;
}

.fa.fa-plus {
	padding: 6px;
}

.btn.btn-danger.pull-left {
	margin-left: 1% !important;
}

.right {
	float: right;
	height: 60px;
margin-top: 20px;
 padding: 2px; 
xborder-radius: 6px;
line-height: 1.8em;
width: 70px;
}

.ordf button.bos-act {
height: 60px;
margin-top: 20px;
 padding: 0px; 
xborder-radius: 6px;
line-height: 1.8em;
}

.ordf textarea {
	border-radius: 0px;
	background: #fafaf9;
	border: 1px solid #dddddd;
}

.bos-trg_nam.no-margin {
	margin: 0;
}