/* CSS Document */

/* BODY,TABLE,TR,TD{margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; }
TEXTAREA, INPUT{font-family:Verdana, Arial, Helvetica, sans-serif;}
SELECT{font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;} */

@font-face {
  font-family: "montserrat";
  src: url("montserrat/Montserrat-VariableFont_wght.ttf");
}

.patient_name {
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  /* font-size: larger; */
}

* {
  font-size: 14px;
}

/*links style*/



a:link {
  color: #003399;
  text-decoration: none;
}
a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.white {
  color: #ffffff;
  text-decoration: underline;
}
a.white:hover {
  text-decoration: none;
}
/*main styles*/
.header {
  background-color: #336699;
  color: #ffffff;
  padding: 1px;
}
.menu {
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #ebebeb;
  background-color: #cccccc;
  padding: 2px;
}

.footer {
  background-color: #eeeeee;
  border-top: 1px solid #999999;
  padding: 4px;
  padding-left: 68px;
  padding-bottom: 10px;
  font-size: 9px;
}
.subhdr {
  background-color: #699bcd;
  padding: 15px;
  padding-left: 68px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #cccccc;
}
.content {
  padding-left: 68px;
}
.content_div {
  overflow: scroll;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0px;
}
.content_main {
  padding: 15px;
  padding-left: 0px;
}

/*table styles*/
.tab_ttl {
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #ebebeb;
  background-color: #cccccc;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
.tab_hdr {
  background-color: #99bbdd;
  border-bottom: 1px solid #336699;
  font-size: 14px;
  padding: 5px;
  /* padding-top: 5; */
}
.tab_dta {
  background-color: #e9f0f8;
  border-bottom: 1px solid #c9dbed;
  border-right: 1px solid #c9dbed;
  font-size: 14px;
  padding: 5px;
}
.axn_hdr {
  background-color: #ffb380;
  border-bottom: 1px solid #ff6600;
  font-size: 14px;
  padding: 2px;
}
.axn_dta {
  background-color: #fff2ea;
  border-bottom: 1px solid #ffd9bf;
  border-right: 1px solid #ffd9bf;
  font-size: 14px;
  padding: 2px;
  text-align: center;
}

/*form styles*/
.form_hdr {
  background-color: #99bbdd;
  border-bottom: 1px solid #336699;
  font-size: 14px;
  padding: 3px;
  /* padding-top: 5; */
}
.form_bdy {
  background-color: #e9f0f8;
  border-bottom: 1px solid #c9dbed;
  font-size: 14px;
  padding: 3px;
}
.form_lbl {
  font-size: 14px;
  /* padding: 2; */
  padding-right: 10px;
  padding-left: 6px;
  vertical-align: top;
  padding-top: 6px;
}
.form_input {
  /* padding: 2; */
  padding-right: 10;
  font-size: 14px;
}
.form_sub {
  background-color: #cccccc;
  padding: 6px;
  border-bottom: 1px solid #336699;
  border-top: 1px solid #336699;
}

.style_class {
  border-style: solid;
  border-color: #c4c4c4;
}

#errorMsg {
  color: red;
}

.itemHeading {
  letter-spacing: 0.2em;
  padding: 5px;
  border-bottom: thin solid lightgray;
  width: 400px;
  font-weight: bold;
}

.mselect {
  border: 1px solid lightgray;
}
.mbutton {
  border: 1px solid lightgray;
}
.minputtext {
  border: 1px solid lightgray;
}

option {
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
    "Times New Roman", Times, serif;
}
