
/*Note: This style sheet should cascade *after* the default style sheet(s), but should work if it's been put before */

.navbar {
background-color:#003399;
}
#user-menu-section .dropdown-toggle {
background-color:#003399;
}
body {
	background: #fff;
}

p a, span a, .modal-footer a:not(.btn), .row a:not(.btn):not([role="tab"]):not([role="button"]):not(.thumbnail) {
	color: #003399;
}

.table tbody tr td a {
	color: #003399;
}

.nav-tabs .active a, .nav-tabs .active a:hover {
	border-bottom: solid 6px #fcc10f !important;
}

a.current-page, a.current-page:hover {
	border-left: solid 6px #fcc10f !important;
}

h2, h3 {
  color:#333;
}

.nav-pills li a {
  color:#333;
}

div.browse-calendar-event-weekly, div.browse-calendar-event {
background-color: #003399;
border: 1px solid #003399;
}

#bookings-monthly-calendar .dx-calendar-selected-date, td.weekly-current-day, .dx-calendar-contoured-date {
	background-color: #fcc10f;
}

/*div.grid-container div.room-row div.event-container div.event {
	background-color: #fcc10f;
	border-color: #fcc10f;
}*/

div.holiday {
  font-weight: bold;
	color: #fff;
}

.modal-header {
  border-top: solid 6px #fcc10f;
}