@import url(https://fonts.googleapis.com/css?family=Lato:400italic);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;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #d0021b;
  color: #fff;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.drag-me {
  width: 180px;
  padding: 0 0 0 40px;
  color: black;
  line-height: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.drag-me:hover:before {
  opacity: 0.3;
}

.drag-me:active {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.drag-me:active:before {
  left: 14px;
}

.drag-me:before {
  content: url("/images/icons/grip-vertical-solid.svg");
  width: 10px;
  position: absolute;
  left: 14px;
  font-size: 20px;
  opacity: 0;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.shot {
  position: absolute;
}

table#sortable td,
table#sortable th {
  padding: 5px 25px;
}

table thead tr th {
  border-top: unset !important;
}

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

.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe !important;
  padding: 0.75em 1em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-align: left;
}

.toggle:hover {
  color: white !important;
}

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

select option {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logout-btn {
  margin-left: 10px;
  background: none !important;
  border: none;
  outline: none;
  cursor: pointer;
}

.logout-btn:focus {
  border: none;
  outline: none;
}

.collapsible {
  color: #444;
  cursor: pointer;
  border: none;
  outline: none;
}

.bullet-text-row {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.technical-data-rows {
  display: none;
  font-size: 13px;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.accordion > .card {
  overflow: unset !important;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type=checkbox] {
  border-radius: 0px;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, 
      
  );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

