a {
    color: #e06a21;
}
a:focus,
a:hover {
    color: #bd520f;
}
.header .navbar-brand .navbar-logo {
    background: #e06a21;
}
.header .navbar-nav > li > a .label {
    background: #e06a21;
}
.gradient-enabled .sidebar .nav > li > a .label.label-theme {
    background: -webkit-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -moz-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -o-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: linear-gradient(to bottom, #e47530 0, #e75704 100%);
}
.gradient-enabled .sidebar .nav > li.active > a {
    background: -webkit-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -moz-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -o-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: linear-gradient(to bottom, #e47530 0, #e75704 100%);
}
.sidebar .nav > li.active > a i {
    color: #e06a21;
}
.gradient-enabled .sidebar .nav > li.active > a .label.label-theme {
    background: rgba(0, 0, 0, 0.65);
}
.sidebar .sub-menu > li.active:after {
    border-color: #e06a21;
}
.page-with-light-sidebar.gradient-enabled .sidebar .nav > li.active > a {
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -moz-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: -o-linear-gradient(to bottom, #e47530 0, #e75704 100%);
    background: linear-gradient(to bottom, #e47530 0, #e75704 100%);
}
.top-menu .nav > li.active > a i {
    color: #e06a21;
}
.float-sub-menu-container .float-sub-menu li.active:after {
    border-color: #e06a21;
}
.bg-theme {
    background-color: #e06a21 !important;
}
.label-theme {
    background-color: #e06a21;
}
.text-theme {
    color: #e06a21;
}
.page-with-light-sidebar .sidebar .sub-menu > li.active:after {
    border-color: #e06a21;
}
.coming-soon .brand .logo {
    background: #e06a21;
}
.todolist > li.active > a i:before {
    content: "\f14a";
    color: #e06a21;
}
.todolist > li.active > a:focus i:before,
.todolist > li.active > a:hover i:before {
    color: #e06a21;
}
.login.login-v1 .login-container .login-header .brand .logo {
    background-color: #e06a21;
}
.login.login-v2 .login-header .brand .logo {
    background-color: #e06a21;
}
.login.login-with-news-feed .right-content .login-header .brand .logo {
    background-color: #e06a21;
}
.pace .pace-progress {
    background: #e06a21;
}
.pace .pace-activity {
    border-top-color: #e06a21;
    border-left-color: #e06a21;
}
.select2-selection--single {
  height: 100% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}