.btnDelete {
  border: none;
}
.imgCard {
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.divImage {
  padding: 0 !important;
  height: 161px;
}

.btnImage {
  background: rgba(255, 255, 255, 0.53) !important;
}

.logo {
  width: 77% !important;
}

.navigation .navigation-menu-tab ul li a.active {
  background: #ff0000 !important;
}

.open a.active {
  background: rgba(255, 0, 0, 0.78) !important;
  color: white !important;
}

.navigation .navigation-menu-body ul li > a.active:before {
  border-left-color: white !important;
}

.page-header .breadcrumb li.breadcrumb-item.active {
  color: #ff0000 !important;
}

.btn.btn-primary {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
}

.folder{
  font-weight: bold;
  color:#ff0000;
}

a:hover {
  color: rgba(255, 0, 0, 0.78) !important;
}

footer.content-footer .nav a {
  padding-left: 0 !important;
}

.btn.btn-secondary {
  background: #939094 !important;
  border-color: #939094 !important;
}
.checkAll {
  color: rgba(255, 0, 0, 0.78);
}

.inputAll {
  margin-top: 11px
}

.directory-table {
  color: #0b0b0b !important;
}
.directory-table:hover {
  color: rgba(255, 0, 0, 0.78) !important;
}

.text-folder {
  color: rgba(255, 0, 0, 0.78);
}

.icon-view {
  font-size: 20px;
}

.active-view {
  color: rgba(255, 0, 0, 0.78) !important;
}
.link-table {
   cursor: pointer;
}
.separation-type {
  font-weight: bold;
}
.scroll {
  overflow-y: scroll;
  height: 400px;
  margin: 15px;
}
.modal-arbo {
  /*top: 25%;*/
}

/*.title-hover[title]:hover::after{*/
/*  content: attr(title);*/
/*  border-radius: 10px;*/
/*  background-color: white;*/
/*}*/

.title-hover:hover:after,.title-hover-table:hover:after {
  background: #333;
  background: rgba(255, 255, 255);
  border-radius: 5px;
  margin-left: 1%;
  color: #505050;
  content: attr(gloss);
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  border: 1px solid rgba(255, 0, 0, 0.78);
}

.title-hover:hover:after{
  width: fit-content;
  max-width: 400px;
}

.title-hover-table:hover:after{
  width: fit-content;
  max-width: 400px;
  white-space: break-spaces;
}

input.yo-yepi-yo {
  height: 15px;
  width: 15px;
}
/* arrow */
/*.title-hover:hover:before,.title-hover-table:hover:before {*/
/*  border: solid;*/
/*  border-color: rgba(255, 0, 0, 0.78) transparent;*/
/*  border-width: 6px 0px 6px 6px;*/
/*  bottom: 15%;*/
/*  content: "";*/
/*  left: 10%;*/
/*  position: absolute;*/
/*  z-index: 99;*/
/*}*/