﻿/* bootstrapSiteColor-{version}.css css library
// Author:   Paolo Da Giau
// Date:     09/02/2015
// Version:  3.3.3
// Bootstrap Version: 3.3.1
// Color 
*/

/* 3.3.3 09/02/2015 rinominato search-column => search-group
   3.2.1 29/10/2014 testo menu più chiaro
   3.2.0 16/09/14  sfumature di grigio

*/


body {
	background-color:#efeeef;
}

footer {
	background-color: #ccc;
}

/*navbar testo più chiaro*/
.navbar-inverse .navbar-text {
  color: #ccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
}

.navbar-inverse .navbar-brand {
  color: #ccc;
}

#main {background-color:transparent;}
fieldset, legend  {background-color: transparent !important;}

/*personalizzato*/
#search-panel {
	background-color: #808080;
	color: #FFFFFF;
}

/*personalizzato*/
#search-panel  .panel-heading {
  background-color: #F5F5F5;
}

/*01/02/14 agg per versione 3.1.0 bootstrap*/
#search-panel select, #search-panel input {
		color: #000000;
        font-weight:bold;
	}
	
/*#search-panel */
#search-panel input:-ms-input-placeholder {
  color: #999; 
   font-weight:normal;
}

/* 16/09
 #search-panel a.btn:link, .search-panel a.btn:visited {
		color: #333333 !important;
		text-decoration: none !important;
	}
	*/
	
.search-group-title {
			background-color: #808080;
	}

  .web-grid a:link {
		/*color: inherit;*/
		text-decoration: none;
	}
  /*personalizzato*/
.web-grid th,.web-grid caption, .web-grid tfoot  {
	 background-color: #808080;
	 color: #f9f9f9;
}
/*personalizzato*/
  .web-grid td, .web-grid th, .web-grid caption {
        /*border: 1px solid #808080 !important;*/
    }
  /*personalizzato*/
.web-grid tfoot td { 
    color:#ffd800;  
	}


.web-grid th a, .web-grid tfoot a {
	 color: #f9f9f9;
	}

.web-grid th a:hover, .web-grid tfoot a:hover {
		background-color: #bebfbf;
	}

/*personalizzato
   .web-grid td a:link {
		color: green !important;
	}

	.web-grid td a:visited {
		color: green !important;
	}

	.web-grid td a:hover {
		color: red !important;
	}
    */
	.web-grid a.btn-danger:link
	, .web-grid a.btn-danger:visited
	, .web-grid a.btn-success:link 
	, .web-grid a.btn-success:visited
    , .web-grid a.btn-primary:link
    , .web-grid a.btn-primary:visited
	{color:#fff !important;}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #dddddd; 
 
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #E8E8E8; 
   color:#000000;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #c8bfe7;
}

/*personalizzato*/
.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #C0C0C0;
}

/*a.btn:link , a.btn-sm:link {text-decoration:none; color: #000000;}*/ 

legend {
	font-size: 21px;
	font-weight:normal;
}
