/*----------------  Exacta Interact Table of Contents  ----------------*/
/*---------------- Normalize ----------------*/
/*---------------- Mixins ----------------*/
/*---------------- Colors ----------------*/
/*---------------- Utility Classes ----------------*/
/*---------------- Default ----------------*/
/*----------------  Ui Navigation Menu  ----------------*/
/*----------------  End of Exacta Interact Table of Contents  ----------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .mainContent > [view="ui-title"], .mainContent100 > [view="ui-title"], [view="ui-form"] [view="ui-title"] {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, .actionButton,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .actionButton,
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, .actionButton,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, .actionButton,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .actionButton::-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, .actionButton:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/*---------------- Utility Classes ----------------*/
.centerHoriz, .form, [view="ui-title-card"] img, .userProfileImage img, footer > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.centerVert {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0); }

.centerAll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.size1of1, html, header {
  width: 100%; }

.size1of1Px {
  width: 1200px; }

.size1of2 {
  width: 50%; }

.size1of2Px {
  width: 600px; }

.size1of3 {
  width: 33.33%; }

.size1of3Px {
  width: 400px; }

.size2of3 {
  width: 66.67%; }

.size2of3Px {
  width: 800px; }

.size1of4,
.size2of8 {
  width: 25%; }

.size1of4Px,
.size2of8Px {
  width: 300px; }

.size3of4, footer > div,
.size6of8 {
  width: 75%; }

.size3of4Px,
.size6of8Px {
  width: 900px; }

.size1of8 {
  width: 12.5%; }

.size1of8Px {
  width: 150px; }

.size3of8 {
  width: 37.5%; }

.size3of8PX {
  width: 450px; }

.size5of8 {
  width: 62.5%; }

.size5of8Px {
  width: 750px; }

.size7of8 {
  width: 87.5%; }

.size7of8Px {
  width: 1050px; }

/*----------------  html  ---------------- */
html {
  font-family: 'Roboto','Noto Sans',sans-serif;
  letter-spacing: .04em;
  box-sizing: border-box;
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

div:empty, span:empty {
  display: none; }

/*----------------  Headers  ---------------- */
h1, .mainContent > [view="ui-title"], .mainContent100 > [view="ui-title"], [view="ui-form"] [view="ui-title"], h2, h3, .masterDetail .detail > [view="ui-detail"] .mainContent > [view="ui-title"], [ui-model][view="ui-card"] .mainContent > [view="ui-title"], h4, [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"], .ui-toaster [view="ui-title"], h5, .writeable [view="ui-title"], .readable [view="ui-title"], [where="singleton"] [ui-parameter="parameter"] div:first-child, .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"], h6, [ui-model][view="ui-widget"] .writeable [view="ui-title"], [ui-model][view="ui-widget"] .readable [view="ui-title"] {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 16px; }

h1, .mainContent > [view="ui-title"], .mainContent100 > [view="ui-title"], [view="ui-form"] [view="ui-title"] {
  font-size: 40px;
  color: #004781; }
  @media (max-width: 670px) and (min-width: 1px) {
    h1, .mainContent > [view="ui-title"], .mainContent100 > [view="ui-title"], [view="ui-form"] [view="ui-title"] {
      font-size: 32px; } }

h2 {
  font-size: 36px; }
  @media (max-width: 670px) and (min-width: 1px) {
    h2 {
      font-size: 24px; } }

h3, .masterDetail .detail > [view="ui-detail"] .mainContent > [view="ui-title"], [ui-model][view="ui-card"] .mainContent > [view="ui-title"] {
  font-size: 32px; }
  @media (max-width: 670px) and (min-width: 1px) {
    h3, .masterDetail .detail > [view="ui-detail"] .mainContent > [view="ui-title"], [ui-model][view="ui-card"] .mainContent > [view="ui-title"] {
      font-size: 18px; } }

h4, [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"], .ui-toaster [view="ui-title"] {
  font-size: 24px; }
  @media (max-width: 670px) and (min-width: 1px) {
    h4, [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"], .ui-toaster [view="ui-title"] {
      font-size: 14px; } }

h5, .writeable [view="ui-title"], .readable [view="ui-title"], [where="singleton"] [ui-parameter="parameter"] div:first-child, .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"] {
  font-size: 18px; }
  @media (max-width: 670px) and (min-width: 1px) {
    h5, .writeable [view="ui-title"], .readable [view="ui-title"], [where="singleton"] [ui-parameter="parameter"] div:first-child, .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"] {
      font-size: 12px; } }

h6, [ui-model][view="ui-widget"] .writeable [view="ui-title"], [ui-model][view="ui-widget"] .readable [view="ui-title"] {
  font-size: 14px; }
  @media (max-width: 670px) and (min-width: 1px) {
    h6, [ui-model][view="ui-widget"] .writeable [view="ui-title"], [ui-model][view="ui-widget"] .readable [view="ui-title"] {
      font-size: 10px; } }

/*----------------  Inputs  ---------------- */
input, select {
  width: 100%;
  max-width: 450px;
  border: solid 2px #e2e6e7;
  /*border-radius: 4px;*/
  padding-left: 6px;
  height: 30px; }

input[type="text"], input[type="password"] {
  margin-bottom: 6px; }
  input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus {
    border-color: #0072B1;
    background-color: #fff; }

input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  left: 30%;
  top: 8px; }

input ~ div {
  display: none; }

[ng-if="Saved"] {
  height: 30px;
  position: absolute;
  top: 0px;
  left: 180px;
  display: flex;
  align-items: center; }
  [ng-if="Saved"] img {
    margin-left: 1px !important;
    height: 20px !important; }

a {
  cursor: pointer; }

/*----------------  Body  ---------------- */
body {
  background-color: #fff;
  font-size: 14px; }
  @media (max-width: 1200px) and (min-width: 671px) {
    body {
      font-size: 14px; } }
  @media (max-width: 670px) and (min-width: 1px) {
    body {
      font-size: 12px; } }

/*----------------  Flex  ---------------- */
.flex {
  display: flex;
  flex-wrap: wrap; }

/*----------------  Clear  ---------------- */
.clear {
  clear: both; }

/*----------------  Header  ---------------- */
header {
  background-color: #004781;
  z-index: 1000;
  position: relative; }
  @media (max-width: 670px) and (min-width: 1px) {
    header {
      position: fixed; } }
  header .links {
    margin-top: 0; }
  header .container {
    position: fixed;
    height: 100%;
    width: 225px;
    top: 0;
    overflow: auto;
    padding-bottom: 80px;
    background-color: #004781;
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26); }
    header .container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5;
      width: 2px; }
    header .container::-webkit-scrollbar {
      width: 6px;
      background-color: #e2e6e7; }
    header .container::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #e2e6e7; }
    @media (max-width: 670px) and (min-width: 1px) {
      header .container {
        width: 100%;
        height: inherit;
        position: relative;
        padding-bottom: 0;
        min-height: 58px; } }
    header .container img {
      margin: 12px 0;
      padding-left: 12px; }
      @media (max-width: 670px) and (min-width: 1px) {
        header .container img {
          padding: 0;
          margin: 4px;
          height: 45px; } }
  header [view="ui-header-methods"] {
    color: white;
    min-width: 100px;
    padding-left: 50px;
    padding-top: 12px; }
    @media (max-width: 1200px) and (min-width: 671px) {
      header [view="ui-header-methods"] {
        padding: 8px; } }
    @media (max-width: 670px) and (min-width: 1px) {
      header [view="ui-header-methods"] {
        display: none; } }
    header [view="ui-header-methods"] button, header [view="ui-header-methods"] .actionButton {
      background-color: transparent;
      color: #fff;
      box-shadow: none;
      font-size: 16px;
      width: 100%;
      padding-left: 37px;
      text-align: left;
      margin: 0;
      padding: 0; }
      @media (max-width: 1200px) and (min-width: 671px) {
        header [view="ui-header-methods"] button, header [view="ui-header-methods"] .actionButton {
          padding-left: 40px;
          font-size: 14px; } }
  header .menuicon {
    float: right;
    display: none !important; }
    @media (max-width: 670px) and (min-width: 1px) {
      header .menuicon {
        display: block !important; } }
    header .menuicon img {
      margin: 6px;
      padding: 6px;
      height: 42px;
      width: auto;
      position: absolute;
      top: -57px;
      right: 6px; }
  header [view="ui-menu"] {
    clear: both; }

/*----------------  Button  ---------------- */
button, .actionButton {
  background-color: #004781;
  border: none;
  margin: 0;
  padding: 0 12px;
  color: #fff;
  cursor: pointer;
  min-width: 88px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 88px;
  height: 36px;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: 14px;
  margin: 8px 0;
  text-align: center;
  border-radius: 2px;
  position: relative; }
  button:hover, .actionButton:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
  button.working::after, .working.actionButton::after {
    top: 4px; }

/*----------------  Main  ---------------- */
.mainContainer {
  position: relative;
  padding-left: 253px;
  padding-right: 90px;
  padding-bottom: 80px;
  padding-top: 32px;
  width: 100%; }
  @media (max-width: 670px) and (min-width: 1px) {
    .mainContainer {
      clear: both;
      padding-top: 24px;
      padding: 64px 12px 40px 12px;
      overflow-x: hidden; } }
  .mainContainer .cube {
    /*background-color: $white;
        border: solid 2px $lightGray;*/ }
    @media (max-width: 670px) and (min-width: 1px) {
      .mainContainer .cube {
        margin: 0;
        padding: 0; } }
    .mainContainer .cube:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }

/*----------------  Debug  ---------------- */
[view="debug"] {
  clear: both; }
  [view="debug"] pre {
    font-size: 14px; }

/*----------------  Ui Object Default  ---------------- */
.links {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (max-width: 670px) and (min-width: 1px) {
    .links {
      justify-content: space-around; } }
  .links .menuIcon:hover + .menuItems {
    display: block !important; }
  .links .menuIcon img {
    transition-duration: .5s;
    transform: rotate(180deg);
    float: right;
    margin-top: 8px; }
    @media (max-width: 670px) and (min-width: 1px) {
      .links .menuIcon img {
        margin-top: 2px; } }
    .links .menuIcon img:hover {
      transform: rotate(270deg); }
  .links .menuItems {
    display: none;
    padding-right: 12px;
    cursor: pointer;
    transition: .5s; }
    .links .menuItems:hover {
      display: block; }
    .links .menuItems a > [view="ui-title"] > div {
      padding: 12px; }
      .links .menuItems a > [view="ui-title"] > div:hover {
        color: #0072B1; }

.directActions {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .directActions [where="actions"] {
    position: relative; }
  .directActions [ui-members][where="actions"]:nth-of-type(even) {
    margin: 0 12px; }
  .directActions [ui-members][where="actions"] [ui-member][view="ui-title"] {
    display: none; }
  .directActions [ui-members][where="actions"]:hover {
    color: #0072B1;
    border-color: #0072B1; }

button.working::after, .working.actionButton::after {
  background-image: url("/scripts/images/working.gif");
  background-size: contain;
  background-color: #004781;
  width: 100%;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  top: 12px; }

.mainContent > [view="ui-title"] {
  font-weight: bold;
  margin: 0;
  display: inline-block;
  letter-spacing: .06em; }

.mainContent100 {
  width: 100%; }
  .mainContent100 > [view="ui-title"] {
    font-weight: bold;
    color: #004781;
    margin: 0; }

.form {
  background-color: #EEEEEE;
  padding: 12px;
  min-width: 350px;
  position: relative;
  border-radius: 4px;
  max-width: 450px;
  border: solid #0072B1 2px; }
  .form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

input[ui-password] + img {
  height: 30px;
  position: absolute;
  top: -6px;
  right: 5px;
  opacity: .3; }
  input[ui-password] + img.showPassword {
    opacity: .9; }
  @media (max-width: 670px) and (min-width: 1px) {
    input[ui-password] + img {
      bottom: 10px; } }

.midSection {
  margin-top: 12px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 670px) and (min-width: 1px) {
    .midSection {
      display: block; } }

[view="ui-active-task"] a div {
  background-color: #55a0e3;
  color: #fff;
  text-align: right;
  padding: 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  margin-bottom: 16px; }
  [view="ui-active-task"] a div:hover {
    text-decoration: #fff underline; }

.writeable {
  flex: 1;
  margin-right: 24px;
  min-width: 450px;
  display: flex;
  flex-wrap: wrap; }
  .writeable > div {
    min-width: 260px;
    margin-bottom: 8px;
    width: 100%; }
    @media (max-width: 670px) and (min-width: 1px) {
      .writeable > div {
        min-width: 0; } }
  @media (max-width: 670px) and (min-width: 1px) {
    .writeable {
      width: 100%;
      min-width: 279px;
      clear: both;
      display: block; } }
  .writeable [view="ui-title"] {
    margin: 6px 0;
    display: inline-block; }
  .writeable input {
    margin-top: 8px;
    width: 480px;
    min-width: 250px;
    background-color: #EEEEEE; }
    @media (max-width: 670px) and (min-width: 1px) {
      .writeable input {
        width: 100%; } }
  .writeable .edit {
    position: absolute;
    top: 28px; }
    .writeable .edit img {
      height: 20px !important;
      margin: 0 !important;
      margin-top: 5px;
      display: none; }
    .writeable .edit:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .writeable .edit .close {
      text-align: right;
      margin-bottom: 6px;
      cursor: pointer;
      position: absolute;
      right: -44px;
      font-size: 16px;
      top: 5px; }
  .writeable [view="ui-writeable"] {
    position: relative; }
    .writeable [view="ui-writeable"] .currentValue {
      cursor: pointer;
      display: none; }
    .writeable [view="ui-writeable"] img {
      height: 15px;
      margin-left: 15px;
      opacity: .8; }

.readable {
  flex: 1; }
  .readable > div {
    margin-bottom: 16px; }
  @media (max-width: 670px) and (min-width: 1px) {
    .readable {
      width: 100%;
      min-width: 268px;
      clear: both;
      display: block; } }
  @media (max-width: 670px) and (min-width: 1px) and (max-width: 670px) and (min-width: 1px) {
    .readable {
      min-width: 0; } }
  @media (max-width: 670px) and (min-width: 1px) {
    .readable a {
      word-break: break-all; } }
  .readable [view="ui-value"] {
    margin-bottom: 6px; }
  .readable [view="ui-title"] {
    margin-bottom: 6px;
    display: inline-block; }

[where="singleton"] [ui-parameter="parameter"] div:first-child {
  margin-bottom: 6px; }

[where="singleton"] input {
  min-width: 400px; }
  @media (max-width: 670px) and (min-width: 1px) {
    [where="singleton"] input {
      min-width: 300px; } }

/*----------------  View Ui-Title-Card  ---------------- */
[view="ui-title-card"] {
  height: 100px;
  width: 125px;
  margin-right: 12px;
  border-radius: 12px;
  position: relative; }
  @media (max-width: 670px) and (min-width: 1px) {
    [view="ui-title-card"] {
      margin: 0;
      width: 130px; } }
  [view="ui-title-card"] [view="ui-title"] > div, [view="ui-title-card"] [view="ui-title"] > span {
    display: block; }
  [view="ui-title-card"] a {
    text-align: center;
    vertical-align: middle;
    z-index: 100;
    height: 100%;
    width: 100%;
    float: left;
    height: 100px;
    position: absolute;
    top: 0; }
    [view="ui-title-card"] a span div, [view="ui-title-card"] a span span {
      padding-top: 62px;
      height: 100px; }
      @media (max-width: 670px) and (min-width: 1px) {
        [view="ui-title-card"] a span div, [view="ui-title-card"] a span span {
          width: 98px;
          margin-left: 14px; } }
  [view="ui-title-card"] img {
    margin-top: 12px;
    height: 45px;
    width: auto;
    position: relative; }

.bar {
  width: 100%;
  height: 7px;
  background-color: #666;
  margin-top: 6px;
  position: absolute;
  left: 0; }
  .bar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*---------------- Ui-Link-Icon   ---------------- */
[ui-model][view="ui-link-icon"] .midSection {
  margin-top: 27px; }
  @media (max-width: 670px) and (min-width: 1px) {
    [ui-model][view="ui-link-icon"] .midSection {
      justify-content: space-around; } }

/*---------------- Ui-Link-Button   ---------------- */
.actionButton {
  float: right;
  padding-top: 9px; }

/*----------------  Items ---------------- */
.items {
  max-width: 100%; }
  .items [ui-items] {
    height: 100%; }
    .items [ui-items] [ng-if="view == 'grid'"] {
      -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26); }

/*----------------  Ui-Form  ---------------- */
[view="ui-form"] form {
  max-width: 450px; }
  [view="ui-form"] form [ui-parameter="parameter"] > div {
    font-weight: bold;
    margin: 6px 0; }
  [view="ui-form"] form input {
    font-weight: normal; }

/*----------------  User Profile  ---------------- */
.userProfile .writeable {
  display: flex; }
  .userProfile .writeable [where="writeable"] {
    flex: 1;
    margin: 12px; }
    .userProfile .writeable [where="writeable"] input ~ div {
      display: none; }
  .userProfile .writeable input[type="checkbox"] {
    position: relative;
    left: auto;
    top: auto;
    width: 25px;
    height: 25px; }

.userProfileImage {
  margin: 12px 0;
  padding: 12px 0;
  height: 280px;
  width: 100%;
  border-top: solid 2px #e2e6e7;
  border-bottom: solid 2px #e2e6e7;
  background-image: url(/scripts/images/userbackground.png);
  background-size: cover; }
  .userProfileImage img {
    border-radius: 50%;
    height: 100%;
    width: auto;
    height: 250px; }

/*----------------  Debug  ---------------- */
[ng-if="debug"] {
  clear: both; }

/*----------------  Ui-Parameter ---------------- */
[ui-parameter] span {
  position: relative; }

/*----------------  Footer  ---------------- */
footer {
  clear: both;
  display: block;
  color: #fff;
  padding: 0 24px 0 12px;
  margin-top: 24px;
  font-size: .9em;
  min-height: 50px;
  background-color: #252525;
  width: 225px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000; }
  @media (max-width: 670px) and (min-width: 1px) {
    footer {
      width: 100%; } }
  footer > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 10px;
    width: 100%; }
    footer > div > div {
      margin: 0 12px;
      margin-top: 8px;
      width: 100%;
      text-align: center; }

ui-dashboard, ui-favorites {
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block; }
  ui-dashboard div, ui-favorites div {
    height: 100%; }
  ui-dashboard span:hover, ui-favorites span:hover {
    text-decoration: none !important; }
  ui-dashboard #gauge, ui-favorites #gauge {
    transform-origin: 233px 223px;
    transition: all linear .5s; }
  ui-dashboard #star, ui-favorites #star {
    transform-origin: 105px 105px; }
  ui-dashboard .active #arch, ui-favorites .active #arch {
    fill: #000; }
  ui-dashboard .active #gauge, ui-favorites .active #gauge {
    fill: #FFCF40;
    transform: rotate(110deg); }
  ui-dashboard .active #star, ui-favorites .active #star {
    fill: #FFCF40;
    transform: rotate(360deg);
    transition: all linear .5s; }
  ui-dashboard #dashboard-icon, ui-favorites #dashboard-icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 35%; }
  ui-dashboard #favorites-icon, ui-favorites #favorites-icon {
    width: 100%;
    height: auto;
    position: absolute; }
  ui-dashboard .dash-action, ui-dashboard .fav-action, ui-favorites .dash-action, ui-favorites .fav-action {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important; }

ui-dashboard {
  width: 25px;
  height: 25px; }

.navagation ui-member {
  padding-left: 48px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  display: block;
  margin: 6px 0; }
  .navagation ui-member button, .navagation ui-member .actionButton {
    box-shadow: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .navagation ui-member.working::after {
    background-image: none; }

[ui-model][view="ui-navigation-menu"]:before {
  content: "alwaysVisible";
  display: none; }

@media (max-width: 670px) and (min-width: 1px) {
  [ui-model][view="ui-navigation-menu"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0; }
    [ui-model][view="ui-navigation-menu"]:before {
      content: "";
      display: none; } }

[ui-model][view="ui-navigation-menu"] .plusSign, [ui-model][view="ui-navigation-menu"] .minusSign {
  display: inline-block;
  height: 50px;
  padding: 12px;
  margin: 0;
  width: auto;
  position: absolute;
  left: 0;
  top: -3px; }
  @media (max-width: 670px) and (min-width: 1px) {
    [ui-model][view="ui-navigation-menu"] .plusSign, [ui-model][view="ui-navigation-menu"] .minusSign {
      right: 0;
      left: inherit;
      top: 0; } }

[ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] {
  position: relative;
  /*[ui-member][view="ui-link"]:hover + [ui-member][view="ui-menu"] {
            display: block !important;
            min-width: 250px;
        }

        [ui-member][view="ui-menu"]:hover {
            display: block !important;
            min-width: 250px;
        }*/ }
  [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-link"] {
    color: #fff;
    padding: 12px;
    padding-left: 50px;
    width: 213px; }
    @media (max-width: 670px) and (min-width: 1px) {
      [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-link"] {
        padding: 20px 0;
        font-size: 14px;
        padding-left: 12px;
        clear: both;
        width: 100%;
        border-bottom: solid 2px #55a0e3; } }
  [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] a:hover {
    color: #fff; }
  @media (max-width: 670px) and (min-width: 1px) {
    [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] {
      position: relative; } }
  [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links {
    display: block;
    max-width: none;
    width: 224.5px;
    background-color: #fff;
    -webkit-box-shadow: inset 2px 5px 8px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 2px 5px 8px rgba(0, 0, 0, 0.26);
    box-shadow: inset 2px 5px 8px rgba(0, 0, 0, 0.26); }
    @media (max-width: 670px) and (min-width: 1px) {
      [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links {
        width: 100%;
        font-size: 14px;
        margin: 0; } }
    [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links > div {
      border-bottom: solid 2px #EEEEEE; }
    [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links a {
      padding: 24px 0;
      color: #252525; }
      @media (max-width: 670px) and (min-width: 1px) {
        [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links a {
          padding-left: 48px; } }
    [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links [ui-member][view="ui-menu-item"] {
      padding: 12px;
      border-bottom: solid 1px #EEEEEE; }
      @media (max-width: 1200px) and (min-width: 671px) {
        [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links [ui-member][view="ui-menu-item"] {
          padding: 8px; } }
      @media (max-width: 670px) and (min-width: 1px) {
        [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links [ui-member][view="ui-menu-item"] {
          padding: 0 0 0 60px; } }
      [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [ui-member][view="ui-menu"] .links [ui-member][view="ui-menu-item"]:hover {
        background-color: #55a0e3; }
  [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form {
    width: auto; }
    [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form button, [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form .actionButton {
      float: none !important;
      margin: 0;
      height: auto;
      min-width: 0;
      background-color: transparent;
      padding: 12px;
      width: 100%;
      text-align: left;
      color: #252525;
      border: none;
      font-size: 16px; }
      @media (max-width: 670px) and (min-width: 1px) {
        [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form button, [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form .actionButton {
          padding: 20px 0;
          font-size: 16px;
          padding-left: 60px; } }
      [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form button:hover, [ui-model][view="ui-navigation-menu"] [ui-member][view="ui-navigation-menu-item"] [view="ui-menu-action"] form .actionButton:hover {
        background-color: #55a0e3; }

[view="ui-navigation-menu"] > div > div {
  display: inline-block;
  cursor: pointer; }
  @media (max-width: 670px) and (min-width: 1px) {
    [view="ui-navigation-menu"] > div > div {
      position: fixed;
      top: 58px;
      left: 0;
      width: 100%;
      background-color: #0072B1; } }

.menuWrapper ~ div {
  clear: both; }

@media (max-width: 670px) and (min-width: 1px) {
  .menuWrapper {
    display: block !important;
    max-height: 80vh;
    overflow: auto;
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26); }
    .menuWrapper::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5;
      width: 2px; }
    .menuWrapper::-webkit-scrollbar {
      width: 6px;
      background-color: #e2e6e7; }
    .menuWrapper::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #e2e6e7; } }

/*----------------  Tables  ----------------*/
.table {
  width: 100%;
  overflow: auto; }
  .table .checkbox {
    width: 45px;
    max-width: 45px; }
  .table [type="checkbox"] {
    position: relative;
    left: 0; }
  .table input ~ div {
    display: block; }
  .table .working::after {
    display: none; }
  .table div [view="ui-grid-item"]:first-of-type .toolTip {
    top: 98%;
    position: relative; }
    .table div [view="ui-grid-item"]:first-of-type .toolTip:after {
      top: initial;
      bottom: 100%;
      transform: rotate(180deg); }

.tableHead {
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #808080;
  display: none; }
  .tableHead > div {
    flex-grow: 1;
    position: relative;
    padding: 12px;
    display: block;
    /*overflow: hidden;
        text-overflow: ellipsis;*/
    max-width: 150px;
    width: 11%;
    /*white-space: nowrap;*/ }

.tableRow {
  display: flex;
  clear: both;
  width: 100%; }
  .tableRow::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%; }
  .tableRow:hover {
    cursor: pointer;
    background-color: #EEEEEE; }
  .tableRow [where="readable"] a {
    text-decoration: none; }
  .tableRow > div, .tableRow > span {
    flex: 1;
    min-width: 250px;
    max-width: 250px;
    padding-left: 12px;
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 2px solid #EEEEEE; }
    .tableRow > div [view="ui-value"], .tableRow > div [view="ui-link"], .tableRow > span [view="ui-value"], .tableRow > span [view="ui-link"] {
      padding-top: 16px; }
    .tableRow > div input, .tableRow > div select, .tableRow > span input, .tableRow > span select {
      margin-top: 10px;
      background-color: transparent; }
    .tableRow > div[where="links"], .tableRow > span[where="links"] {
      min-width: 100px;
      max-width: 100px; }
      @media (max-width: 670px) and (min-width: 1px) {
        .tableRow > div[where="links"], .tableRow > span[where="links"] {
          max-width: 33.33%;
          min-width: 33.33%; } }
    .tableRow > div button, .tableRow > div .actionButton, .tableRow > span button, .tableRow > span .actionButton {
      word-break: normal;
      white-space: nowrap;
      margin: 12px; }
    .tableRow > div a, .tableRow > span a {
      text-decoration: underline;
      color: #252525; }
      .tableRow > div a:hover + .toolTip, .tableRow > span a:hover + .toolTip {
        opacity: 1;
        visibility: visible;
        display: block; }

.tableWrapper {
  clear: both; }

@media (max-width: 950px) {
  .tableRow {
    height: auto;
    flex-wrap: wrap;
    width: 100%; }
    .tableRow:nth-of-type(odd) {
      background-color: #fff; }
    .tableRow .checkbox {
      width: 100%;
      max-width: 100%; }
    .tableRow > div {
      width: 100%;
      max-width: 100%;
      border-bottom: 1px solid #808080;
      display: block;
      flex: inherit; }
  .tableHead {
    display: none; } }

.position1 {
  order: -1; }

.position2 {
  order: 0; }

.position3 {
  order: 1; }

.position4 {
  order: 2; }

.position5 {
  order: 3; }

.position6 {
  order: 4; }

.position7 {
  order: 5; }

.position8 {
  order: 6; }

.position9 {
  order: 7; }

.toolTip {
  visibility: hidden;
  display: none; }

/*---------------- Ui Grid View ----------------*/
[ng-if="view == 'grid'"] {
  font-size: 13px;
  position: relative;
  display: inline-block;
  max-width: 100%; }
  [ng-if="view == 'grid'"] .edit input[type="text"] {
    border: none;
    border-bottom: #55a0e3 2px solid;
    border-radius: 0;
    background-color: transparent; }
  [ng-if="view == 'grid'"] .edit input:focus, [ng-if="view == 'grid'"] .edit input:active {
    border-color: #e2e6e7;
    border-radius: 4px;
    background-color: #fff; }
  [ng-if="view == 'grid'"] .tableTopWrapper {
    height: 45px; }
  [ng-if="view == 'grid'"] .tableBar {
    position: relative;
    height: 45px;
    background-color: #e2e6e7;
    border-bottom: solid 2px #ccc; }
  [ng-if="view == 'grid'"] input[type="checkbox"] {
    left: calc(50% - 20px) !important;
    top: -3px; }
  [ng-if="view == 'grid'"] .value img {
    display: block;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 2px;
    margin: 0; }
  [ng-if="view == 'grid'"] .toolTip {
    width: 150px;
    background-color: #616161;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    bottom: 98%;
    left: 45%;
    margin-left: -60px;
    white-space: normal !important;
    font-size: 12px;
    overflow: visible !important;
    word-break: break-all;
    opacity: 0;
    transition: opacity .8s; }
    [ng-if="view == 'grid'"] .toolTip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #616161 transparent transparent transparent; }
  [ng-if="view == 'grid'"] [ng-if="Saved"] {
    width: 150px;
    border: solid #0072B1 2px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    z-index: 100;
    bottom: 98%;
    left: 45%;
    margin-left: -60px;
    font-size: 12px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26); }
  [ng-if="view == 'grid'"] .currentValue:hover + .toolTip, [ng-if="view == 'grid'"] .value:hover + .toolTip, [ng-if="view == 'grid'"] [view="ui-value"]:hover + .toolTip {
    visibility: visible;
    opacity: 1;
    display: block; }
  [ng-if="view == 'grid'"] [view="ui-value"] > div, [ng-if="view == 'grid'"] [view="ui-value-tooltip"] > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  [ng-if="view == 'grid'"] [view="ui-link"] a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  [ng-if="view == 'grid'"] .pageable {
    position: absolute;
    right: 0;
    top: 0; }
    [ng-if="view == 'grid'"] .pageable .pageControls {
      text-align: center;
      margin: 8px 12px 0 0; }
      @media (max-width: 670px) and (min-width: 1px) {
        [ng-if="view == 'grid'"] .pageable .pageControls {
          font-size: 16px; } }
      [ng-if="view == 'grid'"] .pageable .pageControls button, [ng-if="view == 'grid'"] .pageable .pageControls .actionButton, [ng-if="view == 'grid'"] .pageable .pageControls .pageNumber {
        display: inline-block; }
      [ng-if="view == 'grid'"] .pageable .pageControls button, [ng-if="view == 'grid'"] .pageable .pageControls .actionButton {
        margin: 0;
        color: #0072B1;
        background-color: transparent;
        min-width: 0;
        transform: none;
        box-shadow: none; }
      [ng-if="view == 'grid'"] .pageable .pageControls .listAmount {
        margin-top: 6px;
        display: block;
        color: #ccc;
        margin-bottom: 12px; }
    [ng-if="view == 'grid'"] .pageable [type="number"] {
      width: 55px;
      text-align: center;
      padding: 0;
      border-radius: 4px; }
    [ng-if="view == 'grid'"] .pageable input[type=number]::-webkit-inner-spin-button,
    [ng-if="view == 'grid'"] .pageable input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    [ng-if="view == 'grid'"] .pageable input[type=number] {
      -moz-appearance: textfield; }
    [ng-if="view == 'grid'"] .pageable .ammountPerPage {
      display: inline-block;
      margin-right: 12px; }
  [ng-if="view == 'grid'"] img {
    margin: 10px; }
  [ng-if="view == 'grid'"] [ng-click="setView('master-detail')"] {
    float: left;
    position: absolute; }
  [ng-if="view == 'grid'"] .search {
    float: right;
    margin: 12px; }
  [ng-if="view == 'grid'"] button, [ng-if="view == 'grid'"] .actionButton {
    padding: 2px 6px;
    background-color: #616161;
    border-radius: 4px;
    min-width: 0;
    color: #fff;
    height: 22px;
    font-size: 13px; }
    [ng-if="view == 'grid'"] button.working::after, [ng-if="view == 'grid'"] .working.actionButton::after {
      background-image: url("/scripts/images/working.gif");
      background-size: contain;
      background-color: #252525;
      width: 100%;
      height: 18px;
      display: block;
      content: "";
      position: absolute;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      top: 3px; }
    [ng-if="view == 'grid'"] button:hover, [ng-if="view == 'grid'"] .actionButton:hover {
      background-color: #252525; }
  [ng-if="view == 'grid'"] a {
    cursor: pointer; }

.close {
  display: none; }

[view="ui-grid-header"] {
  height: 30px; }

.objectView [ng-if="Saved"] {
  right: 0;
  top: -16px;
  left: unset; }

/*---------------- Master Detail View ----------------*/
.masterDetail h1, .masterDetail .mainContent > [view="ui-title"], .masterDetail .mainContent100 > [view="ui-title"], .masterDetail [view="ui-form"] [view="ui-title"], [view="ui-form"] .masterDetail [view="ui-title"] {
  float: none; }

.masterDetail .sidebar {
  float: left;
  width: 15%;
  padding: 12px 0;
  min-width: 200px;
  position: relative; }
  .masterDetail .sidebar .pageable .pageNumber {
    display: inline-block;
    padding: 0; }
  .masterDetail .sidebar .pageable .listAmount {
    display: none; }
  .masterDetail .sidebar input[type=number]::-webkit-inner-spin-button,
  .masterDetail .sidebar input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .masterDetail .sidebar input[type=number] {
    -moz-appearance: textfield;
    width: 55px;
    text-align: center;
    padding: 0; }
  .masterDetail .sidebar .ammountPerPage {
    margin-bottom: 12px;
    text-align: center; }
  .masterDetail .sidebar [ui-action] {
    margin: 5px 10px;
    color: #0072B1;
    min-width: 0;
    background-color: transparent;
    padding: 6px;
    height: inherit; }
  .masterDetail .sidebar .search {
    margin-bottom: 12px; }
    .masterDetail .sidebar .search input {
      width: 97%; }
      @media (max-width: 670px) and (min-width: 1px) {
        .masterDetail .sidebar .search input {
          width: 100%; } }
  .masterDetail .sidebar .pageControls {
    padding-bottom: 12px; }
    .masterDetail .sidebar .pageControls button, .masterDetail .sidebar .pageControls .actionButton {
      box-shadow: none;
      margin: 6px;
      padding: 0; }
  .masterDetail .sidebar::after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media (max-width: 670px) and (min-width: 1px) {
    .masterDetail .sidebar {
      width: 100%; } }

.masterDetail ul {
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 400px; }
  @media (max-width: 670px) and (min-width: 1px) {
    .masterDetail ul {
      height: 150px; } }
  .masterDetail ul li {
    cursor: pointer;
    border-radius: 4px;
    padding: 6px; }
    @media (max-width: 670px) and (min-width: 1px) {
      .masterDetail ul li {
        padding: 15px 6px; } }
  .masterDetail ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .masterDetail ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .masterDetail ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0072B1; }
  .masterDetail ul .active {
    background-color: #0072B1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
    @media (max-width: 670px) and (min-width: 1px) {
      .masterDetail ul .active {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; } }
    .masterDetail ul .active span {
      color: #fff; }

.masterDetail .pageControls {
  display: table;
  margin: 0 auto; }
  .masterDetail .pageControls .pageCount {
    display: inline-block;
    padding-top: 18px; }
  .masterDetail .pageControls .pageLeft,
  .masterDetail .pageControls .pageRight {
    display: inline-block;
    width: 25px;
    height: 25px;
    min-width: 0; }

.masterDetail .detail {
  border: solid 2px #0072B1;
  border-radius: 4px;
  padding: 12px;
  width: auto;
  min-height: 500px;
  overflow: auto; }
  .masterDetail .detail > [view="ui-detail"] .mainContent > [view="ui-title"] {
    color: #0072B1;
    float: left;
    display: inline-block; }
  .masterDetail .detail > [view="ui-detail"] .midSection {
    width: 80%;
    float: left;
    margin-top: 16px; }
    .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"] {
      color: #252525; }
  .masterDetail .detail > [view="ui-detail"] .links {
    flex: 1;
    float: left;
    width: calc(18% - 2px);
    margin-top: 16px;
    border-left: 2px #e2e6e7 solid;
    padding-left: 2%;
    min-width: 100px;
    display: block; }
    .masterDetail .detail > [view="ui-detail"] .links [where="links"], .masterDetail .detail > [view="ui-detail"] .links [where="methods"] {
      width: 100%; }
      .masterDetail .detail > [view="ui-detail"] .links [where="links"] a, .masterDetail .detail > [view="ui-detail"] .links [where="methods"] a {
        text-decoration: underline; }

.masterDetail::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/*----------------  ui-sub-object-grid ---------------- */
[view="ui-sub-object-grid"] [view="ui-sub-object"] .mainContent > [view="ui-title"] {
  display: none; }

/*----------------  Table Organization  ----------------*/
/*----------------  Default Positions  ----------------*/
[where="readable"] {
  order: -10; }

[where="writeable"] {
  order: -9; }

[where="links"] {
  order: 9; }

[where="actions"] {
  order: 10; }

/*----------------  Custom Positions  ----------------*/
.User.Name, .Username, .Last.Used {
  order: -6; }

.Email.Address, .Name {
  order: -5; }

.Last.Name, .Description, .Members, .Path {
  order: -4; }

[ng-if="view == 'grid'"] .ID, [ng-if="view == 'grid'"] .Secret, [ng-if="view == 'grid'"] .Must.Change.Password, [ng-if="view == 'grid'"] .Create.Enterprise, [ng-if="view == 'grid'"] .Roles, [ng-if="view == 'grid'"] .Path, [ng-if="view == 'grid'"] .Installed, [ng-if="view == 'grid'"] .Configuration {
  display: none !important; }

/*---------------- Ui-Chat ---------------- */
[view="ui-chat"] {
  position: fixed;
  bottom: 0px;
  right: 12px;
  z-index: 10000; }
  [view="ui-chat"]:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  [view="ui-chat"] .length {
    cursor: pointer;
    padding: 3px;
    color: #fff;
    width: 23px;
    top: -10px;
    left: -10px;
    background-color: #004781;
    border-top-left-radius: 6px;
    position: absolute;
    border-radius: 56%;
    text-align: center;
    z-index: 1; }
  [view="ui-chat"] button, [view="ui-chat"] .actionButton {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #0072B1;
    padding: 6px;
    color: #fff;
    outline: none;
    margin: 0; }
    [view="ui-chat"] button:before, [view="ui-chat"] .actionButton:before {
      content: "Messages"; }
    [view="ui-chat"] button[type="submit"], [view="ui-chat"] .actionButton[type="submit"] {
      position: absolute;
      right: 12px;
      min-width: inherit;
      background-color: transparent;
      display: none; }
      [view="ui-chat"] button[type="submit"]:after, [view="ui-chat"] .actionButton[type="submit"]:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      [view="ui-chat"] button[type="submit"]:before, [view="ui-chat"] .actionButton[type="submit"]:before {
        content: ""; }
  [view="ui-chat"] .active .length {
    display: none; }
  [view="ui-chat"] .active button, [view="ui-chat"] .active .actionButton {
    float: right;
    text-align: right;
    box-shadow: none;
    padding-right: 12px;
    transition: none; }
    [view="ui-chat"] .active button:before, [view="ui-chat"] .active .actionButton:before {
      content: "Close"; }
  [view="ui-chat"] form {
    background-color: #0072B1;
    width: 250px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14); }
    [view="ui-chat"] form .clear {
      color: white;
      text-align: right;
      padding: 6px 0;
      padding-right: 12px;
      cursor: pointer;
      position: absolute;
      right: 55px;
      top: 3px; }
      [view="ui-chat"] form .clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
    [view="ui-chat"] form input {
      border: solid 2px #e2e6e7;
      margin-bottom: 0; }
    [view="ui-chat"] form .chatbox {
      width: 100%;
      word-break: break-all;
      background-color: #fff;
      padding: 6px;
      border-bottom: solid 2px #e2e6e7;
      border-right: solid 2px #e2e6e7;
      border-left: solid 2px #e2e6e7; }
      [view="ui-chat"] form .chatbox:last-of-type {
        border-bottom: none; }
      [view="ui-chat"] form .chatbox:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      [view="ui-chat"] form .chatbox img {
        float: left;
        width: 15%;
        height: auto; }
      [view="ui-chat"] form .chatbox div {
        float: left;
        padding-left: 6px;
        width: 85%; }
    [view="ui-chat"] form .chatarea {
      max-height: 150px;
      overflow: auto;
      clear: both; }
      [view="ui-chat"] form .chatarea::-webkit-scrollbar {
        width: .5em; }
      [view="ui-chat"] form .chatarea::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #e2e6e7; }
      [view="ui-chat"] form .chatarea::-webkit-scrollbar-thumb {
        background-color: #004781;
        outline: 1px solid slategrey;
        border-radius: 4px; }

[ui-model][view="ui-card"] {
  width: 25%;
  max-width: 450px;
  min-width: 200px;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  background-color: #fff;
  border-radius: 4px; }
  [ui-model][view="ui-card"] .mainContent > [view="ui-title"] {
    color: #004781; }
  [ui-model][view="ui-card"] .writeable {
    min-width: 0;
    flex: inherit;
    width: 100%; }
    [ui-model][view="ui-card"] .writeable > div {
      margin: 0;
      margin-bottom: 16px; }
    [ui-model][view="ui-card"] .writeable [type="checkbox"] {
      left: 90%; }
  [ui-model][view="ui-card"] .readable > div {
    margin: 0;
    margin-bottom: 16px; }
  [ui-model][view="ui-card"] [view="ui-dropdown-menu"] {
    position: absolute;
    right: 12px;
    top: 12px; }
    [ui-model][view="ui-card"] [view="ui-dropdown-menu"] .menuIcon img {
      width: 30px;
      position: absolute;
      top: 8px;
      right: 0;
      transition: all .5s;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      [ui-model][view="ui-card"] [view="ui-dropdown-menu"] .menuIcon img.rotate {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  [ui-model][view="ui-card"] .dropdownLinks {
    position: absolute;
    top: 36px;
    right: 12px;
    min-width: 250px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    z-index: 100000; }
    @media (max-width: 670px) and (min-width: 1px) {
      [ui-model][view="ui-card"] .dropdownLinks {
        top: 4px; } }
    [ui-model][view="ui-card"] .dropdownLinks > div {
      padding: 16px;
      border-bottom: 2px solid #e2e6e7; }
      [ui-model][view="ui-card"] .dropdownLinks > div:hover {
        color: #0072B1; }
    [ui-model][view="ui-card"] .dropdownLinks button:hover, [ui-model][view="ui-card"] .dropdownLinks .actionButton:hover {
      color: #0072B1; }
    [ui-model][view="ui-card"] .dropdownLinks button.working:before, [ui-model][view="ui-card"] .dropdownLinks .working.actionButton:before {
      background: none; }
    [ui-model][view="ui-card"] .dropdownLinks [where="actions"] [view="ui-title"] {
      display: none; }

/*----------------  Ui-Widget  ---------------- */
.ui-widget {
  justify-content: flex-start; }
  .ui-widget > div {
    width: 24%;
    min-width: 300px;
    margin: 0 .5%; }
    @media (max-width: 670px) and (min-width: 1px) {
      .ui-widget > div {
        width: 100%;
        min-width: 278px; } }

[ui-model][view="ui-widget"] {
  min-width: 300px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  font-size: 12px; }
  @media (max-width: 670px) and (min-width: 1px) {
    [ui-model][view="ui-widget"] {
      width: 100%;
      min-width: inherit; } }
  [ui-model][view="ui-widget"] .midSection, [ui-model][view="ui-widget"] .items {
    overflow: auto;
    max-height: 300px;
    padding: 0 14px;
    margin: 0; }
    [ui-model][view="ui-widget"] .midSection > div:first-of-type, [ui-model][view="ui-widget"] .items > div:first-of-type {
      padding-top: 16px; }
    [ui-model][view="ui-widget"] .midSection > div:last-of-type, [ui-model][view="ui-widget"] .items > div:last-of-type {
      padding-bottom: 28px; }
    [ui-model][view="ui-widget"] .midSection::-webkit-scrollbar-track, [ui-model][view="ui-widget"] .items::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5;
      width: 2px; }
    [ui-model][view="ui-widget"] .midSection::-webkit-scrollbar, [ui-model][view="ui-widget"] .items::-webkit-scrollbar {
      width: 6px;
      background-color: #e2e6e7; }
    [ui-model][view="ui-widget"] .midSection::-webkit-scrollbar-thumb, [ui-model][view="ui-widget"] .items::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #e2e6e7; }
  [ui-model][view="ui-widget"] > div {
    padding-bottom: 0px;
    background-color: #fff;
    border-radius: 4px;
    overflow-x: hidden;
    max-height: 400px; }
  [ui-model][view="ui-widget"] .mainContent > .widgetHead {
    z-index: 100;
    background-color: #004781;
    padding: 12px; }
    [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"] {
      color: #fff;
      width: 100%;
      border-radius: 2px;
      margin: 0; }
  [ui-model][view="ui-widget"] .writeable {
    min-width: 0;
    flex: inherit;
    width: 100%; }
    [ui-model][view="ui-widget"] .writeable .edit {
      position: relative;
      top: inherit; }
    [ui-model][view="ui-widget"] .writeable .toolTip {
      display: none; }
    [ui-model][view="ui-widget"] .writeable > div {
      height: auto;
      margin-bottom: 0; }
    [ui-model][view="ui-widget"] .writeable [view="ui-title"] {
      margin-bottom: 8px; }
    [ui-model][view="ui-widget"] .writeable input {
      min-width: 0;
      width: 100%; }
    [ui-model][view="ui-widget"] .writeable [type="checkbox"] {
      left: 90%;
      top: -10px; }
  [ui-model][view="ui-widget"] [where="singleton"] {
    width: 100%; }
    [ui-model][view="ui-widget"] [where="singleton"] input {
      min-width: 0; }
  [ui-model][view="ui-widget"] .readable {
    padding-top: 16px; }
  [ui-model][view="ui-widget"] [view="ui-dropdown-menu"] {
    float: right;
    margin: -12px;
    position: absolute;
    right: 20px;
    top: 15px; }
    [ui-model][view="ui-widget"] [view="ui-dropdown-menu"] .menuIcon img {
      width: 30px;
      transition: all .5s;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      [ui-model][view="ui-widget"] [view="ui-dropdown-menu"] .menuIcon img.rotate {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  [ui-model][view="ui-widget"] .dropdownLinks {
    position: absolute;
    top: 35px;
    right: 8px;
    min-width: 250px;
    margin-bottom: 60px;
    background-color: #fff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 1; }
    [ui-model][view="ui-widget"] .dropdownLinks > div button, [ui-model][view="ui-widget"] .dropdownLinks > div .actionButton, [ui-model][view="ui-widget"] .dropdownLinks > div a {
      padding: 12px;
      border-bottom: 1px solid #e2e6e7;
      width: 100% !important;
      text-align: left;
      color: #252525;
      display: block !important;
      box-shadow: none;
      background-color: transparent;
      font-size: 14px;
      margin: 0;
      font-weight: normal;
      height: 40px; }
      [ui-model][view="ui-widget"] .dropdownLinks > div button:hover, [ui-model][view="ui-widget"] .dropdownLinks > div .actionButton:hover, [ui-model][view="ui-widget"] .dropdownLinks > div a:hover {
        background-color: #55a0e3;
        text-decoration: underline; }
      [ui-model][view="ui-widget"] .dropdownLinks > div button > div button, [ui-model][view="ui-widget"] .dropdownLinks > div .actionButton > div button, [ui-model][view="ui-widget"] .dropdownLinks > div button > div .actionButton, [ui-model][view="ui-widget"] .dropdownLinks > div .actionButton > div .actionButton, [ui-model][view="ui-widget"] .dropdownLinks > div a > div button, [ui-model][view="ui-widget"] .dropdownLinks > div a > div .actionButton {
        padding: 10px 12px; }
    [ui-model][view="ui-widget"] .dropdownLinks [where="actions"] [view="ui-title"] {
      display: none; }
  [ui-model][view="ui-widget"] [ng-if="view == 'grid'"] {
    padding: 0; }
    [ui-model][view="ui-widget"] [ng-if="view == 'grid'"] .Path {
      background-color: #55a0e3; }
    [ui-model][view="ui-widget"] [ng-if="view == 'grid'"] .pageable, [ui-model][view="ui-widget"] [ng-if="view == 'grid'"] [ng-click="setView('master-detail')"] {
      display: none; }
    [ui-model][view="ui-widget"] [ng-if="view == 'grid'"] .table {
      margin: 0; }
  [ui-model][view="ui-widget"] .tableRow {
    height: auto;
    flex-wrap: wrap;
    width: 100%; }
    [ui-model][view="ui-widget"] .tableRow:nth-of-type(odd) {
      background-color: #fff; }
    [ui-model][view="ui-widget"] .tableRow .checkbox {
      width: 100%;
      max-width: 100%; }
    [ui-model][view="ui-widget"] .tableRow > div {
      width: 100%;
      max-width: 100%;
      border-bottom: 1px solid #808080;
      display: block;
      flex: inherit; }
  [ui-model][view="ui-widget"] .masterDetail .sidebar {
    width: 100%; }
    [ui-model][view="ui-widget"] .masterDetail .sidebar img {
      display: none; }
  [ui-model][view="ui-widget"] .masterDetail ul {
    height: 100px; }
    [ui-model][view="ui-widget"] .masterDetail ul::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5; }
    [ui-model][view="ui-widget"] .masterDetail ul::-webkit-scrollbar {
      width: 6px;
      background-color: #F5F5F5; }
    [ui-model][view="ui-widget"] .masterDetail ul::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #0072B1; }
  [ui-model][view="ui-widget"] .masterDetail .readable {
    word-break: break-all; }
  [ui-model][view="ui-widget"] .masterDetail .links {
    justify-content: space-between; }
  [ui-model][view="ui-widget"] .masterDetail [view="ui-title-card"] {
    width: 125px;
    margin: 0; }

.ui-toaster.ng-hide-remove {
  transition: all 1.0s linear;
  opacity: 0; }

.ui-toaster.ng-hide-add {
  transition: all 1.0s linear;
  opacity: 1; }

.ui-toaster.ng-hide-add-active {
  opacity: 0; }

.ui-toaster.ng-hide-remove-active {
  opacity: 1; }

.ui-toaster {
  position: fixed;
  bottom: 100px;
  right: 0;
  border-radius: 4px;
  height: 100px;
  background-color: #55a0e3;
  padding: 12px;
  text-align: center;
  color: #fff; }

.angularjs-datetime-picker {
  border-radius: 4px; }

.minutesLabel, .hourLabel {
  line-height: 2;
  float: left; }

.minutesLabel {
  width: 35px; }

.angularjs-datetime-picker > .adp-month {
  background-color: #0072B1;
  color: #fff; }
  .angularjs-datetime-picker > .adp-month > button, .angularjs-datetime-picker > .adp-month > .actionButton {
    color: #fff; }
    .angularjs-datetime-picker > .adp-month > button:hover, .angularjs-datetime-picker > .adp-month > .actionButton:hover {
      color: #fff; }

.angularjs-datetime-picker > .adp-days > .adp-day.selected {
  background-color: #55a0e3;
  color: #fff; }

.angularjs-datetime-picker > .adp-days > .adp-day.selectable:hover {
  background-color: #0072B1;
  color: #fff; }

.settingsWrapper {
  margin-top: 36px;
  width: 100%;
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
  .settingsWrapper > div {
    margin: 0;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */ }

[view="ui-setting-accordion"] {
  padding: 6px; }
  [view="ui-setting-accordion"] .setting {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 40px; }
  [view="ui-setting-accordion"] [view="ui-sub-object"] .mainContent > [view="ui-title"] {
    display: none; }
  [view="ui-setting-accordion"] [view="ui-icon"] {
    display: inline-block; }
    [view="ui-setting-accordion"] [view="ui-icon"] img {
      max-height: 35px;
      max-width: 35px; }
  [view="ui-setting-accordion"] [view="ui-title"] {
    display: inline-block;
    vertical-align: central;
    font-weight: bold;
    font-size: 22px;
    margin-left: 12px; }
    @media (max-width: 670px) and (min-width: 1px) {
      [view="ui-setting-accordion"] [view="ui-title"] {
        font-size: 20px; } }
  [view="ui-setting-accordion"] [view="ui-sub-object"] {
    clear: both;
    margin-left: 48px;
    padding: 12px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    border: solid #0072B1 2px;
    border-radius: 4px; }
    @media (max-width: 670px) and (min-width: 1px) {
      [view="ui-setting-accordion"] [view="ui-sub-object"] {
        width: 100%;
        margin-left: 0; } }
    [view="ui-setting-accordion"] [view="ui-sub-object"] [view="ui-title"] {
      font-size: 18px;
      margin: 0; }
    [view="ui-setting-accordion"] [view="ui-sub-object"] [view="ui-title-card"] {
      width: 292px; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] [view="ui-title-card"] [view="ui-icon"] {
        display: block; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] [view="ui-title-card"] [view="ui-title"] {
        font-weight: normal; }
    [view="ui-setting-accordion"] [view="ui-sub-object"] .readable {
      margin: 12px 0; }
    [view="ui-setting-accordion"] [view="ui-sub-object"] .writeable {
      display: flex;
      flex-wrap: wrap; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] .writeable input {
        width: 100%; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] .writeable [type="checkbox"] {
        width: 20px;
        min-width: 0;
        top: -6px;
        left: 50%; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] .writeable [view="ui-writeable"] img {
        margin: 0; }
      [view="ui-setting-accordion"] [view="ui-sub-object"] .writeable > div {
        min-width: 260px;
        margin: 6px;
        height: 60px; }

[view="ui-icon-link-counter"] {
  position: absolute;
  top: 8px;
  left: calc(50% - 15px); }
  [view="ui-icon-link-counter"] [view="ui-count"] {
    position: absolute; }
  [view="ui-icon-link-counter"] img {
    width: auto;
    height: 35px;
    margin: 0;
    top: 9px; }
  [view="ui-icon-link-counter"] .toolTip {
    left: 8%; }

.First.Name {
  order: -10; }

.Last.Name {
  order: -9; }

.sha .subtitle {
  width: 100%;
  color: #616161;
  margin-left: -12px; }
  .sha .subtitle h5, .sha .subtitle .writeable [view="ui-title"], .writeable .sha .subtitle [view="ui-title"], .sha .subtitle .readable [view="ui-title"], .readable .sha .subtitle [view="ui-title"], .sha .subtitle [where="singleton"] [ui-parameter="parameter"] div:first-child, [where="singleton"] [ui-parameter="parameter"] .sha .subtitle div:first-child, .sha .subtitle .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"], .masterDetail .detail > [view="ui-detail"] .midSection .sha .subtitle [view="ui-title"] {
    display: inline-block;
    margin-right: 6px;
    margin-left: 12px; }

.sha .links [view="ui-title"] {
  font-weight: normal !important;
  font-size: 16px !important; }

.sha .writeable {
  word-break: break-word; }

.sha .bottom {
  color: #616161;
  width: 100%;
  margin-top: 1em; }
  .sha .bottom h5, .sha .bottom .writeable [view="ui-title"], .writeable .sha .bottom [view="ui-title"], .sha .bottom .readable [view="ui-title"], .readable .sha .bottom [view="ui-title"], .sha .bottom [where="singleton"] [ui-parameter="parameter"] div:first-child, [where="singleton"] [ui-parameter="parameter"] .sha .bottom div:first-child, .sha .bottom .masterDetail .detail > [view="ui-detail"] .midSection [view="ui-title"], .masterDetail .detail > [view="ui-detail"] .midSection .sha .bottom [view="ui-title"] {
    display: inline-block; }

[view="ui-log"] > div {
  position: fixed;
  width: 395px;
  right: -350px;
  transition: all .5s ease-in-out;
  z-index: 100000; }

[view="ui-log"] .toggle {
  float: left;
  width: 45px;
  cursor: pointer;
  height: 45px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #0072B1;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.26);
  background-image: url(/scripts/images/ui-img/icon/log-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center; }

[view="ui-log"] .logWrapper {
  float: left;
  width: 350px;
  background-color: #0072B1;
  border-bottom-left-radius: 4px;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.26);
  padding: 3px; }
  [view="ui-log"] .logWrapper h2 {
    text-align: center;
    color: #fff; }
  [view="ui-log"] .logWrapper .logData {
    background-color: #fff;
    max-height: 300px;
    overflow: auto;
    font-size: 14px; }
    [view="ui-log"] .logWrapper .logData div {
      border: solid 1px #e2e6e7;
      width: 100%;
      padding: 6px; }

[view="ui-log"] .open {
  right: 0; }

.favorites-nav {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis; }
  .favorites-nav ui-dashboard {
    display: none; }
  .favorites-nav .favorites-title {
    background-color: #252525;
    padding: 12px;
    padding-left: 16px;
    font-size: 16px;
    cursor: pointer; }
  .favorites-nav [view="ui-title"] span:hover {
    text-decoration: underline; }
  .favorites-nav .favorites-item {
    margin: 12px 0;
    padding-left: 16px;
    font-size: 14px; }
  .favorites-nav ui-favorites {
    margin-left: 6px; }
    .favorites-nav ui-favorites .fav-action {
      bottom: -7px;
      left: -2px; }
    .favorites-nav ui-favorites #favorites-icon {
      width: 16px;
      top: 35%; }
    .favorites-nav ui-favorites .active #star {
      fill: #FFCF40;
      transform: none;
      transition: none; }

.sessionControllerUser {
  padding: 12px;
  padding-left: 16px;
  color: #fff;
  background-color: #252525;
  margin-bottom: 6px;
  cursor: pointer; }

.aceEditor {
  position: relative !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 50%;
  float: left;
  display: inline-block !important;
  height: 350px; }
  .aceEditor div:empty {
    display: block; }

.jsonEdit {
  height: 100px;
  display: block !important; }

.jsonEditor {
  width: 50%;
  display: inline-block;
  float: left;
  height: 350px; }
  .jsonEditor div:empty {
    display: block; }
  .jsonEditor button, .jsonEditor .actionButton {
    min-width: initial;
    box-shadow: none; }

div.jsoneditor-contextmenu li {
  padding: 0 !important; }

div.jsoneditor-contextmenu ul {
  height: auto; }

.ace-tm .ace_variable {
  color: #000 !important; }

.ace-tm .ace_constant.ace_language {
  color: #ff8c00 !important; }

.ace-tm .ace_constant.ace_numeric {
  color: #ee422e !important; }

.ace-tm .ace_string {
  color: #008000 !important; }

.jsoneditor-tree input {
  position: relative;
  margin: 0;
  width: 15px !important;
  height: 15px;
  margin-top: -3px;
  min-width: inherit;
  left: 0; }

.facebookLanding {
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#5eaae5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-family: sans-serif;
  color: #f0f0f0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.facebookLanding h1, .facebookLanding .mainContent > [view="ui-title"], .facebookLanding .mainContent100 > [view="ui-title"], .facebookLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .facebookLanding [view="ui-title"],
.facebookLanding h4,
.facebookLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
[ui-model][view="ui-widget"] .mainContent > .widgetHead .facebookLanding [view="ui-link"],
.facebookLanding .ui-toaster [view="ui-title"],
.ui-toaster .facebookLanding [view="ui-title"] {
  width: 75%;
  margin: 0 auto;
  max-width: 750px;
  margin-bottom: 24px; }

.facebookLanding h1, .facebookLanding .mainContent > [view="ui-title"], .facebookLanding .mainContent100 > [view="ui-title"], .facebookLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .facebookLanding [view="ui-title"] {
  font-size: 56px;
  text-align: center;
  color: #f0f0f0; }


.facebookLanding h4,
.facebookLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
[ui-model][view="ui-widget"] .mainContent > .widgetHead .facebookLanding [view="ui-link"],
.facebookLanding .ui-toaster [view="ui-title"],
.ui-toaster .facebookLanding [view="ui-title"] {
  font-size: 17px; }

.facebookLanding .right {
  text-align: right; }

.facebookLanding img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-bottom: 48px; }

.facebookLanding .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 75%; }

.facebookLanding .center {
  text-align: center; }

@media only screen and (max-width: 600px) {
  .facebookLanding h1, .facebookLanding .mainContent > [view="ui-title"], .facebookLanding .mainContent100 > [view="ui-title"], .facebookLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .facebookLanding [view="ui-title"],
  .facebookLanding h4,
  .facebookLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
  [ui-model][view="ui-widget"] .mainContent > .widgetHead .facebookLanding [view="ui-link"],
  .facebookLanding .ui-toaster [view="ui-title"],
  .ui-toaster .facebookLanding [view="ui-title"] {
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
    margin-bottom: 24px; }
  .facebookLanding h1, .facebookLanding .mainContent > [view="ui-title"], .facebookLanding .mainContent100 > [view="ui-title"], .facebookLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .facebookLanding [view="ui-title"] {
    font-size: 43px; }
  .facebookLanding img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    margin-bottom: 48px; }
  .facebookLanding .wrapper {
    transform: translate(-50%, -55%);
    width: 80%; } }

.apiOauthLanding {
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1e5799 0%, #0072b1 52%, #5eaae5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#5eaae5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-family: sans-serif;
  color: #f0f0f0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.apiOauthLanding h1, .apiOauthLanding .mainContent > [view="ui-title"], .apiOauthLanding .mainContent100 > [view="ui-title"], .apiOauthLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .apiOauthLanding [view="ui-title"],
.apiOauthLanding h4,
.apiOauthLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
[ui-model][view="ui-widget"] .mainContent > .widgetHead .apiOauthLanding [view="ui-link"],
.apiOauthLanding .ui-toaster [view="ui-title"],
.ui-toaster .apiOauthLanding [view="ui-title"] {
  width: 75%;
  margin: 0 auto;
  max-width: 750px;
  margin-bottom: 24px; }

.apiOauthLanding h1, .apiOauthLanding .mainContent > [view="ui-title"], .apiOauthLanding .mainContent100 > [view="ui-title"], .apiOauthLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .apiOauthLanding [view="ui-title"] {
  font-size: 56px;
  text-align: center;
  color: #f0f0f0; }


.apiOauthLanding h4,
.apiOauthLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
[ui-model][view="ui-widget"] .mainContent > .widgetHead .apiOauthLanding [view="ui-link"],
.apiOauthLanding .ui-toaster [view="ui-title"],
.ui-toaster .apiOauthLanding [view="ui-title"] {
  font-size: 17px; }

.apiOauthLanding .right {
  text-align: right; }

.apiOauthLanding img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-bottom: 48px; }

.apiOauthLanding .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 75%; }

.apiOauthLanding .center {
  text-align: center; }

@media only screen and (max-width: 600px) {
  .apiOauthLanding h1, .apiOauthLanding .mainContent > [view="ui-title"], .apiOauthLanding .mainContent100 > [view="ui-title"], .apiOauthLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .apiOauthLanding [view="ui-title"],
  .apiOauthLanding h4,
  .apiOauthLanding [ui-model][view="ui-widget"] .mainContent > .widgetHead [view="ui-link"],
  [ui-model][view="ui-widget"] .mainContent > .widgetHead .apiOauthLanding [view="ui-link"],
  .apiOauthLanding .ui-toaster [view="ui-title"],
  .ui-toaster .apiOauthLanding [view="ui-title"] {
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
    margin-bottom: 24px; }
  .apiOauthLanding h1, .apiOauthLanding .mainContent > [view="ui-title"], .apiOauthLanding .mainContent100 > [view="ui-title"], .apiOauthLanding [view="ui-form"] [view="ui-title"], [view="ui-form"] .apiOauthLanding [view="ui-title"] {
    font-size: 43px; }
  .apiOauthLanding img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    margin-bottom: 48px; }
  .apiOauthLanding .wrapper {
    transform: translate(-50%, -55%);
    width: 80%; } }
