

  .title{
    display: flex;
    flex-direction: column;
    color: #3a539b;
    text-align: center;
    font-size: 1.3em;
    justify-content: center;
    align-items: center;
  }

  .hrtitle {
    width: 60%;
    border-color: #99b867;
    border-width: 1px 0 solid;
    border-style: solid;
    margin: 0 0  0 0;
  }

.flexbox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.arrow-wrapper {
  display: flex;
  align-items: center;
}

.blockhome {
  cursor: pointer;
  height: 60px;
  margin: 15px;
  font-size:2em;
  float: left;
  align-items: center;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  justify-content: center;

}

.block {
  cursor: pointer;
  width: 400px;
  height: 100px;
  background: #3a4d94;
  border: #3a4d94 solid 1px;
  margin: 15px;
  font-size:.8em;
  display: flex;
  align-items: center;
  justify-content: center;

}

.blockpilih {
  cursor: pointer;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background: #45486e;
  border: #3a4d94 solid 1px;
  color: #fff;
  text-align: center;
  border-radius: 10px;  
  font-size:1.5em;
  justify-content: center;

}

.blockpilih i {
  font-size:4em;
}

.blockpilih .child {
  margin-top: 10px;
  color: #fff;
  font-size:.6em;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}


.block:hover {
  cursor: pointer;
  width: 400px;
  height: 100px;
  background: #4a61b5;
  border: #4a61b5 solid 1px;
  margin: 15px;
  font-size:.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  color: #fa8f02; /*rgb(0,20,50);*/
  opacity: 0.4;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s;
  font-size: 2em;
}


h1, h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #e6e7eb;
    line-height: 50px;
}

h3{
  margin-bottom: 0px;
}

.arrow-wrapper:hover h1 {
  opacity: 100;
}



.jumbotron {
margin-top: -1%;
background-color: transparent;
}  

.containerjmb{
    color: #FFF;
  font-size: .5em;
}

.containerjmb h1 p {
  padding-top: 0;
  font-size: 1.5em;
  margin-bottom: .4em;
  font-weight:600;
  color: #fff;
}

.containerjmb p {
  font-size: 3.2em;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.notes {
  background-color: #fff
}

.atmedicnya{
  margin-top: 2em; position: absolute; top: 0;
}

.linkatmedic{
color: #0f3675; font-weight: 400;
}
.linkatmedic2{
  clear: both;
  text-decoration: underline;
  margin-top: 20%;
color: #000; font-weight: bold;
}

.datareg{
  color: #fff;font-weight: bold;padding: 2%
}

.tabcontent{
  width: 50%;
  padding: 100px;
  margin-left: 2%;

}

.cariutama{
  padding-left: 2%;
  margin-top: 1%;
}

#rm{
  width: 50%;
  margin-left: 2%;

}

#tgllahirview{
  width: 50%;
  margin-left: 2%;

}


  .title{
    display: flex;
    flex-direction: column;
    color: #52391d;
    text-align: center;
    font-size: 1.3em;
    justify-content: center;
    align-items: center;
  }

  .hrtitle {
    width: 60%;
    border-color: #99b867;
    border-width: 1px 0 solid;
    border-style: solid;
    margin: 0 0  0 0;
  }



strong { font-weight: 500; }

a, a:hover, a:focus {
  color: #777a9e;
  text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #444870;
    line-height: 50px;
}

h3 {
  font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #444870;
    margin-bottom: 0;
}

h4 {
  font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.ijo{
  color: green
}

img { max-width: 100%; }

::-moz-selection { background: #777a9e; color: #000; text-shadow: none; }
::selection { background: #777a9e; color: #000; text-shadow: none; }

.modal-open{
  color: #000;
}

/***** Top menu *****/

.navbar {
  padding-top: 10px;
  background: #333;
  background: rgba(51, 51, 51, 0.3);
  border: 0;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
  font-size: 16px;
  color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
  margin: 0 5px;
  font-size: 28px;
  vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #777a9e; }



/***** Top content *****/

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 10px; }

.isidata {
  font-weight: bold;
  color: #ed6b00
}

label{
  color: #444870;
  font-size: 1.2em;
  font-weight: 400
}

.atmedic {
  padding: 25px; background: #fff;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.atmedic h3 { margin-top: 0; margin-bottom: 5px;  }

.atmedic-steps { overflow: hidden; position: relative; margin-top: 20px; }

.atmedic-progress { position: absolute; top: 2em; left: 0; width: 100%; height: 3px; background: #ddd; }
.atmedic-progress-line { position: absolute; top: 0; left: 0; height: 3px; background: #444870; }

.atmedic-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.atmedic-step-icon {
  display: inline-block; width: 2em; height: 2em; margin-top: 4px; background: #ddd;
  font-size: 2em; color: #fff; line-height: 2em;
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.atmedic-step.activated .atmedic-step-icon {
  background: #fff; border: 2px solid #444870; color: #444870; line-height: 2em;
}
.atmedic-step.active .atmedic-step-icon {
  width: 2em; height: 2em; margin-top: 0; background: #444870; font-size: 2em; line-height: 2em;margin-top: 4px; 
}

.atmedic-step p { color: #ccc; }
.atmedic-step.activated p { color: #444870; }
.atmedic-step.active p { color: #444870; }

.atmedic fieldset { display: none; text-align: left; }

.atmedic-buttons { text-align: right; }

.atmedic .input-error { border-color: #777a9e; }



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
  
  .navbar { padding-top: 0; }
  .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
  .navbar-brand { height: 60px; margin-left: 15px; }
  .navbar-collapse { border: 0; }
  .navbar-toggle { margin-top: 12px; }
  
  .top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
  
  h1, h2 { font-size: 32px; }
  
  .atmedic { padding-bottom: 20px; }
  .atmedic-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  

.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#FFF;
}

}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
    background:#c2c3cc;
    /* rgb(236, 250, 217);
*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #777a9e;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #444870;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0 0 0;
  border-top: none;
}

.jumbotron {
margin-top: -1%;

background-color: transparent;
}  

.containerjmb{
    color: #FFF;
  font-size: .5em;
}

.containerjmb h1 p {
  padding-top: 0;
  font-size: 1.5em;
  margin-bottom: .4em;
  font-weight:600;
  color: #fff;
}

.containerjmb p {
  font-size: 3.2em;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.container{
  width: 100%;
}


.tab .nav-tabs{
    border-bottom:0 none;
    margin-top: 20px;
}
.tab .nav-tabs li a {
    font-size:14px;
    color:#fff;
    margin-right:0;
    padding:10px 45px;
    border-radius:0;
    overflow: hidden;
    background:#9a5379;
    text-transform:uppercase;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.tab .nav-tabs li:first-child a{
    border-top-left-radius:8px;
}
.tab .nav-tabs li:last-child a{
    border-top-right-radius:8px;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a{
    background:#444870;
    color:#fff;
    margin-top: -19px;
    font-weight: bold;
    padding:20px 45px;
    border:1px solid #444870;
}

