.rtp-tree-lists {
  padding: 10px;
  color: #4d5b60;
  width: 90%;
  margin-left: 10px;
}

.rtp-tree-lists:hover {

  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.rtp-tree-lists:focus {
  color: white;
  background-color: #009CD0;
  border-color: #009CD0;
  outline: none;
}

.rtp-select {
  width: 10%;
  margin-left: 10px;
  ;
}

.rtp-select-menu {
  border-radius: 0px;
}

.rtp-objects {
  margin-left: 20px;
}

.widget-container {
  min-height: 300px;
  min-width: 300px;
  height: 315px;
  max-height: 350px;
  /* margin: 11px; */
  margin: 5px;
  border: 1px solid #D8D8D8;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.widget-header {
  min-height: 50px;
  /* border: 1px solid black; */
}

.widget-content {
  /* border: 1px solid black; */
  height: calc(100% - 50px);
}

.button-no-border {
  border: none;
  background: none;
  padding: 1px 2px;
}

.button-no-border:focus {
  outline: none;
}

#rtpDetailViewHolder .widget-header {
  display: flex;
  align-items: center;
}

#rtpDetailViewHolder .widget-toolbar {
  margin-left: auto;
}

#rtpDetailViewHolder .widget-separator {
  margin: 0;
}

#rtpDetailViewHolder .widget-header span {
  margin-left: 7px;
  cursor: move;
}

#rtpDetailViewHolder .rtp-maindashboard,
#rtpDetailViewHolder .rtp-detailview-dashboard {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-y: auto;
  width: 100%;
}

#rtpDetailViewHolder .rtp-detailview-dashboard .rtp-detailview-row {
  display: flex;
  width: inherit;
}

#rtpDetailViewHolder .rtp-detailview-dashboard .rtp-detailview-row .widget-container {
  flex: 1 1 0;
}

#rtpDetailViewHolder .buttonproperties .nav-bar {
  margin-left: auto;
  /* margin-right: 10px; */
}

#rtpDetailViewHolder .buttonproperties .nav-bar.period-nav {
  margin-left: 1rem;
}

#rtpDetailViewHolder .buttonproperties .nav-bar.domain-nav {
  margin: auto;
}

#rtpDetailViewHolder .rtp-dialog .dialog-box-container {
  min-width: 600px;
}

.multi-select-combobox .ms-selectable {
  width: inherit;
  padding-right: 0;
  padding-left: 6px;
}

.multi-select-combobox .r-ss-dropdown-options {
  margin-bottom: 0px;
}

.daterange-custom-wrapper {
  z-index: 999999;
  min-width: 334px;
}

.daterange-custom-wrapper.custom-wrapper {
  min-width: 277px;
}

.daterange-custom-wrapper.popup-wrapper {
  position: absolute;
  border: 1px solid #aeaeae;
  right: 0;
  margin-top: 10px;
  background: white;
}

.daterange-custom-wrapper.popup-wrapper .nav-bar {
  display: flex;
  margin-bottom: -10px;
}

.daterange-custom-wrapper.popup-wrapper .nav-bar .button-wrapper {
  flex: 1 1 0;
  padding: 5px 2px 0;
}

.daterange-custom-wrapper.popup-wrapper.custom-wrapper .nav-bar .button-wrapper {
  margin-right: 10px;
}

.daterange-custom-wrapper.popup-wrapper .nav-bar .tool-button-ergo {
  width: 100%;
}

.daterange-custom-wrapper.popup-wrapper .popup-footer {
  padding: 0 0 7px 0;
}

.daterange-custom-wrapper .rdrMonthAndYearWrapper {
  border-bottom: 1px solid #aeaeae;
  height: 40px;
  padding: 0;
}

.daterange-custom-wrapper.custom-wrapper .rdrMonthAndYearWrapper {
  border-bottom: inherit;
}

.date-picker-wrapper {
  position: absolute;
  padding: 10px;
  background-color: white;
  border: 1px solid #D8D8D8;
  z-index: 9;
}

.date-picker-wrapper .date-heading {
  min-width: 65px;
  display: inline-block;
}

.date-range-footer .button-text {
  margin-left: 2.1rem;
}

.date-range-footer.margin-top {
  margin-top: 10px;
}

.button-wrapper {
  display: inline;
}

.button-popup {
  position: relative;
}

#rtpDetailViewHolder .rtp-detailview-dashboard .rtp-filter {
  margin-right: 0;
  width: auto;
}

#rtpDetailViewHolder .flex-center-icons .button-text {
  margin-left: 0px;
}

.rtp-filter .flex-item-fluid {
  flex: unset;
  margin-left: 11px;
}

.rtp-filter {
  margin-top: 0;
}

#rtpDetailViewHolder .rtp-detailview-dashboard-toolbar {
  margin-top: 1rem;
  display: flex;
  width: inherit;
}

.rtp-detailview-dashboard-toolbar #addWidget {
  /* margin-left: auto;
    margin-right: 11px; */
}

.rtp-dialog #thresholdSettingsDialogue .modal-body,
.rtp-dialog #thresholdSettingsDialogue .flex-container-v {
  min-height: calc(100vh - 200px);
}

.rtp-dialog .modal-body {
  min-width: 720px;
}

.defaultSettings,
.refreshTimerSettings,
.ThresholdSettings {
  background-repeat: no-repeat;
  background-size: 30px;
  background-origin: content-box;
  background-position-x: 1rem;
  background-position-y: -0.5rem;
}

.defaultSettings:hover,
.refreshTimerSettings:hover,
.ThresholdSettings:hover {
  background-color: #199ccd;
  color: white;
  background-repeat: no-repeat;
  background-size: 30px;
  background-origin: content-box;

}

.defaultSettings {
  background-image: url('../../../images/default_settings_rtp.svg');
}

.defaultSettings:hover {
  background-image: url('../../../images/default_settings_rtp_light.svg');
}

.refreshTimerSettings {
  background-image: url('../../../images/timer_settings_rtp.svg');
}

.refreshTimerSettings:hover {
  background-image: url('../../../images/timer_settings_rtp_light.svg');
}

.ThresholdSettings {
  background-image: url('../../../images/threshold_settings_rtp.svg');
}

.ThresholdSettings:hover {
  background-image: url('../../../images/threshold_settings_rtp_light.svg');
}

#defaultSettingsDialogue .modal-body {
  min-width: 350px;
}

.defaultSettingsContainer {
  margin: 0px 0px 7px 40px;
}

.rtp_unit_symbol {
  margin-left: 10px;
}

.rtp-dialog #widget-settings #parameters,
.rtp-dialog #widget-settings #filterObject,
.rtp-dialog #add-widget #ObservedParameterWidget {
  max-width: 320px;
}

.refreshButton {
  background-color: #fff;
  color: #8561c5;
}

.refreshButton:hover {
  background-color: #8561c5;
  color: #fff;
}

.domain-view-timestamp {
  color: #8561c5;
  margin: 5px 15px 0px auto;
}

.rtp-detailview-dashboard-toolbar .buttonimage,
#rtpDetailViewHolder #rtpBack img {
  height: 19px;
  margin-right: 2px;
}

#refreshDomain .buttonimage {
  padding: 0 3px;
  height: 17px;
}

#rtpDetailViewHolder #rtpBack {
  margin-left: 0px;
}

.rtp-detailview-dashboard-toolbar .rtp-filter .r-ss-wrap {
  min-width: 120px;
}

.daterange-custom-wrapper .radio-group {
  margin-top: 10px;
  margin-left: 15px;
}

.daterange-custom-wrapper.custom-wrapper .radio-group {
  width: 100%;
}

.daterange-custom-wrapper .rdrCalendarWrapper.hide-calender .rdrMonths {
  display: none;
}

.daterange-custom-wrapper .rdrCalendarWrapper {
  width: 100%;
}

.daterange-custom-wrapper.custom-wrapper .rdrCalendarWrapper {
  font-size: 10px;
}

.no-data {
  font-size: 26px;
  text-align: center;
  height: 58%;
  top: 42%;
  position: relative;
  color: #827676;
}

span.threshold-critical {
  /* width: 12px;
    height: 12px;
    background: #f44336;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
    padding: 2.5px;
    vertical-align: super;
    margin-left: 0.4em;
    display: inline-table; */


  background: #f44336;
  color: white;
  vertical-align: super;
  margin-left: 0.4em;
  text-align: center;
  font-size: 8px;
  padding: 2.5px 3px;
  line-height: .9;
  border-radius: 50%;
}

span.threshold-major {
  background: #f39c12;
  color: white;
  vertical-align: super;
  margin-left: 0.4em;
  text-align: center;
  font-size: 8px;
  padding: 2.5px 3px;
  line-height: .9;
  border-radius: 50%;
}

span.threshold-minor {
  background: #4CAF50;
  color: white;
  vertical-align: super;
  margin-left: 0.4em;
  text-align: center;
  font-size: 8px;
  padding: 2.5px 3px;
  line-height: .9;
  border-radius: 50%;
}


select.timeFilter {
  border-color: #8561c5;
  text-align: center;
  margin-right: 8px;
  padding: 0 4px;
  height: 2em;
  outline: none;
}

.custom-wrapper .react-datepicker-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.custom-wrapper .react-datepicker-wrapper input[type=text] {
  border: 1px solid #8561c5;
  line-height: 15px;
  font-size: 12px;
  width: 70%;
}

.custom-wrapper .react-datepicker__tab-loop .react-datepicker-popper {
  left: 10px !important;
  /* transform: translate3d(0px, 93px, 0px) !important; */
}

.custom-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #8561c5;
}

.custom-wrapper input.custom-time-picker:focus-visible {
  outline: #c5aeee;
}

/* .period-nav {
      margin-left: unset !important;
  } */

.raw-data-btn {
  /* margin-left: auto; */
}

.buttonproperties.button-op.tool-button-align.h3rm.flex-item-container.rtp-toolbar {
  align-items: flex-end;
  justify-content: end;
  margin-right: 10px;
  white-space: pre;
}

.mainView-rawData {
  /* margin-right: 10px; */
}

.react-grid-layout {
  position: relative;
  width: inherit;
}

/* The container - to be removed */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: unset;
  margin: auto 10px auto auto;
  color: #8561c5;
  /* height: 100%;
    top: 3px; */
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #8561c5;
}

.checkbox-container.disable-checkmark {
  color: grey;
}

.checkbox-container.disable-checkmark .checkmark {
  background: #e6e6e6;
  border-color: #bababa;
}

.checkbox-container:hover input~.checkmark {
  background-color: #f0e7ff;
}

.checkbox-container.disable-checkmark:hover input~.checkmark {
  background-color: #e6e6e6;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
  background-color: #8561c5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rtp-helpModal td{
  padding: 0 10px 5px 0;
}