﻿body #body { /*padding-left: 46px; */
}

footer {
    background: #f8f8f8;
    padding: 8px;
    height: 33px;
    color: #428bca;
    font-size: 0.8em;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}
/* --- */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin h2 {
        margin-bottom: 10px;
    }

    .form-signin .btn {
        margin: auto 0;
        margin-top: 5px;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/* --- */

.headerNavigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    box-shadow: 0 0 3px #aaa;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    background: #fff;
}

.footerNavigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    box-shadow: 0 -3px 3px #aaa;
    -moz-box-shadow: 0 -3px 3px #aaa;
    -webkit-box-shadow: 0 -3px 3px #aaa;
    background: #fff;
}

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: white;
    color: Black;
    font-weight: bold;
    border-top: 1px solid #428BCA;
    border-left: 1px solid #428BCA;
    border-right: 1px solid #428BCA;
}

    .Initial:hover {
        color: Black;
        background: #91CDF2;
    }

.Clicked {
    float: left;
    display: block;
    background: #428BCA;
    padding: 4px 18px 4px 18px;
    color: White;
    font-weight: bold;
    color: White;
    border: 1px solid #428BCA;
}


#leftnav {
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 500;
    box-shadow: 0px 3px 3px #aaa;
    -moz-box-shadow: 0px 3px 3px #aaa;
    -webkit-box-shadow: 0px 3px 3px #aaa;
    background: #fff;
}

    #leftnav .list-group-item {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.highlight {
    background-color: #e3e3e3;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .highlight.first {
        margin-right: 15px;
    }

.show-grid {
    margin-bottom: 15px;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

._ppp_chose {
    cursor: pointer;
    padding: 5px 3px;
}

.upcase {
    text-transform: uppercase;
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1051;
    width: 100%;
    margin-top: 9px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion, .tt-search, .suggest_entry, .suggest_select, .suggest_entry_street, .suggest_select_street {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer;
    transition-duration: 0.2s;
}

    .tt-search, .suggest_entry, .suggest_select:hover, .suggest_entry_street, .suggest_select_street {
        cursor: pointer;
    }

        .tt-suggestion:hover, .tt-search:hover,
        .suggest_select:hover, .suggest_entry:hover,
        .suggest_entry_street:hover, .suggest_select_street:hover {
            color: #fff;
            background-color: rgba(66,139,202, 1);
        }

            .tt-suggestion p, .tt-search p,
            .suggest_select:hover p, .suggest_entry p,
            .suggest_entry_street p, .suggest_select_street p {
                margin: 0;
            }

            .tt-search:hover + button.selectcodicecliente {
                display: block;
            }

        .tt-search .glyphicon:empty {
            width: auto;
        }
/* --- VALIDATION --- */
.field-validation-valid {
    display: none;
}

table.input-validation-error,
input.input-validation-error,
input.input-validation-warning,
table.input-validation-warning,
.td-validation-warning,
.td-validation-error { /*opacity: 0.5; -moz-opacity: 0.5;*/
}

table.input-validation-error,
input.input-validation-error,
.form-conttrol[readonly].input-validation-error {
    border: 1px solid #e80c4d;
    background-color: rgba(240, 128, 128, .75);
    color: rgb(232, 12, 77);
}

    input.input-validation-error::-webkit-input-placeholder { /* WebKit browsers */
        color: rgb(232, 12, 77);
    }

    input.input-validation-error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: rgb(232, 12, 77);
    }

    input.input-validation-error::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: rgb(232, 12, 77);
    }

    input.input-validation-error:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: rgb(232, 12, 77);
    }

select.input-validation-error {
    border: 1px solid #e80c4d;
    background-color: rgba(240, 128, 128, .75);
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input.input-validation-warning {
    border: 1px solid #E8810C;
    background-color: orange;
}

select.input-validation-warning {
    border: 1px solid #E8810C;
    background-color: orange;
}

input[type="checkbox"].input-validation-warning {
    border: 0 none;
}

.td-validation-warning {
    background-color: orange;
}

.td-validation-error {
    background-color: rgba(240, 128, 128, .75);
}
/* --- DROPDOWN --- */
.dropdown-menu {
    max-height: 250px;
    overflow: auto;
    z-index: 1040;
}

    .dropdown-menu.dropdown-menu-list > li > a,
    .dropdown-menu.TipoDocumento_List > li > a, .dropdown-menu.EnteRilascioDocumento_List > li > a,
    .dropdown-menu.Compagnia_List > li > a, .dropdown-menu.Username_List > li > a,
    .dropdown-menu.Struttura_List > li > a, .dropdown-menu.CodicePratica_List > li > a,
    .dropdown-menu.TipoAcquisizioneCliente_List > li > a, .dropdown-menu.TipoRelazioneCliente_List > li > a,
    .dropdown-menu.Procacciatore_List > li > a, .dropdown-menu.TipoMercato_List > li a,
    .dropdown-menu.MercatoRiferimento_List > li a, .dropdown-menu.Distributore_List > li a,
    .dropdown-menu.FornitoreUscente_List > li a, .dropdown-menu.TipoRegimeAccisa_List > li a,
    .dropdown-menu.Distributore_List > li a, .dropdown-menu.TipoContatore_List > li a,
    .dropdown-menu.FornitoreUscente_List > li a, .dropdown-menu.CodiceOfferta_List > li a,
    .dropdown-menu.CategoriaUso_List > li a, .dropdown-menu.CodiceOffertaBonus_List > li a,
    .dropdown-menu.TipoIva_List > li a, .dropdown-menu.ClubAppartenenza_List > li a,
    .dropdown-menu.TipoPagamento_List > li a, .dropdown-menu.Stato_List > li a,
    .dropdown-menu.Tracker_List > li a, .dropdown-menu.Priority_List > li a,
    .dropdown-menu.TicketStato_List > li a, .dropdown-menu.TicketCategory_List > li a,
    .dropdown-menu.TicketCreatedBy_List > li a, .dropdown-menu.TicketAssignedTo_List > li a,
    .dropdown-menu.RequestType_List > li a, .dropdown-menu.Request_List > li a,
    .dropdown-menu.ObservedUser_List > li a, .dropdown-menu.ObservedGroup_List > li a {
        cursor: pointer;
    }

        .dropdown-menu.dropdown-menu-list > li > a:hover, .dropdown-menu.dropdown-menu-list > li > a:focus,
        .dropdown-menu.dropdown-menu-list > li > a.hovered, .dropdown-menu.dropdown-menu-list > li > a.focused {
            color: #fff;
            background-color: rgba(66,139,202, 1);
            background-repeat: repeat-x;
        }

        .dropdown-menu.TipoDocumento_List > li > a:hover, .dropdown-menu.EnteRilascioDocumento_List > li > a:focus,
        .dropdown-menu.Compagnia_List > li > a:hover, .dropdown-menu.Compagnia_List > li > a:focus,
        .dropdown-menu.Username_List > li > a:hover, .dropdown-menu.Username_List > li > a:focus,
        .dropdown-menu.Struttura_List > li > a:hover, .dropdown-menu.Struttura_List > li > a:focus,
        .dropdown-menu.CodicePratica_List > li > a:hover, .dropdown-menu.CodicePratica_List > li > a:focus,
        .dropdown-menu.TipoAcquisizioneCliente_List > li > a:hover, .dropdown-menu.TipoAcquisizioneCliente_List > li > a:focus,
        .dropdown-menu.TipoRelazioneCliente_List > li > a:hover, .dropdown-menu.TipoRelazioneCliente_List > li > a:focus,
        .dropdown-menu.Procacciatore_List > li > a:hover, .dropdown-menu.Procacciatore_List > li > a:focus,
        .dropdown-menu.TipoMercato_List > li a:hover, .dropdown-menu.TipoMercato_List > li a:focus,
        .dropdown-menu.MercatoRiferimento_List > li a:hover, .dropdown-menu.MercatoRiferimento_List > li a:focus,
        .dropdown-menu.Distributore_List > li a:hover, .dropdown-menu.Distributore_List > li a:focus,
        .dropdown-menu.FornitoreUscente_List > li a:hover, .dropdown-menu.FornitoreUscente_List > li a:focus,
        .dropdown-menu.TipoRegimeAccisa_List > li a:hover, .dropdown-menu.TipoRegimeAccisa_List > li a:focus,
        .dropdown-menu.Distributore_List > li a:hover, .dropdown-menu.Distributore_List > li a:focus,
        .dropdown-menu.TipoContatore_List > li a:hover, .dropdown-menu.TipoContatore_List > li a:focus,
        .dropdown-menu.FornitoreUscente_List > li a:hover, .dropdown-menu.FornitoreUscente_List > li a:focus,
        .dropdown-menu.CodiceOfferta_List > li a:hover, .dropdown-menu.CodiceOfferta_List > li a:focus,
        .dropdown-menu.CategoriaUso_List > li a:hover, .dropdown-menu.CategoriaUso_List > li a:focus,
        .dropdown-menu.CodiceOffertaBonus_List > li a:hover, .dropdown-menu.CodiceOffertaBonus_List > li a:focus,
        .dropdown-menu.TipoIva_List > li a:hover, .dropdown-menu.TipoIva_List > li a:focus,
        .dropdown-menu.ClubAppartenenza_List > li a:hover, .dropdown-menu.ClubAppartenenza_List > li a:focus,
        .dropdown-menu.TipoPagamento_List > li a:hover, .dropdown-menu.TipoPagamento_List > li a:focus,
        .dropdown-menu.Stato_List > li a:hover, .dropdown-menu.Stato_List > li a:focus,
        .dropdown-menu.Tracker_List > li a:hover, .dropdown-menu.Tracker_List > li a:focus,
        .dropdown-menu.Priority_List > li a:hover, .dropdown-menu.Priority_List > li a:focus,
        .dropdown-menu.TicketStato_List > li a:hover, .dropdown-menu.TicketStato_List > li a:focus,
        .dropdown-menu.TicketCategory_List > li a:hover, .dropdown-menu.TicketCategory_List > li a:focus,
        .dropdown-menu.TicketCreatedBy_List > li a:hover, .dropdown-menu.TicketCreatedBy_List > li a:focus,
        .dropdown-menu.TicketAssignedTo_List > li a:hover, .dropdown-menu.TicketAssignedTo_List > li a:focus,
        .dropdown-menu.RequestType_List > li a:hover, .dropdown-menu.RequestType_List > li a:focus,
        .dropdown-menu.Request_List > li a:hover, .dropdown-menu.Request_List > li a:focus,
        .dropdown-menu.ObservedUser_List > li a:hover, .dropdown-menu.ObservedUser_List > li a:focus,
        .dropdown-menu.ObservedGroup_List > li a:hover, .dropdown-menu.ObservedGroup_List > li a:focus {
            color: #fff;
            background-color: rgba(66,139,202, 1);
            background-repeat: repeat-x;
        }

.frame_load_class {
    border: 0;
    min-height: 300px;
}

.closeinput {
    position: absolute;
    top: 20%;
    right: 10px;
}

    .closeinput span {
        cursor: pointer;
    }

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.margin-bottom {
    margin-bottom: 15px;
}

.head {
    background-color: #428bca;
    color: #fff;
}

    .head > th {
        color: White;
        font-size: 10pt;
        line-height: 200%;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .head > th.content-absolute {
            opacity: 0;
            position: absolute;
            padding: 0;
        }

        .head > th > a {
            color: #fff;
        }

            .head > th > a:hover {
                color: #fff;
                text-decoration: none;
            }

.odd {
    background-color: #eeeeee;
}

.even {
    background-color: #cccccc;
}

.current {
    background-color: #fc9413;
}

    .current td, .odd td, .even td {
        color: black;
        font-size: 10pt;
    }

.gridpager {
    line-height: 26px;
    font-weight: bold;
    background-color: #428bca;
    color: #428bca;
}

    .gridpager td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .gridpager span {
        padding: 5px;
        border: solid 1px #9ECDE7;
        text-decoration: none;
        white-space: nowrap;
        background: #ffffff;
    }

    .gridpager a, .gridpager a:visited {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
        color: #ffffff;
    }

        .gridpager a:hover, .gridpager a:active {
            padding: 5px;
            border: solid 1px #9ECDE7;
            text-decoration: none;
            white-space: nowrap;
            background: #486694;
        }

.gridhead {
    background-color: #428bca;
    color: #fff;
}

    .gridhead > th {
        color: White;
        font-size: 10pt;
        line-height: 200%;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .gridhead > th.content-absolute {
            opacity: 0;
            position: absolute;
            padding: 0;
        }

        .gridhead > th > a {
            color: #fff;
        }

            .gridhead > th > a:hover {
                color: #fff;
                text-decoration: none;
            }


.panel_grid {
    position: relative;
    width: 30px;
}

    .panel_grid > div {
        position: relative;
        top: 1px;
        left: 60px;
    }

.Grid td {
    color: black;
    font-size: 10pt;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Grid th {
    color: White;
    font-size: 10pt;
    padding-left: 4px;
}

.ChildGrid td {
    background-color: #eee !important;
    color: black;
    font-size: 10pt;
}

.ChildGrid th {
    background-color: #6C6C6C !important;
    color: White;
    font-size: 10pt;
}

.dropdown-item {
    display: block;
    line-height: 1.428571429;
    padding: 3px 20px;
}

.dropdown-item-btn {
    padding-left: 20px;
    color: black;
}

/* --- */

#List_Allegati .singleAttachment {
    border-bottom: dotted 2px #ccc;
    padding: 11px 0 9px 0;
}

    #List_Allegati .singleAttachment .input-group-addon:first-child {
        border-right: 0;
        min-width: 39px;
    }

    #List_Allegati .singleAttachment:last-of-type {
        border-bottom: dotted 0px #ccc;
    }

    #List_Allegati .singleAttachment .form-control.load {
        background: rgba(51,153,102, .25);
        font-weight: bold;
    }

#List_Allegati .gya {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 2px;
    color: #fff;
    z-index: 1;
    border: 2px #Fff dotted;
}

#List_Allegati .filedrag {
    display: none;
    position: absolute;
    text-align: right;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 0;
    border-radius: 2px;
    color: #bbb;
    border: 2px #bbb dotted;
    transition-duration: 3s;
    -moz-transition-duration: 3s;
}

    #List_Allegati .filedrag:hover {
        color: #f00;
        border-color: #f00;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

#List_Allegati .singleAttachment .fileinput-button-replace {
    color: #fff;
    background-color: #fc9c4c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fc9c4c 0%, #FC9C2B 100%);
    border-left-color: #fc9c4c;
    border-right-color: #fc9c4c;
    border-top-color: #fc9c4c;
    border-bottom-color: #FC9C2B;
}

#List_Allegati .singleAttachment .fileinput-button-add {
    color: #fff;
    background-color: #5cb85c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #51a351 100%);
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
    border-top-color: #5cb85c;
    border-bottom-color: #387038;
}

#List_Allegati .singleAttachment .fileinput-button-remove {
    border-radius: 0 4px 4px 0;
}

#List_Allegati .singleAttachment .fileinput-button-remove {
    color: #fff;
    background-color: #d9534f;
    background-repeat: repeat-x;
    border-color: #b92c28;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}

    #List_Allegati .singleAttachment .fileinput-button-remove.none {
        display: none;
    }

#List_Allegati .singleAttachment .glyphicon {
    position: inherit;
}

#List_Allegati .singleAttachment input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#List_Allegati .singleAttachment .glyphicon a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#List_Allegati .singleAttachment input[type="file"],
#List_Allegati .singleAttachment .glyphicon a {
    width: 39px;
    height: 34px;
    line-height: 30px;
}

#List_Allegati .singleAttachment .progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
}

#List_Allegati .singleAttachment .progress {
    margin: 0 54px 0 15px;
    background: transparent;
    z-index: 0;
    border-radius: 4px 0 0 4px;
}

    #List_Allegati .singleAttachment .progress.none {
        display: none;
    }

#List_Allegati .singleAttachment .input-group-addon.form-control.disabled {
    text-align: left;
    position: relative;
}

    #List_Allegati .singleAttachment .input-group-addon.form-control.disabled a {
        cursor: pointer;
        font-weight: bold;
        color: #428bca;
    }

    #List_Allegati .singleAttachment .input-group-addon.form-control.disabled p.insertfile {
        color: #8f8f8f;
    }

    #List_Allegati .singleAttachment .input-group-addon.form-control.disabled.load p.insertfile {
        font-weight: normal;
        color: #428bca;
    }

    #List_Allegati .singleAttachment .input-group-addon.form-control.disabled a,
    #List_Allegati .singleAttachment .input-group-addon.form-control.disabled p.insertfile {
        font-style: italic;
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        margin: 0;
    }
