/*
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: #353535; }

.toolbar button {
  background-color: #353535;
  border-bottom-color: #353535; }

.toolbar button.inactive {
  color: silver; }

.toolbar button.active {
  color: white; }

#slidebar {
  background-color: #353535; }

#slidebar i {
  border-bottom-color: #353535; }

#slidebar a {
  color: white; }

#modal-editor .file-path {
  border-color: #353535; }

#modal-editor .modal-footer {
  background-color: #353535;
  color: white; }

.toolbar button.active:hover {
  background-color: #2e2e2e;
  border-bottom-color: #fa434a; }

#slidebar i:hover {
  background-color: #2e2e2e;
  border-bottom-color: #fa434a; }

#history .dropdown-menu {
  background-color: #f3f3f3;
  border-left-color: #fa434a; }

#history button {
  background-color: #fa434a;
  color: white; }

#history ul li:hover {
  background-color: #ececec; }

#breadcrumb {
  background-color: #f3f3f3; }

#modal-editor .file-path {
  background-color: #f3f3f3; }

#files .ui-selecting,
#files .ui-selected {
  background-color: #e4e4e4; }

#files .ui-selecting:first-child,
#files .ui-selected:first-child {
  border-top-color: #e4e4e4; }

#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: #fa434a; }

.toolbar .logo {
  background: url("../application/frontend/images/logo-ampersand-factory.png") no-repeat center center;
  background-size: 144px auto;
  height: 33px;
  width: 144px; }

@media (max-width: 1000px) {
  .toolbar .logo {
    background: url("../application/frontend/images/logo-ampersand-factory.png") no-repeat center center;
    background-size: 80px auto;
    /*background-position: -26px;*/
    width: 80px; } }

#modal-editor .modal-footer .logo {
  background: url("../application/frontend/images/logo-ampersand-factory.png") no-repeat center center;
  background-size: 90px auto;
  height: 23px;
  width: 90px; }

@media (max-width: 1000px) {
  #modal-editor .modal-footer .logo {
    background: url("../application/frontend/images/logo-ampersand-factory.png") no-repeat center center;
    background-size: 50px auto;
    /*background-position: -17px;*/
    width: 50px; } }

.label-warning {
  background-color: #fa434a;
  color: white; }

.btn-primary {
  background-color: #fa434a;
  color: white; }



.btn-danger {
    background-color: #fa434a;
}

.btn-primary:hover, 
.btn-primary:focus, .btn-primary.focus, 
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, 
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, 
.btn-danger:hover, 
.btn-danger:focus, .btn-danger.focus, 
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, 
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, 
.btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, 
.btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    background-color: rgba(250, 67, 74, 0.8);
    border-color: rgba(250, 67, 74, 0.8);
}


