body.blank .wrapper {
  align-items: center;
  background: #e9ecef;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.logo-brand {
  display: block;
  background: white;
  text-align: center;
  padding: 10px;
}

.logo-brand img {
  max-width: 100%;
  max-height: 70px;
}

ul.accordion {
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

ul.accordion .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul.accordion li a.toggle i {
  float: right;
  font-size: 23px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion li a.open-accordion i {
  transform: rotate(90deg);
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.sheet-selection-group .btn-group {
  width: 100%;
}

.sheet-selection-group .dropdown-menu {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

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

.popover {
  max-width: 420px;
}

.colorpicker.colorpicker-2x {
  width: 282px;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-preview {
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin: -5px 0 0 -5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (120px)) !important;
}

.calculation-status-notice {
  font-size: 25px;
  font-weight: bold;
  background: green;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

