body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
}

#content {
  height: calc(100vh - 85px);
}

.title {
  font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 23px;
  text-transform: uppercase;
  color: #707070;
}

.logo {
  display: flex;
  margin-right: 30px;
  flex-direction: column;
  justify-content: center;
}
.logo img {
  height: 50px;
}

#menu {
  height: 60px;
  background-color: #425563;
  color: white;
  padding: 0 0 0 25px;
  display: flex;
  flex-direction: row;
}

#menu .dx-menu-item {
  color: #fff;
}

#menu .dx-menu-horizontal {
  display: flex;
  height: 100%;
  margin-left: 100px;
}

#menu .dx-item-content.dx-menu-item-content {
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
  padding: 0;
}

.menuSelected,
.menuSelected:hover {
  background: #fff;
  color: #232323 !important;
  height: 100%;
}

.dx-icon-edit {
  color: #2130bb !important;
}

.user-info {
  width: 100%;
}
.user-info-avatar {
  height: 36px;
  width: 36px;
  background-color: #ebebeb;
  border-radius: 50%;
}
.user-info-name {
  font-family: sans-serif;
  margin-right: 10px;
}

.content {
  padding: 25px 25px 0 25px;
}

.menu_upper {
  text-transform: uppercase;
}

.dx-menu-items-container {
  display: flex;
}

.dx-menu-item-wrapper {
  height: 100%;
}

.dx-menu-item {
  height: 100%;
}

#menu .dx-item-content.dx-menu-item-content {
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
  padding: 0;
}

.popupButtonContainer {
  width: 100%;
  display: inline-flex;
  place-content: flex-start;
  margin-top: 25px;
}

.adminconfig {
  padding: 10px;
  float: left;
}

.adminconfigbutton {
  margin-top: 19px;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-alt) > td {
  background-color: #ffffff !important;
  color: #232323 !important;
}

.dx-datagrid-table
  .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row)
  > td:not(.dx-focused) {
  background-color: #ffffff !important;
  color: #333 !important;
}

.dx-header-row {
  background: #999;
  color: white;
  font-weight: bold;
}

.dx-row .dx-data-row .dx-column-lines .dx-row-alt .dx-selection > td {
  background-color: #f5f5f5 !important;
}

.dx-datagrid .dx-link {
  color: #425563 !important;
}

.dx-datagrid .dx-link:hover {
  color: #6f6f6f !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-alt) > td,
.dx-data-row:hover {
  background: #fdf3e8 !important;
}

.dx-data-row:hover .dx-selection > td,
.dx-data-row:hover > td {
  background: #fdf3e8 !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover
  > tr
  > td {
  background: #f5f5f5;
}

.custom-dropdown
  .dx-item.dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-submenu.dx-menu-item-expanded {
  background: #4b4b4b;
}

.custom-dropdown .dx-context-menu-container-border {
  border: none;
  box-shadow: none;
}

.dx-menu.custom-dropdown
  .dx-menu-item-has-text.dx-menu-item-has-submenu
  .dx-menu-item-text {
  padding-bottom: 0;
}

#dashboard-section-lookup {
  width: 300px;
  margin: 0 40px 40px 40px;
}

#dashboard-section-graph {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 40px 40px 0 40px;
}

#dashboard-section-graph .dashboard-graph {
  display: flex;
  flex-direction: column;
  min-width: 800px;
  margin: 0 20px 20px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}

#dashboard-section-graph .dashboard-graph > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  background-color: #ebebeb;
  border-radius: 5px;
  font-size: 18px;
}

#dashboard-section-graph .dashboard-graph-title { font-weight: bold; }

.dx-list .dx-empty-message, .dx-list-item {
  border-top: 1px solid transparent;
}

.dx-list .dx-empty-message, .dx-list-item-content {
  padding: 10px;
}

custom-icon {
  display: inline-block;
  width: auto;
  height: 1em;
  width: 1em;
  margin: 0 0 0 8px;
}

custom-icon > img {
  width: 100%;
  height: 100%;
}

.dashboard-tooltip {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.dashboard-tooltip > * {
  display: flex;
}

.dashboard-tooltip > *:first-child {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  margin: 0 10px 5px;
  justify-content: center;
}

.dashboard-tooltip custom-icon {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
}

.dashboard-graph-count {
  display: flex;
}

#datagrid {
  padding-top: 12px;
  padding-bottom: 12px;
}

#button-container {
  display: flex;
  justify-content: end;
}

.btn-case {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-main {
  display: flex;
  justify-content: end;
  padding-right: 10px;
  padding-left: 10px;
}

.w-100 {
  width: 100% !important;
}

.dx-command-select {  
  width: 40px!important;  
  min-width: 40px!important;  
}  
