@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

/* body {
  max-width: 600px;
  margin: 0 auto;
  padding: 5vw;
} */

body {
  margin: 0 auto;
}

* {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.wait{
   cursor:wait;
}

.select-column{
   width: 34px;
}

div[title]:hover {
   display: none;
}

.ng-valid[required] {
   border-left: 5px solid #42A948; /* green */
}

.ng-invalid {
   border-left: 5px solid #a94442; /* red */
}

.hidden {
   display: none;
}