body {
    border-top: 7px solid #f98123;
}

.container {
    padding: 20px;
    position: relative;
}

.testata {
    margin-bottom: 0px !important;
    padding: 10px !important;
    background: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

.menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.utente {
    text-align: right;
    position: relative;
    top: 7px;
}

.utente p {
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: normal;
}

.hidden {
    display: none !important;
}

input[type=text],
input[type=password],
textarea,
th,
td {
    padding: 2px !important;
}

.puntatore {
    cursor: pointer;
}

select {
    margin: 0em;
    width: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    font-family: "Helvetica Neue", "Helvetica", Arial;
    padding: 0.08em;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.2857rem;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: none;
}

.errore-riga {
    display: inline-block;
}

.linkbutton {
    padding: 5px 10px 5px 10px !important;
}

.linkbutton a {
    color: inherit;
}

textarea {
    height: auto !important;
    min-height: 0px !important;
    resize: vertical !important;
}

.giallo {
    background-color: #F7E6D8 !important;
    padding: 2px !important;
}

.grigio2 {
    background-color: #ededed !important;
    color: #6b6b6b !important;
    padding: 2px !important;
}

.giallo::selection {
    background-color: #000000;
    color: #ffffff;
}

.ui.grid {
    margin: 0 !important;
}

.antisegment {
    background-color: initial !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bottone-stretto {
    padding: 5px !important;
}

.grigio {
    color: #ddd !important;
}

.iscr-confermato {
    font-weight: bold;
    color: green;
}

.iscr-attesa {
    font-weight: bold;
    color: red;
}

.pulsante-home {
    width: 20%;
}

.euro {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.table.destra td,
.table.destra th {
    text-align: right !important;
}

.pulsante-home i {
    float: left;
}

.table-nostyle td {
    border: 1px solid #ccc !important;
    background: none !important;
    font-weight: normal !important;
    color: #333 !important;
    padding: 3px 10px !important;
}

.table-nostyle th {
    border: 1px solid #ccc !important;
    background: none !important;
    font-weight: bold !important;
    color: #333 !important;
    padding: 3px 10px !important;
}

.err {
    color: red;
}

.agg_allegato_corso {
    margin-left: 10px;
    font-size: 0.8rem;
    color: #7e7e7e;
}

#main-menu-mobile {
    display: none;
}

@media (min-width : 0px) and (max-width: 800px) {
    h1 {
        text-align: center;
        line-height: 2rem !important;
        margin-top: 3rem !important;
    }

    h1 small {
        display: block;
    }

    #main-menu {
        display: none;
    }

    #main-menu-mobile {
        display: block;
    }

    .header.utente .nome {
        position: relative;
        top: -7px;
    }
}

.inverted.sidebar .item {
    font-size: 1.2rem;
    text-transform: uppercase;
}

h1 small {
    font-weight: normal !important;
}

@media (min-width : 800px) {
    .testata h1 {
        text-align: right;
        flex: 1;
        margin-top: 8px !important;
    }

    .testata h1 small {
        display: block;
        line-height: 15px;
    }

    .header.utente {
        display: flex;
        flex-direction: column-reverse;
        text-align: left;
    }

    #metti_orizz {
        display: none;
    }

    .testata {
        display: flex;
        align-items: flex-start;
    }
}


#metti_orizz {
    font-size: .9rem;
    font-style: italic;
}

.micro.button {
    padding: 4px 5px !important;
}

.micro.button .icon {
    position: relative;
    left: 3.5px;
}

#main-menu .item {
    text-transform: uppercase;
}

.hide {
    display: none !important;
}