.e-bg {
  color: #172333;
  background: #FFFFFF;
}
.e-shadow {
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.39);
}
.editor {
  font-family: 'OpenSans', sans-serif;
}
/* Tools */
.tool {
  position: fixed;
}
.main-tool {
  right: 10px;
  top: 50%;
  width: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9999999;
}
.tool-container {
  border-radius: 5px;
  padding: 10px;
}
.tool-btn {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #172333;
  background-color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tool-btn:hover,
.tool-btn.active {
  color: #00D385;
}
.tool-btn.disabled,
.tool-btn.disabled:hover,
.tool-btn.disabled.active {
  color: #BDBDBD;
  cursor: default;
}
.tool-btn i {
  line-height: 44px;
  font-size: 24px;
}
.h-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0,0,0,0.2);
  margin: 5px 0;
}

.tools-list {
  padding: 10px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.tool-article-list{
  padding: 10px 0;
}
.tool-item {
  position: relative;
  width: 100%;
  padding: 5px 15px;
}
.article-item {
  padding: 5px 0;
}
.tool-item.cols {
  width: 33.3333%;
}
.tool-link {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #000;
  padding: 20px 10px;
  border: 1px solid rgba(115,122,147,0.1);
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.tool-link.small {
  padding: 10px 10px;
}
.tool-item.cols .tool-link {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tool-link:hover {
  border: 1px solid #00D385;
}
.tool-link i {
  font-size: 28px;
  padding: 5px;
  margin-right: 10px;
  color: #00D385;
}
.tool-item.cols .tool-link i {
  width: 100%;
  margin-right: 0;
  font-size: 64px;
  text-align: center;
}
.tool-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items:  center;
  align-items:  center;
}
.tool-box p,
.tool-box span {
  margin: 0;
  padding: 0;
}
.tool-item.cols .tool-box {
  width: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items:  center;
  align-items:  center;
}
.tool-box p {
  font-size: 16px;
}
.tool-box span {
  font-size: 10px;
}
.tool-box img {
  height: 40px;
  margin-right: 10px;
}
.tool-list {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sort-container {
  width: 100%;
}
.panel-tools {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  padding: 10px 25px;
}
.item-tools {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
}
.file-tools {
    position: absolute;
    top: 5px;
    right: 5px;
}
.tool-file-list {
  padding: 0 10px;
  margin-bottom: 50px;
}
.tool-file-item {
  position: relative;
  width: 16.666%;
  padding: 5px;
}
.tool-file-btn {
  display: block;
  padding: 5px;
  border: 1px solid rgba(115,122,147,0.1);
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.tool-file-btn img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  line-height: 1;
}
.tool-file-btn span {
  display: block;
  font-size: 10px;
  text-align: center;
}
.tool-file-btn i {
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 150px;
  font-size: 64px;
}
.app-uploads-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* Panels */
.panels-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.2);
}
.panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
}
.panel.side {
  height: 100vh;
  width: 100%;
  max-width: 40vw;
  min-width: 600px;
}
.panel.full {
  height: 100vh;
  width: 100%;
}
.panel.alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.panel.alert .panel-container {
  width: 80%;
  max-width: 700px;
  height: auto;
}
.panel.alert .panel-box {
  padding: 0 25px 25px 25px;
  text-align: center;
}
.panel.alert .panel-box p {
  font-size: 18px;
}
.panel.alert .panel-box b {
  color: #00D385;
}

.panel-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.panel-header {
  display: block;
  height: 60px;
  text-align: center;
}
.panel-header h4 {
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0 50px;
  line-height: 60px;
}
.panel-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.panel.side .panel-box,
.panel.full .panel-box {
  position: relative;
  display: block;
  height: calc(100vh - 60px);
  overflow-x: auto;
}

.tool-show-enter-active, .tool-show-leave-active,
.tool-show-enter-active .panel-container, .tool-show-leave-active .panel-container {
  transition: all .5s ease;
}
.tool-show-enter.side .panel-container, .tool-show-leave-to.side .panel-container,
.tool-show-enter.full .panel-container, .tool-show-leave-to.full .panel-container {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  opacity: 0;
}
.tool-show-enter.alert .panel-container, .tool-show-leave-to.alert .panel-container {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  opacity: 0;
}
.tool-show-enter.main-tool, .tool-show-leave-to.main-tool {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100% -50%);
  opacity: 0;
}
.tool-show-enter.panels-overlay, .tool-show-leave-to.panels-overlay {
  opacity: 0;
}


/* Notify */
.messagess {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100%;
  max-width: 400px;
  z-index: 9999999;
}
.message-item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #ffffff;
}
.message-container {
  position: relative;
  padding: 15px;
  cursor: pointer;
  color: rgb(47,59,86);
}
.message-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
}
.message-content i {
  font-size: 2em;
  margin-right: 15px;
}
.message-container p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.success .message-container  {
  background-color: #1AFDB0;
}
.error .message-container  {
  background-color: #E64950;
}
.info .message-container  {
  background-color: #eeff41;
}
.notify-enter-active, .notify-leave-active{
  transition: all .5s ease;
}
.notify-enter, .notify-leave-to {
  opacity: 0;
}
.notify-enter, .notify-leave-to {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.loader-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 5px;
}
.Loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.Loader:before, .Loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0 0 0.7555555556rem rgba(0,211,133, 0.75));
}
.Loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1rem #00D385;
  animation-name: pulsA;
}
.Loader:after {
  width: calc(100% - 1rem*2);
  padding-bottom: calc(100% - 1rem*2);
  box-shadow: 0 0 0 0 #00D385;
  animation-name: pulsB;
}

@keyframes pulsA {
  0% {
    box-shadow: inset 0 0 0 1rem #00D385;
    opacity: 1;
  }
  50%, 100% {
    box-shadow: inset 0 0 0 0 #00D385;
    opacity: 0;
  }
}
@keyframes pulsB {
  0%, 50% {
    box-shadow: 0 0 0 0 #00D385;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 1rem #00D385;
    opacity: 1;
  }
}
