
.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 2rem;
}
/* This last element was created to affect only the last panel  */
.tail-remover::after {
  content: '';
  width: 1000px;
  height: calc(110% - 19px);
  position: absolute;
  border-top: 1px solid #CDD1D3;
  left: -1000px;
  bottom: 0;
  background-color: #FFF;
  z-index: 10;
}
/* END OF: This last element was created to affect only the last panel  */
.tree-loading-element {
  text-align: center;
}
.tree-error-element {
  text-align: center;
}
/* Tree view and related panels */
.panels-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.panels-container > .outer-panel {
  background-color: #F0F2F3;
}
.panels-container > .outer-panel > .inner-panel {
  border: 1px solid white;
}
.panels-container > .outer-panel.blue > .inner-panel {
  border: 1px solid #0084CC;
}
.panels-container > .descendants-container {
  border-left: 1px solid #0084CC;
  padding-top: 10px;
}
.panels-container > .descendants-container.block {
  border-left: 1px solid #0084CC;
  padding-top: 10px;
}
.panels-container > .descendants-container > .outer-panel:first-of-type {
  margin-top: 0;
}
.descendants-container {
  padding: 0 0 0 10px;
  display: none;
}
.descendants-container.block {
  padding: 0 0 0 10px;
  display: block;
}
.panels-container .outer-panel {
  position: relative;
}
.descendants-container .outer-panel {
  margin-top: 10px;
  position: relative;
  z-index: 50;
}
.outer-panel .inner-panel {
  border: 1px solid #CDD1D3;
  cursor: pointer;
}
.outer-panel:hover .inner-panel {
  border: 1px solid #0084cc;
}
.outer-panel::before {
  content: '';
  width: 200px;
  height: 30px;
  position: absolute;
  top: -13px;
  left: -200px; 
  border-bottom: 1px solid #CDD1D3;
  z-index: 1;
}
.outer-panel:hover::before {
  border-bottom: 1px solid #0084cc;
}
.tail-remover.outer-panel:hover::after {
  border-top: 1px solid #0084cc;
}
/* The class 'blue' was created to set the blue border around the div */
.blue.outer-panel::before {
  border-bottom: 1px solid #0084CC;
}
.blue .inner-panel {
  border: 1px solid #0084cc;
  background-color: #CDD1D3;
}
.inner-panel {
  min-height: 30px;
  padding: 5px 40px 5px 22%;
  position: relative;
  z-index: 100;
}
.is-final .inner-panel.is-final {
  text-decoration: none;
  color: #303030;
}
.inner-panel-depth {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  color: #303030;
}
.is-final .inner-panel > .inner-panel-code {
  text-decoration: underline;
  color: #0084CC;
}
.inner-panel-code {
  font-weight: 700;
  position: absolute;
  left: 15px;
}
.inner-panel-code i {
  color: #0084cc;
  margin-right: 10px;
}
.inner-panel-description {
  overflow-x: hidden;
}
.inner-panel-note {
  display: inline-block;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  color: #0084CC;
}
.inner-panel-note .note-text {
  margin-left: 2px;
  text-decoration: underline;
}
.inner-panel-sign {
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 0;
}
/* arrow to the right */
.is-final .inner-panel-sign .app-g26:before {
  position: relative;
  left: 3px;
  font-size: 13px;
  color: #0084CC;
  top: 3px;
}
/* arrow down */
.inner-panel-sign .app-g27:before {
  font-size: 8px;
  color: #7B8082;
}
/* arrow up */
.blue .inner-panel .inner-panel-sign i.app-g27:before {
  content: "\e91b";
  font-size: 8px;
  color: black;
}
.tree-view-title {
  display: block;
  padding: 0 0 0 85px;
  position: relative;
}
.tree-view-title strong {
  position: absolute;
  top: 0;
  left: 0;
}
.tree-view-title span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0084CC;
}
.tree-view-title i {
  position: absolute;
  height: 35px;
  width: 80px;
  top: -20px;
  right: 0;
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  .container-for-columns-label {
    margin-top: 40px;
  }
  .button-notes-section-chapter {
    position: relative;
    top: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .chapter-icon {
    display: none;
  }
  .tree-view-title {
    padding: 0 10px 0 85px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-panel-description { 
    overflow-x: visible;
  }
  .inner-panel-code {
    top: 13px; 
    left: 10px; 
  }
  .inner-panel {
    font-size: 12px;
    min-height: 65px;
    padding: 40px 10px 10px 10px;
  }
  .chapter-panel {
    padding: 40px 40px 10px 10px;
  }
}
.tree-loading-element {
  color: #000;
  padding: 14px;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
}
.tree-loading-element .loading {
  padding: 0 20% 0 20%;
  width: 100%;
  height: 30px;
}
.tree-error-element {
  font-size: 17px;
  color: #000;
  padding: 14px;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 220, 220, 0.8);
}
.tree-error-element .link {
  color: #0084cc;
  text-decoration: underline;
}
.blur-on {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(2px);
}