/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
/*
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
*/
body, html, .container-fluid {
  height: 100%;
}

body, html{
  background-color: #F4F4F4;
}

.carousel-item {
  height:147px;
  width:540px;
  /*min-height: 50px;*/
  background: no-repeat center center scroll;
  background-color:gray;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.nav-atas{
  padding-top: 25px;
  max-height: 148px;
  /*background-image: url("../../img/header.png");*/
}
.nav-bawah{
  padding-top: 0px;
	max-height: 42px;
	/*background-image: url("../../img/header.png");*/
}
.navbar-nav {
      flex-direction: row;
}

.nav-link {
  padding: 0;
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
    position: absolute;
}
.grad {
  background-image: linear-gradient(to right, #3FB8E3 , #114982);
}

.dotted {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border-style: dashed;
	border-width: 1.5px;
}

.gray{
  background-color: #F4F4F4
}

.no-hover:hover {
  color: white;
  text-decoration: none;
  cursor: text;
}
.no-right-margin{
  margin-right: 0px;
}
.claret{
  position: absolute;
  right: 16px;
  top: 16px;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -25px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -25px;
  margin-right: 5px;
}

ol.decimal {
    list-style-type:decimal;
}
.sj-blue{
  background-color: #0F3E78;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.tnc {
  background-image: url("../img/tnc_active.png");
   background-repeat: no-repeat;
   background-size:cover;
  padding: 0px;
  margin: 0px;
  width: 78px;
  height: 77px;
  position: relative;
  top:10px;
  
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toTop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#toTop:hover {
    background: rgba(0, 0, 0, 0.9);
}
#toTop:hover i {
    color: #fff;
    top: 5px;
}

#loading-image{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 9999;
}
.img-flight{
  max-width: 40%;
  position: relative;
}
#btnSelSeat #btnRandSeat{
    width: 80%;
  }
img.sriwijaya-logo{
  max-width: 275px;
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 12px;
  }
  h5 {
    font-size: 13px;
  }
  h4 {
    font-size: 14px;
  }
  h3 {
    font-size: 15px;
  }
  h2 {
    font-size: 16px;
  }
  h1 {
    font-size: 17px;
  }
  img{
    max-width: 62%; 
    height: auto; 
  }
  img.sriwijaya-logo{
    max-width: 135px;
  }
  h2.title-header {
    font-size: 10px;
  }
  a.dropdownCountry, a.dropdown-item{
    font-size: 10px;
  }
  .nav-atas{
    padding-top: 0px;
    max-height: 75px;
    /*background-image: url("../../img/header.png");*/
  }
  }
  .nav-bawah{
    padding-top: 0px;
    max-height: 20px;
    /*background-image: url("../../img/header.png");*/
  }
  .carousel-item {
    height: auto;
    max-width:640px;
  }
}