@font-face {
    font-family: 'proxima_rg';
    src: url('font/proximanova-regular-webfont.eot');
    src: url('font/proximanova-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-regular-webfont.woff') format('woff'),
         url('font/proximanova-regular-webfont.ttf') format('truetype'),
         url('font/proximanova-regular-webfont.svg#proxima_rg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_bold';
    src: url('font/proximanova-bold-webfont.eot');
    src: url('font/proximanova-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-bold-webfont.woff') format('woff'),
         url('font/proximanova-bold-webfont.ttf') format('truetype'),
         url('font/proximanova-bold-webfont.svg#proxima_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	background: #6797cd;
}

#header {
	background:white;
	/*height:50px;*/
	color: #303030;
}

#header h1 {
	background: url('img/logo.html') no-repeat right;
	font-size: 300%;
	margin: 0 50px;
	padding: 25px 0;
	/*width:100px;*/
}

ol,ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contenuto_login .container{
    width:250px;
    margin: 0 auto;
}
.contenuto_login .container .wrapper{
    margin:15px;
    float:left;
}
.contenuto_login .container .row{
    float:left;
    width:100%;
    margin-bottom:7px;
}
#thesubmit{
    margin-top: 5px;
    width:100%;
    font-size: 16px;
    font-family: 'proxima_bold';
    text-transform: uppercase;
    text-align: center;
    color: white;
    background: none;
    border: 1px solid white;
    text-indent: initial;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}
.user_pwd{
    float:left;
    display: inline;
    height:23px;
    line-height: 23px;
    width:100px;
}
.contenuto_login input, .contenuto_login textarea {
	font-family: 'proxima_rg';
        font-size: 18px;
        color: #737373;
        margin-bottom: 10px;
	height: 55px;
        text-indent: 30px;
        line-height: 55px;
	float:right;
	display: inline;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #999999;
	padding: 3px 4px;
	width: 250px;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #999999;
	padding: 3px 4px;
	width: 600px;
}
a {
	outline: none;
}

a:hover {
	text-decoration:underline;
}

a.service_link {
	background:#303030;
	color:white;
	padding:1px 5px;
	-moz-border-radius:3px;
	text-decoration:none;
        margin: 0 2px;
}

a.service_link:hover {
	background:#bbbbbb;
	color:black;
}

textarea {
	height: 100px;
}

input#submit_form,input#back_form,input[type="checkbox"] {
	width: auto;
}

.form_row td,.relazioni_lista,.titoletto_form {
	padding: 4px;
}

td.form_label,td.prima_cella {
	text-align: right;
	border-bottom: 1px dotted #aaaaaa;
	vertical-align:top;
	white-space:nowrap;
}

/* NAV */
#nav {
	background: #303030;
	height: 30px;
	padding-left: 50px;
}

#nav li {
	border-left: 1px solid #131C25;
	border-left: 1px solid white;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 9px;
	position: relative;
}

#nav li.module_sel {
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	margin-top: -4px;
}

#nav a.module_sel {
	color: #7F7F7F;
	text-decoration: none;
}

#nav a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	text-decoration: underline;
}

/* SUBNAV */
#subnav {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D6D6D6;
	clear: both;
	/*height: 30px;*/
	padding-bottom: 5px;
	padding-left: 50px;
}

#subnav li {
	float: left;
	line-height: 30px;
}

#subnav a {
	color: #B5B5B5;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 10px;
}

#subnav a:hover {
	color: #131C25;
}

#subnav a.active {
	color: #131C25;
	font-weight: bold;
}

#page_contenuto {
	clear: both;
	float: left;
	margin: 30px auto 20px 50px;
	padding: 0;
	width: 90%;
}
#help{
    width:100%;
    float:left;
    margin-bottom: 15px;
}
/*
#menu li {
	display:inline;
	border-right:1px solid #eeeeee;	
}

#menu li a {
	font-family:Georgia;
	font-weight:bold;
	color:black;
	padding:5px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:12pt;
}

#menu li a:hover,
#menu li.module_sel a:hover {
	color:yellow;
}

#menu li.module_sel a {
	color:white;	
}
*/
.lister_table {
	border-collapse: collapse;
}

.lister_table tr td,.lister_table tr th {
	padding: 2px 4px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.lister_table tr th {
	text-transform: uppercase;
	background: #0000aa;
	color: white;
}

td.titoletto_form {
	text-align: left;
	font-weight: bold;
}

.titoletto_form_dati {
	font-weight: normal;
        text-transform: capitalize;
}

.relazioni_lista {
	border-bottom: 2px solid #56a9b9;
	border-bottom: 2px solid white;
	padding-bottom: 0;
}

.relazioni_lista a {
	float: left;
	font-weight: bold;
	padding: 2px 8px;
	margin-right: 1px;
	margin-top: 3px;
	text-decoration: none;
	background: #56a9b9;
	color: white;
	text-transform: capitalize;
}

.relazioni_lista a:hover {
	text-decoration: underline;
}

.relazioni_lista a.relazione_sel {
	margin-top: 0px;
	padding-top: 5px;
	background: white;
	color: black;
}

td.prima_cella {
	width: 100px;
	border-bottom: 2px solid #56a9b9;
	border-bottom: 2px solid white;
}

.readonly {
	border: none;
	background: none;
}

.tablesorter {
	margin-top:5px;
}

.lang_box,
.lang_box input,
.lang_box textarea,
.lang_box rte_zone,
.lang_label {
	float:left;
	display:inline;	
}

.lang_box {
	clear:left;
	margin-bottom:3px;
}

.lang_label img {
	height:21px;
	padding:0 3px;
}


.table_pedigree {
	border-collapse:collapse;
}

.table_pedigree td {
	padding:5px;
	border:1px dotted #777777;	
}

.table_pedigree .ped_txt {
	width:200px;
}

.cambia_ordine {
	font-size:10px;
	border:0;
	padding:0;
	background:none;
}

.checklistbox {
	
}

.checklistopen {
	background:url('img/plusminus.gif') no-repeat;
	padding-left:20px;
}

.checklistclosed {
	background-position:0 -15px;
}
#nodes .mod{
    height:16px;
    width:16px;
    display: inline-block;
    background: url("img/mod.png") no-repeat;
    margin-right: 10px;
    margin-left: 10px;
    cursor:pointer;
}
#nodes .eli{
    height:16px;
    width:16px;
    display: inline-block;
    background: url("img/eli.png") no-repeat;
    margin-right: 10px;
    cursor:pointer;
}
.jstree li {
    min-height: 25px;
    line-height: 25px;

}
#nodes{
    width:auto;
    float:left;
    display: inline;
}
#scheda{
    position:absolute;
    left:550px;
}
#submitAjax{
    width:auto;
    float:left;
    padding:3px;
    border:1px solid gray;
    cursor:pointer;
}
.file_elimina{
    text-decoration: underline;
    cursor: pointer;

}
.bar {
    height: 18px;
    background: green;
}
 
/**
 * Tooltips
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
  width: 300px;
  height: 100px;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
*/
