@charset "utf-8";

.displayonly {
	display: none;
}
.printonly {
	display: inline;
}
.page-break	{ 
    page-break-inside: avoid !important;
    page-break-after: always !important;
}

.page-break-avoid {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}

text-white {
    color: darkslategrey !important;
}

header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
  display: none !important;
}

@page {
  size: letter portrait;
}

*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}

.honey {
    background-color: #fff;
    background: none;
    color: #000;
}
.msupattern {
    background-color: #fff;
    background: none;
    color: #000;
}

.segment-divider {
    height: 1rem;
    background-color: #fff;
    border: none !important;
    border-width: none !important;
    box-shadow: none !important;
}

.body {
    min-width: 992px !important;
    margin: 0;
    color: #000;
    background-color: #fff;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.schedulecontent {
  height: 100%;
  width: 100%;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
    font-weight: bold;
    font-size: 0.8em; 
  color: #212529 !important;
  background-color: #f8f9fa !important;
}

.accordion-button:not(.collapsed) {
    font-weight: bold;
    font-size: 0.8em; 
  color: #212529 !important;
  background-color: #f8f9fa !important;
}
.container {
min-width: 992px !important;
text-shadow: none !important;
box-shadow: #fff !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}


.col-sm-1, .col-md-1, .col-lg-1 {
width: 8% !important;
}
.col-sm-2, .col-md-2, .col-lg-2 {
width: 16% !important;
}
.col-sm-3, .col-md-3, .col-lg-3 {
width: 24% !important;
}
.col-sm-4, .col-md-4, .col-lg-4 {
width: 32% !important;
}
.col-sm-5, .col-md-5, .col-lg-5 {
width: 40% !important;
}
.col-sm-6, .col-md-6, .col-lg-6 {
width: 48% !important;
}
.col-sm-7, .col-md-7, .col-lg-7 {
width: 56% !important;
}
.col-sm-8, .col-md-8, .col-lg-8 {
width: 64% !important;
}
.col-sm-9, .col-md-9, .col-lg-9 {
width: 72% !important;
}
.col-sm-10, .col-md-10, .col-lg-10 {
width: 80% !important;
}
.col-sm-11, .col-md-11, .col-lg-11 {
width: 88% !important;
}
.col-sm-12, .col-md-12, .col-lg-12 {
width: 100% !important;
}
.col-print-3 {
width: 24% !important;
}
.col-print-4 {
width: 32% !important;
}
.col-print-5 {
width: 40% !important;
}
.col-print-6 {
width: 48% !important;
}
.col-print-7 {
width: 56% !important;
}
.col-print-8 {
width: 64% !important;
}
.col-print-9 {
width: 72% !important;
}
.col-print-12 {
width: 100% !important;
}