table {
     background-color: transparent;
     max-width: 100%;
}

th {
     text-align: left;
}

.table {
     width: 100%;
	 font-size: 0.8em;
	 clear: both;
}
.table td input, .table td select {
     width: 100%;
	 font-size: 1.1em;
	 padding: 2px 0;
}


.table tr th, .table tbody > tr > th, .table tfoot > tr > th, .table > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
     border-top: 1px solid #DDD;
     line-height: 1.42857;
     padding: 8px;
}

.table tr th {
     background-color: #075d04;
     border-right: 1px solid #ffffff;
     color: #ffffff;
	 text-align: center;
}
.table tr th a {
     color: #ffffff;
	 text-decoration: underline;
}
.table-dati {
	width: inherit;
	
}
.table-dati tr th {
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	color: #000;
	border-top: none !important;
	border-bottom: 1px solid #E6EBF2;
}
.table-dati tr:hover th {
	background-color: #eee;
}
.table-dati tr td {
	border-top: none !important;
	border-bottom: 1px solid #E6EBF2;
}

.table caption + tr:first-child th, .table colgroup + tr:first-child th, .table thead:first-child tr:first-child th, .table caption +  tr:first-child td, .table colgroup + tr:first-child td, .table thead:first-child tr:first-child td {
     border-top: 0px none;
}

.table tbody + tbody {
     border-top: 2px solid #dddddd;
}

.table .table {
     background-color: #ffffff;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
     padding: 3px 5px;
}


.table-selected thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
     padding: 3px 5px;
}


.table-bordered {
     border: 1px solid #dddddd;
}

.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 #dddddd;
}

.table-bordered tr th, .table-bordered tr td {
     border-bottom-width: 2px;
}
/*
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
     background-color: #f9f9f9;
}*/


.table tr.odd td {
     background-color: #f5f5f5;
}



.table-hover > tbody > tr:hover > td {
     background-color: #eee;
}
.trclick > tbody > tr:hover > td {
	cursor: pointer;
}
.table-selected > tbody > tr > th:hover {
     background-color: 	#068206;
     cursor: pointer;
}

table col[class*="col-"] {
     display: table-column;
     float: none;
}

table td[class*="col-"], table th[class*="col-"] {
     display: table-cell;
     float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
     background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
     background-color: #dff0d8;
     border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
     background-color: #d0e9c6;
     border-color: #c9e2b3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
     background-color: #f2dede;
     border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
     background-color: #ebcccc;
     border-color: #e6c1c7;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
     background-color: #fcf8e3;
     border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
     background-color: #faf2cc;
     border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; }
  .table-responsive > .table { margin-bottom: 0px; background-color: #ffffff; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0px none; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0px none; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0px none; }
  .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0px none; }
}

fieldset {
     border: 0px none;
     margin: 0px 0px;
     padding: 0px;
	 font-size: 0.9em;
}
.divTable {
	background-color: #fff;
	overflow: auto;
}

.divTable h4, fieldset h4 {
	background-color: #eee;
	clear: both;
	color: #555;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: inherit;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 0;
    width: 100%;
}

caption, #tabs-container h4 {
	 text-align: left;
     color: #555;
     font-size: 1.3em;
     font-weight: normal;
     line-height: inherit;
     margin-bottom: 10px;
	 margin-top: 20px;
     padding: 2px 10px;
	 clear: both;
}

label {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 3px 3px 7px;
	min-width: 160px;
	vertical-align: top;
	padding: 0 2px;
	color: #555;
	text-align: left;
}
.form-group span {
    color: #555;
    display: inline-block;
    font-size: 0.9em;
    margin: 4px 0;
    min-width: 150px;
    vertical-align: bottom;
}
input[type="search"] {
     box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
     line-height: normal;
     margin: 4px 0px 0px;
}

input[type="file"] {
     display: block;
}

select[multiple], select[size] {
     height: auto;
}
option {
	 padding: 1px 3px;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
    background-color: #f2f2f2;
    border: 1px solid #CCCCCC;
    color: #000;
    margin-left: 10px;
    min-width: 6em;
    padding: 3px 6px;
    text-transform: uppercase;
	font-weight: bold;
}

select optgroup {
     font-family: inherit;
     font-size: inherit;
     font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

.form-control:-moz-placeholder {
     color: #999999;
}

.form-control::-moz-placeholder {
     color: #999999;
}

.form-control {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid #cccccc;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
     color: #555555;
	 font-size: 1em;
     display: block;
     transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
     vertical-align: middle;
}
span.form-control {
    line-height: 1.42857;
    padding: 3px 6px;
}
span.form-control:hover {
    background-color: #F2F2F2;
}
.checkbox label {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid #cccccc;
     color: #555555;
     display: block;
     font-size: 14px;
     height: 28px;
     line-height: 1.42857;
     padding: 4px 6px 2px;
     width: 100%;
	 
}
span.form-control label {
    border: none !important;
	cursor: pointer;
	padding: 0 0 0 2px;
	min-width: auto;
}

.checkbox label:hover {
     background-color: #f2f2f2;
     border-color: #66afe9;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 3px rgba(102, 175, 233, 0.6);
     outline: 0px none;
}

.form-control:focus {
     border-color: #000;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 3px rgba(102, 175, 233, 0.6);
     outline: 0px none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color: #eeeeee;
     cursor: not-allowed;
}

textarea.form-control {
     height: auto;
	 min-height: 60px;
}

.form-group {
     margin-bottom: 15px;
}
fieldset.bottoni {
	text-align: center;
	margin-top: 10px;
	border-top: 2px solid #E6EBF2;
	padding-top: 10px;
}

.infoTable {
	line-height: 2em;
	font-size: 0.8em;
	padding: 5px 10px 10px;
}
input.butPagina, input.butPaginaSel, input.butPaginaVar {
	font-size: 0.8em;
	min-width: inherit !important;
	margin-left: 0 !important;
	cursor: pointer;
	border-radius: 4px;
	padding: 3px 4px;
}
a.butPagina, a.butPaginaSel, a.butPaginaVar {
	font-size: 0.85em;
	background-color: #f2f2f2;
    border: 1px solid #cccccc;
    color: #000;
    font-weight: bold;
    padding: 2px 6px;
    text-transform: uppercase;
	border-radius: 4px;
}
a.butPaginaSel, input.butPaginaSel {
	background-color: #BBB;
}
.infoTable .form-control {
	display: initial !important;
	min-width: inherit !important;
	margin: 0px 5px !important;
	padding: 4px 3px 4px;
	padding: 3px 3px 3px\9\0;
}

.radio, .checkbox {
     
}
.radioVertical {
	padding: 0px 0 20px 20px;
}
.radioVertical .form-group {
	margin-bottom: 0 !important;
}

.radio label, .checkbox label {
	font-weight: normal;
	cursor: pointer;
	min-width: inherit;
	border: none;
	padding: 0px
}

.radio input[type="radio"], .radio input[type="checkbox"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	vertical-align: middle;
}

.radio + .radio, .checkbox + .checkbox {
   
}

.radio-inline, .checkbox-inline {
     cursor: pointer;
     display: inline-block;
     font-weight: normal;
     margin-bottom: 0px;
     padding-left: 20px;
     vertical-align: middle;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
     margin-left: 10px;
     margin-top: 0px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
     cursor: not-allowed;
}

.input-sm {
     border-radius: 3px;
     font-size: 12px;
     height: 30px;
     line-height: 1.5;
     padding: 5px 10px;
}

select.input-sm {
     height: 30px;
     line-height: 30px;
}

textarea.input-sm {
     height: auto;
}

.input-lg {
     border-radius: 6px;
     font-size: 18px;
     height: 45px;
     line-height: 1.33;
     padding: 10px 16px;
}

select.input-lg {
     height: 45px;
     line-height: 45px;
}

textarea.input-lg {
     height: auto;
}

.has-warning .help-block, .has-warning .control-label {
     color: #c09853;
}

.has-warning .form-control {
     border-color: #c09853;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-warning .form-control:focus {
     border-color: #a47e3c;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #dbc59e;
}

.has-warning .input-group-addon {
     background-color: #fcf8e3;
     border-color: #c09853;
     color: #c09853;
}

.has-error .help-block, .has-error .control-label {
     color: #b94a48;
}

.has-error .form-control {
     border-color: #b94a48;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
     border-color: #953b39;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #d59392;
}

.has-error .input-group-addon {
     background-color: #f2dede;
     border-color: #b94a48;
     color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
     color: #468847;
}

.has-success .form-control {
     border-color: #468847;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .form-control:focus {
     border-color: #356635;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #7aba7b;
}

.has-success .input-group-addon {
     background-color: #dff0d8;
     border-color: #468847;
     color: #468847;
}

.form-control-static {
     margin-bottom: 0px;
     padding-top: 7px;
}

.help-block {
     color: #737373;
     display: block;
     margin-bottom: 10px;
     margin-top: 5px;
}

/*@media (min-width: 768px) {*/
  .form-inline .form-group { display: inline-block; margin-bottom: 10px; vertical-align: middle; padding: 2px 20px 2px 0; min-width: 330px; position: relative; }
  .form-multiselect .form-group { display: inline-block; margin-bottom: 10px; vertical-align: middle; padding: 2px 10px 2px 0; min-width: 280px; }
  .form-multiselect .form-group label { display: block; width: 100%; border: 0; margin: 3px 0 }
  .form-multiselect .form-group select { display: block; width: 100%; height: 100px;}
  .form-multiselect .bottoni { display: inline-block; margin-bottom: 10px; vertical-align: bottom; padding: 2px 10px 2px 0; }
  .form-multiselect .bottoni input { display: block; width: 50px; min-width: 50px; margin: 3px 0; padding: 1px 10px; cursor: pointer; }
  .form-inline .form-control { display: inline-block;
    margin-bottom: 5px;
    padding: 1px 5px 2px;
    vertical-align: bottom; }
  .form-inline select.form-control { padding: 1px 5px 0px; }
  .form-inline .radio, .form-inline .checkbox { min-width: inherit;  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0px; }
/*}
da sistemare per IE8
*/

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
     margin-bottom: 0px;
     margin-top: 0px;
     padding-top: 7px;
}

.form-horizontal .form-group {
     margin-left: -15px;
     margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
     content: " ";
     display: table;
}

.form-horizontal .form-group:after {
     clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
     content: " ";
     display: table;
}

.form-horizontal .form-group:after {
     clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label { text-align: right; }
}

.btn {
	-moz-user-select: none;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 0.8em;
}

.btnfiltra, input[type="submit"].btnfiltra {
	-moz-user-select: none;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0px;
	padding: 4px 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 0.8em;
	height: 23px;
	width: 25px;
	min-width: 25px;
	background-color: #FFF;
	background-image: url("../images/icoCerca.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.btnfiltra:hover, input[type="submit"].btnfiltra:hover {
	background-color: #f2f2f2;
}

.form-inline .btn, .form-inline .checkbox {
     /*margin-top: 10px;*/
}

.btn:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

.btn:hover, .btn:focus {
     color: #333333;
     text-decoration: none;
}

.btn:active, .btn.active {
     background-image: none;
     box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
     outline: 0px none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     box-shadow: none;
     cursor: not-allowed;
     opacity: 0.65;
     pointer-events: none;
}
.btn-mini {
	font-size: 0.7em;
	margin: 0;
}
.btn-default {
     background-color: #ffffff;
     border-color: #cccccc;
     color: #333333;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
     background-color: #ebebeb;
     border-color: #adadad;
     color: #333333;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
     background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
     background-color: #ffffff;
     border-color: #cccccc;
}

.btn-primary {
     background-color: #428bca;
     border-color: #357ebd;
     color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
     background-color: #3276b1;
     border-color: #285e8e;
     color: #ffffff;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
     background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
     background-color: #428bca;
     border-color: #357ebd;
}

.btn-warning {
     background-color: #f0ad4e;
     border-color: #eea236;
     color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
     background-color: #ed9c28;
     border-color: #d58512;
     color: #ffffff;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
     background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
     background-color: #f0ad4e;
     border-color: #eea236;
}

.btn-danger {
     background-color: #d9534f;
     border-color: #d43f3a;
     color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
     background-color: #d2322d;
     border-color: #ac2925;
     color: #ffffff;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
     background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
     background-color: #d9534f;
     border-color: #d43f3a;
}

.btn-success {
     background-color: #5cb85c;
     border-color: #4cae4c;
     color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
     background-color: #47a447;
     border-color: #398439;
     color: #ffffff;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
     background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
     background-color: #5cb85c;
     border-color: #4cae4c;
}

.btn-info {
     background-color: #5bc0de;
     border-color: #46b8da;
     color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
     background-color: #39b3d7;
     border-color: #269abc;
     color: #ffffff;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
     background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
     background-color: #5bc0de;
     border-color: #46b8da;
}

.btn-link {
     border-radius: 0px;
     color: #428bca;
     cursor: pointer;
     font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
     background-color: transparent;
     box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
     border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
     background-color: transparent;
     color: #2a6496;
     text-decoration: underline;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
     color: #999999;
     text-decoration: none;
}

.btn-lg {
     border-radius: 6px;
     font-size: 18px;
     line-height: 1.33;
     padding: 10px 16px;
}

.btn-sm, .btn-xs {
     border-radius: 3px;
     font-size: 12px;
     line-height: 1.5;
     padding: 5px 10px;
}

.btn-xs {
     padding: 1px 5px;
}

.btn-block {
     display: block;
     padding-left: 0px;
     padding-right: 0px;
     width: 100%;
}

.btn-block + .btn-block {
     margin-top: 5px;
}

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
     width: 100%;
}

.fade {
     opacity: 0;
     transition: opacity 0.15s linear 0s;
}

.fade.in {
     opacity: 1;
}

.collapse {
     display: none;
}

.collapse.in {
     display: block;
}

.collapsing {
     height: 0px;
     overflow: hidden;
     position: relative;
     transition: height 0.35s ease 0s;
}
.linkTable, input[type="submit"].linkTable, input[type="button"].linkTable {
	width:20px;
	height: 20px;
	min-width: 20px;
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 1px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
.icoDett {
	background-image: url("../images/icoDett.png") !important;
}
.icoMod {
	background-image: url("../images/icoMod.png") !important;
}
.icoDel {
	background-image: url("../images/icoDel.png") !important;
}
.icoPlus {
	background-image: url("../images/icoPlus.png") !important;
}
.icoAssocia {
	background-image: url("../images/icoAssocia.png") !important;
}
.icoSalva {
	background-image: url("../images/icoSalva.png") !important;
}

.icoDownload {
	background-image: url("../images/icoDownload.png") !important;
}
.icoAddress {
	background-image: url("../images/ico_address.png") !important;
}

.icoCerca {
	background-image: url("../images/icoCerca.png") !important;
}


.icoPdf {
	background-image: url("../images/pdf-icon.png") !important;
}

.data {
	width: 108px;
}

.reloadDpra {
	width: 108px;
}

.w0 {
	min-width: initial;
	width: initial;
	width: 10px\9\0;
	min-width: 10px\9\0;
}
.w1 {
	min-width: 1px
}
.w50 {
	width: 50px;
	min-width: 50px
}
.w100 {
	width: 100px;
	min-width: 100px
}
.w150 {
	width: 150px;
	min-width: 150px !important;
}
.w200 {
	width: 200px;
	min-width: 200px !important;
}
.w250 {
	width: 250px;
	min-width: 250px !important;
}
.w300 {
	width: 300px;
	min-width: 300px !important;
}
.h400 {
	max-height: 400px;
	overflow: auto;
}
@media only screen and (max-width: 480px) {
	.w150, .w200, .w250, .w300 {
		width: auto;
		min-width: inherit;
	}

}
#map-canvas {        
 	   width: 400px;
       height: 400px;    
     }      
        
      .controls {        
          margin-top: 16px;        
          border: 1px solid transparent;        
          border-radius: 2px 0 0 2px;        
          box-sizing: border-box;        
          -moz-box-sizing: 
          border-box;        
          height: 32px;        
          outline: none;        
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);      
       }      
       
       #pac-input {        
          background-color: #fff;        
          padding: 0 11px 0 13px;        
          width: 400px;        
          font-family: Roboto;        
          font-size: 15px;        
          font-weight: 300;        
          text-overflow: ellipsis;      
       }      
       
       #pac-input:focus {        
          border-color: #4d90fe;        
          margin-left: -1px;        
          padding-left: 14px;  /* Regular padding-left + 1. */        
          width: 401px;      
       }      
       
       .pac-container {        
          font-family: Roboto;      
       }      
       
       #type-selector {        
          color: #fff;        
          background-color: #4d90fe;        
          padding: 5px 11px 0px 11px;      
       }      
       
       #type-selector label {        
          font-family: Roboto;        
          font-size: 13px;        
          font-weight: 300;      
       }
       }  