﻿/*.dwprogress {
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    background: #205e7c;
    color: #ffffff;
    margin-left: 2px;
    white-space: nowrap;
    background: white;
}

    .dwprogress td {
    }

        .dwprogress td:hover {
        }*/

.dwprogress {
    text-align: center; 
    margin-bottom: 80px;
}

    .dwprogress .circle,
    .dwprogress .bar {
        display: inline-block;
        background: #b9b9b9;
        width: 30px;
        height: 30px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
        vertical-align: top;
        margin-bottom: 11px;
    }

    .dwprogress .bar {
        position: relative;
        width: 80px;
        height: 4px;
        margin: -5px -4px 14px -2px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        top: 18px;
        vertical-align: top;
    }

    .dwprogress .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        margin-top: -4px;
        color: white;
        font-size: 17px;
        margin-left: -1px;
        padding-top: 1px;
    }

    .dwprogress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 18px;
        margin-left: -30px;
        display: block;
        width: 100px;
        margin-top: 5px;
    } 

    .dwprogress .bar.done,
    .dwprogress .circle.done {
        background: #eee;
    }

    .dwprogress .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .dwprogress .circle.done .label {
        color: #FFF;
        background: #92d050;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .dwprogress .circle.done .title {
        color: #444;
    }

    .dwprogress .circle.active .label {
        color: #FFF;
        background: #0076bc;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .dwprogress .circle.active .title {
        color: #0076bc;
    }

.cellContent {
    background-color: #205e7c;
    padding: 3px 20px 3px 20px;
    border: 1px solid #AAAAAA;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

    .cellContent:hover {
        background-color: #30a5de;
        cursor: pointer;
    }

.dialogTabSelected {
    background-color: #1c7eaf;
    color: #ffffff;
}


/*Inizio CSS quando ho progressBar attiva*/

.dwProgressBar {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    top: 15px;
    left: -28px;
}

.progessBarElement {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progessBarElementTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 10px;
}

.progressBarCircle {
    min-width: 35px;
    min-height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.barCircleColorNone {
    background-color: #f5f5f5;
    color: #c7c7c7;
    transition: 250ms;
}

    .barCircleColorNone:hover {
        transform: scale(1.3);
        transition: 250ms;
    }

.barCircleColorDone {
    background-color: #36b21c;
    border: 1px solid #36b21c;
    color: #ffffff;
    transition: 250ms;
}

    .barCircleColorDone:hover {
        transform: scale(1.3);
        transition: 250ms;
    }

.barCircleColorHalf {
    background-color: #ffa000;
    border: 1px solid #ffa000;
    color: #ffffff;
    transition: 250ms;
}

    .barCircleColorHalf:hover {
        transform: scale(1.3);
        color: #ffffff;
        transition: 250ms;
    }

.barCircleColorSelected {
    background-color: #1c7eaf;
    border: 1px solid #1c7eaf;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transform: scale(1.3);
}

.progressBarCircleText {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.progressbarText {
    font-size: 16px;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    transition: 250ms;
}

.highlightText {
    font-weight: bold;
    transition: 250ms;
}

.progressBarLine {
    width: 50%;
    /*width: 50px;*/
    height: 4px;
    background-color: #f5f5f5;
    transition: 250ms;
}

.progressBarLine_abiCustom {
    width: 100px;
    height: 4px;
    background-color: #f5f5f5;
    transition: 250ms;
}

.barLineStart {
    visibility: hidden;
}

.barLineEnd {
    visibility: hidden;
}

.barColorDone {
    background-color: #36b21c;
    transition: 250ms;
}

.barColorHalf {
    background-color: #ffa000;
    transition: 250ms;
}

.barColorSelected {
    background-color: #1c7eaf;
    transition: 250ms;
}

.progessBarElement {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swing-in-top-fwd {
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-1 10:36:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

div[name=progressBarLoader] {
    width: 70px;
    height: 70px;
    border: 8px solid #f5f5f5;
    border-radius: 50%;
    border-top: 8px solid #205e7c;
    border-bottom: 8px solid #205e7c;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Fine CSS progressBar attiva*/