body {
}

.container {
}

.btn {
	margin:1px;
}

h6 {
  color: #999999;
}

.modalHelp {
	width: 900px;
	margin-left: -450px;
}

.class_result_ok {
  background-color: #eeffee;
  color: #007f00;
  background-image: url('../img/core/result_ok.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  height: 40px;
  padding-left:50px;
  padding-top:10px;
  margin-bottom:10px;
}

.class_result_ko {
  background-color: #ffeeee;
  color: #7f0000;
  background-image: url('../img/core/result_ko.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  height: 40px;
  padding-left:50px;
  padding-top:5px;
  padding-bottom:-5px;
}

.navbar-inner {
  /* stile di bootstrap 2.0.4 */
	min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: black;
  background-color: white;
}

/*
css old
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
*/
/*
css new
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
*/


p.navbar-text.pull-right {
  color: #DDD;
}

p.navbar-text.pull-right a {
  color: #300;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a {
  /*color: #300;*/
  text-shadow: none;
}

.em_working {
  background-image:url("../img/core/waiting_azz.gif");
  background-repeat:no-repeat;
  background-size:16px 16px;
  display:inline-block;
  width:16px;
  height:16px;
}

.em_working_btn {
  background-image:url("../img/core/waiting_nera.gif");
  background-repeat:no-repeat;
  background-size:16px 16px;
  position:absolute;
  top:0;
  right:0;
  margin-top:6px;
  margin-right:4px;
}

.em_working_btn_reverse {
  background-image:url("../img/core/waiting_bianca.gif");
  background-repeat:no-repeat;
  background-size:16px 16px;
  position:absolute;
  top:0;
  right:0;
  margin-top:6px;
  margin-right:4px;
}

.em-btn-actions {
  width:130px;
}

.em-btn-dialog {
  width:80px;
}

.em-area-btn-dialog {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:20px;
}

.not-editable-cell {
  color:gray;
  font-style:italic;
}

/* Colore riga evidenziata */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
  border: 1px solid #80C8FE; background : none; background-color: #BFE3FE; 
}

span.validationError {
  color:red;
}

input.validationError, select.validationError {
  border: 1px solid red;
}

input {
  width: auto;
}

.fg-textarea-info {
  width: 800px;
  height: 70px;
  border-color: black;
  border-style: solid;
  border-width: thin;
  padding: 3px;
}

div.fileinputs {
  position: relative;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

input.file {
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}
