/*html,
body {
    height: 100%;
}*/

/*#region Public/Login */

/*.login-container {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}*/

/*.form-login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-login .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-login .form-control:focus {
            z-index: 2;
        }

    .form-login input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-login input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }*/

/*#endregion */

.field-validation-error {
    color: #e74c3c;
    font-size: 0.9em;
    font-weight: bold;
}

.field-validation-warning {
    color: #f8b700;
    font-size: 0.9em;
    font-weight: bold;
}

.check-ok, .check-ok > i {
    color: #29b765;
}

.check-ko, .check-ko > i {
    color: #e74c3c;
}

.registration-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0.1em;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #00677f;
}

.form-control-registrazione {
    height: 48px;
    padding-left: 0.5rem;
}

.registration-field-container {
    margin-bottom: 1rem;
}

/*.select2-container .select2-selection--single {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}*/

.yellow-line {
    border-top: 1px solid #ECC362;
    margin-top: 0;
    margin-bottom: 0;
}

.titolo-red {
    color: red;
}

.suggerimentoEnte {
    background-color: #e5e3e3;
    border-radius: 4px;
}

.select2.select2-container.select2-container--default {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* ottobre 2019 custom style */
.it-brand-wrapper.cloned {
    display: none !important;
}

.card.card-bg {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.25);
}

#footerHelp a {
    text-decoration: none;
    color: #e9e6f2;
    text-decoration: none;
    background-color: #17a2b8;
    padding: 4px 6px;
    border-radius: 4px;
}

    #footerHelp a:hover {
        color: #FFF;
        text-decoration: underline;
    }

#bd-tabs-registrazione .nav-tabs {
    overflow-x: auto;
}

#bd-tabs-registrazione .form-group label {
    width: auto !important;
}

#bd-tabs-registrazione .privacyText {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.bootstrap-select-wrapper .dropdown-menu {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
}

.was-validated .it-datepicker-wrapper .input-group .it-date-datepicker:valid {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}

.was-validated .it-datepicker-wrapper .input-group .it-date-datepicker:invalid {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f73e5a' viewBox='0 0 384 512'%3E%3Cpath d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z'/%3E%3C/svg%3E");
}

#sectionLoginTemp, 
#sectionLoginAdmin, 
#sectionLogin {
    width: 576px;
}
