﻿/*
    Stili della griglia Caleidoscopio
*/
.GridViewStyle
{
    border-radius: 5px;
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid #EEFFEE;
    border-top: 2px solid #EEFFEE;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    background-color: #EBBC5E;
    border-radius: 4px;
}

.GridViewHeaderStyle
{
    background-color: #EEFFEE;
    font-weight: bold;
    color: #EEFFEE;
}

.GridViewFooterStyle
{
    background-color: #EBBC5E;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.GridViewRowStyle
{
    background-color: #EEFFEE;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #FBCC6E;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #EEFFEE;
    text-align: center;
    outline-color: Black;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

/*
    Stili della pagina di ricerca standard
*/
.btnCal
{
    border-radius: 5px;
    background-color: #FBCC6E;
    color: #3E2907;
    border-style: outset;
    cursor: hand;
}
.BlankLeftColumn
{
    float: left;
    width: 14%;
}
.ContentColumn
{
    float: left;
    width: 70%;
    z-index: 0;
    background-color: White;
    background-image: url( '../../App_Themes/Generico/Images/Official/Bottom_texture.jpg' );
}
.Divider
{
    clear: both;
}
.GenericPanel
{
    float: left;
    width: 100%;
}
.SectionExt
{
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.SectionTitleBar
{
    float: left;
    width: 100%;
    background-color: White;
    padding: 2px;
    color: White;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.SectionTitleBarInside
{
    float: left;
    width: 100%;
    height: 28px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: top;
    background-image: url( '../../App_Themes/Generico/Images/section_header.jpg' );
    background-repeat:repeat-x;
    /*background-color: #4da601;*/
}
.SectionTitleBarLabel
{
    position: relative;
    top: 5px;
    font-weight: bold;
}
.SectionInt
{
    float: left;
    width: 100%;
    background-color: #EEFFEE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ButtonBar
{
    float: left;
    background-color: #EEFFEE;
    padding-left: 5px;
    padding-right: 5px;
}
.FormLabel
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
}
.FormItem
{
    float: left;
    width: 65%;
}
.FormLeftButton
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    padding-top: 15px;
    padding-bottom: 15px;
}
.FormRightButton
{
    float: left;
    width: 65%;
    padding: 15px;
}
.GridButton
{
    float: right;
    width: 10%;
    padding: 10px;
}
.WatermarkCssClass
{
    font-family: Verdana, Sans-Serif;
    font-style: italic;
    color: Gray;
}
.CaleidoBody
{
    background-image: url( '../../Images/Official/Bottom_texture.jpg' );
}
.ClickableLabel 
{
    text-decoration:underline;
    color:Blue;
}


.pnlTitle_Questionari
{
    font-size:x-large;
    
    border-right: #c0c0c0 1px solid; /*silver*/
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid; /*border-bottom: #c0c0c0 1px solid;*/
    color: White;
    text-align:center;
    font-weight: bold;
    background-color: Red; /*gray*/
}
.pnl_Questionari
{
    border-right: #c0c0c0 1px solid;
    overflow: auto;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    background-color: #FFFFF0;
    color: Black;
}

.baseHeader
{
    font-family: Verdana;
    font-size: 52px;
    color: #284775;
    padding-left: 155px;
    float: left;
}

.headerDate
{
    font-family: Verdana;
    font-size: 16px;
    color: #5C6262;
    padding-right: 15px;
    float: right;
}

.headerTitle
{
    font-family: Verdana;
    font-size: 22;
    color: #5C6262; 
    padding-left: 15px;
}

a.informativaCookies 
{
}

.headerInfo
{
    text-align: left;
    font: 'Verdana';
    font-size: 8pt;
    color: white;
    background-color: #4da601;
}

.Validator
{
    float: left;
    width: 89%;
    border-style: solid;
    border-width: 1px;
    background-color: yellow;
    border-color: Red;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.customValidator
{
    background-color: yellow;
    border-style: solid;
    border-width: thin;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.noteStyle
{
    background-color: #fefee0;
    border-color: Black; 
    border-width: 1px; 
    border-style: solid; 
    padding: 10px;
}

/*stile delle icone in menu*/
.mnuIcon
{
    margin-top: 0px !important; 

}

.mnuIcon::after
{
    margin-top: -5px !important; 
}