@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.jumbotron {
    background-image: linear-gradient(315deg, rgb(172, 172, 228) 0%, #f3f8ff 70%) !important;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* -----------  SYNCFUSION COMPONENTS ------------*/

/* Stile Font per tutti i controlli SyncFusion */
.e-control {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.e-tab .e-toolbar-items .e-toolbar-item .e-tab-text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.e-card {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Stili Controlli SyncFusion*/
label.e-float-text {
    padding-left: 25px !important;
    font-size: 1rem !important;
}

/* TextBox CodiceFiscale */
.e-mask.e-style .e-control.e-maskedtextbox {
    text-transform: uppercase;
}

/* CheckBox VERDI GRANDI con CssClass="e-big" */
.e-checkbox-wrapper.e-big .e-frame.e-check,
.e-checkbox-wrapper.e-big .e-checkbox:focus + .e-frame.e-check { /* csslint allow: adjoining-classes */
    background-color: #689f38;
}

.e-checkbox-wrapper.e-big:hover .e-frame.e-check { /* csslint allow: adjoining-classes */
    background-color: #449d44;
}

.e-big.e-checkbox-wrapper .e-label {
    line-height: 30px;
    font-weight: bold;
    /*font-size: 16px;*/
}
.e-big.e-checkbox-wrapper .e-frame {
    height: 30px;
    width: 30px;
    padding: 8px 0;
}

.e-big.e-checkbox-wrapper .e-check {
    font-size: 20px;
    line-height: 15px;
}

.e-big.e-checkbox-wrapper .e-ripple-container {
    height: 52px;
    top: -11px;
    width: 47px;
}


/* ---------- Validazione --------- */
.validation-errors {
    list-style: none;
    font-size: 0.8rem;
    background-color: #ffe0e0;
    border-radius: 8px;
    padding: 10px 30px;
}

.validation-message {
    font-size: 0.7rem;
    margin-left: 25px;
    color: darkred;
}


/* ---------- WIZARD --------- */
.wizard-container {
    background-color: #e0ebfb;
    padding: 15px;
    border-radius: 8px;
}



/* ----------- COLLOUT BORDER ------------ */

.bd-callout {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-primary {
    border-left-color: #007bff;
}

.bd-callout-secondary {
    border-left-color: #6c757d;
}

.bd-callout-success {
    border-left-color: #28a745;
}

.bd-callout-danger {
    border-left-color: #dc3545;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-info {
    border-left-color: #17a2b8;
}

.bd-callout-light {
    border-left-color: #f8f9fa;
}

.bd-callout-dark {
    border-left-color: #343a40;
}
