.titolo {
    display: inline;
}

.obl::after {
    color: #ff008c;
    content:"*";
}
.oblif::after {
    color: blueviolet;
    content:"*";
}


body {
    margin: 0px !important;
}
/*.ev{
    background:#FFFF00; 
}*/

.colorred{
  color:red;
  cursor: pointer;
}

.colororange{
  color:#FF5722;
  cursor: pointer;
}

.nonedis{
  display: none !important;
}

.colorgreen{
  color:#389027;
  cursor: pointer;
}



.addblack{
  cursor: pointer;
}

.error {
    border: solid 2px #FF0000;  
}

.opt::after{
    
    content:"*";
}
body {
    font-family: 'Lato', sans-serif;
}

#container{
  position:relative;
  clear:both;
}
/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
  margin-bottom: 3em;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #ff008c;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ff008c;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

.active {
  background-color: #ff008c;
  /*color: #333;*/
}

label{
  width: 100%;
  margin: 0.1em;
  line-height: 60px;
  display: block;
    
}
input {
  border: 2px solid #333;
  line-height: 30px;
  color: #111;
  width: 75%;
  float: right;
  margin-right: 2em;
}



select {
  width: 30%;
  line-height: 30px;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #333;
  float: right;
  margin-right: 47%;
}

input:focus-visible{
  outline: none !important;
  border: 2px solid #ff008c;
  color: #333;
} 

select:focus-visible{
  outline: none !important;
  border: 2px solid #ff008c;
  color: #333;
} 


details{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 1.5em;
}
details details{
  margin-bottom: 0em;
}

#cercabox{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#cercatitle{
  border-radius: 5px;
  background-color: #333;
  padding: 1px;
  color: #fff;
  padding-left: 20px;
}

.subbutton, #add_d, #add_mi, #add_oa, #add_s {
  background-color: #333; /* Green */
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left:12px;
  margin-bottom:15px;
}

.subbutton:hover, #add_d:hover{
  background-color: #ff008c
}


/**********************/
/* AUTOCOMPLETE */


.autocomplete {
  position: relative;
  display: inline-block;
}

 

.autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: -14px;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  line-height: 11px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.showimg{
  position: relative;
  text-align: right;
  margin-right: 20px;
  /* border: 2px solid #ff008c; */
  float: right;
  position: relative;
}

.showimg img{
  border: 4px solid #ff008c;
}

.idSelectID{
  float: none;
  width: 300px;
}


#osertfile{
  position: absolute;
  min-height: 200px;
  width: 96%;
  top: 145px;
  z-index: 1;
  margin: 5px;
  padding: 12px;
}

#opressbutt{
  position: absolute;
  min-height: 34px;
  width: 180px;
  top: 351px;
  z-index: 2;
  left: 331px;
}

#container_files{
    position: absolute;
    min-height: 200px;
    width: 96%;
    top: 491px;
    z-index: 1;
    margin: 5px;
    padding: 12px;
}

#container_files #files{
  position: absolute;
  top: 80px;
  margin: 10px;
  width: 289px;
  background: #c0c0c050;
}

#pdf_0{
  position: absolute;
  top: 209px;
  margin: 10px;
  width: 289px;
  background: #c0c0c050;
}

#selectInventario{
  position: absolute;
  top: 98px;
  margin: 10px;
  width: 292px;
  background: #c0c0c050;
}

#namefile{
  position: absolute;
  top: 149px;
  margin: 10px;
  width: 459px;
  background: #c0c0c050;
}

#add_PDF{
      background-color: #333;
    border-radius: 5px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


