:root {
  --color-dark: #4f4f51;
  --color-warning: #f7941d;
  --color-success: #008000;
  --color-danger: #FF0000;
}

.color-danger {
  color: var(--color-danger);
  direction: ltr;
  text-align: left;
}

.color-success {
  color: var(--color-success);
}

/* === Responsive grid === */
.clear {
  clear: both;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.container {
  margin: 0 auto;
  width: 1160px;
}

.row {
  -ms-display: flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

[class*=grid] {
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.sm-visible, .tb-visible {
  display: none;
}

/* === FORMS === */
.mainframe_aside .input, .mainframe_aside .btn {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
}

/* === Text field === */
.mainframe_aside .input {
  background: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'osh_regular';  
  height: 36px;
}

.inputBorderSilver {
  border: 1px solid silver;
 }

/* === Select === */
.mainframe_aside select {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border: 1px solid #000;
  color: #000;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px 0 34px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

/* === Radio / Checkbox === */
.mainframe_aside input[type=text] {
 font-size: 16px; 
 font-family: 'osh_regular';  
}
.mainframe_aside input[type=radio], .mainframe_aside input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'osh_regular';  
  margin: 0;
  outline: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.mainframe_aside input[type=radio]:checked, .mainframe_aside input[type=checkbox]:checked {
  background-position: center center;
}

.mainframe_aside input[type=radio] {
  background: #fff url(../images2022/svg/radio.svg) -9999px -9999px no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.mainframe_aside input[type=checkbox] {
  background: #fff url(../images2022/svg/check.svg) -9999px -9999px no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background-size: 12px;
}

/* === Fields === */
.mainframe_aside .check-field {
  position: relative;
  padding-right: 24px;
  display: inline-block;
  cursor: pointer;
}
.mainframe_aside .check-field input[type=radio], .check-field input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 0;
}

.mainframe_aside.input-field {
  display: block;
  margin: 0 0 20px;
}
.mainframe_aside.input-field label {
  display: block;
  margin: 0 0 8px;
}
.mainframe_aside.input-field .input {
  width: 100%;
}
.mainframe_aside.input-field select, .mainframe_aside .input-field .jq-selectbox {
  width: 100%;
}

/* btn-icon */
.mainframe_aside .btn-icon {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  background: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}
.btn-icon-clock {
  background: url(../images2022/svg/clock.svg) center center no-repeat;
  background-size: 16px;
}
.btn-icon-star {
  background: url(../images2022/svg/star.svg) center center no-repeat;
  background-size: 18px;
}
.btn-icon-share {
  background: url(../images2022/svg/share.svg) center center no-repeat;
  background-size: 14px;
}
.btn-icon-edit {
  background: url(../images2022/svg/edit.svg) center center no-repeat;
  background-size: 18px;
}

/* tooltip */
.tooltip {
  background: #e2e2e2;
  position: absolute;
  width: 200px;
  left: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.tooltip::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  top: -10px;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* icon-chevron */
.icon-chevron-down {
  background: url(../images2022/svg/chevron-red.svg) center center no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
}
.icon-chevron-bottom {
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.icon-chevron-up {
  background: url(../images2022/svg/chevron-green.svg) center center no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
}
.icon-chevron-top {
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.UpArrow { color: #4DB748; }
.DownArrow { color: #EE1C25; }


/* icon-exchange / icon-chart */
.icon-exchange, .icon-chart {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: relative;
}

.icon-exchange {
  width: 20px;
}
.icon-exchange::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images2022/svg/exchange.svg) center center no-repeat;
  background-size: 20px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}

.icon-chart {
  background: url(../images2022/svg/chart.svg) center center no-repeat;
  background-size: 28px;
}

/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-link, .dropdown-select {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  text-decoration: none;
  padding: 0 12px;
  position: relative;
  align-items: center;
}
.dropdown-link img, .dropdown-link .img, .dropdown-select img, .dropdown-select .img {
  display: block;
  width: 22px;
  margin-left: 6px;
}
.dropdown-link .img, .dropdown-select .img {
  width: auto;
  margin-left: 10px;
}
.dropdown-select {
  padding-left: 16px;
  min-height: 30px;
  font-weight: 700;
}
.dropdown-select::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images2022/svg/chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.dropdown-select.show::after {
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.dropdown-link {
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  padding: 5px 12px;
}
.dropdown-link img, .dropdown-link .img {
  opacity: 0.65;
}
.dropdown-link:hover {
  background: #dedede;
}
.dropdown-link:hover img, .dropdown-link:hover .img {
  opacity: 1;
}
.dropdown-menu {
  background: #f6f6f6;
  position: absolute;
  right: 0;
  z-index: 1000;
  width: 160px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
  display: none;
}

/* switch */
.switch {
  background: var(--color-dark);
  width: 44px;
  height: 22px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -ms-border-radius: 22px;
  cursor: pointer;
  position: relative;
}
.switch:after {
  content: "";
  clear: both;
  display: block;
}
.switch input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.switch span {
  margin: 0 !important;
}
.switch_div {
  background: linear-gradient(to bottom, white 0%, lightgray 100%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 2px;
  position: absolute;
  top: 2px;
  display: block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.switch_on, .switch_off {
  color: #fff;
  font-size: 9px;
  line-height: 24px;
  text-transform: uppercase;
  width: 25px;
  text-align: center;
  display: block;
}
.switch_off {
  float: right;
}
.switch_on {
  display: none;
  float: left;
}
input[type=checkbox]:checked + .switch_div {
  transform: translateX(22px);
}
input[type=checkbox]:checked + .switch_div + .switch_on {
  display: block;
}
input[type=checkbox]:checked + .switch_div + .switch_on + .switch_off {
  display: none;
}

/* mainframe */
.mainframe {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.mainframe_header, .mainframe_footer {
  background: #333;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainframe_header {
  height: 50px;
}
.mainframe_footer {
  height: 30px;
}
.mainframe_content {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.mainframe_body {
  flex: 1;
  padding: 10px;
  overflow: auto;
  margin-bottom: 10px;
  height: 85%;
}
.mainframe_aside {
  background: #acabac;
  position: relative;
  left: auto !important;
  padding-left: 10px;
  width: 350px;
  min-width: 340px;
  max-width: 620px;
}
.mainframe_aside_scroll {
  overflow: auto;
  padding: 12px;
  padding-left: 12px;
  height: 100%;
}
.mainframe_aside .ui-resizable-handle.ui-resizable-w {
  width: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: col-resize;
  background-size: 7px;
  border-left: 1px solid #d3d3d3;
}

/* article */
.article {
  margin: 0 0 20px;
}
.article h2 {
  margin: 0 0 15px;
}

/* search */
.search {
  background: #fff;
  position: relative;
  height: 30px;
  margin: 0 0 12px;
  padding: 0 34px;
}
.search .input {
  border: 0;
  height: 30px;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  line-height: 20px;
}
.search::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images2022/svg/plus-o.svg) center center no-repeat;
  background-size: 18px;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
}
.search_btn {
  background: url(../images2022/svg/search-orange.svg) center center no-repeat;
  border: 0;
  background-size: 18px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.search-small {
  padding-right: 10px;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  margin: 0 0 6px;
}
.search-small::before {
  content: none;
  display: none;
}
.search-small .search_btn {
  background-image: url(../images2022/svg/search.svg);
  background-size: 14px;
}

/* filter */
.filter_name {
  margin: 15px 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.filter_name:first-child {
  margin-top: 0;
}
.filter_section {
  margin: 0 0 12px;
}
.filter_section:last-child {
  margin: 0;
}
.filter_section_title {
  background: var(--color-dark);
  font-size: 16px;
  line-height: 20px;
  padding: 5px 16px 5px 40px;
  color: #fff;
  position: relative;
}
.filter_section_show {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  cursor: pointer;
  background: url(../images2022/svg/minus.svg) center center no-repeat;
  background-size: 12px;
}
.filter_section_show.closed {
  background-image: url(../images2022/svg/plus.svg);
}
.filter_section_content {
  background: #fff;
  padding: 10px;
  display: block;
}
.filter_spoiler {
  margin: 0 0 10px;
}
.filter_spoiler:last-child {
  margin: 0;
}
.filter_spoiler_title {
  position: relative;
  display: block;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 0 5px 40px;
  line-height: 20px;
}
.filter_spoiler_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 30px;
  left: 0;
  top: 0;
  background: url(../images2022/svg/chevron.svg) center center no-repeat;
  background-size: 14px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.filter_spoiler_title.active::before {
  transform: none;
}
.filter_spoiler_all {
  text-align: left;
  padding-top: 5px;
  font-size: 14px;
}
.filter_list {
  background: #e2e2e2;
  max-height: 75%; overflow: auto; 
  font-size: 16px;
}
.filter_list li {
  margin: 0;
}
.filter_list li a {
  display: block;
  text-decoration: none;
  padding: 4px 10px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  line-height: 18px;
}
.filter_list li a:hover {
  background: #acacac;
}
.filter_list li .check-field {
  line-height: 18px;
  display: block;
  padding: 0;
}
.filter_list li .check-field span {
  display: block;
  padding: 4px 36px 4px 10px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.filter_list li .check-field:hover span {
  background: #acacac;
}
.filter_list li .check-field input {
  right: 10px;
  top: 4px;
}
.filter_list li .check-field input:checked + span {
  background: #acacac;
}
.filter_list .selected {
  background: #acacac;
}

/* ranges */
.ranges {
  margin: 0;
}
.ranges_inputs {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.ranges_inputs .input {
  width: 100%;
}
.ranges_inputs span {
  display: block;
  min-width: 14px;
  max-width: 14px;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  margin: 0 6px;
}

/* gallery2022 */
.gallery2022Item {
  margin: 5px 5px 5px 5px;  float:right;
  background-color: #DEE3E9;
  padding: 5px 5px 5px 5px;
}
.gallery2022Item .gallery2022_header{
  margin: 0 0 5px; width:100%; float:right;
  background-color: #DEE3E9;
}
.gallery2022Item .gallery2022_graph{
  margin: 0 0 5px; width:100%; float:right;
}
.gallery2022Item .gallery2022_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  float: right;
}
.gallery2022Item .gallery2022_buttons {
 float: left;
}
.gallery2022Item .gallery2022_buttons i {
 font-size: 17px;
 margin:-8px 2px 8px 2px;
 cursor: pointer;
}
.gallery2022Item .gallery2022_price {
  float:right;
  font-size: 16px;
  margin: 0;
}
.gallery2022Item .gallery2022_text {
  width:100%; float:right;
  font-size: 16px;
  margin: 0;
}

/* bigchart */
.bigchart {
  margin: 0 0 20px;
}
.bigchart_header {
  background: #dee3e9;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.bigchart_graph img {
  display: block;
}
.bigchart_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.bigchart_text {
  font-size: 16px;
  margin: 0;
}
.bigchart_counts {
  font-size: 16px;
  margin: 0;
}
.bigchart_buttons {
  display: flex;
}
.bigchart_buttons .tooltip-wrapper {
  margin-right: 4px;
}

/* squars */
.row.squars {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 20px;
}
.row.squars [class*=grid] {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
}

.squarbox {
  background: #b2b2b2;
  display: flex;
  min-height: 76px;
  height: 100%;
  color: #fff;
  position: relative;
  justify-content: space-between;
  padding: 10px 14px;
}
.squarbox::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
}
.squarbox-red {
  background: #e83129;
}
.squarbox-darkred {
  background: #bf0c0f;
}
.squarbox-lightred {
  background: #f96d56;
}
.squarbox-green {
  background: #08c10b;
}
.squarbox-darkgreen {
  background: #127518;
}
.squarbox-lightgreen {
  background: #60fb61;
}
.squarbox_name {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 6px;
}
.squarbox_title {
  font-size: 30px;
  line-height: 32px;
  margin: 0;
}
.squarbox_icons {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 30px;
}
.squarbox_icons .no-icon {
  min-width: 100%;
}
.squarbox .icon-exchange, .squarbox .icon-chart {
  display: block;
}
.squarbox_popup {
  position: absolute;
  border: 1px solid #656565;
  width: 420px;
  z-index: 100;
  right: 20px;
  top: 100%;
  margin-top: -20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.squarbox_popup img {
  display: block;
}
.squarbox:hover {
  z-index: 100;
}
.squarbox:hover::before {
  opacity: 1;
  visibility: visible;
}
.squarbox:hover .squarbox_popup {
  opacity: 1;
  visibility: visible;
}

.row.squars [class*=grid]:nth-child(4n+4) .squarbox .squarbox_popup,
.row.squars [class*=grid]:nth-child(4n+3) .squarbox .squarbox_popup {
  left: 20px;
  right: auto;
}

/* noteslist */
.noteslist {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}
.noteslist li {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  min-width: 200px;
}
.noteslist li .square {
  margin-left: 8px;
}

.square {
  background: #b2b2b2;
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
}
.square-red {
  background: #e83129;
}
.square-darkred {
  background: #bf0c0f;
}
.square-lightred {
  background: #f96d56;
}
.square-green {
  background: #08c10b;
}
.square-darkgreen {
  background: #127518;
}
.square-lightgreen {
  background: #60fb61;
}
.square-yellow {
  background: yellow;
}
.square-exchange::after {
  background: url(../images2022/svg/exchange.svg) center center no-repeat;
  background-size: 16px;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}

/* dataTable */
.dataTable_wrapper {
  direction: ltr;
  position: relative;
  max-height: 80vh; /* גובה מקסימלי של 70% מגובה המסך */
  overflow-y: auto; /* גלילה אנכית */
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dataTable_wrapper thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f8f9fa;
}

.dataTable_wrapper thead th {
  border-bottom: 2px solid #dee2e6 !important;
  position: sticky;
  top: 0;

}


.datatable {
  border-collapse: collapse;
  width: 100%;
}
.datatable th, .datatable td {
  border: 1px solid #e3e3e3;
  padding: 4px 8px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  font-family: 'osh_regular' !important;  
}
.datatable th {
  background: #4F4F4F !important;
  color: white  !important;
  font-family: 'osh_regular';  
}
.datatable td {
  background: #f1f1f1;
}
.datatable i {
 cursor:pointer;
}
.datatable .num {
 direction: ltr;
}
.datatable .savebut
{
 font-size: 16px;
 font-weight: bold;
 cursor: pointer;
 text-align:center;
}
.datatable_check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: rtl;
}
.datatable_check .square {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 3px;
}
.datatable .input {
  background: #fff;
  border-color: #999;
  width: 100%;
  height: 28px;
  padding: 4px 10px;
}
.datatable .alertInput {
  display: block;
  width:80px;
  text-align: center;
  float: right;
  font-family: 'osh_regular';  
}
.datatable .alertInputDate {
  display: block;
  width:130px;
  text-align: center;
  float: right;
  font-family: 'osh_regular';  
  font-size: 18px;
}

.datatable .alertSelect {
  display: block;
  width:auto;
  text-align: right;
  float: right;
}
.datatable .remarkInput {
  display: block;
  width: 220px;
  text-align: right;
  float: right;
  font-family: 'osh_regular';  
  font-size: 10px;
}
@media screen and (max-width: 1366px) {
.datatable .alertInput  {
  display: block;
  width: 60px;
 }
.datatable .alertInputDate {
  display: block;
  width:100px;
  font-size: 14px;
 }
.datatable .alertSelect {
  display: block;
  width:auto;
  text-align: right;
  float: right;
  font-size: 13px;
}
 
 
} 


/* Resize table */
.rc-handle-container {
  position: relative;
}

.rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
  z-index: 2;
}

table.rc-table-resizing {
  cursor: ew-resize; 
}

table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
  cursor: ew-resize;
}

/* dragtable */
.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}
.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}
.dragtable-sortable th, .dragtable-sortable td {
  border-left: 0px;
}
.dragtable-sortable th:first-child, .dragtable-sortable td:first-child {
  border-left: 1px solid #ccc;
}
.dragtable-sortable .ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dragtable-sortable .ui-sortable-placeholder {
  -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
  -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}
.dragtable-sortable .ui-sortable-placeholder * {
  opacity: 0;
  visibility: hidden;
}

/* smallfilter */
.smallfilter {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 0 0 15px;
}
.smallfilter_time {
  margin: 0 10px 0 0px;
  font-size: 16px;
  float: left;
}
.smallfilter .dropdown {
  margin-left: 14px;
  border-left: 1px solid #e3e3e3;
  padding-left: 18px;
}
.smallfilter_sort {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-weight: 700;
}
.smallfilter_sort a {
  text-decoration: none;
}
.smallfilter_sort * {
  margin-left: 10px;
}
.smallfilter_sort *:last-child {
  margin-left: 0;
}
.smallfilter_section {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-left: 1px solid #e3e3e3;
  min-height: 30px;
}
.smallfilter_section:first-child {
  padding-right: 0;
}
.smallfilter_section_title {
  font-weight: 700;
}
.smallfilter_radio {
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  display: block;
}
.smallfilter_radio span {
 font-size: 16px;
}
.smallfilter_radio .spanT {
 font-size: 16px;
 text-align: center; 
 direction: ltr !important;
}

.smallfilter_section i {
 font-size: 18px;
}

.smallfilter_radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.smallfilter_radio img, .smallfilter_radio .img {
  display: block;
  opacity: 0.7;
  width: 28px;
}
.smallfilter_radio .img {
  font-weight: 700;
  width: auto;
}
.smallfilter_radio input[type=radio]:checked + img,
.smallfilter_radio input[type=radio]:checked + .img {
  opacity: 1;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 24px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 0;
  height: 22px;
  background: 0;
}
.irs--flat .irs-line::before {
  background: #e2e2e2;
  border-radius: 8px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  top: 7px;
}
.irs--flat .irs-bar {
  top: 7px;
  height: 8px;
  background-color: #4f4f51;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  background: linear-gradient(to bottom, rgba(255,171,26,1) 0%,rgba(255,123,0,1) 100%);
  cursor: pointer;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.submitButton {
  background: #F7941D;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 6px 10px;
  font-size: 16px;
  color:white; 
  line-height: 20px;
  font-family: 'osh_regular';  
  height: 36px;
  margin: 0 5px 0 5px;
  cursor: pointer;
}

.menuButton {
  background: #F7941D;
  border: 0px solid #ccc;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  padding: 2px 5px;
  font-size: 16px;
  color:white;
  line-height: 15px;
  font-family: 'osh_regular';  
  height: 18px;
  margin: 0 1px 0 1px;
  cursor: pointer;
}

.menuButtonP {
  background: #4F4F51;
} 

