:root {
--enqc: rgb(162,186, 48);
--enqc02: rgba(162,186,48,0.2 );
--midc:  rgb(189, 85, 48);
--cntc:  rgb(102,158,209);
--admc:  rgb(220,192, 31);
--imapc: rgb(220,192, 31);
--dbrec: rgb(255,250,225);
--ngray: rgb(237,240,242);
--lgray: rgb(247,250,252);
--fntc: #212529;
}

html {
  width: 100%;
  height: 100dvh;
}
body {
  width: 100%;
  min-height: 100dvh;
  background-color: #ffffff;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  padding: 0;
  margin: 0;
}

.parentDisable{
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.3;
  z-index: 998;
  height: 100%;
  width: 100%;
}
#msgdiv{
  z-index:9999;
  display: none;
}
#attachdiv {
  display: block;
  width: calc(100% - 18px);
  height:32px;
  background: #ffffff;
  border; 1px solid #f8f8f8;
  padding: 8px;
  overflow-y: auto;
}
.uploaddiv {
  display: inline-block;
  width: auto;
  margin: 0 4px 0 0;
  margin: 0;
}
.uploada {
  display: inline-block;
  width: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.imapcard {
  width: calc(100% - 24px);
  height: 272px;
  font-size: 1rem;
  border: 0;
  padding: 12px;
  resize: none;
}
.imapcard:focus {
  outline: 0 !important;
}
.imapimapedform {
  border: 0;
}
.fileupload-hidden{
  display: none;
}
.fileupload-label{
  border: 0;
  margin: 0;
}
.fileupload-cid{
  color: #dddddd;
}
.file {
  position: relative;
  background: linear-gradient(to right, lightblue 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition:all 1s ease;
}
.file.done {
  background: lightgreen;
}
.file a {
  display:       block;
  position:      relative;
  padding:       6px;
  color:         black;
}
#progressdiv {
  display:       block;
  width:         100%;
  height:        4px;
  background:    #dddddd;
  border:        0;
  padding:       0;
  margin:        4px 0 0 0;
}
#progressimg {
  display:       inline-block;
  width:         0px;
  height:        4px;
  border:        0;
  margin:        0;
}

#app {
  font-family:   "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  text-align:    center;
  color:         #2c3e50;
}

.cmddiv {
  display:       block !important;
  width:         auto !important;
  color:         #444444;
  background:    #ffffff;
  border:        1px solid #aaaaaa;
  border-radius: 2px;
  padding:       2px 6px 2px 6px;
  margin:        0 3px 0 0;
  cursor:        pointer;
  float:         right;
}
.cmddiv:hover {
  color:         #888888;
}
.cmddiv-disabled {
  background:    #eeeeee !important;
  border:        1px solid #cccccc;
  color:         #bbbbbb !important;
}
.cmddivleft {
  display:       block !important;
  width:         auto !important;
  color:         #444444;
  background:    #ffffff;
  border:        1px solid #aaaaaa;
  border-radius: 2px;
  padding:       2px 6px 2px 6px;
  margin:        0 3px 0 0;
  cursor:        pointer;
  float:         left;
}
.cmdleft:hover {
  color: #888888;
}
.cmdleft-disabled {
  background: #eeeeee !important;
  border: 1px solid #cccccc;
  color: #bbbbbb !important;
}

.txtdiv {
  display: inline-block;
  width: auto;
  color: #222222;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;
}

.imaptab {
  background-color: transparent;
  padding-top:2px;
  padding-bottom:2px;
  margin-top:4px;
  margin-bottom:8px;
  white-space:nowrap;
  overflow:hidden;
}
.imaptab td {
  border: 0 !important;
  border-top: 1px solid silver !important;
  padding:6px 8px 6px 0;
  padding:6px 8px 6px 0;
}
.imaptab td table td {
  background-color: transparent;
  border: 0 !important;
}
.bulletimap {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border: 0;
  border-radius: 12px;
  background: var(--imapc);
}
.bulletimap-hidden {
  display: none;
}
.bluebullet strong {
}
.bulletblue {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border: 0;
  border-radius: 12px;
  background: blue;
}
.bulletblue-hidden {
  display: none;
}
.bluebullet strong {
}

/* */

@media (min-width: 900px) {

.big-margin-bottom {
  margin-bottom:30px
}
.standard-margin-bottom {
  margin-bottom:16px
}
.low-margin-text {
  margin-bottom:8px
}
.list-group {
  margin-bottom:15px
}
.viewcard {
  max-width:40%;
 -ms-flex-line-pack:end;
  align-content:flex-end
}

.reglist {
  display:        block;
  max-width:      540px;
  line-height:    1.6rem;
  word-spacing:   0.5px;
  letter-spacing: 0.4px;
  padding:        0;
  margin:         0 0 8px 0;
}

.menu-bottom {
  display: none !important;
}
.menu-top {
  display: none !important;
}
.mnutoptdr-screen {
  display: none !important;
}
.col-form-label {
  display: none !important;
}
.form-group {
  margin-bottom:0.6em !important;
}
.container {
  width: 100%;
  padding-right: 0 !important;
  padding-left:  0 !important;
  margin-right:  0 !important;
  margin-left:   0 !important;
}
.container-fluid {
  width: 100%;
  padding-right: 0 !important;
  padding-left:  0 !important;
  margin-right:  0 !important;
  margin-left:   0 !important;
}

.atextellipsis {
  white-space:     nowrap;
  overflow:        hidden !important;
  text-overflow:   ellipsis;
}

.reqimaped {
  z-index:         2000;
  background:      transparent;
  display:         none;
  position:        absolute;
  left:            0;
  right:           0;
  top:             12px;
  bottom:          12px;
  padding:         0;
  border:          0;
}
.reqmessage {
  z-index:         2000;
  background:      transparent;
  display:         none;
  position:        absolute;
  left:            0;
  right:           0;
  top:             12px;
  bottom:          12px;
  padding:         0;
  border:          0;
}
.reqfailmsg {
  z-index:         2100;
  background:      transparent;
  display:         none;
  position:        absolute;
  left:            0;
  right:           0;
  top:             12px;
  bottom:          12px;
  padding:         0;
  border:          0;
}

.reqlabel1 {
  z-index:         3000 !important;
  display:         block;
  position:        absolute;
  background:      #000000;
  top:             0;
  left:            0;
  width:           auto;
  height:          auto;
  color:           #ffffff;
  text-align:      center;
  border:          1px solid silver;
  border-radius:   6px;
  padding:         12px;
}
.reqlabel0 {
  z-index:         3000 !important;
  display:         none;
  position:        absolute;
  background:      #000000;
  top:             0;
  left:            0;
  width:           auto;
  height:          auto;
  color:           #ffffff;
  text-align:      center;
  border:          1px solid silver;
  border-radius:   6px;
  padding:         12px;
}

/* --------------------------------------------------------- */
.imapreqform {
  width:           100%;
  height:          auto;
  font-family:    "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:       1.2rem;
  font-weight:     500 !important;
  line-height:     1.5;
  border:          0;
  border-radius:   12px;
  padding:         0;
  margin:          0;
}
.imapreqform select {
  display:         block;
  width:           100%;
  height:          calc(1.5rem + 16px);
  font-size:       1rem;
  line-height:     1.5;
  color:           #495057;
  background:      #ffffff;
  background-clip: padding-box;
  border:          1px solid #ced4da;
  border-radius:   0.25rem;
  transition:      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding:         0.375rem 0.75rem;
  margin:          0 0 4px 0;
}

/* --------------------------------------------------------- */
.formdbdiv {
  display:         flex;
  flex-direction:  column;
  width:           100%;
  border:          0;
  padding:         0;
  margin:          4px 0 24px 0;
}
.formslctdiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  background:      #efefef;
  border:          0;
  padding:         0;
  margin:          0 0 0px 0;
}
.formbtndiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  background:      #efefef;
  border:          0;
  padding:         0;
  margin:          0 0 0px 0;
}

.formtabdiv {
  display:         flex;
  flex-direction:  column;
  width:           45%;
  background:      #ffffff;
  border:          1px solid silver;
  padding:         0;
  margin:          0;
}
.formtabdivscroll {
  display:         inline-block;
  width:           100%;
  height:          100%;
  border:          0;
}
.formrecdiv {
  display:         flex;
  flex-direction:  column;
  width:           55%;
  background:      var(--dbrec) !important;
  border:          1px solid silver;
  padding:         0;
  margin:          0;
}
.formrecp {
  background:      #efefef;;
  padding:         8px;
}
.formrecdivscroll{
  width:           calc(100% - 24px);
  border:          0;
  padding:         0 12px 0 12px;
  margin:          0;
}

/* --------------------------------------------------------- */
.admdbbtndiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  border:          0;
  padding:         0;
  margin:          0;
}
.admdbbtndiv0 {
  display:         inline-block;
  width:           310px !important;
  height:          60px !important;
  padding:         0 !important;
  border:          0 !important;
  padding:         0 6px 0 0 !important;
}
.admdbbtndiv1 {
  display:         inline-block;
  width:           calc(33% - 74px) !important;
  height:          60px !important;
  padding:         0 !important;
  border:          0 !important;
  padding:         0 4px 0 0 !important;
}
.admdbbtndiv2 {
  display:         inline-block;
  width:           calc(33% - 74px) !important;
  height:          60px !important;
  border:          0 !important;
  padding:         0 4px 0 0 !important;
}
}
.admdbbtndiv3 {
  display:         inline-block;
  width:           calc(33% - 74px) !important;
  height:          60px !important;
  border:          0 !important;
  padding:         0 0 0 0 !important;
}
.admdbdiv {
  display:         flex;
  flex-direction:  column;
  width:           100%;
  height:          45vh;
  border:          0;
  padding:         0;
  margin:          4px 0 80px 0;
}
.admtabdiv {
  display:         flex;
  flex-flow:       column;
  width:           160px;
  background:      #ffffff;
  border:          1px solid silver;
  border-right:    0;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.admtabtd0 {
  width:           auto;
  border-left:     0 !important;
  background:      transparent !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.admtabtd0 div {
  width:           300px !important;
  text-align:      left !important;
  white-space:     nowrap !important;
  padding:         4px 0 4px 8px !important;
  overflow:        hidden !important;
}
.admtabtd0 div span {
  font-weight:     300 !important;
}
.admslctdiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  height:          45vh;
  background:      #ffffff;
  border:          0;
  padding:         0;
  margin:          0 0 0px 0;
}
.admalldiv {
  display:         flex;
  flex-flow:       column;
  width:           290px;
  background:      #ffffff;
  border:          1px solid silver;
  border-right:    0;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.admalldivscroll {
  display:         inline-block;
  width:           100%;
  height:          100%;
  max-height:      calc(45vh - 32px);
  border:          0;
  overflow:        auto;
}
.admallp {
  display:         inline-block;
  background:      #efefef !important;
  padding:         8px !important;
}
.admalltd0 {
  width:           auto;
  background:      transparent !important;
  border:          1px solid silver !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.admalltd0 div {
  width:           300px !important;
  text-align:      left !important;
  white-space:     nowrap !important;
  padding:         4px 0 4px 8px !important;
  overflow:        hidden !important;
}
.admalltd0 div span {
  font-weight:     300 !important;
}
.admalltd1 {
  width:           auto;
  background:      var(--dbrec) !important;
  border:          1px solid silver !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.admalltd1 div {
  width:           300px !important;
  text-align:      left !important;
  white-space:     nowrap !important;
  padding:         4px 0 4px 8px !important;
  overflow:        hidden !important;
}
.admalltd1 div span {
  font-weight:     bold !important;
}

.admrecdiv {
  display:         flex;
  flex-flow:       column;
  width:           calc(100% - 450px);
  background:      var(--dbrec) !important;
  border:          1px solid silver;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.admrecdivscroll{
  width:           100%;
  height:          100%;
  max-height:      calc(45vh - 32px);
  overflow:        auto;
}
.admrecp {
  background:      #efefef;;
  padding:         8px;
}

/* --------------------------------------------------------- */
.imapdbdiv {
  display:         flex;
  flex-direction:  column;
  width:           100%;
  height:          45vh;
  border:          0;
  padding:         0;
  margin:          4px 0 80px 0;
}
.imapslctdiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  height:          45vh;
  background:      #efefef;
  border:          0;
  padding:         0;
  margin:          0 0 0px 0;
}
.imaptabdiv {
  display:         flex;
  flex-direction:  column;
  width:           10%;
  background:      #ffffff;
  border:          1px solid silver;
  border-right:    0;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.imaptabdivscroll {
  display:         inline-block;
  width:           100%;
  height:          100%;
  max-height:      calc(45vh - 32px);
  border:          0;
  overflow:        auto;
}
.imaptabp {
  display:         inline-block;
  background:      #efefef !important;
  padding:         8px !important;
}
.imaptabtd1 {
  background:      var(--dbrec) !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         4px 0 4px 8px !important;
}
.imaptabtd1 span {
  font-weight:     bold;
  color:           #000000;
}
.imaptabtd0 {
  background:      transparent !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         4px 0 4px 8px !important;
}
.imaptabtd0 a {
  text-decoration: none;
}
.imaptabtd0 a span {
  font-weight:     300;
  color:           #000000;
}
/* --------------------------------------------------------- */
.imapalldiv {
  display:         flex;
  flex-flow:       column;
  width:           22%;
  background:      #ffffff;
  border:          1px solid silver;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.imapalldivscroll {
  display:         inline-block;
  width:           100%;
  height:          100%;
  max-height:      calc(45vh - 32px);
  border:          0;
  overflow:        auto;
}
.imapallp {
  display:         inline-block;
  background:      #efefef !important;
  padding:         8px !important;
}
.imapalldiv table {
  width:           100%;
  border:          0;
}
.imapalltd0 {
  width:           auto !important;
  background:      #ffffff !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.imapalltd0 div {
  width:           210px !important;
  text-align:      left !important;
  white-space:     nowrap !important;
  padding:         4px 0 4px 8px !important;
  overflow:        hidden !important;
}
.imapalltd0 div span {
  font-weight:     300 !important;
}
.imapalltd1 {
  width:           auto;border-left:0 !important;
  background:      var(--dbrec) !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.imapalltd1 div {
  width:           210px !important;
  text-align:      left !important;
  white-space:     nowrap !important;
  padding:         4px 0 4px 8px !important;
  overflow:        hidden !important;
}
.imapalltd1 div span {
  font-weight:     bold !important;
}
/* --------------------------------------------------------- */
.imaprecdiv {
  display:         flex;
  flex-flow:       column;
  width:           68%;
  background:      var(--dbrec) !important;
  border:          1px solid silver;
  padding:         0;
  margin:          0;
  overflow:        auto;
}
.imaprecdivscroll{
  width:           100%;
  height:          100%;
  max-height:      calc(45vh - 32px);
  overflow:        auto;
}
.imaprecdiv table {
  width:           100%;
  border:0;
}
.imaprecp {
  background:      #efefef;;
  padding:         8px;
}
.imaprectd0 {
  width:           160px !important;
  background:      var(--dbrec) !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         4px 4px 4px 12px !important;
}
.imaprectd1 {
  width:           100% !important;
  background:      transparent !important;
  border:          1px solid silver !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.imaprectd1 div {
  width:           100% !important;
  padding:         4px 0 4px 8px !important;
  margin:          0 !important;
  overflow:        hidden !important;
}
.admrectd1 div span {
  background:      transparent !important;
  font-weight:     normal;
  color:           #aaaaaa;
  margin:          0 0 0 12px;
  color:           #000000;
}
.admrectd1 div input {
  width:           calc(100% - 48px) !important;
  background:      transparent !important;
  font-weight:     normal;
  padding:         4px 12px 4px 12px;
  margin:          0 !important;
  outline:         0 !important;
  border:          0 !important;
}
.imaprectd2 {
  width:           calc(100% - 160px) !important;
  background:      var(--dbrec) !important;
  border-left:     0 !important;
  border-right:    0 !important;
  padding:         0 !important;
}
.imaprectd2 input {
  width:           100% !important;
  background:      transparent !important;
  height:          32px !important;
  border:          0 !important;
}
.imaprectd2 input:disabled {
  color:           #aaaaaa !important;
}
/* --------------------------------------------------------- */
.imapbtndiv {
  display:         flex;
  flex-direction:  row;
  width:           100%;
  border:          0;
  padding:         0;
  margin:          0;
}
.imapbtndiv0 {
  display:         inline-block;
  width:           310px !important;
  height:          60px !important;
  padding:         0 !important;
  border:          0 !important;
  padding:         0 4px 0 0 !important;
}
.imapbtndiv1 {
  display:         inline-block;
  width:           calc(33% - 72px) !important;
  height:          60px !important;
  padding:         0 !important;
  border:          0 !important;
  padding:         0 4px 0 0 !important;
}
.imapbtndiv2 {
  display:         inline-block;
  width:           calc(33% - 72px) !important;
  height:          60px !important;
  border:          0 !important;
  padding:         0 4px 0 0 !important;
}
}
.imapbtndiv3 {
  display:         inline-block;
  width:           calc(33% - 72px) !important;
  height:          60px !important;
  border:          0 !important;
  padding:         0 0 0 0 !important;
}
/* --------------------------------------------------------- */
.dbtab td {
  background:      #efefef;
  padding-bottom:  4px;
  padding-top:     4px;
  margin-top:      8px;
  margin-bottom:   8px;
  white-space:     nowrap;
  overflow:        hidden;
}
.dbbtn {
  width:           100%;
  margin:          8px 2px 0 0;
  float:           left;
}
.midtab { 
  width:           100%;
  max-width:       900px;
  margin-top:      12px;
}
.midtab tr:nth-child(odd ) td { 
  background:      #f0f0f0; 
}
.midtab tr:nth-child(even) td {
  background:      #f8f8f8;
}
.midtab th {
   border:         0;
   padding:        8px 0 8px 0;
}
.midtab td {
   border:         1px solid silver;
}
.jsc-tooltip {
  z-index:         2101;
  display:         none;
  position:        absolute;
  background:      #ffffff;
  left:           -200px;
  top:             100px;
  width:           600px;
  text-align:      left;
  color:           #444444;
  border-radius:   8px;
 -webkit-box-shadow: 0 0 20px #777;
 -moz-box-shadow:  0 0 20px #777;
  box-shadow:      0 0 20px #777;
  padding:         24px 12px;
  margin-left:     50%;
}
.app-tooltip {
  z-index:         2100;
  position:        relative;
  display:         inline-block;
  color:           #006080;
  cursor:          pointer;
  opacity:         0.9;
  border-bottom:   1px dotted #ccc;
}
.app-tooltiptext {
  z-index:         2101;
  display:         none;
  position:        absolute;
  background:      #ffffff;
  left:            0;
  bottom:          140%;
  width:           600px;
  text-align:      left;
  color:           #444444;
  border-radius:   8px;
 -webkit-box-shadow: 0 0 20px #777;
 -moz-box-shadow:  0 0 20px #777;
  box-shadow:      0 0 20px #777;
  padding:         24px 12px;
  margin-left:    -480px;
}
.app-tooltip:hover .app-tooltiptext {
  display:         block;
}

.messagediv {
  z-index:         2000;
  background:      transparent;
  display:         block;
  position:        absolute;
  left:            0;
  right:           0;
  top:             12px;
  bottom:          12px;
  padding:         0;
  border:          0;
}
.messagediv-hidden{
  z-index:         2000;
  background:      transparent;
  display:         none;
  position:        absolute;
  left:            0;
  right:           0;
  top:             12px;
  bottom:          12px;
  padding:         0;
  border:          0;
}
.messagediv-center{
  z-index:         2001;
  background:      #ffffff;
  display:         block;
  position:        fixed;
  top:             60px;
  left:            50%;
  width:           100%;
  max-width:       600px;
  height:          auto;
  max-height:      90vh;
  text-align:      left;
  margin:          0 auto;
  padding:         24px;
  border:          1px solid silver;
  transform:       translate(-50%,-5%);
  overflow:        auto;
}
.messagediv-email{
  z-index:         2001;
  background:      #ffffff;
  display:         block;
  position:        fixed;
  top:             60px;
  left:            50%;
  width:           100%;
  max-width:       1080px;
  height:          auto;
  max-height:      90vh;
  text-align:      left;
  margin:          0 auto;
  padding:         24px;
  border:          1px solid silver;
  transform:       translate(-50%,-5%);
  overflow:        auto;
}
.messagediv-transp{
  z-index:         2001;
  background:      transparent;
  display:         block;
  position:        relative;
  width:           100%;
  max-width:       520px;
  height:          auto;
  top:             0;
  text-align:      left;
  margin:          0 auto;
  padding:         24px;
  border:          0;
}
.messagediv-close {
  z-index:         2001;
  background:      transparent;
  display:         block;
  position:        absolute;
  top:             12px;
  right:           12px;
  padding:         0;
  border:          0;
}
.messagediv-inline {
  z-index:2001;
  display:inline-block;
  position:absolute;
  background-color:white;
  width:480px;
  min-height:80px;
  top:20px;
  left:-240px;
  margin:0 0 0 50%;
  padding:24px 24px 8px 24px;
  border:1px solid silver;
  opacity:0.9;
}
.messagediv-danger {
  background-color:#ffb5ba;
}
.messagediv-success {
  background-color:#7ff089;
}
.messagediv td {
  padding:0 0 0 4px;
  text-align:right;
}

.messageaddr {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444444;
}

.infodiv {
  z-index:2000;
  background-color:transparent;
  display:block;
  position:absolute;
  left:0;
  right:0;
  top: 12px;
  padding:0;
  border:0;
}
.infodiv-center{
  background-color:white;
  display:block;
  position:fixed;
  top: 60px;
  left: 50%;
  width:100%;
  max-width:800px;
  height: auto;
  max-height: 90vh;
  text-align:left;
  margin:0 auto;
  padding:24px;
  border:1px solid silver;
  transform: translate(-50%,-5%);
  overflow: auto;
}
.infotop-close {
  z-index:2001;
  background-color:transparent;
  display:block;
  position:absolute;
  top: 12px;
  right:12px;
  padding:0;
  border:0;
}
.infotop-left {
  z-index:2001;
  background-color:transparent;
  display:block;
  position:absolute;
  top: 12px;
  left:24px;
  padding:0;
  border:0;
}
.infobottom-close {
  z-index:      2001;
  display:      block;
  position:     absolute;
  bottom:       12px;
  right:        12px;
  background:   transparent;
  padding:      0;
  border:       0;
}

.servicestd{
  padding:      2px 0 2px 0;
}

.maintitle {
  background: var(--enqc02);
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--fntc);
  padding: 24px;
}

.slide {
  display: none;
  width: calc(100vw - 400px);
  height: calc(50vh - 20px);
  background-position: left top;
  background-repeat: no-repeat;
  background size: cover;
  line-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
.slide01 { background-image: url("/icon/slick/babies1.png"); }
.slide02 { background-image: url("/icon/slick/babies2.png"); }
.slide03 { background-image: url("/icon/slick/babies3.png"); }
.slide04 { background-image: url("/icon/slick/babies4.png"); }
.slide05 { background-image: url("/icon/slick/babies1.png"); }
.slide06 { background-image: url("/icon/slick/babies2.png"); }
.slide07 { background-image: url("/icon/slick/babies3.png"); }
.slide08 { background-image: url("/icon/slick/babies4.png"); }
.slide09 { background-image: url("/icon/slick/babies1.png"); }
.slide10 { background-image: url("/icon/slick/babies2.png"); }
.slide11 { background-image: url("/icon/slick/babies3.png"); }
.slide12 { background-image: url("/icon/slick/babies4.png"); }
.slide13 { background-image: url("/icon/slick/babies1.png"); }
.slide14 { background-image: url("/icon/slick/babies2.png"); }
.slide15 { background-image: url("/icon/slick/babies3.png"); }
.slide16 { background-image: url("/icon/slick/babies4.png"); }
.sliderdiv {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 48vh;
  background: #a2ba30;
  border: 0;
  padding: 0;
  margin: 32px 0 32px 0;
}
.sliderl,.slidermidwivesl,.sliderlogonl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.sliderlogonl {
  background: #dcc01f !important;
  color: #ffffff !important;
}
.slidermidwivesl {
  background: #bd5530 !important;
  color: #ffffff !important;
}
.sliderr,.slidermidwivesr,.sliderlogonr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: top;
  width: calc(100% - 400px);
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.sliderlogonr {
  background: #dcc01f !important;
  color: #ffffff !important;
}
.slidermidwivesr {
  background: #bd5530 !important;
  color: #ffffff !important;
}
.sliderflags {
  width: 200px;
  height: 200px;
  border: 0;
}
.flagbullet0 {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 4px rgba(255,255,255,1.00),0px 0px 6px 4px rgba(255,255,255,1.00),0px 0px 6px 4px rgba(255,255,255,1.00);
  padding: 0;
  margin: 8px;
  overflow: hidden;
  float: left;
}
.flagbullet1 {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 4px rgba(255,255,255,0.40),0px 0px 6px 4px rgba(255,255,255,0.40),0px 0px 6px 4px rgba(255,255,255,0.40);
  padding: 0;
  margin: 8px;
  overflow: hidden;
  float: left;
}

.appendheadline {
  z-index: 2000;
  position: absolute;
  width: 100%;
  height: 1px;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  border: 0;
  padding:24px;
}
.appenddots {
  z-index: 2000;
  position: relative;
  top: -20px;
  width: 100%;
  height: 1px;
  border: 0;
}
.appenddots slick-dots {
  top: 0;
  margin: 0;
}
.appenddots .slick-dots button:before {
  font-size:12px;
  color: #afafaf;
}

.cookie-consent-div {
  z-index: 9000;
  position: absolute;
  display: block;
  top: calc(100vh - 480px);
  left: -300px;
  width: 600px;
  height: 400px;
  background: #ffffff;
  border: 1px solid silver;
  padding: 24px;
  margin: 0 0 0 50%;
}

.submenudiv {
  display: flex;
  flex-direction: row;
  height: 48px;
  box-shadow: 20px 0 0 0 rgba(0,0,0,0.15);
  background: #efefef !important;
  border: 0;
  padding: 0;
  margin: 24px 0 0 0;
}
.submenul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 20%;
  border: 0;
  padding: 12px;
  margin: 0;
}
.submenuc {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 60%;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  border: 0;
  padding: 12px;
  margin: 0;
}
.submenuc span {
}
.submenur {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
  border: 0;
  padding: 12px;
  margin: 0;
}


.footerdiv {
  display: flex;
  flex-direction: row;
  height: 48px;
  box-shadow: 20px 0 0 0 rgba(0,0,0,0.15);
  background: #efefef !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.footerl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 20%;
  border: 0;
  padding: 12px;
  margin: 0;
}
.footerc {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 60%;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  border: 0;
  padding: 12px;
  margin: 0;
}
.footerc span {
}
.footerr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
  border: 0;
  padding: 12px;
  margin: 0;
}

.contcontent {
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.2rem;
  font-weight: 500 !important;
  line-height: 1.5;
}

.contcap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  background: #ffffff !important;
  color: #000000;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.0rem;
  font-weight: 500 !important;
  line-height: 1.5;
  padding: 0 !important;
  margin-bottom: 0;
}
.contcap table {
  width: 100%;
  height: 40px;
  border: 0;
  margin: 0 !important;
}
.contcaptd0 {
  width: 168px;
  height: 38px;
  font-size: 1.0rem;
  border: 0;
  padding: 0 0 0 12px;
}
.contcaptd1 {
  width: calc(100% - 180px);
  height: 38px;
  background: #efefef !important;
  border: 0;
}
.contcaptd1 input {
  width: 100%;
  height: 38px;
  background: transparent !important;
  font-size: 1.0rem;
  outline: 0 !important;
  border: 0 !important;
  padding-left: 12px;
  margin: 0 !important;
}
.contcaprefresh {
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #ffffff;
  font-size: 1.3rem;
  cursor: pointer;
}

.contattach {
  display: none;
  width: 100%;
  height: 38px;
  background: #ffffff !important;
  color: #000000;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.0rem;
  font-weight: 500 !important;
  line-height: 1.5;
  padding: 0 !important;
}
.contattach table {
  width: 100%;
  height: 36px;
  border: 0;
  margin: 0 !important;
}
.contattachtd0 {
  width: 168px;
  height: 36px;
  font-size: 1.0rem;
  border: 0;
  padding: 0 0 0 12px;
}
.contattachtd0 a {
  color: #000000;
  text-decoration: underline;
  font-size: 1.0rem;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.contattachtd0 a:visited {
  color: #444444;
  text-decoration: underline;
  font-size: 1.0rem;
  border: 0;
  padding: 0 0 0 12px;
}
.contattachtd1 {
  width: calc(100% - 180px);
  height: 36px;
  background: #efefef !important;
  border: 0;
}
.contattachtd1 input {
  width: 100%;
  height: 36px;
  background: transparent !important;
  font-size: 1.0rem;
  outline: 0 !important;
  border: 0 !important;
  padding-left: 12px;
  margin: 0 !important;
}
.contattachdiv {
  overflow: hidden;
}
.contattachstat {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: silver;
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.contattachciddiv {
border: 3px solid red;
}
.contcmddiv {
  display:       block !important;
  width:         auto !important;
  color:         #444444;
  background:    #ffffff;
  border:        0;
  padding:       0;
  margin:        0;
  cursor:        pointer;
}
.contcmddiv:hover {
}
.contcmddiv-disabled {
  background:    #ffffff !important;
  border:        0;
  color:         #888888 !important;
}
.contfileupload-hidden{
  display: none;
}
.contfileupload-label{
  color: #444444;
  text-decoration: underline;
  border: 0;
  margin: 0;
  cursor: pointer;
}
.contfileupload-cid{
  color: #dddddd;
}
.contuploaddiv {
  display: inline-block;
  width: auto;
  margin: 0 4px 0 0;
  margin: 0;
}
.contuploada {
  display: inline-block;
  width: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
}


.contform {
  width: 100%;
  height: auto;
  font-family: "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.2rem;
  font-weight: 500 !important;
  line-height: 1.5;
  border: 0;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0 0 0;
}
.conticondiv {
  display: flex;
  width: 100%;
  height: 100px;
  margin: 24px;
}
.conticon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border: 0;
  text-decoration: none;
}
.conticon div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height:100px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
.conticonspin {
 -moz-animation:    spinHorizontal .4s 1 linear;
 -o-animation:      spinHorizontal .4s 1 linear;
 -webkit-animation: spinHorizontal .4s 1 linear;
  animation:        spinHorizontal .4s 1 linear;
}
@-moz-keyframes    spinHorizontal { 0% { -moz-transform:    rotateY(0deg); } 100% { -moz-transform:    rotateY(180deg); }}
@-ms-keyframes     spinHorizontal { 0% { -ms-transform:     rotateY(0deg); } 100% { -ms-transform:     rotateY(180deg); }}
@-o-keyframes      spinHorizontal { 0% { -o-transform:      rotateY(0deg); } 100% { -o-transform:      rotateY(180deg); }}
@-webkit-keyframes spinHorizontal { 0% { -webkit-transform: rotateY(0deg); } 100% { -webkit-transform: rotateY(180deg); }}
@keyframes spinHorizontal { 0% {  transform: rotateY(0deg); } 100% {  transform: rotateY(180deg); }}
.contform select {
  display: block;
  width: 100%;
  height: calc(1.5rem + 16px);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  margin: 0 0 4px 0;
}


.topdiv {
  display: flex;
  flex-direction: row;
  height: 100px;
  border: 0;
  padding: 0;
  margin: 0;
}
.topl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 20%;
  border: 0;
  padding: 0;
  margin: 0;
}
.topc {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 70%
  width: auto;
  border: 0;
  padding: 24px 0 0 0;
  margin: 0;
}
.topr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.toplogo {
  width: 82px;
  height: 82px;
  background: transparent;
  background-image: url('/icon/mwlogoquadrat.png');
  background-size: 86px 86px;
  background-position: center center;
  background-repeat: no-repeat;
  border:1px solid var(--admc);
  border-radius: 5px;
}
.tophead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  color: #1d1d1b;
  white-space: nowrap;
  padding: 0 32px 0 24px;
}
.toptext {
  max-width: 600px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
  color: #1d1d1b;
  border-left: 1px solid #1d1d1b;
  padding: 0 12px 0 24px;
  margin: 24px 0 0 0;
}

.formdiv {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.forml {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 20%;
  border: 0;
  padding: 0;
  margin: 0;
}
.formc {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 98%;
  max-width: 1000px;
  border: 0;
  padding: 24px 0 0 0;
  margin: 0;
}
.formc a {
  display: block;
  width: 100%;
}
.formc a form {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.formr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.formfooter {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1d1d1b;
}


.imapformdiv {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.imapforml {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 20%;
  border: 0;
  padding: 0;
  margin: 0;
}
.imapformc {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 98%;
  max-width: 1000px;
  border: 0;
  padding: 24px 0 0 0;
  margin: 0;
}
.imapformc form {
  display: flex;
  flex-flow: column;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.imapformr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.imapformfooter {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1d1d1b;
}

.mainftab {
  width: 100%;
}
.mainftabtr {
  width: 100%;
}
.mainftabtdl {
  text-align: right !important;
  white-space: nowrap;
  padding: 0 8px 0 0;
}
.mainftabtdr {
  text-align: left !important;
  padding: 0 0 4px 0;
}
.mainftabchoose {
  width:         calc(100% - 20px);
  border:        1px solid silver;
  border-radius: 3px;
  padding:       10px;
  margin:        0;
}
.mainftabcaptcha {
  display:       block;
  position:      relative;
  width:         100%;
  height:        40px;
  border:        1px solid silver;
  border-radius: 3px;
  padding:       0;
  margin:        0 0 6px 0;
}
.capimg {
  display:       inline-block;
  position:      absolute;
  top:           0;
  left:          0;
  width:         100px;
  height:        38px;
  background:    transparent;
  background-position: center center;
  border:        0;
}
.capimg img {
  width:         90px;
  height:        28px;
  margin:        5px 0 5px 0;
}
.capinp {
  display:       block;
  position:      absolute;
  top:           0;
  left:          90px;
  width:         calc(100% - 90px);
  height:        auto;
  background:    transparent;
  background-position: center center;
  border:        0;
}
.capinp input {
  width:         98%;
  height:        28px;
  outline:       0;
  border:        0;
  padding:       6px 0 6px 12px;
  margin:        0;
}
.capbtn {
  display:       inline-block;
  position:      absolute;
  top:           8px;
  right:         12px;
  width:         28px;
  height:        28px;
  font-aize:     1.5rem;
  background:    transparent;
  background-position: center center;
  border:        0;
  cursor:        pointer;
}



.mainftabtdr select {
  display:       block;
  width:         100%;
  height:        calc(1.5rem + 16px);
  font-size:     1rem;
  line-height:   1.5;
  color:         #495057;
  background:    #fff;
  background-clip: padding-box;
  border:        1px solid #ced4da;
  border-radius: 0.25rem;
  transition:    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding:       0.375rem 0.75rem;
  margin:        0 0 4px 0;
}

.navdiv{
  display: flex;
  flex-direction: row;
  height: 100px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  background: #ffffff !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.navl{
  display:       flex;
  flex-flow:     row wrap;
  justify-content: flex-end;
  width:         20%;
  border:        0;
  padding:       0;
  margin:        0;
}
.navc{
  display:       flex;
  flex-flow:     row wrap;
  justify-content: center;
  width:         60%;
  border:        0;
  padding:       0;
  margin:        0;
}
.navr{
  display:       flex;
  flex-flow:     row wrap;
  justify-content: flex-start;
  width:         auto;
  border:        0;
  padding:       0;
  margin:        0;
}

.reqbusy1 {
  z-index:       9000;
  display:       block;
  position:      fixed;
  top:           200px;
  left:          50%;
  width:         80px;
  height:        auto;
  transform:     translate(-50%,-5%);
  background:    transport;
  border:        0;
  text-align:    center;
  padding:       12px;
  margin:        0;
  opacity:       0.5;
  overflow:      auto;
}
.reqbusy1 img {
  width:         68px;
  height:        auto;
  opacity:       0.7;
  margin:        0;
}
.reqbusy0 {
  z-index:       9000;
  display:       none;
  top:           0;
  left:          0;
  width:         auto;
  height:        auto;
  background:    transport;
  border:        0;
  text-align:    center;
  padding:       12px;
  margin:        0;
  opacity:       0.5;
  overflow:      auto;
}
.reqbusy0 img {
  width:         68px;
  height:        auto;
  opacity:       0.7;
  margin:        0;
}

.busy1 img {
  visibility:    visible;
}
.busy0 img {
  visibility:    hidden;
}

#menu-item-0-div {
  display:       inline-block;
  text-align:    right;
  width:         80px;
  height:        100px;
  background:    transparent;
  margin:        0;
  border:        0;
} 
#menu-item-0-div img {
  width:         48px;
  height:        auto;
  opacity:       0.5;
  margin:        24px 12px 0 0;
}
#menu-item-5-div {
  display:       inline-block;
  width:         160px;
  height:        100px;
  background:    transparent;
  border:        0;
}
.menudiv{
  width:         auto;
  height:        100px;
  background:    transparent !important;
  border:        0;
  padding:       0;
  margin:        0;
}
.menuitem {
  display:       inline-block;
  width:         auto;
  height:        100px;
  background:    #ffffff !important;
  border:        0;
  margin:        0;
  cursor:        pointer;
  overflow:      hidden;
}
.menuitem:hover {
  background:    #f8f8f8 !important;
  border: 0;
}
.menuitema{
  display:       block;
  width:         auto;
  height:        100px;
  background:    transparent !important;
  border:        0;
  font-family:   "Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:     1.2rem;
  font-weight:   bold;
  line-height:   1.5;
  color:         #212529;
  text-align:    left;
  text-decoration: none !important;
  padding:       32px 15px 0 15px;
  margin:        0;
  cursor:        pointer;
}
.istyle-00 { background: transparent !important; color: #212529 !important; }
.istyle-01 { background: var(--enqc) !important; color: #ffffff !important; }
.istyle-02 { background: var(--midc) !important; color: #ffffff !important; }
.istyle-03 { background: var(--cntc) !important; color: #ffffff !important; }
.istyle-04 { background: var(--admc) !important; color: #ffffff !important; }
.istyle-05 { background: var(--enqc) !important; color: #ffffff !important; }
.istyle-06 { background: var(--midc) !important; color: #ffffff !important; }
.istyle-07 { background: var(--cntc) !important; color: #ffffff !important; }
.istyle-08 { background: var(--admc) !important; color: #ffffff !important; }
.istyle-09 { background: var(--enqc) !important; color: #ffffff !important; }
.istyle-10 { background: var(--midc) !important; color: #ffffff !important; }
.istyle-11 { background: var(--cntc) !important; color: #ffffff !important; }
.istyle-12 { background: var(--admc) !important; color: #ffffff !important; }
.istyle-13 { background: var(--enqc) !important; color: #ffffff !important; }
.istyle-14 { background: var(--midc) !important; color: #ffffff !important; }
.istyle-15 { background: var(--cntc) !important; color: #ffffff !important; }
.istyle-16 { background: var(--admc) !important; color: #ffffff !important; }
.istyle-98 { background: #ffffff !important; color: #212529 !important; }
.istyle-99 { background: #efefef !important; color: #212529 !important; }

.menuemerg {
  display:     flex;
  flex-direction: column;
  align-items: flex-end;
  height:      100px;
  font-size:   1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color:       #212529;
  border:      0;
  padding:     25px 15px 0 15px;
  margin:      0;
  cursor:      pointer;
}
.menuemerg:hover {
  background: #f8f8f8 !important;
}
.emergtab {
  border: 0;
}
.emergsvg {
  width: 45px;
  height: 45px;
  border: 0;
}
.svgphone {
  display: inline-block;
}
.svgclose {
  display: none;
}
.emergspan {
  border: 0;
}
.emergdiv{
  position: absolute;
  display: none;
  flex-direction: row;
  top: 100px;
  height: 100%;
  height: 480px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  background: #ffffff !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.emergl{
  z-index: 2000 !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 400px;
  border: 0;
  padding: 0;
  margin: 0;
}
.emergc{
  z-index:       2000 !important;
  display:       flex;
  flex-flow:     row wrap;
  justify-content: center;
  width:         calc(100% - 700px);
  border-top:    6px solid #b22126;
  border-bottom: 6px solid #b22126;
  font-size:     1.2rem;
  font-weight:   500;
  line-height:   2.5;
  color:         #b22126;
  white-space:   nowrap;
  padding:       32px 0 32px 0;
  margin:        0;
}
.emergcleft{
  width: 50%;
  border: 0;
}
.emergcright{
  width: 50%;
  border: 0;
}
.emergr{
  z-index: 2000 !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

}