/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* bug fix comment */
.left {
  float: left;
}
.right {
  float: right;
}
.clear-both {
  clear: both;
}
.margin-left-20 {
  margin-left: 20px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
[sl-cloak] {
  visibility: hidden !important;
}
.required {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
div.arl-layout-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}
a[href="#arl-main-menu"] {
  display: block;
  float: left;
  margin: 8px;
  text-decoration: none;
}
a[href="#arl-main-menu"] img {
  display: block;
  border: 0;
}
#arl-main-menu:not(.mm-menu) {
  display: none;
}
.mm-menu {
  color: white !important;
  background: #00b2b3 !important;
}
.mm-menu em.mm-counter {
  color: white !important;
}
.mm-menu .mm-listview > li .mm-arrow::after,
.mm-menu .mm-listview > li .mm-next::after {
  border-color: white !important;
}
.mm-menu .mm-navbar {
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #ff7e00 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: white !important;
}
.mm-listview > li {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.disabled {
  color: #007475;
  pointer-events: none !important;
  opacity: 0.4 !important;
}
.clickable {
  cursor: pointer;
}
#navMenu:not( .mm-menu ) {
  display: none;
}
html body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: black;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  overflow: hidden;
  background-color: #fff;
}
a {
  color: #336699;
}
p {
  text-align: justify;
}
.btn-is-disabled {
  pointer-events: none;
  /* Disables the button completely. Better than just cursor: default; */
}
fieldset {
  margin: 0;
}
#global-loading-spinner {
  position: fixed;
  margin-left: -35px;
  margin-top: -26px;
  top: 50%;
  left: 50%;
  z-index: -1;
}
#global-loading-spinner img {
  position: relative;
  left: 50%;
  margin-left: -16px;
}
undone {
  color: red;
  animation: arl-h-a-blink 3s linear infinite;
}
@keyframes arl-h-a-blink {
  50% {
    opacity: 0;
  }
}
header {
  height: 48px;
}
header .logo-container {
  float: left;
  overflow: hidden;
  background: white;
  width: 217px;
  height: 48px;
  position: relative;
}
header .logo-container .partner-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 217px;
  height: 48px;
}
header #menu {
  margin-left: 217px;
  margin-right: 260px;
}
header #menu > ul {
  background: none;
}
header #menu ul li.k-item {
  border: none;
}
header #menu li a {
  color: black;
}
header #menu img {
  padding-right: 10px;
  padding-left: 10px;
  background: white;
}
header #menu .k-widget {
  border: 0;
}
header #menu .k-menu > .k-item {
  height: 30px;
  margin-top: 10px;
}
header #user-info {
  float: right;
  padding-top: 7px;
  padding-right: 3px;
  padding-left: 10px;
  background-color: white;
  text-align: right;
  width: 260px;
  height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content {
  bottom: 0px;
  left: 0;
  top: 48px;
  right: 0;
  position: absolute;
  min-width: 300px;
}
.arl-login-content {
  background-image: url(../assets/bc0a0f1a007238749e77f55976bf32b8.jpg);
  background-position: 50% 50%;
  background-size: cover;
  bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.arl-login-content #arl-login-form {
  border: 1px solid #dadada;
  box-shadow: rgba(0, 0, 0, 0.498039) 0 0 20px;
  background-color: white;
  padding: 15px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.arl-login-content #arl-login-form ul {
  padding: 0;
}
.arl-login-content #arl-login-form ul li {
  list-style: none;
  margin: 5px 0;
}
.arl-login-content #arl-login-form input {
  width: 250px;
}
.arl-login-content #arl-login-form .arl-login-form-header {
  color: black;
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.arl-login-content #arl-login-form .arl-login-form-error {
  color: red;
  font-weight: 600;
  height: 30px;
}
.arl-grid.k-grid {
  height: calc(100% - 33px);
  min-height: 250px;
}
.arl-grid.k-grid.with-extended-toolbar {
  height: calc(100% - 66px);
}
.arl-grid.k-grid .k-header .k-grid-add:focus {
  color: #787878;
}
.arl-grid.k-grid .k-header .k-grid-add:focus .k-icon {
  color: #fe9b00;
}
.arl-grid.k-grid .k-grid-header .k-header {
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
  color: black;
}
.arl-grid.k-grid .k-grid-header .k-header > .k-link {
  color: black;
}
.arl-grid.k-grid a.k-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: none;
}
.arl-grid.k-grid tr {
  height: 25px;
}
.arl-grid.k-grid .arl-grid-export-button {
  float: right;
  margin-top: 1px;
}
.arl-grid.k-grid .arl-grid-export-button:hover {
  color: white;
}
.arl-listview {
  overflow-x: auto;
  overflow-y: scroll;
  border-top: 1px solid #dadada;
}
.arl-listview.k-listview {
  height: calc(100% - 33px);
  min-height: 250px;
  overflow-x: auto;
  overflow-y: scroll;
}
.arl-listview.k-listview.with-extended-toolbar {
  height: calc(100% - 66px);
}
.arl-listview .element {
  box-sizing: border-box;
  word-wrap: break-word;
  color: black;
  float: left;
  margin: 8px;
  padding: 0;
  height: 100px;
  width: 290px;
  border: none;
  display: block;
  vertical-align: top;
}
.arl-listview .element img {
  float: left;
  height: 100px;
  width: 100px;
  background: #d8d8d8;
  cursor: pointer;
}
.arl-listview .element h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 110px;
  font-family: Verdana;
}
.arl-listview .element h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 0 110px;
  font-family: Verdana;
}
.arl-listview .element.selected img {
  background: #008a86;
}
.arl-listview .element.selected h3.state {
  display: none;
}
.arl-listview .element.k-state-selected {
  background-color: transparent;
}
.arl-listview .element.readonly img {
  cursor: default;
}
.arl-toolbar {
  padding: 2px 8px;
  background-color: white;
  border-top: 1px solid #dadada;
  height: 28px;
}
.arl-toolbar .screen-name {
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
  vertical-align: middle;
  color: black;
  font-family: Verdana;
  line-height: 28px;
}
.arl-toolbar .k-button {
  margin: 0 0.16em;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: none;
}
.arl-toolbar .action {
  display: inline-block;
  margin: 0 4px;
}
.arl-toolbar .arl-toolbar-actions.extended .k-dropdown {
  width: initial;
}
.arl-toolbar .k-radio-label {
  margin-right: 12px;
}
.arl-toolbar .toolbar-action-history-background {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAIAAADX37lsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAF7SURBVDhPRZI7tsQgDEPZ/+JeSBcoDA2mGsgSniRnMqV9/LmSnXx4a62UstY6c2ZoCvc+j5z23kc+3Jmtpe69EA53a1ZrSc0MtXvtfBxjuKG1IlwZk9xTPn4D0RrZN0yoXcxyICAwf2ES1qknsbZrK7Mnsp0Q6iHaItr0oYEsIukMiJqstatckPGX82CRaRLWnUKj1iHpFQOPQJMT995AA4uyY1o3hlEEiGZpgrB38H/AcrIV6wjxeVyjKrD8pMMJSgeEXHtlAI2tdGLL/wk0OoAsiqSKrR1yaC3RwjVZ24gmVejBJINroUpXAZomCY1FCWueM4CfV5e1lN7hD9D6hezNg7rPuMqtSfPrGo9fLkLEa+AqCPEpScAv2nNQGEL/mw7KVvBzKweGPxHy1wINWgn8itQTEO3rpR6GZ5bI56B0OH6BA79fi56LaHFmFPFhwtrnl4dZD9f4IaGK98WvXfGQ+jV6OVHEq5P0fFxDCDRtRTYg6E98bXb3fyFp3K+kfpyPAAAAAElFTkSuQmCC) !important;
}
.arl-toolbar .toolbar-action-history {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAIAAADX37lsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAF7SURBVDhPRZI7tsQgDEPZ/+JeSBcoDA2mGsgSniRnMqV9/LmSnXx4a62UstY6c2ZoCvc+j5z23kc+3Jmtpe69EA53a1ZrSc0MtXvtfBxjuKG1IlwZk9xTPn4D0RrZN0yoXcxyICAwf2ES1qknsbZrK7Mnsp0Q6iHaItr0oYEsIukMiJqstatckPGX82CRaRLWnUKj1iHpFQOPQJMT995AA4uyY1o3hlEEiGZpgrB38H/AcrIV6wjxeVyjKrD8pMMJSgeEXHtlAI2tdGLL/wk0OoAsiqSKrR1yaC3RwjVZ24gmVejBJINroUpXAZomCY1FCWueM4CfV5e1lN7hD9D6hezNg7rPuMqtSfPrGo9fLkLEa+AqCPEpScAv2nNQGEL/mw7KVvBzKweGPxHy1wINWgn8itQTEO3rpR6GZ5bI56B0OH6BA79fi56LaHFmFPFhwtrnl4dZD9f4IaGK98WvXfGQ+jV6OVHEq5P0fFxDCDRtRTYg6E98bXb3fyFp3K+kfpyPAAAAAElFTkSuQmCC) !important;
  width: 550px;
  margin-left: 10px;
  position: absolute;
}
.arl-toolbar .toolbar-action-history .k-dropdown-wrap {
  background: none;
}
.arl-toolbar .toolbar-action-history-list {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAIAAADX37lsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAF7SURBVDhPRZI7tsQgDEPZ/+JeSBcoDA2mGsgSniRnMqV9/LmSnXx4a62UstY6c2ZoCvc+j5z23kc+3Jmtpe69EA53a1ZrSc0MtXvtfBxjuKG1IlwZk9xTPn4D0RrZN0yoXcxyICAwf2ES1qknsbZrK7Mnsp0Q6iHaItr0oYEsIukMiJqstatckPGX82CRaRLWnUKj1iHpFQOPQJMT995AA4uyY1o3hlEEiGZpgrB38H/AcrIV6wjxeVyjKrD8pMMJSgeEXHtlAI2tdGLL/wk0OoAsiqSKrR1yaC3RwjVZ24gmVejBJINroUpXAZomCY1FCWueM4CfV5e1lN7hD9D6hezNg7rPuMqtSfPrGo9fLkLEa+AqCPEpScAv2nNQGEL/mw7KVvBzKweGPxHy1wINWgn8itQTEO3rpR6GZ5bI56B0OH6BA79fi56LaHFmFPFhwtrnl4dZD9f4IaGK98WvXfGQ+jV6OVHEq5P0fFxDCDRtRTYg6E98bXb3fyFp3K+kfpyPAAAAAElFTkSuQmCC) !important;
}
.arl-toolbar .toolbar-action-history-list ul {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAIAAADX37lsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAF7SURBVDhPRZI7tsQgDEPZ/+JeSBcoDA2mGsgSniRnMqV9/LmSnXx4a62UstY6c2ZoCvc+j5z23kc+3Jmtpe69EA53a1ZrSc0MtXvtfBxjuKG1IlwZk9xTPn4D0RrZN0yoXcxyICAwf2ES1qknsbZrK7Mnsp0Q6iHaItr0oYEsIukMiJqstatckPGX82CRaRLWnUKj1iHpFQOPQJMT995AA4uyY1o3hlEEiGZpgrB38H/AcrIV6wjxeVyjKrD8pMMJSgeEXHtlAI2tdGLL/wk0OoAsiqSKrR1yaC3RwjVZ24gmVejBJINroUpXAZomCY1FCWueM4CfV5e1lN7hD9D6hezNg7rPuMqtSfPrGo9fLkLEa+AqCPEpScAv2nNQGEL/mw7KVvBzKweGPxHy1wINWgn8itQTEO3rpR6GZ5bI56B0OH6BA79fi56LaHFmFPFhwtrnl4dZD9f4IaGK98WvXfGQ+jV6OVHEq5P0fFxDCDRtRTYg6E98bXb3fyFp3K+kfpyPAAAAAElFTkSuQmCC) !important;
}
.arl-toolbar .toolbar-action-history-list ul li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAIAAADX37lsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAF7SURBVDhPRZI7tsQgDEPZ/+JeSBcoDA2mGsgSniRnMqV9/LmSnXx4a62UstY6c2ZoCvc+j5z23kc+3Jmtpe69EA53a1ZrSc0MtXvtfBxjuKG1IlwZk9xTPn4D0RrZN0yoXcxyICAwf2ES1qknsbZrK7Mnsp0Q6iHaItr0oYEsIukMiJqstatckPGX82CRaRLWnUKj1iHpFQOPQJMT995AA4uyY1o3hlEEiGZpgrB38H/AcrIV6wjxeVyjKrD8pMMJSgeEXHtlAI2tdGLL/wk0OoAsiqSKrR1yaC3RwjVZ24gmVejBJINroUpXAZomCY1FCWueM4CfV5e1lN7hD9D6hezNg7rPuMqtSfPrGo9fLkLEa+AqCPEpScAv2nNQGEL/mw7KVvBzKweGPxHy1wINWgn8itQTEO3rpR6GZ5bI56B0OH6BA79fi56LaHFmFPFhwtrnl4dZD9f4IaGK98WvXfGQ+jV6OVHEq5P0fFxDCDRtRTYg6E98bXb3fyFp3K+kfpyPAAAAAElFTkSuQmCC) !important;
  border: none !important;
  padding: 0 5px 0 7px !important;
}
footer {
  border-top: 2px solid #ffd800;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
footer .arl-app-logo {
  margin-left: 4px;
  width: 260px;
}
footer .arl-footer-block {
  float: left;
  font-size: 12px;
  height: calc(100% - 2px);
  overflow: hidden;
}
footer .arl-footer-block .label {
  line-height: 35px;
  margin-left: 8px;
}
footer .arl-footer-block .arl-footer-partner-combobox {
  width: 330px;
}
footer .arl-footer-block .k-dropdown-wrap {
  margin-top: -4.5px;
}
footer .arl-footer-block .k-dropdown-wrap .k-input {
  line-height: normal;
}
footer .arl-footer-block .k-dropdown-wrap .k-icon {
  vertical-align: auto;
}
#footerShower {
  height: 3px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.form ul.fields-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form ul.fields-list li.field {
  margin: 6px 0;
  clear: both;
  min-height: 26px;
}
.form ul.fields-list li.field > label {
  line-height: 26px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 10px;
}
.form .empty-fieldset {
  padding: 13px 10px 9px 0;
  margin-top: 8px;
  border: none;
}
.form .form-padding-left {
  padding-left: 12px;
}
.form .line {
  line-height: 26px;
}
.form .width-30 label {
  width: 30px;
}
.form .width-40 label {
  width: 40px;
}
.form .width-50 label {
  width: 50px;
}
.form .width-60 label {
  width: 60px;
}
.form .width-70 label {
  width: 70px;
}
.form .width-80 label {
  width: 80px;
}
.form .width-90 label {
  width: 90px;
}
.form .width-100 label {
  width: 100px;
}
.form .width-110 label {
  width: 110px;
}
.form .width-120 label {
  width: 120px;
}
.form .width-130 label {
  width: 130px;
}
.form .width-140 label {
  width: 140px;
}
.form .width-150 label {
  width: 150px;
}
.form .width-160 label {
  width: 160px;
}
.form .width-170 label {
  width: 170px;
}
.form .width-180 label {
  width: 180px;
}
.form .width-190 label {
  width: 190px;
}
.form .width-200 label {
  width: 200px;
}
.form .width-210 label {
  width: 210px;
}
.form .width-220 label {
  width: 220px;
}
.form .width-230 label {
  width: 230px;
}
.form .width-240 label {
  width: 240px;
}
.form .width-250 label {
  width: 250px;
}
.form .width-260 label {
  width: 260px;
}
.form .width-270 label {
  width: 270px;
}
.form .width-280 label {
  width: 280px;
}
.form .width-290 label {
  width: 290px;
}
.form .width-300 label {
  width: 300px;
}
.form fieldset {
  border: 1px solid #dadada;
}
.form .errors {
  background-color: salmon;
  color: white;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 4px;
}
.form .errors ul {
  margin: 0;
  padding-left: 20px;
}
.k-widget.k-window .k-window-title {
  margin-left: 9px;
  font-size: 13px;
  font-weight: bold;
}
.k-widget.k-window .k-window-content {
  padding: 15px;
}
.k-widget.k-tooltip {
  background: #FFFFE1 !important;
  color: black !important;
  font-weight: normal;
  text-align: left;
}
.k-widget.k-tooltip .activity-log-tooltip {
  border-spacing: 1px;
}
.k-widget.k-tooltip .activity-log-tooltip tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.busy-indicator .overlay {
  background-color: #e3e3e3;
  opacity: 0.5;
  width: 100%;
  height: calc(100% - 35px - 48px);
  position: absolute;
  z-index: 10;
}
.busy-indicator .loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}
#header-overlay {
  top: 0;
  height: 48px;
  background: black;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  display: none;
}
#footer-overlay {
  height: 35px;
  background: black;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  display: none;
}
.html-overlay {
  background: black;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  display: none;
}
.k-edit-form-container {
  width: auto;
}
.ko-hide-scroll.k-window > .k-popup-edit-form {
  overflow: hidden;
}
.grid-command-button,
td[role="gridcell"] .k-button {
  padding: 0;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 7px 0 0 !important;
}
.grid-command-button .k-icon,
td[role="gridcell"] .k-button .k-icon {
  margin: 0 0 0 6px;
}
.grid-command-button .k-icon:hover,
td[role="gridcell"] .k-button .k-icon:hover {
  color: #fe9b00;
}
td[role="gridcell"] .k-upload-button {
  padding: 0;
  min-width: 20px !important;
  width: 70px !important;
  height: 20px !important;
  margin: 0 7px 0 0 !important;
}
.k-grouping-header,
.k-grid-toolbar {
  padding: 2px 8px;
}
.k-grid .k-grouping-row > td {
  background-color: #c5c5c5;
}
.k-grid .k-grid-header .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-i-sort-desc-sm,
.k-grid .k-grid-header .k-sort-order {
  color: #787878;
}
.k-grid .k-grid-header .k-grid-filter.k-state-active {
  background-color: #fe9b00;
}
span.k-icon.k-i-information {
  vertical-align: top;
  padding-top: 4px;
}
.arl-toolbar-actions .k-button .k-icon:hover {
  color: #fe9b00;
}
.k-grid tr:not(.k-state-selected):hover {
  background: #FDF4E3 !important;
}

/*# sourceMappingURL=um-login.css.map*/