body {
    background-color: #f1f1f1;
}

.company-logo img {
    max-width: 200px;
    border-radius: 100%;
    margin-bottom: 10px;
    box-shadow: #000;
}

.company-logo {
    padding: 0 10px 10px;
}

#header {
    background-color: #f1f1f1;
    background: #173059;
}

#logo img {
    margin: 0;
    height: 50px;
}

.top_stats_wrapper {
    border-radius: 10px;
}

#wrapper {
    background: #f1f1f1;
}

.btn-info {
    background-color: #173059;
}

.btn-info:hover {
    opacity: 0.9;
    background-color: #173059;
}

#top_search_button button,
#top_search input {
    background-color: #fff;
    height: 40px;
    margin: 10px 0;
    border-radius: 6px;
}

#top_search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#top_search_button button {
    color: #173059;
    border-left: 1px solid #173059;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px;
}

.navbar a.navbar-brand {
    padding: 0;
}

.navbar a.navbar-brand img {
    width: 100px;
    height: 100%;
}


/* Start Dispaly Non */

li.menu-item-subscriptions {
    display: none !important;
}

li.menu-item-subscriptions {
    display: none !important;
}

li.menu-item-contracts {
    display: none !important;
}

li.menu-item-knowledge-base {
    display: none !important;
}


/* End  Dispaly None */