table,
td,
tr,
th {
  border: none !important; /* Removes all borders from table elements */
  box-shadow: none !important; /* Ensures no shadows mimic borders */
}

.containers {
    /* Define initial size of your container */
    width: 100%;
    padding: 50px;
    border: 1px solid black;
  	box-sizing: border-box;
}

.badge {
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  background-color: #00669E;
  height: 18px;
  padding: 3px 6px 3px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
}

.alert-danger {
  color: #ffffff;
  background-color: #d32f2f;
  border-color: #ebccd1;
}

.alert-info {
  color: #ffffff;
  background-color: #00669E;
}

.alert-info > b, strong {
  font-weight: 600;
  font-size: 12px;
}

.table thead tr th {
  font-size: 12px;
  font-weight: 600;
}

.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #0283c9;
  border-color: #f5f5f5;
}

li.open > a {
  color: #ffffff !important;
  background: #0283C9 !important;
}

@media only screen and (max-width: 768px) {
    .hot-reports {
        display: none !important; /* !important ensures this rule overrides any other display properties */
    }
}

.fc, .fc-media-screen, .fc-direction-ltr, .fc-theme-standard, .fc-liquid-hack {
    background-color: #ffffff;
  	border-width: 2px;
  	border-style: solid;
  	border-color: #dddddd;
}

.ical-export-url {
    display: none;
}

.col-md-6 > h3 {
    display: none;
  }


.table-striped tbody tr:nth-of-type(odd) {
background-color: transparent!important;}

.page-title {
  padding: 0px;
  font-size: 18px;
  letter-spacing: -1px;
  display: block;
  color: #0d638f;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.portlet > .portlet-title {
  background-color: #ffffff;
  cursor: pointer;
}

.col-md-12 {
  	background-color: #f5f5f5 !important;
}

.page-content {
    background-color: #f5f5f5 !important;
}

.navbar-items .navbar-brand.selected {
    background-color: #00669e !important;
  	color: #ffffff !important;
  }

.navbar-collapse.collapse {
    background-color: #ffffff !important;
  }

.portlet > .portlet-title > .caption {
  color: #00669e;
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 0;
    margin-top: 0px;
  padding: 0;
  margin-top: 1px;
  max-width: 85%;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
  margin: 10px 0 !important;
}

table th {
  background-color: #f7f7f7; /* Change to your desired color */
  color: black; /* Optional: Change text color for readability */
}
