﻿body {
    /*  color: #6d7072;
    font: 13px Tahoma, Geneva, sans-serif;*/
    font-family: 'Kumbh Sans', sans-serif !important;
    background-color: #f2f1ed;
    font-size: 15px;
    color: #1f1f1f;
}

h1{
    font-size:2.0rem;
}

/* Inizio stile Login */

.LoginBox {
    margin: 30px auto;
    max-width: 350px;
}

.LoginBox section {
    margin-bottom: 15px;
}

/*Inizio Stile Home Page*/

.BoxClientePromo {
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    font-size: 25px;
    background-color: #fff;
    text-align:center;
    margin-bottom:20px;
}

.BoxClientePromo a, .BoxClientePromo a:hover {
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #1f1f1f;
    padding: 1rem;
    display:block;
}

.BoxFarmacia {
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    font-size: 15px;
    background-color: #fff;
    text-align: center;
    min-height: 100px;
    margin-bottom: 20px;
}

.BoxFarmacia a, .BoxFarmacia a:hover {
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #1f1f1f;
    padding: 1rem;
    display: block;
}

.BoxFarmacia i {
    font-size: 35px;
    display:block;
    margin-top:3px;
}

.BoxSelected {
    box-shadow: 0px 0px 5px #6886bb;
    background-color: #6886bb;
    color:#fff !important;
}

/*Inizio Stile Elenco Promozioni*/

.BoxPromozione {
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    display: flex;
    align-items: baseline;
    font-size: 13px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom:20px;
}

.InnerBoxPromozione {
    min-width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.TitoloPromozione {
    color: #1f1f1f;
    padding-top: 5px;
    border-top: 2px solid #6886bb;
}

.pulse {
    animation-name: pulse;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/*Inizio stile Dettaglio Partecipazione*/
.NumeroBuoni
{
    font-size:1.5rem;
    font-weight:600;
}

.MaxNumeroBuoni {
    font-size: 1rem;
    color:dimgray;
}

.ValoreBuono
{
    font-size:1.2rem;
}

/*Inizio Stile Caricamento scontrini*/

.LogoBuono {
    border: 1px solid #cecece;
    max-height:200px;
}

.BottoneIncrementoDecrementoBuoni, .BottoneIncrementoDecrementoBuoni:hover {
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    border: 3px solid #6886bb;
}

.BottoneIncrementoDecrementoBuoniDisabled, .BottoneIncrementoDecrementoBuoniDisabled:hover {
    font-size: 2rem;
    color: #cecece;
    text-decoration: none;
    border: 3px solid #cecece;
}

@media (min-width: 768px) {
    .BottoneIncrementoDecrementoBuoni, .BottoneIncrementoDecrementoBuoniDisabled {
        font-size: 2.5rem;
    }
}

.ConfermaCaricamentoScontrini ul
{
    list-style:none;
    margin:5px 0;
}


/*Inizio Stile Dettaglio caricati*/

.DettaglioCaricamento
{
    padding:15px 5px !important;
}

@media (min-width: 768px) {
    .DettaglioCaricamento {
        padding: 15px !important;
    }
}

.BuonoSenzaLogo
{
    border:1px solid #000;
    font-size:1.2rem;
    text-align:center;
    padding:5px;
}

/* Inizio stile AjaxValidator */
/*.ValidationSummary {
    border: solid 2px #dc4444;
    margin-bottom: 15px;
    padding: 5px;
    font-weight: bold;
}

.ValidationSummary li {
    font-weight: normal;
}

.FieldError {
    border: solid 1px #dc4444 !important;
}

.AjaxValidator div, .AjaxValidator td {
    border: solid 1px #dc4444;
    background-color: White;
}

.ajax__calendar_container TD {
    border: none !important;
}

.ajax__validatorcallout_error_message_cell {
    font-size: 13px !important;
}

.ajax__validatorcallout_close_button_cell {
    padding: 3px !important;
}

.ajax__colorPicker_container table {
    border-collapse: separate;
}

.ajax__calendar {
    z-index: 10000 !important;
}

.ajax__calendar * {
    box-sizing: content-box !important;
}*/
/* Inizio stile Suggestion */
.SuggestList {
    border: solid 1px #c5c5c5;
    padding: 0 !important;
}

.Suggestion {
    border-bottom: solid 1px #c5c5c5;
    padding: 3px;
    color: #6d7072 !important;
    background-color: #f8f3f9 !important;
    list-style-type: none;
}

.Suggestion:hover {
    border-bottom: solid 1px #c5c5c5;
    padding: 3px;
    background-color: #50afff !important;
    list-style-type: none;
    color: White !important;
    cursor: pointer;
}

/* Inizio stile Gridview */

.ListElement {
    width: 100%;
    border-right: solid 1px #c5c5c5;
    background-color: #ffffff;
    margin-top: 15px;
}

.ListElement td {
    border: solid 1px #CFCFCF;
    color: #000000;
    text-align: center;
}

.ListElement th {
    text-align: center;
    padding: 3px;
    background-color: #17a2b8;
    font-weight: bold;
    border: solid 1px #CFCFCF;
    color: #ffffff;
    height: 20px;
}

.ListElement th a {
    text-decoration: none;
    color: #ffffff;
}

.PagingList {
    background-color: #17a2b8;
    border-top: solid 1px #CFCFCF;
}

.PagingList td {
    border-right: solid 1px #CFCFCF;
    padding: 0px;
}

.PagingList table {
    margin: 5px 0;
    float: right;
}

.PagingList table td {
    border-width: 0;
    padding: 0 3px;
    border-left: solid 1px #CFCFCF;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    line-height: 12px;
}

.PagingList a {
    color: #5d3826;
    text-decoration: none;
}

.PagingList a:hover {
    text-decoration: underline;
}

.TableWithoutBorder, .TableWithoutBorder td {
    border: none;
}

.ColonnaPulsantiGrid {
    width: 80px;
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
}

/*Inizio stile Tab*/

/*.MyTab {
    min-height: 30px;
    border-bottom: 1px solid #CFCFCF;
}

.MyTab .nav-link {
    color: #6d7072 !important;
    height: 100%;
    padding:0.5rem 0.6rem !important;
    font-weight:normal !important;
}

.MyTab .nav-link:hover {
    border: none;
    border-bottom: 2px solid #17a2b8;
}

.MyTab .nav-link.active {
    background-color: #17a2b8;
    color: #ffffff !important;
    font-weight: bold;
}

.tab-content {
    padding-top: 20px;
}*/

/* Inizio Stile Filtri di Ricerca */

.HeaderFiltriRicerca {
    line-height: 35px;
    background-color: #f8f9fa;
    border: 1px dotted #CFCFCF;
}

.IconaHeaderFiltriRicerca {
    margin: 7px 5px;
    cursor: pointer;
}

.BoxFiltriRicerca {
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background-color: #ecedef;
    color: #191b1d;
}

.BoxFiltriRicerca table {
    border-collapse: separate !important;
}

/* Inizio Stile Classi Comuni */

.Link {
    color: #5d3826;
    font-weight: bold;
    text-decoration: underline;
}

.CenterElement {
    margin: 0 auto;
}

.Border {
    border: 1px solid #c5c5c5;
}

.Form {
    border: 2px dotted #c3c5c5;
    position: relative;
    padding: 10px 10px 10px 10px;
}

.HeaderForm {
    color: #17a2b8;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -20px;
}

.HeaderForm span {
    background-color: #ffffff;
    padding: 0 5px;
}

.BodyForm {
    position: relative;
    top: -10px;
}

/*
.FieldExplanation {
    font-weight: bold;
    color: #000000;
    border-bottom: 1px dotted #17a2b8;
    padding: 0 3px 5px 3px;
    display: inline-block;
}

.FieldExplanationSmall {
    font-weight: bold;
    white-space: nowrap;
    color: #000000;
    width: 120px;
    border-bottom: 1px dotted #17a2b8;
    padding: 7px 3px;
}*/

.Required {
    color: #17a2b8;
}

.Field {
    padding: 0 5px;
    vertical-align: bottom;
}

.ResizeNone {
    resize: none;
}

.Border {
    border: 1px solid #c5c5c5;
}

.Titolo {
    color: #17a2b8;
    font-weight: bold;
    font-size: 13px;
}

.LinkBackOffice {
    color: #6d7072;
    font-size: 13px;
    font-weight: bold;
}

.LinkBackOffice:hover {
    color: #17a2b8;
    text-decoration: none;
    border-bottom: 2px solid #17a2b8;
}

.LinkBackOfficeLight {
    color: #6d7072;
    font-size: 13px;
    font-style: italic;
}

.LinkBackOfficeLight:hover {
    color: #17a2b8;
    text-decoration: none;
    border-bottom: 1px dotted #17a2b8;
}

.LinkLight, .LinkLight:hover {
    color: #6886bb;
    text-decoration: underline;
}

.RadioButtonList input, .CheckBoxList input {
    margin: 5px 5px 0 0;
    vertical-align: top;
}

.RadioButtonList label, .CheckBoxList label {
    padding-right: 10px;
}

.Checkbox input {
    margin-right: 5px;
}

.WordBreakAll {
    word-break: break-all;
}

.WordBreakWord {
    word-break: break-word;
}

.FontStandard {
    font-family: 'Kumbh Sans', sans-serif !important;
    font-size: 15px;
}

.Separator {
    color: #6886bb;
}

/*Inizio stile Tab*/
.MyTab {
    min-height: 30px;
    border-bottom: 1px solid #CFCFCF;
}

.MyTab .nav-link {
    color: #1f1f1f !important;
    height: 100%;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    cursor: pointer;
}

.MyTab .nav-link:hover {
    border: none;
    border-bottom: 2px solid #6886bb;
}

.MyTab .nav-link.active {
    background-color: #6886bb;
    color: #fff !important;
}

.tab-content {
    padding-top: 20px;
}
/*Inizio stile Form*/
.BoxInserimento {
    margin: 0 auto;
}

.BoxInserimentoSmall {
    margin: 0 auto;
    max-width: 600px;
}

.HeaderInserimento, .Titolo {
    /*color: #6886bb;
    font-size: 35px;
    font-family: 'Just Another Hand', sans-serif !important;*/
    font-size:1rem;
    padding-bottom:5px;
}

.FormInserimento {
    background-color: #ffffff;
    padding: 15px;
    border-top: 4px solid #6886bb;
    border-radius: 10px;
    margin-bottom: 15px;
}

.FieldExplanation {
    font-weight: bold;
    white-space: nowrap;
    margin-bottom:5px;
}

.Required {
    color: #6886bb;
}

.GroupPassword {
    border-radius: .25rem;
}

.GroupPassword i {
    cursor: pointer;
}

/*Inizio stile Validator*/
.Validation {
    display: grid;
}

.FieldError, .FieldError i {
    color: #dc3545;
    margin-top: 3px;
}

.FieldError[style*=inline] ~ input,
.FieldError[style*=inline] ~ select,
.FieldError[style*=inline] ~ textarea,
.FieldError[style*=inline] ~ div.HtmlEditor,
.FieldError[style*=inline] ~ div.input-group {
    border: 1px solid #dc3545 !important;
    order: -1;
}

/*Inizio stile bottoni*/
.Bottone, .Bottone:hover {
    background-color: #6886bb;
    color: #fff;
}

.BottoneOperazione, .BottoneOperazione:hover {
    background-color: #6886bb;
    color: #fff;
    /*padding:15px 10px;*/
    padding:5px;
    border-radius:10px;
    text-align:center;
    font-size:0.8rem;
}

.BottoneOperazioneDisabled, .BottoneOperazioneDisabled:hover {
    background-color: #5c636a;
    color: #fff;
    /*padding:15px 10px;*/
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.8rem;
}

.BottoneOperazione img, .BottoneOperazioneDisabled img {
    max-height: 50px;
    display: block;
    margin: 0 auto;
}

/*
.BottoneAdd {
    margin-left: 3px;
}

.BottoneAdd i {
    color: #1f1f1f;
    font-size: 2em;
    vertical-align: middle;
}

.BottoneModifica i {
    color: #1f1f1f;
}

.BottoneDisabilita i {
    color: #198754;
}

.BottoneAbilita i {
    color: #6c757d;
}

.BottoneElimina i {
    color: #dc3545;
}

.BottoneApprova i, .BottoneRifiuta i {
    font-size: 1rem;
    color: #fff;
}

.BottoneEliminaCarrello, .BottoneEliminaCarrello:hover {
    color: #1f1f1f;
    text-decoration: underline;
    font-size: 14px;
}

    .BottoneEliminaCarrello i {
        color: #dc3545;
    }

.BottoneDisabilitato i {
    color: #5c636a;
}

.BottoneWhatsapp, .BottoneWhatsapp:hover {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}

    .BottoneWhatsapp i {
        color: #fff;
        margin-right: 5px;
        font-size: 1.5rem;
        vertical-align: middle;
    }*/
/*Inizio stile classi comuni*/
.FullHeight {
    height: 100%;
}

.Padding0
{
    padding:0;
}

.PaddingLeft0 {
    padding-left: 0;
}

.PaddingRight0
{
    padding-right:0;
}

.Margin0 {
    margin: 0;
}

.MarginAuto {
    margin: 0 auto;
}

.MarginLeft3 {
    margin-left: 3px;
}

.MarginRight3
{
    margin-right:3px;
}

.MarginTop5 
{
    margin-top:5px;
}

.MarginBottom10 {
    margin-bottom: 10px;
}

.MarginRight0
{
    margin-right:0;
}

.LinkBlack {
    display: inline-block;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.LinkBlack:hover {
    color: #1f1f1f;
    text-decoration: underline;
}

.TextHighlighted {
    color: #6886bb;
    font-weight: 600;
}

.LinkCollapse
{
    cursor:pointer;
    text-decoration:underline;
}

.BorderBottomLine {
    border-bottom: 1px solid #6886bb
}

.FontWeight600
{
    font-weight:600;
}

.PopupFontBig
{
    font-size:1.3rem;
}
