.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;
}

.even{
    background-color: #ffffff;
}
.odd{
    background-color: #bfbfbf;
}

table, tr, td, th{
    padding: 10px;
    margin: auto;
    border: none;
}

.turnoff{
    background-color: #e0e0e0!important
}

 .disabled{
     background-color:grey !important;
 }
 
 #notes-div{
    background: lightsteelblue;
    border-radius: 10px;
    padding: 10px;
 }
 
 
#notes-div tr:nth-child(odd) {
    
}
#notes-div tr:nth-child(even) {
    background:lightgray
}

 
#notes-div td:first-child {
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#notes-div td:last-child {
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

.buffer{
    height: 10px;
}

.nowrap{
    text-wrap: nowrap;
}

.center{
    text-align: center;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #1EAEDB;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    /*border-bottom: 2px solid #009879;*/
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.styled-table tbody tr.not-approved{
    background-color: #3dff00;
}