.logo-big {
    width: 120px;
    height: 115px;
}

#header-logo {
    padding-left: 0px !important;
}

.orgchart .node {
    margin-right: 5px !important;
}


#page-sidebar li ul li a:before,
#page-sidebar li a .menu-icon {
    font-size: 20px;
    line-height: 35px;
    display: block;
    float: left;
    width: 30px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);
}

#page-sidebar li a .menu-icon {
    opacity: .60;
    -moz-opacity: .60;
    filter: alpha(opacity: 60);
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#page-sidebar li a:hover .menu-icon {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

#page-sidebar ul li a .menu-icon {
    color: #0093d9 !important;
}

.toolBar .divider {
    display: flex;
}

.toolBar .btn-link {
    padding-left: 0px !important;
}

.toolBar .divider {
    margin-right: 15px;
    background-color: transparent;
}

.tab-pane .toolBar {
    margin-top: -50px;
}

.clickable {
    cursor: pointer;
}

.infoValueCell {
    border-bottom: 1px solid black;
}

#page-content {
    background: #ececec !important;
}

#sidebar-menu li a, #page-sidebar ul li a .menu-icon, #page-sidebar ul li.header, .toolBar .btn-link, #page-title, .font-black-alt {
    color: #555453 !important;
}

.vertical {
    height: 5px !important;
    background: #555453 !important;
}

#page-title h2 {
    font-weight: bold !important;
}

#sidebar-menu li.active {
    background: #CFE4FA !important;
    border-radius: 8px;
}

#sidebar-menu li:hover {
    background: #F5F5F5 !important;
    border-radius: 8px;
}

#sidebar-menu li a {
    text-decoration: none;
}

#header-nav-right {
    margin-right: 50px;
}

.user-profile {
    border: none !important;
}

#page-header .user-account-btn > a.user-profile span {
    width: 250px !important;
    margin-right: 5px !important;
    text-align: right;
}

#page-header .user-account-btn > a.user-profile {
    width: 100% !important;
    margin-top: 10px;
    font-weight: bold !important;
}

#page-header .user-account-btn .dropdown-menu {
    left: -40px !important;
}

#header-nav-right .dropdown-menu.float-right {
    top: 40px !important;
}

.buttonDivider {
    margin-right: 12px;
    color: #AAAAAA !important;
}

.closed-sidebar #page-sidebar{
    visibility: visible !important;
}