.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;
}

.highcharts-container{
  width: 100% !important;
}

.highcharts-root{
  width: 100% !important;
}

.lc-block {
  margin-top: 0px;
}

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

.vertical-text {
  writing-mode: sideways-lr;
}

body.login-body {
  background-image: url(/static/img/Background.jpg);
  background-size: cover;
}

.login-box {
  margin-left: 100px;
  margin-top: 50px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}
