.approved{
    background-color: greenyellow;
}
.user_header{
    background-color: #676767;
    color: white;
    text-indent: 10px;
}
 
 .title_header{
    background-color: #0725c7;
    color: white;
    text-indent: 10px;
}

 .fc-event-title{
     white-space: pre-line;
 }
 
 .disabled{
     background-color:grey !important;
 }
 
 .saved{
     background-color: yellow;
     font-weight: bold;
 }
 
 .collapse {
    display: none;
    }
    .collapse.in {
    display: block;
    }
    
    
.hideShowBtn{
    float: right;
}

.fc-daygrid-day-number{
  color:black;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #33c3f0;
  color: white !important;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
    color: white;
    text-indent: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.big-hr{
    height: 2px;
    background: #33c3f0;
}

body{
    background-color: oldlace;
}

.button-group {
  display: flex;
  justify-content: space-between;
}

#delete-bo, #add-bo{
 padding: 0 10px;
}
