html {
  height: 100%;
  width: 100%;
  margin: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table,
ul {
  margin: 0;
}
body {
  border-top: 5px solid red;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  /* font-size:18px; */
  font-size: 1.2em;
  background-color: #f8f8f8;
  background: linear-gradient(
    180deg,
    rgba(255, 116, 116, 0.7) 16%,
    rgba(255, 255, 255, 0) 67%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-image:url(../images/main-bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed; */
  overflow-x: hidden;
  line-height: 26px;
}

ul {
  font-weight: normal;
}
li {
  font-weight: normal;
}
.kembali {
  width: 100px;
  height: 100px;
  margin: 5px;
  background-image: url(../images/up.gif);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding: 2px 10px 2px 10px;
  border: 1px solid #ff6600;
  background-color: #ffffcc;
}

.roundcornerback {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-color: #ff6600;
}

.imgs {
  max-width: 100%;
}

.imgswrapper {
  text-align: center;
  font-style: italic;
}

.imgswrapper img {
  max-width: 100%;
}

.imgswrapper2 {
  width: 100%;
  display: table;
}

.imgswrapper2 div {
  float: left;
  width: 50%;
  padding: 5px;
}

.txt {
  font-size: 14px;
  border: 1px solid #999999;
  padding: 2px;
}

.cmd {
  font-size: 12px;
  border: 1px ridge #003366;
  padding: 2px;
  font-weight: bold;
  cursor: pointer;
  background-color: #dbeafb;
}

a {
  color: #003366;
  text-decoration: none;
}

.blue {
  color: blue;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* div{
	width:80%
}*/

.alert {
  color: #ff0000;
}

.perhatian {
  font-weight: bold;
  color: #cc0000;
}

.header {
  width: auto;
  min-width: 100%;
  width: 100%;
  padding: 10px;
  display: table;
}

.header .title h3,
.header .title .titleaddr {
  width: 100%;
}

.header .title .addr {
  width: 50%;
  float: left;
}

.header .title h3 a {
  display: block;
}

.boldlist {
  font-weight: bold;
  list-style: none;
}

.outerlink {
  border: 1px solid #006699;
  padding: 1px 5px 1px 5px;
  font-size: 12px;
  background-color: #ffffcc;
}

.mainmenu {
  width: 980px;
  /*border:1px solid #6699CC; */
  border: 5px solid #ffffff;
  background-color: #dbeafb;
  margin: auto;
  text-align: center;
}

.mainmenu h2 {
  clear: both;
  margin: 5px;
  padding: 0px;
  line-height: 30px;
  font-size: 24px;
}

.docwrapper {
  margin: auto;
  height: auto;
  background-color: #f9f9f9;
  border: 1px solid #636363;
  border-bottom: 0px;
}

.doctitle {
  font-weight: bold;
  color: #003366;
  margin: auto;
  width: 100%;
  height: 8px;
  margin-bottom: 15px;
}

.doccontent {
  /*	background-color:#FFFFFF;
	border-bottom:1px solid #666666;*/
  width: auto;
  margin: auto;
  padding: 20px;
}

.normal {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

.tooltips {
  color: #003399;
  cursor: default;
  font-weight: bold;
}

.spantitle {
  padding: 5px 10px 5px 35px;
  height: auto;
  width: auto;
  border-right: 1px solid #636363;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  background-color: #ffffff;
  background-image: url(../images/article.gif);
  background-position: left;
  background-repeat: no-repeat;
}

.titlecorner {
  -moz-border-top-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.emptyspace {
  border-bottom: 1px solid #666666;
  background-color: #ffffff;
  float: left;
  height: 100px;
  width: auto;
}

.toproundcorner {
  -moz-border-top-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-top-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  border-color: #636363;
}

.bottomroundcorner {
  -moz-border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-color: #666666;
}

.roundcorner {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-color: #666666;
}

.dropshadow {
  -moz-box-shadow: 0px 5px 5px 5px #666;
  -webkit-box-shadow: 0px 5px 5px 5px #666;
  box-shadow: 0px 5px 5px 5px #666;
}

.dropshadow1 {
  -moz-box-shadow: 0px -5px 5px #cccccc;
  -webkit-box-shadow: 0px -5px 5px #cccccc;
  box-shadow: 0px -5px 5px #cccccc;
}

.dropshadow2 {
  -moz-box-shadow: 0px 5px 5px 5px #cccccc;
  -webkit-box-shadow: 0px 5px 5px 5px #cccccc;
  box-shadow: 0px 5px 5px 5px #cccccc;
}

.menus {
  width: 48%;
  /* min-width:300px; */
  float: left;
  display: block;
  font-size: 20px;
  padding: 0 60px;
}

.menus li {
  list-style: none;
  background-image: url(../images/green.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 20px;
}

.mainwrapper {
  width: 100%;
}

.menuwrapper {
  border: 1px solid #636363;
  border-bottom: 0px;
  margin: auto;
  border-top: 0px;
  background-color: #f9f9f9;
  clear: both;
}

.contentlist {
  width: auto;
  margin: auto;
}

.listwrapper {
  width: auto;
  margin: auto;
  display: table;
  background-image: url(../images/emma-bg.gif);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px 0px 0px 10px;
}

.nul ul {
  margin: 0px;
  padding: 8px;
}

.nul li {
  list-style: none;
  border-bottom: 1px dashed #cccccc;
  margin: 10px 0px 15px -30px;
  background-image: url(../images/news.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
}

.tabcontent {
  height: 100px;
  width: auto;
  overflow-y: scroll;
  border-bottom: 0px solid #999999;
}

.ne {
  height: 200px;
  background-color: #ffffff;
  width: 100%;
}

.nehead {
  text-align: center;
  border-bottom: 1px solid #999999;
  height: 26px;
  padding-top: 2px;
  background-image: url(../images/headdrag.gif);
  background-repeat: repeat-x;
  font-weight: bold;
  width: 100%;
}

#cu {
  float: left;
  border: 1px solid #999999;
  background-color: #ffffff;
  height: auto;
  width: 320px;
  position: absolute;
}

.presentasi {
  padding: 0 15px 0 15px;
}

.up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #060606;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 4px 8px;
  background: #fff;
}

.newscontact {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}

.indicator {
  float: right;
  display: none;
}

.hasilfotopasien img {
  margin: 0 !important;
  padding: 0 !important;
}

.header .logo {
  width: 24%;
  float: left;
  padding: 5px;
}

.header .title {
  width: 76%;
  float: left;
}
.header .logo img {
  float: none;
  margin: auto;
}

input[type="button"] {
  background: rgb(210, 227, 247);
  background: linear-gradient(
    180deg,
    rgba(210, 227, 247, 0.76234243697479) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.imgswrapper2 div:first-child {
  width: 22%;
}
.imgswrapper2 div:last-child {
  width: 78%;
}

.red {
  color: red;
}
footer {
  height: 100%;
  width: auto;
  background-color: #333333;
  text-align: center;
  color: #ffffff;
  padding: 5px;
}
ul.description li {
  margin-bottom: 20px;
}
.txt {
  width: 89%;
  height: 45px;
  float: left;
  padding: 10px;
  margin-top: 10px;
}

.cmd {
  font-size: 12px;
  border: 1px ridge #b5b5b5;
  padding: 2px;
  cursor: pointer;
  background: rgb(210, 227, 247);
  background: linear-gradient(
    180deg,
    rgba(210, 227, 247, 0.76234243697479) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  letter-spacing: 1px;
  width: 10%;
  height: 45px;
  float: right;
  margin-top: 10px;
}

.inputmsg {
  font-size: 15px;
  color: red;
  width: 100%;
  display: block;
  float: left;
  font-size: 15px;
  color: red;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: normal;
}

.flex-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: baseline;
  order: 0;
  padding: 10px;
}
.carousel {
  margin-top: 20px;
}

.carousel-inner {
  margin: auto;
  width: 85% !important;
}

.carousel-control {
  width: 5% !important;
  color: #000 !important;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}
.pause {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #dadada;
  margin-top: 20px;
  background: #efefef;
  cursor: pointer;
  display: none;
  text-decoration: none;
}
.carousel-item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  hyphens: auto;
  word-break: break-word;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  ul {
    padding: 0 8%;
  }
  .floatingwindow {
    right: 10%;
    top: 15%;
    display: none;
  }
  .docwrapper,
  .menuwrapper {
    width: 100%;
  }
  .mainmenu {
    width: 97%;
  }
  .menus {
    padding: 0 10px;
    width: 100%;
  }
  .email {
    font-size: 15px;
  }
  .newscontact {
    width: 100%;
    float: left;
  }
  .hasilfotopasien {
    margin-left: -15px;
    width: 98%;
  }
  .imgswrapper2 div,
  .header .title,
  .header .title .addr {
    float: left;
    width: 100% !important;
  }
  .header .logo {
    text-align: center;
    width: 100%;
    padding: 5px;
  }
  .header .title h3 a {
    text-align: center;
  }
  .titleaddr {
    margin-left: 10px;
  }
  .header .title .addr:last-child {
    padding: 0;
  }
  .mainmenu h2 {
    font-size: 19px;
  }
  .txt,
  .cmd {
    width: 100%;
  }

  .cmd {
    height: 30px;
    margin-top: 10px;
  }

  .pause {
    display: block;
  }

  .flex-container {
    flex-direction: column;
  }
  .flex-items {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  ul {
    padding: 0 8%;
  }
  .floatingwindow {
    right: 10%;
    top: 15%;
    display: none;
  }
  .docwrapper,
  .menuwrapper {
    width: 100%;
  }
  .mainmenu {
    width: 97%;
  }
  .menus {
    padding: 0 10px;
    width: 100%;
  }
  .email {
    font-size: 15px;
  }
  .newscontact {
    width: 100%;
    float: left;
  }
  .hasilfotopasien {
    margin-left: -15px;
    width: 98%;
  }
  .imgswrapper2 div,
  .header .title,
  .header .title .addr {
    float: left;
    width: 100% !important;
  }
  .header .logo {
    text-align: center;
    width: 100%;
    padding: 5px;
  }
  .header .title h3 a {
    text-align: center;
  }
  .titleaddr {
    margin-left: 10px;
  }
  .header .title .addr:last-child {
    padding: 0;
  }
  .mainmenu h2 {
    font-size: 19px;
  }
  .doctitle {
    border: none;
    margin: 0;
    display: table;
  }
  .spantitle {
    display: table;
    float: left;
    background-image: none;
    padding: 5px 10px;
    border-right: 0 none;
    border-radius: 0;
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .floatingwindow {
    right: 10%;
    top: 15%;
  }
  .docwrapper,
  .menuwrapper {
    width: 100%;
  }
  .mainmenu {
    width: 97%;
  }
  .menus {
    padding: 0 10px;
    width: 50%;
  }
  .email {
    font-size: 15px;
  }
  .hasilfotopasien {
    margin-left: -15px;
    width: 98%;
  }
  .imgswrapper2 div,
  .header .title .addr {
    float: left;
    width: 100%;
  }
  .spantitle {
    display: table;
    float: left;
    background-image: none;
    padding: 5px 10px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .floatingwindow {
    right: 10%;
    top: 15%;
  }
  .docwrapper,
  .menuwrapper {
    width: 95%;
  }
  .mainmenu {
    width: 97%;
  }
  .menus {
    padding: 0 10px;
    width: 50%;
  }
  .imgswrapper2 div,
  .header .title .addr {
    float: left;
    width: 50%;
  }
  .memasang,
  .indikasi,
  .kontra-indikasi {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 992px) {
  .floatingwindow {
    left: 886px;
    top: 195px;
  }
  .docwrapper,
  .menuwrapper {
    width: 70%;
  }
  .mainmenu {
    width: 72%;
  }
  .imgswrapper2 div {
    float: left;
    width: 50%;
  }
  .header .logo {
    width: 20%;
    float: left;
    padding: 5px;
  }

  .header .title {
    width: 80%;
    float: left;
  }
  .header .logo img {
    float: none;
    margin: auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .floatingwindow {
    left: 886px;
    top: 195px;
  }
  .docwrapper,
  .menuwrapper {
    width: 70%;
  }
  .mainmenu {
    width: 72%;
  }
  .imgswrapper2 div:first-child {
    width: 22%;
  }
  .imgswrapper2 div:last-child {
    width: 78%;
  }

  .header .title {
    width: 80%;
    float: left;
  }
  .header .logo {
    width: 20%;
    float: left;
    padding: 5px;
  }

  .header .logo img {
    float: none;
    margin: auto;
  }

  .memasang,
  .indikasi,
  .kontra-indikasi {
    padding-top: 50px !important;
  }
}
