﻿.RegForm-control {
   display: block;
  /* width: 100%;*/
   height: 34px;
   padding: 3px 6px;
   font-size: 14px;
   margin-bottom:5px;
   /*line-height: 1.428571429;
   color: #555555;
   vertical-align: middle;*/
   background-color: #ffffff;
   border: 1px solid #cccccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"] {
    width: 70%;
    border-radius: 4px;
    height: 40px;
    box-shadow: 0 0 0;
    border: 1px solid rgba(36, 67, 87, 0.5);   
    padding: 0 15px;
    max-width: 400px;
    min-width: 250px;
}
div.tblDati {
   font-family: Arial, sans-serif;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   padding: 10px;
   color: #404040;  
   margin-right: 10%;
   border: 1px solid gray;
   /*max-height: 1300px;*/
   background-color: var(--Sfondo);
   min-width: 300px;
   max-width: 80%;
   margin-left: 10%;
}
.titolosezione {
    font-family: Arial, sans-serif;
    font-size: 130%;
    font-style: normal;
    font-weight: bold;
    margin: 0px;
    padding-top:10px;
    padding-left:10px;
}

div.tblEventi {
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    padding: 10px;
    color: #404040;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border: 1px solid gray;
    /*background-color: var(--Sfondo);*/
    /*display: inline-grid;*/
    min-width: 300px;
    max-width: 90%;
    text-align: center;
}

.tblAssegna {
   display: inline;
}

.tblhtml {
   height: 420px;
   background-color: var(--Sfondo);
   padding: 10px;
}

.txthtml {
   height: 400px;
   min-width: 90%;
}

input, select, textarea {
   max-width: 400px;
}

div.sx {
   /*text-align: center;*/
   /*display: flex;*/
}

div.rowIn {
    /*text-align: center;*/
    display: flex;
    gap: 25px;
}
p.NB {
   margin: 0 0 0 0;
   font-size: 12px;
   font-style: italic;
   max-width: 100%;
}
div.NB {
   margin: 0 0 0 0;
   font-size: 12px;
   font-style: italic;
   max-width: 100%;
}

input.isc {
   padding: 5px 25px 5px 25px;
   background-color: orange;
   margin-left: 33%;
   width: 33%;
   margin-top: 15px;
   margin-bottom: 15px;
   font-size: 15px;
   border-radius: 8px;
   transition-duration: 0.4s;
}
input.isc:hover
{
   background-color: #4CAF50; /* Green */
   color: white;
}