.content_text_forms{
box-sizing:border-box;
}

.form{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  justify-content:flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  width: 100%;
  color: #576166;
  font-size: 14px;
}

.lostPass{
max-width: 600px;
margin: 0px auto;
}

.form fieldset{
width: 48%;
display: block;
float: left;
border: 1px solid #ddd;
padding: 25px 15px 15px 15px;
background-color: #FFFFFF;
box-shadow: 0 0 5px 0 rgba(202, 206, 208, 0.5);
box-sizing:border-box;
margin: 0px 10px 20px 10px;
background-position: 95% 20px;
background-repeat: no-repeat;

}

.form fieldset.forma_prawna{
width: 100%;
}

.form fieldset legend {
   color: #999999;
    font-size: 14px;
    position: relative;
    padding: 0px 15px 0px 15px;
    background-color: #FFFFFF;
    font-weight: 400;
}
.form fieldset legend:after {
content:"";
position: absolute;
top:-5px;
left: -1px;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0 0 5px 0 rgba(202, 206, 208, 0.5);
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
}

.form fieldset legend .titleSm{
font-size: 11px;
color: #999999;
}

.form fieldset.login{
width: 100%;
}

	

.form fieldset.login2{
margin: 0px auto 20px;
}
.form fieldset.login2 .formRow{
margin-bottom: 20px;
}	


.form fieldset.data{

}

.form fieldset.dane_adresowe{

}

.form fieldset.dane_do_korespondencji{

}

.form fieldset.dane_dodatkowe{

}

.form fieldset.zgoda{

background-color: transparent;
box-shadow:none;
border-width: 0px 0px 1px 0px;
}

.form fieldset.zgoda2{

}

.form fieldset.zgoda2 .formRow {
width: 100%;
line-height: 1.7em;
}

.form fieldset.forms_contact{
width: 100%;

}

.form fieldset.address{
width: 100%;
}

.form .formRow{
margin-bottom: 10px;
display: inline-block;
position: relative;
clear: both;
padding-right: 15px;
box-sizing:border-box;
padding-left: 10px;
width: 380px;
}

.form fieldset.zgoda .formRow{
width: 100%;
}

.form input.inputTxt{
width: 100%;
padding: 10px 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
}
.form textarea{
width: 100%;
padding: 10px 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
height: 200px;
}

.form input.inputTxt:focus{
border-color:#1d934a;
box-shadow:0px 0px 3px #1d934a;
}

.form input[type=file]{
width: 100%;
}


.form .divReq:before {
content:"*";
font-size: 23px;
color: #e4981b;
font-family:arial;

/*
background: url('../images/req_form.png') 0px 0px no-repeat;
*/
position: absolute;

left:0px;


}

.form .divError input.inputTxt:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}


.form .error{
font-size: 11px;
color: #f2342b;
}



.form .formRow .spTitle{
display: block;
margin: 0px 0px 10px 0px;
}

.form .formRow .divRadio{
display: inline-block;
margin-right: 15px;
}	

.form .formRow .divRadio .radioInput{
width: 15px;
height: 15px;
vertical-align: middle;
margin-right: 5px;
}
.form .formRow .divRadio .checkTitle{

}

.form .formRow .selectForm{
width: 100%;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
}

.form .formRow .selectForm option{
padding: 5px 0px;
}

.form .formRow .kodPocztowy{
width:55px;
margin-right:5px;
}

.form .formRow .miejscowosc{
width:calc(100% - 60px);
}

.form .formRow .ulica{
width:calc(100% - 60px);
margin-right:5px;
}
.form .formRow .numer_lok{
width:55px;

}

.form .formRow .styled{
float: left;
    height: 15px;
    margin: 8px 5px 0 0;
    vertical-align: top;
    width: 15px;
}

.form .formRow  .sendInfo_span{
overflow: hidden;
display: block;
}

.form .zgoda .formRow{
margin-bottom: 30px;
}

#tkn{
margin: 0px;
border: none;

}
.clink{
background: url("../images/ico_ref.png") no-repeat 0 0 rgba(0, 0, 0, 0);
color: #3a3a3a;
display: inline-block;
font-size: 12px;
height: 24px;
line-height: 24px;
margin: 10px 0px 0px 10px;
padding: 0 0 0 37px;
text-shadow: 1px 1px 0 #ffffff;
width: 94px;
}




.form .token:focus{
border-color:#299a7e;
box-shadow:0px 0px 3px #299a7e;
}

.form input.token:focus{
border-color:#1d934a;
box-shadow:0px 0px 3px #1d934a;
}

.token{
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
width: 210px;

}

.form .divError input.token:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}

.dotted{
margin: 0px 0px 20px 0px;
text-align: right;
width: 100%;
}

.form .button{
line-height: 35px;
display: inline-block;
padding: 0px 30px 0px 30px;
border: none;
color: #FFFFFF;
font-size: 13px;
transition: all 0.5s ease-out 0s;
background-color: #68ae39;
border-radius:5px;
border-style:solid;
border-width:1px 1px 4px 1px;
border-color:#68ae39 #68ae39 #68ae39 #68ae39;
cursor: pointer;
}

.form .button:hover{
background-color: #FFFFFF;
color: #68ae39;	
transition: all 0.5s ease-out 0s;
}

.form .divDis {
display:none;
}


.form .fileAdd{
display: none;
}
.form .fileSelect{
background-color: #1d924c;
color: #FFFFFF;
font-size: 12px;
line-height: 35px;
border: none;
padding: 0px 36px 0px 37px;
cursor: pointer;
display:inline-block;
transition: all 0.5s ease-out 0s;
}
.form .fileSelect span{
margin-left: 10px;
font-size: 15px;
}

.form .fileSelect:hover{
background-color:#f1f1f1;
color:#73736e;
transition: all 0.5s ease-out 0s;  
}

.form .fileTxt{
margin-left: 12px;
display:inline-block;
}


.dowodImg img{
margin-bottom: 10px;
}

.form .formRow .checkTitle_c{
display: inline-block;
margin:5px 0px 0px 0px;
}


.form .divReq_n::before {
display: none;	
}

.form .sendInfo {
width: 100%;
padding-bottom: 30px;
}

.reqField{
font-size: 11px;

}
.reqField .req{
color: #e4981b;
font-family: arial;
font-size: 23px;
}

.form .divError input.inputTxt,.form .divError textarea,.form .divError select,.form .divError input.token,.form .divError .selectForm  {
border: 1px solid #f2342b;	
}

.form .formRow .selectFormG {

}
.form .formRow .selectFormG option{
padding: 5px 0px 5px 15px;
}

.form .formRow .selectFormG optgroup{

}
.divRadio input[type="checkbox"],
.divRadio input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
.divRadio input[type="radio"], .divRadio input[type="checkbox"] {
    display: none;
}
.divRadio label::before {
    border-radius: 8px;
}
.divRadio label::before {
    background-color: #FFFFFF;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
    border: 1px solid #d0d4d7;
}
.divRadio label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
}
.divRadio input[type="radio"]:checked + label::before {
    color: #305d12;
    content: "•";
    font-size: 30px;
    line-height: 16px;
    text-align: center;
    font-family: Ubuntu;
}

.checkForm{

}
.checkForm input[type="checkbox"]{
box-sizing: border-box;
padding: 0;
display: none;
}
.checkForm label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
}
.checkForm label:before {
    background-color: #FFFFFF;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
    border: 1px solid #d0d4d7;
}
.checkForm input[type="checkbox"]:checked + label:before {
    color: #305d12;
    content: "✓";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    
}
.selectKraj{
position: relative;
}
.selectKraj .titleSelectKraj{
width: 100%;
padding: 10px 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
cursor: pointer;
position: relative;
}
.selectKraj .titleSelectKraj:after{
content: "";
width: 32px;
height: 100%;
background: #868889 url('../images/ico_select.png') 50% 50% no-repeat;
position: absolute;
right: 0px;
top:0%;
margin-top: 0px;
transition: all 0.5s ease-out 0s;
}		
.selectKraj .selTitle:after{

background-color:#f3512f;
transition: all 0.5s ease-out 0s;

}

.selectKraj .contentSelectKraj{
display: none;
position: absolute;
background-color: #FFFFFF;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
z-index: 5;
width: 150%;
margin-top: 5px;
max-height: 218px;
overflow: auto;
box-sizing:border-box;
padding: 10px;
}
.selectKraj .contentSelectKraj ul{
list-style: none;
}
.selectKraj .contentSelectKraj ul li{
display: inline-block;
width: 33.333%;
}
.selectKraj .contentSelectKraj ul li a{
display: block;
text-decoration: none;
padding: 7px 2px;
font-size: 12px;
color: #36393b;
}
.selectKraj .contentSelectKraj ul li a span{
display: inline-block;
width: 25px;
height: 18px;
background-repeat: no-repeat;
background-size: 100% auto; 
border: 1px solid #eceeef;
vertical-align: middle;
margin-right: 5px;
background-position: 50% 50%;
}

.selectKraj .titleSelectKraj span.icoSel{
display: inline-block;
width: 25px;
height: 18px;
background-repeat: no-repeat;
background-size: auto 100%; 
border: 1px solid #eceeef;
vertical-align: middle;
margin-right: 5px;
background-position: 50% 50%;
}

.selectKraj .titleSelectKraj span.icoEmp{
display: none;
}


@media screen and (max-width:1200px){
.selectKraj .contentSelectKraj{right: -30%;}
}
@media screen and (max-width:1050px){
.selectKraj .contentSelectKraj{right: 0;}
}

@media screen and (max-width:1030px){
.form fieldset {width: 47%;}
}

@media screen and (max-width:930px){
.form fieldset {width: 100%;}
.selectKraj .contentSelectKraj{right: auto;left: 0px;}
}


@media screen and (max-width:768px){
.form fieldset {margin-left: 0px;margin-right: 0px;}	
}	

@media screen and (max-width:490px){
.form .formRow {width: 95%;}
}

@media screen and (max-width:1030px){
.form fieldset {width: 47%;}
}

@media screen and (max-width:930px){
.form fieldset {width: 100%;}
}


@media screen and (max-width:768px){
.form fieldset {margin-left: 0px;margin-right: 0px;}
.content_text_forms{padding: 0px 10px;}	
}	

@media screen and (max-width:605px){
.selectKraj .contentSelectKraj ul li {width: 50%;}
.selectKraj .contentSelectKraj{width: 100%;}	
}

@media screen and (max-width:490px){
.form .formRow {width: 100%;}
}