
html, body{
margin-top:35px;
padding-left:5px;
padding-right:5px;

/*background: url('../img/bg.jpg') no-repeat center center fixed; */
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #FFF;background: url('../img/bg.jpg')
 /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.form-group {
margin-bottom:5px;
}


.colorgraph {
	width : 90%;
  height: 5px;
  border-top: 0;
  margin-top:7px;
  margin-bottom:2px;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

a:link {
    color:c56a;
    text-decoration: none;
    }
    a:hover {
    color:c60a;
    text-decoration: none;
    }
    a:visited {
    color:c69a;
    text-decoration: none;
    }

.well {
	background:#FFF;
border-radius: 8px;
border: 4px solid #00BFFF;

}

.one {
    border-style: solid;
    border-width: 2px;
	
}



.logo {
width : 90%;

margin-bottom:3px;
}

.input {
width : 100%;
height : 42px;
margin-top:3px;
margin-bottom:3px;
text-align: center;
background: #fff;
box-shadow: none;
border: 1px solid #A5A5A5;
color: #07575B;
border-radius: 4px;
font-size:17px;
z-index: 9999;

}

.input:-webkit-autofill {
-webkit-box-shadow: inset 0 0 0px 99999px #ffffff !important;

}
.input-login:-ms-input-placeholder {
color: #bbbbbb;
}
.input-login::-moz-placeholder{
color: #bbbbbb;
}
.input-login::-webkit-input-placeholder {
color: #bbbbbb;

    font-weight: bold;
}
.input-login:focus{
color: #000;

}





.btn {
	width: 49%;
	height: 38px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
margin-top:2px;
margin-bottom:5px;
}
 .btn:focus{
outline: 0 !important;
}

.btn2 {
	width: 80%;
	height: 38px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius:5px;
	margin-bottom:7px;
}
 .btn2:focus{
outline: 0 !important;
}

.btn3 {
	width: 100px;
	height: 100px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius:50px;
	margin-bottom:7px;
}
 .btn3:focus{
outline: 0 !important;
}

/* warna button kreasi sendiri */

.btn-orange {
	background:#FF8C00;
	color:#fff;
}

.btn-orange:hover {
   opacity: 0.8;
   background:#FF8C00;
   color:#fff;
}

.btn-orange:active {
    background-color:#FF8C00;
}
.btn-abu {
	background:#A9A9A9;
	color:#fff;
}

.btn-abu:hover {
   opacity: 0.8;
   background:#A9A9A9;
   color:#fff;
}

.btn-abu:active {
    background-color:#A9A9A9;
}

.btn-ungu {
	background:#9370DB;
	color:#fff;
}

.btn-ungu:hover {
   opacity: 0.8;
   background:#9370DB;
   color:#fff;
}

.btn-ungu:active {
    background-color:#9370DB;
}

.btn-biru {
	background:#00BFFF;
	color:#fff;
}

.btn-biru:hover {
   opacity: 0.8;
   background:#00BFFF;
   color:#fff;
}

/*warna Navbar disini*/
.navbar{
	
	background-color: #cecece;
	overflow: hidden;
}
/*warna Navbar disini tutup*/


.btn-biru:active {
    background-color:#00BFFF;
}

/* warna button kreasi sendiri */


.error{
width: 90%;
margin: auto;
text-align:center;
}

.tulisannav {
	font-size:19px;
	font-weight: bold;
}

/* EXAMPLE 6 - Background Logo*/


.example6 .navbar-brand{ 
 background: url('../img/sehat.png') center / contain no-repeat;
  width: 200px;

}


.table {
background:#transparent;
margin-bottom: 5px;
}


.panel
{
    text-align: center;
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/*faq */

.panel-heading2 {
  color: #000;
  font-size:15px;
  text-align: left;
  
}

.panel-body2 {
	text-align: left;
	padding:2px;
}

marquee {
	background:;
}


/*faq */

/* warna panel harga paket */
.panel-title {
  color: #fff;
  font-weight: bold;
}

.panel-merah {
	border-color:#F5003D;
}

.panel-merah >.panel-heading {
  background: #F5003D;
}


.panel-hijau {
	border-color:#2AA648;
}

.panel-hijau > .panel-heading {
  background: #2AA648;
}

.panel-orange {
	border-color:#FF5722;
}

.panel-orange > .panel-heading {
  background: #FF5722;
}

.panel-silver {
	border-color:#C0C0C0;
}

.panel-silver > .panel-heading {
  background: #C0C0C0;
}

.panel-gold {
	border-color:#D4AF37;
}

.panel-gold > .panel-heading {
  background: #D4AF37;
}

.panel-platinum {
	border-color:#434341;
}

.panel-platinum > .panel-heading {
  background: #434341;
}

div.social-float-parent { width: 100%; height: 1000px; background: #f8f8f8; position: relative; }
div#social-float { width: 200px; position: fixed; left: 10px; bottom: 10px; background: #777; }
div#footer { width: 100%; height: 50px; background: transparent; }
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
