@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito-Light'), url(../fonts/Nunito-Light.woff2) format('woff2'), url(../fonts/Nunito-Light.woff) format('woff'), url(../fonts/Nunito-Light.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(../fonts/Nunito-Regular.woff2) format('woff2'), url(../fonts/Nunito-Regular.woff) format('woff'), url(../fonts/Nunito-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
a {
  outline: none;
  transition: color 0.2s ease-in;
}
a.disabled {
  cursor: default;
  text-decoration: none;
}
a:focus,
a:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
  outline: none;
}
@media (max-width: 767px) {
  .media-left.hidden-xs {
    padding: 0;
  }
}
.bold {
  font-weight: bold;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.sidebar-open > .overlay {
    display: block;
  }
}
pre {
  background: unset;
  border: unset;
  font: unset;
  padding: unset;
}
hr {
  border-style: solid none none none;
  border-width: 1px;
  margin: 1em 0;
}
.overlay {
  position: absolute;
  z-index: 999;
  display: none;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  position: absolute;
  z-index: 999999999999999999;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loader .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10em;
  height: 10em;
  margin: auto;
  border-radius: 50%;
  transform: translateZ(0);
  font-size: 20px;
  text-indent: -99999em;
}
.loader .spinner:before,
.loader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}
.loader .spinner:before {
  top: -0.1em;
  left: -0.1em;
  width: 5.2em;
  height: 10.2em;
  border-radius: 10.2em 0 0 10.2em;
  transform-origin: 5.2em 5.1em;
  animation: load 2s infinite ease 1.5s;
}
.loader .spinner:after {
  top: -0.1em;
  left: 5.1em;
  width: 5.2em;
  height: 10.2em;
  border-radius: 0 10.2em 10.2em 0;
  transform-origin: 0px 5.1em;
  animation: load 2s infinite ease;
}
@media (min-width: 992px) {
  body.sidebar-open > .sidebar {
    width: 230px;
  }
}
@media (max-width: 767px) {
  body.sidebar-open > .sidebar {
    left: 0;
    z-index: 9999;
  }
}
@media (min-width: 992px) {
  body.sidebar-open > .sidebar ul.navigation a {
    text-align: left;
  }
}
@media (min-width: 992px) {
  body.sidebar-open > .sidebar ul.navigation a i {
    width: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body.sidebar-open > .sidebar ul.navigation a span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  body.sidebar-open .ppc {
    left: 75px;
  }
  body.sidebar-open .sidebar-logo img.logo-default {
    display: none;
  }
  body.sidebar-open .sidebar-logo img.logo-large {
    display: block;
  }
}
dl {
  margin: 0;
}
.sidebar {
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  position: absolute;
  left: -230px;
  float: left;
  z-index: 99;
  height: 100%;
  width: 230px;
  transition: all 200ms ease-out;
  top: 0;
}
@media (min-width: 768px) {
  .sidebar {
    left: 0;
    width: 80px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  }
}
.sidebar .sidebar-wrapper {
  min-height: 100%;
  padding-bottom: 50px;
  position: relative;
}
.sidebar .logo {
  width: 100%;
  height: 70px;
}
.sidebar .logo .menu {
  float: right;
  width: 80px;
  height: 70px;
}
.sidebar .logo .menu a {
  position: absolute;
  width: 80px;
  height: 70px;
  padding-top: 15px;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}
.sidebar ul.navigation li {
  display: block;
  border-bottom: 1px solid;
}
.sidebar ul.navigation li a {
  position: relative;
  display: inline-block;
  height: 42px;
  width: 100%;
  padding: 0 20px;
  line-height: 42px;
  text-decoration: none;
  vertical-align: middle;
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: background 0.2s ease-in;
}
@media (min-width: 768px) {
  .sidebar ul.navigation li a {
    text-align: center;
  }
}
.sidebar ul.navigation li a i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: all 200ms ease-out;
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .sidebar ul.navigation li a i {
    width: auto;
    margin-right: 0;
    font-size: 24px;
  }
}
.sidebar ul.navigation li a span {
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: all 200ms ease-out;
}
@media (min-width: 768px) {
  .sidebar ul.navigation li a span {
    display: none;
  }
}
.ppc {
  position: absolute;
  left: 5px;
  bottom: 8px;
  width: 70px;
  transition: all 200ms ease-out;
}
.sidebar-logo {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 8px;
  transition: all 200ms ease-out;
}
.sidebar-logo img.img-responsive {
  margin: 0 auto;
  max-height: 50px;
}
.sidebar-logo img.logo-default {
  display: block;
}
.sidebar-logo img.logo-large {
  display: none;
}
@media (min-width: 992px) {
  body.sidebar-open .topbar {
    left: 230px;
  }
}
.topbar {
  left: 0;
}
@media (min-width: 768px) {
  .topbar {
    left: 80px;
  }
}
.topbar-simple {
  left: 0;
}
i.img-flag {
  display: inline-block;
  margin: 0 8px 0 0;
}
ul.dropdown-menu > li > a > i.img-flag {
  width: 19px;
}
.topbar,
.topbar-simple {
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: all 200ms ease-out;
  z-index: 9;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  border: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .topbar .navbar-nav,
  .topbar-simple .navbar-nav {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .topbar .navbar-nav,
  .topbar-simple .navbar-nav {
    text-align: center;
  }
}
.topbar .menu-button-mobile,
.topbar-simple .menu-button-mobile {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 15px;
  font-size: 20px;
  width: 60px;
  height: 55px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .topbar .navbar-nav > li > a,
  .topbar-simple .navbar-nav > li > a {
    padding-top: 25px;
    height: 70px;
  }
  .topbar .navbar-nav > li > a > i:first-child,
  .topbar-simple .navbar-nav > li > a > i:first-child {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .topbar .navbar-nav > li > a.important,
  .topbar-simple .navbar-nav > li > a.important {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topbar .navbar-nav > li > a.important > span,
  .topbar-simple .navbar-nav > li > a.important > span {
    display: none;
  }
  .topbar .navbar-nav > li > a.important > i.fa-chevron-up,
  .topbar-simple .navbar-nav > li > a.important > i.fa-chevron-up,
  .topbar .navbar-nav > li > a.important > i.fa-chevron-down,
  .topbar-simple .navbar-nav > li > a.important > i.fa-chevron-down {
    display: none;
  }
  .topbar .navbar-nav > li > a.important > i.img-flag,
  .topbar-simple .navbar-nav > li > a.important > i.img-flag {
    margin-right: 0;
  }
}
@media (max-width: 1299px) {
  .topbar .navbar-nav > li > a:not(.important),
  .topbar-simple .navbar-nav > li > a:not(.important) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topbar .navbar-nav > li > a:not(.important) > span,
  .topbar-simple .navbar-nav > li > a:not(.important) > span {
    display: none;
  }
  .topbar .navbar-nav > li > a:not(.important) > i.fa-chevron-up,
  .topbar-simple .navbar-nav > li > a:not(.important) > i.fa-chevron-up,
  .topbar .navbar-nav > li > a:not(.important) > i.fa-chevron-down,
  .topbar-simple .navbar-nav > li > a:not(.important) > i.fa-chevron-down {
    display: none;
  }
  .topbar .navbar-nav > li > a:not(.important) > i.img-flag,
  .topbar-simple .navbar-nav > li > a:not(.important) > i.img-flag {
    margin-right: 0;
  }
}
.topbar .dropdown-menu,
.topbar-simple .dropdown-menu {
  padding: 0;
  margin-top: 0 !important;
  border: none;
  box-shadow: none;
  font-size: 13px;
  border-radius: 0;
}
.topbar .dropdown-menu > li > a,
.topbar-simple .dropdown-menu > li > a {
  border-top: 1px solid;
  padding: 10px 10px;
}
.topbar .dropdown-menu.typeahead,
.topbar-simple .dropdown-menu.typeahead {
  padding-top: 19px;
}
.topbar .search,
.topbar-simple .search {
  /*width: 100%;*/
  padding-left: 0 !important;
  margin: 0;
}
@media (min-width: 768px) {
  .topbar .search,
  .topbar-simple .search {
    float: left;
    /*width: @topbar-search-width;*/
    padding-top: 10px;
    padding-left: 20px;
  }
}
.topbar .search input,
.topbar-simple .search input {
  display: block;
  width: 75%;
  margin: 5px auto;
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  box-sizing: content-box;
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: 0.3s;
  font-weight: normal;
}
@media (min-width: 768px) {
  .topbar .search input,
  .topbar-simple .search input {
    width: 190px !important;
  }
}
.topbar .search .autocompletecontainer,
.topbar-simple .search .autocompletecontainer {
  position: relative;
}
@media (min-width: 768px) {
  .topbar .search .autocompletecontainer,
  .topbar-simple .search .autocompletecontainer {
    padding-right: 30px;
  }
}
.topbar .search .autocompletecontainer .typeahead-loading,
.topbar-simple .search .autocompletecontainer .typeahead-loading {
  top: 4px;
}
.topbar .nav > li,
.topbar-simple .nav > li {
  display: inline-block;
}
.topbar .navbar-collapse,
.topbar-simple .navbar-collapse,
.topbar .navbar-form,
.topbar-simple .navbar-form {
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .topbar .navbar-collapse,
  .topbar-simple .navbar-collapse,
  .topbar .navbar-form,
  .topbar-simple .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .topbar .nav > li.dropdown.open,
  .topbar-simple .nav > li.dropdown.open {
    position: static;
  }
  .topbar .nav > li.dropdown.open .dropdown-menu,
  .topbar-simple .nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    position: absolute;
  }
  .topbar .dropdown-menu > li,
  .topbar-simple .dropdown-menu > li {
    display: table-row;
  }
}
.quickbar {
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-left: -15px;
  margin-top: -15px;
  padding-left: 15px;
  padding-right: 80px;
}
.quickbar a {
  line-height: 28px;
}
.quickbar ul {
  margin-bottom: 0;
}
.quickbar li {
  display: inline;
  margin-right: 10px;
}
span.quickbar-item {
  overflow: hidden;
  height: 0;
  line-height: 0;
  display: block;
}
@media (min-width: 992px) {
  body.sidebar-open > .wrapper {
    left: 230px;
  }
}
.wrapper {
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: all 200ms ease-out;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0;
  /*padding-top: 80px;*/
}
@media (min-width: 768px) {
  .wrapper {
    left: 80px;
    top: 70px;
  }
}
.wrapper .quickbar ~ .first-row {
  margin-top: 30px;
}
.wrapper-simple {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 55px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .wrapper-simple {
    top: 70px;
  }
}
.footer {
  position: relative;
  left: 0;
  right: 0;
  height: 45px;
  border-top: 2px solid;
}
.footer ul {
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 15px;
}
.footer ul li {
  float: left;
  margin-left: 15px;
}
.footer ul li a {
  text-decoration: none;
}
.content {
  padding-top: 15px;
  padding: 7.5px;
  padding-bottom: 0 !important;
  min-height: calc(100% - 45px);
}
@media (min-width: 768px) {
  .content {
    padding: 15px;
  }
}
.content-simple {
  min-height: calc(100% - 45px);
}
.history-container {
  width: 100%;
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: color 0.2s ease-in;
  border-top: 3px solid;
}
@media (min-width: 768px) {
  .history-container {
    width: 400px;
  }
}
.history-container a {
  text-decoration: none;
}
.history-container .left {
  position: absolute;
  left: 15px;
  width: 40px;
}
.history-container .left span {
  font-size: 34px;
  text-align: center;
}
.history-container .right {
  margin-left: 65px;
}
.history-container .right h3 {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
}
.history-container .right h4 {
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 0;
}
.history-container li:not(:first-child) {
  border-top: 1px solid;
}
.history-container li > a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact-image {
  max-height: 120px;
  height: auto;
  max-width: 100px;
  width: auto;
}
.login-panel:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .login-panel:first-child {
    margin-bottom: auto;
  }
}
.inbox-count {
  border: 1px solid;
  border-radius: 7px;
  display: inline-block !important;
  font-family: sans-serif;
  font-size: 8pt;
  height: 13px;
  min-width: 13px;
  padding: 0 2px;
  position: absolute;
  left: -4px;
  top: -4px;
}
.inbox-container {
  margin-top: 10px !important;
}
.inbox-container > .icon i {
  font-size: 28pt;
}
.inbox-header {
  margin-bottom: -5px;
}
.inbox-nodata {
  display: block;
  margin-top: 5px;
}
.scroll-to-top {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  bottom: -40px;
  right: 30px;
  cursor: pointer;
  z-index: 1001;
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transition: all ease .5s;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 20px;
}
.scroll-to-top.show {
  opacity: 0.75;
  bottom: 35px;
}
.agent-wrapper .media {
  margin-top: 0;
  height: 120px;
}
iframe.inbox-comment {
  width: 100%;
  border: none;
}
.panel-old {
  width: 100%;
}
.panel-old i {
  float: right;
}
ul.typeahead.dropdown-menu {
  width: auto !IMPORTANT;
}
.organizational-guideline {
  padding-top: 16px;
}
.organizational-guideline:first-child {
  padding-top: 0;
}
.organizational-guideline > .icon {
  padding: 2px 6px 0 0;
}
.organizational-guideline > .icon i {
  font-size: 36px;
}
.not-resizeable .note-resizebar {
  display: none;
}
h5.panel-subtitle.no-margin {
  margin-top: 0;
}
.comment {
  font-style: italic;
}
.modaldialog-body {
  overflow: hidden !important;
}
.modaldialog-backdrop {
  display: inherit !important;
}
.modaldialog-window-center > div.modal-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
ppc-datepicker {
  display: block;
  position: relative;
}
ppc-datepicker > input {
  cursor: text;
  line-height: normal !important;
  min-width: 150px;
}
ppc-timepicker > input {
  max-width: 100px;
}
uib-dropdown-menu.dropdown-menu,
ul[uib-dropdown-menu].dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.dropzone-processing {
  cursor: no-drop;
}
.dropzone-processing > *:nth-child(1n) {
  opacity: 0.5;
}
.dropzone-error .dz-preview.dz-file-preview * {
  cursor: not-allowed;
}
.dropzone-error .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(to bottom, #ff7777, #ff6666);
}
.dropzone-error .dz-preview.dz-file-preview .dz-error-mark {
  opacity: 1 !important;
}
ul.tree {
  list-style-type: none;
  padding-left: 24px;
}
ul.tree > li {
  position: relative;
}
ul.tree a {
  display: block;
  height: 22px;
}
ul.tree a.toggle {
  position: absolute;
  left: -24px;
}
dt {
  padding-top: 10px;
}
dt:first-child {
  padding-top: 0;
}
.structure-icon-status-active {
  opacity: 1;
}
.structure-icon-status-standby {
  opacity: 0.4;
}
.structure-icon-status-inactive {
  opacity: 0.4;
}
.structure-icon-status-notassigned {
  opacity: 0.65;
}
body.no-transition a {
  transition: none;
}
body.no-transition .history-container {
  transition: none;
}
body.no-transition .sidebar ul.navigation li a {
  transition: none;
}
@media (max-width: 767px) {
  .signature-pad-shown > nav.navbar,
  .signature-pad-shown footer.footer {
    display: none;
  }
  .signature-pad-shown .wrapper-simple,
  .signature-pad-shown .wrapper {
    top: 0;
  }
  .row.signature-root {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 9999;
  }
  .row.signature-root > .col-xs-12 {
    padding: 0;
  }
  .row.signature-root > .col-xs-12 > ppc-panel > div.panel {
    margin: 0;
  }
  .row.signature-root > .col-xs-12 > ppc-panel > div.panel h3.panel-title {
    padding: 0.25em;
  }
  .row.signature-root > .col-xs-12 > ppc-panel > div.panel div.panel-body {
    padding: .25em;
  }
  .row.signature-root .signature-buttons {
    display: flex;
    column-gap: .25em;
  }
  .row.signature-root .signature-buttons > button.btn {
    flex-grow: 1;
    padding: 0;
  }
}
.fixed-signature-pad > div {
  margin: 0 auto;
  max-width: 1564px;
}
.fixed-signature-image {
  width: 252px;
  height: 77px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
@media (min-width: 550px) {
  .fixed-signature-image {
    width: 502px;
    height: 152px;
  }
}
.fixed-signature-image.emtpy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
.signature-empty,
.signature-image,
.signature canvas {
  border-style: solid;
  border-width: 1px;
}
.signature-enabled {
  cursor: pointer;
}
.signature-disabled {
  cursor: default;
}
.signature-empty {
  height: 100px;
  padding-top: 40px;
  text-align: center;
}
.signature canvas {
  cursor: crosshair;
}
.pointer {
  cursor: pointer;
}
.settingsEmptyLogo {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.horizontal-separator {
  font-weight: bolder;
  position: relative;
  height: 16pt;
}
.horizontal-separator > hr {
  position: absolute;
  left: 0;
  top: 8pt;
  right: 0;
  margin: 0;
  border-width: 1pt;
}
.horizontal-separator > span::before,
.horizontal-separator > span::after {
  content: '\00a0';
}
.horizontal-separator > span {
  position: absolute;
  left: 5pt;
  top: 0;
  background-color: white;
}
.product-type-icon {
  max-height: 80px;
  height: auto;
  max-width: 800px;
  width: auto;
}
.iframe-container {
  min-height: 20px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
}
.input-label[disabled="disabled"] {
  cursor: not-allowed;
}
.info-popup {
  font-size: 14pt;
  line-height: 0;
  vertical-align: bottom;
}
.inline-search-control {
  display: flex;
}
.inline-search-control button {
  height: 100%;
}
.inline-search {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 5px;
}
.inline-search .table-responsive {
  border-top-style: double;
  margin: 10px -5px -5px -5px;
  overflow-x: visible;
  overflow-y: auto;
  max-height: 405px;
}
.inline-search .table {
  border-collapse: separate;
  position: relative;
  margin-bottom: 0;
}
.inline-search .table > thead {
  position: sticky;
  top: 0;
}
.inline-search .table > tbody:first-of-type td {
  border-top-style: none;
}
.inline-search .table a[role="button"] {
  display: block;
  text-decoration: none;
}
div.security-app-sections {
  margin: -0.5em 0;
}
div.security-app-sections > div {
  margin: 0.5em 0;
}
.security-app-setup .header {
  padding-bottom: 1.5em;
}
.security-app-setup .list {
  padding-left: 1.5em;
}
.security-app-setup .list .section > span.item::before {
  content: '•';
  display: inline-block;
  font-family: monospace;
  font-size: 16pt;
  margin-left: -0.5em;
  width: .75em;
}
.security-app-setup .list .section.done > span.item::before {
  content: '✓';
  color: #00aa00;
}
.security-app-setup .section {
  padding-bottom: 1em;
}
.security-app-setup .section.active {
  font-weight: bolder;
  font-size: 1.2em;
}
.security-app-setup .section.inactive {
  opacity: .33;
}
.inline-loader {
  align-items: center;
  display: flex;
}
.inline-loader > i {
  font-size: 2em;
}
.inline-loader > span {
  margin-left: .67em;
  font-size: 1.25em;
}
.security-code {
  font-size: 1.5em;
  font-weight: bolder;
}
.InputClear {
  align-items: center;
  display: flex;
  gap: 1px;
}
.InputClear > div {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  height: 40px;
  user-select: none;
  width: 40px;
}
.InputClear > div > div {
  font-size: 3em;
  margin-top: -0.33em;
  text-align: center;
}
input.form-control.Reset {
  transition: background-color 500ms, border-color 500ms;
}
@keyframes load {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.panel.panel-ips-primary {
  clear: both;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.panel-ips-primary {
  border: 1px solid;
}
.panel-ips-primary > .panel-heading {
  border-radius: 0;
  border-bottom: 1px solid;
  font-weight: normal;
  background: none;
  display: table;
  width: 100%;
  padding: 0;
}
.panel-ips-primary > .panel-heading a {
  text-decoration: none;
  outline: none;
}
.panel-ips-primary > .panel-heading h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px;
}
.panel-ips-primary > .panel-heading .btn-group {
  padding-top: 13px;
}
.panel-ips-primary > .panel-heading .panel-text {
  display: table-cell;
  width: 100%;
}
.panel-ips-primary > .panel-heading .panel-action {
  display: table-cell;
}
.panel-ips-primary > .panel-body,
.panel-ips-primary > .collapse > .panel-body {
  /*overflow-y: hidden;*/
  position: relative;
}
.panel-ips-primary > .panel-body.panel-body-xs,
.panel-ips-primary > .collapse > .panel-body.panel-body-xs {
  max-height: 150px;
}
@media (min-width: 768px) {
  .panel-ips-primary > .panel-body.panel-body-xs,
  .panel-ips-primary > .collapse > .panel-body.panel-body-xs {
    height: 150px;
  }
}
.panel-ips-primary > .panel-body.panel-body-sm,
.panel-ips-primary > .collapse > .panel-body.panel-body-sm {
  max-height: 275px;
}
@media (min-width: 768px) {
  .panel-ips-primary > .panel-body.panel-body-sm,
  .panel-ips-primary > .collapse > .panel-body.panel-body-sm {
    height: 275px;
  }
}
.panel-ips-primary > .panel-body.panel-body-md,
.panel-ips-primary > .collapse > .panel-body.panel-body-md {
  max-height: 400px;
}
@media (min-width: 768px) {
  .panel-ips-primary > .panel-body.panel-body-md,
  .panel-ips-primary > .collapse > .panel-body.panel-body-md {
    height: 400px;
  }
}
.panel-ips-primary > .panel-body.panel-body-lg,
.panel-ips-primary > .collapse > .panel-body.panel-body-lg {
  max-height: 530px;
}
@media (min-width: 768px) {
  .panel-ips-primary > .panel-body.panel-body-lg,
  .panel-ips-primary > .collapse > .panel-body.panel-body-lg {
    height: 530px;
  }
}
@media (min-width: 768px) {
  .panel-ips-primary > .panel-body.panel-body-lg-min,
  .panel-ips-primary > .collapse > .panel-body.panel-body-lg-min {
    min-height: 530px;
  }
}
.panel-ips-primary > .panel-body.panel-body-auto,
.panel-ips-primary > .collapse > .panel-body.panel-body-auto {
  height: auto;
}
.panel-ips-primary > .panel-body.no-horizontal-margin,
.panel-ips-primary > .collapse > .panel-body.no-horizontal-margin {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .panel-ips-primary > .panel-body.no-xs-margin,
  .panel-ips-primary > .collapse > .panel-body.no-xs-margin {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.panel-loader {
  font-size: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 65px);
  width: 100px;
  position: relative;
}
.panel-saver {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.panel-saver .saver-wrapper {
  position: relative;
  height: 100%;
}
.panel-saver .saver-content {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 64px);
  width: 100%;
}
.panel-saver .saver-content i {
  font-size: 100px;
}
.panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999999999999999;
}
.panel-overlay.overlay-visible {
  display: block !important;
}
.panel-overlay .overlay-wrapper {
  position: relative;
  height: 100%;
}
.panel-overlay .overlay-content {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 64px);
  width: 100%;
}
.panel-overlay .overlay-content i {
  font-size: 100px;
}
.panel-ips-secondary {
  border: 1px solid;
  margin-bottom: 26px;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .panel-ips-secondary {
    border-left: none;
    border-right: none;
  }
}
.panel-ips-secondary .panel-heading a {
  text-decoration: none;
  outline: none;
}
.panel-ips-secondary .panel-heading h4 {
  font-size: 14px;
  font-weight: 400;
}
.panel-ips-secondary .panel-heading h4 i {
  float: right;
}
.panel-ips-secondary .panel-body {
  border-top: none !important;
}
@media (max-width: 767px) {
  .panel-ips-secondary .panel-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.btn {
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  border-width: 1px;
  border-style: solid;
}
.btn,
.btn:focus,
.btn:active:focus {
  outline: none;
}
.input-group-btn > .btn {
  line-height: 26px;
}
.control-label {
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 13px;
  line-height: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .control-label {
    text-align: left !important;
  }
}
.control-label.radio {
  margin-top: 0;
}
label {
  font-weight: 300;
}
.checkbox label,
.radio label {
  font-weight: 300;
}
.checkbox.no-label,
.radio.no-label {
  margin-top: 0;
}
.checkbox-title-text label,
.radio-title-text label {
  font-weight: 400;
}
.checkbox-title-text span,
.radio-title-text span {
  padding-left: 20px;
  display: block;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal .checkbox {
  letter-spacing: 0.25px;
  font-size: 13px;
}
.form-horizontal .checkbox label {
  line-height: 20px;
  font-weight: 300;
}
.form-horizontal .checkbox.fullheight {
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .form-horizontal .checkbox.fullheight {
    padding-top: 25px;
  }
}
.form-horizontal .input-group[class*="col-"] {
  float: inherit;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.has-error .form-control:focus {
  box-shadow: none;
}
.form-group.has-success .form-control:focus {
  box-shadow: none;
}
.form-group .form-control.radiogroup {
  background: none;
  border: none;
  padding-left: 0;
  float: inherit;
}
.form-group .form-control.radiogroup > label {
  font-weight: normal;
  margin-left: 25px;
  margin-right: 5px;
}
.form-group .form-control.radiogroup > label > input[type="radio"] {
  margin-right: 5px;
}
.form-group .form-control.radiogroup > label:first-child {
  margin-left: 5px;
  margin-right: 5px;
}
input[type="number"] {
  text-align: right !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin-left: 5px;
}
/* Hide HTML5 Up and Down arrows. 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}*/
.radio-inline {
  margin-top: 0px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: -5px;
}
.form-control {
  border-radius: 0 !important;
  box-shadow: none;
  font-weight: 300;
  /*line-height: 40px;*/
  height: 40px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.textarea {
  height: 100px;
  resize: none;
}
.form-control.placeholder {
  background: none;
  border: none;
}
.btn-group.taller {
  height: 45px;
}
.btn-group.small .btn {
  padding: 3px 5px;
}
.btn-group .btn.selected,
.btn-group .btn:focus.selected {
  cursor: default;
}
.btn-group .btn.selected.disabled,
.btn-group .btn:focus.selected.disabled {
  opacity: 1;
}
.typeahead-loading,
.reset-control {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 7px;
  font-size: 24px;
}
.typeahead-loading {
  z-index: 2;
}
.reset-control {
  cursor: pointer;
  opacity: 0.3;
  z-index: 3;
}
.reset-control:hover {
  opacity: 1;
}
.inline-edit-controls {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  font-size: 24px;
}
.inline-edit-controls > *:nth-child(1n) {
  padding: 7px 3px;
  margin-right: 3px;
  cursor: pointer;
  opacity: 0.3;
}
.inline-edit-controls > *:nth-child(1n):hover {
  opacity: 1;
}
.inline-edit-controls > *:first-child {
  padding-left: 7px;
}
.inline-edit-controls > *:last-child {
  padding-right: 7px;
  margin-right: 0;
}
.input-group-addon {
  border-radius: 0;
}
.note-editable > * {
  all: initial;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 11pt;
}
.note-editable > * .MsoNormal {
  margin: 0;
}
.widget {
  position: relative;
  padding: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 10px;
}
.widget-stats .left {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 93px;
  bottom: 3px;
  border-radius: 2px;
  font-size: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-stats .left {
    width: 81px;
  }
}
.widget-stats .left i {
  vertical-align: middle;
  line-height: 87px;
}
@media (min-width: 992px) {
  .widget-stats .left i {
    line-height: 81px;
  }
}
.widget-stats .right {
  padding-top: 5px;
  padding-left: 105px;
}
@media (min-width: 992px) {
  .widget-stats .right {
    padding-left: 95px;
  }
}
.widget-stats .right h3 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .widget-stats .right h3 {
    font-size: 20px;
  }
}
.widget-stats .right h4 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .widget-stats .right h4 {
    font-size: 14px;
  }
}
.widget-stats .right h4:last-child {
  margin-bottom: 10px;
}
.widget-stats.short .left {
  width: 73px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .widget-stats.short .left {
    width: 61px;
  }
}
.widget-stats.short .left i {
  line-height: 67px;
}
@media (min-width: 992px) {
  .widget-stats.short .left i {
    line-height: 61px;
  }
}
.widget-stats.short .right {
  padding-left: 85px;
}
@media (min-width: 992px) {
  .widget-stats.short .right {
    padding-left: 75px;
  }
}
.widget-advertising > img {
  margin: auto;
}
.widget-quicklinks {
  padding: 10px;
}
.widget-wizard .plus {
  text-align: center;
  vertical-align: middle;
}
.widget-wizard .plus > i {
  width: 80px;
  border-radius: 2px;
  line-height: 80px;
  font-size: 64px;
}
.widget-wizard .title {
  text-align: center;
}
.widget-wizard .title > h3 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.row {
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0;
}
.linechart-cursor-fill {
  /* Chart Cursor Bereich */
  fill-opacity: 0.25;
  stroke: none;
}
.linechart-cursor-line {
  /* Chart Cursor Linie */
  fill: none;
  stroke-width: 1;
  stroke-opacity: 0.75;
}
.linechart-cursor-selection {
  fill-opacity: 0.25;
  stroke-width: 1;
  stroke-opacity: 0.75;
}
.linechart-axis-fill {
  fill-opacity: 0.1;
  stroke-opacity: 0.0;
}
.linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill-opacity: 0.75;
  stroke-opacity: 1;
  stroke-width: 1;
}
.linechart-graph-performanceline .linechart-graph-fill,
.linechart-graph-performancelineall .linechart-graph-fill,
.linechart-graph-indexline .linechart-graph-fill,
.linechart-graph-goldline .linechart-graph-fill {
  fill-opacity: 0.33;
}
.linechart-balloon-bg-performanceline,
.linechart-balloon-bg-performancelineall,
.linechart-balloon-bg-indexline,
.linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill-opacity: 0.75;
  stroke-opacity: 1;
  stroke-width: 1;
}
.linechart-graph-volumeline .linechart-graph-fill,
.linechart-graph-volumelineall .linechart-graph-fill {
  fill-opacity: 0.33;
}
.linechart-balloon-bg-volumeline,
.linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill-opacity: 0.75;
  stroke-opacity: 1;
  stroke-width: 1;
}
.linechart-graph-vergleich .linechart-graph-fill {
  fill-opacity: 0.33;
}
.linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill-opacity: 0.75;
  stroke-opacity: 1;
  stroke-width: 1;
}
.piechart-balloon-bg {
  /* Tooltip Balloon */
  fill-opacity: 0.9;
  stroke-opacity: 1;
  stroke-width: 1;
}
.piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke-width: 0.25pt;
  stroke-opacity: 0.25;
}
.portfoliochart .chartimage {
  height: 250px;
  margin-bottom: 10px;
}
.portfoliochart .chartimage.short {
  height: 230px;
}
.linechart > div {
  position: relative;
}
.linechart .chartimage {
  height: 205px;
  margin-bottom: 10px;
}
.linechart .chartimage.short {
  height: 185px;
}
.linechart.details .chartimage {
  height: 400px;
  margin-bottom: 10px;
}
.linechart.product-prices .chartimage {
  height: 365px;
  margin-bottom: 10px;
}
.linechart > .charttitle {
  margin-bottom: 5px;
  position: relative;
  height: 22px;
}
.linechart > .charttitle > span {
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  right: 16px;
  left: 5px;
  position: absolute;
}
.no-data .linechart .chartimage {
  height: 250px;
  margin-bottom: 10px;
}
.no-data .btn-group,
.no-data .details-link {
  display: none;
}
.chartcontainer {
  position: relative;
}
.chartloader {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.chartloader > div {
  position: absolute;
  font-size: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 65px);
  width: 100px;
}
.minichart-wrapper {
  position: relative;
  height: 100%;
}
.minichart-wrapper .minichart-item .minichart-chart > .charttitle {
  height: 22px;
  position: relative;
}
.minichart-wrapper .minichart-item .minichart-chart > .charttitle > span {
  font-weight: 400;
  left: 5px;
  overflow: hidden;
  position: absolute;
  right: 16px;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.minichart-wrapper .minichart-item .minichart-chart > .charttitle > a {
  line-height: 20px;
  position: absolute;
  right: 0;
}
.minichart-wrapper .minichart-item .minichart-chart .chartimage {
  height: 150px;
  margin-bottom: 10px;
}
.minichart-wrapper .minichart-item div.minichart-table {
  display: table;
  width: 100%;
}
.minichart-wrapper .minichart-item div.minichart-table > div:first-child {
  display: table-row;
}
.minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  display: table-cell;
  padding: 3px;
}
.minichart-wrapper .minichart-item div.minichart-table > div:first-child > div > span {
  font-weight: 400;
}
.minichart-wrapper .minichart-item div.minichart-table > div {
  display: table-row;
}
.minichart-wrapper .minichart-item div.minichart-table > div > div {
  display: table-cell;
  padding: 0 3px;
}
.minichart-wrapper .minichart-item div.minichart-table > div > div > span {
  font-weight: 400;
}
.watchlist-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .watchlist-wrapper {
    padding: 15px;
  }
}
.watchlist-wrapper .watchlist-chart > .charttitle {
  margin-bottom: 5px;
  position: relative;
  height: 22px;
}
.watchlist-wrapper .watchlist-chart > .charttitle > span {
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  right: 16px;
  left: 5px;
  position: absolute;
}
.watchlist-wrapper .watchlist-chart > .charttitle > a {
  float: right;
  padding-right: 5px;
}
.watchlist-wrapper .watchlist-chart .chartimage {
  height: 200px;
  margin-bottom: 10px;
}
.watchlist-wrapper .watchlist-table {
  overflow-y: hidden;
}
.watchlist-wrapper .watchlist-table tr[onclick] {
  cursor: pointer;
}
.panel-topnews {
  min-height: 180px;
}
.topnews-wrapper {
  position: relative;
}
.topnews-wrapper .topnews-item .news-image {
  float: left;
  margin: 0 10px 5px 0;
}
.topnews-wrapper .topnews-item h4 {
  margin-top: 0;
}
.news-wrapper {
  position: relative;
  height: 100%;
}
.news-wrapper h5 {
  margin: 0;
}
.news-image {
  max-width: 96px;
  max-height: 120px;
}
.table > thead > tr > th[rowspan],
.table > tbody > tr > td[rowspan] {
  vertical-align: middle;
}
.table > tbody > tr > td.break {
  word-break: break-word;
}
.table > tfoot.sum > tr > td {
  border-top-width: 3px;
  border-top-style: double;
}
.table .numeric,
.table .date,
.table .right {
  text-align: right;
}
.table span.structure-depth-0 {
  margin-left: 0px;
}
.table span.structure-depth-1 {
  margin-left: 10px;
}
.table span.structure-depth-2 {
  margin-left: 20px;
}
.table span.structure-depth-3 {
  margin-left: 30px;
}
.table span.structure-depth-4 {
  margin-left: 40px;
}
.table span.structure-depth-5 {
  margin-left: 50px;
}
.table span.structure-depth-6 {
  margin-left: 60px;
}
.table span.structure-depth-7 {
  margin-left: 70px;
}
.table span.structure-depth-8 {
  margin-left: 80px;
}
.table span.structure-depth-9 {
  margin-left: 90px;
}
.table span.structure-depth-10 {
  margin-left: 100px;
}
.table span.structure-depth-11 {
  margin-left: 110px;
}
.table span.structure-depth-12 {
  margin-left: 120px;
}
.table span.structure-depth-13 {
  margin-left: 130px;
}
.table span.structure-depth-14 {
  margin-left: 140px;
}
.table span.structure-depth-15 {
  margin-left: 150px;
}
.table span.structure-depth-16 {
  margin-left: 160px;
}
.table span.structure-depth-17 {
  margin-left: 170px;
}
.table span.structure-depth-18 {
  margin-left: 180px;
}
.table span.structure-depth-19 {
  margin-left: 190px;
}
.table span.structure-depth-20 {
  margin-left: 200px;
}
.table span.structure-depth-21 {
  margin-left: 210px;
}
.table span.structure-depth-22 {
  margin-left: 220px;
}
.table span.structure-depth-23 {
  margin-left: 230px;
}
.table span.structure-depth-24 {
  margin-left: 240px;
}
.table span.structure-depth-25 {
  margin-left: 250px;
}
.table span.structure-depth-26 {
  margin-left: 260px;
}
.table span.structure-depth-27 {
  margin-left: 270px;
}
.table span.structure-depth-28 {
  margin-left: 280px;
}
.table span.structure-depth-29 {
  margin-left: 290px;
}
.table .center {
  text-align: center;
}
.table .middle {
  vertical-align: middle !important;
}
.table .sum,
.table .group {
  font-weight: bold;
}
.table .selected-row td {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.table > tbody + tbody {
  border-top: inherit;
}
.table > tbody.hidden-row {
  display: none;
}
.table > tbody.subrow {
  font-style: italic;
}
.table > tbody.subrow td.indented {
  padding-left: 20px;
}
.table > tbody.inactive {
  font-style: italic;
}
.table .icons {
  text-align: center;
  width: 24pt;
  white-space: nowrap;
}
.table-ellipsis td {
  max-width: 0;
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination {
  margin: 0;
}
.modal-content {
  border-radius: 0;
}
.sceditor-container {
  width: 100% !important;
}
.sceditor-container > iframe {
  width: calc(100% - 10px) !important;
}
.sceditor-container > textarea {
  width: calc(100% - 10px) !important;
  font-weight: normal;
}
.sceditor-button {
  text-indent: 0 !important;
}
.sceditor-button:hover {
  text-decoration: none;
}
.sceditor-button div {
  background-image: none;
  text-align: center;
}
.sceditor-button div:before {
  font: normal 10pt / normal FontAwesome;
}
.sceditor-button-bold div:before {
  content: "\f032";
}
.sceditor-button-italic div:before {
  content: "\f033";
}
.sceditor-button-underline div:before {
  content: "\f0cd";
}
.sceditor-button-subscript div:before {
  content: "\f12c";
}
.sceditor-button-superscript div:before {
  content: "\f12b";
}
.sceditor-button-size div:before {
  content: "\f034";
}
.sceditor-button-removeformat :before {
  content: "\f12d";
}
.sceditor-button-left div:before {
  content: "\f036";
}
.sceditor-button-center div:before {
  content: "\f037";
}
.sceditor-button-right div:before {
  content: "\f038";
}
.sceditor-button-justify div:before {
  content: "\f039";
}
.sceditor-button-orderedlist div:before {
  content: "\f0cb";
}
.sceditor-button-bulletlist div:before {
  content: "\f0ca";
}
.sceditor-button-table div:before {
  content: "\f0ce";
}
.sceditor-button-horizontalrule div:before {
  content: "\f068	";
}
.sceditor-button-image div:before {
  content: "\f03e";
}
.sceditor-button-email div:before {
  content: "\f003";
}
.sceditor-button-link div:before {
  content: "\f0c1";
}
.sceditor-button-unlink div:before {
  content: "\f127";
}
.sceditor-button-source div:before {
  /*content: "\f0f6";*/
  content: "\f121";
}
.slick-slider {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
.slick-slider.slick-vertical {
  margin-left: 0;
  margin-right: 0;
}
.slick-initialized .slick-slide {
  outline: none;
}
.slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\f053';
}
[dir='rtl'] .slick-prev:before {
  content: '\f054';
}
.slick-next:before {
  content: '\f054';
}
[dir='rtl'] .slick-next:before {
  content: '\f053';
}
.uib-datepicker-popup table {
  outline: none;
}
.uib-datepicker-popup > .uib-button-bar .btn-info,
.uib-datepicker-popup > .uib-button-bar .btn-danger,
.uib-datepicker-popup > .uib-button-bar .btn-success {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.uib-datepicker-popup > .uib-button-bar .btn-info:active,
.uib-datepicker-popup > .uib-button-bar .btn-info:focus,
.uib-datepicker-popup > .uib-button-bar .btn-info:hover,
.uib-datepicker-popup > .uib-button-bar .btn-danger:active,
.uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
.uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
.uib-datepicker-popup > .uib-button-bar .btn-success:active,
.uib-datepicker-popup > .uib-button-bar .btn-success:focus,
.uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  outline: none;
}
.uib-datepicker-popup > .uib-button-bar .btn-success.uib-close {
  display: none;
}
.uib-daypicker,
.uib-monthpicker,
.uib-yearpicker {
  outline: none;
}
.uib-daypicker table,
.uib-monthpicker table,
.uib-yearpicker table {
  margin: 0 9px;
}
.uib-daypicker table > thead .btn-default,
.uib-monthpicker table > thead .btn-default,
.uib-yearpicker table > thead .btn-default {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.uib-daypicker table > thead .btn-default:active,
.uib-monthpicker table > thead .btn-default:active,
.uib-yearpicker table > thead .btn-default:active,
.uib-daypicker table > thead .btn-default:focus,
.uib-monthpicker table > thead .btn-default:focus,
.uib-yearpicker table > thead .btn-default:focus,
.uib-daypicker table > thead .btn-default:hover,
.uib-monthpicker table > thead .btn-default:hover,
.uib-yearpicker table > thead .btn-default:hover {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  outline: none;
}
.uib-daypicker table > thead > tr > th,
.uib-monthpicker table > thead > tr > th,
.uib-yearpicker table > thead > tr > th {
  padding-bottom: 5px;
}
.uib-daypicker table > thead > tr > th:first-child,
.uib-monthpicker table > thead > tr > th:first-child,
.uib-yearpicker table > thead > tr > th:first-child {
  padding-right: 2px;
}
.uib-daypicker table > thead > tr > th:last-child,
.uib-monthpicker table > thead > tr > th:last-child,
.uib-yearpicker table > thead > tr > th:last-child {
  padding-left: 2px;
}
.uib-daypicker table > tbody > tr:last-child > .uib-year,
.uib-monthpicker table > tbody > tr:last-child > .uib-year,
.uib-yearpicker table > tbody > tr:last-child > .uib-year {
  border-width: 0 1px 0 0;
}
.uib-daypicker table > tbody > tr:last-child > .uib-year:last-child,
.uib-monthpicker table > tbody > tr:last-child > .uib-year:last-child,
.uib-yearpicker table > tbody > tr:last-child > .uib-year:last-child {
  border-width: 0;
}
.uib-day,
.uib-month,
.uib-year {
  border-style: solid;
  border-width: 0 1px 1px 0;
  /* Disabled buttons */
}
.uib-day:last-child,
.uib-month:last-child,
.uib-year:last-child {
  border-width: 0 0 1px 0;
}
.uib-day > .btn,
.uib-month > .btn,
.uib-year > .btn {
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
}
.uib-day > .btn-default[disabled],
.uib-month > .btn-default[disabled],
.uib-year > .btn-default[disabled] {
  opacity: 1;
  /* Disabled buttons text other months */
}
.uib-day > .btn-default[disabled] > .text-muted,
.uib-month > .btn-default[disabled] > .text-muted,
.uib-year > .btn-default[disabled] > .text-muted {
  opacity: 1;
}
.uib-day > .btn-default[disabled]:active,
.uib-month > .btn-default[disabled]:active,
.uib-year > .btn-default[disabled]:active,
.uib-day > .btn-default[disabled]:focus,
.uib-month > .btn-default[disabled]:focus,
.uib-year > .btn-default[disabled]:focus,
.uib-day > .btn-default[disabled]:hover,
.uib-month > .btn-default[disabled]:hover,
.uib-year > .btn-default[disabled]:hover {
  opacity: 1;
}
.uib-day > .btn-default[disabled]:active > .text-muted,
.uib-month > .btn-default[disabled]:active > .text-muted,
.uib-year > .btn-default[disabled]:active > .text-muted,
.uib-day > .btn-default[disabled]:focus > .text-muted,
.uib-month > .btn-default[disabled]:focus > .text-muted,
.uib-year > .btn-default[disabled]:focus > .text-muted,
.uib-day > .btn-default[disabled]:hover > .text-muted,
.uib-month > .btn-default[disabled]:hover > .text-muted,
.uib-year > .btn-default[disabled]:hover > .text-muted {
  opacity: 1;
}
.modal-backdrop.in {
  display: none;
}
.modal-open {
  overflow: auto;
}
.note-editor .modal {
  position: relative;
  width: 100%;
  padding-right: 0 !important;
}
.note-editor .modal .modal-content {
  box-shadow: none;
  border: none;
}
.note-editor .modal .modal-dialog {
  margin: 0;
  width: auto;
}
.note-editor .modal h4 {
  font-size: 16px;
}
.note-editor .modal label {
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 13px;
  line-height: 15px;
}
.timepicker.dropdown-menu {
  padding: 0 4px;
}
.timepicker.dropdown-menu button {
  outline: none;
  border: 0;
}
.timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.wizard-form h1,
.wizard-form .h1,
.wizard-form h2,
.wizard-form .h2,
.wizard-form h3,
.wizard-form .h3,
.wizard-form h4,
.wizard-form .h4,
.wizard-form h5,
.wizard-form .h5,
.wizard-form h6,
.wizard-form .h6 {
  margin-top: 0;
}
.wizard-form .wizard-controls button {
  margin-top: 20px;
}
.wizard-form .chartloader {
  display: none;
}
.wizard-form .radio-inline,
.wizard-form .checkbox-inline {
  margin-left: 0;
}
.wizard-form .radio-inline label,
.wizard-form .checkbox-inline label {
  padding-right: 20px;
  padding-left: 0;
}
.wizard-form .pad-left {
  padding-left: 20px;
}
.progress-wizard {
  margin-top: 17px;
  margin-right: 17px;
}
.progress-wizard .progress {
  background-color: white;
}
.progress-wizard .progress-bar:not(:last-child) {
  border-right: 1px solid #DDD;
}
.progress-wizard .progress-bar-lighter {
  opacity: 0.7;
}
.progress-wizard .progress-bar-transparent {
  background-color: transparent !important;
}
.progress-wizard a {
  display: block;
  min-width: 20px;
  text-align: center;
  margin-right: 1px;
  margin-left: 1px;
  line-height: 20px;
  vertical-align: middle;
}
.progress-wizard a[disabled="disabled"] {
  cursor: not-allowed;
}
.progress-wizard a[disabled="disabled"] i {
  color: grey;
}
.progress-wizard a[disabled="disabled"] svg {
  fill: grey;
}
