/* Stili estratti da userregistration.php — modulo registrazione utente */

.logo-header {
    background-color: #06c !important;
}
.form-controlCustom {
    height: 35px !important;
    padding: 0 10px !important;
}
.user-login.bwhite {
    margin-top: 30px;
    margin-bottom: 30px;
}

body {
    font-family: sans-serif;
    font-size: 10pt;
    color: #444444;
    margin: auto;
}

header, section {
    border-radius: 10px;
}
section.preheader { border-radius: 0; }
header, section, footer {
    overflow: hidden;
    clear: both;
}
header {
    background-color: #084989;
    color: #ffffff;
    font-weight: normal;
    margin: 10px 0 20px 0;
    padding: 1em .5em;
    text-align: center;
}
header h1 { font-size: 2em; margin: 0; }

#menu { line-height: 1.4; }
#menu a { color: white; }
#menu a.titolo { font-size: xx-large; }
#menu .guida { padding: 8px; }

section {
    margin: 0 0 10px 0;
    padding: 0 30px 30px 30px;
}
section h1, section h1 *, section h2, section h3, section h4, section h5, section h6 {
    color: #0F5494;
}
.footer {
    margin: 40px 20px 60px 20px;
    font-size: .8em;
    text-align: center;
}

h1, h2, h3 { font-weight: normal; }
dt, dt * { color: #777777; }
input, textarea, select { color: #444444; }
input, select { font-size: 1em; }

#src { font-size: 1.4em; width: 100%; }
#tell, #xmlPicker { width: 100%; }

a, code, pre {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
a { color: #0f5494; text-decoration: none; }
a:hover { text-decoration: underline; }
code, pre, textarea { font-family: monospace; }

.p25 { padding: 20px; }
.section_grey_darker { clear: both; }

/* Loader animato (12 punti rotanti) */
.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #232323;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1)  { animation-delay:  0s;    top: 29px; left: 53px; }
.lds-default div:nth-child(2)  { animation-delay: -0.1s;  top: 18px; left: 50px; }
.lds-default div:nth-child(3)  { animation-delay: -0.2s;  top:  9px; left: 41px; }
.lds-default div:nth-child(4)  { animation-delay: -0.3s;  top:  6px; left: 29px; }
.lds-default div:nth-child(5)  { animation-delay: -0.4s;  top:  9px; left: 18px; }
.lds-default div:nth-child(6)  { animation-delay: -0.5s;  top: 18px; left:  9px; }
.lds-default div:nth-child(7)  { animation-delay: -0.6s;  top: 29px; left:  6px; }
.lds-default div:nth-child(8)  { animation-delay: -0.7s;  top: 41px; left:  9px; }
.lds-default div:nth-child(9)  { animation-delay: -0.8s;  top: 50px; left: 18px; }
.lds-default div:nth-child(10) { animation-delay: -0.9s;  top: 53px; left: 29px; }
.lds-default div:nth-child(11) { animation-delay: -1s;    top: 50px; left: 41px; }
.lds-default div:nth-child(12) { animation-delay: -1.1s;  top: 41px; left: 50px; }

@keyframes lds-default {
    0%, 20%, 80%, 100% { transform: scale(1);   }
    50%                { transform: scale(1.5); }
}

div.mod_search40 input[type="search"] { width: auto; }

label.labelCustom { width: 200px; }
.numberCustom    { width: 65px; }

.elementList {
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 0;
}
.elementList:hover { color: #818181; }

/* Suggerimenti PA (autocomplete enti). La seconda definizione più sotto
 * sovrascrive position/left/width per il box reale (ridichiarazione mantenuta
 * per parità byte-per-byte col file originale). */
.results_PA {
    position: absolute;
    border: 1px solid;
    background: #fff;
    z-index: 999999;
    left: 239px;
    width: 176px;
    font-size: 13px;
    padding: 5px;
}

.backNewRequest,
#transform,
.linkDownloadCustom {
    background: #007e6d;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    width: inherit;
    cursor: pointer;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.backNewRequest:hover, #transform:hover, .linkDownloadCustom:hover,
.backNewRequest:active, #transform:active, .linkDownloadCustom:active,
.backNewRequest:focus, #transform:focus, .linkDownloadCustom:focus {
    color: #fff;
    text-decoration: underline;
}

#description { margin-bottom: 25px; }

.checkbox-ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
}
.checkbox-ul > li {
    display: inline-block;
    width: auto;
    padding: 0 15px 0 0;
    vertical-align: top;
    margin: 0;
    margin-bottom: 5px;
}
.ifRadioSelect { display: none; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.block-label {
    display: inline-block;
    padding: 0 5px;
}

.box-checkbox { padding-left: 30px; }

.user-login {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}
.user-login span.star { display: inline-block !important; }

button#registrationButton {
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

/* Seconda dichiarazione di .results_PA (riposiziona sotto al campo) */
.results_PA {
    position: absolute;
    border: 1px solid;
    background: #fff;
    z-index: 999999;
    top: 35px;
    left: 0;
    width: 100%;
    font-size: 13px;
    padding: 5px;
}

#errorBox ul { margin-left: 18px; }
