﻿/*
    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: #F0F8FF;
    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
*/


.FormLabelStatoCartellino
{
    float: left;
    width: 12%;
    text-align: left;
    color: Black;
    height: 23px;
    vertical-align: middle;
}
.FormItemStatoCartellino
{
    float: left;
    width: 5%;
    text-align:right;
}
.FormItemStatoCartellinoSpazio
{
    float: left;
    width: 5%;
    text-align:right;
}
.FormItemStatoCartellinoSpazioLungo
{
    float: left;
    width: 25%;
    text-align:right;
}

.btnCal
{
    background-color: #6ea3f2;
    color: #3E2907;
    border-style: outset;
    cursor: pointer;
}

.btnCal:disabled
{
    opacity: 0.5;
    cursor: default;
}

.BlankLeftColumn
{

}

.ContentColumn
{
    float: left;
    width: 100%;
    z-index: 0;
}

.Divider
{
    clear: both;
}

.Validator
{
    float: left;
    width: 99%;
    border-style: solid;
    border-width: 1px;
    background-color: #FFD698;
    border-color: Red;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.GenericPanel
{
    float: left;
    width: 100%;
}

.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;
}

SectionInt
{
    float: left;
    width: 100%;
    background-color: #EBE9ED;
}

.SectionLogin
{
}

.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%;
}
.FormLabel01 
{
    float: left;
    width: 55%;
    text-align: right;
    color: Black;
    height: 23px;
    vertical-align: middle;
    margin-top: 3px;
}
.FormItem01
{
    float: left;
    width: 35%;
}
.FormLabelInner
{
    /*line-height: 22px;*/
}

.FormLeftButton
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    padding-top: 15px;
    padding-bottom: 15px;
}

.FormRightButton
{
    float: left;
    width: 65%;
    padding: 15px;
}

.FormButton
{
    float: left;
    padding: 15px;
}

.GridButton
{
    float: right;
    width: 10%;
    padding: 10px;
}

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;
    background-color: aliceblue;
    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;
    background-color: aliceblue;
    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;
    background-color: aliceblue;
    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; 
}

label, span.lbl
{
    margin-left: 15px;
}

.noteStyle
{
    margin-top: 5px; 
    background-color: #FFFFFF;
    border-color: cadetblue; 
    border-width: 1px; 
    border-style: solid; 
    padding: 15px;
}

.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;
}

.headerVersion
{
    font-family: Candara;
    font-size: 10px;
    color: #89B7E0;
    padding-right: 15px;
    float: right;
}

.headerTitle
{
    font-family: Candara;
    font-size: 18pt;
    color: #89B7E0;
    padding-left: 130px;
    text-align: center;
}

.headerTitleAzienda
{
    font-family: Candara;
    font-size: 18pt;
    color: #89B7E0;
    padding-left: 5px;
    text-align: center;
}

.lblCmbAzienda
{
    font-family: Candara;
    font-size: 10pt;
    color: #2D357E;
    padding-right: 15px; 
    font-weight: bold;
}

.headerAziendaLine
{
    background-color:#89B7E0; 
}


/*INIZIO TabControl*/
/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #F0F8FF;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
    padding-top: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #253BFF;
    font-size: 15;
    height: 20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    padding-left: 10px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: Silver;
    height: 20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    cursor: pointer;
    color: Silver;
    padding-left: 10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: Silver;
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: Gray;
    height: 20px;
}
.Tab .ajax__tab_inner
{
    color: Gray;
    padding-left: 10px;
}
.Tab .ajax__tab_outer
{
    color: Gray;
    padding-right: 6px;
    margin-right: 2px;
}
/*Fine TabControl*/


/*ModalPopUp*/

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopupDiv
{
    min-width: 300px;
    min-height: 150px;
    background-color: #F0F8FF;
}

.ModalPopupBody
{
    width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    line-height: 15pt;
    clear: both;
}

.ModalPopupHeader
{
    text-align: center;
    width: 350px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background-color: #74A6D7;
    color: #FFFFFF;
}

.ModalPopupControls
{
    width: 300px;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    background-color: #F0F8FF;
}

.ModalPopupDivCartellino
{
    min-width: 400px;
    min-height: 150px;
    background-color: #F0F8FF;
}

.ModalPopupBodyCartellino
{
    width: 400px;
    height: 280px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    line-height: 15pt;
    clear: both;
}

.ModalPopupBodyCartellinoMC
{
    width: 400px;
    height: 180px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    line-height: 15pt;
    clear: both;
}

.ModalPopupHeaderCartellino
{
    text-align: center;
    width: 400px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background-color: #4da601;
    color: #FFFFFF;
}

.ModalPopupControlsCartellino
{
    width: 400px;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    background-color: #F0F8FF;
}

/*FINE ModalPopUp*/