@charset "utf-8";
/*************************************************
*************** Formularz ************************
**************************************************/
.edForms_tmp1{
	font-size:1em;
	color:#353535;
}
.edForms_tmp1 *{
	box-sizing: border-box;
}
.edForms_tmp1 label{
	font-weight:normal !important;
}
/*************************************************
*************** Strona ***************************
**************************************************/
.edForms_tmp1 .edFpage p.edFpageDescription{
	border-bottom:1px solid #CCCCCC;
	padding-left:3px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:10px;
}
/*tmp1 zakładki*/
.edForms_tmp1 .edFpageTabs { 
    padding: 0px; 
    background: none; 
    border-width: 0px;
	border:none !important;
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-nav { 
    padding-left: 0px !important; 
    background: transparent !important; 
    border-width: 0px 0px 1px 0px !important; 
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important; 
    border-radius: 0px !important;
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px !important; 
}
.edForms_tmp1 .edFpageTabs .ui-tabs-anchor { 
    min-height:17px;
	margin:2px 0px;
}

/*tmp2 zakładki*/
/*.edForms_tmp1 .edFpageTabs { 
    background: transparent; 
    border: none; 
} 
.edForms_tmp1 .edFpageTabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(../imgs/base/edforms/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
.edForms_tmp1 .edFpageTabs .ui-tabs-nav .ui-state-active a { 
    color: #459e00; 
}*/
.edForms_tmp1 .edFpageTabs .edFtabErrorInfo{
	/*border:1px solid #D14848;*/
	background:url(../imgs/base/edforms/errorcircle.png) no-repeat;
	display:none;
	float:left;
	color:#D14848;
	margin-top:4px;
	margin-right:5px;
	/*border-radius:14px;*/
	padding:4px 2px 2px 2px;
	width:24px;
	height:24px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

/*************************************************
****************** Sekcja ************************
**************************************************/
.edForms_tmp1 .edFsection{
	margin:0px 0px 30px 0px;
}
.edForms_tmp1 .edFsection .edFheader h2{
	font-size:1.25em;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.edForms_tmp1 .edFsection .edFheader p{
	padding-bottom:0px;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:10px;
}
/*************************************************
*************** POLA FORMULARZA ******************
**************************************************/
/*zakladki pol*/
.edForms_tmp1 .edFfTabsTmp1 { 
    position: relative; 
	padding:0.2em 0em 3em 0em;
	/*display: inline-block;*/
	border:none;
} 
.edForms_tmp1 .edFfTabsTmp1 .ui-widget-header{
	background:none;
	border-radius:0px;
	border-bottom:none;
	border-right:none;
	border-left:none;
	background:none;
}
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-nav { 
    position: absolute; 
    left: 0.25em; 
    right: 0.25em; 
    bottom: 0.25em; 
    padding: 0em 0.2em 0.2em; 
} 
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-nav li { 
    border-top: none; 
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0px 0px 4px 4px; 
    -webkit-border-radius: 0px 0px 4px 4px; 
    border-radius: 0px 0px 4px 4px; 
	top: -1px;
}
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-nav li:hover{
	border-bottom: 1px solid #aaa;
}
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-nav li.ui-tabs-selected, 
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-nav li.ui-state-active { 
    top: -2px; 
	border-top: 1px solid transparent;
	border-bottom: 1px solid #aaa;
}
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-panel{
	padding:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-left:none;
	border-right:none;
}
.edForms_tmp1 .edFfTabsTmp1 .ui-tabs-anchor{
	margin:0px !important;
}

/*textowe ukryte*/
.edForms_tmp1 .edFimpHidden{
	display:none;
}

/*wstawka HTML*/
.edForms_tmp1 .edFimpHtmlWrapp{
	margin:0px 0px 10px 5px;
}
.edForms_tmp1 .edFimpHtmlWrapp label{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFimpHtml{
	border: 1px solid #CCCCCC;
	padding:10px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102);
	float:left;
	min-width:240px;
}
.edForms_tmp1 .edFimpHtmlClean{
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;
}
.edForms_tmp1 .edFimpHtmlWrapp .edFimpHtmlClear{
	clear:both;
}

/*eDtree*/
.edForms_tmp1 .edFeDtreeWrapp{
	margin:0px 0px 0px 5px;
	width:100%;
	position:relative;
}
.edForms_tmp1 .edFeDtreeWrapp label{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFeDtree{
	border: 1px solid #CCCCCC;
	padding:10px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102);
	float:left;
	max-width:100%;
	box-sizing: border-box;
}
.edForms_tmp1 .edFeDtree .treeSearchBox input{
	height:28px !important;
}
.edForms_tmp1 .edFeDtreeWrapp .edFeDtreeClear{
	clear:both;
}

/*textowe*/
.edForms_tmp1 .edFimpText{
	padding:5px;
	margin-bottom:10px;
	position:relative;
}
.edForms_tmp1 .edFimpText .edFimpTextInpWrapp{
	position:relative;
}
.edForms_tmp1 .edFimpText .edFimpTextInpWrapp .edFimpTextInpBox{
	position:relative;
	float:left;
}
.edForms_tmp1 .edFimpText .ui-datepicker-trigger{
	position:absolute;
	margin-top:3px;
	cursor:pointer;
	top:0px;
	right:7px;
}

.edForms_tmp1 .edFimpText label{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFimpText label .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFimpText .edFffDefoult{
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height: 34px;
	border-radius: 4px;
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edForms_tmp1 .edFimpText .edFffDefoult:focus{
	border: 1px solid #52A8EC;
	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFimpText .edFffError{
	border: 1px solid #D14848;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height:34px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#353535;
	background:#FFF;
}
.edForms_tmp1 .edFimpText .edFffError:focus{
	border: 1px solid #D14848;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	outline: 0;
}
.edForms_tmp1 .edFimpText img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFimpTextLocked img.edFlockInfo{
	position:absolute;
	display:block;
	left:0px;
	bottom:0px;
	margin:0px 0px 3px 5px;
}
.edForms_tmp1 .edFimpTextLocked .edFtxtDefoult{
	background:#F9F9F9 !important;
}
.edForms_tmp1 .edFimpText .edFemptyValueTxt{
	position:absolute;
	color:#797979;
	margin-left:5px;
	padding-top:7px;
	height:28px;
}
.edForms_tmp1 .edFimpText .edFsublabel{
	font-size:0.9em;
	padding-top:5px;
	padding-left:2px;
}
.edForms_tmp1 .edFimpText .edFsublabel a{
	color :#006699;
}
.edForms_tmp1 .edFimpText .edFsublabel a:hover{
	text-decoration:none;
	color:#77A4DB;
}

.edForms_tmp1 .edFimpText .edFpassGen{
	margin-top:3px;
	height:20px;
}
.edForms_tmp1 .edFimpText .edFpassGen a{
	color :#006699;
	margin-right:10px;
}
.edForms_tmp1 .edFimpText .edFpassGen a:hover{
	text-decoration:none;
	color:#77A4DB;
}


.edForms_tmp1 .edFimpText .ui-spinner{
	border:none !important;
	overflow:visible;
}
.edForms_tmp1 .edFimpText .ui-spinner .ui-spinner-input{
	margin:inherit !important;
	width:80px;
}
.edForms_tmp1 .edFimpText .ui-spinner a.ui-spinner-button{
	border:1px solid #D3D3D3 !important;
	border: 1px solid #D3D3D3 !important;
	border-top: 1px solid #D3D3D3 !important;
	cursor:pointer;
}

/*Select*/
.edForms_tmp1 .edFselect{
	padding:5px;
	margin-bottom:10px;
}
.edForms_tmp1 .edFselect label{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFselect label .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFffDefoultMulti{
	height:auto !important;
	margin-top:5px !important;
}
.edForms_tmp1 .edFselect .edFffDefoult{
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height: 34px;
	border-radius: 4px;
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edForms_tmp1 .edFselect .edFffDefoult:focus{
	border: 1px solid #52A8EC;
	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFselect .edFffError{
	border: 1px solid #D14848;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:25px;
	width:248px;
	height:32px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102);
	color:#353535;
	background:#FFF;
}
.edForms_tmp1 .edFselect .edFffError:focus{
	border: 1px solid #D14848;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
}
.edForms_tmp1 .edFselect img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFimpSelectLocked img.edFlockInfo{
	position:absolute;
	margin-top:2px;
	margin-left:3px;
	display:block;
}
.edForms_tmp1 .edFimpSelectLocked .edFffDefoult{
	background:#F9F9F9 !important;
}
.edForms_tmp1 .edFimpSelectLocked .edFemptyValueTxt{
	display:none !important;
}
.edForms_tmp1 .edFselect .edFemptyValueTxt{
	position:absolute;
	color:#545454;
	margin-left:10px;
	padding-top:9px;
	display:none;
}
.edForms_tmp1 .edFselect .edFsublabel{
	font-size:0.9em;
	padding-top:5px;
	padding-left:2px;
}

/*multiplechoice*/
.edForms_tmp1 .edFmultiCh{
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}
.edForms_tmp1 .edFmultiChWrapper{
	cursor:pointer;
}
.edForms_tmp1 .edFmultiCh label.edFtitle{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFmultiCh label.edFtitle .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFmultiCh .edFmChWrapper{
	padding-top:3px;
	padding-bottom:3px;
	/*border:1px solid #F00;*/
	overflow:hidden;
	position:relative;
}
.edForms_tmp1 .edFmultiCh .edFmChWrapper input{
	float:left;
	display:inline-block;
	vertical-align:middle;
}
.edForms_tmp1 .edFmultiCh .edFmChWrapper label{
	float:left;
	margin:0px 0px 0px 5px;
	vertical-align:middle;
	display:inline-block;
	line-height:23px;
}
.edForms_tmp1 .edFmultiCh .edFmChWrapper .edFmChTip{
	float:right;
	margin-left:10px;
	cursor:help;
}
.edForms_tmp1 .edFmultiCh .edFffDefoult{
	float:left;
	min-width:240px;
	border: 1px solid #CCCCCC;
	padding:10px 15px 10px 10px;
	line-height: 1.42857143;
	border-radius: 4px;
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edForms_tmp1 .edFmultiCh .edFffDefoult img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFmultiCh .edFffDefoult:hover{
	border: 1px solid #52A8EC;
	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFmultiCh .edFffError{
	float:left;
	border: 1px solid #D14848;
	min-width:240px;
	padding:10px 20px 10px 10px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#353535;
	background:#FFF;
}
.edForms_tmp1 .edFmultiCh .edFffError:hover{
	border: 1px solid #D14848;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	outline: 0;
}

.edForms_tmp1 .edFimpMultitLocked{
	float:left;
	border: 1px solid #CCCCCC;
	padding:10px 20px 10px 10px;
	border-radius: 4px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102);
	color:#353535;
	background:#FCFCFC;	
}
.edForms_tmp1 .edFmultiCh .edFsublabel{
	font-size:0.9em;
	padding-top:5px;
	padding-left:2px;
}
/*TEXTAREA*/
.edForms_tmp1 .edFtxtArea{
	padding:5px;
	margin-bottom:10px;
	position:relative;
}
.edForms_tmp1 .edFtxtArea .edFtxtAreaTxtArWrapp{
	position:relative;
}
.edForms_tmp1 .edFtxtArea label.edFtitle{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFtxtArea label.edFtitle .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFtxtArea .edFwordsCount-wrapp{
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	margin-right:5px;
}
.edForms_tmp1 .edFtxtArea .edFwordsCount-wrapp .edFwordsCount{
	width:50px;
	height:22px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	float:right;
	text-align:center;
	line-height:23px;
	color:#919191;
}
.edForms_tmp1 .edFtxtArea .edFffDefoult{
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height: 34px;
	border-radius: 4px;
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	overflow-y:auto;
}
.edForms_tmp1 .edFtxtArea .edFffDefoult:focus{
	border: 1px solid #52A8EC;
	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFtxtArea .edFffError{
	border: 1px solid #D14848;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height:34px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#353535;
	background:#FFF;
	overflow-y:auto;
}
.edForms_tmp1 .edFtxtArea .edFffError:focus{
	border: 1px solid #D14848;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	outline: 0;
}

.edForms_tmp1 .edFtxtArea img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFtextareaLocked img.edFlockInfo{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	margin-left:3px;
	margin-top:3px;
}
.edForms_tmp1 .edFtextareaLocked .edFtxtDefoult{
	background:#F9F9F9 !important;
}
.edForms_tmp1 .edFtxtArea .edFsublabel{
	font-size:0.9em;
	padding-top:5px;
	padding-left:2px;
}

/*jQfileupload*/
.edForms_tmp1 .edFjQuploadFile{
	padding:5px;
	margin-bottom:10px;
	min-height:70px;
}
.edForms_tmp1 .edFjQuploadFile .filefield{
	display:none;
}
.edForms_tmp1 .edFjQuploadFile label{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFjQuploadFile label .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFjQuploadFile .edFffDefoult{
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height: 34px;
	border-radius: 4px;
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edForms_tmp1 .edFjQuploadFile .edFffDefoult:focus{
	border: 1px solid #52A8EC;
	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFjQuploadFile .edFffError{
	border: 1px solid #D14848;
	padding: 6px 10px;
	line-height: 1.42857143;
	width:240px;
	height:34px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#353535;
	background:#FFF;
}
.edForms_tmp1 .edFjQuploadFile .edFffError:focus{
	border: 1px solid #D14848;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	outline: 0;
}
.edForms_tmp1 .edFjQuploadFile input{
	cursor:pointer;
}
.edForms_tmp1 .edFjQuploadFile input[type='text']{
	cursor:auto !important;
}
.edForms_tmp1 .edFjQuploadFile .bttActions {
	/*font-size:0.9em;*/
	line-height: 1.42857143;
	height:34px;
	margin-left:-4px;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	background:#FFF url(../imgs/base/edforms/button-bg.png) repeat-x scroll left center;
}
.edForms_tmp1 .edFjQuploadFile .bttPreview{
	display:none;
	padding-right:15px;
}
.edForms_tmp1 .edFjQuploadFile .bttDel{
	display:none;
}
.edForms_tmp1 .edFjQuploadFile .infoWapper{
	display:none;
	background:#FBFBFB;
	padding:5px;
	margin-top:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #DFDFDF;
	width:335px;
	min-height:30px;
}
.edForms_tmp1 .edFjQuploadFile .infoWapper .bttCancel{ 
	background:url(../imgs/base/edforms/cancel.png);
	width:16px;
	height:16px;
	cursor:pointer;
	float:right;
}
.edForms_tmp1 .edFjQuploadFile .infoWapper .progressBar{
	height:5px;
	margin-top:10px;
	box-sizing:content-box !important;
}
.edForms_tmp1 .edFjQuploadFile .infoWapper .progressBar .ui-progressbar-value {
	box-sizing:content-box !important;
}
.edForms_tmp1 .edFjQuploadFile .infoWapper .info{
	font-size:0.75em;
}
.edForms_tmp1 .edFjQuploadFile img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFfileuploadLocked img.edFlockInfo{
	position:absolute;
	margin-top:2px;
	margin-left:3px;
	display:block;
}
.edForms_tmp1 .edFuploadFileLocked .edFtxtDefoult{
	background:#F9F9F9 !important;
}
.edForms_tmp1 .edFjQuploadFile .edFemptyValueTxt{
	position:absolute;
	color:#797979;
	margin-left:5px;
	padding-top:7px;
	height:28px;
}
.edForms_tmp1 .edFjQuploadFile .edFsublabel{
	padding-top:5px;
	padding-left:2px;
}
.edForms_tmp1 .edFjQuploadFile .edFsublabel a{
	margin-right:10px;
}

/*WYSIWYGEDITOR*/
.edForms_tmp1 .edFwysiwygEditor{
	padding:5px;
	margin-bottom:10px;
}
.edForms_tmp1 .edFwysiwygEditor label.edFtitle{
	display:block;
	margin-bottom:3px;
}
.edForms_tmp1 .edFwysiwygEditor label.edFtitle .edFrequired{
	margin-left:5px;
	color:#FF0000;
}
.edForms_tmp1 .edFwysiwygEditor .wysiwygEditorWrapp{
	padding:1px 3px 1px 1px;
}
.edForms_tmp1 .edFwysiwygEditor .edFffDefoult{
	border: 1px solid #EEE;
	line-height: 1.42857143;
	/*border-radius: 4px;*/
	color:#353535;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edForms_tmp1 .edFwysiwygEditor .edFffDefoultFocus{
	border: 1px solid #52A8EC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.edForms_tmp1 .edFwysiwygEditor .edFffError{
	border: 1px solid #D14848;
	line-height: 1.42857143;
	/*border-radius: 4px;*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#353535;
	background:#FFF;
}
.edForms_tmp1 .edFwysiwygEditor .edFffErrorFocus{
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.102), 0px 0px 8px rgba(155, 7, 17, 0.600);
}

.edForms_tmp1 .edFwysiwygEditor img.edFlockInfo{
	display:none;
}
.edForms_tmp1 .edFwysiwygEditorLocked img.edFlockInfo{
	position:absolute;
	margin-top:4px;
	margin-left:3px;
	display:block;
}
.edForms_tmp1 .edFwysiwygEditorLocked .edFtxtDefoult{
	background:#F9F9F9 !important;
}
.edForms_tmp1 .edFwysiwygEditor .edFsublabel{
	font-size:0.9em;
	padding-top:5px;
	padding-left:2px;
}

/*************************************************
******************* Przyciski ********************
**************************************************/
.edForms_tmp1 .edFbttSubArea{
	margin-top:10px;
}
.edForms_tmp1 .edFbttSubArea button{
	font-size:1em;
	background:#FFF url(../imgs/base/edforms/button-bg.png) repeat-x scroll left center;
	border:1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#DEDEDE #BBB #BFBFBF #DEDEDE;
	margin-right:5px;
	height:32px;
	cursor:pointer;
}
.edForms_tmp1 .edFbttSubArea button:disabled{
	cursor:auto;
}
.edForms_tmp1 .eDFbttOff{
	display:none;
}
.edForms_tmp1 .eDFbttOn{
	display:inline-block;
}

/*************************************************
************************* Tip ********************
**************************************************/
.edFtipVal{
	margin:0px;
	padding:0px;
	font-size:1.1em;
	line-height:18px;
}
.edFerrorTipVal {
	font-size:1.1em;
	padding-left:15px;
	list-style-type:disc;
	color:#FF8F8F;
	margin:0px;
	line-height:18px;
	font-weight:700;
}

/*************************************************
*************** Bootstrap ************************
**************************************************/
/*.edFBoot_tmp1{
	font-size:1em;
	color:#353535;
}*/
/*************************************************
*************** Strona ***************************
**************************************************/
.edFBoot_tmp1 .edFpage .edFpageDescription{
	margin-top:0px;
}
/*tmp1 zakładki*/
.edFBoot_tmp1 .edFpageTabs { 
    padding: 0px; 
    background: none; 
    border-width: 0px;
	border:none !important;
}
/*.edFBoot_tmp1 .edFpageTabs .ui-widget-content a{
	color:initial;
}*/
.edFBoot_tmp1 .edFpageTabs .ui-tabs-nav { 
    padding-left: 0px !important; 
    background: transparent !important; 
    border-width: 0px 0px 1px 0px !important; 
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important; 
    border-radius: 0px !important;
} 
.edFBoot_tmp1 .edFpageTabs .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px !important; 
}
.edFBoot_tmp1 .edFpageTabs .ui-tabs-anchor { 
    min-height:17px;
	margin:2px 0px;
}

.edFBoot_tmp1 .edFpageTabs .edFtabErrorInfo{
	/*border:1px solid #D14848;*/
	background:url(../imgs/base/edforms/errorcircle.png) no-repeat;
	display:none;
	float:left;
	color:#D14848;
	margin-top:4px;
	margin-right:5px;
	/*border-radius:14px;*/
	padding:4px 2px 2px 2px;
	width:24px;
	height:24px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

/*************************************************
****************** Sekcja ************************
**************************************************/
.edFBoot_tmp1 .edFsection{
	margin:0px 0px 30px 0px;
}
.edFBoot_tmp1 .edFsection .edFheader{
	border:none;
	margin:0px;
}
.edFBoot_tmp1 .edFsection .edFheader .edFheaderDesc{
	display:block;
	margin-top:10px;
}
/*************************************************
*************** POLA FORMULARZA ******************
**************************************************/
/*singleLineText*/
.edFBoot_tmp1 .edFimpText{
	position:relative;
}
.edFBoot_tmp1 .edFimpText input{
	max-width: 250px;
	min-width: 250px;
}
.edFBoot_tmp1 .edFimpText label{
	font-weight:normal;
}
.edFBoot_tmp1 .edFimpText .ui-datepicker-trigger{
	position:absolute;
	cursor:pointer;
	bottom:0px;
	left:0px;
	margin-left:215px;
	margin-bottom:4px;
}
.edFBoot_tmp1 .edFimpText .edFrequired{
	margin-left:5px;
}
.edFBoot_tmp1 .edFimpText .edFpassGen{
	font-size:0.9em;
	margin-top:5px;
	height:20px;
}
.edFBoot_tmp1 .edFimpText .ui-spinner{
	border:none !important;
	overflow:visible;
	display:block !important;
	max-width: 250px;
	min-width: 250px;
}
.edFBoot_tmp1 .edFimpText .ui-spinner .ui-spinner-input{
	margin:inherit !important;
	width:80px;
}
.edFBoot_tmp1 .edFimpText .ui-spinner a.ui-spinner-button{
	border:1px solid #D3D3D3 !important;
	border: 1px solid #D3D3D3 !important;
	border-top: 1px solid #D3D3D3 !important;
	cursor:pointer;
}