﻿/*
	evidenziato: #fffacd / error (textbox): #ffcccc / body: #FFFFFF
*/

/***************************************************************
					START MASTERPAGE STRUCT
***************************************************************/

html, body
{
	height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	background-color: #FFFFFF;
}
/* end hack */
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.marg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height:70px;
}
.ajax__tab_tab {
    overflow: unset !important;
}
 .autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 500px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
    width: 600px;
    max-height: 200px;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

/*input {
            border: 1px solid transparent;
            background-color: #f1f1f1;
            padding: 10px;
            font-size: 16px;
        }

            input[type=text] {
                background-color: #f1f1f1;
                width: 100%;
            }

            input[type=submit] {
                background-color: DodgerBlue;
                color: #fff;
                cursor: pointer;
            }*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.closeIcon
{
	background-position: right top;
	border:1;
	background-image:url(../../Images/Icons/Standard/XCloseWhite.gif);	
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 24px;
	top: 5px;
	height: 24px;
	right:4px;
	}
.updateProgress div
{
	background-color:Transparent;	
	position:fixed;
	top: 0;
	left: 0;	
}


.checkpsw {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-top: 5px;
    border: 1px solid;
    background-color: white;
    border-radius: 10px;
}

/*
#outer
{
	width: 100%;
	margin: auto;
	text-align: left;
	min-height: 100%;
	position: relative;
	background-color: #FFFFFF;
}
*/
#wrap {min-height: 100%; width:100%}

#main {overflow:auto;
	padding-bottom: 60px;}  /* must be same height as the footer */

#master .header {
    height: 10%;
    text-align: center;
}

#master .body {
    position: relative; 
    top: 0px; 
    left: 0px; 
    right: 0px; /* IE doesn't read this */ 
    bottom: 0px; /* IE doesn't read this */ 
    padding-left:0px; 
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom: 0px;
    margin:0px;
    background-color: #5198B4; 
    border: 0px solid; 
    border-color:#FFFFFF; 
    overflow: auto;
    width: 100%;
    height:90%;
}
#footer {
    position:relative;
    width: 100%;
    bottom: 0px;
    padding:0px; 
    margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both; 
}

#outer
{
	text-align: left;
}
* html /*#outer*/
{
	height: 100%;
}
#header1
{
	background-image: url(../../Images/Logo/palla.png);
	background-repeat:no-repeat;
	text-align: center;
	background-color:White;
	height: 88px;
	width:90px;
	top:0;
	left:0;
}
#header2
{
	background-image: url(../../Images/Logo/logo.destra.png);
	background-repeat:no-repeat;
	text-align: right;
	background-color:White;
	height: 35px;
	width:195px;
	top:0;
	left:500;
}
#Calendar
{
	background-image: url(../../Images/Logo/agenda.png);
	background-repeat:no-repeat;
	text-align: right;
	background-color:White;
	height: 48px;
	width:48px;
	top:0;
	left:645;
	cursor:crosshair;
}

#navigation
{
	color: #FFFFFF;
	height: 25px;
	padding-top:0;
	text-align: left;
	padding-left: 7px;
	vertical-align: middle;
	background-color: #E8F1FF;
	width:90%;
}
#menu
{
	height: 25px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	background-image: url(../../Images/General/Menu.gif);
}

#body
{
	height: 100%;
	/*margin: 8px;*/
	z-index:50;
	overflow:hidden;		
}

#footer
{
	left: 0px;
	bottom: -2px;
	height: 25px;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	position: absolute;
	background-color: #C9DEFA;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	z-index:1;
}


#clearfooter
{
	clear: both;
	height: 25px;
}

/*needed to make room for footer*/

#UserContainer
{
	color: #FFFFFF;	
	text-align: left;
	margin-left:2px;
	width: 60%;
	float: left;
}

#UserLogOut
{
	color: #FFFFFF;
	text-align: right;
	width: auto;
	margin-right: 12px;
}

#SiteMapContainer
{
	background-color:Yellow;
	color: #FFFFFF;
	text-align: right;
	width: auto;
	margin-left:257px;
/*	margin-right: 120px;*/
}

#FooterContainer
{
	color: #FFFFFF;
	text-align: right;
	width: 59%;
}


/*
#AppWebSysUtente
{
	position: absolute;
	left: 0px;
	font-size:small;
	margin-left: 2px;
	width: 340px;
	margin-top: 5px;
	background-color: #C9DEFA;
	color:#576A9B;
	float:left;
	font-weight:bolder;
}

#AppWebSys
{
	position: absolute;
	left: 0px;
	font-size:small;
	margin-left: 350px;
	width: 724px;
	margin-top: 5px;
	background-color: #C9DEFA;
	color:#576A9B;
	float:left;
	font-weight:bolder;
}

#AppVersion
{
	position: absolute;
	right: 0px;
	width: 100px;
	text-align: right;
	color:#576A9B;
	margin-top: 5px;
	margin-right: 5px;
	font-size:smaller;
}
*/
/***************************************************************
						START PAGE STRUCT
***************************************************************/

A
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	background: none transparent scroll repeat 0% 0%;
}
A:hover
{
	color: #FFD559;
	background-image: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

A:active, visited, link
{
	color: #FFFFFF;
}

A.DetailLink
{
	color: #C9DEFA;
	text-decoration: underline;
}

A.DetailLinkRed
{
	color: Red;
	text-decoration: underline;
}

A.DetailLink:hover
{
	color: #000070;
	text-decoration: underline;
}

A.LinkUnderline
{
	color: #C9DEFA;
}

A.LinkUnderline:hover
{
	color: #000070;
	text-decoration: underline;
}

Span.version
{
	padding-right: 10px;
}

.NoWhiteSpaces
{
	white-space: nowrap;
}

HR
{
	margin: 0px;
	color: #000070;
	height: 1px;
}

li
{
	margin: 0;
	padding: 0;
	border: none;
}

/***************************************************************
							TABLES
***************************************************************/

TABLE
{
	font-size: 11px;
	font-family: Verdana, Arial;
}


/*******   Tabelle pagine search e riepilogo      *************/

TABLE.tableSearchDisplay
{
	width: 100%;
	border: solid 1px #000070;
	background-color: #ffffff;
	text-align: center;
}

TABLE.tableSearchDisplayBottom
{
	width: 100%;
	border: solid 1px #000070;
	border-top: none 0 0;
	background-color: #ffffff;
	text-align: center;
}

TR.HeaderSearchDisplay
{
	background-image: url(../../Images/General/borderTop.gif);
	height: 20px;
	color: #003C7C;	
	text-align: left;
	font-weight: bold;
}

TR.HeaderSearchDisplayWFE
{
	background-color:#CEE4F4;
	background-image: url(../../Images/General/WFE.png);
	background-repeat:no-repeat;
	height: 20px;
	color: #003C7C;	
	text-align: left;
	font-weight: bold;
}

TR.ContentSearchDisplay
{
	background: #e8f1ff;
	color: #576A9B;
	text-align: left;
	font-weight: normal;
}

TR.FooterSearchDisplay
{
	background: #e8f1ff;
	color: black;
	text-align: left;
	font-weight: normal;
}
.tdHighlight
{
	background-color: White;
	padding: 8px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dialogHeader
{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	font-family: Verdana;
	background-color: #7C6F57;
}
DIV.SearchDisplay
{
	text-align: center;
}

TABLE.resultDisplay
{
	width: 100%;
	border: solid 1px #000070;
	background-color: #FFFFFF;
	text-align: center;
}

TR.resultHeader
{
	background-image: url(../../Images/General/borderTop.gif);
	height: 20px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}

TR.resultContent
{
	background: #e8f1ff;
	color: black;
	text-align: left;
	font-weight: normal;
}

TR.resultContentWhite
{
	background: #FFFFFF;
	color: black;
	text-align: left;
	font-weight: normal;
}

TD.GridviewDescription
{
	background: #C9DEFA;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}

TD.InnerCellDescription
{
	background: #C9DEFA;
	color: #003C7C;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
	border-right: solid 2px white;
}

TD.InnerCellDescriptionTop
{
	background: #C9DEFA;
	color: #003C7C;
	font-weight: bold;
	width: 100%;
	vertical-align: top;
	border-right: solid 2px white;
	height:5px
}

TD.InnerCellDescriptionEmpty
{
	background: #C9DEFA;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
	border-right: solid 1px white;
}

TD.RightCellDescription
{
	background: #C9DEFA;
	color: #003C7C;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
}

.GenericTable
{
	width: 100%;
	border: solid 1px #000070;
	background-color: #ffffff;
	text-align: center;
}

.GenericTableHeader
{
	background: #C9DEFA;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}

.GenericTableContent
{
	background: #e8f1ff;
	color: black;
	text-align: left;
	font-weight: normal;
}

.BorderRight
{
	border-right: solid 2px white;
}

TR.StepHeader
{
	/*background-color: #FFFFFF;*/
	background: #D6E4FA;
	text-align: center;
	color: #C9DEFA;
	font-weight: bold;
	font-size: 120%;
}

TR.HeaderWithoutImage
{
	background-color: #C9DEFA;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

/***************************************************************
							INPUT
***************************************************************/
INPUT.buttonStandard
{
	background-color: #FFFFFF;
	background-image: url(../../Images/Buttons/DefaultButton/active.gif);
	border: #00156e 1px solid;
	padding-right: 1em;
	background-position: center;
	padding-left: 1em;
	font-size: 100%;
	overflow: visible;
	color: #00156e;
	height: 1.7em;
	text-align: center;
	cursor: pointer; /*min-width: 7em;*/ /*padding-bottom: 0px;*/ /*padding-top: 0px;*/
}

INPUT.buttonStandard[disabled] { 
color:Gray;
cursor:default;
/* Add other  styles here for disable button */ 
}

INPUT.buttonStandard1
{
	background-color: #FFFFFF;
	background-image: url(../../Images/Buttons/DefaultButton/active.gif);
	border: #00156e 1px solid;
	padding-right: 1em;
	background-position:center;
	padding-left: 1em;
	font-size: 100%;
	overflow: visible;
	color: #00156e;
	height: 1.7em;
	text-align: center;
	cursor: pointer; /*min-width: 7em;*/ /*padding-bottom: 0px;*/ /*padding-top: 0px;*/
}

INPUT.fileUpload
{
	border: #00156e 1px solid;
	padding-right: 1em;
	background-position:center;
	padding-left: 1em;
	font-size: 100%;
	overflow: visible;
	color: #00156e;
	height: 1.7em;
	cursor: pointer; /*min-width: 7em;*/ /*padding-bottom: 0px;*/ /*padding-top: 0px;*/
}

INPUT.CheckBox
{
	border: 0px;
	width: 30px;
	height: 30px;
}

.buttonDownload
{
	background-image: url(../../Images/Icons/24x24/DownloadFile.gif);
}

/***************************************************************
							MASK
***************************************************************/

.MaskedEditError
{
	background-color: #ffcccc;
}

/***************************************************************
							SELECT
***************************************************************/

SELECT
{
	margin-top: 1px; /*height: 1.5em;*/ /*height: 19px;*/
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	background-color: #ffffff;
	border: #a7a6aa 1px solid;
}

/***************************************************************
							TEXTBOX
***************************************************************/


/***************************************************************
							VALIDATORI
***************************************************************/

.validatorCalloutHighlight
{
	background-color: #FFFACD;
}

/***************************************************************
							TREEVIEW
**************************************************************/
.defaultTreeTable
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px
}
.containerTableStyle
{
    FONT-SIZE: 10px;
    OVERFLOW: auto
}
.standartTreeRow
{
    FONT-SIZE: 12px;
    FONT-FAMILY: 'Trebuchet MS', 'Verdana', 'Geneva', 'Arial', 'Helvetica', 'Sans-Serif';
    
}
.selectedTreeRow
{
    FONT-SIZE: 12px;
    FONT-FAMILY: 'Trebuchet MS', 'Verdana', 'Geneva', 'Arial', 'Helvetica', 'Sans-Serif';
    
}
.selectedTreeRow
{
    COLOR: white;
    BACKGROUND-COLOR: navy
}
.standartTreeImage
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    OVERFLOW: hidden;
    BORDER-LEFT: 0px;
    WIDTH: 18px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
    HEIGHT: 18px
}
.hiddenRow
{
    OVERFLOW: hidden;
    WIDTH: 1px
}
.dragSpanDiv
{
    BORDER-RIGHT: 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: 1px solid;
    PADDING-LEFT: 2px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: 'Trebuchet MS', 'Verdana', 'Geneva', 'Arial', 'Helvetica', 'Sans-Serif';
    BACKGROUND-COLOR: white
}
#details
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    OVERFLOW: auto;
    BORDER-LEFT: silver 1px solid;
    WIDTH: 100%;
    BORDER-BOTTOM: silver 1px solid;
    HEIGHT: 100%
}
#options
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    OVERFLOW: auto;
    BORDER-LEFT: black 1px solid;
    WIDTH: 100%;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: black 1px solid;
    HEIGHT: 100%
}
#menuView
{
    BORDER-RIGHT: silver 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: silver 1px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    OVERFLOW: auto;
    BORDER-LEFT: silver 1px solid;
    WIDTH: 350px;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: silver 1px solid;
    HEIGHT: 600px;
    BACKGROUND-COLOR: white
}


.handleText
{
	width:16px;
	height:16px;
	background-image:url(../../images/General/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

/***************************************************************
							UPDATE PROGRESS
**************************************************************/
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

/***************************************************************
							Accordion
**************************************************************/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderDoc
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:10px;
}
.accordianHeader:hover
{
 background-color:#C9DEFA;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelectedDoc
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:10px;
}
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow-x:hidden;
    overflow-y:auto;
}

a.menuButton {
    display: inline-block;
    border: 2px solid #5198b4;
    margin: 0px 2px;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    background-color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    font-family: Tahoma;
    font-size: 1.1em;
    width: 90px;
    text-align: center;
}

a.menusmallButton {
    display: inline-block;
    border: 1px solid #5198b4;
    margin: 2px 2px;
    padding: 1px 1px 1px 1px;
    font-weight: bold;
    background-color: #FFFFFF;
    height: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-size: 1.0em;
    width: 85px;
    text-align: center;
}

a.link {
    color: #165469;
    font-weight: normal;
}
.miotext {
    font-size: 16px !important;
}


@media screen and ( max-width: 1024px) {

     
    .miotext {
        font-size: 24px !important;
    }
   
    .body-content {
        margin-top: 50px !important;
    }

    
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col-md-6 {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    
}
