
.content-body {
    padding: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    top: 210px !important;
}

.datepicker thead tr .dow {
    color: #0747a6;
    text-transform: uppercase;
    font-size: 11px;
    display: table-cell;
}


/* 2nd Sidebar css start */

.sidebar2-wrapper {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .sidebar2 {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -240px;
    width: 240px;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  
  .sidebar2-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  
  .sidebar2-content-header {
    height: 55px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  
  @media (min-width: 992px) {
    .sidebar2-wrapper-two {
      position: relative;
      height: 100%;
      top: auto;
    }
    .sidebar2 {
      left: 0;
      opacity: 1;
      visibility: visible;
    }
    .sidebar2-content {
      left: 240px;
    }
  }
  /*Media query end*/
  
  /* 2nd Sidebar CSS End  */