body {
    padding-top: 165px;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3000;
}

.header .dark-bar {
    min-height: 32px;
    background-color: #000;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.header .pcard-logo-wrapper {
    float: left;
    padding: 7px;
}

.header .pcard-logo {
    height: 15px;
    margin-left: 10px;
}

.header .admin-tool-name-wrapper {
    float: right;
    margin-top: 8px;
    margin-left: 7px;
    margin-right: 20px;
}

.header .admin-tool-name {
    font-size: 17px;
    color: #fff;
}

.header .light-bar {
    min-height: 65px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.header .light-bar .icon-options {
    margin-left: 10px;
    padding: 7px;
}

.header .light-bar .icon-options i {
    color: #000;
    font-size: 30px;
    margin-right: 10px;
}

.header .light-bar .title {
    padding: 7px;
    font-size: 30px;
}

@media (max-width: 768px) {
    .header .pcard-logo-wrapper {
        float: initial;
    }

    .header .admin-tool-name-wrapper {
        float: initial;
    }
}

.icon-arrow-up {
    display: none;
}

.icon-arrow-down {
    display: inline;
}

.icon-arrow-up:hover, .icon-arrow-down:hover {
    color: #9e6b6b;
}

.title.float-right.show .icon-arrow-up {
    display: inline;
}

.title.float-right.show .icon-arrow-down {
    display: none;
}

.dropdown-item.signout {
    background: #23272b;
    color: #fff;
}

.dropdown-item:active {
    color: #9e6b6b;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #9e6b6b;
}

nav.breadcrumb {
    position: fixed;
    top: 97px;
    left: 65px;
    height: 47px;
    width: calc(100% - 65px);
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 2500;
    border-bottom: 1px solid #cccccc;
}

.breadcrumb,
nav.breadcrumb li {
    background-color: #ffffff;
}

nav.breadcrumb.admin-menu-open {
    left: 240px;
    width: calc(100% - 240px);
}

nav.breadcrumb ul {
    padding-top: 16px;
}

nav.breadcrumb .dropdown-menu {
    margin-top: 16px;
    margin-left: -15px;
    border-top: none;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 11px;
}

.breadcrumb-item.active-child a {
    color: #ccc;
}

.breadcrumb-item.active > a,
.breadcrumb-item a.active {
    color: #9e6b6b;
    background-color: transparent;
}

.dropdown-divider {
    height: 0;
    margin: 0rem 0;
    overflow: hidden;
}

.ml-minus-20px {
    margin-left: -20px
}

.dropdown-menu.pos {
    margin-top: 1.20rem;
    margin-right: -4px;
    border: none;
}

.dropdown-menu.dropdown-pos.dropdown-border {
    margin-top: 1.20rem;
    margin-right: -4px;
    border-radius: 0;
    padding: 0;
}

.search-bar-pos {
    margin-right: 200px !important;
    margin-top: -30px !important;
}

.breadcrumb-item.remove-slash.show .icon-arrow-up {
    display: inline;
}

.breadcrumb-item.remove-slash.show .icon-arrow-down {
    display: none;
}

.remove-slash:before,
.remove-slash::before{
    content: '' !important;
}

.mobile_search_pos {
    top: 0px;
    left: 0px;
}

.dropdown-menu_test {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}
