﻿.easyeditor-toolbar {
    padding: 0px;
}

    .easyeditor-toolbar ul {
        padding: 10px;
        margin: 0px;
    }

.easyeditor-wrapper {
    border: 0;
}

.easyeditor {
    min-height: 110px;
}

img.immagine {
    width: 150px;
}

    img.immagine:hover {
        cursor: pointer;
    }


.sticky-navigation {
    width: 100%;
    padding: 10px;
    color: #FFFFFF;
}

    .sticky-navigation.stuck {
        /*background: #665666;
    width: 100%;*/
        background: #665666;
        position: fixed;
        top: 60px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        z-index: 1000;
    }


.in-lavorazione {
    background-color: #dd4b39 !important;
}

.dati-completi {
    background-color: #00a65a !important;
}

.completa {
    background-color: #00a65a !important;
}

.validata {
    background-color: #f39c12 !important;
}

.scheda-validata {
    background-color: #f39c12 !important;
}

.pubblicata {
    background-color: #00c0ef !important;
}


.bg-1 {
    background-color: #dd4b39 !important;
    color: white;
}

.bg-2 {
    background-color: #00a65a !important;
    color: white;
}

.bg-3 {
    background-color: #f39c12 !important;
    color: white;
}

.bg-4 {
    background-color: #00c0ef !important;
    color: white;
}

.row {
    padding-top: 10px;
}

.error {
    color: #dc3545;
    font-style: italic;
}

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
    opacity: 0.75;
}

.has-spinner.active .spinner {
    display: inline-block;
    opacity: 1;
    max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.btn-pink {
    background-color: palevioletred;
    color: white;
}

.toasts-top-right {
    z-index: 1090;
    width: 350px;
}

span[data-tipo="luogo"]{
    background-color:red;
}

span[data-tipo="nome"] {
    background-color: magenta;
}

span[data-tipo="rimando-scheda-letteraria"] {
    background-color: yellow;
}

span[data-tipo="fonte"] {
    background-color: lightgray;
}

