body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}
  
h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

@media (min-width: 1500px) {
  #main {
    max-width: 1500px
  }
}

@media (min-width: 1600px) {
  #main {
    max-width: 1580px
  }
} 

@media (min-width: 1700px) {
  #main {
    max-width: 1680px
  }
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.timetable-table {
  margin-top: 10px;
  border: 2px solid black;
  width: 100%;
}

.timetable-times-col-item {
  border: 2px solid black;
  font-weight: bold;
  text-align: center;
}

.timetable-days-row-item {
  border: 2px solid black;
  font-weight: bold;
  text-align: center;
}

.timetable-outer-timeslot-item {
  border: 1px solid black;
}

.timetable-inner-timeslot-table {
  border: 0px dashed red;
  margin: auto;
}

.timetable-inner-timeslot-row {
  margin:auto;
  /*display: inline-block;*/
}

.timetable-inner-timeslot-row:hover .edit a i {
  display: table-cell;
}

.timetable-inner-timeslot-item {
  text-align: center;
}

.bg-steel {
  background-color: #5f788a;
}

.bg-steel-light {
  background-color: #cbd5db;
}

.bg-steel-lighter {
  background-color: #e2e8f0;
}

.bg-steel-lightest {
  background-color: #edf2f7;
}

.bg-steel-dark {
  background-color: #4c667a;
}

.bg-steel-darker {
  background-color: #3b5369;
}

.bg-steel-darkest {
  background-color: #2a4058;
}

.table-header {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover{
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.bg-site-background {
  background-color: #fafafa;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.menu-account-img {
  height: 38px;
  width: 38px;
}

.account-heading {
  font-size: 2.5rem;
}

.edit {
	display: table-cell;
  width: fit-content;
}

.edit a i {
  display: none;
  padding-right: 0.5em;
  font-size: small;
  color: #444444;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-item {
  color: #444444;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover {
  background-color: #dddddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 20px
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible-content {
  padding: 0 18px;
  background-color: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.footer {
  padding: 3px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #dddddd;
}

.hours-table {
  width: 100%;
}

.entities-table {
  width: 100%;
}

.button-dropdown {
  min-width: fit-content;
  padding: 0;
  background-color: transparent;
}

.button-dropdown:hover {
  background-color: transparent;
}

.entity-actions-td button i {
  font-size: small;
}

.hiddenRow {
  padding: 0 !important;
}

.all_rooms_option_4 {
  color: blue;
}

.all_rooms_option_5 {
  color: red;
}

.all_rooms_option_6 {
  color: black;
}



