/**************************************************************************
***************************************************************************
************* GIANLUCA METELLO CUSTOM CSS REGISTRATION ********************/

.registrazione {
    text-align: center;
    padding:5px;
}

.registrazione span {
    color: #045F58;
    font-weight: bold;
}

.themeum-title {
    text-align:left;
}

.style-title {
    margin:0 0 30px;
    font-weight:700;
    font-size:24px;
    line-height: normal;
    color:#333333;
}

.floating-error {
    color:red;
    font-weight: 700;
    margin:0;
    font-size: 12px;
    text-align: right;
}

.segnalazione {
    text-align: center;
    color: red;
}

.btn_clear {
    background-color:#FFFFFF !important; 
    color: #098F84 !important; 
    border: 1px solid #098F84 !important;
}

.btn_clear:hover {
    background-color:#098F84 !important; 
    color: #FFFFFF !important; 
    border: 0 !important;
}

.corsi-all {
    font-weight: bold;
    color: #098F84;
    line-height:20px;
}

.box_corsi {
    margin:10px; 
    border-radius:20px; 
    border:2px solid #098F84;
    padding:40px;
}

.global_course {
/*    display:none;*/
}

.corsi_time {
    font-style:italic; 
    color:red;
}

.eventum-schedules.schedules-list .table-hover thead {
    border-top: 1px solid #e5e5e5;
}

.eventum-schedules .table-hover tr {
    background-color: #f9f9f9;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.eventum-schedules .table-hover th, .eventum-schedules .table-hover td {
    padding: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.sconto {
    width:70%;
    margin:auto;
}

.sconto input {
    display:inline flex !important;
    width: 200px !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sconto_loader {
    position:fixed;
    left:45%;
    top:45%;
    z-index: 11;
    display:none;
}

.offuscamento {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#999999;
    opacity:0.4;
    z-index: 10;
    display:none;
}

.error_sconto {
    color:red;
    font-weight: bold;
    padding:25px;
    text-align:center;
    display:none;
}

.discount_message {
    text-align:center;
    padding:15px;
}