input,
select,
textarea {
  color: blue;
  font: inherit;
}

.dropdown-content {
  overflow-x: hidden;
}

#claim:hover {
   background-color: #cfd8dc; 
}

.data {
   margin-top: 10px; 
   margin-bottom: 0;                       
   padding-left: 5%;
}


.margin {
   margin-top: 0; 
   margin-bottom: 0; 
}

.margin-label {
   margin-top: 5px; 
}

.row {
   padding: 0;
   margin: 0;
}

input[type=select]:disabled + label,
input[type=select]:disabled,
input[type=textarea]:disabled,
input[type=textarea] + label,
textarea.materialize-textarea:disabled + label, 
input[type=text] + label,
input[type=text]:disabled + label {
   color: #009688;
     color: grey;
/*   color: black;
   color: #666666; */
}



textarea.materialize-textarea:disabled,
input[type=text]:disabled {
   color: #303030;
   color: #8c0000;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%; 
} 
html {
  font-family: Calibri, "Roboto", sans-serif;
  font-weight: normal;
} 




