#logo {
  float: left;
  /*background: url("../images/logo.png") no-repeat;*/
  /*height: 100px;*/
}

.grey {
  opacity: 1;
}

#infoagenzia {
  float: left;
}

#infoutente {
  float: left;
  margin-bottom: 10px;
}

#foot_menu {
  float: left;
}

#version {
  float: left;
}

#menu {
  clear: both;
}

/*#maincontainer-be 
{
	background-color: rgb(218, 240, 217);
	margin-top: 10px;
	padding: 10px;

}*/
#maincontainer {
  /*background-color: $ColoreSfondo;
  border-color: $ColoreHeader;
  border-style:solid;*/
  border-radius: 5px;
  border-width: 1px;
  margin-top: 10px;
  padding: 10px;
  max-width: 1140px;
}

#content {
  /*min-height: 300px;*/
  margin-top: 10px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* Logo image in nav bar */
.navbar-header img {
  padding: 5px 15px;
}

/* Parametri lista */
.table_header {
  /* background-color: #7aa12a; */
  /* color: white; */
  font-weight: bold;
  /* margin-top: 5px; */
  min-height: 25px;
  /* background-color: $ColoreHeader; */
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 4px;
  padding-top: 3px;
  padding-left: 5px;
}

.table_data > * {
  margin-top: 5px;
  padding-left: 3px;
}

.list_commands .bi, .list_options .bi {
  font-size: x-large;
}

.bi {
  color: #9C0016;
}

.list_caption {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 18px;
  color: #9C0016;
}

.list_container {
  border-color: #777F36;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  /* padding-top: 0px; */
}

/* Parametri forms */
.form_cmd {
  clear: both;
  /* A capo */
  padding: 5px;
}

label {
  text-align: left;
  padding-right: 3px;
}

select, input, label {
  margin-top: 4px;
  /*margin-bottom: 4px;*/
}

.pad0 {
  padding: 0px;
}

.form_separator {
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: 1px solid #777F36;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

/* box della bacheca */
.box {
  display: block;
  background-color: white;
  border-color: #777F36;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  margin-top: 5px;
  padding: 0px;
  min-height: 150px;
}

.box_header {
  display: block;
  /*background-color: $ColoreHeader;
  color: white;*/
  font-weight: bold;
  padding: 5px;
}

.box_container {
  padding: 5px;
}

ul.rec_list {
  list-style: none;
}

ul.rec_list li {
  float: left;
}

.richiesto, [required] {
  background-color: #9C00161F;
}

.web {
  background-color: #d9dff0;
}

/* Parametri menu */
.corrente {
  font-weight: bold;
  font-size: smaller;
}

.blu, .blu a {
  color: blue;
}

.arancio, .arancio a {
  color: #f75f09;
}

.nero, .nero a {
  color: black;
}

.pari {
  background-color: white;
}

/* override parametri bootstrap */
.btn-primary {
  color: #fff;
  background-color: #9C0016;
  border-color: #9C0016;
}

.btn-primary:hover {
  color: #fff;
  background-color: #FF6902;
  border-color: #FF6902;
}

a:hover {
  color: black;
}

a {
  color: #5585C4;
}

.ui-widget-header {
  border: 1px solid #9C0016;
  background: #9C0016;
  color: white;
}

/*
.btn {
  border-radius: 30px;
}


.navbar-default {
	background-color: $ColoreHeader;
	border-color: $ColoreHeader;
}

ul.dropdown-menu>li.nav-item>a.nav-link {
    color: $ColoreMenusecondoLivello;
}

ul.dropdown-menu>li.nav-item>a.nav-link:hover, ul.dropdown-menu>li.nav-item>a.nav-link:focus  {
    color: $ColoreMenusecondoLivello;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus ,.navbar-default .navbar-nav>li>a:active {
	color: white;
	font-weight: bold;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.navbar-default .navbar-brand {
	color: #777;
	background-color: white;
	border-color: #777F36;
}

.navbar-default:hover .navbar-brand:hover {
	background-color: white;
}

*/
.j_search .bi, .pagination .bi {
  color: white;
}

.pagination {
  display: block;
  padding-left: 10px;
  margin: 20px 0 0 0;
  border-radius: 4px;
  background-color: #9C0016;
  /* color: white; */
  font-weight: bold;
}

/*a.j_page 
{
	color: white;
}*/
.comando {
  /*display: block; 
  padding-left: 10px;
  margin: 20px 0 0 0;
  border-radius: 4px;
  background-color: #777F36;
  color: white;
  font-weight: bold;*/
  display: block;
  background-color: #B9C96B;
  border-color: #777F36;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  margin-left: 10px;
  padding: 0px;
  min-height: 150px;
  color: white;
  font-weight: bold;
}

.comando a {
  color: #f0ff6d;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.errore {
  color: red;
  margin: 5px;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

input:read-only {
  /* border: 0; */
  box-shadow: none;
  background-color: transparent;
}

.ui-widget {
  /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
  font-size: 0.91em;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item {
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: black;
  background-color: transparent;
}

.ui-widget.ui-widget-content {
  border: 2px solid #9C0016;
}

#version {
  font-size: 10px;
}

/*# sourceMappingURL=template.css.map */
