
.valinlist div{ border:2px solid;}

.top { border-top: solid black; transition: border-top 0.12s ease; }

.bottom { border-bottom: solid black; transition: border-bottom 0.12s ease; }

li.boundary-row.bottom { border-bottom: none !important; }

.inlist { border-left: solid black;
			border-right: solid black;
      transition: border 0.12s ease; }

.toperr    { border-top: solid red; }

.bottomerr { border-bottom: solid red; }

.inlisterr { border-left: solid red;
              border-right: solid red; }

.todo-list{
  padding: 50px 15px;
  text-align: left;
}
.todo-table{
    border-spacing: 5px;
    cellspacing: 5px;
}
.errselect {
    background: rgba(1,0,0,1);
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 30px;
  padding: 1px;
  width: auto;
}

/* Disabled button styling - override Bootstrap */
button:disabled,
button[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  border-color: #999999 !important;
  box-shadow: none !important;
}
