 body { background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 /* position: fixed; top:0; left: 0;bottom:0; right:0 */
}
a {
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
    
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #00B9BB;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

 input[type='checkbox']:checked:after {
		width: 18px;
		height: 15px;
		top: -2px;
		left: -1px;
		position: relative;
		content: "";
		display: inline-block;
		visibility: visible;
		border: 2px solid white;
		color: #333	;
		font-weight: bold;
		background-image: url(../images/checkbox.png);
		background-size: 18px 15px;
		background-color: #00B9BB;
		background-color: #d1d3d1;	 	
    }
.header {
	height: 80px;
	background: #D1F3F4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	text-align: center;
	z-index: 199;
}
.header img {
	height: 67px;
	margin: 4px;
}
.header .step-list {
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}
.step-selected {
	width: 15px;
	height: 15px;
	background: #00B9BB;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 2px;
	margin:0;
	margin-top: 6px;
	border-radius: 50%;
}
.step-not-selected {
	width: 15px;
	height: 15px;
	background: #999;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 2px;
	margin:0;
	margin-top: 6px;
	border-radius: 50%;
}
.step-hr {
	margin-top: 5px;
	height: 1px;
	border-top: solid 2px #CCC;
}
.body-container {
	/* position: absolute; */
	top:110px;
	bottom:0;
	left:0;
	right:0;
	overflow: scroll;
	padding-bottom: 20px;
	padding-top:100px;
}
.body-container .ul-gejala li  input[type=radio]{
	margin-left: -1px;	
}
.body-container .note-warning {
	font-weight: normal;
	padding: 0;
	margin-top: 10px;
	font-style: italic;
}

.body-container .content{
	padding:20px;
	line-height: 1.5rem;
}

.content ul, .content ol{
	padding-left:20px;
}
.content li{
	line-height: 1.5rem;
	margin-bottom: .75rem;
}

.note-data {
	font-weight: normal;
	padding: 0;
	margin-top: 10px;
}
.select-gejala-list {
	display: inline-block;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background-color: #D1F3F4;
	text-decoration: none;
	color:#333;
	border-radius: 6px;
	margin: 4px;
	margin-left: 0;
}
.not-selected {
	color:#333;
	background-color: #D1F3F4;
}
.selected {
	color:#FFF;
	background-color: #00B9BB;
}
.body-container h3 {
	margin: 15px;
	margin-bottom: 5px;
	padding:10px;
	text-align: center;
	color: #00B9BB;
}
.penyakit-list {
	width: 90px;
	height:120px;
	position: relative;
	text-align: center;
	display: inline;
	display:inline-block;
	margin: 5px;
}
.penyakit-list a {
	text-decoration: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.penyakit-list .image {
	width: 90px;
	height: 90px;
	position: absolute;
	top:0;
	left: 0;
}
.penyakit-list .title {
	position: absolute;
	left:0;
	bottom:0;
	height: 30px;
	width: 90px;
	color: #00B9BB;
	font-size: 13px;
	font-weight: bold;
}
.penyakit-list h5{
	color: #00B9BB;
	display: inline;
	margin: 3px;
	padding: 0;
}
.body-container h4 {
	margin: 15px;
	padding: 0;
	color: #666;font-weight: 500;
}
.body-container .ul-detail {
	margin:0;
	margin-left: 15px;
	padding: 0;
	list-style: none;

}
.body-container .ul-detail li::before {content: "\2022"; color: #00B9BB;font-size: 18px;
  display: inline-block; width: 1em;
  margin-left: -1em}
.body-container .ul-detail li {
	margin: 0;
	padding: 0; 
	font-size: 14px;
}

.body-container .ul-gejala {
	list-style: none;
	margin:0;
	padding: 0;
}
.body-container .ul-gejala li {
	color: #666;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.body-container .ul-gejala li label {
	margin-right: 10px;
}
.font-1 {
	font-size: 13px;
}
.font-2 {
	font-size: 14px;
}
.background-scroll {
	padding-top:80px;
}
.background-scroll div {
	position: relative;
}
.menu-list {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	border: solid 1px #CCC;
	background: #FFF;
	z-index: 999;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
	display: none;
}

.menu-list a {
	display: inline-block;
	padding: 10px;
	padding-left: 25px;
	text-decoration: none;
	color: #333;
	width: calc(100% - 20px);
	text-align: left;
	border-bottom: solid 1px #EEE;
}

.menu-highlight{
	background-color: #00B9BB;
	color:#fff !important;
}

.menu-container {
	position: absolute;
	top:20px;
	left:15px;
	width:40px;
	height:50px;
}
.menu-container .line{
	height:6px;
	background: #00B9BB;
	margin: 5px;
	border-radius: 3px;
}
.menu-active {
	opacity: 0.45;
	display: block;
}
.menu-inactive {
	opacity: 1;
	display: block;
}
.home-create-button-1 {
	display: inline-block;
	padding: 10px;
	background: #00B9BB;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 220px;
	text-align: center;
	border-radius: 25px;
	margin-top: 20px;
	position: absolute;
	top:155px;
	left:50%;
	font-size: 22px;
	margin-left: -120px;
}
.home-create-button-2 {
	display: inline-block;
	padding: 8px;
	background: #00B9BB;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 180px;
	text-align: center;
	border-radius: 25px;
	margin-top: 20px;
	position: absolute;
	top:480px;
	left:50%;
	font-size: 16px;
	margin-left: -100px;
}
.button {
	display: inline-block;
	padding: 8px;
	background: #00B9BB;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	text-align: center;
	border-radius: 25px;
	margin: 15px;
	font-size: 16px;
}
.button-1 {
	display: inline-block;
	padding: 8px;
	background: #3983FB;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	text-align: center;
	border-radius: 25px;
	margin: 15px;
	font-size: 16px;
}
.tx-sel-date {
	background: #CCC;
	padding: 10px;
	font-size: 14px;
	border: none;
	width: calc(100% - 21px);
	text-align: center;
	border-radius: 7px;
}
.home-create-button-1:hover,.home-create-button-2:hover,.button:hover,.button-1:hover {
	text-decoration: underline
}
.date-show {
	position: absolute;
	top : 5px;
	right: 5px;
	left: 5px;
	min-height: 20px;
	padding: 3px;
	font-size: 15px;
	text-align: center;
	color: #444;
	font-weight: bold;
}
.date-show .prev{
	position: absolute;
	top:0;
	left:5px;
	width:20px;
	height:20px;
}
.date-show .next{
	position: absolute;
	top:0;
	right:5px;
	width:20px;
	height:20px;
}
.date-show a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#date-picker {
	position: fixed;
	bottom:50%;
	height:330px;
	margin-bottom: -175px;
	width:300px;
	background:#00B9BB;
	left: 50%;
	margin-left: -150px;
	border-radius: 5px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	overflow: hidden; 
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CCC;
	z-index: 101;
	opacity: 0.5;
}
#city-dialog {
		position : fixed;
		top:85px;
		left:3px;
		right: 3px;
		bottom: 3px;
		z-index: 999;
		background: #FFF;
	border: solid 1px #333;
	}
#city-dialog .input-container {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 70px;
}
#city-dialog .input-container h4 {
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#city-dialog .button {
	position: absolute;
	bottom: 10px;
	margin:0;
	left: 50%;
	margin-left: -75px;
}
#city-dialog .result-container {
	position: absolute;
	left: 5px;
	right: 15px;
	bottom: 55px;
	top: 80px;
	border: solid 1px #CCC;
	overflow: auto;
}
#city-dialog .result-container a {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #CCC;
	width: calc(100% - 10px);
	text-decoration: none;
	color: 00B9BB;
}
.date-body {
	position: absolute;
	top:50px;
	bottom:50px;
	left:0;
	right:0;
}
.date-list {
	position: absolute;
	top: 30px;
	left: 7px;
	bottom: 5px;
	right: 5px;
}
.day-name {
	float: left;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	background: #B3D4EF;
	margin: 4px;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	width: 28px;
	min-height: 13px;
	border:solid 1px #B3D4EF;
}

.day {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	background: #FFF;
	margin: 4px;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	width: 34px;
	min-height: 18px;
	border:solid 1px #FFF;
}
.day .pick-day {
	text-decoration: none;
	display: inline-block;
	color: #333;
	padding: 3px;
	width: calc(100% - 6px);
}
.day .day-picked {
	color: #FFF;
	background: #7E96D8;
}
.day-disabled {
	background: #CCC;
	border: solid 1px #CCC;
}
.day-enabled {
	background: #FFD;
	border: solid 1px #FFD;
}
.year-list {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: #FFCDAD;
	overflow: auto;
	display: none;
}
.year-list a{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	font-weight: bold;
	width: 100%;
}
.year-selected {
	font-size: 28px;
	color: #33C;
}
.year-not-selected {
	font-size: 20px;
	color: #333;
}
#date-picker .date-title {
	position: absolute;
	font-size: 14px;
	top:5px;
	right: 10px;
	font-weight: bold;
	color: #160059;
}
#date-picker .date-header {
	position: absolute;
	top:0;
	right:0;
	left:0;
	height: 50px;
	background: #FFF;

}

#date-picker .date-footer {
	position: absolute;
	right:0;
	bottom:0;
	left:0;
	height: 50px;
	background: #FFF;
}
.date-footer .button {
	width: 80px;
	border-radius: 15px;
	margin: 0;
}
.date-footer .button.close-datepicker {
	position: absolute;
	top:9px;
	left:30px;
}
.date-footer .button.set-datepicker {
	position: absolute;
	top:9px;
	right:30px;
}
.date-footer .button.close-year {
	position: absolute;
	top:9px; 
	left:50%;
	margin-left: -40px;
	display: none;
}
#date-picker .date-header .year{
	margin: 6px;
	margin-left: 10px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 18px;
	color: #33C;
}
#date-picker .date-header .year a{
	text-decoration: none;
	color: inherit;
}
#date-picker .date-header  .date {
	margin: 6px;
	margin-left: 10px;
	font-size: 13px;
	margin-top: 0;
}
.input-text {
	border: solid 1px #666;
	padding: 5px;
	width: calc(100% - 10px);
	outline: none;
}
.input-text-2 {
	border: solid 1px #CCC;
	font-size: 18px;
	padding: 10px;
	width: calc(100% - 10px);
	outline: none;
	border-radius: 5px;
	background: #CCC;
}
.input-home {
	background-image: url(../images/home.jpg);
	background-repeat:  no-repeat;
	background-size: 46px 46px;
	border:none;
	height: 46px;
	padding-left: 55px;
}
.input-name {
	background-image: url(../images/person.jpg);
	background-repeat:  no-repeat;
	background-size: 46px 46px;
	border:none;
	height: 46px;
	padding-left: 55px;
}
.input-phone {
	background-image: url(../images/phone.jpg);
	background-repeat:  no-repeat;
	background-size: 46px 46px;
	border:none;
	height: 46px;
	padding-left: 55px;
}
#validate-dialog {
		position: fixed;
		left: 50%;
		top: 50%;
		width: 300px;
		height: 220px;
		background: #3B6CF1;
		margin-top: -110px;
		margin-left: -150px;
		text-align: center;
		display: none;
		z-index: 1000;
	}
	#validate-dialog h5 {
		color: #FFF;
		margin: 15px;
		padding: 0;
	}
	#validate-dialog .validate-code{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#validate-dialog table tr td input[type=number]{
		width: 100%;
		padding: 10px;
		border: solid 1px #3B6CF1;
		text-align: center;
		font-weight: bold;
		outline: none;
		background-color: #9DBEF8;
	}
.search-text {
	width: 100%;
	border: solid 1px #CCC;
	outline: none;
	border-radius: 4px;
	padding: 10px;
	font-size: 15px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 25px 25px; 
	padding-right:32px;
}
#send-address-dialog {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #FFF;
	display: none;
	}
#send-address-dialog .address-header {
	height: 105px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	border-bottom: solid 1px #CCC;
	
}
#send-address-dialog .address-container {
	position: absolute;
	top: 106px;
	left: 0;
	right: 0;
	bottom: 0;
}



.card{
	border: solid 1px #eee;
}

.card-title{
	font-size:15px;
	color:#666;
	font-weight:600;
	margin:20px;
}

.card-content{
	font-size:13px;
	color:#666;
	margin: 20px 20px 20px 20px;
}

.card a{
	text-decoration: none;
}

.article{
  padding-top:10px;
}

.article h1,h2{
  color:#333;
}

.article h1{
  font-size:1.5rem;
}

.article h2{
  font-size:1.25rem;
}

.article .article-sub{
  display: flex !important;
  flex-direction: row;
}

.article .article-date{
  margin-left: auto !important;
  color:#666;
  font-size:.9rem;
}

.article .article-category span{
  color:#00B9BB;
  font-weight : bold;
}

.article .article-category span a{
  color:#00B9BB;
	font-weight : bold;
	text-decoration: none;
}

.article .article-image{
  margin : 20px 0;
}

.article-content{
	line-height: 1.5rem;
}

.other-article td, .category-list td{
  border-bottom:solid 1px #ddd;
  padding-bottom:10px;
  padding-top:10px;
  padding-right:10px;
  color:#666;
  font-weight:bold;
}

.other-article tr, .category-list tr{
  cursor:pointer;
}

.category-list .active{
	color:#00B9BB;
}

.bg-6 {
	height: 180px;
	background-color: #00B9BB;
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	color: #FFF;
}
.bg-6 tr td{
	color: #FFF;
	font-size: 14px;
}
.bg-6 table {
	margin-top:15px;
}
.bg-6 a {
	color: #FFF;
	text-decoration: none;
}
.bg-6 a:hover {
	text-decoration: underline;
}

/** payment method */
#tb-input-promo h5 {
	padding: 0;
	margin: 0;
	color: #666;
	font-weight: normal;
}
#submit-promo {
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	width: 60px;
}
#input-promo {
	padding: 5px;
	width: calc(100% - 5px);
	border-radius: 3px;
}
.tr-payment-type td {
		border-bottom: solid 1px #DDD;
	}
	.tr-payment-type td a {
		display: inline-block;
		height: 50px;
		width: 100%;
		background-image: url(../images/logo-telco.jpeg);
		background-size: auto 300px;
		background-repeat: no-repeat;
	}
	.tr-payment-type td a.telkomsel { 
		background-position: 0 -10px;
	}
	.tr-payment-type td a.xl {
		background-position: 0 -85px;
	}
	.tr-payment-type td a.indosat {
		background-position: 0 -160px;
	}
	.tr-payment-type td a.three {
		background-position: 0 -235px;
	}
	.tr-payment-type td a.bni-transfer,.tr-payment-type td a.bni-va {
		background-image: url(../images/bni.png);
		background-size: auto 20px;
		background-position: 20px center;
	}
	
	.tr-payment-type td a.bni-transfer h4 {
		margin-left: 90px;
		margin-top: 18px;
		padding: 0;
		font-weight: bold;
		color: #CF7B3B;
	}
	.tr-payment-type td a.bni-va h4 {
		margin-left: 90px;
		margin-top: 18px;
		padding: 0;
		font-weight: bold;
		color: #296170;
	}

	/** CONSULTATION */
	#please-wait-chat {
		position: fixed;
		left: 50%;
		top: 50%;
		width: 300px;
		height: 150px;
		background: #3B6CF1;
		margin-top: -75px;
		margin-left: -150px;
		text-align: center;
		display: none;
		z-index: 1000;
	}
	#validate-suratsakit {
		display: none;
		padding-top: 15px;
	}
	#mohon-tunggu {
		text-align: center; display: none;
	}
	#cancel-surkit {
		display: none;
	}
	#cancel-surkit a {
		text-decoration: none;
		color: #00B9BB;
	}
	#validate-suratsakit a {
		padding: 8px;
		width: 100px;
		margin: 5px;
	}