﻿* 
{
	margin: 0px;
	padding: 0px;		
}

body
{
	font-family: Verdana, Tahoma, Arial;
}

#header
{
	width: 100%;
	background-color: #224391;
	clear:both;
	height:70px;
}

#main 
{
	background-color: #FFFFFF;
}

#menu
{
	float: left;
	width: 180px;
	background-color: #FFFFFF;
}

#content
{
	position: absolute;
	margin-left: 180px;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	background-color: #FFFFFF;	
	overflow: auto;
}

#footer
{
	background-color: #224391;
	width: 100%;
	height: 30px;	
	position: fixed;
}

#titolo 
{	
	float:left;
}

#quickMenu 
{
	margin: 0px 5px 0px auto;
	background-color: #F2F2F2;
	width: 300px;
	text-align: center;
	padding: 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #E2E2E2;	
}

#quickMenu label 
{
	font-size: 12px;	
	padding-left: 0px;
}

#quickMenu .pulsante 
{
	font-size: 12px;	
	padding: 0px;
}

#table-inner 
{
	width: 100%;
	overflow: auto;
}

.titolo 
{
	font-size: 40px;
	font-weight: bold;	
	color: #FFFFFF;
	padding: 10px;
}

.contenitore_form 
{
	clear:both;
	min-height:100px; height:auto !important; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:auto;
	border:1px solid #E2E2E2;
	margin:0 auto;
	margin-top: 20px;
	padding:10px;
	background-color: #F2F2F2;
}

.form {
	margin: 0px auto;	
}

.form .radiobutton
{
	margin: 0px;
	width: 100%;
}

.form .radiobutton td
{
	color: #000000;
	min-width: 0px;
	width: 50%;
}

.form .radiobutton label
{
	color: #000000;
	min-width: 0px;
}

.form .radiobutton input
{
	color: #000000;
	min-width: 0px;
	width: auto;
}


.formreport {
	margin: 0px auto;
	overflow: auto;
}

.elenco 
{
	width: 100%;	
}

.pager_elenco td td
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 1px 5px 0px;	
}


.elenco td 
{
	font-size: 0.7em;
	font-weight: bold;
	padding: 5px 1px 5px 0px;	
}

.elenco td select
{
	width: 100%;
}

.elenco td .pulsante
{
	width:100%;	
}

.elenco th
{
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.elenco input
{
	min-width: 5px;	
}

.button_group 
{
	text-align:center;
}

.pulsante 
{
	margin-left: auto;
	margin-right: auto;
	min-width: 100px;
	padding: .5em;
	color: #ffffff;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 1px #000;
	border: solid thin #224391;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 2px #bbb;
	background-color: #6d86b7;
	background-image: -webkit-gradient(linear, left top, left bottom,
	 from(#6d86b7), to(#3b5ea6),color-stop(0.4, #224391));
}

input, label 
{
	padding: 2px;	
	min-width: 150px;
}

.detail input
{
	min-width: 200px;	
}

.detail select 
{
	width: 208px;	
}

label 
{
	color: #3B5998;
	
}

.titolo_form 
{
	color:#A70303;
	font-weight:bold;
}


.report 
{
	width: 100%;
	border-collapse: collapse;
}

.report .header 
{
	color:White;
	background-color:#6D86B7;
}

.report .footer 
{	
	background-color:#EEEEEE;
}


/* riga report */

.report .cell 
{
	background-color:#FFFFFF;	
}

.report thead 
{

}

.report tbody 
{

}

.report td
{
	font-size: 11px;
	border: solid thin gray;
	padding: 2px;
}

.report .fixcol 
{
	min-width: 50px;
	max-width: 50px;
	text-transform: lowercase;
	text-align: center;
}

.report .nopadding 
{
	padding: 0px;
	margin: 0px;
}

.report .lastcol 
{
	min-width: 150px;
	max-width: 150px;
}

.report .noBorder
{
	border: solid 0px black;	
}

.report .masterHeader 
{
	background-color:#FFFFFF;
	font-size: 15px;
	color: #224391;
	border-bottom: none 0px transparent;
}

.imgButton 
{
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	min-width: 0px;	
}

.fontTitle
{
	font-size: 13px;	
}

.default_text 
{
	font-family: Arial;
	font-size: 13.3333px;	
}

.waiting_dialog 
{	
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -180px;
    width: 130px;
    height: 100px;
    padding: 50px 100px 50px 130px;
    background-color: White;
    border: 1px solid #6D86B7;
    z-index:20;
    display: none;
    color: #224391;
    font-size: 13px;
}


.message_result_positive
{
	background-color: #c2ffda;
	border-color: #2ecc71;
	color: #27ae60;	
	margin: 1em;
	padding: .2em .2em .2em .2em;
	border: 2px solid;
}

.message_result_negative
{
	background-color: #fddad8;
	border-color: #e74c3c;
	color: #c0392b;	
	margin: 1em;
	padding: .2em .2em .2em .2em;
	border: 2px solid;	
}

.jtable-download-button {
  background: url('../images/download_jt.png') no-repeat;
  width: 16px;
  height: 16px;
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
