#bell_notification .number_notification {

  /* height: 22px;
  width: 22px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 60px;
  padding: 3px;
  border-style: solid;
  border-width: 2px;
  font-size: 12px; */
  height: 20px;
    width: 20px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 57px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    font-size: 10px;
}

#bell_notification .number_notification:empty {
  display: none;
}

#bell_notification .fas_bell_icon {
  /* font-size: 25pt !important;
  padding-bottom: 10px;
  color: white !important;
  margin-right: 40px;
  margin-left: 40px; */
  font-size: 17pt !important;
  padding-bottom: 10px;
  color: white !important;
  margin-right: 31px;
  margin-left: 42px;
}

#bell_notification .fas_bell_icon:hover {
  color: #d63031;
}



#bell_notification .sec {
  padding: 10px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

#bell_notification .txt {
  vertical-align: top;
  font-size: 1.25rem;
  /* padding: 5px 10px 0px 115px; */
}

#bell_notification .sub {
  font-size: 1rem;
  color: grey;
}

#bell_notification .new {
  border-style: none none solid none;
  border-color: #0099ff;
}

#bell_notification .sec:hover {
  background-color: lightgray;
}

#recent_actions_ul li {
    display: flex !important;
}

.dx-datebox-wrapper {
    z-index: 15000!important;
}

#overlay_opal_notifications {
    position: fixed;
    /* Sit on top of the page content */
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2000000000000000 !important;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

td a {
    text-decoration: underline!important;
}

#modalCombine td {
    border: 0px solid black;
}

#modalCombine td:hover {
    background: #bcdfe0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bcdfe0), to(#bcdfe0));
    background: -moz-linear-gradient(#bcdfe0, #bcdfe0);
    background: linear-gradient(#bcdfe0, #bcdfe0);
    box-shadow: inset 0 0 0 1px #bcdfe0;
}

#modalCombine td,
#modalCombine th {
    width: 30px;
    text-align: center;
    font-weight: normal;
    color: #858584;
}

[multi-cell-select] {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

[multi-cell-select] .eng-selected-item {
    background: #cacaca;
    color: white;
    border-bottom-color: #cacaca;
    border: #cacaca;
}

[multi-cell-select] .hover-area {
    background: #bcdfe0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bcdfe0), to(#bcdfe0));
    background: -moz-linear-gradient(#bcdfe0, #bcdfe0);
    background: linear-gradient(#bcdfe0, #bcdfe0);
    box-shadow: inset 0 0 0 1px #bcdfe0;
}

.ui-state-default {
    border: 0px solid rgba(211, 211, 211, 0.54);
    background: #F9F9F9;
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 0px;
    background: #F9F9F9;
    background: -moz-linear-gradient(#eee, #e2e2e2);
    box-shadow: inset 0 0 0 1px #aaa;
    color: #5A5757;
    font: bold 10px Arial, Helvetica, Clean, sans-serif;
    text-align: center;
}

.watermark1 {
    top: 80px;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.watermark2 {
    top: 128px;
    opacity: 0.50;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}


/* CSS to allow text wrapping */

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: break-word;
    white-space: normal !important;
}

.ui-grid-row,
.ui-grid-cell {
    height: auto !important;
}

.ui-grid-row div[role=row] {
    display: flex;
    align-content: stretch;
}


/* HACK Authorized by DMESA */

.ui-select-container.ui-select-bootstrap.dropdown:not(.ui-select-multiple) {
    height: 36px;
}

.ui-select-multiple.ui-select-bootstrap {
    min-height: 36px;
    padding: 0!important;
}

.ui-select-bootstrap .ui-select-choices-row.active .ui-select-choices-row-inner a {
    color: #fff !important;
}

#aside_bar_menu.invisible {
    display: none !important;
}

div.topbar_content_btns form {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
  }

  div.topbar_content_btns form button.more-detail-view-options-button {
    transition: all .4s ease-out;
    padding: 0 1rem 0 1.5rem;
    outline: 0;
    border: 0;
    font-weight: bold;
    background: white;
  }

  div.topbar_content_btns form button.hidden {
    transition: none;
    border-right: 0.5rem solid #b6b6b6;
    width: 0;
    padding: 0;
    overflow: hidden;
  }

  ul.detail-view-options-links {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    overflow: hidden;
    list-style-type: none;
  }

  ul.detail-view-options-links li {
    flex: none;
  }

  ul.detail-view-options-links li a {
    color: #404040;
  }

  ul.hidden-detail-view-options-links {
    position: absolute;
    background: white;
    right: 0;
    top: 100%;
    list-style-type: none;
    z-index: 10;
    overflow-y: scroll;
    height: auto;
    max-height: 60vh;
    max-width: 50vw;
    overflow-x: hidden;
    border: solid;
    border-width: thin;
    border-radius: 5%;
    border-color: lightgray;
    padding: 5px;
  }

  ul.hidden-detail-view-submenu-links.hidden-detail-view-submenu-behavior li {
    text-align: center;
  }

  ul.hidden-detail-view-submenu-links li {
    padding: 5px;
  }

  ul.hidden-detail-view-submenu-links {
    position: absolute;
    background: white;
    list-style-type: none;
    z-index: 11;
    max-width: 50vw;
    overflow-x: hidden;
    border: solid;
    border-width: thin;
    border-radius: 5%;
    border-color: lightgray;
    padding: 5px;
    margin-left: 6px;
  }

  ul.hidden-detail-view-options-links li a {
    padding-right: 1rem;
    width: 100%;
  }

  ul.hidden-detail-view-options-links.hidden {
    display: none;
  }

  button.more-detail-submenu-button {
    font-weight: unset;
    width: 100%;
  }
  li.more-detail-menu-button {

    text-align: center;
  }

  i.more-detail-submenu-icon {
    position: absolute;
    right: 5px;
    margin-top: 2px;
  }

  #more-detail-view-options i {
    font-size: 15px;
  }

  .footer .measure_time {
    font-size: 7px;
  }