.main-nav {
  border-bottom: 2px solid #8db863;
  background: #fff;
  width: 99%;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

pre {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* IGNORE: Unrelated generic demo styles */

body {
  margin: 8px;
  background: #fff;
  color: #aaa;
  font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.display{
    display:block !important;
}

.canvasjs-chart-credit
{
    display: none !important;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

input:focus {
    /* border-color: red !important; */
    /* background-color: rgb(244, 251, 253) */
    /* background-color: rgb(245, 244, 214); */
    border-bottom: solid blue thin;
} 
/* textarea:focus{
    border: solid blue thin;
} */

textarea:focus { 
    outline: none !important;
    border-color: blue;
    box-shadow: 0 0 10px #719ECE;
    text-align: left;
}

.bottomMenu{
    /* border: solid rgb(163, 162, 162) thin;
    border-radius: 6px; */
    -webkit-box-shadow: 4px 4px 0px -2px rgb(163, 162, 162);
    -moz-box-shadow: 4px 4px 0px -2px rgb(163, 162, 162);
    box-shadow: 4px 4px 0px -2px rgb(163, 162, 162);
}

#tbsplitcontainer table {
  border-collapse: collapse;
  border-spacing: 0px;
}
#tbsplitcontainer td {
  border: 2px solid black;
  padding: 0;
  margin: 0px;
  overflow: auto;
}

div.splitcontainer {
  resize: horizontal;
  overflow: auto;
  width: 120px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  border: 1px solid black;
  display:block;
}

td div.splitcontainer {
  border: 0;
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
}

div.tieudelon, label.tieudelon
{
  width: 100%; 
  font-weight: 14px;   
  color:yellowgreen;  
}

div.danhmuc{
  border: 0.1em solid blanchedalmond;
  height:100px; padding:0 10px; overflow-x:hidden; 
}

div.danhmuc200{
  border: 0.1em solid blanchedalmond;
  height:200px; padding:0 10px; overflow-x:hidden; 
}

div.scrollauto
{
  height: 330px;
  overflow: auto;
  margin: 0 auto;
}

div.scroll
{
  /*background-color:#00FFFF;
  height:300px;
  overflow-x:scroll;
  white-space: nowrap;
  width: 100%;*/
  height: 330px;
  /*overflow: auto;*/
  overflow-x: hidden;
  margin: 0 auto;
  /*white-space: nowrap*/
}

.inputClass {
  pointer-events: none;
}

td.hienthi 
{
  color: #0e8dbc;
  font-size: 14px;
  font-weight: normal;
}


label.tieude, p.tieude, th.tieude
{
  font-size: 13px;
  color:green;
  /*color: red;*/
  font-weight: normal;
}

th.tieudein, label.tieudein
{
  font-family: 'Times New Roman', Times, serif
  font-size: 12px;
  font-weight: normal;  
}

label.hoten
{
  font-size: 14px;
  font-weight: bold;
}

span.tieudein
{
  font-family: 'Times New Roman', Times, serif
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
p.tieudein
{
  font-family: 'Times New Roman', Times, serif
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  /*text-align: center;*/
}

label.tieudetrang
{
  color: #0e8dbc;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

label.tieudetrangin
{
  font-family: 'Times New Roman', Times, serif
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

label.check
{
  color: #0e8dbc;
  font-size: 14px;
  font-weight: normal;  
}

label.hienthi
{
  color: #0e8dbc;
  font-size: 14px;
  font-weight: bold;
}


/* tree view */
ul, #ulLichSubenhanpk {
  list-style-type: none;
}

#ulLichSubenhanpk {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  /*color: black;*/
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}

ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 500px;
}
ul.striped-list > li {
    /*border-bottom: 1px solid rgb(221,221,221);*/
    padding: 6px;
}
ul.striped-list > li:nth-of-type(odd) {
    /*background-color: #e9e9f9;*/
}
ul.striped-list > li:last-child {
    border-bottom: none;
}

.select2-container--default {
  border-radius: 5px;
  border: 2px solid white;
}

/* row được chọn */

#tbDanhsachmenu tr:hover, tr.selected {
  /*background-color: #8db863;
  color:white;*/
  cursor:pointer;
  background: #8db863;
  color: #fff;
  box-shadow: none;
  /*font-size: 20px;*/
}
#tbDanhsachketthuc tr:hover, tr.selected,
#tbDanhsachxem tr:hover, tr.selected,#tbDanhsachdlogin tr:hover, tr.selected,
#tbDanhsachchuaduyet tr:hover, tr.selected,#tbDanhsachdaduyet tr:hover, tr.selected,
#tbDanhsachgiao tr:hover, tr.selected,#tbDanhsachchuyen tr:hover, tr.selected{
  /*background-color: #8db863;
  color:white;*/
  cursor:pointer;
}
/*#tbDmthuocpm tr:hover, tr.selected,*/
#tbDanhsachmabnnhapvien tr:hover, tr.selected,#tbDanhsachmabntiepdon tr:hover, tr.selected,
#tbDonthuocpm tr:hover, tr.selected,#tbTondonthuocpm tr:hover, tr.selected,
#tbDanhsachxemlaibh tr:hover, tr.selected,#tbDanhsachxemlaimn tr:hover, tr.selected,
#tbDanhsachtonnoinhiem tr:hover, tr.selected,#tbDanhsachclsnoinhiem tr:hover, tr.selected,
#tbDanhsachtonnoitm tr:hover, tr.selected,#tbDanhsachclsnoitm tr:hover, tr.selected,
#thaikynguycosankhoa tr:hover, tr.selected,#thaikynguycothaiky tr:hover, tr.selected,#thaikynguycobenhly tr:hover, tr.selected,
#tbDanhsachclsbenhanpk tr:hover, tr.selected,#tbDanhsachtonbenhanpk tr:hover, tr.selected,#tbDanhsachtonmnbenhanpk tr:hover, tr.selected,
#tbDanhsachdonthuocmnpk tr:hover, tr.selected,#tbDanhsachdonthuocpk tr:hover, tr.selected,#tbDanhsachdonthuocchidinh tr:hover, tr.selected,
#tbDanhsachtonbhbenhanpk tr:hover, tr.selected,#tbDanhsachlichtuanht tr:hover, tr.selected,
#tbDanhsachlichtuandiadiem tr:hover, tr.selected,#tbDanhsachcongviecxemdd tr:hover, tr.selected,#tbDanhsachcongviecxemnv tr:hover, tr.selected,
#tbDanhsachcongviecdd tr:hover, tr.selected,#tbDanhsachcongviecnv tr:hover, tr.selected,
#tbDanhsachtenfile tr:hover, tr.selected,#tbDanhsachtenfilect tr:hover, tr.selected,
#tbDanhsachlichtuandd tr:hover, tr.selected,#tbDanhsachlichtuannv tr:hover, tr.selected,#tbDanhsachdmkhcs tr:hover, tr.selected,
#tbDanhsachlietkechiso tr:hover, tr.selected,#tbDanhsachmabntkhs tr:hover, tr.selected,
#tbDanhsachmabnlichmo tr:hover, tr.selected,#tbDanhsachduyetlichmo tr:hover, tr.selected,
#tbDanhsachlietkenoi tr:hover, tr.selected,#tbDanhsachlietkengoai tr:hover, tr.selected,
#tbDanhsachclsngoai tr:hover, tr.selected,#tbDanhsachclssk tr:hover, tr.selected,
#tbDanhsachclspk tr:hover, tr.selected,#tbDanhsachclsdieutri tr:hover, tr.selected,
#tbDanhsachclsss tr:hover, tr.selected,#tbDanhsachbieudo tr:hover, tr.selected,
#tbDanhsachclsnoi tr:hover, tr.selected,#tbDanhsachtondieutri tr:hover, tr.selected,
#tbDanhsachtonsk tr:hover, tr.selected,#tbDanhsachtonpk tr:hover, tr.selected,#tbDanhsachtonss tr:hover, tr.selected,
#tbDanhsach tr:hover, tr.selected,#tbDanhsachtd tr:hover, tr.selected, #tbDanhsachdloginct tr:hover, tr.selected,
#tbDacdiemlienquan tr:hover, tr.selected, #tbDanhsachhiendien tr:hover, tr.selected,
#tbDanhsachcls tr:hover, tr.selected, #tbDanhsachxemlai tr:hover, tr.selected,
#tbDanhsachdonthuoc tr:hover, tr.selected, #tbDanhsachchidinh tr:hover, tr.selected,
#tbDanhsachkqxn tr:hover, tr.selected,#tbDanhsachkqcls tr:hover, tr.selected,#tbDanhsachton tr:hover, tr.selected,
#tbDanhsachtonngoai tr:hover, tr.selected,#tbDanhsachtonnoi tr:hover, tr.selected,
#tbDanhsachxemlaingaysau tr:hover, tr.selected, #tbDanhsachHoantra tr:hover, tr.selected,
#tbDanhsachdichtruyen tr:hover, tr.selected,#tbDanhsachlietkeclsdieutripk tr:hover, tr.selected,
#tbDanhsachlietkecls tr:hover, tr.selected,#tbDanhsachlietkeclsdieutrisk tr:hover, tr.selected,
#tbDanhsachbtdvtn tr:hover, tr.selected,#tbDanhsachchonin tr:hover, tr.selected,
#tbDanhsachpttt tr:hover, tr.selected,#tbDanhsachtiensusk tr:hover, tr.selected,
#tbDanhsachtresosinh tr:hover, tr.selected,#tbDanhsachctg tr:hover, tr.selected,
#tblAVPU tr:hover, tr.selected,#tblCurb tr:hover, tr.selected {
  background-color: #8db863;
  color:white;
  cursor:pointer;
}

/*td {padding: 5px;}*/

tr.clicked {
  background-color:#0e8dbc;
}

#tbDanhsachtd {
  border: 0.1em solid blanchedalmond;
  font-size: 14px;
  font-weight: normal;
  color: #0e8dbc;  
}

#tbDmthuocpm th,#tbDonthuocpm th,#tbTondonthuocpm th,#tbDanhsachmabnnhapvien th,#tbDanhsachmabntiepdon th,
#tbDanhsachtonnoitm th,#tbDanhsachtonnoinhiem th,#tbDanhsachxemlaibh th,#tbDanhsachxemlaimn th,
#tbDanhsachduonghuyetngay th,#tbDanhsachclsbenhanpk th,#tbDanhsachtonbenhanpk th,#tbDanhsachdonthuocmnpk th,
#tbDanhsachtonthuocchidinh th,#tbDanhsachtonbhbenhanpk th,#tbDanhsachlichtuanht th,#tbDanhsachdonthuocpk th,
#tbDanhsachxem th,#tbDanhsachdlogin th,#tbDanhsachketthuc th,#tbDanhsachdloginct th,
#tbDanhsachgiao th,#tbDanhsachchuyen th,#tbDanhsachlichtuandiadiem th,#tbDanhsachtonmnbenhanpk th,
#tbDanhsachcongviecdd th,#tbDanhsachcongviecnv th,#tbDanhsachcongviecxemdd th,#tbDanhsachcongviecxemnv th,
#tbDanhsachtenfile th,#tbDanhsachtenfilect th,#tbDanhsachchuaduyet th,#tbDanhsachdaduyet th,
#tbDanhsachlichtuandd th,#tbDanhsachlichtuannv th,#tbDanhsachsosophongmo th,#tbDanhsachsosoduyetphongmo th,#tbDanhsachdmkhcs th,
#tbDanhsachclsdieutri th,#tbDanhsachclsngoai th,#tbDanhsachclspk th,#tbDanhsachclssk th,
#tbDanhsachclsss th,#tbDanhsachbieudo th,#tbDanhsachmabntkhs th,#tbDanhsachmabnlichmo th,
#tbDanhsachtondieutri th,#tbDanhsachtonsk th,#tbDanhsachtonpk th,#tbDacdiemlienquan th,#tbDanhsachtonss th,
#tbDanhsachhiendien th, #tbDanhsachcls th, #tbDanhsachxemlai th,#tbDanhsachclsnoi th,#tbDanhsachclsnoitm th,#tbDanhsachclsnoinhiem th,
#tbDanhsachdonthuoc th, #tbDanhsachchidinh th,#tbDanhsach th,#tbDanhsachkqxn th,#tbDanhsachkqcls th,#tbDanhsachton th,#tblCurb th,
#tbDanhsachxemlaingaysau th, #tbDanhsachHoantra th,#tbDanhsachdichtruyen th,#tbDanhsachduyetlichmo th,
#tbDanhsachbtdvtn th,#tbDanhsachchonin th, #tbDanhsachpttt th,#tbDanhsachtiensusk th,
#tbDanhsachtresosinh th,#tbDanhsachctg th,#tbDanhsachtonngoai th,#tbDanhsachtonnoi th {
  border: 0.1em solid blanchedalmond;
  /*font-size: 14px;*/
  font-weight: normal;
  color: #0e8dbc;  
}

#tbDmthuocpm td,#tbDonthuocpm td,#tbTondonthuocpm td,#tbDanhsachmabnnhapvien td,#tbDanhsachmabntiepdon td,
#tbDanhsachtonnoitm td,#tbDanhsachtonnoinhiem td,#tbDanhsachxemlaibh td, #tbDanhsachxemlaimn td, 
#tbDanhsachduonghuyetngay td,#tbDanhsachclsbenhanpk td,#tbDanhsachtonbenhanpk td,#tbDanhsachdonthuocmnpk td,
#tbDanhsachtonthuocchidinh td,#tbDanhsachtonbhbenhanpk td,#tbDanhsachlichtuanht td,#tbDanhsachdonthuocpk td,
#tbDanhsachxem td,#tbDanhsachdlogin td,#tbDanhsachketthuc td,#tbDanhsachdloginct td,
#tbDanhsachgiao td,#tbDanhsachchuyen td,#tbDanhsachlichtuandiadiem td,#tbDanhsachtonmnbenhanpk td,
#tbDanhsachcongviecdd td,#tbDanhsachcongviecnv td,#tbDanhsachcongviecxemdd td,#tbDanhsachcongviecxemnv td,
#tbDanhsachtenfile td,#tbDanhsachtenfilect td,#tbDanhsachchuaduyet td,#tbDanhsachdaduyet td,
#tbDanhsachlichtuandd td,#tbDanhsachlichtuannv td,#tbDanhsachsosophongmo td,#tbDanhsachsosoduyetphongmo td,#tbDanhsachdmkhcs td,
#tbDanhsachclsngoai td,#tbDanhsachclssk td,#tbDanhsachclspk td,#tbDanhsachclsdieutri td,
#tbDanhsachclsss td,#tbDanhsachbieudo td,#tbDanhsachmabntkhs td,#tbDanhsachmabnlichmo td,#tbDanhsachclsnoinhiem td,
#tbDanhsachtondieutri td,#tbDanhsachtonsk td,#tbDanhsachtonpk td,#tbDanhsachclsnoi td,#tbDanhsachclsnoitm td,#tbDanhsachtonss td,
#tbDanhsachclsngoai td,#tbDanhsachclssk td,#tbDanhsachclspk td,#tbDanhsachclsdieutri td,
#tbDacdiemlienquan td,#tbDanhsachhiendien td,#tbDanhsachcls td, #tbDanhsachcls td,
#tbDanhsachdonthuoc td,#tbDanhsachchidinh td,#tbDanhsach td,#tbDanhsachkqxn td,#tbDanhsachkqcls td,#tbDanhsachton td,
#tblAVPU td,#tblCurb td,#tbDanhsachtonngoai td,#tbDanhsachtonnoi td,#tbDanhsachduyetlichmo td,
#tbDanhsachxemlai td, #tbDanhsachxemlaingaysau td, #tbDanhsachHoantra td,#tbDanhsachdichtruyen td,
#tbDanhsachbtdvtn td,#tbDanhsachchonin td, #tbDanhsachpttt td,
#tbDanhsachtiensusk td,#tbDanhsachtresosinh td,#tbDanhsachctg td {
  border: 0.1em solid blanchedalmond;
}

table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

#tblPatient tr:nth-child(even) {
  background-color: rgb(235, 247, 213);
}

#tblNhapkhoaxutri tr:nth-child(even) {
  background-color: rgb(235, 247, 213);
}

table.dataTable tbody tr.selected{
  color: white;
  background-color: #8aa3fc;
}

/* placeholder */
::-webkit-input-placeholder {
    color: rgb(206, 205, 205);
    font-size: 9px;
  }
  ::-moz-placeholder {
    color: rgb(206, 205, 205);
    font-size: 9px;
  }
  :-ms-input-placeholder {
    color:rgb(206, 205, 205);
    font-size: 9px;
  }
  ::placeholder {
    color: rgb(206, 205, 205);
    font-size: 12px;
  }

  /* Dropdown */
  .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .clsmenu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 20px 18px 12px;
    text-decoration: none;
    /*font-size: 15px;*/
    font-weight: 300;
    color: #c0c0c0;
  }

  .clsmenu li{
    list-style: none;
  }
  .clsmenu li ul {
      display:none;
  }
  .clsmenu > li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0px;
      float: left;
      height:36px;
  }
  .clsmenu li a {
      color:#c0c0c0;
  }

  .clsmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background:#333;
    float:left;
    width:100%;
    height:100%;
    border-top: 0.1em solid #FD5025;     
    border-bottom: 10px solid #333;
  }

  .dropdown-content {
    display: none;
    position: absolute;    
    background-color: cadetblue;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
  
.sectionMenu{
    background-color: rgb(247, 248, 210);
    color: navy; 
    font-weight: bold; 
    margin-top: 20px; 
    width: 40px; 
    box-shadow: 1px 1px 1px #a7a6a6;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}

ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 500px;
}
ul.striped-list > li {
    border-bottom: 1px solid rgb(221,221,221);
    padding: 6px;
}

ul.striped-list > li:nth-of-type(odd) {
    background-color: #e9e9f9 ;
}

ul.striped-list > li:last-child {
    border-bottom: none;
}

.paginate_button {
  display:none;
}

.sectionTitleNormal{
    background: #0e8dbc;
    border: solid #0e8dbc thin; 
    border-radius: 4px; 
    padding-left: 8px; 
    margin-right: 5px; 
    margin-left: -8px;
    color: lightblue;
    font-weight: bold;
}

.sectionSelected{
  background: #0e8dbc;
  color: white;
  text-shadow: 2px 3px 3px rgba(44, 43, 1, 0.5);
}

.sectionContents{
    padding-top: 5em;
    background: linear-gradient(rgb(255, 255, 255), #d5e4e7); 
}

.pointer {cursor: pointer;}

@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
  size: A5 portrait;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }
  .A5 {
    box-shadow: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  .A4{
    margin: 0;
    width: 210mm;
    height: 297mm;
  }
  .noprint {
    display: none;
  }
  .enable-print {
    display: block;
  }
}

/*
:root {
  --f7-grid-gap: 16px;
  --f7-grid-row-gap: 0px;
  --f7-grid-resize-handler-bg-color: rgba(0, 0, 0, 0.35);
}
:root .dark,
:root.dark {
  --f7-grid-resize-handler-bg-color: rgba(255, 255, 255, 0.35);
}

div[class*="col"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 16px;
}

.grid-resizable-demo {
  --f7-grid-row-gap: 16px;
}

.grid-resizable-demo div[class*="col"] {
  margin-bottom: 0;
}

.grid-resizable-demo .demo-col-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
*/