@charset "UTF-8";
*,
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
  line-height: 1.4;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  display: block;
  height: 100%;
  width: 100%;
  background-color: red;
  background-color: #f5f5f5;
  line-height: 1.4;
  font-family: "Roboto", Arial, sans-serif;
}

section {
  padding: 15px;
  background: #fffefe;
  border: solid 1px #e6e6e6;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  margin: 5px auto;
  width: 100%;
  max-width: 1000px;
  min-width: 300px;
}

.login-form {
  min-width: 250px;
  max-width: 400px;
  text-align: center;
  margin: auto;
}

.login-form input {
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: solid 1px #e6e6e6;
  border-radius: 0.25rem;
}

.btn {
  padding: 10px;
  margin: 5px;
}

.login .btn, .list .btn {
  width: 100%;
}

.container-lg {
  text-align: left;
  margin: 5px;
}

.error {
  margin-top: 0;
  margin-bottom: 0;
  color: red;
  font-size: 0.8rem;
}

.datatype {
  opacity: 0.65;
}

h3 {
  margin-top: 5px;
}

.green {
  color: green;
}

.red {
  color: red;
}

.hidden {
  display: none;
}

.collapse .assets {
  display: none;
}

.collapsed {
  /* background: #f5f5f5; */
  /* border: 1px solid gray; */
  /* border-radius: 4px; */
  font-size: 18px;
  /* margin: 10px; */
  /* padding: 10px; */
}

.folder::before {
  content: "🗁";
  display: inline-block;
  min-width: 25px;
}

.collapse .folder::before {
  content: "🗀";
}

.folder {
  margin: 0;
}

.assets p {
  margin: 0 0 0 2em;
}

.collapsed .save {
  opacity: 0;
  margin: 0 0 0 0.5em;
  width: 1em;
  height: 1em;
  position: relative;
  transition: 0.1s ease-out;
  display: inline-block;
}
.collapsed .save span {
  position: absolute;
  transition: 0.2s cubic-bezier(0.1, 0.9, 0.9, 1.5);
}

.collapsed .save:hover span {
  transform: scale(1.7);
}

.collapsed p:hover .save {
  opacity: 1;
}

.asset:hover {
  text-decoration: underline;
}

.collapsed > p {
  cursor: pointer;
}

.contentEdit {
  width: 100%;
}

.folder {
  font-weight: 500;
}

.message-danger {
  font-size: 18px;
  font-weight: 900;
  color: red;
}

.floatButton {
  float: right;
}

.find {
  position: relative;
}
.find input {
  padding: 3px 3px 3px 25px;
}
.find:before {
  content: "🔍";
  position: absolute;
  top: 5px;
  left: 5px;
}

.finding .assets {
  display: block;
}
.finding .assets p {
  display: none;
}
.finding p.finded {
  display: block;
}

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