﻿html, body {
    /*    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
*/
    /*font-family: 'Fira Sans', sans-serif;*/
    background-color: #f5f5f5 !important;
    height: 100%;
    width: auto;
    max-width: 1024px;
    position: relative;
    min-height: 100%;
    font-family: 'Titillium Web', sans-serif;
    margin: auto;
    font-size: 14pt !important;
    top: 0px;
    overscroll-behavior-y: contain; /*PER FAR NON FAR REFRESHARE LA PAGINA SE SI SCORRE IN BASSO IN MOBILE*/
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

#blazor-error-ui {
    background: white;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 15px 8px;
    position: fixed;
    z-index: 1000;
    color: darkred;
    max-width:1008px;
    width:100%;
    margin:auto;
    min-width:inherit;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
       /* top: 0.5rem;*/
    }
    #blazor-error-ui .reload {
        color: darkred;
    }

.findMainCard {
    margin-top: 0px !important;
    background-color: white;
    margin-bottom: 0px;
    min-height: 100%;
}

footer {
    padding-top: 75px !important; /*PER FAR SCORRERE LA PAGINA*/
}

@media screen and (max-width : 768px) {
    .ricercaAvanzata {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.findTextbox {
    /*border-radius: 5px !important;*/
    border: 1px solid white !important;
    border-bottom: 1px solid #0277bd !important;
}

    .findTextbox:hover {
        border-bottom: 2px solid #0277bd !important;
    }

    .findTextbox:focus {
        border-bottom: 2px solid #0277bd !important;
    }

.uk-button-primary {
    background-color: #0277bd !important;
}

    .uk-button-primary:hover {
        background-color: #004c8c !important;
    }

.uk-button-secondary {
    background-color: #bde0fe !important;
}

    .uk-button-secondary:hover {
        background-color: #9dc2e3 !important;
    }

.collegamenti {
    background-color: white !important;
    border: 1px solid #0277bd !important;
    color: #0277bd !important;
    width: 70px !important;
    height: 70px !important;
}

    .collegamenti:hover {
        background-color: #dceffc !important;
    }

.icona {
    display: flex !important;
    color: #0277bd !important;
}

.uk-button-default {
    border: 0px none !important;
}

    .uk-button-default:hover {
        background-color: #f1f8fe !important;
    }

.gridWidth {
    max-width: 700px !important;
    margin: auto !important;
    padding-left: 0px !important;
}

.colorePrimarioSfondo {
    background-color: #0277bd !important;
}

.colorePrimarioTesto {
    color: #0277bd !important;
}

.coloreSecondarioSfondo {
    background-color: #bde0fe;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apn-padding-small{
    padding:10px !important;
}
.apn-padding-small-bottom {
    padding-bottom: 10px !important;
}

.apn-padding-small-top {
    padding-top: 10px !important;
}

.apn-padding-small-left {
    padding-left: 10px !important;
}

.apn-padding-small-right {
    padding-right: 10px !important;
}

.apn-padding-medium-left {
    padding-left: 20px !important;
}

.apn-padding-medium-right {
    padding-right: 20px !important;
}

.apn-padding-medium-top {
    padding-top: 20px !important;
}

.apn-padding-medium-bottom {
    padding-bottom: 20px !important;
}

.coloreTestoBianco {
    color: white !important;
}

.coloreSfondoBianco {
    background-color: white !important;
}

.apn-card-body {
   padding:15px !important;
}

.apn-card-item {
    border-bottom: 1px solid #e5e5e5;
   
}
.apn-card-item-no-border {
   
}
.apn-card-item-title{
    margin-bottom:0px !important;
    font-size:12pt !important;
}
.apn-toolbar-button-icona {
    background-color: transparent !important;
    color: black !important;
    height: 50px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: 0px solid !important;
    line-height: 50px !important;
}

    .apn-toolbar-button-icona:hover .iconaPulsantiToolbar {
        background-color: transparent !important;
        color: #0277bd !important;
    }

    .apn-toolbar-button-icona:hover {
        color: #0277bd !important;
        background-color: transparent !important;
    }

.apn-toolbar-button-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
}

.apn-toolbar-button-image {
    width: 24px;
    height: 24px;
}

.iconaPulsantiToolbar {
    color: #0277bd !important;
    font-size: 22pt !important;
    line-height: 50px !important;
    /*padding-right: 3px !important;*/
}
/*NAVBAR*/
#NavBar {
    background-color: #0277bd;
    color: white;
    height: 70px;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    z-index: 1000;
    
}

.findButton {
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 150px;
}
/*NAVBAR*/

/*UI LOCKER*/
.apn-update {
    filter: alpha(opacity=1);
    -ms-filter: "alpha(opacity=1)";
    opacity: .3;
    background-color: lightsteelblue;
    top: 0;
    left: 0;
    margin: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    position: fixed;
    padding: 0;
    z-index: 900000;
    cursor: progress;
}

.apn-update-layer {
    z-index: 900001;
    margin-top: 16px;
}
/*UI LOCKER*/

/*MODAL CONTAINER*/
.mcode-modal-container {
    background-color: #f1f8fe;
    position: fixed; /* Stay in place */
    padding-top: 0px; /* Location of the box */
    /*left: 0px;*/
    top: 0px;
    width: 100%; /* Full width */
    height: calc(100% - 65px); /* Full height */
    overflow: auto; /* Enable scroll if needed */
    z-index: 1000; /* Sit on top */

    max-width: 1024px !important;
    margin: 0 auto !important;
}

.mcode-container {
    background-color: white;
    padding-left: 15px !important;
    padding-right: 15px !important;
   
}
/*MODAL CONTAINER*/

/*LISTA FILTRO*/
#ListaFiltroTitolo {
    padding-top: 15px !important;
    background-color: white !important;
    color: black;
    height: 40px;
}
/*LISTA FILTRO*/


/*FOOTER IPHONE/ANDROID*/
@supports (-webkit-touch-callout: none) {
    #NavBarFoot {
        /* CSS specific to iOS devices */
        padding-bottom: 25px !important;
    }
}

@supports not (-webkit-touch-callout: none) {
    #NavBarFoot {
        /* CSS specific to not iOS devices */
        padding-bottom: 10px !important;
    }
}
/*FOOTER IPHONE/ANDROID*/

/*BANNER INSTALLA*/
.altezzaMassimaBanner {
    max-height: 250px !important;
}
/*BANNER INSTALLA*/

/*LISTA ANNUNCI*/

.cardRisultatoAnnunci {
    width: auto;
    max-width: 700px !important;
    height: 70px !important;
    background-color: white;
    color: #4dabfb;
    margin: auto;
    min-height: 50px;
    border-radius: 10px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .cardRisultatoAnnunci:hover {
        background-color: #8ccaff;
    }

.descriptionListAnnunci dt {
    color: #093e6e;
    font-weight: bold !important;
    font-size: 14pt !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descriptionListAnnunci dd {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 12pt;
    color: #0277bd !important;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

/*.descriptionListAnnunci {
    font-size: 10pt;
}*/

.iconaAnnunci {
    font-size: 50px !important;
    line-height: 80px !important;
}

.buttonFrecciaAnnunci {
    background-color: white;
    color: #4dabfb;
    height: 40px !important;
    width: 40px !important;
}

@media screen and (min-width : 768px) {
    .iconaAnnunci {
        padding: 0 30px 0 30px !important;
    }
}

/*LISTA ANNUNCI*/

/*DETTAGLIO ANNUNCIO*/
.cardInfo {
    background-color: white !important;
    border-radius: 10px;
    color: #2a5983;
}

.descriptionListAnnuncio dt {
    color: black;
    font-weight: bold !important;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 14pt !important;
}

.descriptionListAnnuncio dd {
    color: black;
    font-size: 12pt !important;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}


.iconInfoAnnuncio {
    color: #0277bd;
    margin-right: 3px !important;
    font-size: 22pt !important;
}

.orarioAnnuncio {
    font-size: 11pt !important;
    line-height: 11pt !important;
}
/*DETTAGLIO ANNUNCIO*/

/*CREA ANNUNCIO*/
.selectCreaAnnuncio option {
    color: black !important;
    background-color: transparent !important;
    border: 1px solid white !important;
}

.textareaAnnuncio {
    border-radius: 10px !important;
    border: 1px solid #0277bd !important;
}

    .textareaAnnuncio:hover {
        border: 2px solid #0277bd !important;
    }

    .textareaAnnuncio:focus {
        border: 2px solid #0277bd !important;
    }

.pulsantePremuto {
    background-color: #004c8c !important;
}
    .pulsantePremuto:focus {
        background-color: #004c8c !important;
    }

.pulsanteScartato {
    background-color: dimgray !important;
}

.navCreaAnnuncio {
    height: 60px !important;
    position: sticky;
    z-index: 9999 !important;
    background-color: white !important;
}


/*CREA ANNUNCIO*/


/*SWITCH*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0277bd;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0277bd;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

    /*switch*/

.colonnaPulsante {
    width: 20px !important;
    min-width: 20px !important;
}

.buttonServizioAvvocato {
    border: 1px solid #0277bd !important;
    padding: 8px 5px !important;
    background-color: transparent !important;
    margin: 5px 4px !important;
}

.apn-title-accordion{
    font-size:14pt !important;
}

.apn-card-title{
    font-size:16pt !important;
}

.apn-badge-rosso {
    background: #f0506e !important;
}

.titoloNavMenu{
    font-size:14pt !important;
}

.margineDestroESinistro{
    margin-left:8px !important;
    margin-right:8px !important;
}
.apn-default-margin-left {
    margin-left: 8px !important;
}
.apn-default-margin-right {
    margin-right: 8px !important;
}
.barButtonFooterBar {
    padding: 8px !important;
    max-width: 90px;
    color: white !important;
    line-height: 20px !important;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.captionFooterBar {
    display: block !important;
    font-size: 9pt !important;
}
input[type="file"] {
    display: none;
}
.paddingTopTitoloModal{
    padding-top:12px !important;
}

.mainStyleHeaderModal {
    z-index: 9999 !important;
    position: sticky !important;
    top: 0;
    background-color: white;
    padding: 5px 0px;
}
.cardAdmin {
    border: 2px solid white;
}

    .cardAdmin:hover {
        border: 2px solid #8ccaff !important;
    }

