body {
    padding-bottom: 70px;
    height:100%;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

.page-content {
    background-color: #EEF5F9;
    min-height:100%;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
}

#page-content-wrapper {
  width: 100%;
}

#main_icon
{
  float:right;
  padding-right: 65px;
  padding-top:20px;
}
.sub_icon
{
  float:right;
  padding-right: 65px;
  padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

.badge{
    font-size:14px;
}

.btn-outline-primary {
    font-size:8px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.box-QR {
  margin: 3rem auto;
}

.help-block{
  color: #FF0000;
  font-size: 12px;
}

.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%;
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important;
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545;
}

.bs4-order-tracking li.active>div {
    background: #dc3545;
}

.bs4-order-tracking li.active:after {
    background: #dc3545;
}

.card-timeline {
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0;
}



/* HIDE RADIO */
.armada > [type=radio],
#tour_location [type=radio],
#passenger_count [type=radio]
{ 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.armada > [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.armada > [type=radio]:checked + img {
  outline: 2px solid #f00;
  background-color:#FFF;
}

.loader-bg {
    background: url('../img/preloader.gif') #ffffff00;
    background-position: center center;
    background-repeat: no-repeat;
    display:block;
    margin: 0 auto;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 70px;                                                                                                                                                                             
        transition: all .4s ease 0s;
    }
    #wrapper.active {
        padding-left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 150px;
        width: 150px;
        transition: all .4s ease 0s;
    }
    
    .box-QR {
        text-align: center;
    }
}
