﻿/*
    Stili della griglia Caleidoscopio
*/
.GridViewStyle
{
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid #EBE9ED;
    border-top: 2px solid #EBE9ED;
    padding: 4px;
}

.GridViewStyle a
{
   color: #000000;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    background-color: #EBBC5E;
}

.GridViewHeaderStyle
{
    background-color: #EBE9ED;
    font-weight: bold;
    color: #EBE9ED;
}

.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: #6ea3f2;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #EBE9ED;
    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
{
    background-color: #6ea3f2;
    color: #3E2907;
    border-style: outset;
    cursor: pointer;
}

.BlankLeftColumn
{

}

.ContentColumn
{
    float: left;
    width: 100%;
    z-index: 0;
}

.Divider
{
    clear: both;
}

.GenericPanel
{
    float: left;
    width: 100%;
    background-color: #F0F8FF;
}

.SectionExt
{
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
}

.SectionTitleBar
{
    float: left;
    width: 100%;
    background-color: #74A6D7;
    color: darkblue;
}

.SectionTitleBarInside
{
    float: left;
    width: 100%;
    padding: 4px;
    text-align: center;
}

.SectionTitleBarLabel
{
    position: relative;
    top: 5px;
    font-weight: bold;
}

SectionInt
{
    float: left;
    width: 100%;
    background-color: #EBE9ED;
}

.ButtonBar
{
    float: left;
    background-color: #EBE9ED;
    padding-left: 5px;
    padding-right: 5px;
}

.FormLabel
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    margin-top: 7px;
}

.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: Candara, Sans-Serif;
    font-style: italic;
    color: Gray;
}

.CaleidoBody
{
    background-image: url( '../../App_Themes/IPSoft/Images/Official/Bottom_texture.jpg' );
}

.ClickableLabel
{
    text-decoration: underline;
    color: Blue;
}

/* Customizzazione base input html per theme(combo, checkbox, input text, ecc) */

.baseHeader
{
    font-family: Candara;
    font-size: 52px;
    color: #284775;
    padding-left: 155px;
    float: left;
}

.headerDate
{
    font-family: Candara;
    font-size: 16px;
    color: #89B7E0;
    padding-right: 15px;
    float: right;
}

.headerIndirizzoAssistenza
{
    font-family: Candara;
    font-size: 12px;
    color:  #454848; 
    text-align: right; 
    padding-right: 15px; 
    font-weight: bold;
}

.headerTitle
{
    font-family: Candara;
    font-size: 18pt;
    color: #89B7E0;
    padding-left: 100px;
    text-align: center;
}

.headerTitleAzienda
{
    font-family: Candara;
    font-size: 18pt;
    color: #89B7E0;
    padding-left: 5px;
    text-align: center;
}

a.informativaCookies 
{
    font-family: Candara !important;
    font-size: 10px !important;
    padding-right: 15px !important;
    float: right !important;
    color: #89B7E0;
}

input:not([type="image"])
{
    border-color: cadetblue;
    border-radius: 5px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-top: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-left: 25px;
    padding-left: 5px; 
}

select
{
    border-color: cadetblue;
    border-radius: 5px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-left-color: #2D4B4C;
    border-top-color: #2D4B4C;
    border-bottom-color: cadetblue;
    border-right-color: cadetblue;
    margin-top: 5px;
    border-width: 2px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-left: 25px;
    padding-left: 5px; 
}

textarea
{
    border-color: cadetblue;
    border-radius: 5px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-left-color: #2D4B4C;
    border-top-color: #2D4B4C;
    border-bottom-color: cadetblue;
    border-right-color: cadetblue;
    margin-top: 5px;
    border-width: 2px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-left: 25px;
    padding-left: 5px; 
}

input:not([type="image"]):not(:read-only:disabled), 
select:not(:disabled), textarea:not(:read-only:disabled), 
input[type="button"]:not(:disabled), input[type="submit"]:not(:disabled)
{
    background-color: aliceblue;
}

input:not([type="image"]):read-only, textarea:read-only
input:not([type="image"]):disabled, select:disabled, textarea:disabled,
input[type="button"]:disabled, input[type="submit"]:disabled
{
    background-color: #EBEBE4 !important;
}

input[type="button"], input[type="submit"]
{
    background-color: aliceblue !important;
     margin-left: 0px !important;
}

label, span.lbl
{
    margin-left: 25px;
}

.Validator
{
    float: left;
    width: 89%;
    border-style: solid;
    border-width: 1px;
    background-color: #FFD698;
    border-color: Red;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.customValidator
{
    background-color: #FFD698;
    border-style: solid;
    border-width: thin;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.noteStyle
{
    margin-top: 5px; 
    background-color: #FFFFFF;
    border-color: cadetblue; 
    border-width: 1px; 
    border-style: solid; 
    padding: 15px;
}
