nav.navbar.navbar-default {
    background-color: #ffffff;
    border-bottom-width: 2px !important;
    border-bottom-color: #eae7e7 !important;
    border-bottom-style: solid !important;
}

nav.navbar.navbar-default a {
    color: #000000;
}

nav.navbar.navbar-default a:hover {
    color: #62d6ea;
}

.navbar a.navbar-brand img {
    width: auto;
    height: 75px;
}

.navbar-brand.logo.img-responsive {
    padding-top: 5px;
    padding-bottom: 5px;
}

#logo {
    padding: 5px;
}

#logo img.img-responsive {
    height: 50px !important;
}

#top_search input {
    background-color: #34c3ea !important;
    height: 40px;
    margin-top: 11px;
    border-radius: 25px;
    /* color: #ffffff !important; */
}

#top_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#top_search input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#top_search input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#top_search input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

body.login_admin {
    background-color: #ffffff;
}

body.customers.customers_login {
    background-color: #ffffff;
}

.nav.navbar-nav.navbar-right a:hover {
    border-radius: 0px;
}

/* Hide invoice summary on dashboard */
.finance-summary {
    display:none;
}

/* Hide payments summary on dashboard */
div#weekly_payments {
    display: none;
}

/* Remove billing information from project overview */
.col-md-6.project-overview-right {
    display: none;
}

/* Project tab project tickets hiding */
li.project_tab_project_tickets {
    display: none;
}

/* Hide project tab timesheets */
li.project_tab_project_timesheets {
    display: none;
}

a.mbot10.btn.disabled.btn-default {
    display: none;
}



a.btn.btn-default.mright5 {
    display: none;
}

a#top-timers {
    display: none;
}

.col-xs-12.col-md-6.col-sm-6.col-lg-3:nth-child(1) {
    display: none;
}

a#dropdown_sales {
    display: none;
}

tr.project-overview-total-logged-hours {
    display: none;
}

tr.project-overview-billing {
    display: none;
}

table.table.no-margin.project-overview-table>tbody>tr:nth-child(3) {
    display: none;
}

a.invoice-project.btn.btn-info {
    display: none;
}

.staff_logged_time {
    display: none;
}

.dropdown-quick-links ul.dropdown-menu {
    display: none !important;
}

/* Client Side modifications */

/* get rid of invoice menu item */
.customers-nav-item-invoices {
    display: none !important;
}

/* get rid of support menu item */
.customers-nav-item-tickets {
    display: none !important;
}

/* username dropdown toggle color when dropdown is active */
.customers .dropdown-toggle {
    color: black !important;
}

h5.media-heading.mtop5 > small {
    display: none;
}

/* Remove projects menu item from customer panel */
li.customers-nav-item-projects {
    display: none;
}

/* Remove billable checkmark from new task modal */
.checkbox.checkbox-primary.checkbox-inline.task-add-edit-billable {
    display: none;
}

/* Remove billing and time tracking info from task info modal */
.task-info.task-info-billable {
    display: none;
}

.task-info.task-info-hourly-rate {
    display: none;
}

.task-info.task-info-user-logged-time {
    display: none;
}

.task-info.task-info-total-logged-time {
    display: none;
}

/* Remove start timer from task modal */
a.mbot10.btn.btn-success {
    display: inline;
}*/


/* Remove "my timesheets" from profile header dropdown */
li.header-my-timesheets {
    display: none;
}

/* Hide email notification check boxes on client side profile */
.checkbox.checkbox-info.email-notifications-invoices, .checkbox.checkbox-info.email-notifications-credit-notes {
    display: none;
}

/* remove calendar link from client side */
li.customers-top-submenu-calendar {
    display: none;
}

/* Remove timesheet from profile drop down menu */
li.header-my-timesheets {
    display: none;
}

/* remove task hours on task edit modal */
.task-hours {
    display: none;
}