﻿/*Restringo i padding a destra e sinistra per la visualizzazione mobile (xs)*/

@media (max-width:767px) {
  
    .container-fluid {
        padding-left: 3px !important;
        padding-right: 3px !important;       
    }

    .bg-title{
        padding-left:0px !important;
        padding-right:0px !important;
        margin-left:-2px !important;
        margin-right:-2px !important;
    }

    .white-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    footer {
        padding-left: 5px;
        padding-right: 5px;
    }

    .MyCollapsible .panel-heading {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .MyCollapsible .panel-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
  
}


.bloccatextarea {
    resize: none;
}

/*INIZIO MASTER PAGE */


.PulsanteChat {
    width: 145px;
    height: 55px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    font-family: Verdana;
    text-decoration: none;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 2px solid grey;
    border-left: 2px solid grey;
    z-index: 999;
}

.LinguettaChat {
    height: 55px;
    width: 165px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: grey;
    color: white;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    font-family: Verdana;
    text-decoration: none;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 2px solid grey;
    border-left: 2px solid grey;
    z-index: 998;
    cursor: pointer !important
}

.PulsanteChat:active {
    color: white;
}

.PulsanteChat:visited {
    color: white;
}

.PulsanteChat:hover {
    color: white;
    text-decoration: underline;
}


/*.navbar-header {
    background-color: #2C5CA9;
}*/


/*Classe per nascondere un elemento*/
.nascondi {
    visibility: hidden;
    display: none;
}

.mb5 {
    margin-bottom: 5px;
}

/*Loading panel (update progress) per i postback con UpdatePanel*/
#PanLoading {
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    color: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    filter: alpha(opacity=0.0);
    opacity: 0.0;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

    #PanLoading .cssload-speeding-wheel {
        position: absolute;
        top: calc(50vh - 3.5px);
        left: calc(50vw - 3.5px);
    }


#PanLoadingStat {
    z-index: 999999;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    color: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    filter: alpha(opacity=0.8);
    opacity: 0.8;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

    #PanLoadingStat .cssload-speeding-wheel {
        position: absolute;
        top: calc(50vh - 3.5px);
        left: calc(50vw - 3.5px);
    }


/*Pannello di destra (info utente connesso ecc.)*/
.shw-rside {
    width: 300px;
}


/* INIZIO Carousel slider delle news nella barra in alto*/
#sliderNews {
    margin-top: 4px;
    margin-bottom:4px;
    color: white;
    height:52px;
    overflow:hidden;
    font-size:14px;
}


    #sliderNews .newsItem table {
        width: 100%;
        height: 52px;
       
    }

        #sliderNews .newsItem table td {
            vertical-align: middle;
            color: white;
        }

#sliderNews .newsItem strong {
    color: yellow;
}

    #sliderNews .newsItem .titoloNews {
        color: yellow;
        font-weight: 500;
    }

    #sliderNews .newsItem a {
        color: white;
        text-decoration: underline;
    }

        #sliderNews .newsItem a:hover {
            color: white;
            text-decoration: none;
        }

        #sliderNews .newsItem a:active {
            color: white;
            text-decoration: none;
        }

        #sliderNews .newsItem a:visited {
            color: white;
            text-decoration: underline;
        }

@media (min-width: 1170px) {
    #sliderNews {
        width: calc(100vw - 480px);
    }
}

@media (max-width: 1169px) {
    #sliderNews {
        width: calc(100vw - 350px);
    }
}
/* FINE Carousel slider delle news nella barra in alto*/
/*FINE MASTER PAGE */


.loghettoazi {
    width: 150px;
    height: 60px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px auto;   
}



/* INIZIO Pagina prenotazioni */

.MyCollapsible .panel-heading {
    color: #2b2b2b;
    padding-top: 10px;
    padding-bottom: 7px;
}

.MyCollapsible .panel-body {
    color: #2b2b2b;
    padding-top: 13px;
    padding-bottom:10px;
}


@media (min-width:1200px) and (max-width:1249px) {
    .rimpic {
        font-size: 11px !important
    }

        .rimpic a {
            font-size: 11px !important
        }

        .rimpic select {
            font-size: 11px !important;
            height: 30px !important
        }
}

@media (min-width:1250px) and (max-width:1500px) {
    .rimpic {
        font-size: 12px !important
    }

        .rimpic a {
            font-size: 12px !important
        }

        .rimpic select {
            font-size: 12px !important;
            height: 30px !important
        }
}




@media (min-width: 768px) {
    .labelperiodo {
        margin-top: 8px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .labelperiodo {
        text-align: left;
    }
}

#myPopNews .titoloNews {
    color: red;
}
/* FINE Pagina prenotazioni */




/* AGGIUSTAMENTI DAYPILOT MODAL */

    .modal_default_main
{
    border-width: 1px !important;
   margin-top:-15px !important;
   
}




/* INIZIO
AGGIUNTE AL TEMA DEL DAYPILOT SCHEDULER SCARICATO DAL CREATOR (scheduler_traditional.css)
*/
.scheduler_traditional_loading {
    background-color: red;
    color: white;
    padding: 4px;
    font-size: 13px;
    z-index: 1000;
}

.scheduler_traditional_rowheadercol1 {
    border-left: 1px solid #666666;
}

.scheduler_traditional_rowheadercol2 {
    border-left: 1px solid #666666;
}

.scheduler_default_cell {
    border-color: black !important;
}

.schedulercorner {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: underline;
}

    .schedulercorner:hover {
        text-decoration: none;
    }

.parent_row {
    background-color: #EEEBDC !important;
    border: 0;
    /*border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;*/
    z-index: 5;
}

/*Nasconde il quadratino della treeview dai figli*/
.scheduler_traditional_tree_image_no_children {
    visibility: hidden;
    display: none;
}

    .scheduler_traditional_tree_image_no_children ~ div {
        margin-left: 0 !important
    }


.scheduler_traditional_tree_image_expand ~ div {
    font-weight: bold;
}


.scheduler_traditional_tree_image_collapse ~ div {
    font-weight: bold;
}

/* FINE
AGGIUNTE AL TEMA DEL DAYPILOT SCHEDULER SCARICATO DAL CREATOR (scheduler_traditional.css)
*/
/*INIZIO PRENNUOVO + PRENAGGIORNA*/

.radiostatus label {
    padding: 0;
}

.row > div {
    margin-bottom: 5px
}

label {
    font-weight: 300 !important;
}

fieldset legend {
    font-size: 18px
}

/*Custom color picker*/
#coloreselezionato {
    width: 0.10%;
}

.divSchedDettagli {
    background-color: #F4F6F8;
    border-radius: 4px;
    padding-top: 10px
}

/*FINE PRENNUOVO + PRENAGGIORNA*/




/*Rimpicciolire testo di 1px quando non entra nelle maschere*/
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}


/*Gridview*/

.PagerResultsSummary {
    color: #666;
    font-style: italic;
}
.SelectedPageButton {
    font-weight: bold;
    color: #666;
}
.myGv a {
    color: white
}
.myGv td {
    padding: 3px 2px;
}
.myGv th {
    padding: 3px 2px;
}


/*Fine Gridview*/

.bloccaBody {
    overflow: hidden;
}


/* Modal popups */
.modal-header h4 {
    font-weight: 500;
}



/*Modifiche alla classe .table per diminuire il padding */

.tablepiccola > tbody > tr > td, .tablepiccola > tbody > tr > th, .tablepiccola > tfoot > tr > td, .tablepiccola > tfoot > tr > th, .tablepiccola > thead > tr > td, .tablepiccola > thead > tr > th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


/*Ajax TabContainer */

.MyTabStyle .ajax__tab_header {
    font-family: Rubik,sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    top: 1px;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
        background-color: #efefef;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
        padding-top: 7px;
        padding-bottom: 0px;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #9c3;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.MyTabStyle .ajax__tab_hover:not(.ajax__tab_active) a {
    color: #fff !important;
}

.MyTabStyle .ajax__tab_hover:not(.ajax__tab_active) .ajax__tab_outer {
    background-color: #337AB7 !important;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    z-index: 10;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
    cursor: default !important;
}

.MyTabStyle .ajax__tab_active a {
    cursor: default !important;
}

.MyTabStyle .ajax__tab_body {
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #d7d7d7;
}


/* Accordion */

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }


.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/* Vecchi Modal Popup */
.UpdBG {
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
}


/*Rimpicciolire testo nei modal a risoluzione xs*/

@media (max-width:767px) {
    .rimpic-xs {
        font-size: 12px !important
    }
}

/*INIZIO Pagina ricevute*/

@media (max-width:767px){
    .alzatextarea {
        height:100px !important;
    }
}

/*FINE Pagina ricevute*/


.navbar-header {
    background: #4f5467;
}

/*Nascondere image upload nel wysiwyg summernote*/
.note-group-select-from-files {
    display: none;
}

.summernoteDefaultFont .note-editable.panel-body,
.summernoteDefaultFont .note-editable.panel-body p {
    font-family: Arial !important;
    font-size: 13px !important;
}

    .summernoteDefaultFont .note-editable.panel-body h1,
    .summernoteDefaultFont .note-editable.panel-body h2,
    .summernoteDefaultFont .note-editable.panel-body h3,
    .summernoteDefaultFont .note-editable.panel-body h4,
    .summernoteDefaultFont .note-editable.panel-body h5,
    .summernoteDefaultFont .note-editable.panel-body h6 {
        font-family: Arial !important;
    }



/* INIZIO PAGINA INVIA NOTIFICHE */



/*.contenitore{
    width:100%;
}

.testoRosso {
    color: red;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

.titolo {
    font-size: 120%;
    float: left;
    font-weight: bolder;
}

.campoForm{
    width:70%;
}


.notificaLogo {
    width: 100%;
    margin-top: 30%;
}

.invisibile{
    display:none;
}
*/

/*checkbox sovrascrittura stile sul pannello dei link di Summernote */
div.note-link-dialog .checkbox label::before {
    border: 0px;
}
div.note-link-dialog .checkbox input[type=checkbox] {
    opacity: 1;
}