/* basic and primary colors */
/* grays */
/* PureCSS colors http://purecss.io/ */
/* custom colors */
/* this is a green */
/* this is a maroon */
/* this is a light blue */
/* brand colors */
/* http://flatuicolors.com/ */
/* Google Web Fonts - http://www.google.com/fonts */
/* clearfix - https://getbootstrap.com/docs/4.0/utilities/clearfix/ */
/* curved clipping */
/* 16*0.625=10 */
/* gradients */
/* http://gradientcss.com/linear-gradient */
/* forms */
/* color */
/* positioning */
/* animations */
/* widgets */
.htk-toolbar {
  bottom: 0;
  line-height: 1.5em;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 100000000;
  opacity: 0.9;
  background-color: #202020;
}
.htk-toolbar .emulate-user-title {
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0;
}
.htk-toolbar .htk-toolbar-hide {
  border-bottom: 1px solid #202020;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.htk-toolbar .htk-toolbar-panel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.htk-toolbar .htk-toolbar-panel .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.htk-toolbar .htk-toolbar-panel .input-group > .form-control,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .form-control:focus,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select:focus,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file:focus {
  z-index: 3;
}
.htk-toolbar .htk-toolbar-panel .input-group > .form-control + .form-control,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select + .form-control,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file + .form-control,
.htk-toolbar .htk-toolbar-panel .input-group > .form-control + .custom-select,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select + .custom-select,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file + .custom-select,
.htk-toolbar .htk-toolbar-panel .input-group > .form-control + .custom-file,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select + .custom-file,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.htk-toolbar .htk-toolbar-panel .input-group > .form-control:not(:last-child),
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .form-control:not(:first-child),
.htk-toolbar .htk-toolbar-panel .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file:not(:last-child) .custom-file-label,
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group-prepend,
.htk-toolbar .htk-toolbar-panel .input-group-append {
  display: flex;
}
.htk-toolbar .htk-toolbar-panel .input-group-prepend .btn,
.htk-toolbar .htk-toolbar-panel .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.htk-toolbar .htk-toolbar-panel .input-group-prepend .btn + .btn,
.htk-toolbar .htk-toolbar-panel .input-group-append .btn + .btn,
.htk-toolbar .htk-toolbar-panel .input-group-prepend .btn + .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group-append .btn + .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group-prepend .input-group-text + .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group-append .input-group-text + .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group-prepend .input-group-text + .btn,
.htk-toolbar .htk-toolbar-panel .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.htk-toolbar .htk-toolbar-panel .input-group-prepend {
  margin-right: -1px;
}
.htk-toolbar .htk-toolbar-panel .input-group-append {
  margin-left: -1px;
}
.htk-toolbar .htk-toolbar-panel .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.htk-toolbar .htk-toolbar-panel .input-group-text input[type="radio"],
.htk-toolbar .htk-toolbar-panel .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend > .btn,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend > .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append:not(:last-child) > .btn,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append:not(:last-child) > .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append > .btn,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-append > .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend:not(:first-child) > .btn,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.htk-toolbar .htk-toolbar-panel .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:hover,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:focus,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn:focus,
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:active,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn:active,
.htk-toolbar .htk-toolbar-panel .btn-group > .btn.active,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn.active {
  z-index: 1;
}
.htk-toolbar .htk-toolbar-panel .btn-group .btn + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group .btn + .btn-group,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn + .btn-group,
.htk-toolbar .htk-toolbar-panel .btn-group .btn-group + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn-group + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group .btn-group + .btn-group,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.htk-toolbar .htk-toolbar-panel .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.htk-toolbar .htk-toolbar-panel .btn-toolbar .input-group {
  width: auto;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:first-child {
  margin-left: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.htk-toolbar .htk-toolbar-panel .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group > .btn:not(:first-child),
.htk-toolbar .htk-toolbar-panel .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.htk-toolbar .htk-toolbar-panel .dropdown-toggle-split::after,
.dropup .htk-toolbar .htk-toolbar-panel .dropdown-toggle-split::after,
.dropright .htk-toolbar .htk-toolbar-panel .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .htk-toolbar .htk-toolbar-panel .dropdown-toggle-split::before {
  margin-right: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-sm + .dropdown-toggle-split,
.htk-toolbar .htk-toolbar-panel .htk-toolbar .htk-toolbar-panel .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.htk-toolbar .htk-toolbar-panel .btn-lg + .dropdown-toggle-split,
.htk-toolbar .htk-toolbar-panel .htk-toolbar .htk-toolbar-panel .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.htk-toolbar .htk-toolbar-panel .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical .btn-group {
  width: 100%;
}
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn + .btn-group,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn-group + .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn:not(:first-child),
.htk-toolbar .htk-toolbar-panel .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn,
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn input[type="radio"],
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn-group > .btn input[type="radio"],
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn input[type="checkbox"],
.htk-toolbar .htk-toolbar-panel .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.htk-toolbar .htk-toolbar-panel .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .htk-toolbar .htk-toolbar-panel .btn {
    transition: none;
  }
}
.htk-toolbar .htk-toolbar-panel .btn:hover,
.htk-toolbar .htk-toolbar-panel .btn:focus {
  text-decoration: none;
}
.htk-toolbar .htk-toolbar-panel .btn:focus,
.htk-toolbar .htk-toolbar-panel .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.htk-toolbar .htk-toolbar-panel .btn.disabled,
.htk-toolbar .htk-toolbar-panel .btn:disabled {
  opacity: 0.65;
}
.htk-toolbar .htk-toolbar-panel .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.htk-toolbar .htk-toolbar-panel .btn:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.htk-toolbar .htk-toolbar-panel a.btn.disabled,
.htk-toolbar .htk-toolbar-panel fieldset:disabled a.btn {
  pointer-events: none;
}
.htk-toolbar .htk-toolbar-panel .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.htk-toolbar .htk-toolbar-panel .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.htk-toolbar .htk-toolbar-panel .btn-primary:focus,
.htk-toolbar .htk-toolbar-panel .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-primary.disabled,
.htk-toolbar .htk-toolbar-panel .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.htk-toolbar .htk-toolbar-panel .btn-primary:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-primary:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.htk-toolbar .htk-toolbar-panel .btn-primary:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.htk-toolbar .htk-toolbar-panel .btn-secondary:focus,
.htk-toolbar .htk-toolbar-panel .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-secondary.disabled,
.htk-toolbar .htk-toolbar-panel .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .btn-secondary:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-secondary:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.htk-toolbar .htk-toolbar-panel .btn-secondary:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.htk-toolbar .htk-toolbar-panel .btn-success:focus,
.htk-toolbar .htk-toolbar-panel .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-success.disabled,
.htk-toolbar .htk-toolbar-panel .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .btn-success:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-success:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.htk-toolbar .htk-toolbar-panel .btn-success:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.htk-toolbar .htk-toolbar-panel .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.htk-toolbar .htk-toolbar-panel .btn-info:focus,
.htk-toolbar .htk-toolbar-panel .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-info.disabled,
.htk-toolbar .htk-toolbar-panel .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.htk-toolbar .htk-toolbar-panel .btn-info:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-info:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.htk-toolbar .htk-toolbar-panel .btn-info:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.htk-toolbar .htk-toolbar-panel .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.htk-toolbar .htk-toolbar-panel .btn-warning:focus,
.htk-toolbar .htk-toolbar-panel .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-warning.disabled,
.htk-toolbar .htk-toolbar-panel .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.htk-toolbar .htk-toolbar-panel .btn-warning:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-warning:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.htk-toolbar .htk-toolbar-panel .btn-warning:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.htk-toolbar .htk-toolbar-panel .btn-danger:focus,
.htk-toolbar .htk-toolbar-panel .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-danger.disabled,
.htk-toolbar .htk-toolbar-panel .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .btn-danger:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-danger:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.htk-toolbar .htk-toolbar-panel .btn-danger:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.htk-toolbar .htk-toolbar-panel .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.htk-toolbar .htk-toolbar-panel .btn-light:focus,
.htk-toolbar .htk-toolbar-panel .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-light.disabled,
.htk-toolbar .htk-toolbar-panel .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.htk-toolbar .htk-toolbar-panel .btn-light:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-light:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.htk-toolbar .htk-toolbar-panel .btn-light:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.htk-toolbar .htk-toolbar-panel .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.htk-toolbar .htk-toolbar-panel .btn-dark:focus,
.htk-toolbar .htk-toolbar-panel .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-dark.disabled,
.htk-toolbar .htk-toolbar-panel .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.htk-toolbar .htk-toolbar-panel .btn-dark:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-dark:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.htk-toolbar .htk-toolbar-panel .btn-dark:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark.disabled,
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:not(:disabled):not(.disabled):active,
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.htk-toolbar .htk-toolbar-panel .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .htk-toolbar .htk-toolbar-panel .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.htk-toolbar .htk-toolbar-panel .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.htk-toolbar .htk-toolbar-panel .btn-link:focus,
.htk-toolbar .htk-toolbar-panel .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.htk-toolbar .htk-toolbar-panel .btn-link:disabled,
.htk-toolbar .htk-toolbar-panel .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.htk-toolbar .htk-toolbar-panel .btn-lg,
.htk-toolbar .htk-toolbar-panel .htk-toolbar .htk-toolbar-panel .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.htk-toolbar .htk-toolbar-panel .btn-sm,
.htk-toolbar .htk-toolbar-panel .htk-toolbar .htk-toolbar-panel .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.htk-toolbar .htk-toolbar-panel .btn-block {
  display: block;
  width: 100%;
}
.htk-toolbar .htk-toolbar-panel .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.htk-toolbar .htk-toolbar-panel input[type="submit"].btn-block,
.htk-toolbar .htk-toolbar-panel input[type="reset"].btn-block,
.htk-toolbar .htk-toolbar-panel input[type="button"].btn-block {
  width: 100%;
}
.htk-toolbar .htk-toolbar-panel .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .htk-toolbar .htk-toolbar-panel .form-control {
    transition: none;
  }
}
.htk-toolbar .htk-toolbar-panel .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.htk-toolbar .htk-toolbar-panel .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.htk-toolbar .htk-toolbar-panel .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.htk-toolbar .htk-toolbar-panel .form-control:disabled,
.htk-toolbar .htk-toolbar-panel .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.htk-toolbar .htk-toolbar-panel select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.htk-toolbar .htk-toolbar-panel select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.htk-toolbar .htk-toolbar-panel .form-control-file,
.htk-toolbar .htk-toolbar-panel .form-control-range {
  display: block;
  width: 100%;
}
.htk-toolbar .htk-toolbar-panel .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.htk-toolbar .htk-toolbar-panel .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.htk-toolbar .htk-toolbar-panel .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.htk-toolbar .htk-toolbar-panel .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.htk-toolbar .htk-toolbar-panel .form-control-plaintext.form-control-sm,
.htk-toolbar .htk-toolbar-panel .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.htk-toolbar .htk-toolbar-panel .form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.htk-toolbar .htk-toolbar-panel select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.htk-toolbar .htk-toolbar-panel .form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.htk-toolbar .htk-toolbar-panel select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.htk-toolbar .htk-toolbar-panel .form-group {
  margin-bottom: 1rem;
}
.htk-toolbar .htk-toolbar-panel .form-text {
  display: block;
  margin-top: 0.25rem;
}
.htk-toolbar .htk-toolbar-panel .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.htk-toolbar .htk-toolbar-panel .form-row > .col,
.htk-toolbar .htk-toolbar-panel .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.htk-toolbar .htk-toolbar-panel .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.htk-toolbar .htk-toolbar-panel .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.htk-toolbar .htk-toolbar-panel .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.htk-toolbar .htk-toolbar-panel .form-check-label {
  margin-bottom: 0;
}
.htk-toolbar .htk-toolbar-panel .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.htk-toolbar .htk-toolbar-panel .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.htk-toolbar .htk-toolbar-panel .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.htk-toolbar .htk-toolbar-panel .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:valid,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:valid,
.htk-toolbar .htk-toolbar-panel .form-control.is-valid,
.htk-toolbar .htk-toolbar-panel .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:valid:focus,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:valid:focus,
.htk-toolbar .htk-toolbar-panel .form-control.is-valid:focus,
.htk-toolbar .htk-toolbar-panel .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .form-control.is-valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-select.is-valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:valid ~ .valid-tooltip,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-control.is-valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control-file:valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .form-control-file.is-valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-control-file:valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:valid ~ .form-check-label,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid ~ .custom-control-label,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid:checked ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:valid:focus ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:valid ~ .custom-file-label,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:valid ~ .custom-file-label::before,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:valid ~ .valid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-valid ~ .valid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:valid ~ .valid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:valid:focus ~ .custom-file-label,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.htk-toolbar .htk-toolbar-panel .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.htk-toolbar .htk-toolbar-panel .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:invalid,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:invalid,
.htk-toolbar .htk-toolbar-panel .form-control.is-invalid,
.htk-toolbar .htk-toolbar-panel .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:invalid:focus,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:invalid:focus,
.htk-toolbar .htk-toolbar-panel .form-control.is-invalid:focus,
.htk-toolbar .htk-toolbar-panel .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .form-control.is-invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-select.is-invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-control:invalid ~ .invalid-tooltip,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-select:invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-control.is-invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-control-file:invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .form-control-file.is-invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-control-file:invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:invalid ~ .form-check-label,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .form-check-input:invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid ~ .custom-control-label,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid:checked ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-control-input:invalid:focus ~ .custom-control-label::before,
.htk-toolbar .htk-toolbar-panel .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:invalid ~ .custom-file-label,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:invalid ~ .custom-file-label::before,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:invalid ~ .invalid-feedback,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-invalid ~ .invalid-feedback,
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:invalid ~ .invalid-tooltip,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .htk-toolbar .htk-toolbar-panel .custom-file-input:invalid:focus ~ .custom-file-label,
.htk-toolbar .htk-toolbar-panel .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.htk-toolbar .htk-toolbar-panel .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.htk-toolbar .htk-toolbar-panel .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .htk-toolbar .htk-toolbar-panel .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .input-group,
  .htk-toolbar .htk-toolbar-panel .form-inline .custom-select {
    width: auto;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .htk-toolbar .htk-toolbar-panel .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.htk-toolbar .htk-toolbar-panel .htk-toolbar-list-item {
  padding: 10px 10px 5px 25px;
  border-bottom: 1px solid #202020;
  font-size: 12px;
  color: #fff;
}
.htk-toolbar .htk-toolbar-panel .htk-toolbar-list-item:hover {
  color: #202020;
  background-color: #ffc;
}
.htk-toolbar-tab {
  bottom: 0;
  padding: 5px 5px 0px 5px;
  position: fixed;
  z-index: 100000000;
  background-color: #000000;
  border: 1px solid #202020;
  color: #ffffff !important;
  cursor: pointer;
  font-family: Courier New, monospace, serif;
  font-weight: 500;
  opacity: 0.75;
  /* Safari prototype */
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  /* Gecko browsers */
  -moz-border-top-left-radius: 0.5em;
  -moz-border-top-right-radius: 0.5em;
  /* Everything else - limited support at the moment */
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.htk-toolbar-tab:hover {
  color: #bdc3c7 !important;
}
.htk-toolbar-tab.pulsating-htk-toolbar-tab {
  animation: pulse 3s infinite alternate;
}
@keyframes pulse {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #0000ff;
  }
}
