﻿/*------------------------------------*\
	RESET
\*------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display: block;
}

table{
	border-collapse:separate;
	border-spacing:2px;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
A:hover
{
    cursor: pointer;
}
/*------------------------------------*\
	/ RESET
\*------------------------------------*/
HTML
{
    background-color: #3A3730;
}
*, body
{
    color: #444444;
    font-family: Tahoma,Helvetica;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

#pnlTop
{
    background-image: url(img/topbg.png);
    background-repeat: repeat-x;
    height: 70px;
}
#now
{
    color: white;
    position: absolute;
    top: 5px;
    right: 28px;
}
#oraServer
{
    color: white;
}
#pnlTopI1
{
    background-image: url(img/logotop.png);
    background-repeat: no-repeat;
    clear: none;
    float: none;
    position: absolute;
    top: 4px;
    left: 28px;
    height: 57px;
    width: 217px;
}
#menucontainer
{
    padding-bottom: 35px;
    background-image: url(img/menucontainerbg.png);
    background-repeat: repeat-x;
    height: 26px;
}
#logoContainer
{
    position: relative;
    text-align: center;
    top: 2px;
}
#logoGruppo
{
}
#div_titolo
{
    color: white;
    font-size: medium;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 104px;
    margin-left: 40px;
    float: none;
}
#desc_sito
{
    position: absolute;
    top: 8px;
    left: 255px;
    float: none;
}
#desc_sito > p
{
    font-size: medium;
    color: white;
}

.lnkLogOut
{
    font-size: x-small;
    color: white;
    position: absolute;
    top: 79px;
    right: 12px;
    text-decoration: none;
}
A.lnkLogOut:Hover
{
    text-decoration: underline;
}
A.lnkLogOut:Hover IMG {
	-moz-opacity: 1;
	opacity: 1;
}
.lnkLogOut IMG {
    vertical-align: middle;
    float: right;
	-moz-opacity: 0.80;
	opacity: 0.80;
    padding-left: 3px;
}
@media (max-width: 1024px)
{
    .lnkLogOut
    {
        top: 54px;
    }
}
#divbody
{
    background: #FAFAFA url(img/home.jpg) no-repeat fixed center;
    min-height: 450px;
    padding: 1%;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    width: 90%;
    /*overflow: auto;*/
    overflow: visible;
}

.LayoutSingleLineControl
{
    padding-right: 1em;
    table-layout: fixed;
    width: 100%; /*background: url("css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
    border-top: 3px solid #666666;
    border-bottom: 3px solid #666666;
}
.LayoutSingleLineControl TH
{
    font-weight: normal;
    text-align: left; /*border-bottom: 1px dotted gainsboro;*/
    background-color: #F0F0F0;
    line-height: 21px;
}
/* */
#TABProcedureAttivazioni TR TD H3
{
	padding-top: 8px;
}
.grid
{
    width: 100%;
    clear: both;
}
.grid tr.even, .grid tr.dispari, .grid tbody tr:nth-child(even)
{
    background-color: #EBEBEB;
}
.grid tr.odd, .grid tr.pari, .grid tbody tr:nth-child(odd)
{
    background-color: #fafafa;
}
.grid tr.subtitolo
{
}
.grid TBODY tr:hover, .grid TBODY tr.row_selected
{
    background-image: url("css/smoothness/images/ui-bg_highlight-soft_75_76baff_1x100.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.grid TH
{
/*	padding: 2px;
	background-color: #999999;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	text-align: center;
	letter-spacing : 1px;
	height: 20px;*/
}
.grid td
{
    padding-left: 3px;
    padding-right: 3px;
}
.grid td.lx, .lx
{
    text-align: left;
}
.grid td.dx, .dx
{
    text-align: right;
}
.grid td.cx, .cx
{
    text-align: center;
}
TH.subtitolo
{
    background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    height: 25px;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    color: white; /*#222222;*/
    font-size:medium;
}
.grid TFOOT TH
, .grid TFOOT TH.ui-state-default
{
    font-size: 1.1em;
    font-weight: bold;
}

/* */
.chart-gauge
{
    width: 155px;
    height: 120px;
}

.chart-div
{
    width: 310px;
    height: 160px;
}
.chart-torta
{
    width: 250px;
    height: 160px;
}
.chart-stack-div
{
    width: 310px;
    height: 180px;
}
.waitsmall
{
    background-image: url(img/waiting.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid gainsboro;
    border-radius: 2px 2px 2px 2px;
    min-height: 18px;
    min-width: 18px;
}
.waitbg
{
    background-image: url(img/waitingbg.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid gainsboro;
    min-height: 64px;
    min-width: 64px;
}
td.waitbg
{
    height: 64px;
}
.container
{
    margin-bottom: 20px;
    border: 2px solid gainsboro;
    /* stondatura */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /* ombra */
    box-shadow: 3px 3px 7px #777777;
    -webkit-box-shadow: 3px 3px 7px #777777;
    -moz-box-shadow: 3px 3px 7px #777777;
    overflow: hidden;
}
.container H3
{
    border-bottom: 1px solid gainsboro;
    line-height: 25px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.containerMeteo
{
    height: 80px;
    width: 130px;
}
.container.containerMeteo H3 {
    margin-bottom: 0px;
}
.containerMeteo .ui-previsionimeteo-prev {
    position: absolute;
}
    .containerMeteo > div > H4 {
        font-size: 8px;
        text-align: center;
    }
.containerMeteo img
{
    float: left;
    padding-left: 20px;
    padding-right: 5px;
    width: 40px;
    height: 40px;
}
.containerMeteo p
{
    /*con la rem và a capo white-space: nowrap;*/
    overflow: hidden;
}
.undefinedGPS
{
    text-align: center;
}
/* */
#pnlFooter
{
    background-image: url(img/pnlFooterbg.png);
    background-repeat: repeat-x;
    height: 42px;
    padding-top: 5px;
    margin-top: 25px;
}
#pnlFooter .l
{
    float: left;
    height: 1px;
    width: 24%;
}
#pnlFooter .c
{
    float: left;
    width: 50%;
    text-align: center;
}
#pnlFooter .c P
{
    color: white;
}
#pnlFooter .r
{
    float: right;
    padding-right: 5px;
    text-align: right;
    width: 24%;
}
#pnlFooter .r A
{
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

.button
{
    cursor: pointer;
    font-family: Tahoma,Helvetica;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    min-height: 21px;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #666666;
}
A.button
{
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    text-decoration: none;
}
DIV.button
{
    background: url("css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
}
A.button:hover, .button:hover:not([disabled]), .button:focus
{
    border: 1px solid #FF9C08;
    background: url("css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
}
.button[disabled] {
    opacity: .5;
}
.btimg
{
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px 5px 5px 5px;
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.btimg:hover, .btimg:focus
{
    border: 2px solid #FF9C08;
    box-shadow: 3px 3px 7px #777777;
    -webkit-box-shadow: 3px 3px 7px #777777;
    -moz-box-shadow: 3px 3px 7px #777777;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
A.delete-small, A.copy-small
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
A.delete-small:hover, A.delete-small:focus
, A.copy-small:hover, A.copy-small:focus
{
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
A.delete-small
{
    background-image: url(img/delete-small.png);
}
A.copy-small
{
    background-image: url(img/copy-small.png);
}
/* SendUIMessage */
#sendUIMessageArea
{
	position: fixed;
	right: 8px;
	bottom: 28px;
	width: 40%;
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
	display: block;
	font-size: small;
	font-weight: bold;
	overflow: auto;
}
.Err
{
	background-color: #FFDDD5;
	color: Red;
	padding: 3px;
	border: Red 1px solid;
}
.Warning
{
	background-color: #FFFFE6;
	color: #FF9900;
	padding: 3px;
	border: 1px solid #FF9900;
}
.Info
{
	background-color: #EAF4FF;
	color: #444;
	padding: 3px;
	border: 1px solid #99CCFF;
}
#sendUIMessageHistory
{
    height: 20px;
    line-height: 20px;
    right: 2px;
    bottom: 2px;
    min-width: 10px;
    width: 1%;
    margin: 0 auto;
    padding: 0 10px;
    position: fixed;
    text-align: center;
    z-index: 1;
}
#tbSendUIMessageHistory
{
    background-color: #FAFAFA;
    padding: 15px;
}
/* serve a chrome che altrimenti spancia oltre il contenitore i controlli */
SELECT { max-width: 100%; }
SELECT OPTION:disabled
{
    text-decoration: line-through;
    color:Red;
}
input:focus, select:focus {
    background: #76baff;
    box-shadow: 3px 3px 7px #777777;
    -webkit-box-shadow: 3px 3px 7px #777777;
    -moz-box-shadow: 3px 3px 7px #777777;
    border: 1px solid #5b8fc4;
}
.Txt, .TxtData, .TxtNum, .ddl
{
    max-width: 100%;
    border: 1px solid #3e3e3e;
    line-height: 10px;
    padding: 1px 3px 1px 3px;
}
.TxtData
{
    width: 70px;
}
.TxtDataMY
{
    width: 45px;
}
.TxtDataY
{
    width: 35px;
}
.TxtDataHM
{
    width: 35px;
}
.TxtNum
{
    text-align: right;
}
.MultiLine
{
    height: 50px;
}
.ReadOnly, input.ReadOnly:focus, select.ReadOnly:focus
, input[readonly="readonly"], input[readonly="readonly"]:focus
{
    background-color: #A6A6A6;
    color: #F8F8F8;
}
#bar, .bar
{
    width: 100%;
    border-bottom: 1px solid #3e3e3e;
    text-align: center;
    margin-bottom: 15px;
}
#bar a img, .bar a img, A.barbt img
{
    border: 0px none;
}
#bar a, .bar a, A.barbt
{
    opacity: 0.75;
}
#bar a:hover, .bar a:hover, A.barbt:hover
{
    /*opacity: 1;*/
}
.bar > .ui-button {
    margin-bottom: 5px;
}
.bottom-bar
{
    width: 100%;
    border-top: 1px solid #3e3e3e;
    text-align: center;
    margin-top: 15px;
}
.buttonbar
{
    overflow: auto;
}
/**** PlugIn Tabella ****/
.dataTables_length
{
	width: 40%;
	float: left;
}
.dataTables_filter
{
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info
{
	width: 60%;
	float: left;
}

.dataTables_paginate
{
	/*width: 44px;*/
	float: right;
	text-align: right;
}

.dataTables_paginate .ui-button {
    margin-right: -0.1em !important;
}

.paging_full_numbers .ui-button {
    cursor: pointer;
    margin: 0;
    padding: 2px 6px;
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}
.paginate_disabled_previous {
	background-image: url('images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('images/forward_enabled.jpg');
}

.sorting_asc {
	background: url('images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('images/sort_desc_disabled.png') no-repeat center right;
}

.css_right
{
    float: right;
}
td.editing
{
    padding: 0px;
    width: 1px;
}
td.editing input
{
    border: 0px solid #3e3e3e;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: none;
}
table.grid.dataTable tbody tr {
    min-height: 14px;
}
/**** / PlugIn Tabella ****/
/**** PlugIn TruncateExpandText ****/
.crm_more_trigger
{
    color: red;
}
/**** / PlugIn TruncateExpandText ****/
.SchedaSiteInfoBase .LayoutSingleLineControl TH
{
    width: 80px;
    /*white-space: nowrap;*/
}
.SchedaSiteInfoBase TABLE.LayoutSingleLineControl > tbody > tr > TD
{
    font-weight: bold;
    display: inline-block;
    overflow-y: auto;
    max-height: 150px;
}
.SchedaSiteInfoBase H1
{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    margin-top: 8px;
}
.popup-ctrl-graphdraw .bar
{
    text-align: right;
}
.popup-ctrl-graphdraw .bar .buttonset
{
    float: left;
}
.popup-ctrl-graphdraw .periodo
{
    text-align: center;
}
.popup-ctrl-graphdraw .chart-div
{
    width: 90%;
    margin: 20px auto 10px auto;
}
/* Plug in tv-off */
div#tvoff-c
{
    position:absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width:100%;
    background: #fff;
    display:none;
    z-index: 1001;
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
div#tvoff-t,div#tvoff-b
{
    overflow:hidden;
    width:100%;
    height:0;
    opacity:0.95;
    background:#000;
    position:absolute;
    z-index: 1000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
div#tvoff-t
{
    top: 0;
}
div#tvoff-b
{
    bottom: 0;
}
div#tvoff-t.animated
, div#tvoff-b.animated {
    height:50%;
    opacity: 1;
}
div#tvoff-c.animated
{
    width: 0;
    left: 50%;
}
/* plug-in SliderPeriodo */
DIV.SliderPeriodo
{
    text-align: center;
}
DIV.SliderPeriodo > .input-container > label
{
    display: block;
}
DIV.SliderPeriodo > .input-container > input
{
    font-size: medium;
    text-align: center;
}

table.pro thead th
{
    background-color: #A5A5A5;
    color: White;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    border: 1px solid #535353;
}
table.pro tbody td
{
    border: 1px solid gainsboro;
}
table.pro tbody tr.row_selected
{
    background-color: #A8A8A8;
}
table.pro tbody tr.row_selected td
{
    color: White;
}

.ui-icons-seye {
    background-image: url("img/icons.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}
.partimg {
    width: 52px;
}
.Allarme-Ok { background-position: 0 0; }
.Allarme-Error { background-position: -16px 0; }
.Allarme-Warning { background-position: -32px 0; }
.plug-connect { background-position: 0 -16px; }
.plug-disconnect { background-position: -16px -16px; }
.bestrunning { background-position: 0 -32px; }
.manutenzione { background-position: -16px -32px; }
.sospensione { background-position: -32px -32px; }
.ui-icons-seye.waiting {
    background-image: url("img/waiting.gif");
    background-position: 0 0;
}
.ui-icons-seye.Allarme-Error > p {
    background-color: #CA6C6C;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-size: 7px;
    font-weight: bold;
    min-height: 5px;
    min-width: 5px;
    padding: 0 3px 0 2px;
    position: relative;
    top: 8px;
    left: 8px;
    text-align: right;
    float: left;
}
.ui-ctrl-c {
    display: inline-block;
}
.ui-ctrl-c > * {
    display: inline-block;
}
.ui-ctrl-c > div {
    position: relative;
    padding-left: 8px;
    padding-right: 7px;
    top: -7px;
}

.dataTables_wrapper {
    overflow: auto;
}
a.btn
{
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
    color: #222222;
    text-decoration: none;
    font-size: 16px;
    transition: all 1s;
}
a.btn:hover
{
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.badge {
    font-size: 70%;
    background-color: rgb(113, 147, 177);
    border-radius: 50%;
    padding: 0px 3px 1px;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 3px;
}
a.btn .badge {
    font-size: 8px;
    left: -3px;
}


@media (min-width: 1px) and (max-width: 1024px)
{
    #divbody
    {
        width: 96%;
    }
}
