body {
  /*font-family: "Titillium Web", Arial, sans-serif;*/
  margin: 0;
  padding: 0;
  font-size: 14px; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold;
}

blockquote{
  font-size: 13.5px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex; /* For Safari */
    -webkit-justify-content: center; /* For Safari */
    -webkit-align-items: center; /* For Safari */
}

.row{margin: 0px;}

.gap {
    padding-top: 60px;
}

label {
    font-weight: 600;
}

.content-body:after {
    content: "";
    display: block;
    height: 100px;
}

.input-form {
    margin-bottom: 10px;
}

.input-form input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #b8babb;
    background: #fff;
    outline: none;
}

.title-signup{
    color: #1F364D;
    font-weight: bold;
    text-align: center;
}

.legend-signup{
    text-align: center;
    font-size: 20px;
}

.form-signin label, .form-signin input{
    display: block;
}

.form-signin form{
    width: 100%;
}

label.user-settings {
    /*width: 110px !important*/
}

label.input-data {
    /*width: 110px !important*/
}

div.input-data {
    margin-left: 140px !important
}

div.user-settings {
    /*margin-left: 130px !important*/
}
 

textarea.parsing-input {
    width: 100% !important;
    /*width: 250px !important;*/
}

form.input-form {
    margin-bottom: 0 !important
}

.input-append input {
    width: 170px !important
}

.input-prepend input {
    width: 100% !important
}

.form form input[type="text"]:focus, .form form input[type="password"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form form input[type="text"], .form form input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #b8babb;
    background: #fff;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form form .control-group{
    margin-bottom: 7px;
}

footer .content {
    /*margin-top: 30px;*/
}

span.help-block {
    color: red !important;
    font-weight: bold !important;
    font-size: 10px !important
}

.orderanku-modal-resi, .orderanku-modal-reset-password, .orderanku-modal-can-edit-lunas {
    /*width: 260px !important;*/
    /*margin-left: -130px !important;*/
}

.orderanku-modal-keterangan {
    /*width: 320px !important;*/
    /*margin-left: -160px !important;*/
}

.orderanku-logo {
        margin-top: 50px !important;
}
.orderanku-logo, .orderanku-search-form {
        margin: 0 auto;
        width: 100%;
}

.orderanku-logo img {
    width: 100%;
    height: auto;
}

.logo {
    display: none;
    width: 127px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.tab-content{
    margin-top: 30px;
}

div.password-reset {
    display: none;
}

div.report-search-form {
    /*margin-left: 10px !important;*/
}

div#top-menu{
    float: right;
    margin-right: 50px;
    margin-top: 50px;
}

div#top-menu li{
    display: inline;

}

div#top-menu li a{
     position: relative;
    list-style: none;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: bold;
}

div#top-menu li a:hover{
    /*color: red;*/
    text-decoration: none;
}

div#top-menu li a:hover:before{
 visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

div#top-menu li a:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

#orderId{
    width: 100%;
    border: solid 2px #b8babb;
    height: 50px;
    background: #fff;
    outline: none;
    font-size: 1em;
    padding: 0 20px;
    margin-top: 40px;
}

#submit-button{
    margin-top: 20px;
    width: 200px;
    font-size: 20px;
}


#header{
    margin: 0px;
    background: url(../img/bg-landing.png) no-repeat center center; 
    /*background-image: url("../img/bg-landing.png"); */
    /*background-repeat: none;*/
    background-size: cover;
    background-color: #DDECF2;
    /*height: 95vh;*/
}

.content-body{
  min-height: 100%;
    margin-top: 75px;
    /*min-height: 400px;*/
}

.header-fixed {
    height: 60px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    -webkit-transition: cubic-bezier(0.65, 0.16, 0.34, 0.94) 0.2s;
    -moz-transition: cubic-bezier(0.65, 0.16, 0.34, 0.94) 0.2s;
    -o-transition: cubic-bezier(0.65, 0.16, 0.34, 0.94) 0.2s;
    transition: cubic-bezier(0.65, 0.16, 0.34, 0.94) 0.2s;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: 1000;
} 


.hilite {
    background: #1f364d;
    color: #fff;
    padding: 40px 0;
}

.btn-signup {
    display: inline-block;
    text-decoration: none !important;
    background: #bf1c22;
    color: #fff  !important;
    padding: 5px 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.hilite p {
    line-height: 34px;
    padding-right: 140px;
    font-size: 18px;
}

.align-center {
    text-align: center;
}

.split {
    width: 50%;
    min-height: 100px;
    float: left;
}

.advantage h1 {
    font-size: 2.4375em;
    margin-bottom: 45px;
}

strong {
    font-weight: bold;
}

.cek-order-result .not-found{
    color: red;
}

.cek-order-result{
    margin-top: 50px;
    padding: 10px;
    background: aliceblue;
}
.cek-order-result tr td:first-child {
    font-weight: bold;
}
.cek-order-result tr td, .table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.form-control{
    border-radius: 0px;
    font-size: 12px !important
}

button[disabled], html input[disabled] {
    cursor: default;
    background: #f7f7f7 !important;
}

 

/*css made with keyboard by dikaseva - dikaseva.com*/
*, *:after, *::after, *:before, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #1f364d;
  /* Safari */
  color: #fff; }

::-moz-selection {
  background: #1f364d;
  /* Firefox */
  color: #fff; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

 

.header nav a,
.header-fixed nav a:hover {
    color: #1f364d;
}
.header-fixed nav a {
        padding-bottom: 5px;
  line-height: 60px; }
.header .logo,
.header-fixed .logo {
  display: block; }

nav {
  float: right;
  color: #1f364d; }
  nav li {
    float: left;
    list-style: none;
    padding: 0 10px;
    position: relative; }
  nav a {
    line-height: 100px;
    position: relative;
    color: #1f364d;
    text-decoration: none; }
    nav a:before {
      -webkit-transition: width, ease 0.5s;
      -moz-transition: width, ease 0.5s;
      -o-transition: width, ease 0.5s;
      transition: width, ease 0.5s;
      content: '';
      width: 0;
      height: 2px;
      background: #1f364d;
      position: absolute;
      left: 0;
      bottom: 0; }
    nav a:hover {
        text-decoration: none !important; 
      cursor: pointer; }
      nav a:hover:before {
        width: 100%; }
 
 
/*section hilite (signup)*/
.hilite {
  background: #1f364d;
  color: #fff;
  padding: 40px 0; }
  .hilite p {
    line-height: 34px;
    padding-right: 140px;
    font-size: 18px; }

 
/*advantage*/
.advantage {
    position: relative;
  padding-top: 40px;
  background: #fff;
  border-bottom: solid 5px #1f364d; }
  .advantage:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto; }
  .advantage h1 {
    font-size: 2.4375em; }

.timeline {
  width: 100%;
  position: relative;
  padding-left: 0px;
  margin: 20px auto 60px auto; }
  .timeline:before, .timeline:after {
    position: absolute;
    content: '';
    z-index: 22;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .timeline:before {
    width: 30px;
    height: 30px;
    border: solid 2px #1f364d;
    background: #fff; }
  .timeline:after {
    width: 20px;
    height: 20px;
    background: #1f364d;
    top: 5px; }
  .timeline li {
    list-style: none;
    width: 100%;
    position: relative;
    min-height: 80px;
    padding: 20px 0 20px 0; }
    .timeline li .split:first-child {
      padding-right: 60px; }
    .timeline li .split:last-child {
      padding-left: 60px; }
    .timeline li:nth-child(even) .split:first-child {
      float: right;
      padding-right: 0;
      padding-left: 60px; }
    .timeline li:nth-child(even) .split:last-child {
      float: left;
      padding-right: 60px;
      padding-left: 0; }
    .timeline li:before {
      content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      background: #1f364d;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .timeline li:after {
      position: absolute;
      content: '';
      z-index: 22;
      left: 0;
      right: 0;
      bottom: -50px;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      border: solid 2px #1f364d;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .timeline li:last-child:before, .timeline li:last-child:after {
      display: none; }
  .timeline h3 {
    font-weight: 700;
    padding: 0;
    margin-top: 5px;
    font-size: 1.5em; }
  .timeline p {
    color: #1f364d; }
  .timeline img {
    max-width: 100%; }

/*info*/
.info {
    position: relative;
  padding: 40px 0;
  background: #bf1c22;
  color: #fff; }

  .info:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #bf1c22 transparent;
    left: 0;
    right: 0;
    top: -3 0px;
    margin: 0 auto; }
  .info h3 {
    font-size: 1.17em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff; }
  .info .grid-4 {
    min-height: 139px; }
    .info .grid-4:nth-child(1) {
      border-right: solid 1px #b8babb; }
    .info .grid-4:nth-child(3) {
      border-left: solid 1px #b8babb; }
  .info .content {
    padding: 0 20px; }

.icon-connect li {
  display: inline-block;
  margin: 0 5px; }
  .icon-connect li:first-child {
    margin-left: 0; }
.icon-connect a:hover {
  opacity: .8; }

.sprite-socmed {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url("../img/sprite-socmed.png");
  background-position: 0 0; }
  .sprite-socmed.line {
    background-position: -50px 0; }
  .sprite-socmed.instagram {
    background-position: -100px 0; }

.input-get-update {
  width: 100%;
  height: 40px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 1em;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

address {
  font-style: normal;
  font-size: 0.875em; }

.link {
  color: #1f364d;
  text-decoration: none; }
  .link:hover {
    cursor: pointer;
    color: #0b2239; }
  .link:active {
    color: #000e25; }

/*footer*/
footer {
    /*position: absolute;*/
    background: #eee;
    margin-top: 70px !important;
    min-height: 50px;
    color: #1f364d;
    padding-top: 10px;
   /* bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;*/
  }

.copyright {
  margin-top: 10px;
  font-size: 14px;
  float: left; }

.footer-nav {
  font-size: 14px;
  float: right; 
}
  .footer-nav li {
    display: inline-block;
    padding: 10px; }
  .footer-nav a {
    color: #1f364d;
    text-decoration: none;
    position: relative; }
    .footer-nav a:before {
      -webkit-transition: width, ease 0.5s;
      -moz-transition: width, ease 0.5s;
      -o-transition: width, ease 0.5s;
      transition: width, ease 0.5s;
      content: '';
      width: 0;
      height: 2px;
      background: #1f364d;
      position: absolute;
      left: 0;
      bottom: 0; }
    .footer-nav a:hover {
      cursor: pointer; }
      .footer-nav a:hover:before {
        width: 100%; }

 
.font-small {
  font-size: 0.875em; }

/*sign up box*/
.title {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
  margin: 0;
  padding: 0; }

.signup-box {
  width: 100%;
  min-height: 80vh; }

.btn-submit,
.btn-alt,
.btn-cancel {
  outline: none;
  height: 34px;
  min-width: 40px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin: 3px 1px;
  padding: 0 10px; }
  .btn-submit:hover,
  .btn-alt:hover,
  .btn-cancel:hover {
    cursor: pointer; }

.btn-submit {
  background: #1f364d !important;
  color: #fff; }
  .btn-submit:hover {
        color: #ddd;
    background: #0b2239; }
  .btn-submit:active {
    background: #000e25; }

.btn-alt {
  background: none;
  color: #1f364d;
  border: solid 1px #1f364d; }
  .btn-alt.active, .btn-alt:hover {
    background: #1f364d;
    color: #fff; }
  .btn-alt:active {
    background: #0b2239; }

.btn-cancel {
  background: #bf1c22;
  color: #fff; }
  .btn-cancel:hover {
    background: #ab080e; }
  .btn-cancel:active {
    background: #970000; }
 
.label {
  font-weight: 600; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  font-weight: 600; }

/*sign in box*/
.header-fixed .signin-box {
  top: 60px; 
}

.btn:hover, .btn:focus, .btn.focus{
    /*color: #0088CC;*/
}

.panel-admin .glyphicon{
    font-size: 12px;
}

.panel-admin .table tbody td{
    border-right: 1px solid #ddd;
}
.panel-admin .table thead th{
    background: #2E608C;
    color: #fff;
    text-align: center;
    border-bottom: none;
    border-top: none;
}

.user-admin-content{
    width: 100%;
}

.right-content{
    margin-left: 200px;
    padding:0px 25px;
}

.signin-box {
  width: 280px;
  position: absolute;
    top: 85px;
    right: 150px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6); }
  .signin-box.hide {
    display: none; }
  .signin-box:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #b8babb transparent;
    top: -10px;
    right: 25px; }
  .signin-box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -9px;
    right: 25px; }

.input-form {
  margin-bottom: 10px; }
  .input-form .input-label {
    display: block;
    font-weight: bold; }
   

/*.alert {
        color: #a94442;
    background-color: #f2dede;
    border-radius: 0px;
  border: solid 1px #ebccd1;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 13px;
   }*/
  .alert.success {
    border: solid 1px #2ecc71;
    color: #2ecc71; }

.text-alert {
  padding: 5px 10px;
  font-size: 13px;
  color: #bf1c22;
  font-weight: 600; }

.table {
  width: 100%; }
  .table sup {
    color: #bf1c22; }
  .table td {
    vertical-align: top;
    line-height: 1.45em; }
  .table a {
    color: #3498db; }
    .table a:hover {
      cursor: pointer;
      color: #0c70b3;
      text-decoration: underline; }
  .table.minimalist {
    margin-top: 10px; }
    .table.minimalist thead {
      font-weight: 600;
      border-bottom: solid 2px #b8babb;
      text-align: left; }
      .table.minimalist thead th {
        padding: 20px 10px; }
    .table.minimalist tbody tr {
      border-bottom: solid 1px #b8babb; }
    .table.minimalist tbody td {
      padding: 10px 10px; }
    .table.minimalist tfoot td {
      padding: 10px;
      font-weight: 600; }
    .table.minimalist td.has-btn {
      position: relative;
      padding-right: 50px; }
      .table.minimalist td.has-btn button {
        position: absolute;
        right: 10px;
        top: 5px; }

@media all and (max-width: 320px) {
  .be-modal-content {
    width: 100%;
    min-height: 100vh; } }
.hide {
  display: none; }

/*media queries*/
@media all and (max-width: 800px) {
  .container {
    width: 100%; }

  .container-m {
    width: 90%; }

  /*hero*/
  .hero-content {
    max-width: 90%; }

  .hilite p {
    font-size: 0.875em; } }
@media all and (max-width: 600px) {
  .info .grid-4 {
    text-align: center; }
    .info .grid-4:nth-child(1) {
      border-right: none; }
    .info .grid-4:nth-child(3) {
      border-left: none; }
  .info .content {
    padding: 20px; }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    width: 100%; } 

 

  

  
}
@media all and (max-width: 480px) {
  .hilite {
    text-align: center; }
    .hilite p {
      padding-right: 0; }

  .btn-signup:hover {
    text-decoration: none !important;
  }

  .btn-signup {
    position: relative;
    right: 0 }

  footer {
    text-align: center; }

  .copyright {
    float: none; }

  .footer-nav {
    float: none; } }
@media all and (max-width: 480px) {
  .timeline img {
    max-width: 80%; }
  .timeline:before, .timeline:after {
    margin: 0; }
  .timeline:before {
    width: 20px;
    height: 20px; }
  .timeline:after {
    width: 10px;
    height: 10px;
    left: 5px; }
  .timeline li .split:first-child {
    padding-right: 0; }
  .timeline li .split:last-child {
    padding-left: 40px; }
  .timeline li:nth-child(even) .split:first-child {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .timeline li:nth-child(even) .split:last-child {
    float: none;
    padding-right: 0;
    padding-left: 40px; }
  .timeline li:before {
    left: 9px;
    top: 20px;
    right: auto;
    margin: 0; }
  .timeline li:after {
    margin: 0;
    width: 20px;
    height: 20px;
    bottom: -40px; }
  .timeline li:last-child:before, .timeline li:last-child:after {
    display: none; }

  .split {
    width: 100%; }

  nav li {
    position: static; }

  .signin-box {
    width: 100%; }
    .signin-box:before, .signin-box:after {
      display: none; } 


}
