
*{
  font-family: 'Roboto Condensed',  sans-serif;
    font-size: 16px;
    font-weight: 300;
}

body {
  margin: 0;
}

input {
  width: calc(100% - 10px);
  height: 50px;
  padding-left: 10px;
  border: solid 1px #dddddd;
  background-color: white;
  color: #181818;
}

textarea {
  width: calc(100% - 20px);
  height: 120px;
  padding: 20px 10px 20px 10px;
  border: solid 1px #dddddd;
  background-color: white;
  color: #181818;
}

button.bottone {
  width: 100%;
  height: 50px;
  text-align: center;
  border: solid 1px #3A4045;
  background-color: #3A4045;
  color: white;
}

select {
  width: calc(50% - 10px);
  height: 50px;
  padding-left: 10px;
  border: solid 1px #dddddd;
  background-color: white;
  color: #181818;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

.login {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
}

.sx {
  position: fixed;
  width: 18%;
  height: calc(100% - 60px);
  top: 0;
  left: 0;
    background-color: #3A4045;
    color: white;
    padding: 60px 0 0 2%;
}

.sx ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sx ul li a {
  color: white;
  text-decoration: none;
  line-height: 48px;
}

.dx {
  position: absolute;
  width: 75%;
  height: auto;
  top: 60px;
  left: 20%;
  padding-left: 5%;
}

.dx a {
  color: #999;
  text-decoration: none;
}

.inserisci {
  position: absolute;
  width: 50%;
}

.elenco {
  position: absolute;
  width: 80%;
  top: 340px;
}

.record {
  position: relative;
  width: calc(100% - 40px);
  height: 43px;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background: #DEDEDE;
  margin-bottom: 3px;
}

.record:nth-child(even) {
  background: #F1F1F1;
}

.record input {
  background: none;
  width: 50%;
  height: 35px;
  border: none;
}

.record-azione {
  position: relative;
  height: 41px;
  padding-top: 9px;
  float: right;
  color:#999;
  font-style: italic;
}

.campo-file {
  border: none;
  width: 50%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}







@media screen and (max-width: 768px) {

  .login {
    width: 90%;
    height: auto;
    left: 5%;
    margin-left: 0;
    margin-top: 0x;
  }
  

}