
.toolbar {
    background: linear-gradient(119deg, rgba(120, 195, 174, 100) 1.8646240234375%, rgba(0, 145, 225, 100) 34.08203125%, rgba(99, 91, 255, 100) 80.096435546875%);
}

.toolbar button {
  background-color: rgba(255,255,255,0);
  border-bottom-color: rgba(255,255,255,0);
}

.toolbar button.inactive {
  color: #c0c0c0;
}

.toolbar button.active {
  color: #ffffff;
}

#slidebar {
  background-color: #4e00ff;
}

#slidebar i {
  border-bottom-color: #4e00ff;
}

#slidebar a {
  color: #ffffff;
}

#modal-editor .file-path {
  border-color: #4e00ff;
}

#modal-editor .modal-footer {
  background-color: #4e00ff;
  color: #ffffff;
}

.toolbar button.active:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: #ffffff;
}

#slidebar i:hover {
  background-color: #360faf;
  border-bottom-color: #ffffff;
}

#history .dropdown-menu {
  background-color: #fbfbfb;
  border-left-color: #909090;
}

#history button {
  background-color: #909090;
  color: #ffffff;
}

#history ul li:hover {
  background-color: #fbfbfb;
}

#breadcrumb {
  background-color: #fbfbfb;
}

#modal-editor .file-path {
  background-color: #fbfbfb;
}

#files .ui-selecting, #files .ui-selected {
  background-color: #feffe4;
}

#files .ui-selecting:first-child, #files .ui-selected:first-child {
  border-top-color: #feffe4;
}

#files td.icon .fa-folder, #files td.icon .fa-level-up {
  color: #eea147;
}

#files td.icon i {
  color: #5590bc;
}

#modal-transfers .icon i {
  color: #5590bc;
}

.dropdown-menu li a:hover, .dropdown-menu .active a:hover {
  background-color: #4094fa;
}

.toolbar .logo {
  background: url('../images/monsta-logo-400w.png') no-repeat center center;
  background-size: 33px 33px;
  height: 33px;
  width: 33px;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('../images/monsta-logo-400w.png') no-repeat center center;
    background-size: 33px /*[cp18h]*/;
    background-position: -26px;
    width: 29px;
  }
}

#modal-editor .modal-footer .logo {
  background: url('../images/monsta-logo-400w.png') no-repeat center center;
  background-size: 23px 23px;
  height: 23px;
  width: 23px;
}

@media (max-width:1000px) {
  #modal-editor .modal-footer .logo {
    background: url('../images/monsta-logo-400w.png') no-repeat center center;
    background-size: 23px /*[cp19h]*/;
    background-position: -17px;
    width: 23px;
  }
}

.label-warning {
  background-color: #efa72e;
  color: #ffffff;
  
}

.label-login{
  background-color: white;
}

.btn-primary {
  background-color: #337ab7;
  color: #ffffff;
}