﻿body, html
{
    background-color: #FFFFFF;
}

body, .Header, .Content, form
{
    /*background-color: #EAE6CA;*/
}
body, html, h1
{
    font-size: 12px;
}
h1
{
    font-size: 14px;
}
.Header, .Menu, .Content, .AvvisoErrore, .Footer
{
    width: 100%;
    min-width: 1024px;
}
.Header
{
    padding-bottom: 15px;
    background-color: #FFFFFF;
}
.Menu
{
    margin-top: 0px;
}
.Content
{
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #ece9d3;
}
.InsideContent
{
    margin-left: 10px;
}
.Content h1
{
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.FiltriPerGrigliaBrowse
{
    max-width: 1024px;
    margin-bottom: 10px;
}
.AvvisoErrore
{
    display: block;
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ece9d3;
    border-top: 1px solid #ff0000;
    cursor: pointer;
}
.Footer
{
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.Utente
{
    width: 49%;
    height: 100px;
    margin-top: 9px;
    line-height: 0px;
}
.Utente div
{
    height: 25px;
    margin-top: 5px;
}
.Utente img
{
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}
.lnkLogout, .rboUserName, .lblDataOra
{
    display: inline-block;
    height: 24px;
    line-height: 24px;
}
.lnkLogout
{
    margin-right: 10px;
}
.Utente div .lnkEsci
{
    width: 24px;
    display: inline-block;
}
.lnkEsci img
{
    height: 23px;
    margin-left: 0px;
}
.imgClock
{
    width: 24px;
    height: 24px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    border: 1px solid #ff0000;
}
.ui-widget-content
{
    border-color: #cccccc;
}
input[type="text"].nudAnno
{
    margin: 0px;
    padding: 0px;
    color: #555555;
    padding: 4px 6px;
    width: 170px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 0px;
}
input[type="text"].ControlLikeLabel
{
    border: 0px;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    cursor: default;
    border-radius: 0;
    background-color: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    font-size: 12px;
}
input[type="text"].ControlLikeLabel:focus
{
    border: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select.ControlLikeLabel
{
    border: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    cursor: default;
    font-size: 12px;
}
select.ControlLikeLabel::-ms-expand /*IE*/
{
    display: none;
}
.MyHR
{
    display: block;
    background-color: #000000;
    width: 99%;
    height: 1px;
}
/*-------------------------------*/
#TabDestinatari
{
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#TabUltimeRic
{
    min-width: 545px;
    margin-top: 10px;
}
#TabUltimeRic th.TabUltimeRic_Vuoto
{
    border: 0px;
    background-color: inherit;
}
#TabDestinatari th, #TabUltimeRic th
{
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #339999;
}
#TabDestinatari td, #TabUltimeRic td
{
    padding: 5px;
    border: 1px solid #000000;
    background-color: #F6F6F6;
}
#TabDestinatari td.TabDestinatari_Codice, #TabDestinatari td.TabDestinatari_Delete
{
    text-align: center;
}
#TabDestinatari td.TabDestinatari_Delete, #TabUltimeRic td.TabUltimeRic_Edit, #TabUltimeRic td.TabUltimeRic_New
{
    background-color: inherit;
}
#TabUltimeRic td.TabUltimeRic_New img
{
    width: 20px;
    margin-left: 2px;
}
#TabDestinatari td.TabDestinatari_Delete img
{
    width: 16px;
    cursor: pointer;
}
/*-------------------------------*/
.Overlay
{
    background: rgba(000,000,000,0.6);
}
.BoxContenuti
{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 15px;
}
.overlayWaiting
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: wait;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #FFFFFF; /*     background-image:url(Images/sfondoDettImp.png);     background-repeat:repeat;     */
}
.overlayWaitingdiv
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 70px;
    margin-left: -150px;
    margin-top: -35px;
    color: #000; /*         color:#FFF;         */
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.overlayWaitingdiv img
{
    /*             width:30px;             height:30px;             */
    margin-top: 15px;
}
#rboLegenda
{
    position: fixed;
}
.rboLegenda_table
{
    border: 3px solid #339999;
    background-color: #FFFFFF;
}
.rboLegenda_table_td_img, .rboLegenda_table_td_text, .ConsultaLegenda td
{
    padding: 5px;
    text-align: left;
}
.rboLegenda_table_td_img img
{
    width: 24px;
}
.rboLegenda_table_td_text
{
}
.rboLegenda_table_td_line
{
    background-image: url("Images/line.png");
    background-repeat: repeat-x;
    height: 15px;
}
.ConsultaLegenda
{
    float: right;
    margin-right: 5px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}
/*-------------------------------*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
    min-width: 170px;
    padding: 4px 6px;
}
select
{
    min-width: 185px;
}
/*-------------------------------*/
.rboBrowse
{
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}
.rboBrowse a:hover
{
    text-decoration: none;
}
.rboTbody tbody
{
    display: inline-table;
    width: 100%;
}
.rboBrowseRowHover
{
    color: #000000;
    background-color: #C7C7C7;
}
.rboBrowseHeader
{
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
}
.rboBrowseHeader td
{
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.rboBrowseHeader a:link, .rboBrowseHeader a:active, .rboBrowseHeader a:visited
{
    text-decoration: underline;
}
.rboBrowseHeader a:hover
{
    text-decoration: none;
}
.rboBrowseItem
{
    height: 35px;
    background-color: #E0E0E0;
}
.rboBrowseAlternatingItem
{
    height: 35px;
    background-color: white;
}
.rboBrowse td, rboBrowseItem td, .rboBrowseAlternatingItem td
{
    padding: 5px;
    padding-left: 10px;
}
.rboBrowseButtons td
{
    padding-left: 10px;
}
.rboStandardButton, input[type="submit"].rboStandardButton
{
    margin-left: 10px;
    margin-bottom: 10px;
}
.rboBrowsePaging
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.rboBrowsePaging td
{
    padding-bottom: 7px;
}
.rboBrowseButtons
{
    display: inline-block;
    min-width: 300px;
}
.rboDisabledTextField
{
    border: 1px solid #cccccc;
}
.WinTitle
{
    height: 25px;
    line-height: 35px; /*margin-top: 10px;*/
    font-weight: bold;
    margin-left: 10px;
}
.ListWindow
{
    height: auto;
    background-color: #ece9d3;
}
.ListWindow ::selection
{
    /* background: red;*/ /* WebKit/Blink Browsers */
}
.ListWindow ::-moz-selection
{
    /*background: red;*/ /* Gecko Browsers */
}
.ListWindow .rboBrowse
{
    width: 100%;
}
.LoadingOnTextbox
{
    background: url('Images/loading.gif') no-repeat right center;
}
.TabDettaglioOre
{
    position: fixed;
    border: 3px solid #339999;
    background-color: #FFFFFF;
}
.TabDettaglioOre td
{
    padding: 5px;
    text-align: left;
}

