﻿#profileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
}

.my-expired-divider {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    border: 5px solid red;
}

/*#Dashboard*/
.mydashboardcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.my-hr-divider-bold {
    border: none;
    height: 4px;
    /* Set the hr color */
    color: #000099; /* old IE */
    background-color: #000099; /* Modern Browsers */
}
/* ================ */

/*#TicketList*/
.my-flex-row-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* ================ */

/*css pro:  Ticket tab 4 TAB */
.tickets-tab-switch4 {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

    .tickets-tab-switch4 .nav-item {
        display: block;
        width: 25%; /*33.33%;*/
        padding: 0 10px;
    }

@media (max-width: 767.98px) {
    .tickets-tab-switch4 .nav-item {
        width: 100%;
    }
}

.tickets-tab-switch4 {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

    .tickets-tab-switch4 .nav-item {
        display: block;
        width: 25%; /*33.33%;*/
        padding: 0 10px;
    }

@media (max-width: 767.98px) {
    .tickets-tab-switch4 .nav-item {
        width: 100%;
    }
}

.tickets-tab-switch4 .nav-item .nav-link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #fafafa;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    border: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: "background", "color";
}

    .tickets-tab-switch4 .nav-item .nav-link .badge {
        margin-left: auto;
        background: #2196f3;
        color: #fff;
        transition-duration: 0.3s;
        transition-timing-function: ease-in;
        transition-property: "background", "color";
    }

    .tickets-tab-switch4 .nav-item .nav-link.active {
        background: #2196f3;
        color: #fff;
        border: none;
    }

        .tickets-tab-switch4 .nav-item .nav-link.active .badge {
            background: #ffaf00;
            color: #fff;
        }
/* ================ */

/*.form-control.invalid {
    border-color: #dc3545;
}

.form-control.valid {
    border-color: #28a745;
}*/

.validation-message {
    width: 100%;
    margin-top: .25rem;
    /*font-size: 80%;*/
    color: #dc3545;
}

/*SIMBOLI*/

.mySymbolTypeSquared {
    background: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    text-align: center;
    font: 24px Arial, sans-serif;
}

.mySymbolExpired {
    background: red;
    border: 2px solid red;
    color: #fff;
    border-radius: 1%;
    width: 5px;
    height: 40px;
    padding: 2px;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolTypeAnomalia {
    background: #FFFF33;
    border: 2px solid #FFFF33;
    color: #C70039;
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolTypeInterventoTecnico {
    background: #FF5733;
    border: 2px solid #FF5733;
    color: #fff;
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolTypePreventivo {
    background: #0BAD1A;
    border: 2px solid #0BAD1A;
    color: #fff;
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolTypeInfo {
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    background: #ffff;
    border: 3px solid #884EA0;
    color: #884EA0;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolTypeSviluppo {
    border-radius: 1%;
    width: 36px;
    height: 36px;
    padding: 2px;
    background: #0B15AD;
    border: 3px solid #0B15AD;
    color: #ffff;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bolder;
}

/* ================ */
.mySymbolStatusClosed {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    background: #2ECC71;
    border: 4px solid #2ECC71;
    color: #ffff;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}

/* ================ */

.mySymbolOperativeStateRounded {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #FFFFFF;
    border: 4px solid #000000;
    color: #000000;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolOperativeStatePrioritario {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #FFFFFF;
    border: 4px solid #922B21;
    color: #922B21;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolOperativeStateUrgente {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #FFFFFF;
    border: 4px solid #CA6F1E;
    color: #CA6F1E;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolOperativeStateNormale {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    background: #FFFFFF;
    border: 4px solid #3498DB;
    color: #3498DB;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}

.mySymbolOperativeStateDifferibile {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #FFFFFF;
    border: 4px solid #196F3D;
    color: #196F3D;
    text-align: center;
    font: 20px Arial, sans-serif;
    font-weight: bolder;
}
/* ================ */


#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;
    }


/*Loading Spinner*/
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
