﻿/* DEFAULTS
----------------------------------------------------------*/
.loading {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 30px;
    top: 180px;
    z-index: 1;
    background-color: #6B718B;
    font: 4px Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 0px;
}


.loading {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1;
    background-color: transparent;
    font: 40px Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 1px;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}



h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 99.8%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

/*.style_Header
{
    background: white url(../image/img_head.jpg) bottom right no-repeat;
        
}*/

.style_HeaderLogin {
    background: white url(../image/img_head.jpg) bottom right no-repeat;
}


.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

    .header hImg {
        vertical-align: middle;
        padding: 0px 0px 0px 0px;
        border: none;
        line-height: 0em;
        font-size: 0em;
    }


.DivGrid {
    vertical-align: top;
    background: white url(../image/boxGrid.jpg) center center no-repeat;
    width: 360px;
    height: 107px;
    line-height: 1.4em;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
}


table.tableRicerca {
    background-color: #F8F8FF;
    width: 99%;
    vertical-align: top;
    padding: 2 2 2 2;
    border-spacing: 0;
    border: 0;
}

table.tableRicerca3 {
    background-color: #F8F8FF;
    width: 100%;
    vertical-align: top;
    border: 1px solid #D0D1F0;
}

table.tableRicercaX {
    background-color: #F8F8FF;
    width: 100%;
    vertical-align: top;
    border: 1px solid #D0D1F0;
}

table.tableRicerca2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #F8F8FF;
    width: 98%;
    vertical-align: top;
}

table.tableRicerca tr td.tdtitoloricerca {
    border-bottom: 1px solid #00008B;
}

table.tableRicercaX tr td.tdtitoloricerca {
    border-bottom: 1px solid #00008B;
}

table.tableRicerca2 tr td.tdtitoloricerca {
    border-bottom: 1px solid #00008B;
}

table.tableRicerca2 tr td.tdgiallino {
    background-color: #FFFACD;
}

table.tableRicerca2 tr td.tdceleste {
    background-color: #B0E0E6;
}

.labDescrizione {
    font-size: 10pt;
    color: #708090;
}

.lblTitolo {
    font-size: 16pt;
    color: #00008B;
    font-weight: bold;
}

.lblTitle {
    font-size: 16pt;
    color: Blue;
    font-weight: bold;
}

.lblSottotitolo {
    font-size: 11pt;
    color: #708090;
}

.lblSottotitoloBlue {
    font-size: 11pt;
    color: Blue;
}

.lblPannello {
    font-size: 11pt;
    color: #00008B;
    font-weight: bolder;
}

.lblPannelloSuperiore {
    font-size: 11pt;
    color: #00008B;
    font-weight: bolder;
    font-style: italic;
}

.lblTitMP {
    font-size: 10pt;
    color: #00008B;
    font-weight: bolder;
}

.lblStMP {
    font-size: 10pt;
    color: #000000;
}

.ImageBase, .ImageBase16, .ImageBase24 {
    cursor: pointer;
}

.ImageBase16 {
    height: 16px;
}

.ImageBase24 {
    height: 24px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton {
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.0em;
    display: block;
    text-align: right;
    padding: 0px;
    color: #b6b7bc;
    max-height: 90px;
    vertical-align: middle;
}

    .loginDisplay a:link {
        color: #fff;
    }

    .loginDisplay a:visited {
        color: #fff;
    }

    .loginDisplay a:hover {
        color: #fff;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}


/* SECONDARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*Componenti*/
._labelWhite {
    color: White;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.controlStandard, .controlEditor, .ctrlStandardMedium, .controlStandardLungo, .StandardComboBox, .StandardComboBoxTight, .GridStandardCombobox, .StandardTxtBox, StandardButton:hover, StandardButton, .StandardTxtBoxReadOnly, .StandardTxtBoxNotReadOnly, .StandardButtonReadOnly, .StandardButtonReadOnly:hover {
    color: #003399;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #EFF0F1;
    border: 1px solid #003399;
}

.controlEditor {
    width: 99%;
    font-size: 0.75em;
    overflow-x: auto;
    overflow-y: hidden;
}

.ctrlStandardMedium {
    width: 175px;
}

.controlStandardLungo {
    width: 250px;
}

.StandardComboBox {
    width: 100%;
    *width: auto;
    height: 21px;
    font-size: 9pt;
    vertical-align: middle;
}

.StandardComboBoxTight {
    width: 100%;
    *width: auto;
    height: 18px;
    font-size: 9pt;
    vertical-align: middle;
}

.StandardTxtBox {
    width: 90%;
    height: 16px;
    font-size: 9pt;
}

.StandardReadOnly {
    background: none !important;
    background-color: LightGray !important;
}

.GridStandardCombobox {
    width: 100%;
    font-size: 9pt;
    vertical-align: middle;
}

.StandardButton:hover, StandardButtonReadOnly:hover {
    background: url(../image/SubMenuItem1px.png) repeat;
    color: Black;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: hand;
    border: 1px solid #003399;
}

.StandardButton, .StandardButtonReadOnly {
    background: url(../image/SubMenuItemSel1px.png) repeat;
    height: 20px;
    color: White;
    text-align: center;
    vertical-align: middle;
    cursor: hand;
    border: 1px solid #003399;
}

.StandardButtonReadOnly {
    background: none !important;
    background-color: LightGray !important;
}


.UploadFileControlStandard, .UploadFileControlStandard:hover, .ButtonStandardBlack, .ButtonStandardBlack:hover {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #CCCCCC;
    border: 1px solid #003399;
}

    .UploadFileControlStandard:hover, .ButtonStandardBlack:hover {
        background-color: gray;
        cursor: pointer;
    }

.controlStandardMoltoLungo {
    color: #003399;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #EFF0F1;
    border: 1px solid #003399;
    width: 400px;
}

.CustomCombo .ajax__combobox_inputcontainer input {
    color: #003399;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #EFF0F1;
    border: 1px solid #003399;
    border-right: none;
}

.ajax__combobox_itemlist {
    position: absolute !important;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt !important;
    color: #003399;
    border: 1px solid #003399;
    border-right: 0px none;
}

.CustomCombo .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    vertical-align: bottom;
    background-image: url(../image/windows-arrow.gif);
    border-top: 1px solid #003399;
    border-bottom: 1px solid #003399;
    border-right: 1px solid #003399;
    border-left: none;
    background-repeat: no-repeat;
    width: 21px !important;
    height: 21px !important;
}

.controlRidotto {
    color: #003399;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #EFF0F1;
    border: 1px solid #003399;
}

.controlNoBackground {
    color: #003399;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.labelStandard, .lblStandEnlarged, .lblStandard2 {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.lblStandEnlarged {
    width: 100%;
}

.labelMiniStandard {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.labelLegend {
    color: #6D91FF;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bolder;
}

.labelBold {
    color: Black;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.labelMiniBold {
    color: Black;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.labelLargeStandard {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

.labelMediumStandard {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.labelLargeBold {
    color: #003399;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15pt;
}

.labelWarning {
    color: Red;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
}

.labelDescWarning {
    color: Red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: italic;
}

.btnLink {
    color: Black;
    background-color: transparent;
    border-color: transparent;
    border-style: None;
    font-size: 8pt;
    text-decoration: underline;
}

    .btnLink:hover {
        color: Red;
        background-color: transparent;
        border-color: transparent;
        border-style: None;
        font-size: 8pt;
        text-decoration: underline;
        cursor: hand;
    }

.btnNone {
    width: 130px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    border-width: 0px;
    outline-width: 0px;
}

/*Modal Popup*/
.modalBackground {
    background-color: White;
    width: 100%;
    border-width: 2px;
    border-color: #003399;
    border-style: solid;
}

.modalPopup {
    background-color: Silver;
    /*        border-width:3px; 
        border-style:solid; 
        border-color:Lime; 
        padding:0px; 
        width:50px; */
    filter: alpha(opacity=50);
    opacity: 0.5;
}



.modalCaption {
    background-color: #003399;
    /*background-color:#0066ff; 
         background-color:#cdffff; */
    border-width: 0px;
    padding: 3px;
    width: 642px;
}

.modalCaptionStrech {
    background-color: #003399;
    /*background-color:#0066ff; 
         background-color:#cdffff; */
    border-width: 0px;
    padding: 3px;
    width: 582px;
}

.modalCaptionVeryStrech {
    background-color: #003399;
    border-width: 0px;
    padding: 3px;
    width: 356px;
    margin-bottom: 10px;
    cursor: pointer;
}

.modalCaptionLonge {
    background-color: #003399;
    /*background-color:#0066ff; 
         background-color:#cdffff; */
    border-width: 0px;
    padding: 3px;
    width: 855px;
}

/* LOGIN ELEMENTS  
----------------------------------------------------------*/

.LoginBody {
    background-color: White;
}

.ImgStretched {
    background-repeat: repeat-x;
    width: 100%;
}

.LoginTitle {
    color: #003399;
    font-size: 20px;
    font-family: Verdana;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 30%;
}

.LoginTitleLevel1 {
    color: #003399;
    font-size: 15px;
    font-family: Verdana;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
}

.LoginTitleLevel2 {
    color: Black;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
}

.btnGray:hover {
    background: url(../image/btnGrayHover.jpg) no-repeat;
    width: 100px;
    height: 20px;
    color: Black;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    font-family: Arial;
    font-size: xx-small;
    cursor: hand;
}

.btnGray {
    background: url(../image/btnGray.jpg) no-repeat;
    width: 100px;
    height: 20px;
    color: Black;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    font-family: Arial;
    font-size: xx-small;
}


.txtLogin {
    background-color: #C0C0C0;
    width: 150px;
}

.LoginLabel {
    text-align: right;
    color: Black;
    width: 80px;
    font-size: 12px;
    font-family: Verdana;
    margin-right: 10px;
}

.chkLogin {
    text-align: left;
    color: Black;
    font-size: xx-small;
    font-family: Arial;
    margin-right: 10px;
}


.FileUploadClass {
    vertical-align: top;
}

    .FileUploadClass input {
        margin-top: 2px;
        vertical-align: bottom;
    }


/* MAP ELEMENTS  
----------------------------------------------------------*/
.Map_Style {
    border-width: thin;
    border-style: none;
}

.Map_Lbl_Default {
    background-color: transparent;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    color: #003399;
}

.Map_Lbl_Selected {
    background-color: transparent;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    color: #1BA51E;
}

.Map_Lbl_Smaller {
    background-color: transparent;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}

/* Site Master (SM) */
.lblRedError {
    font-style: italic;
    font-weight: bolder;
    color: Red;
    font-size: 12pt;
}

.lblBlackBold, .lblBlack {
    Font-Size: 8pt;
    color: Black;
}

.lbl9BlackBold, .lbl9Black {
    Font-Size: 9pt;
    color: Black;
}

.lblBlackBold, .lbl9BlackBold {
    font-weight: bold;
}

.lblWhiteBold {
    color: White;
    font-size: 9pt;
    font-weight: bold;
}

.lblRedBold, .lbl8RedBold {
    color: Red;
    font-size: 10pt;
    font-weight: bold;
}

.lbl8RedBold {
    font-size: 8pt;
}

.lbl8Blue {
    font-size: 8pt;
    color: Blue;
}

tr.w15px {
    height: 15px;
    vertical-align: middle;
}

td.w24p, td.w24pCenter {
    width: 24%;
}

td.w28p, td.w28pCenter {
    width: 28%;
}

td.w24pCenter, td.w28pCenter {
    text-align: center;
}


.lblSingleMrk {
    Font-Size: 10pt;
    Color: #01359B;
    Font-Weight: bold;
}

.lblPnlAllMarket {
    font-size: 10pt;
    font-weight: bold;
    color: #023296;
}

.btnCloseModal {
    background-color: #A4B5D1;
    border-color: #A4B5D1;
    border-style: none;
    font-size: 9pt;
    color: White;
    font-weight: bold;
}

.pnlHeaderAllMrk {
    background-color: #A4B5D1;
    border-bottom: 1px solid #003398;
    cursor: pointer;
}

.pnlFooterAllMrk {
    background-color: #A4B5D1;
    border-bottom: 1px solid #003398;
    width: 100%;
}

.TxtRAlign {
    text-align: right;
}

.TxtLAlign {
    text-align: left;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #00008B;
    width: 100%;
    height: 10px;
}



div.SubMenuMarket {
}


    div.SubMenuMarket ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        div.SubMenuMarket ul li {
            float: left;
            padding-left: 0px;
            display: inline-block;
        }

            div.SubMenuMarket ul li a, div.SubMenuMarket ul li a:visited {
                background: transparent url(../image/SubMenuGrey.png) no-repeat;
                width: 150px;
                border: 0px #4e667d solid;
                color: #00008B;
                line-height: 2.1em;
                padding: 0px 2px;
                text-decoration: none;
                display: block;
                text-align: center;
                font-size: 7.88pt;
                font-weight: 300;
            }

                div.SubMenuMarket ul li a:hover {
                    background: transparent url(../image/SubMenuGreySel.png) no-repeat;
                    border: 0px #4e667d solid;
                    color: #000000;
                    text-decoration: none;
                    padding: 0px 2px;
                    display: block;
                    width: 150px;
                    font-size: 7.88pt;
                    text-align: center;
                    font-weight: 300;
                    line-height: 2.1em;
                }


                div.SubMenuMarket ul li a.selected {
                    background: transparent url(../image/SubMenuGreySel.png) no-repeat;
                    color: #000000;
                    text-decoration: none;
                    padding: 0px 2px;
                    display: block;
                    width: 150px;
                    font-size: 7.88pt;
                    font-weight: 300;
                    line-height: 2.1em;
                }

            div.SubMenuMarket ul li.selected a.selected {
                background: transparent url(../image/SubMenuGreySel.png) no-repeat;
                color: #000000;
                text-decoration: none;
                display: block;
                padding: 0px 2px;
                width: 150px;
                font-size: 7.88pt;
                font-weight: 300;
                line-height: 2.1em;
            }

.filterContainer {
    padding: 1 1 1 1;
    border-spacing: 1;
    width: 99%;
    text-align: center;
    vertical-align: middle;
}

/* Controlli senza riferimento al font */
.LabelBlack {
    color: Black;
    font-weight: normal;
}

.ComboBox {
    color: #003399;
    font-weight: normal;
    background-color: #EFF0F1;
    border: 1px solid #003399;
}




/* Custom ToolTip */
.CustomToolTip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #dedede;
    padding: 5px;
    border: 1px solid #fff;
    width: 300px;
}

    .CustomToolTip p {
        margin: 0;
        padding: 0;
        color: #fff;
        /*background-color:#222;*/
        background: url(../image/SubMenuItemSel1px.png) repeat;
        padding: 2px 7px;
    }

.ui-datepicker-trigger {
    position: relative;
    right: -3px;
    height: 16px;
    width: 16px;
    top: 2px;
}

.ui-datepicker-month {
    background-color: #0b4090;
    color: #fafafa;
    border-color: #c5dbec;
}

.ui-datepicker-year {
    background-color: #0b4090;
    color: #fafafa;
    border-color: #c5dbec;
}

div.bottom {
    position: absolute;
    bottom: 50px;
}

.UploadSignedFileControlStandard, .UploadFileControlStandard:hover {
    color: Black;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: orange;
    border: 1px solid #003399;
}

    .UploadSignedFileControlStandard:hover {
        cursor: pointer;
    }

.CreateHomePage-divleft {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.CreateHomePage-divright {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

.SiteMaster-LogoImage {
    padding: 0;
    margin: 0;
    float: left;
}

.SiteMaster-LogoLabel {
    padding: 0;
    margin: 0;
    float: left;
}

.SiteMaster-WelcomePageButton {
    padding: 0;
    margin: 0;
    float: right;
}
/* Table-sorter - grouping */
tr.group-header td {
    background: #eee;
}

.group-name {
    text-transform: uppercase;
    font-weight: bold;
}

.group-count {
    color: #999;
}

.group-hidden {
    display: none;
}

.group-header, .group-header td {
    user-select: none;
    -moz-user-select: none;
}
/* collapsed arrow */
tr.group-header td i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #888;
    border-right: 4px solid #888;
    border-left: 4px solid transparent;
    margin-right: 7px;
    user-select: none;
    -moz-user-select: none;
}

tr.group-header.collapsed td i {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    border-right: 0;
    margin-right: 10px;
}

.CellRedStyle {
    color: black;
    border-radius: 25px;
    /*height: 20px;*/
    background-image: linear-gradient(to right, rgba(255,0,0,0.2), rgba(255,0,0,1));
    /*align-self: stretch;
    display: flex;*/
    align-items: center;
}

/*Hack per eliminare l'immagine dal controllo 'controlgroup' di Jquery-UI*/
span.ui-checkboxradio-icon {
    display: none;
}



