﻿
:root {

  --graphit: #323c47;
  --white: #ffffff;
  --blue-dark: #4da1ff;
  --dark-blue: #2778d3;
  --blue-normal: #72bdff;
  --blue-light: #e0eefd;
  --blue-super-light: #f5faff;
  --grey-dark: #708195;
  --grey-normal: #98abbf;
  --grey-light: #c6d5e1;
  --grey-super-light: #e7eff6;
  --orange-normal: #ee8c00;
  --orange-light: #ffe8c4;
  --red: #ff4f4f;
  --very-light-pink: #ffdcdc;
  --dark-green: #2b8b4f;
  --green: #53d484;
  --light-green: #cbf2da;
  --neutral-70: #708195;
  --neutral-80: #495766;
  --neutral-dark: #323c47;
  --solid-neutral-white: #ffffff;
  --blue-50: #4da1ff;
  --blue-70: #2778d3;
  --blue-40: #72bdff;
  --blue-20: #e0eefd;
  --list-hover: #f5faff;
  --solid-neutral-grey-70: #708195;
  --solid-neutral-grey-50: #98abbf;
  --solid-neutral-grey-40: #c6d5e1;
  --solid-neutral-grey-30: #e7eff6;
  --border-orange-normal: #ee8c00;
  --secondary-orange-20: #ffe8c4;
  --secondary-red-no: #ff4f4f;
  --secondary-red-20: #ffdcdc;
  --secondary-green-70: #2b8b4f;
  --secondary-green-50: #53d484;
  --light-green: #cbf2da;
  --pale-grey: #f4f8f9;
  --solid-neutral-white: #ffffff;
  --blue-10: #f5faff;
  --secondary-red-50: #ff4f4f;
  --secondary-orange-50: #ee8c00;
  --purple-light: #F3E7FF;
  --purple: #B164D1;
  --body: #f4f8f9;
}
[v-cloak] {
    display: none;
}


.ah-iblock {
    display:inline-block !important; 
}

.ah-block {
    display:block !important;
}

.ah-cursor-pointer {
    cursor:pointer;
}
.ah-cursor-default {
    cursor:default;
}

.ah-popup-background {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

.ah-alert-popup {
    z-index: 99;
}
.ah-popup {
    max-width: 550px;
    min-width: 450px;
    max-height: calc(85vh);
    min-height: 150px;
    opacity: 1;
    background-color: #fefefe;
    padding: 40px 30px 30px;
    /*padding-top: 24px;*/
    margin: auto;
    border-radius: 4px;
    font-size: 12px;
}

    .ah-popup input {
        cursor:pointer;
        min-width: 50px;
    }
    .ah-popup input:disabled {
        color:gray;
        cursor:default;
    }
.ah-popup-h1 {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: var(--graphit);
    margin-bottom: 8px;
    font-family: Poppins;
}

.ah-popup-h2 {
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    color: var(--graphit);
    font-family: Poppins;
}
.ah-popup-h22 {
  height: 19px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
}
.ah-popup-text {
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  overflow-x: auto;
}

.ah-popup-error-text {
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--red);
  overflow-x: auto;
}
.ah-popup-not-show-checkbox {
    min-width: 0 !important;
    margin-top: 13px;
    display: inline-block;
}

.ah-popup-not-show-text {
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;

}

.ah-popup-buttons {
    text-align: right;
    margin-top: 30px;
}

.ah-popup-buttons .ah-button {
    min-width: 140px;
    margin-left:20px;
}

.ah-popup input[type="textbox"], .ah-popup input[type="password"]  {
    width: 100%;
    display: inline-block;
    padding: 9px 12px 8px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--graphit);
    height: 36px;
    border-radius: 4px;
    border: solid 1px #e5eff7;
}

.ah-alert {
    min-height: 70px;
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 4px;

}

.ah-alert-title {
    font-weight: bold;
    padding: 0 12px;
    font-size: 12px;
    text-align: left;
}
.ah-alert-msg {
    padding: 12px;
    min-width: 250px;
    font-size: 11px;
   text-align: left;
}
.ah-alert-error {
    color: red;
    font-size: 12px;
}
.ah-alert-button {
    text-align: right;
    padding: 12px;
}
.ah-body {
  background-color: #f4f8f9;
  height: calc(100vh - 108px);
  padding: 30px;
}


.ah-white-block {
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--white);
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}


.ah-small-button {
  height: 26px;
  border-radius: 2px;
  
  font-family: Poppins;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
 

  padding: 5px 17px;
  cursor:pointer;
}

.ah-button {
    height: 45px;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 21px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}


.ah-primary {
     background-color: var(--blue-dark);
     color: var(--white);
}
.ah-primary:hover {
     background-color: var(--dark-blue);
}

.ah-primary-disabled, .ah-primary-disabled:hover {
    background-color: var(--grey-light);
    color: var(--grey-dark);
    cursor: default;
}

.ah-green {
     background-color: var(--green);
     color: var(--white);
}
.ah-green:hover {
     background-color: var(--dark-green);
}

.ah-green-disabled, ah-green-disabled:hover {
     background-color: var(--green) !important;
     opacity: 0.5;
     color: var(--white);
     cursor: default;
}


.ah-secondary {
  border: solid 1px var(--blue-normal);
  color: var(--blue-dark);
}

.ah-secondary:hover {
   background-color : var(--blue-light);
}

.ah-secondary-disabled, .ah-secondary-disabled:hover {
  border: solid 1px #798fa7;
  color: var(--grey-dark);
  cursor: default;
  background-color : none;
}
.ah-secondary-disabled-light, .ah-secondary-disabled-light:hover {
  border: solid 1px var(--grey-light);
  color: var(--grey-light);
  cursor: default;
  background-color :unset;
}
.ah-secondary-red {
  padding: 5px 8px;
  border: solid 1px var(--red);
  color: var(--red);
}

.ah-txt11-red {
  font-family: Poppins;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  overflow: hidden;
  display: inline-block;
  color: var(--red);
}

.ah-secondary-red:hover {
  background-color: var(--very-light-pink);
}

.ah-secondary-red-disabled {
    border: solid 1px var(--red);
    color: var(--red);
    opacity: 0.5;
    cursor: default;
    height:28px;
    padding: 6px 8px;
}

.ah-remove-icon {
    width:15px;
    height:15px;
    background: url(/images/svg/ic-remove-red.svg) no-repeat center;
    display: inline-block;
}

.ah-edit-icon {
    width:15px;
    height:15px;
    background: url(/images/svg/ic-edit.svg) no-repeat center;
    display: inline-block;
}
.ah-remove-icon-dark {
    width:15px;
    height:15px;
    background: url(/images/svg/ic-remove-dark.svg) no-repeat center;
    display: inline-block;
}
.ah-remove-icon-blue {
    width:15px;
    height:15px;
    background: url(/images/svg/ic-remove-blue.svg) no-repeat center;
    display: inline-block;
}
.ah-remove-icon-gray {
    width:15px;
    height:15px;
    background: url(/images/svg/ic-remove-gray.svg) no-repeat center;
    display: inline-block;
}
.ah-switch-on-icon {
    width:30px;
    height:16px;
    background: url(/images/svg/switch-on.svg) no-repeat center;
    display: inline-block;
}
.ah-switch-on-icon-disabled {
    width:30px;
    height:16px;
    background: url(/images/svg/switch-on-disabled.svg) no-repeat center;
    display: inline-block;
}
.ah-switch-off-icon {
    width:30px;
    height:15px;
    background: url(/images/svg/switch-off.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-open-node {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-folder-open-blue.svg) no-repeat center;
    cursor: pointer;
    display: inline-block;
}
.ah-tree-open-node-purple {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-folder-open-purple.svg) no-repeat center;
    cursor: pointer;
    display: inline-block;
}
.ah-tree-open-node-selected {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-folder-open-white.svg) no-repeat center;
    cursor: pointer;
    display: inline-block;
}

.ah-tree-empty-node {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-folder-empty-blue.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-empty-node-purple {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-folder-empty-purple.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-empty-node-selected {
    margin-top: 3px;
    height:15px;
    width:15px;
    background: url(/images/svg/ic-folder-empty-white.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-store {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-store-blue.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-store-purple {
    margin-top: 3px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-store-purple.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-node {
    margin-top: 3px;
    height:15px;
    cursor: pointer;
    width:15px;
    background: url(/images/svg/ic-folder-blue.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-node-purple {
    margin-top: 3px;
    height:15px;
    cursor: pointer;
    width:15px;
    background: url(/images/svg/ic-folder-purple.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-node-purple-exclamation {
    margin-top: 2px;
    height:18px;
    cursor: default;
    width:8px;
    background: url(/images/svg/ic-purple-exclamation.svg) no-repeat center;
    display: inline-block;
}
.ah-region-select-purple-exclamation {
    margin-top: 2px;
    margin-left: 3px;
    height:14px;
    cursor: default;
    width:8px;
    background: url(/images/svg/ic-purple-exclamation.svg) no-repeat center;
    display: inline-block;
}
.ah-tree-node-selected {
    margin-top: 3px;
    height:15px;
    cursor: pointer;
    width:15px;
    background: url(/images/svg/ic-folder-white.svg) no-repeat center;
    display: inline-block;
}

.ah-tree-node-menu {
    margin-top: 3px;
    height: 15px;
    cursor: pointer;
    width: 15px;
    background: url(/images/svg/ic-ellipsis.svg) no-repeat center;
    display: inline-block;
}

ah-tree-node-l1 {
  width: 10px;
  height: 16px;
  border: solid 1px #e5eff7;
}


.ah-list-tree-root {
  margin-top: 4px;
  min-height: 19px;
  width: 284px;
  border-radius: 3px;
  border: solid 1px #e9eff4;
  background-color: var(--white);
  cursor: pointer;
  padding: 13px 18px 12px;
  white-space: nowrap;
  overflow: hidden;
}
    .ah-list-tree-root .ah-tree-node-item {
        padding-top: 0;
    }


.ah-list-tree-root-selected {
  margin-top: 4px;
  min-height: 21px;
  width: 286px;
  border-radius: 5px;
  background-color: var(--blue-dark);
  padding: 13px 18px 12px;
  white-space: nowrap;
    overflow: hidden;
}

    .ah-list-tree-root-selected .ah-txt13 {
        color:var(--white);
    }

    .ah-list-tree-root-selected .ah-tree-node-item {
        padding-top: 0;
    }

.ah-list-tree-node {
  margin-left:12px;
  min-height: 32px;
  height: 1px;
  width: 274px;
  /*border-radius: 3px;
  border: solid 1px #e9eff4;*/
  background-color: var(--white);
  cursor: pointer;
  padding: 0px 18px 0px;
  white-space: nowrap;
  overflow: hidden;

}

.ah-list-tree-node-selected {
  margin-left:12px;
  min-height: 32px;
  height: 1px;
  width: 274px;
  border-radius: 5px;
  background-color: var(--blue-dark);
  padding:0px 18px 0px;
  white-space: nowrap;
  overflow: hidden;
}
    .ah-list-tree-node-selected .ah-txt11 {
        color:var(--white);
    }
    .ah-list-tree-root-selected .ah-txt11 {
        color:var(--white);
    }

.ah-tree-node-item {
    padding-top: 8px;
    display:inline-block;
}


.ah-tree-node-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ah-list-item td {
     border: solid 1px white;
}

.ah-list-item-selected {
    border-radius: 5px;
    background-color: var(--blue-dark);

}

    .ah-list-item-selected td {
        border: solid 1px var(--blue-dark);
        color: var(--white) !important;
    }
 
    .ah-list-item-selected td:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .ah-list-item-selected  td:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ah-list-item-selected .af-item-type-table {
        background-image: url(../images/svg/ic-table-report-white.svg);
    }

    .ah-list-item-selected .af-item-type-line {
        background-image: url(../images/svg/ic-line-report-white.svg);
    }

    .ah-list-item-selected .af-item-type-column {
        background-image: url(../images/svg/ic-column-report-white.svg);
    }

/*.ah-list-tree-root-selected span {
    te
}

ah-tree-node-l1-selected {
  width: 10px;
  height: 16px;
  border: solid 1px var(--white);
}*/


.ah-level-center {
    width:15px;
    /*height:15px;*/
    height:100%;
    background: url(/images/svg/levelCenterUnselected.svg) no-repeat center;
    display: inline-block;
}

.ah-level-center-selected {
    width:15px;
    /*height:32px;*/
    height:100%;
    background: url(/images/svg/levelCenterSelected.svg) no-repeat center;
    display: inline-block;
}

.ah-level-end {
    width:15px;
    /*height:15px;*/
    height:100%;
    background: url(/images/svg/levelEndUnselected.svg) no-repeat center;
    display: inline-block;
}

.ah-level-end-selected {
    width:15px;
    /*height:15px;*/
    height:100%;
    background: url(/images/svg/levelEndSelected.svg) no-repeat center;
    display: inline-block;
}

.ah-level-parent-selected {
    width:15px;
    /*height:15px;*/
    height:100%;
    background: url(/images/svg/levelParentSelected.svg) no-repeat center ;
    display: inline-block;
}

.ah-level-parent {
    width:15px;
    /*height:15px;*/
    height:100%;
    background: url(/images/svg/levelParentUnselected.svg) no-repeat center;
    display: inline-block;
}

.ah-level-empty {
    width:15px;
    /*height:15px;*/
    height:100%;
    display: inline-block;
}

.ah-txt9 {
    font-family: Poppins;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--graphit);
    overflow: hidden;
    display: inline-block;
}
.ah-txt11 {
  font-family: Poppins;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  overflow: hidden;
  display: inline-block;
}

.ah-txt13 {
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  overflow: hidden;
  display: inline-block;
}

.ah-block-header {
  height: 19px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  text-transform:uppercase;
}


.ah-middle-header {
  margin: 10px 0;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  display: inline-block;
}
.ah-middle-header2 {
  margin: 10px 0 2px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  display: inline-block;
}
.ah-middle-header20 {
  margin: 20px 0 2px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  display: inline-block;
}
.ah-fs13 {
    font-size: 13px;
}
.ah-list-dragover {
  border: solid 1px var(--blue-normal);
  background-color: var(--blue-super-light);

}

    .ah-list-dragover .ah-txt13, .ah-list-dragover .ah-txt11 {
        color: var(--graphit);
    }

.ah-calendar {
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #e5eff7;
}
.ah-calendar-text {
  width: 162px;
  height: 36px;
  /*border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border: solid 1px #e5eff7;*/
  border:none ;
  border-image-width:0;
  border-width:0;
  display: inline-block;
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #94abc1;
  overflow:hidden;
  text-overflow:ellipsis;
  padding: 9px 0 8px 12px;
 }
.ah-calendar-text::-webkit-input-placeholder { /* Edge */
   color: #94abc1;
}

.ah-calendar-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #94abc1;
}
.ah-calendar-text::placeholder {
   color: #94abc1;
}

.ah-input {
  height: 36px;
  width: 100px;
  padding: 9px 8px 8px 12px;
  border-radius: 4px;
  border: solid 1px #e5eff7;
}

.ah-input::-webkit-input-placeholder { /* Edge */
   color: #94abc1;
}

.ah-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #94abc1;
}
.ah-input::placeholder, .ah-placeholder {
   color: #94abc1;
}

.ah-pholder::-webkit-input-placeholder { /* Edge */
   color: #94abc1;
}

.ah-pholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #94abc1;
}
.ah-placeholder::pholder {
   color: #94abc1;
}

input:focus, textarea:focus {
    outline: none ;
}
.ah-calendar-button {
  width: 36px;
  height: 36px;
  border-left: solid 1px #e9eff4;
  background-color: rgba(244, 247, 249, 0.4);
  display: inline-block;
  cursor: pointer;
  background-image: url('../images/svg/ic-dropdown-calendar.svg');
  background-position: center; 
  background-repeat: no-repeat;

}
.ah-calendar-button-disabled {
  cursor: default;
  background-image: url('../images/svg/ic-dropdown-calendar-disabled.svg');
}


.ah-checkbox {
    display:flex;
    flex-direction: row;
   
}

.ah-checkbox-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 21px);
}
.ah-checkbox-text {
    display:inline-block;
    white-space:normal;

}
.ah-checkbox-text-nowrap {
    display:inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}
.ah-checkbox-text-disabled {
    opacity: 0.6;
}


.ah-checkbox-input {
    display: inline-block; 
    margin-right: 8px;
    margin-left: 0;
}

.ah-checkbox-additional-text {
    padding: 3px 0 0 4px;
    color: var(--grey-normal);
}

.ah-w50 {
    width: 50px;
}

.ah-sort-direction-asc {
    background-image: url(../images/svg/ic-sort-up.svg);
    background-repeat: no-repeat;
}
.ah-sort-direction-desc {
    background-image: url(../images/svg/ic-sort-down.svg);
    background-repeat: no-repeat;
}

 .ah-listbox {

  border-radius: 4px;
  border: solid 1px #e5eff7;
  background-color: var(--white);
  display:flex;
  flex-direction:column;
}
.ah-listbox-body {
    overflow-y: auto;
}


.ah-listbox-header {
  border-bottom: solid 1px #e5eff7;
  background-color: var(--white);
  padding: 7px 12px 5px;
  text-transform:uppercase;
}
.ah-listbox2-header {
  border-bottom: solid 1px #e5eff7;
  background-color: var(--white);
  padding: 7px 12px 5px;
  text-transform:uppercase;
  display: flex;
  justify-content: space-between;
}

.ah-list-col-header {
  /*width: 32px;*/
  height: 16px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: var(--graphit);
}


.ah-list-col-header-right {
  /*width: 32px;*/
  text-align: right !important;
    font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: var(--graphit);
}
.ah-listbox table {
     border-collapse: collapse; 
}
.ah-listbox td {
    padding: 0;
}


.ah-listbox-row .ah-listbox-rowdiv {
    border: solid 1px var(--white);
    border-radius: 5px;
}

.ah-listbox-row:hover .ah-listbox-rowdiv {
    color: var(--graphit);
    background-color: var(--blue-super-light);
    border: solid 1px var(--blue-normal);
    border-radius: 5px;
}


.ah-listbox-row-selected .ah-listbox-rowdiv {
    color: var(--white);
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
    border: solid 1px var(--blue-normal);
    border-radius: 5px;
}
.ah-listbox-row-selected .ah-listbox-rowdiv div {
    color: var(--white);
}


.ah-listbox .ah-listbox-rowdiv {
    margin-top: 1px;
    padding: 6px 12px 6px;
    cursor:pointer;
    overflow-x: hidden;
    display:flex;
}
.ah-listbox .ah-listbox-rowdiv div:first-child {
    flex-grow:2;
}
.ah-listbox-text {
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--graphit);
  overflow: hidden;
}
.ah-lisbox-close {
    padding: 0 !important;
    width: 16px;
    height: 20px;
    margin-right: -4px;
    display: inline-block;
    float: right;
    text-align: right;
    background-image: url(../images/svg/ic-close-white.svg);
    background-repeat: no-repeat;
    border:none !important;
}

.ah-listbox-btns {
    margin-left:20px;
    width: 52px;
    white-space:nowrap;
}
.ah-listbox-btn {
        padding: 8px;
        cursor:pointer;
}

* {
  scrollbar-width: thin;
  scrollbar-color:  var(--grey-light) var(--white);
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
  background: var(--white);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--grey-light);
  border-radius: 2px;
}

/*.ah-drop-up, .ah-drop-down {
    height: 2px;
    background-color: green;
}*/

.ah-drop-down {
}

.ah-drop-up td .ah-listbox-rowdiv {
    color: var(--graphit);
    background-color: var(--blue-super-light); 
    border: solid 1px var(--blue-normal) ;  
    border-top: solid 1px var(--dark-green);
}
.ah-drop-down td .ah-listbox-rowdiv {
    color: var(--graphit);
    background-color: var(--blue-super-light); 
    border: solid 1px var(--blue-normal);
    border-bottom: solid 1px  var(--dark-green);;  
}
/*.ah-drop-up td:first-child div, .ah-drop-down td:first-child div  {
    border-left: solid 1px var(--blue-normal);
}
.ah-drop-up td:last-child div, .ah-drop-down td:last-child div {
    border-right: solid 1px var(--blue-normal) ; 
}*/

.ah-info-icon {
    margin-top: 2px;
    width:15px;
    height:15px;
    background: url(/images/svg/ic-info.svg) no-repeat center;
    display: inline-block;
    position:relative;
}

.ah-info-popup {
    text-transform: none;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 232px;
    padding: 10px 16px 12px;
    border-radius: 4px;
    border: solid 1px var(--blue-dark);
    background-color: var(--blue-super-light);
    font-family: Poppins;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--graphit);
}

.ah-relogin-popup {
    width: 487px;
    /*min-height: 330px;*/
}
.ah-relogin-popup .ah-popup-h2 {
    margin-top: 16px;
}

.ah-relogin-error-block {
    min-height : 27px;
}
.ah-relogin-error {
    padding-top: 6px;
    font-family: Poppins;
    font-size: 11px;
    font-weight: normal;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--red);
    overflow-x: hidden;
}

.ah-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ah-disabled-text {
    opacity: 0.5;
}

.af-item-popup {
    position: absolute;
    left: 110px;
    /*right: 0px;
            top: 0px;
            bottom: 0px;*/
    z-index: 1;
    font-size: 12px;
    /*min-width: 150px;*/
    background-color: rgb(255,255,255);
    padding: 4px;
    border-radius: 3px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
    .af-item-popup div {
        font-size: 12px;
        padding: 4px 16px;
    }
        .af-item-popup div:hover {
            background-color: #D6EAF8;
            cursor: pointer;
        }

.ah-separator {
    width: calc(100% + 40px);
    height: 1px;
    margin: 20px -20px 16px;
    background-color: var(--grey-super-light);
}

.ah-separator-h2 {
    width: calc(100% + 40px);
    height: 2px;
    margin: 0 -20px;
    background-color: var(--grey-super-light);
}
.ah-tree-row-separator {
    width: calc(100% + 40px);
    height: 1px;
    margin: 0 -20px;
    background-color: var(--grey-super-light);
}
/* flex block*/
.ah-flex {
    display: flex;
}
.ah-flex-spbt {
    display: flex;
    justify-content:space-between;
}
.ah-iflex {
    display: inline-flex;
}

.ah-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.ah-flex-col {
    display: flex;
    flex-direction: column;
}
.ah-flex-row {
    display: flex;
    flex-direction:row;
}
.ah-flex-basis25 {
    flex-basis: 25%;
}

.ah-flex-basis50 {
    flex-basis: 50%;
}

.ah-flex-wrap {
    flex-wrap:wrap;
}

.ah-flex-grow2 {
    flex-grow: 2;
}
.sp-ppg-input-block {
    flex-basis: 25%;
    padding: 0 20px 10px 0; 
}

/* Chrome, Safari, Edge, Opera */
.ah-numner-without-arrows::-webkit-outer-spin-button, 
.ah-numner-without-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ah-numner-without-arrows[type=number] {
    -moz-appearance: textfield;
}

.ah-border {
    border-radius: 4px;
    border: solid 1px #e5eff7;
}
.ah-border-none {
    border-radius: 4px;
    border:none !important;
}
.ah-border-error {
      border: solid 1px var(--secondary-red-50) !important;
}


.ah-select {
    padding: 8px 18px 8px 12px;
    height: 36px;
    margin: 0 4px;
    border-radius: 4px;
    border: solid 1px #e5eff7;
    background-color: var(--white);
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/svg/ic-dropdown-down.svg) 24px no-repeat;
    background-position: right;
    background-size: 20px;
}
        .ah-select:focus {
             border: solid 1px #e5eff7;
              outline: none;
        }
        .ah-select option {
            background-color:  var(--white);
            font-family: Poppins;
            font-size: 13px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
        }
        .ah-select option:hover {
            border: none;
            outline: none;
            /*background-color: var(--blue-dark); !important;*/ 
            background-color: green !important; 
            color: var(--white);
        }

         .ah-report-subscribe {
            float: right;
            padding-top: 4px;
            margin-right: 8px;
        }

.ah-content {
    padding: 0px 20px;
}

    .ah-content .ah-white-block {
        margin-bottom: 10px;
    }
.ah-half-block {
    flex-basis:50%;
}
.ah-row {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.ah-small-block-line {
    padding-top:9px;
    white-space:nowrap;
}
.ah-small-block {
    width: 200px;
    padding-right: 10px;
    padding-top:17px;
    display: inline-block;
}
.ah-small-block-header {
  height: 16px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2aa0ff;
}
.ah-admin-menu {
    margin-top: -1px;
    margin-left: 10px;
    position: absolute;
    padding: 4px 0;
    border-radius: 4px;
    border: solid 2px #e5eff7;
    background-color: var(--white);
    z-index: 10;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
}

.ah-admin-menu-item {
    padding: 8px 12px 6px;
    display: block;
    cursor: pointer;
    font-family: Poppins;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--neutral-dark);
    background-color: var(--white);
}

.ah-admin-menu-level1 {
    padding-left: 18px;
}

.ah-admin-menu-level2 {
    padding-left: 24px;
}
.ah-admin-menu-active {
     background-color: var(--blue-light);
}

.ah-admin-menu-header {
    color: var(--grey-normal);
    cursor: default;
    font-weight: 500;
}
.ah-admin-menu-url:hover {
     background-color: var(--blue-light);
}

.ah-admin-menu-opened {
    background-image: url(../images/svg/ic-sort-up.svg);
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    display: inline-block;
    margin:2px -5px 0 5px;
}
.ah-admin-menu-closed {
    background-image: url(../images/svg/ic-sort-down.svg);
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    display: inline-block;
    margin: 2px -5px 0 5px;

}

.ah-seach-ico {
    background: url(/images/svg/search.svg) no-repeat center;
    cursor: pointer;
    width: 32px;
    height: 20px;
    object-fit: contain;
    display:inline-block;
}
.ah-close-ico {
    background: url(/images/svg/ic-close.svg) no-repeat center;
    cursor: pointer;
    width: 32px;
    height: 20px;
    object-fit: contain;
    display:inline-block;
}
.ah-close-ico-blue {
    background: url(/images/svg/ic-close-blue.svg) no-repeat center;
    cursor: pointer;
    width: 32px;
    height: 20px;
    object-fit: contain;
    display:inline-block;
}

.ah-seach-clear {
    background: url(/images/svg/ic-close-blue.svg) no-repeat center;
    width: 16px;
    height: 16px;
    object-fit: contain;
    display:inline-block;
    margin: 2px 4px;
}
.ah-seach-clear:hover {
    background: url(/images/svg/ic-close-red.svg) no-repeat center;
    cursor: pointer;
}
.ah-ic-seach {
    background: url(/images/svg/ic-search.svg) no-repeat center;
    cursor: pointer;
    width: 32px;
    height: 20px;
    object-fit: contain;
    display:inline-block;
}
.ah-ic-seach-blue {
    background: url(/images/svg/ic-search-blue.svg) no-repeat center;
    cursor: pointer;
    width: 32px;
    height: 20px;
    object-fit: contain;
    display:inline-block;
}
.ah-pagination {
    display: inline-block;
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.ah-pagination-el {
    padding: 0 6px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--graphit);
    overflow: hidden;
    display: inline-block;
}

.ah-pagination-current {
    font-weight: 600;
}
.ah-pagination-page {
    cursor:pointer;
}

.ah-pagination-arrow-hidden {
    cursor: default;
    color: var(--grey-light);
}

.ah-pagination-arrow-active {
    cursor: pointer;

}

.ah-pre {
    white-space: pre;
}
.ah-app-body {
    padding: 20px 20px 0;
    background-color: #f4f8f9;
}

.ah-page-header {
    padding: 0px 10px 20px;
}

.ah-report-header {
  max-width: 320px;
  min-width:30px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303c48;
  position:relative;
  display:inline-block;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-right: 30px;
  white-space: nowrap;
}

.ah-report-down {
    width: 15px;
    height: 35px;
    margin-left: -30px;
    background: url(/images/svg/ic-sort-down.svg) no-repeat center;
    display: inline-block;
    cursor: pointer;
}

.ah-report-up {
    width: 15px;
    height: 35px;
    margin-left: -30px;
    background: url(/images/svg/ic-sort-up.svg) no-repeat center;
    display: inline-block;
    cursor: pointer;
}

.ah-buttons {
    padding: 10px 50px 20px;
    overflow :hidden;
    white-space:nowrap;
}

    .ah-buttons .ah-button {
        min-width: 140px;
    }

.ah-left-buttons {
    float:left;
    margin-bottom: 5px;
}

.ah-right-buttons {
    float:right;
   /*text-align:right;*/
}

    .ah-right-buttons .ah-button {
        margin-left: 20px;
    }

.ah-select-control {
  white-space: nowrap;
}

.ah-select-control-text {
  width: 312px;
  height: 36px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border: solid 1px #e5eff7;
  display: inline-block;
  cursor:pointer;
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #94abc1;
  overflow:hidden;
   padding: 9px 0 8px 12px;
 }
.ah-select-control-button {
  width: 36px;
  height: 36px;
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  border: solid 1px #e9eff4;
  background-color: rgba(244, 247, 249, 0.4);
  display: inline-block;
  cursor: pointer;
  background-image: url('../images/svg/ic-dropdown-more.svg');
  background-position: center; 
  background-repeat: no-repeat;

}

.ah-filter-seach {
  margin-top: 4px;
  padding: 6px 4px 0;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #e5eff7;
  white-space: nowrap;
}
    .ah-filter-seach input {
        border:none;
    }

.ah-select-region {
  margin-top: 16px;
  white-space: nowrap;
}
.ah-select-region-text {
  width: 312px;
  height: 36px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border: solid 1px #e5eff7;
  display: inline-block;
  cursor:pointer;
  font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #94abc1;
  overflow:hidden;
   padding: 9px 0 8px 12px;
 }
.ah-select-region-text-disabled {
    cursor: default;
    background-color: var(--solid-neutral-grey-30) !important;
    border-color: var(--solid-neutral-grey-30) !important;
}

.ah-select-region-text-readonly {
    cursor: default;
    /*color: #94ABC1 !important;*/
    border-color: var(--solid-neutral-grey-30) !important;
    opacity:0.7;
}
.ah-select-region-text-width {
    width: calc(100% - 70px);
}
.ah-select-region-button {
  width: 36px;
  height: 36px;
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  border: solid 1px #e9eff4;
  background-color: rgba(244, 247, 249, 0.4);
  display: inline-block;
  cursor: pointer;
  background-image: url('../images/svg/ic-dropdown-more.svg');
  background-position: center; 
  background-repeat: no-repeat;

}
.ah-select-region-button-disabled {
    cursor: default;
    background-color: var(--solid-neutral-grey-30) !important;
    border-color: var(--solid-neutral-grey-30) !important;
}

.ah-select-region-button-readonly {
    cursor: default;
    border-color: var(--solid-neutral-grey-30) !important;
    opacity:0.7;
}

.ah-regions-popup {
    flex-direction: column;
    display: flex;
    height: calc(100vh - 60px);
    align-content:stretch;
}


.ah-regions-popup-content  {
  /*height: 400px;*/
  margin-top: 20px;
  flex-grow:1;
  display: flex;
  flex-direction:column;
   overflow:hidden;
}
.ah-tree-items {
  /*height: 400px;*/
  border-radius: 4px;
  border: solid 1px #e5eff7;
 overflow:auto;
  padding-top: 4px;
  flex-shrink: 2;
  flex-grow: 2;
}

.ah-tree-no-search-results {
    color: var(--red);
    display: block;
    padding: 42px 4px;
    text-align:center;
}
.ah-search {
  background-color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  /*height: 34px;
  flex-basis: 34px;*/
  border-radius: 4px;
  border: solid 1px #e5eff7;
  /*flex-basis: 400px;*/
  flex-shrink: 2;
  min-width: 150px;
  width: 100%;
  margin: 5px 0px 7px 0;
}
    .ah-search input[type="text"] {
        border: none;
        width: calc(100% - 50px);
        height: 20px;
        border: none;
        padding: 0px 0px;
        border-radius:unset;
    }
.ah-searchx {
    white-space: nowrap;
}
    .ah-searchx input[type="text"] {
        width: calc(100% - 65px);
    }

.ah-selected-region-text-disabled {
    color: var(--grey-normal);
}

.ah-loading {
    text-align: center;
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.ah-frame-block {
    padding: 5px
}
.ah-content .ah-frame-block {
    margin-bottom: 0;
}  

.reportFrame
{
	width:100px;
	height:100px;
	border: 0;
	margin: 0;
	padding: 0;
}
         .reportFrameOut {
             overflow: auto;
             height: calc(100vh - 235px);
         }

         .reportFrameButtons {
             right: 60px;
              margin-right: 10px;
             position: absolute;
			 background-color: white;
		     padding: 12px;
         }
         .reportFrameExport {
             float: right;
             background-image: url("/images/svg/ic-export.svg");
             background-repeat: no-repeat;
             background-position-x: 8px;
             background-position-y: 4px;
             padding-left: 32px;
             padding-top: 4px;
			 background-color: white;
         }

.reportViewer
{ 
	border:0;
}

.reportLoading
{
	width:auto;
	height:300px;
	background: #fff;
	text-align:center;
}


.ah-context-menu {
    position: absolute;
    left: 110px;
    z-index: 1;
    background-color: rgb(255,255,255);
    padding: 4px;
    border-radius: 3px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

    .ah-context-menu div {
        font-size: 11px;
        padding: 4px;
        color: var(--blue-70);
    }
        .ah-context-menu div:hover {
            cursor: pointer;
            background-color: var(--blue-50);
            color: var(--white);

            
        }
.ah-bold {
    font-weight: bold !important;
}

.ah-uppercase {
   text-transform: uppercase;
}
.ah-underline {
    text-decoration-line: underline !important;
}
.ah-left {
    text-align: left;
}
.ah-right {
    text-align: right;
}
.ah-center {
    text-align: center;
}
.ah-nowrap {
    white-space: nowrap;
}
.ah-red {
color: var(--red) !important;
}
.ah-gray {
color: var(--neutral-70) !important;
}
.ah-blue-50 {
    color: var(--blue-50) !important;
}
.ah-purple {
    color: var(--purple) !important;
}
.ah-filter-up {
    width:16px;
    height:35px;
    margin-left: -30px;
    background: url(/images/svg/ic-filter-up.svg) no-repeat center;
    display: inline-block;
    cursor:pointer;
}
.ah-filter-down {
    width:16px;
    height:35px;
    margin-left: -30px;
    background: url(/images/svg/ic-filter-down.svg) no-repeat center;
    display: inline-block;
    cursor:pointer;
}

.ah-disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.ah-overflow-break-word {
    overflow-wrap: break-word;
}

.ah-overflow {
    overflow-wrap: anywhere;
}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .ad-overflow {
            word-break: break-all;
        }
    }
}

.ah-bottom6 {
    padding-bottom: 6px;
}

/* htable  */
.ah-toggle-minus {
    background-image: url("/images/svg/ic-minus.svg");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 1px;
    /*padding-left: 32px;*/
    width: 32px;
    height:22px;
    cursor: pointer;
}
.ah-toggle-plus {
    background-image: url("/images/svg/ic-plus.svg");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 1px;
    /*padding-left: 32px;*/
    width: 32px;
    height:22px;
    cursor: pointer;
}
.ah-toggle-empty {
    width: 20px;
}

.ah-htable {
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
    width: 100%;
}

    .ah-htable th, .ah-htable td {
        padding: 4px 2px 4px 3px;
        vertical-align: top;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #323C47;
        border: 1px solid #F0F0F0;
    }

        .ah-htable th div {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            color: #323C47;
        }

        .ah-htable th, .ah-htable th div {
            background-color: #F4F8F9;
        }


    .ah-htable td {
        background: #FFFFFF;
    }
.ah-htable-pointer {
    cursor:pointer;
}
.ah-htable-pointer:hover {
    background-color: #D6EAF8;
}
.ah-htable-name {
    white-space: normal;
    overflow-wrap: anywhere;
    min-width: 130px;
}
.ah-htable-name-block {
    justify-content: space-between;
    display: inline-flex;
    align-items: flex-start;
}
.ah-htable-name-dot {
    margin-left: 4px;
    cursor: pointer;
    padding-top: 3px;
}
.ah-htable-down {
    width: 15px;
    height: 20px;
    /*margin-left: -30px;*/
    background: url(/images/svg/ic-sort-down.svg) no-repeat center;
    display: inline-block;
    cursor: pointer;
}

.ah-htable-up {
    width: 15px;
    height: 20px;
    /*margin-left: -30px;*/
    background: url(/images/svg/ic-sort-up.svg) no-repeat center;
    display: inline-block;
    cursor: pointer;
}

.htable-header {
    position:sticky;
    top: 0px;
}
.ah-underline:hover {
    text-decoration: underline;
}

.ah-overflow-visible {
    overflow:visible !important;
}
.ah-sticky-header {
    position: sticky;
    top:0;
}
.ah-sticky-table th, .ah-sticky-table td {
  border: none;
}
.ah-sticky-table tr:first-child td {
    border-top: 1px solid;
    border-color:#f0f0f0;
}

.ah-sticky-table {
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
}

.ah-sticky-table th {
  /* Apply both top and bottom borders to the <th> */
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color:#f0f0f0;
}

.ah-sticky-table td {
  /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color:#f0f0f0;
}

.ah-sticky-table th:first-child,
.ah-sticky-table td:first-child {
  /* Apply a left border on the first <td> or <th> in a row */
  border-left: 1px solid;
  border-color:#f0f0f0;
}
.ah-sticky-no-left-border {
   border-left: 0px !important;
}


element.style {
}
.ah-welcome-header-text {
    color: var(--graphit);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}
.ah-tooltip {
    position: absolute;
    z-index: 1;
    max-width: calc(90vw);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #323C47;
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 4px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 0px 2px 10px rgba(51, 122, 183, 0.35);
    -moz-box-shadow: 0px 2px 10px rgba(51, 122, 183, 0.35);
    box-shadow: 0px 2px 10px rgba(51, 122, 183, 0.35);
}

.ah-disabled ,ah-disabled:hover {
    color: #94ABC1;
    background-color: var(--solid-neutral-grey-30) !important;
    border-color: var(--solid-neutral-grey-30) !important;
    cursor:default;
}
.ah-disabled-color {
    color: #94ABC1 !important;
}
.ah-sticky {
    background-color: var(--white);
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0px;
}

.ah-top-btn {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 19px;
    bottom: 58px;
    cursor: pointer;
    background: url(/images/svg/ic-top.svg) no-repeat center;
    z-index: 1;

}
.ah-select-options {
    cursor: pointer;
    min-width: 50px;
}
.ah-options-popup {
    position: absolute;
    margin-left: 0;
    z-index: 1;
    font-size: 11px;
    background-color: rgb(255,255,255);
    padding: 4px;
    border-radius: 3px;
    border: solid 1px var(--blue-normal);
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
}

.ah-option {
    padding: 4px 16px;
    color: var(--blue-dark);
    text-align: left;
}

.ah-option-selected  {
    background-color: var(--blue-dark);
    color: var(--white);
    cursor: pointer;
}

.ah-xoptions-popup {
    position: absolute;
    margin-left: 0;
    z-index: 1;
    font-size: 11px;
    background-color: rgb(255,255,255);
    padding: 4px;
    border-radius: 3px;
    border: solid 1px #e5eff7;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgb(50 50 50 / 75%);
}
.ah-xoptions-popup .ah-search {
  background-color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  /*height: 34px;
  flex-basis: 34px;*/
  border-radius: unset;
  border: unset;
  border-bottom: solid 1px #e5eff7;
  /*flex-basis: 400px;*/
  flex-shrink: 2;
  min-width: 50px;
  width: 100%;
  margin:  0;
}
    .ah-xoptions-popup .ah-search input[type="text"] {
        border: none;
        width: calc(100% - 60px);
        height: 20px;
        border: none;
        padding: 0px 0px;
        border-radius:unset;
    }
.ah-xoption {
    padding: 4px 8px;
    color: var(--graphit);
    text-align: left;
}
.ah-xoption-disabled  {
    padding: 4px 8px;
    cursor: default;
    color: #94ABC1;
    text-align: left;
}
.ah-xoption-selected  {
    background-color: var(--blue-dark);
    color: var(--white);
    cursor: pointer;
}
.ah-xtooltip {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: -9px;
    transform: translate(-50%, -18px);
    border: 1px solid #E5EFF7;
    border-radius: 4px;
    visibility: hidden;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);
    -moz-box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);
    box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);
}

.ah-xtooltip-content {
    background: #FFFFFF;
    padding: 6px 12px 13px;
    /*min-width: 100px;
    min-width: 220px;*/
    /*z-index: 20;*/
}
.ah-xtooltip:after {
    content: '';
    position: absolute;
    width: 24.13px;
    height: 24.13px;
    bottom: -13px;
    left: calc(50% - 12px);
    background: #FFFFFF;
    z-index:20;
    border-right: 1px solid #E5EFF7;
    border-bottom: 1px solid #E5EFF7;
    transform: matrix(0.7, 0.71, -0.7, 0.71, 0, 0);
    -webkit-box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);
    -moz-box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);*/
    box-shadow: 2px 2px 2px rgba(51, 122, 183, 0.35);
}

.ah-xtooltip-fixed {
    position: relative;
    display:inline-block;
}
    .ah-xtooltip-fixed:hover .ah-xtooltip {
        visibility: visible;
        /*margin: 0;*/
        z-index: 15;
    }

.ah-option-down {
    margin-top: 3px;
    display: inline-block;
}

.ah-input-number-nospin::-webkit-outer-spin-button,
.ah-input-number-nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ah-input-number-nospin {
    -moz-appearance:textfield;
}

        .ah-nohover:hover {
             background-color:unset !important;
        }


.ah-refresh {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    background: url(/images/svg/ic-refresh.svg) no-repeat center;
    cursor: pointer;
    display: inline-block;
}


.ah-confirm-icon-explanation {
    margin: 5px 12px 0 0;
    width: 17px;
    height: 17px;
    background: url(/images/svg/ic-amber-exclamation3.svg) no-repeat center;
    cursor: default;
    display: inline-block;
}

.ah-radio-true {
    width:18px;
    height:18px;
    background: url(/images/svg/ic-radio-true.svg) no-repeat center;
    display: inline-block;
}
.ah-radio-false {
    width:18px;
    height:18px;
    background: url(/images/svg/ic-radio-false.svg) no-repeat center;
    display: inline-block;
}
 