﻿

.margin-top{
    margin-top:5px;
}
.margin-top20 {
    margin-top: 3em;
}

.centred {
    text-align: center;
}

input {
    max-width: 100%;
}
p.orange {
    color:#f5841f!important;
}
a {
    color: #040404;
    font-size: 16px;
    font-family: sans-serif !important;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
a:hover {
   cursor:pointer;
   text-decoration:none;
   color:#000;
}
.swal-overlay {
    background-color: rgba(240, 82, 38, 0.45);
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #f5841f !important;
}
.swal2-progresssteps .swal2-progresscircle {
    background: #f5841f !important;
}
.swal2-progresssteps .swal2-progressline {
    background: #f5841f !important;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #f48567 !important;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle{
     background: #f48567 !important;
}
.swal-button {
    padding: 5px;
    border-radius: 2px;
    background-color: #f5841f;
    font-size: 12px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 50px;
}
.time_position {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;    
}
.time_container {
    margin-top: 5%;
    display: inline-block;
}
.select2-container--default {
    width: 100% !important;
}
textarea#Descrizione {
    width: 100% !important;
}
@media (min-width: 500px) and (max-width: 768px) {
    .max_width{
        max-width: 65%;
        margin-left:10%;
    }
    input {
        max-width:100%;
    }
    .bordered{
        border: 0px solid;
    }
}

@media (max-width: 500px) {
    .bordered {
        border: 0px solid;
    }
}