/* Variables */
:root {
  --selection-background: #0096DC;
  --selection-color: white;
}
/* Mixins - hidden from output */
/* Common output properties */
.custom-element {
  display: block;
  box-sizing: border-box;
}
.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif;
  font-weight: normal;
  font-size: 14px;
}
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  box-sizing: border-box;
  overflow-x: hidden;
}
body *,
html * {
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif;
}
body {
  background-color: #F5F5F5 !important;
  display: flex;
  flex-direction: column;
}
.readywait {
  display: none;
}
.readywait.ready {
  display: block;
}
/* Progress Bar */
.progress-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #404040;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progress-panel .progress-body {
  height: 400px;
  width: 800px;
  max-width: 95%;
  margin: auto;
  position: relative;
  background: url('alemba-service-manager-logo-whitetext-300w.png');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100px;
}
.progress-panel .progress-body .progress-text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
}
.progress-panel .progress-body .progress-text:after {
  content: "...";
  position: absolute;
  animation: loadTextAppend 1.3s infinite linear;
}
@-webkit-keyframes loadTextAppend {
  0%,
  100% {
    content: "...";
  }
  33% {
    content: ".";
  }
  67% {
    content: "..";
  }
}
@keyframes loadTextAppend {
  0%,
  100% {
    content: "...";
  }
  33% {
    content: ".";
  }
  67% {
    content: "..";
  }
}
.progress-panel .progress-body .progress-bar {
  box-sizing: border-box;
  position: absolute;
  background-color: #636262;
  border: 1px solid #7E7E7E;
  height: 20px;
  bottom: calc( 50% - 60px );
  width: 100%;
  border-radius: 10px;
}
.progress-panel .progress-body .progress-bar .progress-bar-percent {
  box-sizing: content-box;
  background-color: #0096dc;
  border: 1px solid #43c3ff;
  width: 0%;
  height: 100%;
  border-radius: 10px;
  margin-left: -1px;
  margin-top: -1px;
  transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  position: absolute;
  min-width: 5%;
  max-width: 99%;
}
.busy-content-container {
  height: 100%;
  width: 100%;
}
.busy-content-container .progress-panel {
  display: none;
}
.busy-content-container.busy .progress-panel {
  display: block;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.busy-content-container.busy .progress-panel .progress-body {
  height: 100%;
  max-width: 80%;
  background: transparent;
}
.busy-content-container.busy .progress-panel .progress-body .progress-bar {
  top: calc( 50% - 18px );
  overflow: hidden;
  height: 18px;
  background-color: #DADADA;
  border-color: white;
}
.busy-content-container.busy .progress-panel .progress-body .progress-bar .progress-bar-percent {
  animation: loader 15s;
  animation-iteration-count: infinite;
  transition-timing-function: ease-out;
  left: 0;
  margin-top: 1px;
  width: 100%;
  box-sizing: border-box;
}
.busy-content-container .busy-content {
  height: 100%;
  width: 100%;
}
@keyframes loader {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
xml {
  display: none;
}
#NanoClient > .mdi-window,
.dialogContent > div {
  height: 100%;
  width: 100%;
}
header.nano-base-header {
  width: 100%;
}
/* Alemba Toolbar */
.navbar-inverse .navbar-brand {
  color: white;
}
#AlembaToolbar {
  min-height: 63px;
  box-sizing: border-box;
  margin-bottom: 0;
  border: 0;
  background: #404040;
  display: none;
  flex-shrink: 0;
}
#AlembaToolbar.toolbar-visible {
  display: block;
}
#AlembaToolbar > .container-fluid {
  padding: 8px 15px;
  box-sizing: border-box;
  display: flex;
}
#AlembaToolbar > .container-fluid .navbar-header {
  margin-right: 0;
  margin-left: 0;
  float: none;
  flex-grow: 0;
}
#AlembaToolbar .navbar-brand {
  font-size: 0;
  width: 100px;
  height: 32px;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  margin-top: 8px;
  background: url('ASMX-logo-navbar-100w.png');
  background-repeat: no-repeat;
  background-position: center;
}
#AlembaToolbar .navbar-nav {
  float: none;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
#AlembaToolbar .navbar-nav:not(.navbar-right) {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: -30px;
  min-width: 410px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
}
.navbar-nav > li {
  height: 32px;
  width: 32px;
  margin-right: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  padding: 0;
  cursor: hand;
  float: none !important;
}
.navbar-nav > li > img {
  display: block;
  margin: 4px;
  width: 24px;
  height: 24px;
}
.navbar-nav > li > span {
  color: #9D9D9D;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  position: absolute;
  min-width: 20px;
  max-width: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar-nav > li:hover > span {
  max-width: 110px;
  z-index: 2;
}
.navbar-nav > li > a {
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}
.navbar-nav > li.dropdown {
  margin-right: 25px;
  margin-left: -50px;
  width: 24px;
}
.navbar-nav > li.dropdown > a {
  padding: 0;
  width: 24px;
  height: 32px;
  display: block;
}
.navbar-nav > li.dropdown .caret {
  color: #9D9D9D;
  border: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 6px;
  margin-top: 8px;
}
.navbar-nav > li.dropdown .caret:before {
  content: "\f0d7";
  font-size: 18px;
}
.navbar-nav > li.dropdown:hover .caret {
  color: #b7b7b7;
}
.navbar-nav > li.dropdown > ul.dropdown-menu {
  border-top: 14px solid transparent;
  background-color: #404040;
  padding: 0;
  left: -32px;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li {
  cursor: pointer;
  min-height: 37px;
}
.navbar-nav > li.dropdown > ul.dropdown-menu ul {
  background-color: #404040;
  border-top: 1px solid #606060;
}
.navbar-nav > li.dropdown span {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li {
  background-color: transparent !important;
  padding: 7px 15px 7px 10px;
  border-bottom: 1px solid #606060;
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
  white-space: nowrap;
}
.navbar-nav > li.dropdown > ul.dropdown-menu > li:first-child {
  border-top: 1px solid #606060;
}
.navbar-nav > li.dropdown > ul.dropdown-menu > li:first-child > ul {
  top: -1px;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li:hover {
  background-color: #0096dc !important;
  color: #FFFFFF !important;
  cursor: hand;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li:hover > img {
  filter: brightness(2);
  -webkit-filter: brightness(2);
}
#AlembaToolbar .navbar-right {
  margin: 0;
  float: none !important;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
#AlembaToolbar .navbar-right input,
#AlembaToolbar .navbar-right select {
  height: 32px;
  border: 1px solid #9D9D9D;
  background-color: white;
  color: #404040;
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif !important;
  font-weight: normal;
  border-radius: 4px;
  outline: 0;
  margin: 4px 0 4px 10px;
}
#AlembaToolbar .navbar-right input:focus,
#AlembaToolbar .navbar-right select:focus {
  border: 1px solid #0096dc;
}
#HeaderSearchSpan {
  height: 32px;
  width: 45px;
  overflow: visible;
  display: inline-block;
  margin-left: 10px;
}
#HeaderChatButton,
#HeaderSearchButton {
  height: 28px;
  width: 28px;
  padding: 2px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 24px 24px;
}
#HeaderSearchArrow {
  width: 16px;
  padding-right: 2px;
  padding-left: 2px;
}
#HeaderSearchArrow:focus {
  outline: 0;
}
#HeaderSearchArrow .fa-caret-down::before {
  font-size: 18px;
  color: #9D9D9D;
}
#HeaderSearchArrow:hover .fa-caret-down::before {
  color: #b7b7b7;
}
#HeaderChatButton {
  display: none;
  margin-left: 7px;
}
#HeaderChatButton,
#HeaderSearchButton,
#HeaderSearchArrow {
  background-color: transparent;
  border: 0;
}
#HeaderChatButton:focus,
#HeaderSearchButton:focus,
#HeaderSearchArrow:focus {
  outline: none;
}
/* Navigation Control Dropdown Menu */
.nav-menu .asm-icon > img {
  filter: brightness(170%);
}
body.light .nav-menu .asm-icon > img {
  filter: brightness(40%);
}
#Menu {
  height: 100%;
}
navigation-control .menu-btn {
  position: absolute;
  height: 42px;
  width: 42px;
  border-radius: 0;
  padding: 1px 9px;
  border: 0;
  background: transparent;
}
navigation-control.expanded .menu-btn {
  background: #CDCDCD;
}
navigation-control .menu-btn .glyphicon-menu-hamburger {
  width: 24px;
  height: 4px;
  background-color: #333333;
  display: block;
  border-radius: 2px;
  position: relative;
}
navigation-control .menu-btn .glyphicon-menu-hamburger:before,
navigation-control .menu-btn .glyphicon-menu-hamburger:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #333333;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
navigation-control .menu-btn .glyphicon-menu-hamburger:after {
  top: -10px;
}
navigation-control .menu-btn .glyphicon-menu-hamburger:before {
  top: 10px;
}
navigation-control .menu-btn:focus {
  outline: none;
}
navigation-control .menu-content {
  position: absolute;
  height: calc(100% - 42px);
  width: 100%;
  top: 41px;
  z-index: 4;
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif;
}
navigation-control > iframe.backdrop {
  top: 28px;
  height: calc(100% - 28px);
  z-index: 3;
}
navigation-control .menu-content .menu-list {
  float: left;
  min-width: 210px;
  overflow: visible;
  padding-left: 0;
  z-index: 5;
  border: 1px solid #727272;
  border-bottom: 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}
navigation-control .menu-content .menu-list ul {
  padding: 0;
  display: none;
  position: absolute;
  min-width: 210px;
  top: -1px;
  left: 100%;
  border: 1px solid #656565;
  border-bottom: 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}
navigation-control .menu-content .menu-list ul li,
navigation-control .menu-content .menu-list ul ul li {
  z-index: 6;
  position: relative;
}
navigation-control .menu-content ul {
  list-style: none;
  color: #fff;
}
navigation-control .menu-content li {
  padding: 7px 10px;
  padding-left: 40px;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: all 0.15s;
  border-bottom: 1px solid #656565;
  position: relative;
  list-style: none;
  background-color: #404040;
  height: 42px;
}
navigation-control .menu-content li:hover {
  background-color: #0096dc !important;
}
navigation-control .menu-content li:hover > .nav-image {
  filter: brightness(3);
  -webkit-filter: brightness(3);
}
navigation-control .menu-content li:hover > .Menu-Item-Content {
  color: white !important;
}
navigation-control .menu-content li .nav-image {
  left: 8px;
  top: 12px;
  position: absolute;
  width: 16px;
  height: 16px;
}
navigation-control .menu-content li span:not(.expander) {
  padding-right: 15px;
  display: block;
  text-overflow: ellipsis;
  color: #fff;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
navigation-control .menu-content li .expander {
  margin: 10px;
  right: 0px;
  font-size: 8px;
  position: absolute;
  top: 6px;
}
navigation-control .menu-content li ul li .expander {
  top: 6px;
}
navigation-control .menu-content .menu-list li:hover > ul {
  display: block;
}
navigation-control > .menu-content,
navigation-control > iframe.backdrop {
  display: none;
}
navigation-control.expanded > .menu-content,
navigation-control.expanded > iframe.backdrop {
  display: block;
}
navigation-control .outer-tab-view {
  position: absolute;
  max-width: initial;
}
navigation-control .inner-tab-view {
  overflow: initial;
}
#PageBody {
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: #5A5A5A;
}
#PageContent,
#NanoMainContainer {
  height: 100%;
  position: relative;
}
#NanoClient {
  box-sizing: border-box;
  overflow: auto;
  height: calc(100% - 33px);
}
iframe.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#NanoMenuList iframe.backdrop.submenu {
  left: 208px;
  width: 212px;
}
.mdi-dialog > .dialogWindow {
  margin: 25px;
}
.mdi-tab > img.nav-image {
  top: calc(50% - 8px);
  position: absolute;
  margin-left: 0;
}
.mdi-tab > img.nav-image + .NanoTabText {
  margin-left: 26px;
}
.nano-base-main {
  width: 100%;
}
#NanoMenu {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 70vh;
}
#NanoMenuButton {
  display: block;
}
.react-component-container > .nav-tabs.outer-tab-view .inner-tab-view .tab:first-child {
  margin-left: 10px;
}
.react-component-container > .nav-tabs.outer-scroll-view .inner-scroll-view .list-item.active {
  background-color: #F5F5F5;
}
.react-component-container > .nav-tabs.outer-scroll-view .inner-scroll-view .list-item.active:before {
  border: 1px solid #01aeff;
  border-bottom: 0;
}
/* Override style from Nano.css to support bootstrap collapse*/
#NanoMenu.collapse:not(.in) {
  display: none;
}
.nav-tabs > li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 12px;
}
.wrapper-container .nav-tabs li {
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0em;
}
.wrapper-container .nav-tabs #NanoMenu li {
  text-transform: none;
  font-size: 1em;
  padding: 7px;
  letter-spacing: 0em;
}
.wrapper-container .nano-base-content {
  min-height: 0;
  height: calc(100% - 45px);
}
.wrapper-container .nano-base-content,
.wrapper-container .nano-base-main,
.wrapper-container .nano-base-container {
  padding: 0;
}
.NanoTabClose {
  padding-left: 0;
}
#NanoMenuList .expander {
  top: calc(50% - 3px);
  font-size: 6px;
  right: 15px;
}
.wrapper-container {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  box-sizing: border-box;
}
.wrapper-container.toolbar-visible {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.wrapper-container .nano-base-menu {
  min-height: 0;
}
.wrapper-container .nano-base-tabs {
  height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
}
.navbar-nav > .dropdown-menu {
  padding-left: 2px;
}
#selectBox > .list-group-item {
  background-repeat: no-repeat;
  background-position: center;
}
#selectBox {
  background-color: #404040 !important;
  margin-top: 14px;
  box-sizing: border-box;
  border-radius: 0;
  border-color: #606060;
  border-top: 0;
  right: -10px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  display: none;
}
#selectBox .list-group-item {
  border: 0;
  border-bottom: 1px solid #606060;
  margin-bottom: 0;
  padding: 7px 10px;
}
#selectBox .list-group-item img {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
#selectBox .list-group-item:last-child {
  border-bottom: 0;
}
#selectBox .list-group-item.active,
#selectBox .list-group-item.active:hover,
#selectBox .list-group-item:hover {
  background-color: #0096dc !important;
}
#selectBox .list-group-item.active > img,
#selectBox .list-group-item.active:hover > img,
#selectBox .list-group-item:hover > img {
  filter: brightness(2);
  -webkit-filter: brightness(2);
}
#selectBox .list-group-item:first-child,
#selectBox .list-group-item:last-child {
  border-radius: 0 !important;
}
#selectBox.expanded {
  display: block;
}
#quicksearchcontainer {
  max-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#HeaderSearchInput {
  width: auto;
  display: inline-block;
  background-color: white;
  margin: 4px;
  border-radius: 4px;
  padding: 4px;
}
#HeaderSearchInput,
#partition,
#chatstatus {
  font-weight: normal;
}
#selectBox {
  padding-bottom: 0px;
  padding-top: 0px;
}
/* set the main menu hover color */
#NanoMenuList li:hover,
#NanoMenuList ul li:hover,
#NanoMenuList ul ul li:hover {
  background-color: #BDD7FE !important;
  color: #ffffff !important;
  cursor: hand;
}
ul.navbar > li {
  cursor: hand;
}
span.dropdown-toggle {
  vertical-align: middle;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#chatstatus,
#partition {
  height: 28px;
  display: none;
}
/* select with CSS avatar icons */
option.avatar {
  background-repeat: no-repeat !important;
  padding-left: 20px;
}
.avatar .ui-icon {
  background-position: left top;
}
.dialogContent > div > iframe {
  width: 100%;
  height: 100%;
}
.caret {
  color: white;
}
.scrtabs-tab-container {
  left: 45px;
  right: 0px;
  position: absolute;
}
.scrtabs-tabs-fixed-container {
  left: 20px;
  display: inline-block;
  position: relative;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
  left: 0px;
  top: 0px;
  display: inline;
  position: absolute;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
  right: 0px;
  display: inline-block;
  position: absolute;
}
.scrtabs-tab-container .nav-tabs li > a {
  border-top: 0;
}
#PageContent {
  display: none !important;
}
.navbar.navbar-inverse {
  border-radius: 0;
}
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Popups
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
.modal {
  position: absolute;
}
.modal > .backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal > div.backdrop {
  background-color: #F5F5F5;
  opacity: 0.7;
}
.modal-dialog {
  max-height: calc(100vh - 60px);
}
.modal-dialog .modal-body {
  max-height: calc(100vh - 90px);
}
.modal-content {
  background-color: white;
  border: 0 !important;
  border-radius: 0;
  position: relative;
  max-height: 100%;
}
.modal-body {
  width: 100%;
  height: calc(100% - 30px);
  padding: 0 !important;
  overflow: auto;
}
.modal-body > iframe {
  width: 100%;
  height: 100%;
}
.modal-header {
  position: relative;
  background: #404040;
  color: white;
  border-bottom: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-header .tab-label-container .tab-label-text {
  left: 0px;
  top: 0px;
  padding: 6px;
  margin-right: 30px;
  margin-left: 30px;
  white-space: nowrap;
  position: absolute;
}
.modal-header .tab-label-container .tab-label-image {
  margin: 7px;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  position: absolute;
}
.modal-header .tab-label-container .tab-label-close {
  padding: 8px;
  right: 0px;
  top: 0px;
  position: absolute;
  cursor: pointer;
}
.drag-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  display: none;
}
.drag-mask.dragging {
  z-index: 5000;
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 0;
  padding: 0;
}
.dropdown-submenu > .dropdown-menu li:hover {
  background-color: #0096dc;
}
.dropdown-submenu > .dropdown-menu li:hover > img {
  filter: brightness(2);
  -webkit-filter: brightness(2);
}
.dropdown-submenu > .dropdown-menu li:first-child {
  border-top: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > span:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  position: absolute;
  right: 5px;
  top: 13px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
#toastMessage {
  display: none;
  margin: 100px 10px;
  padding: 5px;
  width: 500px;
  right: 0px;
  color: red;
  position: fixed;
  z-index: 10000;
  /* opacity: 0.4; */
  pointer-events: none;
  background-color: #ffffff5c;
  border-radius: 4px;
  height: calc(95vh - 100px);
  box-sizing: border-box;
  font-family: monospace;
}
navigation-control {
  display: block;
  height: 100%;
  position: relative;
}
navigation-control .tab-content-container {
  width: 100%;
  display: flex;
}
navigation-control .tab-content-container .tab-content {
  width: 100%;
}
.container-dock {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.container-dock .dock {
  height: 100%;
  float: left;
}
.container-dock .dock.dock-center {
  width: 100%;
}
.container-dock .dock.dock-right {
  display: none;
}
.container-dock .dock .dock-content .dock-content-header {
  height: 0;
}
.container-dock .dock .dock-content .dock-content-header .dock-close {
  position: absolute;
  left: 20px;
  top: 23px;
  font-size: 14px;
  text-align: left;
  color: white;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("close_white_16.png");
  background-repeat: no-repeat;
  background-position: center;
}
.container-dock .dock .dock-content .dock-content-header .dock-close:before {
  content: "";
}
.container-dock .dock .dock-content .dock-content-body {
  height: 100%;
}
.container-dock .dock .dock-content .dock-content-body > iframe {
  height: 100%;
  width: 100%;
  top: 0;
}
.container-dock.docked .dock.dock-center {
  width: 100%;
}
.container-dock.docked .dock.dock-right {
  width: 35px;
  display: block;
}
.container-dock.pinned {
  display: flex;
  flex-direction: row;
}
.container-dock.pinned .dock.dock-center {
  width: 100%;
  padding-right: 0px;
  flex: 1;
  margin-right: 10px;
}
.container-dock.pinned .dock.dock-right {
  margin-top: 42px;
  height: calc(100% - 42px);
  left: 0 !important;
  min-width: 302px;
}
.container-dock.pinned .dock.dock-right .dock-content-body {
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: #F5F5F5;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}
.container-dock.pinned .resize-frame {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  z-index: -1000;
}
[widget-id=telephone-host] {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.spinner {
  z-index: 99999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  background: url('busy_small.gif');
  background-size: cover;
  display: none;
}
/* MUI popover */
.MuiPopover-root .MuiPopover-paper {
  border: 1px solid #525252;
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list {
  padding: 0;
  background-color: #404040;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root .MuiTypography-body1,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root .MuiTypography-body1 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", "Segoe UI", Tahoma, Arial, sans-Serif;
  color: white;
  border-bottom: 1px solid #525252;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root:focus,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root .MuiTypography-body1:focus,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root:focus,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root .MuiTypography-body1:focus {
  border-color: #525252;
  background-color: #4d4d4d;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root:last-child,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root .MuiTypography-body1:last-child,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root:last-child,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root .MuiTypography-body1:last-child {
  border-bottom: 0;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root.Mui-selected,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItem-root .MuiTypography-body1.Mui-selected,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root.Mui-selected,
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiMenuItem-root .MuiTypography-body1.Mui-selected {
  background-color: #0096dc;
}
.MuiPopover-root .MuiPopover-paper .MuiMenu-list .MuiListItemIcon-root {
  color: white;
}
/* Busy Spinner */
.busy::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 18px;
  background-color: transparent;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -9px 0 0.6px, 6px -6px 0 0, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 0;
  }
  12.5% {
    box-shadow: 0 -9px 0 0, 6px -6px 0 0.6px, 9px 0 0 0, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  25% {
    box-shadow: 0 -9px 0 -1.5px, 6px -6px 0 0, 9px 0 0 0.6px, 6px 6px 0 0, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  37.5% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 0, 6px 6px 0 0.6px, 0 9px 0 0, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  50% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 0, 0 9px 0 0.6px, -6px 6px 0 0, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  62.5% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 0, -6px 6px 0 0.6px, -9px 0 0 0, -6px -6px 0 -3px;
  }
  75% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 0, -9px 0 0 0.6px, -6px -6px 0 0;
  }
  87.5% {
    box-shadow: 0 -9px 0 0, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 0, -9px 0 0 0, -6px -6px 0 0.6px;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -9px 0 0.6px, 6px -6px 0 0, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 0;
  }
  12.5% {
    box-shadow: 0 -9px 0 0, 6px -6px 0 0.6px, 9px 0 0 0, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  25% {
    box-shadow: 0 -9px 0 -1.5px, 6px -6px 0 0, 9px 0 0 0.6px, 6px 6px 0 0, 0 9px 0 -3px, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  37.5% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 0, 6px 6px 0 0.6px, 0 9px 0 0, -6px 6px 0 -3px, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  50% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 0, 0 9px 0 0.6px, -6px 6px 0 0, -9px 0 0 -3px, -6px -6px 0 -3px;
  }
  62.5% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 0, -6px 6px 0 0.6px, -9px 0 0 0, -6px -6px 0 -3px;
  }
  75% {
    box-shadow: 0 -9px 0 -3px, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 0, -9px 0 0 0.6px, -6px -6px 0 0;
  }
  87.5% {
    box-shadow: 0 -9px 0 0, 6px -6px 0 -3px, 9px 0 0 -3px, 6px 6px 0 -3px, 0 9px 0 -3px, -6px 6px 0 0, -9px 0 0 0, -6px -6px 0 0.6px;
  }
}
