/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-ott-2019, 13.26.52
    Author     : Saverio
*/
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../images/loading2.gif) no-repeat center center;
    z-index: 10000;
}
#login,#signup{
    width: 100%;
    padding: 0px 15px 15px 15px;
    line-height: 16px;
    color: #333333;
    font-size: 14px;
    background: #ffffff;
}
#login{
    float:left;
}
#signup{
    float:right;
}
h3{
    color:#365D98
}
form label{
    font-weight: bold;
}
form label, form input{
    display: block;
    margin-bottom: 5px;
    width: 100%
}
form input{
    border: solid 1px #666666;
    padding: 10px;
    border: solid 1px #BDC7D8;
    margin-bottom: 20px
}
.button {
    cursor: pointer;
}
.errorMsg{
    color: #cc0000;
    margin-bottom: 10px
}
.jumbotron{
    background-color: #003366;
    color: #ffffff;
    padding:20px;
    border-radius: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.text-sl {
    color: #ff6d00!important;
}

.text-12 {
    color: #00c853!important;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
}

#register_form {
    background-color: #eceeef;
    margin: 50px auto;
    font-family: Raleway;
    padding: 40px;
    width: 85%;
    min-width: 300px;
    border-radius: 25px;
}

h1 {
    text-align: center;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}

.checkbox-inline, .radio-inline {
    cursor: unset;
}

.wrap {
    word-wrap: break-word;
}

.box
{
    width:100%;
    margin:0 auto;
}
.active_tab1
{
    background-color: #fff;
    color:#333;
    font-weight: 600;
}
.inactive_tab1
{
    background-color: #f5f5f5;
    color: #333;
    cursor: not-allowed;
}
.pass_tab1
{
    background-color: lightgreen;
    color:#333;
    font-weight: 600;
    cursor: not-allowed;
}
.has-error
{
    border-color:#cc0000;
    background-color:#ffff99;
}
.gbp {
    float: left;
    text-align: left;
}
.gbp::before {
    float: left;
    content: "\00a3"; /* £ */
    padding: 3px 4px 3px 3px;
}
.gbp input {
    width: 280px !important;
}


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
    width: 5%;
}
.span_2_of_3 {
    width: 90%;
}
.span_1_of_3 {
    width: 5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }
}

.callout {
    max-width: 100%;
    margin-bottom: 2rem;
}

.callout-title {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.important {
    border-left: 4px solid #ffc107;
}

.success {
    border-left: 4px solid #28a745;
}

/* Spaziatura tra le colonne */
.row>[class^="col-"] {
    margin-bottom: 2rem;
}

/* Migliora i tab */
.nav-tabs .nav-link {
    font-weight: 500;
}

/* Stili hero section */
.hero-section {
    background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    margin-bottom: 4rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/logo1.png') no-repeat center right;
    background-size: contain;
    opacity: 0.1;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffc107;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    fill: #fff;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Popup cookie overlay styles */
.popup {
    display: none; /* Default hidden, shown via JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup-content {
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.18);
    max-width: 90vw;
    max-height: 90vh;
    text-align: center;
    position: relative;
}
.popup .close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
}
@media (max-width: 600px) {
    .popup-content {
        padding: 1rem;
    }
}