﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #434343;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5pt;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
html > main,
body > main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}
html header,
body header,
html footer,
body footer {
  flex-shrink: 0;
}
html > footer,
body > footer {
  font-size: 9.5pt;
  background-color: #131a22;
  padding: 20px;
  z-index: 1;
  color: #999;
}
a {
  color: #2a7ad4;
}
a.no-underline {
  text-decoration: none;
}
a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
/*h1 {
    margin: 4px 0;
    line-height: 110%;
    font-weight: bold;
    color: @titleColor;
    font-size: @fontSize-X-Large;
}

h2 {
    font-size: @fontSize-Larger;
    color: @titleColor;
}

h3 {
    font-size: 16px;
    color: #666;
}

h4 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

h5 {
    margin: 0;
    font-size: 11px;
    color: #666;
}*/
table {
  font-size: 10.5pt;
  border-collapse: separate;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}
/*#region Common */
main > .container {
  padding: 10px;
}
@media (min-width: 1500px) {
  main > .container {
    max-width: 1440px;
  }
}
nav.navbar .has-search {
  margin-left: 5px;
  margin-bottom: 0;
}
nav.navbar .has-search .form-control {
  padding-left: 2.375rem;
}
nav.navbar .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
/*#endregion */
/*#region Common */
.r-no-scroll {
  overflow: hidden;
}
.r-block {
  display: block;
}
.r-margin-standard {
  margin: 10px;
}
.r-padding-standard {
  margin: 10px;
}
.r-inline {
  display: inline;
}
.r-clearBoth {
  clear: both;
}
.r-left {
  text-align: left !important;
}
.r-center {
  text-align: center !important;
}
.r-right {
  text-align: right !important;
}
.r-caps {
  text-transform: uppercase;
}
.r-bold {
  font-weight: bold;
}
.r-hidden {
  display: none;
}
.r-margin {
  margin: 10px;
}
.r-page-padded {
  padding: 20px;
}
.r-warning {
  color: #ff6a00;
}
.r-error {
  color: #da4b4b;
}
.r-message,
div[class^="r-message-"],
div[class*=" r-message-"] {
  padding: 10px;
  display: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: solid 1px black;
  font-size: 10.5pt;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.r-message p,
div[class^="r-message-"] p,
div[class*=" r-message-"] p {
  margin: 0;
}
.r-message.r-success,
div[class^="r-message-"].r-success,
div[class*=" r-message-"].r-success {
  color: #468847;
  background-color: #f2ffed;
  border-color: #d6e9c6;
}
.r-message.r-info,
div[class^="r-message-"].r-info,
div[class*=" r-message-"].r-info {
  color: #3a87ad;
  background-color: #eaf8ff;
  border-color: #bce8f1;
}
.r-message.r-info a,
div[class^="r-message-"].r-info a,
div[class*=" r-message-"].r-info a {
  color: #3a87ad;
}
.r-message.r-error,
div[class^="r-message-"].r-error,
div[class*=" r-message-"].r-error {
  color: #da4b4b;
  background-color: #ffeeee;
  border-color: #DF9C9C;
}
.r-message.r-error a,
div[class^="r-message-"].r-error a,
div[class*=" r-message-"].r-error a {
  color: red;
}
.r-message.r-block,
div[class^="r-message-"].r-block,
div[class*=" r-message-"].r-block {
  display: block;
}
.r-message.r-block.r-hidden,
div[class^="r-message-"].r-block.r-hidden,
div[class*=" r-message-"].r-block.r-hidden {
  display: none;
}
.r-message-empty {
  padding: 10px 0 0 0;
  color: #ddd;
  text-align: center;
}
.r-error {
  display: none;
}
.r-error .r-error-text {
  margin-bottom: 5px;
  font-weight: bold;
}
.r-error .r-error-status {
  margin: 20px 5px 0 0;
}
.r-monospace {
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
/*#endregion */
.container > div.r-header {
  display: flex;
  flex-wrap: wrap;
}
.container > div.r-header > div.r-left {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.container > div.r-header > div.r-left > [aria-label=breadcrumb] > .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 39px;
  font-weight: 400;
  color: #252525;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.container > div.r-header > div.r-left > [aria-label=breadcrumb] > .breadcrumb .upper {
  text-transform: uppercase;
}
.container > div.r-header > div.r-left > .r-badges {
  display: inline-block;
  margin-left: 10px;
}
.container > div.r-header > div.r-right {
  line-height: 39px;
}
.container > div.r-header > div.r-right > div {
  margin-right: 10px;
}
.container > div.r-header > div.r-right > div:last-of-type {
  margin-right: 0;
}
.container > div[class^="r-header-"] {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.container > div[class^="r-header-"] > div.r-left {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.container > div[class^="r-header-"] > div.r-left > h2 {
  font-weight: 400;
  color: #6c757d;
  margin: 0;
  line-height: 39px;
}
.container > div[class^="r-header-"] > div.r-right {
  line-height: 39px;
}
.container > div[class^="r-header-"] > div.r-right > div {
  margin-right: 10px;
}
.container > div[class^="r-header-"] > div.r-right > div:last-of-type {
  margin-right: 0;
}
.container .r-properties > table {
  margin: 10px;
}
.container .r-properties > table td:first-of-type {
  padding-right: 10px;
  text-align: right;
}
.container .r-properties > table td .r-caption {
  color: #999;
  font-size: 90%;
}
.container .r-properties > table td .r-caption:after {
  content: ":";
}
.container .r-grid .r-copy {
  float: right;
  color: #2a7ad4;
  cursor: pointer;
  font-size: 9.5pt;
}
.container .r-grid .r-copy:hover {
  text-decoration: underline;
}
.container .r-grid .r-copy > span {
  margin: 0 5px;
}
.container .r-grid .dx-numberbox input.dx-texteditor-input {
  text-align: left;
}
[class^="r-popup"] .dx-field-item-help-text {
  font-size: 8.5pt;
  color: #AFAFAF;
}
.r-link-external {
  font-family: 'Font Awesome 5 Free';
}
.r-link-external:after {
  display: inline-block;
  height: 16px;
  width: 16px;
  content: "\f35d";
  padding-left: 4px;
  font-size: 9pt;
  font-weight: 900;
  color: #dfdfdf;
}
.dx-loadpanel-content .dx-loadindicator .r-icon {
  font-size: 20pt;
}
.dx-context-menu .dx-menu-items-container .dx-menu-item-wrapper .dx-menu-item .dx-icon.fa-check {
  font-size: 80%;
}
.dx-menu-base .dx-submenu .dx-menu-item-wrapper .dx-menu-item {
  cursor: pointer;
}
.dx-menu-base .dx-submenu .dx-menu-item-wrapper .dx-state-disabled {
  cursor: default;
  pointer-events: painted;
}
.dx-menu-base .dx-submenu .dx-menu-items-container {
  cursor: default;
  pointer-events: painted;
}
.dx-menu-base .dx-submenu .dx-menu-items-container .dx-menu-separator {
  cursor: default;
  pointer-events: painted;
}