@charset "UTF-8";
/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

.elfinder {
  font-family: "Lato";
}
.elfinder .elfinder-button-search-menu {
  background-color: white;
  border: solid 1px #C9D3DC;
  border-radius: 6px;
}
.elfinder .elfinder-button-search-menu input {
  display: none;
}
.elfinder .elfinder-button-search-menu label span {
  border-radius: 0px !important;
  color: rgb(var(--secondary-navigation-color));
  padding: 5px;
}
.elfinder .elfinder-button-search-menu label.ui-state-hover span {
  background-color: rgba(var(--primary-color), 0.25);
}
.elfinder .elfinder-button-search-menu label.ui-state-active span {
  background-color: rgba(var(--primary-color), 0.5);
}
.elfinder .cwd-file {
  border-radius: 6px;
}
.elfinder .elfinder-toolbar {
  overflow: auto;
}
.elfinder .elfinder-toolbar .elfinder-button {
  cursor: pointer;
  height: 24px;
}
.elfinder .elfinder-toolbar .elfinder-button-icon {
  width: unset;
  height: unset;
}
.elfinder .elfinder-toolbar .elfinder-button-icon-upload::before {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--primary-color));
}
.elfinder .elfinder-toolbar .elfinder-button-icon-mkdir::before {
  font-size: 21px;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--primary-color));
  position: relative;
  top: 1px;
}
.elfinder .elfinder-toolbar .elfinder-button-icon-view::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 4px;
  background-color: #ECF1F5;
  color: #C9D3DC;
  font-weight: 900;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: solid 1px #C9D3DC;
}
.elfinder .elfinder-toolbar .elfinder-button-icon-view::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  background-color: white;
  color: rgb(var(--secondary-navigation-color));
  padding: 4px;
  font-weight: 900;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: solid 1px #C9D3DC;
  border-bottom: solid 1px #C9D3DC;
  border-right: solid 1px #C9D3DC;
}
.elfinder .elfinder-toolbar .elfinder-button-icon-view.elfinder-button-icon-view-list::before {
  background-color: white;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-toolbar .elfinder-button-icon-view.elfinder-button-icon-view-list::after {
  background-color: #ECF1F5;
  color: #C9D3DC;
}

/*# sourceMappingURL=toolbar.css.map */
