body {
  margin: 0;
  min-width: 320px;
}
.webappslauncher-body {
  margin: 0;
  min-width: 320px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.webappslauncher-body2 {
  width: 100%;
  height: 100%;
}
.webappslauncher-body2:before {
  content: '';
  float: left;
  height: 100%;
}
#app {
  position: relative;
  width: 100%;
}
#app:after {
  content: '';
  display: block;
  clear: both;
}
.webappslauncher-download-card {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  max-width: 900px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .webappslauncher-download-card {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.webappslauncher-download-title-description {
  flex-grow: 1;
}
.webappslauncher-download-card > *:not(:last-child) {
  margin-right: 15px;
}
.webappslauncher-download-card > * {
  margin-bottom: 10px;
}
.webappslauncher-download-card h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.webappslauncher-download-card-package {
  color: #ADAFB1;
  padding-bottom: 0px;
}
.webappslauncher-download-description {
  font-size: small;
  line-height: 1.5;
}
.webappslauncher-btn-noleftmargin {
  padding-left: 0;
}
.webappslauncher-download-icon-size {
  height: 48px;
  width: 48px;
}
.webappslauncher-download-button-size {
  height: 34px;
  width: 91px;
}
.webappslauncher-launch-card {
  cursor: pointer;
}
.webappslauncher-title {
  margin-bottom: 5px;
}
.webappslauncher-text-small-gaps {
  padding-top: 10px;
}
.webappslauncher-text-small-gaps .esko_infotext {
  padding-top: 0;
  padding-bottom: 0;
}
.webappslauncher-pagecontainer {
  top: 1px !important;
}
.esko_fixedwidthcolumn ul.webappslauncher-page-sidebar-list {
  margin-top: 53px;
}
.webappslauncher-identifier-text-margin {
  margin-left: 7px;
}
.webappslauncher-tab-stretch-component {
  flex-grow: 1;
  flex-basis: 0;
}
.webappslauncher-pagecontainer-nopadding {
  min-width: 320px;
  flex: 1 1 0%;
  overflow-y: auto;
  max-width: 2500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.esko_fullpagecontainer.webappslauncher-clientapps-page {
  top: 1px;
}
.webappslauncher-scroll-container {
  position: absolute;
  top: 57px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
}
.webappslauncher-stretch-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.token_tableaction {
  opacity: 1 !important;
}
.token_status {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.sa-usage-link-moreinfo {
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline !important;
}
.sa-usage-optin-moreinfolayout {
  max-width: 700px;
}
.sa-usage-buttonlayout {
  margin-top: 30px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sa-eskoid-signin-usernamepassword {
  max-width: 500px;
  padding-left: 50px;
  padding-right: 50px;
}
.sa-eskoid-forgotpassword,
.sa-eskoid-createaccount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.webappslauncher-appslist > .webappslauncher-webapp {
  margin: 40px !important;
}
.webappslauncher-webapp,
.webappslauncher-webapp:hover,
.webappslauncher-webapp:focus {
  text-decoration: none;
}
.webappslauncher-webapp:hover span {
  font-weight: bold;
}
.webappslauncher-appslist {
  justify-content: space-around;
  max-width: 1000px;
  height: 100%;
  margin: auto;
}
.webappslauncher-title {
  color: #ADAFB1;
}
.webappslauncher-valid-icon {
  color: #5EB242;
}
.webappslauncher-identifier-icon.glyphicon.glyphicon-ok-sign {
  color: #5EB242;
}
.webappslauncher-identifier-icon.glyphicon.glyphicon-remove-sign {
  color: #F54000;
}
.common_statusbar-right {
  flex-grow: 1;
}
.aetodoshowall {
  flex-shrink: 0;
}
.aetododownloadfile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 8px;
}
.aetododownloadfile:last-child {
  padding-bottom: 12px;
}
.aetododownloadfile > * {
  margin-right: 15px;
}
.aetododownloadfile > *:last-child {
  margin-right: 0;
}
.aetododownloadfile > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aetododownloadfileicon {
  margin-top: 1px;
  margin-bottom: -1px;
}
/*
.aetodomessage .control-label {
  vertical-align: top;
  padding-top: 8px;
}
*/
.aetodoproductlink {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
  padding-bottom: 12px;
}
.aetodohandlingforward {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.aetodohandlingforward-btn-inline {
  margin-left: default;
}
@media screen and (min-width: 768px) {
  .aetodohandlingforward {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .aetodohandlingforward-btn-inline {
    margin-left: 40px;
    margin-top: 6px;
  }
}
.aetodoforward-icon {
  margin-right: 5px;
}
.aetodoforward-dlg-title > h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aetododescription-field .esko_infotext {
  position: relative;
  top: -6px;
  line-height: 1;
  font-size: small;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 12px;
}
.aetodoparameterlink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 8px;
  padding-bottom: 12px;
}
.aetodoparameterlink > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aetasklink-disabled {
  pointer-events: none;
}
.aetodoparametersedit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.aetodoparametersedit-btn-inline {
  margin-left: 40px;
  margin-top: 6px;
}
.aetodoparametersedit h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.aetodoparameter-label {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aeuserselection-searchfield-inline {
  margin-bottom: 16px;
}
.aeuserselection-tablecontainer {
  height: 372px;
}
.aeuserselection-table {
  max-height: 372px;
}
body.esko_ui_small .aetodoseparator {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aetodoseparator {
  border-top-color: #e1e1e1;
}
.aetodoparameter-placeholderlabel {
  color: #424B53;
}
.aetasklink-disabled {
  color: #b4b4b4 !important;
}
/*# sourceMappingURL=style.css.map */