﻿div.larger-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
}


div.larger-checkbox label {
    font-size: 16px;
}

div.ticket-page-categorie-funzioni ul.lista-categorie {
    list-style: none;
    padding: 0;
    margin: 0;
}

    div.ticket-page-categorie-funzioni ul.lista-categorie li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

div.ticket-page-categorie-funzioni ul.lista-funzioni {
    list-style: none;
    padding: 0;
    margin: 0;
}

    div.ticket-page-categorie-funzioni ul.lista-funzioni li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

        div.ticket-page-categorie-funzioni ul.lista-funzioni li .info img {
            margin: 0 auto;
            max-width: 35px;
            float: right;
        }


    div.ticket-page-categorie-funzioni ul.lista-funzioni div.infoFunzione {
        /* background-color: #F5F5F5;
        border-radius: 5px 5px;*/
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
        padding-left: 0px;
        border-top: solid 1px #fff;
        margin-top: 10px;
    }

    div.ticket-page-categorie-funzioni ul.lista-funzioni .row-button {
        color: #fff;
        padding: 10px 10px;
        background-color: rgba(51,122,183,1);
        border-radius: 5px 5px;
    }

        div.ticket-page-categorie-funzioni ul.lista-funzioni .row-button a,
        div.ticket-page-categorie-funzioni ul.lista-funzioni .row-button span {
            color: #fff;
        }

        div.ticket-page-categorie-funzioni ul.lista-funzioni .row-button:hover {
            background-color: rgba(51,122,183,0.8);
        }


div.ticket-page-categorie-funzioni div.funzioniAggiuntive ul {
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

    div.ticket-page-categorie-funzioni div.funzioniAggiuntive ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        color: #000;
    }

div.ticket-page-categorie-funzioni div.funzioniAggiuntive {
    background-color: #F5F5F5;
    border-radius: 5px 5px;
    padding: 10px 10px;
    padding-left: 0px;
    border-top: none 1px #fff;
    margin-top: 10px;
}

    div.ticket-page-categorie-funzioni div.funzioniAggiuntive ul li.header {
        font-size: 16px;
        color: #000;
        line-height: 23px;
        border-bottom: solid 1px #000;
        padding-bottom: 10px;
    }

    div.ticket-page-categorie-funzioni div.funzioniAggiuntive ul li.footer {
        line-height: 23px;
        border-top: solid 1px #000;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.btn-grigio-tds, .btn-grigio-tds:focus {
    background-color: rgba(103,103,103,1);
    border-color: rgba(103,103,103,1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-grigio-tds:hover {
    background-color: rgba(103,103,103,1);
    border: solid 5px #aa000b;
    margin: -5px
}


.btn-rosso-tred, .btn-rosso-tred:focus {
    background-color: rgba(174,8,35,1);
    border-color: rgba(174,8,35,1);
}

    .btn-rosso-tred:hover {
        background-color: rgba(174,8,35,0.7);
        border-color: rgba(174,8,35,1);
    }

body.area-officine .wrapper-lista
{
    margin-top:10px;
}

body.area-officine div.content-paginazione {
    position: relative;
    float: right;
}

    body.area-officine div.content-paginazione .testo {
        font-size: 0.8em;
    }

body.area-officine div.wrapper-comandi {
    margin-top: 20px;
    margin-bottom: 20px;
}

    body.area-officine div.wrapper-comandi.top {
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
    }

    body.area-officine div.wrapper-comandi.bottom {
        padding-top: 10px;
        border-top: solid 1px #ccc;
    }


  

body.area-officine table.tabella-lista {
    width:100%;
}

    body.area-officine table.tabella-lista thead {
        background-color: rgba(1,60,56,1);
        color: #fff;
        font-weight: bold;
        font-size: 0.8em;
    }

    body.area-officine table.tabella-lista thead th {
        border-right: solid 1px #000;
        border-left: solid 1px #000;
        border-top: solid 1px #000;
        padding: 5px 15px;
    }

    body.area-officine table.tabella-lista tbody tr {
        color: #000;
        font-weight: normal;
        font-size: 0.8em;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

body.area-officine table.tabella-lista tbody td {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px 15px;
}

table.no-border td {
    border-right: none 1px #000 !important;
    border-left: none 1px #000 !important;
    border-bottom: none 1px #000 !important;
    border-top: none 1px #000 !important;
    padding: 0px 0px !important;
}

body.area-officine table.tabella-lista tbody td img {
    margin: 0 auto;
    display: block;
}

body.area-officine table.tabella-lista tbody tr.alternate {
    background-color:#ccc;
}

    body.area-officine table.tabella-lista tbody tr:hover {
        background-color: rgba(1,60,56,0.6);
        color:#fff;
    }

/*
body.area-officine table.tabella-lista thead th:last-child, table.tabella-lista tbody td:last-child {
    border-right-style: none;
}
*/


body.area-officine .totale-record {
    font-size:0.8em;
    color:#000;
}

body.area-officine .wrapper-lista .content-info {
    padding-bottom:5px;
}

body.area-officine .wrapper-comandi-scheda {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:10px;
    margin-bottom:10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}



body.area-officine .wrapper-comandi-scheda ul {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body.area-officine .wrapper-comandi-scheda ul li {
    position: relative;
    float: left;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}



/*******************mubyTab*************************/
body.area-officine ul#mubyTab.nav-tabs > li > a {
    font-size: 12px;
    background-color: #fff;
    color: #fff;
    background-color: #bbbcbc;
}

body.area-officine ul#mubyTab.nav-tabs > li.active > a {
    background-color: #004270;
    color: #fff;
}

body.area-officine ul#mubyTab.nav-tabs > li > a:hover {
    background-color: #004270;
    color: #fff;
}

body.area-officine ul#mubyTab.nav-tabs > li > a big {
    font-size: 14px;
}


body.area-officine ul#mubyTab.bar_tabs {
    margin: 0;
}

    body.area-officine ul#mubyTab.bar_tabs > li {
        margin-left: 0px;
    }



body.area-officine ul#mubyTab.bar_tabs {
    background-color: transparent;
}

    body.area-officine ul#mubyTab.bar_tabs > li.active {
        border-right: 0px solid #D3D6DA;
        border-top: 0;
        margin-top: 0px;
    }


    body.area-officine  .tab-container {
        background-color: #ededed;
        min-height:300px;
        padding:5px 15px;
        padding-bottom:25px;
    }

body.area-officine .tab-content .etichetta {
    font-size: 0.8em;
    color: #000;
    font-weight: bold;
}

body.area-officine .tab-content .form-control {
    width:95%;
}


/*************************************************/



/*******************TICKET********************/
body.area-officine .ticket-page .btn-scelta-servizio {

    width:100%;
    text-align:center;
    font-size:1.8em;

}

body.area-officine .ticket-page .testo-intro {
    line-height:30px;
    padding-bottom:20px;
}

body.area-officine .ticket-page .btn-scelta-servizio.disabilitato {
    background-color: #ccc;
}

body.area-officine .ticket-page .wrapper-scheda-ticket {
    background-color:#D3D6DA;
    padding-top:15px;
    padding-bottom:40px;
}

body.area-officine .ticket-page .wrapper-scheda-ticket div.content-risposta {
    background-color: #a4a4a4;
 
    border-radius:10px;
    padding:15px 15px;
    color:#fff;
    font-size:13px;
}


/*****************************************/



/******************CHAT**********************/

.wrapper-chat {
    margin-top: 50px;
    border: none 1px #ccc;
}

.titolo-chat {
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 10px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    line-height: 0px;
    margin-bottom: 5px;
}

    .titolo-chat div.sx {
        position: relative;
        float: left;
        width: 60%;
        text-align: left;
        font-size: 20px;
    }



.content-list-chat {
    border-radius: 10px 10px;
    background-color: #5f87b3;
}

.list-chat {
    min-height: 450px;
    max-height: 450px;
    overflow-y: auto;
    padding: 30px 10px;
    font-size: 12px;
    color: #000;
}

    .list-chat::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .list-chat::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .list-chat::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #FFF;
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
    }


    .list-chat .single-msg, .list-chat ul li.single-msg {
        position: relative;
        float: left;
        clear: left;
        width: 80%;
        padding-bottom: 0px;
        padding-top: 0px;
        background-color: rgba(163,221,101,0.8);
        padding: 5px 5px;
        margin-bottom: 10px;
        border-radius: 10px 10px;
    }

        .list-chat div.single-msg.tred, .list-chat ul li.single-msg.tred {
            background-color: rgba(184,92,92,0.8);
            color: #fff;
            float: right;
        }

.new-chat {
    padding-left: 0px;
    padding-right: 0px;
}

.content-new-chat {
    border-radius: 5px 5px;
    background-color: #D3D6DA;
    margin-top: 10px;
}

    .content-new-chat .new-chat input[type='text'], .content-new-chat .new-chat textarea {
        border-radius: 5px 5px;
        background-color: #fff;
        padding: 5px 5px;
        font-size: 14px;
        color: #000;
        border-style: none;
        width: 100%;
    }

.list-chat .data {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.list-chat .mittente {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.list-chat .messaggio {
    position: relative;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    overflow-wrap: break-word;
}

.list-chat .riga {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.list-chat img.attach-icon {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: auto;
}

.wrapper-chat .wrapper-allegato {
    margin-top: 10px;
}

.wrapper-chat .testo-bianco {
    color: #fff;
}


.list-chat ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .list-chat ul li {
        position: relative;
        float: left;
        width: 100%;
        clear: left;
        padding: 5px 5px;
    }

/*******************************************/



/******************CHAT 2024**********************/

.wrapper-chat-2024 {
    margin-top: 50px;
    border: none 1px #ccc;
}

    .wrapper-chat-2024 .titolo-chat {
        font-size: 15px;
        position: relative;
        float: left;
        width: 100%;
        padding: 25px 10px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        margin: 0px;
        line-height: 0px;
        margin-bottom: 5px;
    }

        .wrapper-chat-2024 .titolo-chat div.sx {
            position: relative;
            float: left;
            width: 60%;
            text-align: left;
            font-size: 20px;
        }



    .wrapper-chat-2024 .content-list-chat {
        border-radius: 10px 10px;
        background-color: #5f87b3;
    }

    .wrapper-chat-2024 .list-chat {
        min-height: 450px;
        max-height: 450px;
        overflow-y: auto;
        padding: 30px 10px;
        font-size: 12px;
        color: #000;
    }

        .wrapper-chat-2024 .list-chat::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            background-color: #F5F5F5;
            border-radius: 10px;
        }

        .wrapper-chat-2024 .list-chat::-webkit-scrollbar {
            width: 10px;
            background-color: #F5F5F5;
        }

        .wrapper-chat-2024 .list-chat::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #FFF;
            background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
        }


        .wrapper-chat-2024 .list-chat .single-msg, .list-chat ul li.single-msg {
            position: relative;
            float: left;
            clear: left;
            width: 80%;
            padding-bottom: 0px;
            padding-top: 0px;
            background-color: rgba(163,221,101,0.8);
            padding: 5px 5px;
            margin-bottom: 10px;
            border-radius: 10px 10px;
        }

            .wrapper-chat-2024 .list-chat div.single-msg.tred, .list-chat ul li.single-msg.tred {
                background-color: rgba(184,92,92,0.8);
                color: #fff;
                float: right;
            }

    .wrapper-chat-2024 .new-chat {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrapper-chat-2024 .content-new-chat {
        border-radius: 5px 5px;
        background-color: #D3D6DA;
        margin-top: 10px;
    }

        .wrapper-chat-2024 .content-new-chat .new-chat input[type='text'], .content-new-chat .new-chat textarea {
            border-radius: 5px 5px;
            background-color: #fff;
            padding: 5px 5px;
            font-size: 14px;
            color: #000;
            border-style: none;
            width: 100%;
        }

    .wrapper-chat-2024 .list-chat .data {
        position: relative;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrapper-chat-2024 .list-chat .mittente {
        position: relative;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrapper-chat-2024 .list-chat .messaggio {
        position: relative;
        float: left;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: left;
        overflow-wrap: break-word;
    }

    .wrapper-chat-2024 .list-chat .riga {
        position: relative;
        float: left;
        clear: left;
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .wrapper-chat-2024 .list-chat img.attach-icon {
        float: left;
        margin-right: 5px;
        width: 25px;
        height: auto;
    }

    .wrapper-chat-2024 .wrapper-chat .wrapper-allegato {
        margin-top: 10px;
    }

    .wrapper-chat-2024 .wrapper-chat .testo-bianco {
        color: #fff;
    }


    .wrapper-chat-2024 .list-chat ul {
        position: relative;
        float: left;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .wrapper-chat-2024 .list-chat ul li {
            position: relative;
            float: left;
            width: 100%;
            clear: left;
            padding: 5px 5px;
        }

/*******************************************/