div.btn-osh {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(0, 132, 255);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  cursor: pointer;
  text-align: center;
  color: white;
  padding: 1px 0px;
  margin: 0px;
  font-size: 16px;
}

div.btn-osh-active {
  color: rgb(255, 0, 0);
  box-shadow: 0px 0px 5px rgb(0, 132, 255);
  font-size: 18px;
  padding: 0px 0px;
}

.btn-osh .osh-icon {
  position: relative;
  padding: 0px;
  margin: 0px;
}

div.osh-select-form {
  position: absolute;
  background: rgb(81, 119, 139);
  background: linear-gradient(143deg, rgba(81, 119, 139, 1) 0%, rgba(201, 245, 254, 1) 100%);
  /* background-color: #5798d9; */
  border: 1px solid #808080;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 100020;
  /* font-family: 'Open Sans', sans-serif !important; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 14px;
  padding: .2em;
}

div.osh-select-form .osh-select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #808080;
  box-shadow: 0px 6px 11px -1px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 40px;
  border-radius: 4px;
  cursor: move;
}

div.osh-select-form .osh-select-header .osh-select-label {
  padding-left: 15px;
  color: black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  /* font-weight: bold; */
  font-size: 140%;
}

div.osh-select-form .osh-select-header .osh-select-found-elements {
  padding-left: 15px;
  color: green;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div.osh-select-form .osh-select-header .osh-select-close,
div.osh-help-div .osh-help-div-header .osh-help-div-close {
  padding-right: 8px;
}

div.osh-select-form .osh-select-header .osh-select-close i,
div.osh-help-div .osh-help-div-header .osh-help-div-close i {
  color: black;
  cursor: pointer;
  font-size: 100%;
  background-color: #ff0000;
  border: 1px solid #808080;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 2px 6px;
}

div.osh-select-form .osh-select-header .osh-select-close i:hover,
div.osh-help-div .osh-help-div-header .osh-help-div-close i:hover {
  color: white;
  box-shadow: 3px 3px 7px rgb(0, 0, 0);
}

div.osh-select-form-table {
  max-height: 40vh;
  margin: 5px auto 5px auto;
  padding-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

div.osh-select-form-table::-webkit-scrollbar,
div.osh-help-div .osh-help-div-text::-webkit-scrollbar,
div.osh-help-div .osh-help-div-input-new-value::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

div.osh-select-form-table::-webkit-scrollbar-thumb,
div.osh-help-div .osh-help-div-text::-webkit-scrollbar-thumb,
div.osh-help-div .osh-help-div-input-new-value::-webkit-scrollbar-thumb {
  background: #51778b;
  border-radius: 6px;
}

div.osh-select-form-table .osh-table-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 2px 0px;
}

div.osh-select-form-table .osh-table-row .osh-th {
  width: 200px;
  margin: 1px;
  padding: 5px;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div.osh-select-form-table .osh-table-row .osh-mark-group,
div.osh-select-form-table .osh-table-row .osh-class-group {
  border: none;
  background: transparent;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

div.osh-select-form-table .osh-table-row .osh-td {
  width: 200px;
  margin: 1px;
  padding: 5px;
  border: 1px solid #575757;
  border-radius: 4px;
  background-color: #727f8f;
  color: #dbdbdb;
  text-align: center;
  cursor: pointer;
}

div.osh-select-form-table .osh-table-row .osh-check-text-checked {
  font-weight: bold;
  color: #ffffff;
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: rgb(0, 184, 31);
}

div.osh-select-form-table .osh-table-row .osh-th-mark,
div.osh-select-form-table .osh-table-row .osh-td-mark {
  width: 20px;
  border: none;
  background-color: transparent;
  color: #5798d9;
  text-shadow: none;
  cursor: default;
}

div.osh-select-form-table .osh-table-row .osh-direct-sign {
  width: 20px;
  cursor: pointer;
}

div.osh-select-form-table .osh-table-row-hover:hover {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #c9f5fe;
  border-radius: 4px;
}


div.osh-select-form-table .osh-table-row:hover .osh-td,
div.osh-select-form-table .osh-table-row:hover .osh-td-mark {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div.osh-select-form-table .osh-table-row .osh-th-small,
div.osh-select-form-table .osh-table-row .osh-td-small {
  width: 50px;
}

div.osh-select-form-table .osh-table-row .osh-th-middle,
div.osh-select-form-table .osh-table-row .osh-td-middle {
  width: 100px;
}


div.osh-select-form-table .osh-table-row .osh-td:hover {
  color: rgb(255, 255, 255);
  border-color: #c9c9c9;
}

div.osh-select-form-table .osh-table-row .osh-td-selected {
  background-color: #9abee2;
  color: white;
}

div.osh-select-form-table .osh-table-row .osh-td-empty {
  width: 200px;
  margin: 1px;
  padding: 5px;
  border: 1px solid transparent;
  background-color: transparent;
}

div.osh-select-form .osh-select-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px -6px 11px -1px rgba(0, 0, 0, 0.75);
  width: 100%;
  border-radius: 4px;
}

div.osh-select-form-view {
  width: 510px;
  margin: 0px 10px;
  padding: 3px 5px;
  font-size: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  white-space: normal;
  border-radius: 4px;
}

div.osh-select-form .osh-select-footer .osh-select-form-submit,
.osh-help-div .osh-help-div-buttons button {
  margin: 5px;
  padding: 2px 10px;
  background-color: #51778b;
  border: 1px solid #808080;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

div.osh-select-form .osh-select-footer .osh-select-form-submit-enable:hover,
.osh-help-div .osh-help-div-buttons .osh-help-div-submit:hover {
  cursor: pointer;
  background-color: #00b81f;
  color: #ffffff;
  box-shadow: 3px 3px 7px rgb(0, 0, 0);
}

div.osh-animated-div {
  position: absolute;
  border: 3px solid rgb(187, 11, 119);
  background-color: rgba(187, 11, 119, 0.5);
  border-radius: 4px;
  z-index: 100010;
  color: #ffffff;
}

div.osh-animated-div .osh-animated-arrow-up,
div.osh-animated-div .osh-animated-arrow-left,
div.osh-animated-div .osh-animated-arrow-right,
div.osh-animated-div .osh-animated-arrow-down {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #7cf857;
}

div.osh-animated-div .osh-animated-arrow {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: pointer;
}

div.osh-animated-div .osh-animated-arrow:hover {
  font-size: 130%;
}

div.osh-help-div {
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 14px;
  background: #51778b;
  background: linear-gradient(143deg, rgba(81, 119, 139, 1) 0%, #c9f5fe 100%);
  border: 1px solid #808080;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgb(255, 255, 255);
  padding: .2em;
  z-index: 100020;
}

.osh-help-div-arrow-up:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid #B6D4E2;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
}

.osh-help-div-arrow-left:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid #404244;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}

.osh-help-div-arrow-right:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #6E8798;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}

.osh-help-div-arrow-down:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #6D8596;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}

div.osh-help-div .osh-help-div-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

div.osh-help-div .osh-help-div-header .osh-help-div-label {
  padding-left: 5px;
  color: #000000;
  font-size: 120%;
  width: 215px;
  white-space: nowrap;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div.osh-help-div .osh-help-div-input-new-value {
  position: absolute;
  background-color: #eeeeee;
  color: #000000;
  font-size: 120%;
  resize: none;
  border: 1px solid transparent;
  outline: none;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

div.osh-help-div .osh-help-div-text {
  width: 100%;
  height: 130px;
  margin: 5px 0px;
  padding: 5px;
  white-space: normal;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 1px solid #808080;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); */
}

.osh-help-div .osh-help-div-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  background: none;
  background-image: none;
  background-color: transparent;
  border: none;
  color: #000000;
} 

.osh-confirm-test.ui-dialog {
  box-shadow: 0px 0px 15px rgb(255, 255, 255);
}

.osh-confirm-test.ui-dialog,
.osh-confirm-test.ui-dialog .ui-dialog-titlebar,
.osh-confirm-test.ui-dialog .ui-dialog-content,
.osh-confirm-test.ui-dialog .ui-dialog-buttonpane,
.osh-confirm-test.ui-dialog .ui-dialog-buttonpane button {
  background: none;
  background-image: none;
  background-color: #5798d9;
  border: 1px solid #808080;
  border-radius: 4px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.osh-confirm-test.ui-dialog .ui-dialog-content {
  background-color: #ff482f;
  margin: 5px 0px;
}

.osh-confirm-test.ui-dialog .ui-dialog-titlebar,
.osh-confirm-test.ui-dialog .ui-dialog-content,
.osh-confirm-test.ui-dialog .ui-dialog-buttonpane,
.osh-confirm-test.ui-dialog .ui-dialog-buttonpane button {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.osh-confirm-test.ui-dialog .ui-dialog-title {
  float: none;
  font-size: 120%;
}

.osh-confirm-test.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #ff482f;
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

.osh-confirm-test.ui-dialog .ui-dialog-buttonpane button.btn-close:hover {
  background-color: #00b81f;
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

.osh-confirm-test {
  z-index: 200000;
}