iframe, html, body{
 height: calc(100% - 63px); 
}

.prio-tinymce-form{
  height:400px;
}

.prio_templatebox {
  transform-origin: 0 0;
  transform: scale(0.8);
  margin-top: 55px;
  width: 1012px;
  overflow: auto;
  height: 645px;
  margin-bottom: -126px;
}


.prio-top-pager {
  position: absolute;
  top: 26px;
  margin-left:0px;
}



.prio-pager {
  display: inline-block;
  width: 605px;
  height: 50px;
 
}

.prio-pager-summary{
  display: inline-block;
  width: 195px;
  height: 50px;
  text-align:end;
}


.prio-table-fixed{
    table-layout: fixed;
 /*   white-space: nowrap; */
}

.prio-table-fixed td{
/*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

}
.th-index {
  width: 12%;
}
.td-value {
    width: 88%;
}


/* tiny mce */
.tox .tox-dialog-wrap .tox-dialog__title {
  text-transform: uppercase;
  font-size: 14px;

}

/* tiny mce */
.tox .tox-dialog-wrap .tox-dialog {
 top: -100px;

}
  .tox .tox-dialog-wrap .tox-dialog__header {

     background-color: rgba(32, 74, 135, 1);
     color: white;
     padding-top: 10px;
     padding-bottom: 10px;
     line-height: 54px;
     text-align: left;
     text-transform: uppercase;
     font-size: 14px;

  }

 .tox .tox-dialog-wrap .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;

}

.tox .tox-dialog-wrap .tox-dialog {
  background-color: #fff;
  border-style: none;
  border-width: 0px;
  box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.tox .tox-dialog-wrap .tox-dialog-wrap__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
}

.tox .tox-dialog__body-iframe{
  margin-left:10px;
  }

