.header {
    z-index: 10030;
}

.navbar {
    background: #eb9f61;
    min-height: 48px;
    filter: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 4px solid #eb9f61;
    position: fixed !important;
}

.navbar>.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none !important;
    padding: 0 20px;
}

.navbar-right {
    float: right !important;
}

.navbar-left {
    float: left !important;
}

.navbar-text {
    line-height: 48px;
    color: #ffffff;
}

.navbar {
    font-family: Arial;
    /* DEPRECATED
      .nav > li:active, .nav > li.open {
          //border-left-color: rgba(0, 0, 0, 0.28);
          //border-left-color: rgba(0, 0, 0, 0.65);

          + li {
              //border-left-color: rgba(0, 0, 0, 0.65);
          }
      } */
}

.navbar .navbar-brand {
    padding: 0;
    line-height: 48px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 18px;
    width: 255px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: left;
    padding-left: 0;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0;
}

.navbar .toggle-sidebar {
    margin-left: -50px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 14px;
    font-size: 14px;
    text-decoration: none;
}

.navbar .toggle-sidebar:hover {
    background: rgba(255, 255, 255, 0.05);
}

.navbar .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    flex-direction: inherit !important;
}

.navbar .navbar-nav>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .divider-vertical {
    height: 48px;
    border-left: 1px solid #4d7496;
    border-right: 1px solid #ffffff;
}

.navbar .nav>li {
    line-height: 28px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .nav>li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.21);
}

.navbar .nav>li.nav-toggle {
    display: none;
}

.navbar .nav>li:active,
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .toggle-sidebar:active {
    color: #ffffff;
    background: #e07116;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
}

.navbar .nav>li>a {
    color: #ffffff;
    font-size: 13px;
    text-shadow: 0 1px 0 #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: nowrap;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
    color: #ffffff;
    background: #5681a7;
    background: rgba(255, 255, 255, 0.05);
}

.navbar .nav>li>a>span {
    padding-left: 5px;
}

.navbar .nav>li>a>span.username {
    font-weight: bold;
}

.navbar .nav>li>a .badge {
    position: absolute;
    font-size: 10px;
    font-weight: 300;
    top: 8px;
    right: 8px;
    text-align: center;
    height: 14px;
    background-color: #be4141;
    background-color: rgba(219, 45, 42, 0.8);
    padding: 2px 4px;
    text-shadow: none;
}


/* * * * * * * * * * * *
   * Project Switcher
   * * * * * * * * * * * */

.project-switcher {
    display: none;
    background-color: #e07116;
    /* * * * * * * * * * * *
       * Project List
       * * * * * * * * * * * */
}

.project-switcher.open {
    display: block;
}

.project-switcher #frame {
    height: 150px;
}

.project-switcher .project-list {
    width: 100% !important;
    height: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
}

.project-switcher .project-list li {
    display: inline-block;
    padding: 0 3%;
    color: #fff;
}

@media (max-width: 1400px) {
    .project-switcher .project-list li {
        display: inline-block;
        padding: 0 1%;
        color: #fff;
    }
}

.project-switcher .project-list li:last-child {
    border-right: none;
}

.project-switcher .project-list li a {
    color: #fff;
    display: block;
    padding: 15px;
    opacity: 0.9;
}

.project-switcher .project-list li a:hover {
    background-color: rgba(255, 255, 255, 0.07);
    text-decoration: none;
    opacity: 1;
}

.project-switcher .project-list li a:active {
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
}

.project-switcher .project-list li .image,
.project-switcher .project-list li .title {
    display: block;
}

.project-switcher .project-list li .image i {
    font-size: 20px;
}

.project-switcher .project-list li .title {
    font-size: 13px;
    font-weight: 600;
}

.project-switcher .project-list li .image+.title {
    padding-top: 10px;
}

.project-switcher .project-list li.current a {
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
}


/* # Dropdowns
================================================== */

.navbar .dropdown-menu {
    margin-top: 3px !important;
    position: absolute !important;
    float: left !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    right: 0;
    left: auto;
}

.navbar .dropdown-toggle i.small {
    font-size: 10px;
}

.dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    font-size: 13px;
    text-align: left;
}

.dropdown-menu>li>a>i,
.dropdown-menu>li>i {
    margin-right: 5px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: #4d7496;
    filter: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #4d7496;
}

.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 13px;
}

.btn-group>.btn {
    font-size: 13px;
}

.btn-group>.btn-lg {
    font-size: 14px;
}

.btn-group>.btn-sm {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 11px;
}


/* * * * * * * * * * * *
   * Extended
   * * * * * * * * * * * */

.dropdown-menu.extended {
    min-width: 180px;
    max-width: 320px;
    width: 260px;
    padding: 0;
}

.dropdown-menu.extended li {
    border-bottom: 1px solid #e6e6e6;
    /* * * * * * * * * * * *
           * Notifications
           * * * * * * * * * * * */
    /* * * * * * * * * * * *
           * Progressbars (Tasks)
           * * * * * * * * * * * */
    /* * * * * * * * * * * *
           * Messages
           * * * * * * * * * * * */
}

.dropdown-menu.extended li:last-child,
.dropdown-menu.extended li.title {
    border-bottom: none;
}

.dropdown-menu.extended li.footer {
    text-align: center;
}

.dropdown-menu.extended li.footer a {
    background-color: #f9f9f9;
    color: #6f6f6f;
    padding: 8px;
}

.dropdown-menu.extended li.footer a:hover {
    background-color: #4d7496;
    color: #fff;
}

.dropdown-menu.extended li p {
    padding: 6px 15px;
    background-color: #334d63;
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.dropdown-menu.extended li a {
    font-size: 12px;
    padding: 10px;
    white-space: normal;
}

.dropdown-menu.extended li a:hover .time,
.dropdown-menu.extended li a:hover .task .percent {
    color: #fff;
}

.dropdown-menu.extended li .message {
    padding: 7px;
}

.dropdown-menu.extended li .time {
    font-weight: 300;
    position: absolute;
    right: 5px;
    color: #adadad;
    font-size: 11px;
    padding-top: 3px;
}

.dropdown-menu.extended li .label {
    padding: 7px;
    width: 24px;
    text-align: center;
    display: inline-block;
}

.dropdown-menu.extended li .task .percent {
    float: right;
    display: inline-block;
    color: #adadad;
    font-size: 11px;
}

.dropdown-menu.extended li .progress {
    margin: 5px 0;
}

.dropdown-menu.extended li .photo img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 6px;
}

.dropdown-menu.extended li .subject {
    display: block;
}

.dropdown-menu.extended li .subject .from {
    font-size: 13px;
    font-weight: 600;
}

.dropdown-menu.extended li .text {
    display: block;
    white-space: normal;
    font-size: 12px;
    line-height: 20px;
    padding-top: 1px;
}


/* # Breadcrumb
==================================================*/

.crumbs {
    height: 40px;
    background: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
}

.crumbs .breadcrumb {
    float: left;
    background-color: #f9f9f9;
    height: 0;
    padding: 0.6rem 1rem !important;
}

.crumbs .breadcrumb li {
    float: left;
    font-size: 12px;
    padding-top: 2px;
    padding-right: 5px;
}

.crumbs .breadcrumb li a {
    color: #555555;
}

.crumbs .breadcrumb li a:hover {
    text-decoration: none;
    color: #4d7496;
}

.crumbs .breadcrumb li i {
    color: #6f6f6f;
    padding: 0 5px;
}

.crumbs .breadcrumb li.current a {
    color: #949494 !important;
}

.crumbs .crumb-buttons {
    float: right;
    list-style: none;
    margin-right: 21px;
    margin-left: 0;
    height: 0;
}

.crumbs .crumb-buttons>li {
    float: left;
    font-size: 12px;
    border-right: 1px solid #d9d9d9;
    position: relative;
}

.crumbs .crumb-buttons>li:first-child,
.crumbs .crumb-buttons>li.first {
    border-left: 1px solid #d9d9d9;
}

.crumbs .crumb-buttons>li>a {
    color: #555555;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 39px;
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.crumbs .crumb-buttons>li>a:hover {
    background: #fff;
}

.crumbs .crumb-buttons>li>a:active {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background: #ebebeb;
}

.crumbs .crumb-buttons>li>i,
.crumbs .crumb-buttons>li>a>i {
    padding-right: 5px;
}

.crumbs .crumb-buttons>li>i.left-padding,
.crumbs .crumb-buttons>li>a>i.left-padding {
    padding-right: 0;
    padding-left: 5px;
}

.crumbs .crumb-buttons>li.open {
    background: #fff;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
}
