/* FLOATING ICON */
.FloatingUsrImg {
  border-radius: 50%;
  /* Makes the toolbar circular */
  overflow: hidden;
  /* Ensures content fits within the circular shape */
  display: flex;
  /* Optional: for centering content inside the circle */
  justify-content: center;
  /* Center image horizontally */
  align-items: center;
  /* Center image vertically */
  z-index: 100;
  /* Ensures the image floats above other content */
}

.FloatingAppImg {
  border-radius: 25px;
  /* Adjust the radius as needed for more or less roundness */
  overflow: hidden;
  /* Optional: Ensures content respects the border-radius */
}

.FloatingAzImg {
  /*border: 2px solid #ccc;  Define border thickness and color */
  border-radius: 15px;
  /* Adjust the value to control roundness */
  padding: 5px;
  /* Optional: Add padding if necessary */

}

/* MENU */
.x-treelist {
  overflow: auto !important;
  min-width: 200px;
}

/* Override for elements inside .x-grid-filterbar */
.x-grid-filterbar .x-form-trigger-wrap-default,
.x-grid-filterbar .x-form-trigger-default,
.x-grid-filterbar .x-form-text {
  border-radius: 0;
}

/* border radious a tab on top */
.x-tab-default-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* MENU COLOR LABEL */
/*RED*/
.fa-red {
  color: red !important;
}

.fa-red:hover {
  background-color: red !important;
}

.fa-red .x-treelist-item-text,
.fa-red .x-treelist-item-expander,
.fa-red .x-treelist-item-icon {
  color: red !important;
}

.fa-red:hover .x-treelist-item-text,
.fa-red:hover .x-treelist-item-expander,
.fa-red:hover .x-treelist-item-icon {
  color: white !important;
}

/*BLUE*/
.fa-blue {
  color: #1d71b8 !important;
}

.fa-blue:hover {
  background-color: #1d71b8 !important;
}

.fa-blue .x-treelist-item-text,
.fa-blue .x-treelist-item-expander,
.fa-blue .x-treelist-item-icon {
  color: #1d71b8 !important;
}

.fa-blue:hover .x-treelist-item-text,
.fa-blue:hover .x-treelist-item-expander,
.fa-blue:hover .x-treelist-item-icon {
  color: white !important;
}

/*GREEN*/
.fa-green {
  color: #3ca354 !important;
}

.fa-green:hover {
  background-color: #3ca354 !important;
}

.fa-green .x-treelist-item-text,
.fa-green .x-treelist-item-expander,
.fa-green .x-treelist-item-icon {
  color: #3ca354 !important;
}

.fa-green:hover .x-treelist-item-text,
.fa-green:hover .x-treelist-item-expander,
.fa-green:hover .x-treelist-item-icon {
  color: white !important;
}

/*VIOLET*/
.fa-violet {
  color: #d11d6b !important;
}

.fa-violet:hover {
  background-color: #d11d6b !important;
}

.fa-violet .x-treelist-item-text,
.fa-violet .x-treelist-item-expander,
.fa-violet .x-treelist-item-icon {
  color: #d11d6b !important;
}

.fa-violet:hover .x-treelist-item-text,
.fa-violet:hover .x-treelist-item-expander,
.fa-violet:hover .x-treelist-item-icon {
  color: white !important;
}

/*BLACK*/
.fa-black {
  color: #ddd !important;
}

.fa-black:hover {
  background-color: #ddd !important;
}

.fa-black .x-treelist-item-text,
.fa-black .x-treelist-item-expander,
.fa-black .x-treelist-item-icon {
  color: #ddd !important;
}

.fa-black:hover .x-treelist-item-text,
.fa-black:hover .x-treelist-item-expander,
.fa-black:hover .x-treelist-item-icon {
  color: white !important;
}

/*GRAY*/
.fa-gray {
  color: gray !important;
}

.fa-gray:hover {
  background-color: gray !important;
}

.fa-gray .x-treelist-item-text,
.fa-gray .x-treelist-item-expander,
.fa-gray .x-treelist-item-icon {
  color: gray !important;
}

.fa-gray:hover .x-treelist-item-text,
.fa-gray:hover .x-treelist-item-expander,
.fa-gray:hover .x-treelist-item-icon {
  color: white !important;
}

/*ORANGE*/
.fa-orange {
  color: orange !important;
}

.fa-orange:hover {
  background-color: orange !important;
}

.fa-orange .x-treelist-item-text,
.fa-orange .x-treelist-item-expander,
.fa-orange .x-treelist-item-icon {
  color: orange !important;
}

.fa-orange:hover .x-treelist-item-text,
.fa-orange:hover .x-treelist-item-expander,
.fa-orange:hover .x-treelist-item-icon {
  color: white !important;
}

/*  HIGHLIGHT ICON   */
.red {
  color: red !important;
}

.green {
  color: green !important;
}

.blue {
  color: blue !important;
}

.yellow {
  color: yellow !important;
}

.orange {
  color: orange !important;
}

.purple {
  color: purple !important;
}

.brown {
  color: brown !important;
}

.black {
  color: black !important;
}

.pink {
  color: pink !important;
}

.cyan {
  color: cyan !important;
}

.magenta {
  color: magenta !important;
}


/*  HIGHLIGHT ROW GRID   */
.highlight-row {
  background-color: #fff6b9 !important;
}

.highlight-row-Yellow {
  background-color: #feffc4 !important;
}

.highlight-row-Red {
  background-color: #cd4444 !important;
}

.highlight-row-Green {
  background-color: #c1fccb !important;
}

.highlight-row-Blue {
  background-color: #bbddf2 !important;
}

.highlight-row-Grey {
  background-color: #d8d7d7 !important;
}

/*  LOGO APPLICATION   */
.FloatingAzImg {
  background-color: transparent !important;
}

.FloatingAppImg {
  background-color: transparent !important;
}

/* ** Weather CSS ** */
.component__weather-box {
  width: auto;
  overflow: hidden;
}

.component__weather-content {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #E06B4F;
  height: 120px;
}

.weather-content__overview {
  width: 50%;
  text-align: center;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.weather-content__temp {
  width: 50%;
  z-index: 2;
  text-align: center;
  float: left;
  font-size: 50px;
  text-align: center;
  margin-top: 0.5em;
  position: relative;
  vertical-align: middle;
}

.weather-content__temp .degrees {
  line-height: 40px;
}

.weather-content__temp .wi-degrees {
  margin-left: -10px;
  vertical-align: top !important;
}

.currentTemp .wi {
  margin-right: 20px;
  font-size: 40px;
  vertical-align: baseline;
}

.component__forecast-box {
  display: flex;
}

.forecast__item {
  flex: 1;
  text-align: center;
}

.forecast-item__heading {
  background: #e68872;
  border: 1px solid #d64826;
  border-left: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  padding: 10px;
  margin: 0 auto;
}

.forecast-item__info {
  background: #fff;
  color: #E06B4F;
  padding-bottom: 10px;
  border-right: 1px solid #d64826;
}

.forecast-item__info .wi {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  padding: 15px 0;
}

.forecast-item__info .degrees {
  font-size: 20px;
  line-height: 20px;
}

.forecast-item__info .degrees .wi-degrees {
  display: inline;
}

/* ** ZOOM IMAGE **  */
.zoomA {
  width: 600px;
  height: auto;
  /* ease | ease-in | ease-out | linear */
  transition: transform ease-in-out 0.3s;
}

.zoomA:hover {
  transform: scale(2);
}

.imageZoomCls:hover {
  height: 300px;
  width: 300px;
}

/* ** */
.myGridGallery {
  width: auto;
  flex: 1;
  overflow: auto;
  margin: 10px;
}

.myGridGallery_selector {
  float: left;
  margin: 10px;
  background-color: #D0D0D0;
}

/* ** Report ** */
body {
  /*padding: 20px;*/
  margin: 0;
  font: 16px/22px "Source Sans Pro", Helvetica, sans-serif;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background: #f4f6ec;
  color: #333;
}

.nav-category {
  color: #777;
  font-weight: normal;
  margin-bottom: 0.75em;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

.report-output {
  background: white;
  border: 1px solid #ccc;
  height: 600px;
  /*height: 100%;*/
}

.edit-link {
  font-size: 120%;
  margin-bottom: 10px;
}


.jsr-report {
  font-size: 12pt;
}

/* ** codemirror ** */
.breakpoints {
  width: .8em;
}

.breakpoint {
  color: #822;
}

.lint-error {
  font-family: arial;
  font-size: 70%;
  background: #ffa;
  color: #a00;
  padding: 2px 5px 3px;
}

.lint-error-icon {
  color: white;
  background-color: red;
  font-weight: bold;
  border-radius: 50%;
  padding: 0 3px;
  margin-right: 7px;
}

.CodeEditor {
  border: 1px solid #aaa;
}

/* ** keypad ** */
.nmpd-grid {
  opacity: .9;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999 !important;
  padding: 10px;
  width: initial;
  background-color: white;
  border: 1px solid black;
}

.nmpd-overlay {
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999998 !important;
  background-color: #000;
}

.nmpd-grid input {
  width: 98%;
  min-height: 40px;
  font-size: 25px;
}

.nmpd-grid button {
  width: 100%;
  min-width: 40px;
  min-height: 40px;
  font-size: 20px;
}





/* ** range wms ** */
.x-slider-range .x-slider-thumb,
.x-slider-range .x-slider-thumb.x-slider-thumb-over,
.x-slider-range .x-slider-thumb.x-slider-thumb-drag {
  cursor: pointer;
  height: 68px;
  width: 25px;
  background-position: 5px;
  background-image: url(/repositorycom/slider-thumb.png);
  z-index: 10000;
}

.x-masked .x-slider-range .x-slider-thumb {
  z-index: 1;
}

.x-slider-range .x-slider-horz,
.x-slider-range .x-slider-horz .x-slider-end,
.x-slider-range .x-slider-horz .x-slider-inner {
  height: 28px;

  background-image: none;
  background-color: #eee;
  text-align: center;

}

.x-slider-range .x-slider-thumb.x-item-disabled,
.x-slider-range .x-slider-thumb.x-slider-thumb-over.x-item-disabled,
.x-slider-range .x-slider-thumb.x-slider-thumb-drag.x-item-disabled {
  background-position: 8px -25px !important;
  /*background-size: 1px auto;*/
  /*background-image:url(slider-thumb-disabled.png);*/
  cursor: default;
}

.x-slider-range.x-item-disabled .x-slider.x-form-field {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.x-slider-range .x-slider-range-header-odd,
.x-slider-range .x-slider-range-header-even {
  position: absolute;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  margin-left: 9px;
  overflow: hidden;
  /*border: 1px red solid;*/
}

.x-slider-range .x-slider-range-header-even {
  background-color: #ccc;

}

/* <!-- ** pos ** --> */
.my_btn .x-btn-inner {
  color: red;
  font-size: 15px;
  font-weight: bold;
}

/* <!-- Gallery --> */
.x-dataview-item.x-item-selected>div {
  transform: scale(1.03);
  transition: ease-in-out .2s;
  border: 1px solid red;
}

/* ** ThemeEditor  */
.report-designer-container {
  height: 600px;
  border: 1px solid #aaa;
}

.report-designer-container {
  height: 600px;
  border: 1px solid #aaa;
}








.themeeditor-bordered {
  border: solid 1px red;
}

/* ZADARMA Dialer */
#zdrmWPhI {
  z-index: 9999 !important;
  left: var(--zadarma-left) !important;
  right: var(--zadarma-right) !important;
  top: var(--zadarma-top) !important;
  bottom: var(--zadarma-bottom) !important;
}

#zdrmWPhI:hover {
  cursor: move !important;
}

.zdrm-webphone-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.zdrm-webphone-call-btn {
  height: 52px !important;
}


/* BUTTON POS DYNAMICCOMBO BUTTON */
.wrap-button .x-btn-button {
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 10px;
}

.key-button .x-btn-button {
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.key-button .x-btn-inner {
  overflow: visible;
  font-size: 34px;
  font-weight: bold;
}

.color1-button .x-btn-button {
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color1-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color2-button .x-btn-button {
  background-color: red !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color2-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color3-button .x-btn-button {
  background-color: green !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color3-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color4-button .x-btn-button {
  background-color: Gold !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color4-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color5-button .x-btn-button {
  background-color: black !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color5-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color6-button .x-btn-button {
  background-color: orange !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color6-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color7-button .x-btn-button {
  background-color: Olive !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color7-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color8-button .x-btn-button {
  background-color: Purple !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color8-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

.color9-button .x-btn-button {
  background-color: SaddleBrown !important;
  white-space: unset;
  align-items: unset;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 100px;
}

.color9-button .x-btn-inner {
  font-size: 18px;
  font-weight: bold;
}

/* FlowDesigner */

/*ROTATION*/
.rotate {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rhombus-button {
  background-color: #007bff;
  /* Button background color */
  transform: rotate(45deg);
  /* Rotate the square button to make it a rhombus */
  border: none;
  color: white;
  /* Button text color */
}

.parallelogram-button {
  background-color: #007bff;
  /* Button background color */
  color: white;
  /* Button text color */
  border: none;
  transform: skewX(-20deg);
  /* Skew the button horizontally to create a parallelogram */
}

/* SPOTLight */
.x-spotlight {
  background-color: #ccc;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 0;
  height: 0;
  zoom: 1;
}


/* ExtJS Fix */
.x-tree-icon-custom {
  background-image: none !important;
}

.topbar-icon {
  line-height: 10px;
  font-size: 12px;
}

.menu-logo {
  position: unset !important;
  margin: 0 auto !important;
  display: block;
}

/* @media (max-width: 764px) {
  .x-box-inner {
    overflow: auto !important;
  }
} */