body, html {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', 'Calibri', Arial, sans-serif;
  height: 120%;
}
#app {
  background: #263238;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}
#preview {
  height: 98%;
  width: 98%;
}
.mdl-textfield__label{
    color:black!important;
    margin-left: 10%;
}
.sidebar {
  background: #eceff1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
}
.sidebar h2 {
  font-weight: normal;
  font-size: 2.50rem;
  padding: 10px;
  margin: 0;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar li {
  line-height: 175%;
  white-space: nowrap;
  overflow: hidden;
  text-wrap: none;
  text-overflow: ellipsis;
}
.cameras ul {
  padding: 15px 20px;
}
.cameras .active {
  font-weight: bold;
  color: #009900;
}
.cameras a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.cameras a:hover {
  text-decoration: underline;
}
.scans li {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.scans-enter-active {
  transition: background 3s;
}
.scans-enter {
  background: yellow;
}
.empty {
  font-style: italic;
}
.preview-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  overflow: hidden;
}

  .bloqueo{
	  position:absolute;
	  width:100vw;
	  height:100vh;
	  margin-top: -10%;
  }
	.login { 
		width:100%; 
		margin:10% auto; 
		-padding:50px;
		-background-color: rgba(0,0,0,0.5);
		-box-shadow: 0 0 8px black;
		-border-radius:30px;
		text-align:center;
	}
	.material-icons { vertical-align: middle; }
	label[for="ver"] { display:inline; }
	label[for="ver"] .mdl-switch__label { margin-left:-10px; }
	.dialog label { -display: inline-grid; }
	.dialog > :not(summary) {
		background: #eee;
		width: 50vw;
		height: 70vh;
		position:absolute;
        text-align: center;
        z-index: 10;
        margin-top: -60vh;
        margin-left: 20vw;
	}
	.divpwd { width:170px; }
	.divemail { margin-left:-95px; }
	.logo { width:100%; }
	.condic { margin-top:20px; }
	.mdl-card { 
		min-height: auto; 
		width:auto; 
		padding:5px; 
		background-color: #eee; 
		border-radius: 20px;
	}
	.mdl-textfield { width:50%; ; }
	.mdl-textfield__input { background-color: #eee; padding-left:3px; box-shadow:none ; z-index:15;}
	button[type="submit"] { border-radius: 5px }
	.mdl-textfield__label { color:black; }
	.mdl-textfield--floating-label.is-focused .mdl-textfield__label { color:black; }
	h1 { font-weight:100; margin:0; color:black; line-height:1; }
	button:disabled { opacity:.4; }
