﻿html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0pt 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt 0pt;
}

body {
    color: #545454;
    font: normal normal normal;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
    background-color: White;
}

a {
    color: #0088cc;
}

li {
    display: list-item;
}

.mainTop {
    margin: 20px auto 0 auto;
    width: 100%;
}

.main {
    width: 98%;
    top: 0px;
    bottom: 0px;
    margin: 0 auto 0 auto;
    padding: 0pt;
    position: relative;
}

.mainContent {
    width: 100%;
    min-height: 400px;
}

.mainBotton {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .mainBotton a {
        margin: 0px 10px 0 10px;
    }

/* Titolo pagine */
.pageTitle {
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
    text-align: left;
    font-weight: bolder;
}

.pageTitleSub {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

/*Form */
.Form {
    background-color: #f5f5f5;
    padding: 7px;
}

    .Form label {
        text-align: left;
        font-size: 12px;
        font-weight: bolder;
    }

.errorMsg {
    margin: .5em 0 .5em;
    display: block;
    color: #dd4b39;
    line-height: 17px;
    font-size: 14px;
}

.genericMsg {
    margin: .5em 0 .5em;
    display: block;
    color: green;
    line-height: 17px;
    font-size: 14px;
}

.Form input[type="text"] {
    text-align: left;
    padding: 5px;
    font-size: 14px;
    margin: 5px;
}

.Form input[type="password"] {
    text-align: left;
    padding: 5px;
    font-size: 16px;
    width: 281px;
    margin: 5px;
}

.Form input[type="check"] {
    padding: 5px;
}

.Form select {
    text-align: left;
    padding: 5px;
    font-size: 16px;
    margin: 5px;
    width: 100%;
}

.Form input[type="text"]:hover {
    border-color: Blue;
}

.Form input[type="text"]:active {
    border-color: Blue;
}

.Form table {
    padding: 10px;
}

    .Form table td {
        padding-right: 20px;
    }
/*fine forms*/

/*Form login*/

.FormLogin {
    width: 35%;
    padding: 40px;
}

    .FormLogin label {
        font-size: 14px;
    }

    .FormLogin input[type="text"] {
        width: 300px;
        font-size: 20px;
    }

    .FormLogin input[type="password"] {
        width: 300px;
        font-size: 20px;
    }
/*Form login*/

/*bottoni*/
.btnSmall {
    cursor: pointer;
    padding: 5px;
    font-size: 13px;
    color: White;
    font-weight: bolder;
    border-style: none;
    background-color: #4d90fe;
    min-width: 55px;
}

.btnLarge1 {
    cursor: pointer;
    padding: 5px;
    font-size: 15px;
    color: White;
    font-weight: bolder;
    border-style: none;
    background-color: #4d90fe;
    min-width: 75px;
}

.btnLarge {
    font-size: 16px;
    height: 30px;
    min-width: 75px;
}

.btnSmall:hover {
    cursor: pointer;
}

.btnOrange {
    width: auto;
    background: url('../images/imBtnOrange.png');
}

    .btnOrange:hover {
        cursor: pointer;
        background: #ff9900;
    }

.btnSearch {
    margin: 10px;
}
/* tabelle di elenco dati */
.ListElements {
    width: 100%;
    overflow: auto;
}

    .ListElements table {
        width: 100%;
    }

        .ListElements table td {
            padding-left: 5px;
        }

        .ListElements table th {
            padding-top: 10px;
            padding-bottom: 10px;
            color: White;
            background-color: #9a9393;
            text-align: left;
        }

            .ListElements table th a {
                width: 90%;
                padding-left: 5px;
                color: White;
                background-color: #9a9393;
                text-align: left;
                text-decoration: none;
            }

        .ListElements table tr:nth-child(odd) td {
        }

        .ListElements table tr:nth-child(even) td {
            background-color: #f2f2f2;
        }
/*Fine tabelle di elenco dati*/

/* Azienda */
.prodTopLeftChart {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

    .prodTopLeftChart span {
        font-size: 12px;
        font-weight: bolder;
        color: black;
    }

/*Contatti */
.contLeft {
    float: left;
    width: 20%;
}

.contRight {
    float: right;
    width: 80%;
}

/*contenitore link superiore*/
.containerTopLink {
    margin-top: 7px;
    margin-bottom: 20px;
}

/*link navigazione tra pagine*/
.containerLnkNavigation {
}

.linkNavigation a:hover {
    background-color: #ff9900;
    color: #FFFFFF;
    text-decoration: none;
}

.linkNavigation a {
    float: left;
    text-decoration: none;
    font-size: 14px;
    background: #2D2D2D;
    color: #cccccc;
    display: block;
    font-weight: bold;
    line-height: 35px;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
}
/*fine link navigazione per pagine*/

/*stile per bottoni operazioni nella home*/
.containerBtnOperation {
    text-decoration: none;
    width: 100%;
}

.containerSingleBtnOperation {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: left;
}

.separetorContainerSingleBtnOperation {
    clear: both;
    height: 3px;
}

.lblSingleBtnOperation {
    font-weight: 700;
    margin-top: 7px;
}
/*fine stile per bottoni operazioni nella home degli utenti*/

/*stile per suggerimenti in textbox di tipo watermarked*/
.watermarked {
    border: 1px solid #BEBEBE;
    color: lightgray;
    padding: 2px 0 0 2px;
}
/*fine stile per suggerimenti in textbox di tipo watermarked*/

/*Finestre modali*/
.modalDlg {
    background-color: white;
    opacity: 1;
    padding: 7px;
    min-width: 400px;
    max-height: 600px;
    overflow: auto;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.containerBtnModal {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.containerBtnView {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.firstBtnModal {
    margin-right: 15px;
}

/*Fine stile per le finestre modali*/

/*Hack per combobox ajax control toolkit*/
.ajax__combobox_itemlist {
    top: auto !important;
    left: auto !important;
    position: absolute !important;
    overflow: hidden !important;
    display: block !important;
}
/*fine Hack per combo box ajax control toolkit*/

/*Spazio per i bottini del wizard control*/
.marginSpaceWizardBtn {
    margin-top: 15px;
}
/*Fine Spazio per i bottini del wizard control*/

/*Bottoni operazioni contestuali vicino elenchi*/
.btnNextOperContextualList {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: right;
}

/*Fine Bottoni operazioni contestuali vicino elenchi*/

/*Immagine up e down negli ordinamenti colonne*/
.sortNotSelected {
    background-image: none;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sortAscending {
    background: url('../images/16x16/imUp.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sortDescending {
    background: url('../images/16x16/imDown.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
/*Fine Immagine up e down negli ordinamenti colonne*/

/*Calendar*/
.ajax__calendar_body {
    background-color: white;
    height: 200px;
}

.ajax__calendar_container {
    background-color: white;
}
/*Fine calendar*/

/*Collapsible panel header*/
.cpHeader {
    padding: 5px;
    color: White;
    background-color: #9a9393;
    font-weight: bolder;
    text-align: left;
}
/*Fine Collapsible panel header*/

/*Update progress, centramento immagine*/
.CenterUpdProgress {
    position: fixed;
    background-color: transparent;
    z-index: 2147483640 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: -25px;
    margin-left: -25px;
    padding-top: 20%;
    top: 80px;
}
/*Fine Update progress*/

/*ajax control toolkit AutoCompleteExtender*/
.autocomplete_completionListElement {
    z-index: 2147483640 !important;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    z-index: 2147483640 !important;
    background-color: lightblue;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    z-index: 2147483640 !important;
    background-color: window;
    color: windowtext;
    padding: 1px;
}
/*fine ajax control toolkit AutoCompleteExtender*/

/* Tabella generica*/
table {
    width: 100%;
}
/*Fine tabella generica*/

/*Dimensione riservato al bottone Select per richiamare user control di selezione*/
.widthBtnSelectCtr {
    width: 10%;
    text-align: center;
}
/*Fine dimensione riservata al bottone Select*/

/*Style per radiobuttonlist*/
.rbl input[type="radio"] {
    margin-left: 15px;
    margin-right: 1px;
}
/*Fine Style per radiobuttonlist*/

/* Colori generici*/
.colorTeal {
    background-color: #00aba9 !important;
}

.colorOrange {
    background-color: #fa6800 !important;
}

.colorLightBlue {
    background-color: #4390df !important;
}

.darkGreen {
    background-color: #128023 !important;
}

.pink {
    background-color: #dc4fad !important;
}
/*Fine colori generici*/

/*Items simili Tiles di selezione*/
.streams {
    width: 142px;
    left: 0;
    top: 0;
}

.stream {
    position: relative;
    display: block;
    width: 100%;
    height: 75px;
    margin: 0 2px 2px 0;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
}

.stream-title {
    font-size: 12px;
    line-height: 12px;
}

.stream-number {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 11px;
    line-height: 11px;
}
/*Fine Items simile a Tiles*/

.listGroup {
    display: block;
    position: relative;
}

.groupTitle {
    margin-bottom: 2px;
    background-color: #f0f0f0;
    padding: 4px 20px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    padding-left: 24px;
}

.groupContent {
    display: block;
}

.listItem {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px #e1e1e1 solid;
    padding: 2px 0;
    color: #555555;
    margin-bottom: 0;
}

.listContent {
    margin: 2px 0;
    padding: 2px 20px;
    font-size: 16px;
    color: inherit;
    border-left: 3px transparent solid;
}

.listTitle {
    font-size: 14px;
    line-height: 16px;
}

.listSubTitle {
    width: 100%;
    display: block;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.listRemarks {
    font-size: 11px;
    line-height: 12px;
}

/*Popup extender*/
.PnlPopUpExtender {
    border: solid 1px #000000;
    height: auto;
    min-height: 100px;
    width: 330px;
    overflow: auto;
    background-color: #EAEAEA;
}
/*Fine popup extender*/

/*MessageBox*/
.MessageBox {
    opacity: 1;
    background-color: white;
    padding: 7px;
    margin-top: 10%;
    min-width: 400px;
    max-width: 700px;
    max-height: 400px;
    overflow: auto;
    display: inline-block;
    margin-bottom: 20%;
}

.MessageBoxBackground {
    position: fixed;
    background-color: gray;
    z-index: 2147483647 !important;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*Fine message box*/

/* combobox*/
.CustomComboBox {
    width: 100%;
}
.CustomComboBox .ajax__combobox_inputcontainer {
    padding: 0px;
    width: 100%;
}
.CustomComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer {
    width: 100%;
}
.CustomComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    width: 100%;
}
.CustomComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    margin-left: -10px;
    margin-top: 3px;
    border-width: 1px;
    border-left: none;
}
.CustomComboBox .ajax__combobox_itemlist {
    background-color: white;
    font-size: 14px;
    margin-left: 5px;
}
.CustomComboBox .ajax__combobox_itemlist li {
    width: 400px;
}
/*Fine combobox*/

/* validator callout*/
.validatorCallout div, .validatorCallout td {
    border: solid 1px Black;
    background-color: gray;
    color: White;
}

.validatorCallout .ajax__validatorcallout_popup_ table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.ajax__validatorcallout_popup_table {
    width: 20%;
}

.validatorCallout .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.validatorCallout .ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.validatorCallout .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.validatorCallout .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.validatorCallout .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}

.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}

.validatorCallout .ajax__validatorcallout_error_message_cell {
    font-size: 11px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

/*Remove warning icon:*/
.validatorCallout .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 0;
    height: 32px;
    border-right: none;
}
.validatorCallout .ajax__validatorcallout_icon_cell img {
    display: none;
}

.validatorCallout .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

.validatorCallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    border: none;
    text-align: center;
    width: 10px;
    padding: 1px;
    cursor: pointer;
}
/*Fine validator callout*/