﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-th-list, .glyphicon-th-list:before {
    content: "\e012" !important; 
}


.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-exclamation-sign
,.glyphicon-exclamation-sign:before {
    content: "\e101";
     font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-remove
,.glyphicon-remove:before {
    content: "\e014";
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-pause
,.glyphicon-pause:before {
    content: "\e073";
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-time
,.glyphicon-time:before {
    content: "\e023";
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-unchecked
,.glyphicon-unchecked:before
{  
    content: "\e157" !important; 
}

.glyphicon-search {
    content: "\e003" !important;
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-search:before {
    content: "\e003" !important;
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-check {
    content: "\e067" !important;
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-check:before {
    content: "\e067" !important;
    font: 16px'Glyphicons Halflings' !important;
}

.glyphicon-ok,
.glyphicon-ok:before {
    content: "\e013" !important;
    font: 16px'Glyphicons Halflings' !important;
}                    

.bg-stripeLogin {
    background-image: url("../../immagini/bg-login.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    height: 600px;
}

.search-label {
    /*Mettere colore blu*/
  border: 2px solid #264d7A;
  background-color: #264d7A;  
  border-top-left-radius: 15px 15px;
  border-bottom-left-radius: 15px 15px;
  color: white;
  width: 20%;
  height: 35px;  
  text-align: center;
  line-height: 35px;
}

.l-top-seven-list .is-newsHomePage .o-feed-item-date {
  border-bottom: 5px solid #264d7a;
}

.news_searchBox {
  width: calc(100% - 165px) !important;
}

.logovl_login {
    width: 100%;
}

.RadAjax_Metro .raDiv {
	background-image: url('../../assets/images/loader-orizzontale.gif') !important;
}

[data-popup="t-popupNotifiche"] span#toRead {
	background: red;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	height: 20px;
	letter-spacing: -.08em;
	line-height: 1.6;
	position: absolute;
	right: 10px;
	text-align: center;
	text-indent: -.09em;
	top: 20px;
	width: 20px;
    margin-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 768px) {
    .c-main-logo img {
        height: 50px;
        vertical-align: top;
    }
}

.userWelcome {                        
    font-size: 1.5em;                
    display: inline-block;    
    margin: 0 auto;
    width: 350px;
    text-align: center;         
}

@media (min-width: 451px) and (max-width: 500px) {
    .userWelcome {
        font-size: 1em;                
        display: inline-block;        
        margin: 0 auto;
        width: 200px;
        text-align: center;             
    }
}

@media (min-width: 200px) and (max-width: 450px) {
    .userWelcome {
        display: none;
        float: left;
        margin: 0 auto;        
        overflow: hidden;
    }
    /*.c-main-logo img {
        height: 30px;
    }*/
    }

.nessunaNotifica {        
    width: auto;
    font-size: 1.5em;
    text-align: center;
    display: block;
    z-index: 9999;
}

.c-box-item {
    float: left;
    width: 100%;
}

.c-item {
}

    .c-item .col-md-4 {
        float: left;
}

.carousel-indicators li {
    float: left;
}

.carousel-indicators {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100px;
}

.iconError {
    background: url('../../assets/images/stop-rosso.svg') no-repeat top left !important;
    border: 0px !important;
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.iconAlert {
    background: url('../../assets/images/alert-giallo.svg') no-repeat top left !important;
    border: 0px !important;
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.iconInfo {
    background: url('../../assets/images/icona-info-verde.svg') no-repeat top left !important;
    border: 0px !important;
    width: 40px !important;
    height: 40px !important;
}

.colFloatLeft {
    float: left;
}

.iconElencoDoc {
    width: 60px;    
}

.iconDownload {    
    width: 60px;       
}

.iconDownload:hover {
    cursor: pointer;       
}

.noItemFound {
    text-align: center;    
}

.labelForm {
    font-family: 'Roboto', sans-serif !important;
    color: #264d7a !important;
    font-size: medium !important;
    white-space: normal;
    text-transform: unset !important;
}

.labelFormBold {
    font-family: 'Roboto', sans-serif !important;
    color: #264d7a !important;
    font-size: medium !important;
    font-weight: bold;
}

.labelFormBoldPreventivo {
    font-family: 'Roboto', sans-serif !important;
    color: #264d7a !important;
    font-size: medium !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.white {
    color: white !important;
}

.iconaElencoModuli img {
    width: 35px !important;
}

.collapse.in {
	display: block;
}

.icoRicerca {
    background: url('../../assets/images/cerca_NO-ombra.svg') no-repeat top left !important;    
    background-color: #f9f9f9 !important;  
    padding: 15px !important;      
}

.titoloRicerca {
    margin-left: 40px;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
}

.RadButton_Metro.rbButton, .RadButton_Metro.rbButton.rbDisabled, .RadButton_Metro .rbSplitPart {
	text-transform: uppercase !important;
	background: #b2ce27 !important;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	-ms-transition: background .3s ease-in-out !important;
	-o-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	margin: 0px 0 0px 0 !important; 
    /* margin: 10px 0 20px 0 !important; */
	float: left !important;
    font-family: 'Roboto', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.8px !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
}

.RadButton_Metro.rbButton, .RadButton_Metro.rbButton.rbDisabled, .RadButton_Metro .rbSplitPart :hover {
    color: #FFFFFF !important;
}

.o-button > span, .o-button :hover > span {
    background: transparent !important;
}

.o-button > a :hover {
	background: #204d7c;
	color: #fff !important;    
}

.o-button :hover {
	background: #204d7c;
	color: #fff !important;    
}

.o-submit :hover {
	background: #204d7c !important;
	color: #fff !important;    
}

.RadPicker .RadInput {
    font-family: 'Roboto', sans-serif !important;
	font-size: 1.5em !important;	
	border-color: #e0e0e0;	
	background-color: #fff !important;
    font-family: roboto !important;
    color: #333333 !important;
}

.RadButton.RadCheckBox {       
    height: 2em !important;
}

.domanda-grid-ko-icon {
    content: '';
    background-color: #FF0000;
    background-image: url(../assets/images/attenzione-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 40px; 
    display: block;
}

.importoRiepilogoBeni {
    font-size: 14px !important;
    font-weight: bold;
}

.msgInvioDomanda {
    margin-top: 20px;
    margin-bottom: 20px;
}

.msgInvioDomanda img {
    width: 100px;
    height: 100px;
        vertical-align: middle;
}

.msgInvioDomanda h4 {
        text-align: center;
}

.w_mngr {
    width: 600px !important;
    height: 250px !important;
    float: left;
}

.c-main-content .o-button {
	text-align: center;
    border-radius: 8px !important;
}

.iconaOcchio {
    position: absolute;
    clip: rect(18px,45px,40px,15px) !important;    
    top: -17px;
}

.divOcchio {
    position: relative;
}

.iconaGriglia {
    min-height: 50px;
}

.iconaGriglia :hover {
    min-height: 50px;
}

.o-button .popUp {
    height: 20px !important;
}

.icoToolbarGrid {
    height: auto !important;
}

div[id*='pnlDomandaNonInviabile'] h3 {
    margin-left: 15px !important;
    margin-top: 15px !important;
}

div[id*='pnlDocumentiPanel'] {
    width: 100% !important;
}

.panelCompletaDomanda {
    width: 100% !important;
}

.o-icon-alert-mini-beni {
	padding: 20px 0 10px 75px;
	position: relative;
	line-height: 2.8rem;
	color: #dfc90d;
	margin: 20px -10px 20px 25px;
}

.o-icon-alert-mini-beni::before {
	content: '';
	background-color: #e4d33c;
	background-image: url("../assets/images/attenzione-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 100%;
	position: absolute;	
	left: 5px;
	top: 0;
}

.o-icon-error-mini-beni {
	padding: 20px 0 10px 75px;
	position: relative;
	line-height: 2.8rem;
	color: #FF0000;
	margin: 20px -10px 20px 25px;
}

.o-icon-error-mini-beni::before {
	content: '';
	background-color: #FF0000;
	background-image: url("../assets/images/attenzione-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 100%;
	position: absolute;	
	left: -10px;
	top: 0;
}

.o-icon-error-mini-beni-small {
	padding: 20px 0 10px 75px;
	position: relative;
	/*line-height: 2.8rem;*/
	color: #FF0000;
	margin: 20px -10px 20px 25px;
}

.o-icon-error-mini-beni-small::before {
	content: '';
	background-color: #FF0000;
	background-image: url("../assets/images/attenzione-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 75%;
	position: absolute;	
	left: -10px;
	top: 8px;
}

.msgErroreImportoBeniImportopreventivo {
	font-size: 1.4rem !important;
    color: #000000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    line-height: 2.2rem;
    margin-left: -20px;        
}

.ListaBeniRigaImporti {    
    width: 99%;
    border: solid #E4E4E4 1px !important;
}

.ListaBeniLabel {
    background-color: #264C79 !important;
    color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: right !important;    
    height: 35px;  
    line-height: 35px !important;
    display: inline-table;
}

/*.ListaBeniLabelNotEditable
{
    background-color: #264C79 !important;
    color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: right !important;    
    height: 35px;
    line-height: 35px !important;
    display:inline-table;
}*/

/*.ListaBeniLabelProdFF
{
    background-color: #264C79 !important;
    color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: right !important;
    height: 35px;
    line-height: 35px !important;
    display:inline-table;
}*/




.ListaBeniImporti {
    color: #067F00 !important;
    flex: 0 0 19%;
    width: 19%;
    padding-right: 8px;
}

    .ListaBeniImporti.FF {
     flex: 0 0 25.2%;
    width: 25.2%;
}

    .ListaBeniImporti.NotEditable {
     flex: 0 0 21%;
    width: 21%;
}

        .ListaBeniImporti.FF.NotEditable, .ListaBeniImporti.NotEditable.FF {
     flex: 0 0 30.1%;
    width: 30.1%;
}

.ListaBeniImportiIva {
    flex: 0 0 8%;
    width: 8%;
}

    .ListaBeniImportiIva.FF {
     flex: 0 0 0%;
    width: 0%;
        display: none;
}

    .ListaBeniImportiIva.NotEditable {
    flex: 0 0 10%;
    width: 10%;
}

.ListaBeniImporti, .ListaBeniImporti span {
    background-color: #FFFFFF !important;   
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    height: 35px;
    line-height: 35px !important;
    text-align: right;
}

/*.Imponibile  {
    text-align: right;
 }

.ImponibileNotEditable
     {
    text-align: right;
}*/

/*.ImponibileProdFF {    
    text-align: right;
}*/

.Ivato {
    text-align: right;  
}

/*.IvatoNotEditable {
    text-align: right;
}

.IvatoProdFF {
    text-align: right;
}*/

.ListaBeniRigaImporti .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.ListaBeniTotale, .ListaBeniLabel {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 54%;
    width: 54%;
}

    .ListaBeniTotale.FF, .ListaBeniLabel.FF {
    flex: 0 0 74.6%;
    width: 74.6%;
}

        .ListaBeniTotale.FF.NotEditable, .ListaBeniLabel.FF.NotEditable {
    flex: 0 0 69.8%;
    width: 69.8%;
}

    .ListaBeniTotale.NotEditable, .ListaBeniLabel.NotEditable {
    flex: 0 0 48%;
    width: 48%;
}


div[id*='grdAllegatiPreventivo'] tr
{
    height:unset !important;
}
 
  

@media (min-width:769px) and (max-width: 1200px)
{

    .RadGrid .rgPagerCell > div.NextPrevAndNumeric .rgInfoPart {
        display: none !important;
    }


  
     tr[id*='_grdListaPreventivi_ctl']
    ,tr[id*='_grdContratto_ctl']
    ,tr[id*='_grdListaUtenti_ctl']
    ,tr[id*='_grdAllegatiPreventivo_ctl']     
    {
        display:none;
    }

    div[id*='grdListaPreventivi'] tr > th[class*='rgHeader']
    , div[id*='grdContratto'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] .rgHeaderWrapper    
    , div[id*='grdAllegatiPreventivo'] tr > th[class*='rgHeader']    
    {
        display:none;
    }

     div[id*='grdAllegatiPreventivo'] table[id*='Header']
     {
         height:0px;
     }

  
   
}

@media (min-width: 480px) and (max-width: 768px) {

   

  



    .RadGrid .rgPagerCell > div.NextPrevAndNumeric .rgInfoPart, .RadGrid .rgPagerCell > div.NextPrevAndNumeric .rgAdvPart {
        display: none !important;
    }

     
    
     tr[id*='_grdListaPreventivi_ctl']
    ,tr[id*='_grdContratto_ctl']
    ,tr[id*='_grdListaUtenti_ctl']        
    ,tr[id*='_grdAllegatiPreventivo_ctl']     
    {
        display:none;
    }

      div[id*='grdListaPreventivi'] tr > th[class*='rgHeader']
    , div[id*='grdContratto'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] .rgHeaderWrapper
    , div[id*='grdAllegatiPreventivo'] tr > th[class*='rgHeader']   
    {
        display:none;
    }
 
     div[id*='grdAllegatiPreventivo'] table[id*='Header']
     {
         height:0px;
     }
  
   
}


/* XS */
@media (max-width: 480px) {

    .ListaBeniTotale, .ListaBeniLabel, .ListaBeniTotale.NotEditable, .ListaBeniLabel.NotEditable, .ListaBeniTotale.FF, .ListaBeniLabel.FF, .ListaBeniTotale.FF.NotEditable, .ListaBeniLabel.FF.NotEditable {
        flex: 1 0 100%;
        width: 100%;
    }

    .ListaBeniImporti, .ListaBeniImporti.NotEditable, .ListaBeniImporti.FF, .ListaBeniImporti.FF.NotEditable {
        color: #067F00 !important;
        flex: 1 0 30%;
        width: 30%;
        padding-right: 8px;
        text-wrap: none;
    }

    .ListaBeniImporti-75, .ListaBeniImporti-75.NotEditable, .ListaBeniImporti-75.FF, .ListaBeniImporti-75.FF.NotEditable {
        flex: 1 0 60%;
        width: 60%;
        overflow: hidden;
    }

    .ListaBeniImportiIva, .ListaBeniImportiIva.FF {
        flex: 1 0 0%;
        width: 0%;
        display: none;
    }

        .ListaBeniImportiIva.NotEditable {
        flex: 1 0 0%;
        width: 0%;
            display: none;
    }
   


    .RadGrid .rgPagerCell > div.NextPrevAndNumeric .rgInfoPart, .RadGrid .rgPagerCell > div.NextPrevAndNumeric .rgAdvPart {
        display: none !important;
    }

     tr[id*='_grdListaPreventivi_ctl']
    ,tr[id*='_grdContratto_ctl']
    ,tr[id*='_grdListaUtenti_ctl']  
    ,tr[id*='_grdAllegatiPreventivo_ctl']    
    {
        display:none;
    }

    div[id*='grdListaPreventivi'] tr > th[class*='rgHeader']
    , div[id*='grdContratto'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] tr > th[class*='rgHeader']
    , div[id*='grdListaUtenti'] .rgHeaderWrapper
    , div[id*='grdAllegatiPreventivo'] tr > th[class*='rgHeader']
    {
        display:none;
    }
   
    div[id*='grdAllegatiPreventivo'] table[id*='Header']
     {
         height:0px;
     }

    
    /**/

    .mobileStampaPreventivo {
        padding-right: 0px !important;
    }

    /*.mobileCompletaPreventivo::after
    {
        content:'Completa';
        text-align:center;
        text-transform:uppercase;
        justify-content:center;  
    }

    .mobileViewPreventivo::after
    {
        content:'Apri';
        text-align:center;
        text-transform:uppercase;  
        justify-content:center; 
    }

    

    .mobileAccettaPreventivo::after
    {
        content:'Accetta';
        text-align:center;
        text-transform:uppercase;  
        justify-content:center;  
    }

    .mobileAnnullaPreventivo::after
    {
        content:'Annulla';
        text-align:center;
        text-transform:uppercase;  
        justify-content:center;  
    }*/

}


.gridMobileCard a {
    text-align: center;
    cursor: hand;
}

._titolo {
	color: #264D7A !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

@supports not (-ms-high-contrast: none) {
   /* Non-IE styles here */
    .fixed-row-bottom;

{
    position: absolute;
    bottom: 15px;
}

}

.ListaBeniTotale, .ListaBeniTotale span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 35px;
    line-height: 35px !important;
    text-align: right;
    text-wrap: none !important;
}



.attach-alert-mini {
    background-color: #e4d33c;
    background-image: url("../assets/images/attenzione-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.attach-ok-mini {
    background-color: #c0d751;
    background-image: url("../assets/images/ico_accetta_white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.attach-panel-body {
    background-color: #f2f9ff;
}

.attach-title-box {
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.labelFileUploadShow {
    color: #f00;
    display: block;
}

.labelFileUploadHide {
    color: #f00;
    display: none;
}

.PasswordIndicator {
      display: inline;
      padding: 0.2em 0.6em 0.3em;
      font-size: 90%;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25em;
      margin-bottom: 0.4em;
}

.BaseIndicator {
    display: inline-block;
    font: 12px/18px 'Roboto', sans-serif !important;
    height: 26px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: 200px;
    color: #fff;
    border: 1px solid #333;
}

.L0 {
    border: 0 none;
}

.L1 {
    background-color: #ff3933;
}

.L2 {
    background-color: #ff6633;
}

.L3 {
    background-color: #ff3399;
}

.L4 {
    background-color: #cccc33;
}

.L5 {
    background-color: #33cc00;
}

.label-big {
    font-size: 140% !important;
}

.textButtonTextIban {
    font: 15px 'Roboto', sans-serif !important;    
    content: "COMPLETA DATI DA IBAN" !important;
    width: 232px !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    top: -1px !important;
}

    .textButtonTextIban::before {
    font: 15px 'Roboto', sans-serif !important;
    content: "COMPLETA DATI DA IBAN" !important;
    width: 232px !important;
        font-weight: bold !important;
    margin-top: 0px !important;
    top: -1px !important;
}

.t-notifica-alert > .theme-news-date-result {
    border-right: 6px solid rgba(223, 201, 13, 1);
}

.t-notifica-info > .theme-news-date-result {
    border-right: 6px solid rgba(146, 166, 188, 1);
}

.t-notifica-ok > .theme-news-date-result {
    border-right: 6px solid rgba(192, 215, 81, 1);
}

.t-notifica-error > .theme-news-date-result {
    border-right: 6px solid rgba(175, 95, 100, 1);
}
/*.t-notifica-reminder > .theme-news-date-result 
{
    border-right: 8px solid rgba(224, 164, 90, 0.72);
}
.t-notifica-breaking > .theme-news-date-result 
{
    border-right: 8px solid rgba(160, 28, 29, 0.61);
}*/
#overlayNotifica .logo-item {
    background: whitesmoke;
    width: 33%;
    height: 75px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px .5%;
    cursor: pointer;
    -ms-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    left: -75px;
    top: -10px;
    box-shadow: 0 1px 10px rgb(0,0,0,.2);
}

    #overlayNotifica .logo-item:before {
        content: "";
        position: absolute;
    border-left: 4px solid #234b7e;
        top: 0;
        left: 0;
        bottom: 0;
}

    #overlayNotifica .logo-item img {
        display: block;
        margin: 15px auto;
    height: 50px;
}

#overlayNotifica h1 {
    text-align: center;
    font-size: 30px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    position: relative;
}

#overlayNotifica .abstractNotifica {
    margin-top: 60px;
}

.tableInfoServizio .lwItemContainer .theme-news-date-result {
    border-right: 8px solid rgba(26, 107, 47, 0.65);
}

.dataListaNotifiche {
    font-size: 16px;
    font-weight: 600;
    color: #595959;
}

@media (min-width: 180px) and (max-width: 768px) {
    .testoListaNotifiche {
        color: #264d7a;
        font-weight: 400 !important;
        font-size: 15px !important;
        margin-left: 15px;
    }

        .testoListaNotifiche a {
            color: #264d7a;
        font-weight: 400 !important;
        font-size: 15px !important;
        margin-left: 15px;
    }
}

@media (min-width: 769px) {
    .testoListaNotifiche {
        color: #264d7a;
        font-weight: 400 !important;
        font-size: 20px !important;
    }

        .testoListaNotifiche a {
        color: #264d7a;
        font-weight: 400 !important;
        font-size: 20px !important;
    }
}

.RadAjaxPanel {
    min-width: 100% !important;
}

#btnYes {
	text-transform: uppercase !important;
	background: #b2ce27 !important;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	-ms-transition: background .3s ease-in-out !important;
	-o-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	margin: 10px 0 20px 0 !important;
	float: left !important;
    font-family: 'Roboto', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.8px !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
}

#btnNo {
	text-transform: uppercase !important;
	background: #b2ce27 !important;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	-ms-transition: background .3s ease-in-out !important;
	-o-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	margin: 10px 0 20px 0 !important;
	float: left !important;
    font-family: 'Roboto', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.8px !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
}

#btnYes :hover {
    color: #FFFFFF !important;
}

#btnNo :hover {
    color: #FFFFFF !important;
}

.lwItemContainer .theme-news-checkAll {
    margin-bottom: 31px;
    padding: 10px 0 8px 30px;
    /*border-bottom: 5px solid #e7eaec;*/
    position: relative;
    box-sizing: border-box;
}

.testoListaIncompleta {
    margin-right: 22px !important;
}

@media (min-width: 180px) and (max-width: 600px) {
    .testoListaIncompleta {
        font-size: 12px !important;
    }

    .msgErroreImportoBeniImportopreventivo {
        font-size: 11px !important;                    
    }
}

/*IExplorer*/
@media all and (-ms-high-contrast:none) {
    .c-risultati-layout-a:before {
        background-image: url(../images/contact-form.png);
        margin-left: -10px !important;    
        margin-top: 20px !important;    
    }

    .c-contact-form {
        padding: 50px 30px 30px 30px;
        border: 2px solid #264d7a;
        position: relative;
        margin: 100px 0;
        width: 100%;
        display: block;
    }

        .c-contact-form:before {
        content: '';        
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        padding: 20px 10px 20px 70px;
        font-size: 2.5rem;
        color: #264d7a;
        background-image: url(../images/contact-form.svg);
        background-repeat: no-repeat;
        background-color: white;
        -ms-transform: translate(-2px, -36px);
        -webkit-transform: translate(-2px, -36px);
        transform: translate(-2px, -36px);          
    }
    
    .c-cartella.c-risultati.c-risultati-layout-b:before {
	    color: #264d7a;
        left: 0;
        top: 0;
        background-image: url(../images/risultati.png) !important;                        
        padding: 20px 10px 20px 75px;
        font-weight: 400;
        text-transform: none;
	    background-size: initial;
        -ms-transform: translate(-2px, -36px);
        -webkit-transform: translate(-2px, -36px);
        transform: translate(-2px, -36px);
    }

    .c-cartella.c-risultati.c-risultati-layout-c:before {
	    color: #264d7a;
        left: 0;
        top: 0;
        background-image: url(../images/risultati.png) !important;                                
        padding: 20px 10px 20px 75px;
        font-weight: 400;
        text-transform: none;
	    background-size: initial;
        -ms-transform: translate(-2px, -36px);
        -webkit-transform: translate(-2px, -36px);
        transform: translate(-2px, -36px);
    }

    .titoloRicerca {
        /*font-weight: bold !important;
        font-family: 'Roboto', sans-serif !important;*/
        margin-left: 10px !important;    
    }

    .icoRicerca {
        background: none !important;    
        background-color: #f9f9f9 !important;  
        padding: 15px !important;          
    }
}

.isUsura {
    color: red !important;
    font-weight: 600;
}



.panel-header-widget {
    /* background-color: white; */
    background-image: linear-gradient(white, #264D7A);
    /* background-position-y: 10px; */
    /* background-clip: 10; */
    background-repeat: no-repeat;
    /* background-blend-mode: overlay; */
    background-size: cover;
}


    .panel-header-widget .RadButton {
        height: 70px;
    }

.buttonWiget .rbText {
    font-weight: bold;

}


.RadButton.RadButton_Metro.rbButton.rbRounded.rbIconButton.wgbuttonChecked,
.RadButton.RadButton_Metro.rbButton.rbRounded.rbIconOnly.wgbuttonChecked
{
     background:#A3BF19 !important;
    
    color:white!important;
     font-weight:bold;
}

.RadButton.RadButton_Metro.rbButton.rbRounded.rbIconButton.wgbuttonUnchecked,
.RadButton.RadButton_Metro.rbButton.rbRounded.rbIconOnly.wgbuttonUnchecked
{
 background:#D9E793 !important;
    /* color:#E9EDF2 !important; */
    color:white !important;
    font-weight:bold;
}



.preventivoLitecmd
{
    padding: 20px 0px;
    background-color:#F5F5F5;    
}





.aiia-wizard-steps-wrapper h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.aiia-wizard-steps-wrapper h2 .label {
	font-weight: bold !important;
	font-size: 0.85em;
}

.aiia-wizard-step-title {
    padding-bottom: 30px;
}

@media (min-width: 180px) and (max-width: 840px) {

    .aiia-wizard-progress-buttons-wrapper 
    {
        display:none !important;
    }

    .aiia-wizard-progress-buttons-placeholder a h1 {
        float: left;
        width: 40px;
    }
.aiia-wizard-progress-buttons-placeholder a:hover {
        display: inline-block;
        width: 100%;
        /* height: 40px; */
        vertical-align: bottom;
        line-height: 2.5em;
      cursor:pointer !important;
        color:rgb(34, 34, 34) !important;
    }
    .aiia-wizard-progress-buttons-placeholder a {
        display: inline-block;
        width: 100%;
        /* height: 40px; */
        vertical-align: bottom;
        line-height: 2.5em;
      cursor:pointer !important;
        color:rgb(34, 34, 34) !important;
    }

    .aiia-wizard-progress-buttons-placeholder li {
        width: 100%;
        /*background-color:#d8eebd*/
    }
}

@media (min-width: 841px) {
    .aiia-wizard-progress-buttons-placeholder li {
        /*background-color:#d8eebd*/
    }

     .aiia-wizard-progress-buttons-placeholder a,
    .aiia-wizard-progress-buttons-placeholder a:hover {
        cursor:pointer !important;
        color:rgb(34, 34, 34) !important;
}

}

.modal-backdrop.in {
	opacity: 0.8;
}

.modal .modal-header h2 {    
   margin-top: 10px !important;
}

#popupWA .modal-header
{
   background-color:#25D366;
   color:white !important;
}

#popupWA .modal-header h2 .icon-whatsapp::before,
#popupWA .modal-header h2 {   
   color:white !important;
}
