﻿#contenitoreTicket
{
    background: #CCCCFF;
    min-height: 630px;
    height: auto !important;
    height: 630px;
    padding-bottom: 128px;
}

    #contenitoreTicket:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.ticketItem
{
    border: 1px solid #000;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
    padding-right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    display: inline-block;
    position: relative;
}

    .ticketItem .fav
    {
        float: left;
    }

    .ticketItem .tAlert
    {
        float: left;
    }

    .ticketItem .tNuovoTicket
    {
        float: left;
    }


.ticketNormal .descrizione
{
    background: #FFF;
    color: #000;
}

.ticketNormal .descrizione a, .ticketParent .descrizione a
{
    color:blue;
}

.ticketNormal .descrizione a:visited, .ticketParent .descrizione a:visited
{
    color:blueviolet;
}

.ticketNormal td
{
    color: #000;
}

.ticketParent .descrizione
{
    background: #000;
    color: #FFF;
}

.ticketParent td
{
    color: #FFF;
}

.ajax__fileupload
{
    width: 90%;
}

.ticketItem .tabella
{
    width: 45%;
    border: 0px solid #000;
}

    .ticketItem .tabella td
    {
        font-size: 0.8em;
    }

/*
    .ticketItem .tabella select {
        width: 300px;
    }

    .ticketItem .tabella textarea {
        width: 803px;
    }
*/

.ticketItem .testata
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3a444a;
    border: 0px solid red;
}

    .ticketItem .testata .img
    {
        width: 60px;
        height: 40px;
        background: url(/img/icone/ticket1.png);
        background-repeat: no-repeat;
        position: relative;
        float: left;
        border: 0px solid red;
        display: block;
        margin-right: 2px;
    }

    .ticketItem .testata .imgrispondi
    {
        width: 60px;
        height: 40px;
        background: url(/img/icone/ticketrispondi.png);
        background-repeat: no-repeat;
        position: relative;
        float: left;
        border: 0px solid red;
        display: block;
        margin-right: 2px;
    }


    .ticketItem .testata .titolo
    {
        font-size: 0.8em;
        font-weight: bold;
        border: 0px solid red;
        float: left;
        word-wrap: break-word;
    }

        .ticketItem .testata .titolo a
        {
            font-weight: bold;
            color: #b6ff00;
        }

    .ticketItem .testata .publication
    {
        font-size: 0.7em;
        position: relative;
        clear: left;
    }

.ticketItem .status
{
    background: #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ticketItem .status .definizioni
    {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 10px;
        margin: 5px;
        float: left;
        background: #FFF;
        border: 1px solid #000;
        font-size: 0.9em;
        font-weight: bold;
    }

.ticketItem .descrizione
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #000;
    font-size: 1em;
    clear: left;
    word-wrap: break-word;
}

    .ticketItem .descrizione .gestisci
    {
        float: left;
        width: 49%;
        border: 0px solid #000;
    }

    .ticketItem .descrizione .btnNotify
    {
        display: none;
    }

.ticketItem .notifydiv
{
    border: 0px solid #000;
}

.ticketItem .descrizione .contenuto
{
    clear: left;
}

.ticketItem .descrizione b
{
    font-weight: bold;
}

.ticketItem .descrizione .commenta
{
    clear: left;
    position: relative;
    margin-top: 20px;
}

.attach_fileGeneric, .attach
{
    float: left;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-weight: bold;
}

#ticketCategory .item .notify, #ticketCategory .item .no-notify
{
    float: left;
    position: relative;
}

#ticketCategory .item .no-notify
{
    float: left;
    position: relative;
}

    #ticketCategory .item .no-notify img
    {
        display: none;
    }

    #ticketCategory .item .no-notify span
    {
        display: none;
    }

#ticketCategory .item .notify img
{
    width: 64px;
    height: 64px;
}

#ticketCategory .item .notify span
{
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#ticketCategory .item .tag, #ticketCategory .item .no-tag
{
    float: left;
    position: relative;
}

#ticketCategory .item .no-tag
{
    float: left;
    position: relative;
}

    #ticketCategory .item .no-tag img
    {
        display: none;
    }

    #ticketCategory .item .no-tag span
    {
        display: none;
    }

#ticketCategory .item .tag img
{
    width: 64px;
    height: 64px;
}

#ticketCategory .item .tag span
{
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#ticketCategory .notifyTot
{
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 9999;
    display: normal;
}

#ticketCategory .tagTot
{
    position: absolute;
    right: 64px;
    top: -10px;
    z-index: 9999;
    display: normal;
}

#ticketCategory .no-tagTot
{
    display: none;
}

#ticketCategory .tagTot img
{
    width: 64px;
    height: 64px;
}

#ticketCategory .tagTot span
{
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

#ticketCategory .no-notifyTot
{
    display: none;
}

#ticketCategory .notifyTot img
{
    width: 64px;
    height: 64px;
}

#ticketCategory .notifyTot span
{
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

#ticketCategory
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3a444a;
    border: 1px solid red;
    width: 98%;
    margin: 5px;
    padding: 5px;
    position: relative;
}

    #ticketCategory .titoloCategory
    {
        background: #e8e8e8;
        font-size: 1.5em;
        border: 0px solid red;
        color: #000;
        padding: 7px;
        margin-top: 4px;
    }

    #ticketCategory .img
    {
        background: white;
        -webkit-border-radius: 5px;
        -moz-border-radiusimg: 5px;
        border-radius: 5px;
        border: 1px solid #000;
        float: left;
    }

    #ticketCategory a
    {
        text-decoration: none;
    }

    #ticketCategory .item
    {
        float: left;
        border: 1px solid #FFF;
        display: inline-block;
        margin: 3px;
        color: black;
        padding: 5px;
        width: 98%;
        background: url(/img/admin/bk_ticket_cat.png) #FFF repeat-x;
    }

        #ticketCategory .item .titolo
        {
            margin-top: 7px;
            background: #FFF;
            font-size: 1.5em;
        }

        #ticketCategory .item .descrizione
        {
            border: 0px solid red;
            padding: 5px 0 5px 0;
            background: #b6ff00;
            color: #000;
        }

        #ticketCategory .item .lastCommento
        {
            color: #FFF;
            /* padding-left: 64px;*/
        }

            #ticketCategory .item .lastCommento a
            {
                color: #b6ff00;
                font-weight: bold;
            }

#ticketCatView
{
    margin: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #ticketCatView p
    {
        margin: 5px;
    }

        #ticketCatView p select
        {
            width: 100%;
            font-size: 1.2em;
        }

#tag
{
    float: left;
}

    #tag span
    {
        float: left;
    }

    #tag .init
    {
        background: url(/img/stilebottoni/btntag_1.png) no-repeat;
        width: 8px;
        height: 26px;
    }

    #tag .end
    {
        background: url(/img/stilebottoni/btntag_3.png) no-repeat;
        width: 6px;
        height: 26px;
    }

    #tag .cont
    {
        background: url(/img/stilebottoni/btntag_bk.png) repeat-x;
        height: 26px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        line-height: 26px;
        color: #FFF;
    }

    #tag .del
    {
        background: url(/img/stilebottoni/btntag_2.png) no-repeat;
        width: 26px;
        height: 26px;
    }

.msgSystem
{
    background: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    margin: 0 auto;
}

    .msgSystem .logo
    {
        width: 207px;
        height: 41px;
        position: relative;
        top: 10px;
        left: 10px;
        background: url(../img/admin/logo_black.png) no-repeat;
    }

    .msgSystem .testo
    {
        position: relative;
        top: 10px;
        left: 10px;
        overflow: auto;
        height: 70%;
        width: 90%;
    }

        .msgSystem .testo .accetta
        {
            position: relative;
            text-align: right;
            clear: left;
        }

            .msgSystem .testo .accetta input
            {
                padding: 10px;
                font-weight: bold;
                font-size: 1.2em;
            }

.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;
    C: \Users\ciro.capuano\Desktop\Chiar di Luna\SoluzioneTicket\Ticket\Web\Controlli\UCListaUtentiPartecipanti.ascx;
}

.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;
}

.lnkbtn
{
    float: left;
    display: block;
    position: relative;
    width: 24%;
}

    .lnkbtn:hover, .lnkbtn:active
    {
        text-decoration: none;
    }

.homeStatus_Item
{
    padding: 5px;
    border: 1px solid #000;
    margin: 5px;
    text-decoration: none;
    height: 170px;
    position: relative;
}

    .homeStatus_Item .notifydiv
    {
        float: left;
        position: relative;
    }

        .homeStatus_Item .notifydiv img
        {
            width: 32px;
            height: 32px;
        }


        .homeStatus_Item .notifydiv span
        {
            position: absolute;
            color: #FFF;
            font-weight: bold;
            top: 9px;
            left: 7px;
            font-size: 0.9em;
        }

    .homeStatus_Item .apertoDa, .homeStatus_Item .ultimoAggiornamento
    {
        font-size: 0.7em;
        background: #FFF;
        color: #000;
        padding: 3px;
        display: block;
    }

    .homeStatus_Item .categoria
    {
        font-weight: bold;
        display: block;
        float: left;
    }

    .homeStatus_Item .ticket
    {
        display: block;
        padding: 5px;
        height: 50px;
    }

    .homeStatus_Item .pnlCoordinatore
    {
        background: #cc4040;
        color: #6ecde3;
        display: block;
        padding: 5px;
        font-size: 0.9em;
    }

        .homeStatus_Item .pnlCoordinatore .coordinatore
        {
            display: inline-block;
            font-weight: bold;
        }

        .homeStatus_Item .pnlCoordinatore .coordinatore-dett
        {
            display: inline-block;
            margin-left: 3px;
        }

    .homeStatus_Item .pnlResponsabile
    {
        display: block;
        background: #888989;
        color: #FFF;
        padding: 5px;
        font-size: 0.9em;
    }

        .homeStatus_Item .pnlResponsabile .responsabile
        {
            display: inline-block;
            font-weight: bold;
        }

        .homeStatus_Item .pnlResponsabile .responsabile-dett
        {
            display: inline-block;
            margin-left: 3px;
        }

.redNotify
{
    font-weight: bold;
    color: red;
    background: #FFF;
    padding: 4px;
    margin-left: 3px;
}

.greenNotify
{
    color: #069026;
    font-weight: bold;
    background: #FFF;
    padding: 4px;
}

.imgVisualizzato
{
    padding: 0;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 900px)
{
    .ticketItem
    {
        border: 1px solid #000;
        margin: 5px;
        margin-right: 0;
        padding: 5px;
        padding-right: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: right;
        right: 0;
        position: relative;
    }

        .ticketItem .tabella
        {
            width: 90%;
            border: 0px solid #000;
        }

            .ticketItem .tabella td
            {
                font-size: 0.8em;
            }

        .ticketItem .testata
        {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #3a444a;
            border: 0px solid red;
        }

            .ticketItem .testata .img
            {
                width: 60px;
                height: 50px;
                background: url(/img/icone/ticket1.png) no-repeat;
                position: relative;
                float: left;
                border: 0px solid red;
                display: block;
            }

            .ticketItem .testata .imgrispondi
            {
                width: 60px;
                height: 50px;
                background: url(/img/icone/ticketrispondi.png) no-repeat;
                position: relative;
                float: left;
                border: 0px solid red;
                display: block;
            }


            .ticketItem .testata .titolo
            {
                font-size: 1.5em;
                border: 0px solid red;
                float: left;
            }

            .ticketItem .testata .publication
            {
                position: relative;
                clear: left;
            }

        .ticketItem .status
        {
            background: #e8e8e8;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .ticketItem .status .definizioni
            {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 10px;
                margin: 5px;
                float: left;
                background: #FFF;
                border: 1px solid #000;
                font-size: 1em;
                font-weight: bold;
                width: 90%;
            }

        .ticketItem .descrizione
        {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 10px;
            margin: 5px;
            background: #FFF;
            border: 1px solid #000;
            font-size: 1em;
            clear: left;
        }

            .ticketItem .descrizione .gestisci
            {
                float: left;
            }


        .ticketItem .notifydiv
        {
            width: 96%;
        }


        .ticketItem .descrizione .contenuto
        {
            clear: left;
        }

        .ticketItem .descrizione .commenta
        {
            clear: left;
            position: relative;
            margin-top: 20px;
        }


    .ticketParent .descrizione
    {
        background: #000;
        color: #FFF;
    }

    .attach_fileGeneric, .attach
    {
        float: left;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 10px;
        margin: 5px;
        font-size: 0.7em;
    }

    #ticketCategory
    {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #3a444a;
        border: 0px solid #b6ff00;
        width: 94%;
        margin: 5px;
        padding-bottom: 10px;
    }

        #ticketCategory .titoloCategory
        {
            background: #e8e8e8;
            font-size: 1.5em;
            border: 0px solid red;
            color: #000;
            padding: 7px;
            margin-top: 4px;
        }

        #ticketCategory .img
        {
            background: white;
            -webkit-border-radius: 5px;
            -moz-border-radiusimg: 5px;
            border-radius: 5px;
            border: 1px solid #000;
            float: left;
        }

            #ticketCategory .img img
            {
                height: 42px;
            }

        #ticketCategory .item
        {
            float: left;
            border: 1px solid #FFF;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 94%;
        }

            #ticketCategory .item:after
            {
                clear: both;
            }

            #ticketCategory .item .notify, #ticketCategory .item .no-notify
            {
                float: left;
                position: relative;
            }

            #ticketCategory .item .no-notify
            {
                float: left;
                position: relative;
            }

                #ticketCategory .item .no-notify img
                {
                    display: none;
                }

                #ticketCategory .item .no-notify span
                {
                    display: none;
                }

            #ticketCategory .item .notify img
            {
                width: 30px;
                height: 30px;
            }

            #ticketCategory .item .notify span
            {
                position: absolute;
                z-index: 2;
                top: 6px;
                left: 6px;
                font-size: 0.8em;
                font-weight: bold;
                color: #fff;
            }

            /* sss*/
            #ticketCategory .item .tag, #ticketCategory .item .no-tag
            {
                float: left;
                position: relative;
            }

            #ticketCategory .item .no-tag
            {
                float: left;
                position: relative;
            }

                #ticketCategory .item .no-tag img
                {
                    display: none;
                }

                #ticketCategory .item .no-tag span
                {
                    display: none;
                }

            #ticketCategory .item .tag img
            {
                width: 30px;
                height: 30px;
            }

            #ticketCategory .item .tag span
            {
                position: absolute;
                z-index: 2;
                top: 6px;
                left: 6px;
                font-size: 0.8em;
                font-weight: bold;
                color: #fff;
            }
            /* sss
                */

            #ticketCategory .item .titolo
            {
                margin-top: 7px;
                background: #FFF;
                font-size: 1.5em;
            }

            #ticketCategory .item .lastCommento
            {
                color: #FFF;
            }

                #ticketCategory .item .lastCommento a
                {
                    color: #b6ff00;
                    font-weight: bold;
                }

    .lnkbtn
    {
        clear: left;
        display: block;
        position: relative;
        width: 956%;
    }

    .homeStatus_Item
    {
        display: normal;
        width: 100%;
    }

    .btnDashboard
    {
        display: block;
    }

        .btnDashboard input
        {
            padding: 5px;
            display: inline;
        }

    .imgVisualizzato
    {
        width: 32px;
        height: 32px;
    }
}
