.toolbar {
  background-color: #49c8df;
}

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

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

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

#slidebar {
  background-color: #49c8df;
}

#slidebar i {
  border-bottom-color: #49c8df;
}

#slidebar a {
  color: #ffffff;
}

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

#modal-editor .modal-footer {
  background-color: #49c8df;
  color: #ffffff;
}

.toolbar button.active:hover {
  background-color: #2e2e2e;
  border-bottom-color: #e97e59;
}

#slidebar i:hover {
  background-color: #2e2e2e;
  border-bottom-color: #e97e59;
}

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

#history button {
  background-color: #19232b;
  color: #ffffff;
}

#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;
}

#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/logo.png') no-repeat center center;
  background-size: 144px 33px;
  height: 33px;
  width: 144px;
}

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

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

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

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

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

.browse-client-message{
    display: inline !important;
    position: absolute;
    font-size: 12px;
    margin-left: 7px;
    margin-right: 261px;
    margin-top: 5px;
}
@media (min-width: 408px) and (max-width: 768px) {.no-phone,.nophone{display : none;visibility: hidden;}.only-phone{display : block;visibility: visible;}
}
@media (max-width: 408px) {.no-phone,.nophone{display : none;visibility: hidden;}.only-phone{display : block;visibility: visible;}
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning{
    background-color: #f39c12 !important;
}

.callout p:last-child {
    margin-bottom: 0;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}
.callout.callout-warning {
    border-color: #c87f0a;
}
.callout {
    border-radius: 3px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
