/* 
    Created on : 29-ago-2017, 12.15.04
    Author     : Simone C
*/

/*homepage*/
.linkHome{
    color: #666666;
}

.boxNewsHome{
    margin:0 auto;width:50%;display: table-cell;text-align: center;vertical-align: middle;
}

.imgBoxHome{
    max-height: 95%;
    max-width: 250px;
    margin: 0 auto;
}

#section-news{
    padding-bottom: 1%;
    padding-top: 1%;
}

#section-news .contentbox{
    min-height: 380px;
}


/*bottone della chat*/
@keyframes blink { 
    50% { border-color: #08ABE2; } 
}
#btnChat{
   /* border: 1px outset grey;
    border-radius: 25px;*/
    position: fixed;
    bottom: 40px; 
    right: 20px;
    opacity:none;
    z-index: 100 !important;
    /*animation: blink .5s step-end infinite alternate;*/
}
@media only screen and (max-width: 1280px) {
    #btnChat{
        bottom: 50px; 
    }
}
/*TOOLTIP in caso di codice captcha errato PAGINA: form-contatti.php*/
.tooltip { /* hide and position tooltip */
    top:-29px;
    left: 270px;
    background-color:antiquewhite;
    border: 1px red solid;
    border-radius:5px;
    color: black;
    opacity:1;
    position:absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 200px;
}

/*SIMONE*/
.btnModal{
    height: 25px;
    float: right;
}

/*per download center*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    padding: 10px !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    /*background-color: #d9d9d9;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.accordion h2:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 30px;
    margin-top: 7px;
}

.active h2:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */

}
.first-accordion{
    display: initial;
}
label {
    display: inline-block;
    /*width: 2em;*/
    margin: 0px;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
}
/*header delle dialog di jquery */
.modal-headerP{
    background: #08ABE2;
    color: white;
}
.shade{background:url(/public/themes/xg/assets/shade.png) top left repeat-x; z-index:10006;}
.shade-dark{background:url(/public/themes/xg/assets/shade-long-dark.png) top left repeat-x; z-index:10006;}
.shade-down{background:url(/public/themes/xg/assets/shade-down.png) bottom left repeat-x; z-index:10006; bottom:0;}
.shade-light{background:url(/public/themes/xg/assets/shade-light.png) top left repeat-x;}
.shade-down-light{background:url(/public/themes/xg/assets/shade-down-light.png) bottom left repeat-x; z-index:10006; bottom:0;}

/*#sect-3.parallax-section{background:url(/public/assets/home/automazione-bkg.jpg) center center no-repeat; background-size:cover;}*/
#sect-3.backg-image{background:url(../../../assets/home/spac-home-bkg2.jpg) center bottom no-repeat; background-size:cover !important; cursor: pointer}
#sect-4.backg-image{background:url(../../../assets/parallax/basic/x24lunch_logo.jpg) center center no-repeat; background-size:cover;}
#sect-5.backg-image{background:url(../../../assets/images/services.jpg) center center no-repeat; background-size:cover; min-height:580px}
#sect-6.backg-plain{background-color:#343D8A;}
#sect-support.backg-image{background:url(../../../assets/images/services.jpg) center center no-repeat; background-size:cover; min-height:580px}

#cross-update{background:url(../../../assets/cross-selling/banner-update-2022.png) center bottom no-repeat; background-size:cover !important; cursor: pointer}
#cross-training{background:url(../../../assets/cross-selling/banner-training.jpg) center bottom no-repeat; background-size:cover !important; cursor: pointer}
#cross-custom-training{background:url(../../../assets/cross-selling/banner-custom-training.jpg) center bottom no-repeat; background-size:cover !important; cursor: pointer}
#cross-options{background:url(../../../assets/cross-selling/banner-options2.jpg) center bottom no-repeat; background-size:cover !important; cursor: pointer}
#cross-assglob{background:url(../../../assets/cross-selling/banner-assglob.jpg) center bottom no-repeat; background-size:cover !important; cursor: pointer}

#sect-price{background-color:#ccc;}
#sect-video{background-color:#f5f5f5;}
#sect-related{background-color:#fff;}
/*SIMONE*/

