/* Master CSS file */

/* Template sections widgets */
.full-height {
   height: 100%;
}

.full-width-overwrite {
   margin-bottom: 20px;
   width: 100%;
}

.truncate {
   width: 150px;
   max-width: 250px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cursor-Pointer {
   cursor: pointer;
}

.index-modal-body {
   background-color: transparent !important;
   height: 100%;
   overflow-x: hidden;
   width: 100%;
}

.contextual-action-panel.modal.is-visible {
   left: 0;
   position: absolute;
   top: 0;
   max-height: 100%;
   transform: none;
   width: 100%;
}

.modal.contexual-action-panel .modal-body {
   padding-top: 0;
   padding-bottom: 0;
}

.listview .checkbox-label {
   left: 20px;
   line-height: 18px;
   margin: 0;
   position: relative;
   top: 0;
}

.proddetail {
   width: 100%;
   border-bottom: 1px solid #bdbdbd;
   margin-bottom: 1rem;
}

   .proddetail th {
      text-align: left;
   }

   .proddetail p.small {
      margin: 0;
      font-size: 1.2rem;
      color: #5c5c5c;
   }

   .proddetail p.title {
      color: #368ac0;
      font-weight: bold;
   }

.modal .textarea-wordcount {
   margin-top: 4px;
}
