/* Global input CSS */
input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 4px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  transition: 0.2s ease;
}

.button_type_1{
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
}

.center_jumbotron{
	display: table-cell;
	vertical-align: middle;
}

body{
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}



/* Page title */
.block-header {
  margin-bottom: 15px; 
}
.block-header h2 {
  margin: 0 !important;
  color: #666 !important;
  font-weight: normal;
  font-size: 16px; 
}

/* Card */
.card {
  background: #fff;
  min-height: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; 
}

.card .header {
  color: #555;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.35); 
}
.card .body {
  font-size: 14px;
  color: #555;
  padding: 20px; 
}







/* Note 2 */
[v-cloak] > * { display:none; }
[v-cloak]::before { content: "loading..."; }





.mainnote li.editing .edit {
	display: block;
}




.mainnote li.editing .view {
	display: none;
}


.mainnote li .edit {
	display: none;
}
