﻿/*questo serve per funzionamento click su ios*/
.c-results__item, .c-results__item__mobiletoggler{
  cursor: pointer;
}
/*questo serve per funzionamento click su ios*/

.c-results__item--disabled{
  cursor: default;
}

  .c-orderbar_altreopzioni_testo {
    display:none;
  }

.c-tag__verifica {
    position: relative;
    margin-bottom: 10px;
    height: auto;

    width: 180px;
	margin-left:0px;
}

.c-tag__verifica_no_img {
    width: 180px;
}

.c-results__item__action {
    /*float: left;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
	margin: 0px auto;
}

.c-results__item__action a{
	margin: 0px;
}



/* OMBRA DIV TOP */
.c-orderbar {
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

/* TITOLO SERVIZI H4 */
.c-results__item__title {
    font-size: 20px;
   margin-bottom: 8px;
}

.c-results__item__title a {
    /*font-size: 20px;*/
    color: #236AB1;
}

.c-results__item__title a:hover {
    text-decoration:underline;
}

.c-results__item__title a.c-tag__verificaFOCUS {
    
    color: #505B63;
}

.c-results__item__abs a.c-tag__verificaFOCUS {
    color: #236AB1;
}


.c-results__item:hover,
.c-results__item.isOpen {
    background-color: #ebebeb;
}

/* IMMAGINI */
.c-tag__verifica_no_img {
    position: relative;
    width: 127px;
    height: 52px;
    background-image:none ;
}

.c-tag__login_no_attivo {
    margin-left:75px;
    margin-right: 50px;
    background-image: url('../Images/icone/login-no_attivo.png');
    width: 142px;
    height: 99px;
}

.c-tag__loginavanzato {
    background-image: url('../Images/icone/login-avanzato-richiesto.png');
    /*width: 80px;
    height: 52px;*/
    width: 142px;
    height: 99px;

}

.c-tag__loginstandard {
    background-image: url('../Images/icone/login-standard.png');
    /*width: 51px;
    height: 52px;*/
    width: 142px;
    height: 99px;
}

.c-tag__loginSPID {
    background-image: url('../Images/icone/login-spid.png');
    width: 142px;
    height: 99px;
}

.c-tag__loginFREE {
    background-image: url('../Images/icone/login-free.png');
    width: 142px;
    height: 99px;
}

.c-tag__loginESTERNO {
    background-image: url('../Images/icone/login-esterno.png');
    width: 142px;
    height: 99px;
}

.c-results__item__text {
 
   padding-top: 40px;
}

@media only screen and (max-width: 749px) {

.c-footer .c-footer__box3 {
    float: left;
    margin: 0 20px 12px 0;
}

  .c-topbar img {
    width: 79px;
    height:30px;
    margin-top: -5px
  }

    .c-topbar h1 { margin-top: -5px;}

  .c-orderbar_altreopzioni {
    display: none;
  }

  .c-orderbar_altreopzioni_testo {
    display:block;
    color: white;
    line-height: 22px;
  }

  .c-orderbar_altreopzioni_asterisco
{
    font-size:0.8em;
    line-height: 17px;
  }

}

.c-topbar h1 {
    display: none;
}

.c-topbar h1.isVisibileHome
{
        display: block;
}

h1.homeInterne {
    display: block;
}

.homeInterne a:hover {
    text-decoration: underline;
}

.homeInterne a {
    color: #fff;
    margin: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}


@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
    .c-richiediservizio__title {
        font-size: 20px;
        font-weight: 600;
        width: 70%;
    }
}


.gialloEvidenza {
    background-color:#FDF8BA;
    outline: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
}

.c-titlebar__title h1 {
    font-size: 1.1em;
    font-weight: bold;
}

.last-modified {
    font-size: 0.75em;
}

.isInvisible{
    display:none;
}

/* FOOTER */
.c-footer .c-footer__box1 {
  float: left;
  margin: 0 130px 20px 0;
}
.c-footer .c-footer__box1_t1 {
  font-size: 18px;
}
.c-footer .c-footer__box1_t2 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
}
.c-footer .c-footer__box1_t3 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
}
.c-footer .c-footer__box1_t3 img {
  margin-top: 20px;
}
.c-footer .c-footer__box2 {
  float: left;
  margin: 0 100px 60px 0;
}
.c-footer .c-footer__box3_t1 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
  margin-bottom: 14px;
}
.c-footer .c-footer__box3 {
  float: right;
  margin: 0 20px 12px 0;
}

.visibile-desktop {
    //visibility: visible;
    display:block;
}

.visibile-phone {
    //visibility: hidden;
    display: none;
}


@media only screen and (max-width: 749px) {

.c-footer .c-footer__box3 {
    float: left;
    margin: 0 20px 12px 0;
}

  .c-topbar img {
    width: 79px;
    height:30px;
    margin-top: -5px
  }

    .c-topbar h1 { margin-top: -5px;}

    .visibile-desktop {
    //visibility: hidden;
    display:none;
}

    .visibile-phone {
    //visibility: visible;
    display: block;
}

}
