﻿#LeftPane {
    background: #EEFFEE;
    padding: 4px;
    overflow: auto;
    width: 10%; /* optional, initial splitbar position */
    min-width: 50px; /* optional */ /* No margin or border allowed */
}

.ButtonMenu {
    border-radius: 15px;
    border-style: none;
    background-color: #989898;
    background-position-x: 8px;
    background-position-y: center;
    cursor: pointer;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 40px;
    min-width: 125px;
    overflow: visible;
    color: white;
    padding: 1px 10px 1px 40px;
    margin: 2px 2px 2px 5px
}

ul.MenuBar {
    border-radius: 25px;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    background-position-x: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #989898;
}

li.ItemBar {
    float: left;
}

li.ItemBar a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li.ItemBar a:hover {
    background-color: #111111;
}

.outerdiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.innerdiv {
    height: auto;
    margin: 2px;
    box-sizing: border-box;
    
}

#MySplitter {
    margin: 1em 3em 1em 3em;
    border: 4px solid #aca;
    overflow: visible;
    min-height: 700px;
    height: auto;
}

#RightPane {
    background: #eefff8;
    padding: 4px;
    min-width: 100px;
    overflow: auto;
    width: 80%;
    /* No margin or border allowed */
}

#MySplitter .vsplitbar {
    width: 6px;
    background: #aca url(vgrabber.gif) no-repeat center;
}

    #MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
        background: #e88 url(vgrabber.gif) no-repeat center;
    }

.PopUpTab {
    padding: 1px;
}

    .PopUpTab td {
        padding: 4px;
    }

.PanelMenu {
    border: 1px solid #666666;
    background-color: #CCCCCC;
}

.IconDesc1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.IconDesc2 {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}

.CheckStyle {
    vertical-align: middle;
    text-align: center;
    padding: 4px;
    margin: 4px;
}

.PanelBody {
    padding: 10px;
}

.PanelDetails {
    font-family: Verdana;
    background-color: #EFEFEF;
    border: 2px solid #999999;
    color: #666666;
}

.PanelNote {
    padding: 4px;
    margin: 8px;
    background-color: #FFFF99;
    border: 2px solid #FFCC00;
}

.PanelStyle {
    
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    font-family: Verdana;
    font-size: 12px;
    color: #284775;
    background-color: #EFEFEF;
}

.PanelStyle2 {
    border: 1px solid #999999;
    padding: 4px;
    margin: 2px 0px 2px 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #284775;
    background-color: #CCCCCC;
}

.PanelStyle3 {
    border: 1px solid #333333;
    padding: 8px;
    margin: 16px;
    font-family: Verdana;
    font-size: 14px;
    background-color: #CCCCCC;
}

.PanelHeaderStyle2 {
    border-radius: 25px;
    margin: 1px 1px 1px 1px;
    padding: 1px 12px 1px 12px;
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #990000; /*#EFEFEF;*/
}

.PanelHeaderStyle {
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 2px 0px;
    border-style: none;
    background-position: center top;
    font-family: Verdana;
    font-size: 14px;
    color: #EAEAEA;
    background-image: url(../Images/bars/barra.jpg);
    background-repeat: repeat-x;
    height: 29px;
    vertical-align: middle;
    border-collapse: collapse;
}


.RowStyle {
    padding: 2px;
    margin: 2px;
    background-color: #EFEFEF;
    font-family: tahoma;
    font-size: 6px;
    color: #3366CC;
}

.AlternativeRowStyle {
    padding: 2px;
    margin: 2px;
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 6px;
    color: #3366CC;
}

.dataTableBox {
    margin: 4px;
    padding: 4px;
    border: 1px solid #C0C0C0;
    font-family: tahoma;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    background-color: #FFFFFF;
}


.dataTable {
    margin: 2px;
    padding: 2px;
    border: 1px solid #C0C0C0;
    font-family: tahoma;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    background-color: #FFFFFF;
}

.dataTableCol {
    border: 1px solid #C0C0C0;
    margin: 0px;
    padding: 2px;
    font-family: tahoma;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;

}

.dataTableColNote {
    border: 1px solid #C0C0C0;
    margin: 0px;
    padding: 2px;
    font-family: tahoma;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    color: brown;
}

.hiddencol {
    display: none;
}

.DiGiTable {
    border: 1px solid #CCCCCC;
}

.DiGiRow1 {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}

.tabGridStatistiche {
    padding: 4px;
    border: 1px solid #808080;
    font-family: tahoma;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    font-style: normal;
}

    .tabGridStatistiche tr {
        background-color: #E1E1E1;
    }

        .tabGridStatistiche tr.normal {
            padding: 5px;
            margin: 4px;
            background-color: #EFEFEF;
            font-family: tahoma;
            font-size: 12px;
            text-align: left;
        }


        /*#F5F5F5;*/
        .tabGridStatistiche tr.alternate {
            padding: 5px;
            margin: 2px;
            background-color: #F5F5F5;
            font-family: tahoma;
            font-size: 12px;
            text-align: left;
        }

        .tabGridStatistiche tr th {
            border: 1px solid #808080;
            margin: 2px;
            padding: 2px;
            background-color: #333333;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            border-collapse: collapse;
            color: #FFFFFF;
        }

        .tabGridStatistiche tr td {
            border: 1px solid #808080;
            margin: 2px;
            padding: 2px;
            vertical-align: middle;
            text-align: center;
            font-weight: normal;
            font-family: Verdana;
        }

    .tabGridView {
        padding: 4px;
        border: 1px solid #C0C0C0;
        font-family: tahoma;
        font-size: 12px;
        border-spacing: 0px;
        border-collapse: collapse;
        text-align: left;
        font-style: normal;
        min-width: 500px;
    }

    .tabGridView tr.header {
        border: 1px solid #C0C0C0;
        margin: 2px;
        padding: 2px;
        background-color: #E1E1E1;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }

    .tabGridView tr.normal {
        padding: 5px;
        margin: 4px;
        background-color: #EFEFEF;
        font-family: tahoma;
        font-size: 12px;
        text-align: left;
        color: gray;
    }


    /*#F5F5F5;*/
    .tabGridView tr.alternate {
        padding: 5px;
        margin: 2px;
        background-color: #F5F5F5;
        font-family: tahoma;
        font-size: 12px;
        text-align: left;
        color: gray;
    }

    .tabGridView tr.selected {
        padding: 5px;
        margin: 2px;
        background-color: #FFFFCC;
        font-family: tahoma;
        font-size: 12px;
        text-align: left;
    }

    .tabGridView tr.select {
        padding: 2px;
        margin: 2px;
        background-color: #FFFFCC;
        font-family: tahoma;
        font-size: 12px;
        text-align: left;
    }


.select {
    padding: 2px;
    margin: 2px;
    background-color: #FFFFCC;
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
}

.tabUserColButton {
    width: 24px;
    text-align: center;
    vertical-align: middle;
}

.tabUser {
    padding: 4px;
    background-color: #CCCCCC;
}

.tabUserRowSelect {
    border: 1px ridge #003399;
    padding: 8px;
    background-color: #CEDCEE;
    color: #003399;
    font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
}

.tabUserRowParent {
    border: 2px solid #000000;
    padding: 8px;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
}

.tabUserRowChild {
    border: 3px solid #993300;
    padding: 16px;
    background-color: #FFFFCC;
    color: #000000;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
}

.tabUserCell {
    padding: 8px;
}

.tabGridView tr.footer {
    margin: 3px;
    padding: 3px;
    border: 1px solid #C0C0C0;
    background-color: #E1E1E1;
    height: 25px;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
}

.tabGridView tr.rowedit {
    border: 1px solid #3366CC;
    padding: 2px;
    margin: 2px;
    background-color: #DDEBFF;
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
}

.tabGridView th {
    padding: 8px;
    margin: 8px;
    color: #990000;
    font-size: 12px;
    font-family: tahoma;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

    .tabGridView th a {
        padding: 2px;
        margin: 2px;
        color: #333333;
        font-size: 11px;
        font-family: verdana;
        text-align: center;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        text-decoration: underline;
        font-weight: bold;
    }

.tabGridView a {
    padding: 2px;
    margin: 2px;
    color: #3366CC;
    font-size: 12px;
    font-family: tahoma;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
}

.tabGridView td {
    padding: 2px 4px 2px 4px;
    margin: 2px;
}

    .tabGridView td.Title1 {
        background-color: #C0C0C0;
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-family: Tahoma;
        font-size: 12px;
        color: #FFFFFF;
    }

    .tabGridView td.col1 {
        background-color: #E1E1E1;
        height: 25px;
        vertical-align: middle;
        text-align: left;
        font-weight: normal;
        font-family: Tahoma;
        font-size: 12px;
    }

    .tabGridView td.col2 {
        background-color: #F3F3F3;
        height: 25px;
        vertical-align: middle;
        text-align: left;
        font-weight: normal;
        font-family: Tahoma;
        font-size: 12px;
    }

.tabPageNumber {
    padding: 2px;
    margin: 2px;
    font-family: Tahoma;
    font-size: 14px;
    vertical-align: middle;
}

.tabCurrentPageNumber {
    padding: 2px;
    margin: 2px;
    font-family: Tahoma;
    font-size: 14px;
    color: #800000;
    vertical-align: middle;
}

.InsertData {
    padding: 4px;
    margin: 4px;
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
}

.LabelDesc {
    padding: 2px;
    margin: 2px;
    font-family: Tahoma;
    font-size: 14px;
}

.labelButton {
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    color: #333333;
}

.GraphicButton {
    padding: 1px 4px 1px 4px;
    margin: 1px 4px 1px 4px;
    font-family: Tahoma;
    vertical-align: middle;
    text-align: center;
}

.CssNote {
    font-family: Verdana;
    background-color: #FFFFCC;
    color: #333333;
    font-size: 12px;
}

.CssDesc {
    font-family: Verdana;
    font-size: 12px;
}

.PreviewImage {
    border: 1px solid #333333;
}

.PanelMsg {
    border: 1px solid #000000;
    padding: 4px;
    margin: 2px;
    background-color: #990000;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.Msg {
    border: 1px none #003366;
    padding: 4px;
    margin: 2px;
    background-color: #FFFFFF;
    color: #333399;
    font-family: Verdana;
    font-weight: normal;
    text-align: justify;
    vertical-align: middle;
}

.collapsePanelHeader1 {
    margin: 2px;
    padding: 2px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    list-style: none;
    font-family: Verdana;
    color: #666666;
    text-transform: none;
    text-decoration: underline;
}

.collapsePanel {
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.LogoLink {
    height: 34px;
    padding: 0px 2px 0px 2px;
    display: inline;
    vertical-align: middle;
}

.modalPopupPreview {
    background-color: #999999;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    float: right;
    position: relative;
    top: 8px;
    right: 70px;
}

.topbar {
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    VISIBILITY: hidden;
    BORDER-TOP: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-LEFT: black 1px solid;
    WIDTH: 450px;
    FONT-FAMILY: Tahoma;
    POSITION: absolute;
    BACKGROUND-COLOR: white;
}



#MnuBar #btnMnu {
    padding: 2px 0 0 2px;
    vertical-align: middle;
    text-align: left;
}


    #MnuBar #btnMnu li {
        display: inline;
        padding: 10px;
    }

        #MnuBar #btnMnu li div {
            display: inline;
            padding: 0px;
        }

        #MnuBar #btnMnu li a {
            text-decoration: none;
            color: #333;
        }

            #MnuBar #btnMnu li a:hover {
                text-decoration: underline;
            }

/* 

------------------------------------------------------------------------ Tabelle

*/
#cont table.list {
    border-right: 1px solid #ccc;
    border-left: 1px solid #eee;
}

#cont table.form, #cont_sin table.form {
    border-right: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

    #cont table.form td.lis, #cont_sin table.form td.lis {
        border-bottom: 1px solid #eee;
        margin: 3px;
        padding: 3px;
    }

#cont table tr.int {
    background-color: #eee;
    color: #000000;
    margin: 3px;
    padding: 3px;
}

#cont table td.int, #cont_sin table td.int {
    background-color: #eee;
    color: #000000;
    border-right: 1px solid #ccc;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    margin: 3px;
    padding: 6px;
}

#cont table tr.tot {
    background-color: #eee;
    font-size: 10px;
    color: #000000;
}

    #cont table tr.tot td {
        border-top: 1px solid #fff;
    }

#cont table tr.lis td {
    height: 20px;
    border-bottom: 1px solid #eee;
    padding: 3px;
    margin: 3px;
}

#cont table .td_num_list, #cont table .td_num {
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    width: 15%;
}

#cont table .td_num_list {
    background: #F1F6FA;
    font-weight: bold;
    empty-cells: show;
    border-bottom: 1px solid #ccc;
}

#cont table .td_dat_list {
    background: #FFF2F2;
    color: #FF0000;
    empty-cells: show;
    border-bottom: 1px solid #ccc;
}

msg_list {
    margin: 0px;
    padding: 0px;
    width: 383px;
}

.msg_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    background-color: #003366;
    margin: 1px;
    color: #FFFFFF;
}

.msg_body {
    padding: 5px 10px 15px;
    background-color: #F4F4F8;
}

.textLabel {
    border-width: 0px;
    text-decoration: none;
}

.tablePaging tr td {
    padding: 2px;
}

.lblPaging {
    font-size: 14px;
    color: #CC3300;
    font-weight: bold;
}

.lnkPaging {
    font-size: 14px;
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
}
/* The alert message box */
/*.alert {
    padding: 20px;
    background-color: #f44336;*/ /* Red */
    /*color: white;
    margin-bottom: 15px;
    font-family: Tahoma;
    font-size:large;
}*/

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

#calendar-container {
    display: block;
    position: relative;
    bottom: 0;
    height: 100%;
}