.pt-n15 {
  margin-top: -15px;
}
.pt-15 {
  margin-top: 15px;
}
.dx-pager .dx-pages .dx-selection,
.dx-pager .dx-page-sizes .dx-selection {
  background-color: #f0b90b;
  color: #ffffff;
}
body {
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
body #header div.container-header {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
body #header div.container-header .logo {
  height: 45px;
}
body #header div.container-header .top {
  display: flex;
  padding: 10px;
  border-bottom: #eeeeee 1px solid;
  /* background: #12161c; */
  background-color: #2a5a7e;
  height: 100px;
  flex-direction: row;
  align-items: center;
}
body #header div.container-header .top .container-top-menu {
  display: flex;
  flex: 1;
  flex-direction: row;
}
body #header div.container-header .top .container-top-menu .icon {
  color: white;
}
body #header div.container-header .top .container-top-menu .wd-dropdown-content,
body #header div.container-header .top .container-top-menu .wd-menu {
  color: white;
  /* background: #12161c; */
  background: #2a5a7e;
}
body #header div.container-header .top .container-top-menu .top-menu .wd-menu-item a:hover {
  color: #f0b90b;
  background-color: transparent;
}
body #header div.container-header .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: #eeeeee 1px solid;
  padding: 10px;
}
body .margin-left-0 {
  margin-left: 0px;
}
body .margin-right-0 {
  margin-right: 0px;
}
body .message-box-info {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d3d3d3;
}
body .pmc-tiletoolbox .container-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .pmc-tiletoolbox a.tile:hover {
  border: 1px solid #f0b90b;
}
body .pmc-tiletoolbox a.tile {
  display: flex;
  flex-direction: column;
  color: inherit;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #efefef;
  margin-right: 4px;
  margin-bottom: 4px;
}
body .pmc-tiletoolbox a.tile .title {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
body .pmc-tiletoolbox a.tile .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
body .pmc-tiletoolbox a.tile .icon {
  font-size: 32px;
  color: inherit;
}
body .pmc-tiletoolbox a.tile.primary {
  background-color: #f0b90b;
  color: black;
}
body .pmc-tiletoolbox a.tile.black {
  background-color: black;
  color: white;
}
body .pmc-tiletoolbox a.tile.gray {
  background-color: #f5f5f5;
  color: black;
}
body .pmc-tiletoolbox a.tile.white {
  background-color: white;
  color: black;
}
body div.panel-section {
  margin-bottom: 20px;
}
body div.panel-section .header {
  font-weight: bold;
  background-color: #eeeeee;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}
body div.panel-section .content {
  margin-left: 5px;
  margin-right: 5px;
}
body div.panel-section .info-fieldset {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
body div.panel-section .dx-checkbox {
  margin-bottom: 5px;
  margin-left: 0px;
}
body div.panel-section .dx-list-item {
  display: inherit;
}
body div.panel-section .dx-list-item-content,
body div.panel-section .dx-list .dx-empty-message {
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body a.portfolio-selector {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
}
body a.portfolio-selector .caption {
  margin-right: 10px;
}
body a.portfolio-selector .name {
  color: #7A7A7A;
  margin-right: 10px;
}
body a.portfolio-selector .icon {
  color: inherit;
}
body #header {
  border-bottom: 1px solid #dee2e6;
}
.breadcrum {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrum a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #212833;
  padding: 0px;
}
.breadcrum .last-item {
  font-weight: bold;
}
.color-warning {
  color: #f0b90b;
}
.color-success {
  color: #c3e6cb;
}
.info-widget.bs-panel-info {
  border-color: #eeeeee;
}
div.wd-group-panel.simple .button-link {
  color: #212833;
  font-size: 12px;
}
.compliance-progress-bar {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.compliance-progress-bar .caption {
  width: 70px;
}
.compliance-progress-bar .progress {
  flex: 1;
  margin-bottom: 0px;
}
.compliance-progress-bar .progress .progress-bar {
  background-color: #04aa6d;
}
.compliance-progress-bar .values-caption {
  display: flex;
  justify-content: flex-end;
  width: 80px;
}
.property-compliance-overview a {
  border: 1px solid white;
  color: inherit;
  columns: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
}
.property-compliance-overview a:hover {
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.property-compliance-overview .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.property-compliance-overview .text-guage-percentage {
  position: absolute;
  width: 80px;
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.property-compliance-overview .container-progressbars {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
a.dashboard-summary-tile:hover {
  border: 2px solid black;
}
a.dashboard-summary-tile {
  align-items: center;
  background-color: #f0b90b;
  border: 2px solid #f0b90b;
  border-radius: 5px;
  color: black;
  display: flex;
  margin-bottom: 5px;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  padding: 20px;
}
a.dashboard-summary-tile .caption {
  font-size: 16px;
}
a.dashboard-summary-tile .icon {
  color: black;
  font-size: 22px;
  margin-right: 10px;
}
a.dashboard-summary-tile .value {
  font-size: 28px;
}
.dashboard-panel-container-1 {
  min-height: 300px;
}
