/* helper.css*/
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
}

.flex-container-h.dialogW.dialogH{
  width: 100%;
  height: 36rem;
}

#program-keys-kbd-table{
  height:90%
}

.Field .Field--is-search .mam1 .pdr  {
  z-index: 1;
}
/* margin*/

.mls {
  margin-left: 1rem;
}
.mls2 {
  margin-left: 2rem;
}
.mls8 {
  margin-left: 8rem;
}
.mls0 {
  margin-left: 0rem;
}
.ml10p {
  margin-left: 10%;
}
.ml20p {
  margin-left: 20%;
}
.mw45 {
  min-width: 45rem;
}
.mam0 {
  margin: 0rem;
}
.mam1 {
  margin: 0.3rem;
  margin-left: 1rem;
}
.mam1p {
  margin: 1%;
}
.mam {
  margin: 2rem;
}

.mrs1p {
  margin-right: 1%;
}
.mrs {
  margin-right: 1rem;
}
.mrs0 {
  margin-right: 0rem;
}
.mrs2 {
  margin-right: 2rem;
}
.mrs20p {
  margin-right: 20%;
}
.mts1p {
  margin-top: 1%;
}
.mts1 {
  margin-top: 1rem;
}
.mts2 {
  margin-top: 2rem;
}
.mts4 {
  margin-top: 4rem;
}
.mbs1p {
  margin-bottom: 1%;
}

.mbs {
  margin-bottom: 1rem;
}

.mbs2 {
  margin-bottom: 2rem;
}
.mbs3 {
  margin-bottom: 3rem;
}
.mbs4 {
  margin-bottom: 4rem;
}

.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w50{
  width:50%
}
.w20 {
  width: 20%;
}
.w40{
  width:40%;
}
.w60{
  width:60%;
}

.mw27ch {
  max-width: 27ch;
}
/* block heigth */
.h3rm {
  height: 3rem;
}
.h100 {
  height: 100%;
  /* margin-top: -7px; */
}
.h10 {
  height: 10%;
}
.h20 {
  height: 20%;
}
.h50 {
  height: 50%;
}
.h40 {
  height: 40%;
}
.h80 {
  height: 80%;
}
.h85 {
  height: 85%;
}

.right {
  margin-left: auto;
}
.mod,
.bfc {
  overflow: hidden;
}
.scrollx {
  overflow-x: auto;
}

.scrolly {
  overflow-y: auto;
}
.absoluteto {
  position: absolute;
}
.relativeto {
  position: relative;
}
.minhfitContent {
  min-height: fit-content;
}
.minh25 {
  min-height: 25rem;
}
.mxh25 {
  max-height: 25rem;
}
.mxh30 {
  max-height: 30rem;
}
.mxw30 {
  max-width: 30rem;
}
.mxw35 {
  max-width: 35rem;
}
.mxw42 {
  max-width: 42rem;
}

.mxw16 {
  max-width: 16rem;
}

.mxw18 {
  max-width: 18rem;
}

.mxw25 {
  max-width: 25rem;
}
.mxw40 {
  max-width: 40rem;
}
.mw25 {
  /*min-width: 25rem;*/
  min-width: auto;
}
.mw30 {
  min-width: 30rem;
}
.mw35 {
  min-width: 35rem;
}
.mw40 {
  min-width: 40rem;
}
.mw45 {
  min-width: 45rem;
}

.mxw70p {
  max-width: 70%;
}

.mxw90p {
  max-width: 90%;
}

.mxw100p {
  max-width: 100%;
}
.pdng0 {
  padding: 0rem;
}
.pdng {
  padding: 1rem;
}
.pdng2 {
  padding: 2rem;
}
.pdng3 {
  padding: 3rem;
}
.pdngt1rm {
  padding-top: 1rem;
}
.first-tree {
  overflow-y: auto;
  overflow-x: auto;
  will-change: transform;
  transform: translateZ(0);
  /* margin-top: 0.5rem;*/
  border-top: 0.1rem solid #d1c1ee;
}
.first-tree::-webkit-scrollbar {
  width: 10px;
}
.first-tree::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.first-tree::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
/*
/*.first-tree::-webkit-scrollbar-thumb:active {
    background-color:#d1c1ee;
    /*border:1px solid #333333;8561C5;
}
.first-tree::-webkit-scrollbar-thumb {
    background-color:#d1c1ee;
    border-radius:0px;
    height:60px;
}
.first-tree::-webkit-scrollbar-thumb:hover {
      background-color:#d1c1ee;
      /*border:1px solid #333333;
}
.first-tree::-webKit-scrollbar {
        height:10px;
        width: 10px;
        background-color:white;
}*/
.font-biggest {
  font-size: 1.2rem;
}
.font-clrgrey {
  color: #4d5b60;
}
.font-bold {
  font-weight: 700;
}
.pdr {
  padding-right: 1rem;
  padding-top: 0rem;
  transform: scale(0.8);
  width: 39.5rem;
  margin-top: 0.25rem;
  z-index: 1;
}

.UserSearchComponent{
  /* background-color: black; */
  width: 35rem;
}

.underlined {
  min-height: 5rem;
  padding: 1rem;
  border-bottom: 0.1rem #d1c1ee solid;
}

.underlined--strong {
  border-bottom-color: #6639b7-80p;
}

.underlined--darker {
  border-bottom-color: #6639b7;
}
.custom-buttom1-container {
  padding: 0.3rem;
}

/* Regarding Help file*/
.help-attribute-header {
  position: absolute;
  top: -1.6rem;
  right: 1rem;
  margin: 0;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #9da4a6;
  background-color: #ffffff;
}

.first-level {
  padding: 1rem;
  border: 1px solid #ced4d9;
  border-radius: 0.4rem;
}
.titling {
  font-family: "sourcesanspro", Arial, sans-serif;
}
.important-text {
  color: #6639b7;
}
.uppercase {
  text-transform: uppercase;
}
.font-titling-plus {
  font-size: 2.2rem;
  /* equiv 20px */
}

.tableclass {
  border-collapse: collapse;
  width: 100%;
}
.textallign {
  text-align: left;
}

.textjustify {
  text-align: justify;
}
.config-help__intro {
  border-radius: 3px;
  background-color: #e7e7e7; /* rgba(209, 193, 238, 0.2);*/
}
.setactive {
  border-bottom: 3px solid #199ccd;
}
.help-item {
  overflow-y: auto;
  overflow-x: auto;
}
.help-item::-webkit-scrollbar-thumb:active {
  background-color: #d1c1ee;
  /*border:1px solid #333333;8561C5;*/
}
.help-item::-webkit-scrollbar-thumb {
  background-color: #d1c1ee;
  border-radius: 0px;
  height: 60px;
}
.help-item::-webkit-scrollbar-thumb:hover {
  background-color: #4d5b60;
  /*border:1px solid #333333;*/
}
.help-item::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: white;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border2pxsolid {
  border: 1px solid #d1c1ee;
  border-radius: 3px;
}
.bordertop {
  border-top: 1px solid #d1c1ee;
}
.rls {
  padding-left: 1rem;
}
.notopborder {
  border-top: none;
}

.h40rem{
  height: 40rem;
}
