/* line 1, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.content-documents {
  top: 72px;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

/* line 8, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.folder-color-goldenrod {
  color: goldenrod;
}

/* line 12, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.info-doc {
  position: absolute;
  top: 22px;
}

/* line 17, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.info-doc-item {
  vertical-align: middle;
  font-size: 1.5rem !important;
}

/* line 22, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.actions-doc-left {
  position: absolute;
  top: .5rem !important;
  left: 0;
}

/* line 28, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#check-all-docs:checked ~ #check-all-docs-label:before {
  text-shadow: 1px 1px 10px #39bbb0;
  color: #39bbb0 !important;
}

/* line 33, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.open-folder-doc[aria-expanded="true"] {
  transition: all .3s linear !important;
}

/* line 37, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.open-folder-doc[aria-expanded="false"] {
  transform: rotate(180deg) !important;
  transition: all .3s linear !important;
}

/* line 42, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#open-menu-folders {
  transition: all .6s linear !important;
}

/* line 46, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#sidebar {
  transition: all .3s linear !important;
}

/* line 50, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#documents-view {
  transition: all .3s linear !important;
  max-width: 100% !important;
  flex: 1 !important;
}

/* line 56, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.expanded-menu {
  margin-left: -33%;
}

/* line 60, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.rotate-icon-open-menu {
  transition: all .6s linear !important;
  transform: rotate(-180deg) !important;
}

/* line 65, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.selected-doc-page {
  background-color: rgba(0, 0, 0, 0.04);
  color: #2196F3 !important;
}

/* line 70, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.overflow-auto {
  overflow: auto;
}

/* line 74, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#tree-documents-list .listview__actions {
  display: none;
}

/* line 78, /app/spa/app/assets/stylesheets/procedures/folder.scss */
#tree-documents-list .listview__item:hover > .listview__actions,
#tree-documents-list .listview__item:hover > .listview__content > .listview__heading:hover + .listview__actions {
  display: flex;
}

/* line 83, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.listview__pages {
  margin-bottom: 1.5rem;
}
/* line 86, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.listview__pages .listview__item:last-child {
  margin-bottom: 0.5rem;
}

/* line 91, /app/spa/app/assets/stylesheets/procedures/folder.scss */
[id^="menu-document-"] {
  margin-bottom: 0.75rem;
}
/* line 94, /app/spa/app/assets/stylesheets/procedures/folder.scss */
[id^="menu-document-"]:last-child {
  margin-bottom: 0;
}
/* line 98, /app/spa/app/assets/stylesheets/procedures/folder.scss */
[id^="menu-document-"].collapse.show + [id^="menu-document-"] {
  margin-top: 0.5rem;
}

/* line 103, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.responsive-collapse {
  display: flex !important;
}

/* line 107, /app/spa/app/assets/stylesheets/procedures/folder.scss */
.responsiveness,
.resposiveness {
  max-width: 100% !important;
}

@media (max-width: 576px) {
  /* line 113, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .re {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
  }

  /* line 120, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
  }

  /* line 125, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .responsive-title {
    display: block !important;
  }

  /* line 129, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .content__title {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (min-width: 577px) and (max-width: 650px) {
  /* line 136, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .re {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
}
@media (min-width: 651px) and (max-width: 1000px) {
  /* line 145, /app/spa/app/assets/stylesheets/procedures/folder.scss */
  .listview-item-responsive {
    flex-direction: column !important;
  }
}
