.theme .navbar,
.theme .navbar-fixed-top,
.theme .appHeader {
    border-bottom-color: #ff890e;
    background: #ffffff;
    color: #606d7b;
}

.theme navbar-inverse .brand,
.theme #theNavbar .dropdown > .dropdown-toggle,
.theme .navbar-inverse .nav>li>a,
.theme .languageMenu > .toggleMenu > .toggleMenu_Toggle,
.theme .userMenu > .toggleMenu > .toggleMenu_Toggle svg,
.theme .switcherButton,
.theme .switcherButton:visited,
.theme .mainNav_Item,
.theme .mainNav_Item:visited {
    color: #606d7b;
}

.theme .mainNav_Item._isActive {
    color: #1f2933;
}
.theme .mainNav_Item:hover,
.theme .mainNav_Item:focus,
.theme .mainNav_Item:active,
.theme .switcherButton:hover,
.theme .switcherButton:focus,
.theme .switcherButton:active,
.theme .languageMenu > .toggleMenu > .toggleMenu_Toggle:hover,
.theme .languageMenu > .toggleMenu > .toggleMenu_Toggle:focus,
.theme .languageMenu > .toggleMenu > .toggleMenu_Toggle:active,
.theme .userMenu > .toggleMenu > .toggleMenu_Toggle:hover svg,
.theme .userMenu > .toggleMenu > .toggleMenu_Toggle:focus svg,
.theme .userMenu > .toggleMenu > .toggleMenu_Toggle:active svg,
.theme ._topTab a:hover,
.theme ._topTab a:focus,
.theme ._topTab a:active,
.theme .navbar-inner #theNavbar .nav:first-child li a:hover,
.theme .navbar-inner #theNavbar .nav:first-child li a:focus,
.theme .navbar-inner #theNavbar .nav:first-child li a:active,
.theme .dropdown > .dropdown-toggle:hover,
.theme .dropdown > .dropdown-toggle:focus,
.theme .dropdown > .dropdown-toggle:active,
.theme .account-icon:hover svg,
.theme .account-icon:focus svg,
.theme .account-icon:active svg {

            color: #ff890e;
    }

body.theme:not(.login) {
    background: #f7f3f2;
}


body.login {
    background-color: #f7f3f2;
      background-image: url('/static/theme/bg-login.jpg');
  }


.theme #loginForm,
.theme #passwordResetForm,
.theme #passwordErrorForm,
.theme #registrationForm {
  border-top-color: #ff890e;
}


.theme #loginForm .back:hover,
.theme #passwordResetForm .back:hover,
.theme #passwordErrorForm .back:hover,
.theme #registrationForm .back:hover {
  color: #ff890e;
}

.theme .lead-bg-color,
.theme .lead-border-color,
.theme .lead-font-color,
.theme .btn-primary,
.theme .btn.btn-primary,
.theme .btn.primary,
.theme .btn-success, {
  background: #ff890e;
  color: #ffffff;
}

.theme .navbar-inner #theNavbar .nav:first-child li a:hover {
  color: #ff890e;
  background: transparent;
}

.theme #sidebar .application-container-header.active h4,
.theme #sidebar .application-container-header.active h4:hover {
  border-left-color: #ff890e;
}

.theme .application-container-header .icon-plus {
  color: #ff890e;
}

.theme .application-container-header .icon-plus:hover {
  background: #ff890e;
}

.theme .application-container-header .icon-plus:hover::before {
  color: #ffffff;
}

.theme #sidebar li._adjust:hover .media {
  border-left-color: #ff890e;
}

.theme #tree li.active {
  border-left-color: #ff890e;
}

.theme #tree li:hover .drag-wrapper:hover {
  background: #ff890e;
}

.theme a.videoLink:hover {
  background: #ff890e;
}


.theme .btn-primary,
.theme .btn.btn-primary,
.theme .btn.primary,
.theme .btn-success {
  background: #ff890e;
  color: #ffffff;
}
.theme .btn-primary:focus,
.theme .primary:focus,
.theme .btn:focus,
.theme .btn-secondary:focus,
.theme .secondary:focus,
.theme .btn-success:focus {
  box-shadow:
        0 0 0 1px hsl(0, 0%, 100%),
        0 0 0 2px #ff9629,
        0 3px 6px hsla(0, 0%, 0%, .15),
        0 2px 4px hsla(0, 0%, 0%, .12);
}

.theme .btn-primary:hover,
.theme .btn.primary:hover,
.theme .btn-success:hover {
  background: #ff9629;
}

.theme .btn-back {
    color: #1f2933 !important;
    opacity: 0.8;
}
.theme .btn-back:hover,
.theme .btn-back:focus,
.theme .btn-back:active {
    color: #1f2933 !important;
    opacity: 0.9;

}

.theme .dropdown-menu > li > a:hover,
.theme .dropdown-menu > li > a:focus,
.theme .dropdown-submenu:hover > a,
.theme .dropdown-submenu:focus > a {
  background: #ff890e;
}

.theme #subContent .nav > .active > a,
.theme #subContent .nav > .active > a:hover,
.theme #subContent .nav > .active > a:focus,
.theme #subContent .nav-tabs li a:hover {
  border-bottom-color: #ff890e;
}

.theme .container-footer-inner .dropup li a:hover {
  background: #ff890e;
}

.theme:not(.login) #footer a,
.theme:not(.login) #footer a:visited,
.theme:not(.login) #footer .muted,
.theme:not(.login) #footer {
    color: #1f2933;
}

.theme:not(.login) #footer a:not(:disabled):not(._disabled):hover,
.theme:not(.login) #footer a:not(:disabled):not(._disabled):focus,
.theme:not(.login) #footer a:not(:disabled):not(._disabled):active {
    color: #1f2933;
    opacity: 0.9;
}
