/*
Use our theme wizard to easily rebrand with your own colors and logo
http://redirect.monstaftp.com/theme-wizard

Rebranding is only available in the Host Edition
http://redirect.monstaftp.com/upgrade
*/
.toolbar {
  background-color: #FCEDEC; }

.toolbar button {
  background-color: #FCEDEC;
  border-bottom-color: #FCEDEC; }

.toolbar button.inactive {
  color: silver; }

.toolbar button.active {
  color: silver; }

#slidebar {
  background-color: #FCEDEC; }

#slidebar i {
  color: silver;
  border-bottom-color: #FCEDEC; }

#slidebar a {
  color: silver; }

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

#modal-editor .modal-footer {
  background-color: #353535;
  color: silver; }

.toolbar button.active:hover {
  background-color: #FCEDEC;
  border-bottom-color: #E50019; }

#slidebar i:hover {
  background-color: #FCEDEC;
  border-bottom-color: #E50019; }

#history .dropdown-menu {
  background-color: #fffff3;
  border-left-color: #FCEDEC; }

#history button {
  background-color: #FCEDEC;
  color: silver; }

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

#breadcrumb {
  background-color: #fffff3; }

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

#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; */ 
  color: #E50019; }

#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("../application/frontend/images/8thgradeenglish_logo.png") no-repeat center center;
  background-size: 345px 85px;
  height: 85px;
  width: 345px; }

@media (max-width: 1000px) {
  .toolbar .logo {
    background: url("../application/frontend/images/8thgradeenglish_logo.png") no-repeat center center;
    background-size: 245px 75px;
    background-position: -26px;
    height: 75px
    width: 245px; } }

#modal-editor .modal-footer .logo {
  background: url("../application/frontend/images/8thgradeenglish_logo.png") no-repeat center center;
  background-size: 345px 85px;
  height: 85px;
  width: 2345px; }

@media (max-width: 1000px) {
  #modal-editor .modal-footer .logo {
    background: url("../application/frontend/images/8thgradeenglish_logo.png") no-repeat center center;
    background-size: 345px 85px;
    background-position: -17px;
    width: 345px; } }

.label-warning {
  background-color: #E50019;
  color: silver; }

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