﻿body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: white;
    overflow: hidden;
}

.header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 84px;
    width: 100%;
    text-align: center;
    min-width: 500px;
}

.main {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    display: table-row;
}

.mainLeft {
    position: fixed;
    overflow: auto;
    top: 84px;
    left: 0px;
    bottom: 4px;
    width: 176px;
    text-align: left;
    padding-left: 4px;
    display: table-cell;
    vertical-align: top;
}

.mainRight {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding-right: 4px;
    display: table-cell;
    vertical-align: top;
}

.mainRightSub {
    position: fixed;
    overflow: auto;
    border: 4px solid #BBCCFF;
    vertical-align: top;
    bottom: 4px;
    top: 84px;
    left: 180px;
    right: 4px;
}

.headerUp {
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 1px solid #CCCCCC;
}

.headerDown {
    text-align: center;
}

.headerLeft {
    float: left;
    text-align: left;
    padding-left: 4px;
    display: inline-block;
}

.headerRight {
    float: right;
    padding-right: 4px;
    padding-top: 7px;
    text-align: right;
    display: inline-block;
}

.headerRightDown {
    float: right;
    line-height: 33px;
    text-align: right;
    padding-right: 4px;
    white-space: nowrap;
}

.headerLeftDown {
    padding-left: 180px;
    line-height: 33px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}


a:link {
    color: #396EAA;
    white-space: nowrap;
}

a:visited {
    color: #396EAA;
}


a.buttonText {
    background-color: #f1f1f1;
    border: 1px solid #999;
    border-radius: 2px;
    display: inline-block;
    color: Gray;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

    a.buttonText:hover {
        text-decoration: none;
        background-color: #f1f1f1;
        color: black !important;
        border: 1px solid #707070;
    }

a.linkMenu {
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: gray;
    font-size: 18px;
    line-height: 36px;
    padding-right: 10px;
    padding-left: 10px;
}

.alertLabel {
    border: 1px solid #FFCC66;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
    background-color: #FFF1A8;
    color: Black;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
}

.alertWhite {
    visibility: hidden;
    line-height: 16px;
}

.alertPanel {
    border: 1px solid #FFCC66;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
    background-color: #FFF1A8;
    color: Black;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: table;
    line-height: 16px;
}

.progressPanel {
    border: 1px solid #CC3300;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
    background-color: #CC3300;
    color: Black;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: table;
    line-height: 16px;
}

.progress {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 4px;
    z-index: 901;
}

.alert {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 900;
}

a.menu:link {
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

a.menu:visited {
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

a.menuBold {
    color: #CC3300;
    font-weight: 600;
    text-decoration: none;
}

.menuSelected {
    background-color: #CC3300;
    width: 4px;
    height: 22px;
    margin-right: 6px;
}

.menuNotSelected {
    background-color: #FFFFFF;
    width: 4px;
    height: 22px;
    margin-right: 6px;
}


a.menuRight:link {
    color: #000000;
    font-style: normal;
    text-decoration: none;
    padding-left: 16px;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    position: relative;
}

.cellLeft {
    display: table-cell;
    padding: 4px;
    min-width: 308px;
    position: relative;
}

.cellMiddle {
    display: table-cell;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    min-width: 308px;
}

.cellRight {
    display: table-cell;
    width: 100%;
    position: relative;
}

.cellLine {
    border-top-style: solid;
    border-top-color: white;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #BBCCFF;
    border-bottom-width: 1px;
    padding-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.ddl {
    height: 22px;
}

.ddlLarge {
    height: 22px;
    width: 304px;
}

.txbLarge {
    width: 300px;
}

.txbXLarge {
    width: 610px;
}


.info {
    border: 1px solid #FFCC66;
    border-radius: 3px;
    margin: 4px 4px 1px 4px;
    padding: 2px 4px 2px 4px;
    background-color: #FFF1A8;
    color: Black;
    font: 10pt Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 606px;
}

.modalPopup {
    padding: 0px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
}

.modalPopupBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.gridPanel {
    border: 1px solid #808080;
    max-height: 120px;
    overflow: auto;
    width: 614px;
}

.gridColum {
    padding-right: 20px;
    white-space: nowrap;
}

.gridIconColum {
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
}

.gridColumLast {
    white-space: nowrap;
    padding-right: 5px;
    width: 100%;
}

.gridColumHeaderPaddingRight {
    padding-right: 20px;
    white-space: nowrap;
    border-bottom: 1px solid gray;
    background-color: #f0f0f0;
    border-top: none;
    height: 20px;
}

.gridColumHeader {
    white-space: nowrap;
    border-bottom: 1px solid gray;
    background-color: #f0f0f0;
    border-top: none;
    height: 20px;
}

.gridColumHeaderLast {
    white-space: nowrap;
    border-bottom: 1px solid gray;
    background-color: #f0f0f0;
    border-top: none;
    padding-right: 5px;
    width: 100%;
    height: 20px;
}

.gridRow {
    border-bottom: 1px solid silver;
    min-height: 24px;
}

.gridHeader {
    border-bottom: 1px solid gray;
}

.gridEmptyDataRowStyle {
    color: gray;
    border: 0px solid white;
}


.popupMenu {
    visibility: hidden;
    background-color: white;
    border: 1px solid silver;
    min-width: 50px;
    line-height: 150%;
}

a.smallButton {
    display: inline-block;
    color: Gray;
    text-decoration: none;
    font-family: Segoe UI Symbol;
    font-size: 1.0em;
}

    a.smallButton:hover {
        text-decoration: none;
        color: black !important;
    }

.txbSearch {
    background: url(/images/lente.png) no-repeat;
    background-position: right;
    background-color: white;
    border: 1px solid darkgray;
}

a.buttonSearch {
    background-color: #f1f1f1;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    display: inline-block;
    color: Gray;
    line-height: 22px;
    width: 22px;
    height: 22px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

    a.buttonSearch:hover {
        text-decoration: none;
        background-color: #f1f1f1;
        color: black !important;
        border: 1px solid #707070;
        border-left-style: none;
    }

.circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: cornflowerblue;
}


.gridLabel {
    padding: 1px 2px 1px 2px;
    border-radius: 2px;
    margin-left: 1px;
    margin-right: 1px;
    font: 8pt Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    width: 30px;
    display: block;
    overflow: hidden;
}

    .gridLabel.azzurro {
        border: 1pt solid #6699FF;
        background-color: #99CCFF;
        color: #666666;
    }

        .gridLabel.azzurro.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.azzurro.large {
            width: 69px;
        }

    .gridLabel.giallo {
        border: 1pt solid #FFCC00;
        background-color: #FFFF99;
        color: #666666;
    }

        .gridLabel.giallo.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.giallo.large {
            width: 69px;
        }

    .gridLabel.grigio {
        border: 1pt solid #CCCCCC;
        background-color: #F0F0F0;
        color: #666666;
    }

        .gridLabel.grigio.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.grigio.large {
            width: 69px;
        }

    .gridLabel.rosso {
        border: 1pt solid #CC3300;
        background-color: #FB4C2F;
        color: #FFFFFF;
    }

        .gridLabel.rosso.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.rosso.large {
            width: 69px;
        }

    .gridLabel.verde {
        border: 1pt solid #006600;
        background-color: #16A765;
        color: #FFFFFF;
    }

        .gridLabel.verde.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.verde.large {
            width: 69px;
        }

    .gridLabel.magenta {
        border: 1pt solid #CC3399;
        background-color: #FF66CC;
        color: #FFFFFF;
    }

        .gridLabel.magenta.medium {
            width: 49px;
            margin-right: 2px;
        }

        .gridLabel.magenta.large {
            width: 69px;
        }

.gridLabelHidden {
    visibility: hidden;
}

.info {
    border: 1px solid #FFCC66;
    border-radius: 3px;
    margin: 4px 4px 1px 4px;
    padding: 2px 4px 2px 4px;
    background-color: #FFF1A8;
    color: Black;
    font: 10pt Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 606px;
}

.gridCalColum {
    white-space: nowrap;
    border-right: 1px solid #808080;
    min-width: 100px;
    width: 14.3%;
    border-bottom: 1px solid silver;
}

.gridCalColumFirst {
    white-space: nowrap;
    border-right: 1px solid #808080;
    min-width: 40px;
    font-size: 8pt;
    vertical-align: bottom;
    border-bottom: 1px solid silver;
}

.gridSchedColumFirst {
    white-space: nowrap;
    border-right: 1px solid #808080;
    min-width: 100px;
    border-bottom: 1px solid silver;
}

.gridCalColumLast {
    white-space: nowrap;
    width: 100%;
    min-width: 100px;
    border-bottom: 1px solid silver;
}

.gridCalColumHeader {
    white-space: nowrap;
    background-color: #f0f0f0;
    border-top: none;
    border-right: 1px solid #808080;
    min-width: 100px;
    width: 14.3%;
    text-align: center;
}

.gridCalColumHeaderFirst {
    white-space: nowrap;
    background-color: #f0f0f0;
    border-top: none;
    border-right: 1px solid #808080;
    min-width: 40px;
    height: 20px;
}

.gridSchedColumHeaderFirst {
    white-space: nowrap;
    background-color: #f0f0f0;
    border-top: none;
    border-right: 1px solid #808080;
    min-width: 100px;
    height: 20px;
}


.gridCalColumHeaderLast {
    white-space: nowrap;
    background-color: #f0f0f0;
    border-top: none;
    width: 100%;
    min-width: 100px;
    text-align: center;
}

.gridCalRow {
    min-height: 24px;
}

a.gridCalEvent{
    color: Gray;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    padding-left: 2px;
}

a.gridCalEventAdd{
    background-color: #f1f1f1;
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-block;
    color: Gray;
    line-height: 18px;
    height: 18px;
    max-width: 18px;
    min-width: 18px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    float: right;
}

.txbNote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}