/* ============================== FORMULARZ REJESTRACYJNY */


label {
    white-space: nowrap;
    cursor: pointer;
}
label span {
    font-weight: normal;
}

.form-group {
    margin-bottom: 20px;
}

div.pytaniaTxt > label {
    text-align: left !important;
    white-space: normal !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    /*font-weight: 400;*/
}
label.poleWymagane:before,
label > span.poleWymagane:before,
span.poleWymagane:before,
p.poleWymagane:before{
    content: "* ";
    color: #ff0000;
}

p.zgodaTekst {
    margin-bottom: 0px !important;
    line-height: 1.5em !important;
}

p.zgodaTekst, label.zgodyKontener {
    margin-bottom: 15px;
    line-height: 0.83em;
    white-space: normal;
    text-align: justify;
}
p.zgodaTekst, label.zgodyKontener span{
    font-size: 0.66em;
    font-style: italic;
    color: #6D6D6D;
}
label span.zgoda0Tekst {
    white-space: normal;
}

.form-control:hover {
    border-color: #7f7f7f;
    outline: 0;
    -webkit-box-shadow: none; /*  inset 0 1px 1px rgba(0,58,255,.075), 0 0 8px rgba(0,58,255,.6); */
    box-shadow: none; /* inset 0 1px 1px rgba(0,58,255,.075), 0 0 8px rgba(0,58,255,.6); */
}
.form-control:focus {
    border-color: #243b89;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 127, 127, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 127, 127, .6);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,58,255,.075), 0 0 8px rgba(0,58,255,.6);*/
    /*box-shadow: inset 0 1px 1px rgba(0,58,255,.075), 0 0 8px rgba(0,58,255,.6);*/
}


/* ============================== ANKIETA */
ol.ankietaLista > li{
    margin-bottom: 30px;
}
ol.ankietaLista li span.ankietaPytanie {
    /*margin-bottom: 5px;*/
    font-weight: 600;
}

div.ankietaOpis {
    margin: 8px 0px 0px 40px;
    padding-left: 10px;
    font-size: 14px;
    border-left: 1px solid #c0c0c0;
}
div.ankietaOpis ol {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}
div.ankietaOpis ol li {
    list-style-type: lower-alpha;
}
div.ankietaOpis p {
    margin: 0px;
    padding: 0px;
}



/* ============================== PRZYCISK */
.btnRejestracja {
    color: #fff;
    background-color: #b5b5b5;
    border-color: #a3a3a3;
}
.btnRejestracja:hover {
    color: #fff;
    background-color: #8e8e8e;
    border-color: #727272;
}
select.odpowiedzi {
    margin-top: 20px !important;
}





