﻿@keyframes topFadeOut {
    0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        top: 27%;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.article-in {
    position: absolute;
    right: 5px;
    top: 50px;
    opacity: 0;
    animation-name: topFadeOut;
    animation-duration: 3s;
    color: white;
    background: orange;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #0006;
    width: 100px;
    text-align: center;
    display: none;
}

#ifrmHeader { 
        background-image: url("/images/header_background.png");
        min-width:1170px;
    }

.navbar-box {
    height: 70px
}

#imgLogo img {
    max-height:50px;
}


.cart-buttons {
    top: 0;
    right: 1rem;
    font-size: 0.8rem;
    cursor: pointer;
}

#flashCart, .goClipparts {
    background: rgba(255,255,255,0.2);
    display: none;
}


#btnEnableDisableConnectLetturaMassiva label {
    margin:0;
}

.btn-default {
    background-color: #105d81;
    border-color: #105d81;
}

.toggle-off {
    background:#000;
}