﻿body, html
{
    height: 100%;
    background: #F2F2F2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input[type="text"]::-webkit-input-placeholder
{
    text-transform: capitalize;
    color: #999;
}

input[type="text"]:-moz-placeholder
{
    text-transform: capitalize;
    color: #999;
}

input[type="text"]::-moz-placeholder
{
    text-transform: capitalize;
    color: #999;
}

input[type="text"]:-ms-input-placeholder
{
    text-transform: capitalize;
    color: #999;
}

textarea
{
    font-family: inherit;
    font-size: inherit;
}

td
{
    vertical-align: middle;
    border: 0px;
}

strong
{
    font-weight: bold;
}

u
{
    text-decoration: underline;
    color: #339999;
}

p
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
}

ul li
{
    margin-left: 25px;
    font-size: 11pt;
    list-style-type: disc;
}

a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #339999;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 24px;
    color: #339999;
}

h2
{
    font-size: 18px;
    color: #339999;
}

h3
{
    font-size: 16px;
    color: #333333;
}

h4
{
    font-size: 16px;
    color: #339999;
}

h5
{
    font-size: 14px;
    color: #339999;
}

h6
{
    font-size: 13px;
    color: #339999;
}

/* HEADER */
.Header
{
    background-color: #F2F2F2;
    width: 1024px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.Logo
{
    background: url(Images/logo.jpg) center left no-repeat, url(Images/interventiweb.jpg) right no-repeat;
    float: left;
    height: 110px;
    width: 360px; /* width: 50%; background-image: url(Images/Logo.jpg); background-repeat: no-repeat; background-size: auto; background-position: 0px 10px; */
}

.Menu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    height: 38px;
    width: 345px;
    text-align: center;
    line-height: 38px;
    background-image: url(Images/bg_Button.jpg);
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.Utente
{
    color: #666666;
    font-size: 9pt;
    height: 100px;
    min-width: 500px;
    float: right;
    margin-right: 10px; /*     width: 50%;     float: left; */
    text-align: right;
    line-height: 140px;
}

.Separator
{
    width: 1px;
    background: #666666;
    float: right;
    height: 17px;
    margin-top: 59px;
    margin-left: 5px;
    margin-right: 5px;
}

.rboUserName
{
    color: #666666;
    font-size: 9pt;
}

.StaticMenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.ItemMenuHover
{
    text-decoration: underline;
}

.ItemMenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: left;
    font-size: 8pt;
    background: #339999;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
}

.ItemMenu a
{
    cursor: pointer;
}

.StaticMenuHover
{
    text-decoration: underline;
}

/* END */

/* CONTENT */
.Content
{
    background-color: #F2F2F2;
    width: 1024px;
    min-height: 350px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify; /*padding-left:25px;*/
    height: auto;
}

input[type="button"], input[type="submit"], .rboBrowse input[type="button"], .rboBrowse input[type="submit"], .rboStandardButton, .rboListWindowSelection
{
    background-image: url(Images/bg_Button.jpg);
    height: 35px;
    min-width: 100px;
    width: auto; /*width:100px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    border: 0px; /* padding: 10px;*/ /*    padding: 2px 2px 2px 2px;*/
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: normal; /*margin-right:8px;*/
}

.rboListWindowMultiSelection
{
    height: 20px;
    width: 20px;
    min-width: 20px;
}

input[type="button"]:hover, input[type="submit"]:hover, .rboBrowse input[type="button"]:hover, .rboBrowse input[type="submit"]:hover, .rboStandardButton:hover, .rboListWindowSelection:hover
{
    background-image: url(Images/Hover.png);
}

.rboBrowse input[type="button"], .rboBrowse input[type="submit"]
{
    height: 15px;
    width: 70px;
    margin-top: 5px;
}

.Overlay
{
    background: transparent url(Images/Overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.BoxContenuti
{
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -507px;
    margin-top: -150px;
    background-color: #fff;
    color: #7F7F7F;
    padding: 30px;
    border: 2px solid #ccc;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
    width: 950px;
    text-align: center;
}

a.boxclose
{
    float: right;
    width: 25px;
    height: 25px;
    background: transparent url(Images/cancel.png) repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}

*:focus
{
    outline: none;
}
/* END */

/* FOOTER */
.Footer
{
    background-image: url(Images/bg_Footer.jpg);
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
}

.lblCopyright
{
    color: #FFF;
    font-size: 10pt;
    margin-left: 37px;
}

.Errore
{
    border: 1px solid red;
}
.lblErrore
{
    color: Red;
    font-weight:bold;
}
/* END */

/*   TOOLTIP   */
#tt
{
    position: absolute;
    display: block;
    background: url(Images/tt_left.gif) top left no-repeat;
}

#tttop
{
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(Images/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#ttcont
{
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
    line-height: 15px;
    text-align: left;
}

#ttbot
{
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(Images/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}
/* END */

.sitemappathcontainer
{
    color: Gray;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
}

.MessageItem
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
    color: #FFF;
    font-size: 10pt;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    width: 100%;
}

.rboErrorTextField
{
    border-color: Red;
}

.rboMandatoryField
{
    border-color: Black;
    border-width: 3px;
}

.rboMandatoryFieldMissing
{
    border-color: Orange;
    border-width: thin;
}

.rboDisabledTextField
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #eaf4ff;
    border-bottom-style: none;
}

/* GRIGLIA */
.Hea_
{
    background-color: #F0F0F0;
    color: #339999;
    font-size: 13px;
    height: 25px;
    border-left: #FFF;
    border-right: #FFF;
    border-top: #FFF;
    line-height: 25px;
}

.Ite_
{
    font-size: 9px;
    border: 0px;
    height: 25px;
}

.rboBrowse
{
    margin-bottom: 20px;
    border: 0px;
    min-width: 350px;
}

.rboBrowseHeader
{
    background-color: #F0F0F0;
    color: #339999;
    font-size: 13px;
    height: 50px;
    border-left: #FFF;
    border-right: #FFF;
    border-top: #FFF;
    line-height: 50px;
}

.rboBrowseItem
{
    height: 50px;
    text-align: left;
    line-height: 25px;
    border: 0px;
}

.rboBrowseAlternatingItem
{
    height: 50px;
    text-align: left;
    line-height: 25px;
    border: 0px;
}

.rboBrowseFooter
{
    background-color: #0C82D2;
    border-color: #0C82D2;
    font-weight: bold;
}

a.space
{
    margin-right: 0px;
}

.rboBrowseCestinoHeader
{
    background-color: black;
    border-color: black;
    height: 15px;
    text-align: center;
    color: White;
}

.rboBrowseCestinoHeaderItems
{
    background-color: #6B6B6B;
    border-color: #6B6B6B;
    height: 15px;
    text-align: center;
    color: White;
}

.rboBrowseCestinoItems
{
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    height: 25px;
    text-align: center;
}

.rboBrowseCestinoAlternatingItems
{
    background-color: #EDEDED;
    border-color: #EDEDED;
    height: 25px;
    text-align: center;
}

.rboRadioButtonList input
{
    margin-left: 5px;
}

.rboRadioButtonList label
{
    margin-left: 5px;
    cursor: pointer;
    vertical-align: bottom;
}

.lnkLogout
{
    color: #666666;
}
.imgDelete
{
    margin-right: 5px;
    cursor: pointer;
}
.imgCal
{
    cursor: pointer;
    width: 21px;
    margin-bottom: 2px;
}
.Divisore
{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.rboTotaleRigheGriglia_L
{
    display: inline-block;
    height: 35px;
    line-height: 37px;
    font-weight: bold;
}
.rboTotaleRigheGriglia_V
{
    display: inline-block;
    height: 35px;
    line-height: 37px;
    color: #339999;
    font-weight: bold;
}
.rboFC_Content iframe
{
    border: 5px dashed #339999;
}
