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

.container {
    padding: 5px;
    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;
}

textarea.cke_source {
    height: 100% !important;
}

.giallo {
    background-color: #F7E6D8 !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,
.err {
    font-weight: bold;
    color: red;
}

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

#nuovoAppuntamento {
    position: relative;
    top: 5px;
}

.fc-content {
    cursor: pointer;
}

.label-form {
    width: 110px;
    display: inline-block;
}

.sconto {
    color: red;
    position: absolute;
}

#prezzoComplessivo span {
    display: inline-block;
    width: 150px;
}

.select2-container-multi .select2-choices {
    background-color: #F7E6D8 !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #F7E6D8), color-stop(15%, #F7E6D8)) !important;
    background-image: -webkit-linear-gradient(top, #F7E6D8 1%, #F7E6D8 15%) !important;
    background-image: -moz-linear-gradient(top, #F7E6D8 1%, #F7E6D8 15%) !important;
    background-image: linear-gradient(to bottom, #F7E6D8 1%, #F7E6D8 15%) !important;
}

.img-prodotto {
    width: 200px;
    height: auto;
    border: 1px solid #ddd;
}

#elencoOpzioni table {
    width: 100%;
}

#elencoOpzioni table td,
#elencoOpzioni table th {
    font-weight: normal;
    background: none;
    border: none;
}

#nomelogin {
    cursor: pointer;
}

#nomelogin:hover {
    text-decoration: underline;
}

#mIscrittiCorso {
    width: 100%;
    right: 0;
    left: 0;
    margin-top: 0 !important;
    height: 100%;
    position: absolute;
    top: 0 !important;
}

#mListaIscritti {
    max-height: 600px;
    overflow-y: auto;
}

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