﻿html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    overflow: visible;
}

html, body, table, div, h1, h2, h3, h4, span, a, ul, li, p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    border-spacing: 0;
}

.BODY {
    background: white;
    color: black;
    font-size: 10pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

label {
    font-size: 8pt;
}

    label input {
        vertical-align: middle;
    }

/* per far andare a capo gli header delle KRadGrid */
.k-grid .k-grid-header .k-header {
    white-space: normal;
    vertical-align: middle;
}

    .k-grid .k-grid-header .k-header .k-link {
        height: auto;
    }

/***************************************************************************************/
/*                                   DATI MASTER PAGE                                  */
/***************************************************************************************/
.UserProfilePanel {
    padding: 5px;
    border: 2px solid #336699;
    background-color: #ffffff;
    position: fixed;
    display: none;
    overflow: auto;
    z-index: 10000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin-top: 10px;
    left: 80%;
    margin-left: -170px;
    /*margin-right: 230px;*/
}

.UserProfilePanelLine > td {
    border-top: 1px solid #666;
    width: 100%;
    line-height: 10px;
    white-space: nowrap;
    empty-cells: show;
    padding-top: 10px !important;
}

.UserProfilePanelLine:hover {
    background-color: #ffffff;
}

.UserProfilePanel span.rbLinkButton {
    text-decoration: none;
    color: #000000 !important;
    border: 0 !important;
    background-color: transparent !important;
    font-size: 13px;
    padding: 0;
}

    .UserProfilePanel span.rbLinkButton span {
        text-align: left !important;
    }

.UserProfilePanel table tr:hover {
    background-color: #CCCCCC;
}

.UserProfilePanel table {
    margin: 5px;
}

    .UserProfilePanel table td {
        padding: 5px; /*line-height: 35px;*/
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
    }

td.SiteTitle {
    height: 25px;
}

.SiteTitle {
    font-weight: bold;
    font-size: 11pt;
    color: white;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.LnkHome {
    font-size: 8pt;
    color: white !important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent !important;
    border: 0 !important;
}

    .LnkHome select, .LnkHome select.cmbCultureStyle {
        border: solid 1px #CCC;
    }

    .LnkHome A {
        font-size: 8pt;
        color: white;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 20px;
    }

        .LnkHome A:hover {
            font-size: 8pt;
            color: white;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            text-decoration: underline;
            white-space: nowrap;
        }

    .LnkHome img {
        padding-left: 10px;
    }

.title_back {
    background-repeat: repeat-x;
    background-color: #808080;
}

.footerText {
    font-size: 8pt;
    color: black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.lblDebugMode {
    background-color: White;
    color: Red;
    font-size: 10px;
    white-space: nowrap;
}

.tabMenu {
    background-color: #CED6E1;
    font-size: 12pt;
    color: Black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.tabMenu1 {
    background-color: #AAAAAA;
    font-size: 12pt;
    color: Black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

/***************************************************************************************/
/*                                   CONTENT PAGE                                      */
/***************************************************************************************/

.lblTitleContent {
    margin: 3px 2px 2px 3px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #336699;
    line-height: 18px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

    .lblTitleContent span {
        color: #FFFFFF;
        font-size: 12pt;
        font-weight: bold;
        text-transform: uppercase;
    }

.css_footer_bottom {
    width: 60%;
    text-align: center;
}

.css_footer {
    color: rgb(102, 102, 102);
    display: block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
}
.css_AnnoCopyright {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
}

.RadComboBox.RadComboBox_WebBlue {
    /* margin-bottom: -4px; */ /* con il passaggio al doctype di HTML5, ad ogni comboBox sono aggiunti di default 4px di margine in basso: questa regola li toglie */
}

.css_error_label {
    background-color: rgb(255, 0, 0);
    color: black;
    padding: 3px 5px;
    display: block;
}

/***************************************************************************************/
/*                            STILI COMUNI A TUTTE LE PAGINE                           */
/***************************************************************************************/

/* stile usato per tutti i pannelli di edit (griglia con a fianco l'edit vero e proprio) */
.csg-edit-panel {
    border: 1px solid lightgray;
}
