@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Formatowanie domyslne */
.df-main {
	padding:0px 12px 12px 12px;
	margin: 0 auto;
	overflow: hidden;
}
.df-main span{
	text-align: left;
	/*padding: 5px 5px 3px 0;
	width: 148px;*/
	float: left;
}

.df-main h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
    color: #c42732;
}
.df-main h3 
{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 148px;
	
	float: left;
	font-weight:normal;
}
.df-main p {
	margin: 0px;
	overflow: hidden;
    padding: 0;
}
.left input{
	float: left;
}

.content.aktywneregiony-4-0 .df-textarea .bottom{}


.df-main input[type=text],
.df-main select {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #c42732;
    box-sizing:border-box;
     border-radius:0;
}
.df-control .Radio label{
	display: block;
}
.df-control .Radio{
	float: left;
}
.df-main .df-textarea {
    float: right;
    margin: 0;
    padding: 4px 0;
    width: 80%;
     border-radius:0;
}

.df-main .df-textarea .top {
    /*height: 8px;
    margin: 0 2px 0 0;*/
    overflow: visible;
    padding-left: 10px;
    position: relative;
}

.df-main .df-textarea .middle {
    margin: 0;
    padding: 0;
}

.df-main .df-textarea .bottom {
    height: 6px;
    margin: 0px 5px 5px 0px;
    overflow: visible;
    padding-left: 10px;
    position: relative;
}

.df-main .df-textarea textarea{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #606060;
    font-family: 'futura',Arial,sans-serif;
    font-size: 12px;
    height:70px;
    width:100%;
    border: 1px solid #c42732;
    padding: 10px;
    box-sizing:border-box;
     border-radius:0;
}

.df-main input[type=text] {
        padding: 10px;
    box-sizing:border-box;

}
.df-main label {
	cursor: pointer;
}

.label-important {
color:#c42732;
}

.df-label-right .input-exide-container {
    float:right;
    width:80%;
}

.df-main input[type=radio],
.df-main input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin: 0px 2px 0px 2px;
	padding: 0px\9; /* IE+8 Hack */
	padding: 0px !iefix; /* IE+7 Hack */
	vertical-align: -4px;
}

.df-center {
	text-align: center;
}

.df-clear {
	clear: both;
}
.df-clear-left {
	clear: left;
}
.df-clear-right {
	clear: right;
}

/* Przyciski */
span.df-buttons {
    cursor: pointer;
    height: 50px;
 
}

span.df-buttons span {
    height: 50px;
    position: relative;
}

span.df-buttons input {
    background: #C42732;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    line-height: 26px !important;
    margin: 0;
    overflow: visible;
    padding:6px 25px ;
}

/*.df-buttons {
	clear: both;
	padding: 0px 4px 4px 4px;
	margin: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}*/
.df-button-prev,
.df-button-next,
.df-button-submit {
	height: 24px;
	margin-right: 15px;
	padding-left: 25px;
	display: inline-block;
	cursor: pointer;
}
.df-button input{
	background: none;
	border: 0;
	margin: 0;
	/*padding: 0 15px 2px 0;*/
	height: 23px;
	font-size: 11px;
	line-height: 21px !important;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	overflow: visible;
}

.df-button-prev {
	float: left;
}
.df-button-next {
	float: right;
}
.df-button-submit {
	float: right;
}

/* Formatowanie kontrolki */
.df-control {
	overflow: hidden; /* Hack */
	zoom: 1; /* IE6 Hack */
	
	position: relative;
	clear: both;
	padding: 0;
	margin: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.df-control .df-veil {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.df-control .df-required {
	color: #B50B12;
}

.df-sortable {
	display: block;
	clear: both;
	height: 1px;
	margin: 5px 0px 5px 0px;
	background-color: #f8fafc;
	border: 1px solid #c1d4e7;
}

/*.df-control input.error, 
.df-control select.error, 
.df-control textarea.error {
	border: 1px solid red;
}*/


/* Uklad kontrolki w wierszu formularza */
.df-left-half {
	clear: left;
	float: left;
	width: 47%;
}
.df-right-half {
	clear: right;
	float: right;
	width: 47%;
}


/* Formatowanie ukladu elementow pola */
.df-label,
.df-label-top .df-label {
	display: block;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
}
.df-label-left .df-label {
	float: left;
	width: 24%;
	padding: 4px 4px 0px 0px;
}

.df-label-right{
    margin:10px 0;
}
.df-label-right .df-label {
	float: left;
	width: 20%;
	padding: 4px 0;
	text-align: left;
}

.df-element,
.df-label-top .df-element {
	display: block;
	position: relative;
}
.df-label-left .df-element {
	float: right;
	width: 74%;
}
.df-label-right .df-element {
	float: right;
	width: 74%;
}

.df-main div.df-element {
    float: left;
    margin: 0;
    padding:4px 0;
    width: 80%;
}

.df-main div.df-element-error
{
    clear: none;
    float: left;
    height: 27px;
    margin: 0;
    padding: 0 0 0 2px;
    width: 248px;
	border:1px solid red;
}
.df-main div.df-element div {
    height: 27px;
    margin: 0;
    padding: 0 2px 0 0;
}
.df-main .df-element input
{
    height: 27px;
    line-height: 27px;
    padding: 0;
    width: 100%;
    border: 1px solid #c42732;
    padding: 0 4px;
    box-sizing:border-box;
     border-radius:0;
}

.df-main .df-element-error input
{
    height: 27px;
    line-height: 27px;
    padding: 0 4px;
    width: 238px;
     border-radius:0;
}

.df-description,
.df-label-top .df-description {
    color: #606060;
    font-family: Tahoma,Arial,sans-serif;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
.df-label-left .df-description {
	clear: none;
	float: right;
	width: 74%;
}
.df-label-right .df-description {
	clear: none;
	float: right;
	width: 74%;
}

.df-center .df-description {
	text-align: center;
}


/* Formatowanie rozmiaru inputow */
.df-small .df-element input[type=text] {
	width: 24%;
}
.df-element input[type=text],
.df-medium .df-element input[type=text] {
	/*width: 48.5%;*/
}
.df-large .df-element input[type=text] {
	width: 99%;
}


/* Formatowanie rozmiaru textarea 
.df-small .df-element textarea {
	height: 50px;
}
.df-element textarea,
.df-medium .df-element textarea {
	width: 99%;
	height: 100px;
}
.df-large .df-element textarea {
	height: 150px;
}
*/

/* Formatowanie rozmiaru selectow */
.df-small .df-element select {
	width: 100%;
    height: 27px;
    margin: 0;
     border-radius:0;

}


/* Formatowanie checkboxow i radio */
.df-element label {
	display: block;
}
.df-columns-two .df-element label {
	float: left;
	width: 49%;
}
.df-columns-three .df-element label {
	float: left;
	width: 32%;
}
.df-columns-four .df-element label {
	float: left;
	width: 24%;
}


/* Formatowanie dowolnej odpowiedzi */
.df-element .df-allowother {
	clear: both;
}
.df-element .df-allowother label {
	float: none;
	width: auto;
}
.df-element .df-allowother div {
	padding: 4px 0px 0px 20px;
}


/* Formatowanie rozmiaru dowolnej odpowiedzi */
.df-element .df-allowother div input {
	width: 47%;
}
.df-left-half .df-allowother div input,
.df-right-half .df-allowother div input {
	width: 99%;
}


/* Formatowanie tabeli ocen */
.df-matrix {
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}
.df-matrix th,
.df-matrix td {
	padding: 1px 2px 1px 2px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}
.df-matrix th {
	padding: 3px 2px 3px 2px;
	background-color: #F5F4F2;
}
.df-matrix td span {
	display: block;
}
.df-matrix td.df-matrix-label {
	width: 200px;
	text-align: left;
}


/* Captcha */
div.df-captcha-image {
	float: left;
	width: 200px;
	height: 60px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}
div.df-captcha-image iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

/* FileBox */
.df-element .df-file label {
	display: inline;
}