.top-menu > li .dropdown-menu-lg .lv-body {
  min-height: auto;
}

.html-editor {
  width: 100%;
}

.login-navigation > li {
  line-height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.login-navigation > li a {
  cursor: pointer;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

.command-delete {
  color: #fff;
  background-color: #f44336;
}

.command-edit {
  color: #fff;
  background-color: #337ab7;
}

.command-view {
  color: #fff;
  background-color: #3c763d;
}

.mixitup {
  background-color: #3c763d;
}

.mixitup-control-active {
  background-color: #2196f3;
}

.mixitup-control-active:hover {
  background-color: #0c7cd5;
}

.mixitup-control-active:active,
.mixitup-control-active.active {
  background-color: #0c7cd5;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}

/* CSS PARA CAMARA*/
#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#canvas {
  display:none;
}

.camera {
  width: 340px;
  display:inline-block;
}

.output {
  width: 340px;
  display:inline-block;
}

#startbutton {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
  background-color: rgba(0, 150, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
}

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}

/* kill green debug outline */
/* Remove green box around New Load form */
#new-load-card,
#new-load-card .card-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
