li.nav-item a[href="/"] {
    color: #C04657 !important; /*Home Page*/
    background-color: #ced6c3 !important;
    text-decoration: none !important;
}

li.nav-item a[href="/"]:hover {
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

a[aria-label="Time entry"] {
    color: #C04657 !important;
    background-color: #ced6c3 !important;
    text-decoration: none !important;
}

a[aria-label="Time entry"]:hover {
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

ul.dropdown-menu.show {
    background-color: #ced6c3 !important;
}

a.dropdown-item[aria-label="Submitted Time Entry"],
a.dropdown-item[aria-label="Approved Time Entry"],
a.dropdown-item[aria-label="Rejected Time Entry"],
a.dropdown-item[aria-label="Recall Requested Time Entry"],
a.dropdown-item[aria-label="Profile"],
a.dropdown-item[aria-label="Sign out"] {
    color: #C04657 !important;
    background-color: #ced6c3 !important;
    text-decoration: none !important;
}

a.dropdown-item[aria-label="Submitted Time Entry"]:hover,
a.dropdown-item[aria-label="Approved Time Entry"]:hover,
a.dropdown-item[aria-label="Rejected Time Entry"]:hover,
a.dropdown-item[aria-label="Recall Requested Time Entry"]:hover,
a.dropdown-item[aria-label="Profile"]:hover,
a.dropdown-item[aria-label="Sign out"]:hover {
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

.nav-link:hover .username {
    color: #ffffff !important;
    text-decoration: none !important;
}

#external-login-heading {
    display: none;
}

.ms-Button.ms-Button--default.root-215 {
    color: #ffffff !important;
    background-color: #C04657 !important;
}

#submit-weekly-timesheet {
    margin-left: 10px;
    height: 32px !important;
    width: 200px !important;
    align-self: center !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    background-color: white;
    border: 1px solid #000000; 
    color: #000000; 
}

#submit-weekly-timesheet:hover {
    background-color: #C04657 !important; 
    color: white; 
    border-color: #000000; 
}

button.ms-Link.root-278 {
    color: #C04657 !important; /*Records*/
}

.ms-Link.root-278 {
    color: #C04657 !important; /*Records*/
}

.ms-Link.root-246 {
    color: #C04657 !important; /*Records*/
}

.ms-Button--icon.ms-Button--hasMenu .ms-Icon {
    visibility: hidden !important;
}

.ms-Button--icon.ms-Button--hasMenu {
    position: relative !important; 
    background: transparent !important; 
    border: none !important;
    padding: 0 !important; 
}

.ms-Button--icon.ms-Button--hasMenu::after {
    content: '\E70D' !important; /*Dropdown Icon*/
    font-family: "FabricMDL2Icons" !important;
    font-size: 20px !important;
    color: #C04657 !important; 
    position: absolute !important; 
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none !important;
}

i[data-icon-name="Info"] {
    color: #C04657 !important;
}

i[data-icon-name="Edit"] {
    color: #C04657 !important;
}

i[data-icon-name="Delete"] {
    color: #C04657 !important;
}

.ms-Dialog-action button[name="Delete"] {
    background-color: #C04657 !important;
}

i[data-icon-name="SortUp"] {
    color: #C04657 !important;
}

i[data-icon-name="SortDown"] {
    color: #C04657 !important;
}

i[data-icon-name="Filter"] {
    color: #C04657 !important;
}

i[data-icon-name="ThumbnailView"] {
    color: #C04657 !important;
}

.ms-SearchBox-icon.icon-235 {
    color: #C04657 !important;
}

.ms-SearchBox.is-active::after {
    border: 2px solid #C04657 !important;
}

.nav-link[aria-label="Sign in"]{
    color: #C04657 !important;
    text-decoration: none !important;
}

.nav-link[aria-label="Sign in"]:hover{
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

.nav-link[aria-label="Register"],
.nav-link[aria-label="Redeem invitation"] {
    color: #C04657 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

.nav-link[aria-label="Register"]:hover,
.nav-link[aria-label="Redeem invitation"]:hover {
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

a[role="button"][aria-label="Name"],
a[role="button"][aria-label="Created On"],
a[role="button"][aria-label="Project Task Name"],
a[role="button"][aria-label="Description"],
a[role="button"][aria-label="Resource Type"] {
    color: #000000 !important;
}

button[aria-label="Select"]{
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

button.remove-value {
    color: #ffffff !important;
    background-color: #C04657 !important;
    text-decoration: none !important;
}

i[data-icon-name="Cancel"] {
    color: #C04657 !important;
}

#submitTimeRange {
    color: #ffffff !important;
    background-color: rgb(24, 128, 24) !important;
    text-decoration: none !important;
}

#cancelPopup {
    color: #ffffff !important;
    background-color: rgb(209, 23, 23) !important;
    text-decoration: none !important;
}

ul.dropdown-menu .dropdown-item[aria-label="Submitted Time Entry"],
ul.dropdown-menu .dropdown-item[aria-label="Approved Time Entry"] {
    padding-bottom: 8px;
}

ul.dropdown-menu .dropdown-item[aria-label="Submitted Time Entry"],
ul.dropdown-menu .dropdown-item[aria-label="Approved Time Entry"]  {
    border-bottom: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 14em !important;
}