@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, .elfinder .ui-widget-content.elfinder-button.elfinder-button-search::after {
  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-touch .elfinder-navbar-dir {
  padding: 3px 12px;
  padding-left: 35px;
  padding-right: 29px;
}
.elfinder-touch .elfinder-navbar-arrow {
  zoom: unset !important;
  transform: unset !important;
  left: unset !important;
  margin-right: unset !important;
}
.elfinder-touch .elfinder-button-icon {
  zoom: unset !important;
  transform: unset !important;
}
.elfinder-touch .elfinder-cwd-selectall {
  display: none;
}
.elfinder-touch .elfinder-cwd-wrapper-list .elfinder-cwd-selectall {
  display: inherit;
}
.elfinder-touch table thead td:first-child .elfinder-cwd-selectall::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 16px;
  position: relative;
  left: 3px;
  color: #C9D3DC;
  border-radius: 2px;
}
.elfinder-touch table thead td:first-child .elfinder-cwd-selectall input {
  display: none;
}
.elfinder-touch table thead td:first-child .elfinder-cwd-selectall.allselected::before {
  font-weight: 900;
  content: "";
  color: rgb(var(--primary-color));
  border-radius: 2px;
  z-index: -1;
}
.elfinder-touch table thead td:first-child .elfinder-cwd-selectall.allselected::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  z-index: 1;
  position: relative;
  right: 10px;
  top: -1px;
}
.elfinder-touch .elfinder-cwd-wrapper-list table thead td:first-child .elfinder-cwd-selectall::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 16px;
  position: relative;
  left: 3px;
  color: #C9D3DC;
  border-radius: 2px;
}
.elfinder-touch .elfinder-cwd-wrapper-list table thead td:first-child .elfinder-cwd-selectall input {
  display: none;
}
.elfinder-touch .elfinder-cwd-wrapper-list table thead td:first-child .elfinder-cwd-selectall.allselected::before {
  font-weight: 900;
  content: "";
  color: rgb(var(--primary-color));
  border-radius: 2px;
  z-index: -1;
}
.elfinder-touch .elfinder-cwd-wrapper-list table thead td:first-child .elfinder-cwd-selectall.allselected::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  z-index: 1;
  position: relative;
  right: 10px;
  top: -1px;
}
.elfinder-touch .elfinder-cwd-file .elfinder-cwd-select::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 16px;
  position: relative;
  left: 3px;
  color: #C9D3DC;
  border-radius: 2px;
}
.elfinder-touch .elfinder-cwd-file .elfinder-cwd-select input {
  display: none;
}
.elfinder-touch .elfinder-cwd-file.ui-selected .elfinder-cwd-select::before {
  font-weight: 900;
  content: "";
  color: rgb(var(--primary-color));
  border-radius: 2px;
  z-index: -1;
}
.elfinder-touch .elfinder-cwd-file.ui-selected .elfinder-cwd-select::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  z-index: 1;
  position: relative;
  right: 10px;
  top: -1px;
  font-size: 12px;
}
.elfinder-touch .elfinder-cwd-wrapper-list .elfinder-cwd-file .elfinder-cwd-select::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 16px;
  position: relative;
  left: 3px;
  color: #C9D3DC;
  border-radius: 2px;
}
.elfinder-touch .elfinder-cwd-wrapper-list .elfinder-cwd-file .elfinder-cwd-select input {
  display: none;
}
.elfinder-touch .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected .elfinder-cwd-select::before {
  font-weight: 900;
  content: "";
  color: rgb(var(--primary-color));
  border-radius: 2px;
  z-index: -1;
}
.elfinder-touch .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected .elfinder-cwd-select::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  z-index: 1;
  position: relative;
  right: 10px;
  top: -1px;
}

.elfinder .elfinder-places {
  display: none !important;
}
.elfinder .ui-buttonset input {
  display: none;
}
.elfinder .elfinder-resize-preset-container .ui-button {
  padding: 10px;
}
.elfinder .elfinder-cwd.elfinder-table-header-sticky table {
  border-top: none;
}
.elfinder .ui-dialog input {
  padding: 5px;
}
.elfinder .ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix {
  background: unset;
  background-color: #C9D3DC !important;
}
.elfinder .ui-icon.ui-icon-pin-s {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-icon.ui-icon-pin-s::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-icon.ui-icon-arrowrefresh-1-n {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-icon.ui-icon-arrowrefresh-1-n::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-icon.ui-icon-locked {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-icon.ui-icon-locked::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-icon.ui-icon-unlocked {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-icon.ui-icon-unlocked::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-closethick {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-closethick::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 4px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-minusthick {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-minusthick::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 3px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-plusthick {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-plusthick::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2.5px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-arrowreturnthick-1-s {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-arrowreturnthick-1-s::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2.5px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-plusthick {
  text-indent: 0px;
  background-image: unset !important;
}
.elfinder .ui-dialog-titlebar .ui-icon.ui-icon-plusthick::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding: 2px;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .ui-dialog-titlebar .elfinder-dialog-title {
  color: rgb(var(--secondary-navigation-color)) !important;
}
.elfinder .elfinder-upload-dialog-wrapper .elfinder-upload-dirselect.elfinder-tabstop {
  outline: none;
  padding: 0;
}
.elfinder .elfinder-upload-dialog-wrapper .elfinder-button-icon.elfinder-button-icon-dir::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
  font-size: 14px;
}
.elfinder .elfinder-upload-dialog-wrapper .elfinder-dialog-title {
  color: rgb(var(--secondary-navigation-color)) !important;
}
.elfinder .elfinder-upload-dialog-wrapper .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.elfinder-tabstop.elfinder-focus {
  background-color: rgb(var(--primary-color)) !important;
  color: white !important;
}
.elfinder .elfinder-notify {
  background-color: white !important;
}
.elfinder .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: unset;
  background-color: #C9D3DC !important;
}
.elfinder .elfinder-button-menu {
  top: 33px;
}
.elfinder .ui-widget-content.elfinder-button.elfinder-button-search {
  width: 280px;
}
.elfinder .ui-widget-content.elfinder-button.elfinder-button-search input {
  color: #8DA1B7;
  border-radius: 6px;
  border: 1px solid #C9D3DC;
  width: 100%;
  height: 32px;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-right: 30px;
}
.elfinder .ui-widget-content.elfinder-button.elfinder-button-search::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #8DA1B7;
  position: absolute;
  right: 8px;
  line-height: 32px;
}
.elfinder .elfinder-resize-preset.ui-state-hover {
  color: rgb(var(--primary-color)) !important;
}
.elfinder .ui-slider-handle.ui-state-default.ui-corner-all.elfinder-tabstop {
  background: rgb(var(--primary-color));
}
.elfinder .elfinder-resize-type.ui-buttonset label {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0px;
}
.elfinder .elfinder-resize-type.ui-buttonset label:nth-of-type(2) {
  border-left: 0;
  border-right: 0;
}
.elfinder .elfinder-resize-type.ui-buttonset label.ui-state-active {
  background-color: white !important;
}
.elfinder .elfinder-resize-type.ui-buttonset label {
  background-color: #C9D3DC !important;
}
.elfinder .ui-front.ui-widget-overlay.elfinder-overlay {
  background: unset;
  background-color: rgb(var(--secondary-navigation-color));
  background-size: cover;
  opacity: 0.5;
}
.elfinder .ui-dialog-buttonpane {
  background: white;
}
.elfinder .ui-dialog-buttonpane .ui-button {
  background-color: rgb(var(--primary-color)) !important;
  color: white !important;
}
.elfinder .elfinder-dialog-edit .elfinder-file-edit.elfinder-to-editing {
  outline: none;
}
.elfinder .elfinder-toast .ui-button-text {
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-quicklook-fullscreen.ui-resizable-disabled .elfinder-quicklook-navbar {
  width: 179px;
  padding: 5px;
  height: 45px;
}
.elfinder .elfinder-quicklook-fullscreen.ui-resizable-disabled .elfinder-quicklook-navbar .elfinder-quicklook-navbar-icon {
  margin: 0 4px;
}
.elfinder .ui-dialog-content.ui-widget-content {
  padding: 5;
  background-color: white;
}
.elfinder .ui-dialog-content.ui-widget-content .elfinder-cwd-icon::before {
  position: relative;
  top: -3px;
}
.elfinder .ui-dialog-content.ui-widget-content .elfinder-cwd-icon.elfinder-cwd-icon-directory::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--primary-navigation-color));
  font-size: 55px;
  background-color: unset;
  margin-top: 0;
  padding: 0;
  position: relative;
  left: 5px;
  font-size: 45px;
}
.elfinder .elfinder-contextmenu {
  border: solid 1px #F9FAFC;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-color: white;
}
.elfinder .elfinder-contextmenu .elfinder-contextmenu-icon {
  margin-top: -10px;
}
.elfinder .elfinder-contextmenu .ui-state-active {
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-contextmenu .elfinder-contextmenu-item.ui-state-hover {
  background-color: rgba(var(--primary-color), 0.25);
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-contextmenu .elfinder-button-icon.elfinder-button-icon-opendir.elfinder-contextmenu-icon {
  background: unset !important;
}
.elfinder .elfinder-contextmenu .elfinder-button-icon.elfinder-button-icon-opendir.elfinder-contextmenu-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
  font-size: 14px;
}
.elfinder .elfinder-contextmenu .elfinder-button-icon.elfinder-button-icon-dir.elfinder-contextmenu-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
  font-size: 14px;
}
.elfinder .elfinder-cwd-icon.elfinder-cwd-icon-directory::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--primary-navigation-color));
  font-size: 55px;
  background-color: unset;
  margin-top: -18px;
  padding: 0;
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-icon.elfinder-cwd-icon-directory::before {
  font-size: 16px;
  background-color: unset;
  margin-top: -8px;
}
.elfinder .elfinder-cwd .ui-selected {
  background-color: rgba(var(--primary-color), 0.25);
}
.elfinder .elfinder-cwd .ui-selected .elfinder-cwd-filename {
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-navbar {
  background-color: #F9FAFC;
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-navbar .elfinder-navbar-icon {
  left: 11px;
  width: unset;
  height: unset;
  transform: translate(0, -3px);
}
.elfinder .elfinder-navbar .elfinder-navbar-dir {
  padding-left: 35px;
  padding-right: 29px;
}
.elfinder .elfinder-navbar .elfinder-navbar-dir {
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-navbar .elfinder-navbar-dir .elfinder-navbar-arrow {
  height: unset;
  width: unset;
  position: inherit;
  float: right;
  transform: translate(17px, 7px);
}
.elfinder .elfinder-navbar .elfinder-navbar-dir .elfinder-navbar-arrow::before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
}
.elfinder .elfinder-navbar .elfinder-navbar-dir.elfinder-navbar-expanded .elfinder-navbar-arrow::before {
  content: "";
}
.elfinder .elfinder-navbar .elfinder-navbar-wrapper-root > .elfinder-navbar-dir.ui-state-active, .elfinder .elfinder-navbar .elfinder-navbar-subtree .elfinder-tree-dir.ui-state-active {
  background-color: #E5EDFA;
  border: 1px solid #4A90E2;
  border-radius: 60px;
}
.elfinder .elfinder-navbar .elfinder-navbar-wrapper-root > .elfinder-navbar-dir > .elfinder-navbar-icon {
  background: unset !important;
}
.elfinder .elfinder-navbar .elfinder-navbar-wrapper-root > .elfinder-navbar-dir > .elfinder-navbar-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
  font-size: 16px;
}
.elfinder .elfinder-navbar .elfinder-navbar-subtree .elfinder-tree-dir .elfinder-navbar-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: rgb(var(--secondary-navigation-color));
  font-size: 16px;
}
.elfinder .elfinder-workzone {
  background-color: #F9FAFC;
}
.elfinder .elfinder-cwd-wrapper.ui-droppable {
  border-radius: 10px;
  border: 1px solid #C9D3DC;
  height: 100% !important;
}
.elfinder .elfinder-cwd > table {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.elfinder .elfinder-cwd > table > thead {
  background-color: #ECF1F5;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
}
.elfinder .elfinder-cwd > table > thead tr {
  font-weight: 900;
}
.elfinder .elfinder-workzone > .elfinder-cwd-fixheader {
  border-radius: 10px 10px 0 0;
  background-color: #ECF1F5;
  transform: translate(1px, 1px);
}
.elfinder .elfinder-workzone > .elfinder-cwd-fixheader > table > thead tr {
  font-weight: 900;
}
.elfinder .elfinder-cwd-wrapper-list.elfinder-cwd-fixheader:before {
  background-color: unset;
}
.elfinder .elfinder-path .elfinder-path-other {
  padding: 0 2px;
}
.elfinder .elfinder-path .elfinder-path-dir:last-of-type {
  font-weight: 900;
}

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