
.print {visibility:visible;}
.ticketdisplay
{
    /*border:1px solid #d9eba6;*/
    /*padding: 1.5%;*/
    float: left;
    padding-top: 0px;
}
.ticketdisplay h1 {
        margin-top: 40px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
.blacktitle
{
    color:#1a75cf;
}
.pnrvalue
{
    color: #5a5a5a;
    /*font-weight: bolder;*/
    font-size: 14px;
    font-weight: bold;

}

.pnrvalue-no {
    color: #1a75cf;
    font-weight: bolder;
}
.airnotice 
{
    text-align: left;
    padding-left: 0;
   /* border-bottom: 1px dotted #1a75cf;
    margin-bottom: 2%;*/
}
.price-box-div{
    
    background: #eeeeee;
    padding-left: 0px;
    padding-right: 0px;
    

}
.price-box-fdiv {
    padding: 6px 6px !important;
    font-size: 14px;
    background: #0077cc;
     border-bottom: 1px solid white;
    color: white;
}

.price-box-sdiv {
    padding: 7px 15px !important;
    font-size: 13px;
     border-bottom: 1px solid white;
    background:  #EEEEEE;
}

.airwarning
{
    color: #f00;
    padding: 0 3% 2% 3%;
    width: 90%;
    font-style: italic;
    text-align: justify;

}
.warningborder
{
    /*background:#fcbd2f;*/
    width: 100%;
    height:1px;
}

.headblock1 {
    font-size: 13px;
    color: #fff;
    height: 35px;
    float: left;
    width: 100%;
    line-height: 34px;
    background: #0077cc ;
    
}
.border-rmv-itr{
    border-bottom:0px !important;
        margin-bottom: 1px;
    padding-bottom: 0;


}
.col-md-12.ticketdata {
    margin-bottom: 20px;
}
.ticketdata
{
/*    border-left: 1px solid #fcbd2f;
    border-right: 1px solid #fcbd2f;
    border-bottom: 1px solid #fcbd2f; */
    background: #EEEEEE;
    font-size: 13px !important;
    /*padding: 0px !important;*/
     
}

.ticketdata > div
{
    border-right: 1px solid #ffffff;
    height: 100px;
    padding-top: 20px;
}
.tikpassdata
{
  /*border-left: 1px solid #fcbd2f;
    border-right: 1px solid #fcbd2f;
    border-bottom: 1px solid #fcbd2f;   */
        background: #EEEEEE;
        text-transform: uppercase;
        font-size: 13px;
}
.tikpassdata > div
{
    border-right: 1px solid #ffffff;
        height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
span.inft-desc{
    font-size: 11px !important;
}

.noborder
{
    border: none !important;
}
.martop-20
{
    margin-top:20px;
}
.martop-10
{
    margin-top:10px;
}
.resleft {
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    /* background: #fcbd2f; */
    margin: 1px 0px;
    color: #7d7b7b;
    /*border-bottom: 1px dashed #1A75CE;*/
}
.resright
{
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    /* background: #fcbd2f; */
    margin: 1px 0px;
    color: #7d7b7b;
    /*border-bottom: 1px dashed #1A75CE;*/
}
ul.disclainote {
    padding-left: 7px;
}

.tresleft
{
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    /* background: #fcbd2f; */
    margin: 1px 0px;
    color: #757272;
    /*border-bottom: 1px dashed #1A75CE;*/
}
.tresright
{
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    /* background: #fcbd2f; */
    margin: 1px 0px;
    color: #757272;
    /*border-bottom: 1px dashed #1A75CE;*/
}
.disclainote 
{
    list-style: none;
}
.disclainote li
{

    margin: 10px;
}
.disclainote li:before {    
font-family: 'FontAwesome';
content: '\f0a4';
margin:0 5px 0 -15px;
color: #346fb5;
}
.tick-no-sp{
        text-align: right;
}




@media  print {
      #pdf-button {
        display: none;
      }

@font-face {
  font-family: helvetica, Arial, sans-serif;
  /*src: url(SourceSansPro-Regular.ttf);*/
}


header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
   padding-top: 0px;
}

#logo {
  float: left;
  margin-top: 8px;
}

#logo img {
  height: 70px;
}



    .box
    {
        background: #f7feff;
    }  


  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 2px;   
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%; 
    background: #0077cc;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0077cc;
    cursor: pointer;
}  


.skborderlf
{
   border-left: 1px dashed #ccc;
   min-height: 95px;
}

.tooltiped {
    position: relative;

}

/* Tooltip text */
.tooltiped .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltiped:hover .tooltiptext {
    visibility: visible;
}

.colrblk
{
    color: #000;
    font-weight: bolder;
    font-size: 17px;
}

.colrblk small
{
    color: #1396e2;
    font-weight: lighter;
    font-size: 11px;
}
.thrid-row
{
    font-size: 12px;
    float: left;
    width: 100%;
    padding-bottom: 7px;
}
.rowbtn
{
    color: #0077CC;
    background: #f3f3f3 !important;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
    float: left;
}

.thrid-row a
{
    /*float: left;
    padding: 5px 0px 0px 25px;
    font-size: 14px;
    color: #0077CC;*/

    float: left;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 10px;
    color: #0077CC;
    width: 100%;
    height: 33px;
    background: #f3f3f3 !important;
    border: 1px solid #ddd;
    border-right: 0px !important;
    text-align: center;
    /*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;*/
}
.thrid-row a:last-child
{
    border-right: 1px solid #ddd !important;
}
.thrid-row a:hover {
    border-bottom: 3px solid #0077cc !important;
    padding-left: 15px !important;
        height: 33px;
    
}
.details:hover .third-row
{
    display: block;
}
.border-line
{
    /*border-bottom: 1px dashed #01b7f2;*/
    width: 100%; 
    height: 1px;
    margin: 3px;
    padding: 2px 0px;
}
.border-xline
{
    /*border-bottom: 1px dashed #01b7f2;*/
    width: 100%;
    float: left;
    height: 2px;
    padding: 5px 0px;
    margin-bottom: 5px;
}
.ibhfee
{   
    float: right;
    margin-right: 40px;
    text-align: left;
    width: 60px;
}
.sel_serv
{
    /* background: #fcbd30; */
    /* color: #fff !important; */
    border-bottom: 3px solid #0077cc !important;
    /*padding: 5px 7px !important;*/
    /*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;*/
    height:30px;
    /* border-radius: 3px; */
}
.sel_serv:after{
      z-index: 1;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 10px 10px 0 9px;
    border-color: #0077cc transparent transparent transparent;
    line-height: 0px;
    margin-top: 24px !important;
    position: absolute;
    left:48%;
}
/*.itendrop:after
{
    left:26%;
}
.faredrop:after
{
    left:20%;
}
.bagdrop:after
{
    left:32%;
}*/

.brd-left
{
    /*border-left: 1px solid #43bcf2;*/
}
.flightdetails
{
    margin:10px 0 0 0;
}
.perflight
{
    float: left;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 15px;
    /*border: 1px solid #0077cc*/
    border-bottom: 1px dashed #0077cc;
}
.perflight:last-child
{
    border-bottom: none;
}
.systbdr
{
    margin-bottom: 10px;
}
.farerlsec
{
/*-webkit-box-shadow: 0px 0px 0.1px 0.1px #01b7f2;
-moz-box-shadow:0px 0px 0.1px 0.1px #01b7f2;
box-shadow:0px 0px 0.1px 0.1px #01b7f2;*/
    border: 1px solid #EAEAE9;
    float: left;
    margin-top: 15px;
    padding: 15px 15px 30px 15px;
    margin-left: 1%;
    width: 98%;
}

.baggage_sel
{
/*-webkit-box-shadow:0px 0px 0.1px 0.1px #01b7f2;
-moz-box-shadow: 0px 0px 0.1px 0.1px #01b7f2;
box-shadow:0px 0px 0.1px 0.1px #01b7f2;*/

    border: 1px solid #EAEAE9;
    float: left;
    margin-top: 15px;
    padding: 15px 15px 30px 15px;
    margin-left: 1%;
    width: 98%;
}

.flightitem
{
/* -webkit-box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);
-moz-box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);
box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);*/
border: 1px solid #eaeaea;
float: left;
margin-top: 15px;
padding: 15px;
}
.labtimeset
{
    
    width: 100%;
    display: block;
}
.timecontain
{
    float: right;
    text-align: right;
}
.baggageit_sel
{
/* -webkit-box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);
-moz-box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);
box-shadow: 0px 0px 0.1px 0.1px rgba(145,146,148,1);*/
border: 1px solid #eaeaea;
float: none;
margin-top: 15px;
padding: 0;
border: none !important;
}

.myitern h4 {
    color: #1b1c1d !important;
}
.flyorig
{
    margin-bottom: .75rem;
    padding-left: 1.875rem;
    position: relative;
}
.flyorig:before
{
    content: "";
    position: absolute;
    left: .375rem;
    width: 12px;
    height: 12px;
    display: block;
    top: 12px;
    border-radius: 100%;
    background: #07c;
    border: 2px solid #0077cc;
    z-index: 2;
}
.flyorig:after
{
        content: "";
    position: absolute;
    width: 2px;
    background-color: #0077cc;
    padding: 0;
    top: 15px;
    bottom: -15px;
    left: 9px;
    z-index: 0;
    height: 62px;
}

.flydest:before
{
    content: "";
    position: absolute;
    left: .375rem;
    width: 12px;
    height: 12px;
    display: block;
    top:60px;
    border-radius: 100%;
    background: #07c;
    border: 2px solid #0077cc;
    z-index: 2;
}
.flydest:after
{
content: "";
    position: absolute;
    width: 2px;
    background-color: #0077cc;
    padding: 0;
    bottom: 7px;
    top: 24px;
    left: 9px;
    z-index: 0;
    height: 10px;
}
.flydest
{
    padding-left: 1.875rem;
    position: relative;
}
.itenerary_list
{
    padding: 10px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #EAEAE9;
}

.travelitren
{
    border-bottom: 1px dashed #0077cc;
    margin-top: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.travelitren:last-child
{
    border:none;
}
.itenerary_list:last-child
{
    border: none;
}
.myleftbdr
{
    /*border-left: 1px solid #01b7f2;*/
}
.ibookfee {
    width: 100%;
    height: 15px;
}
.farerlsec h4
{
   color: #0077cc;
}
.conwaiting
 {
    border-radius: .375rem;
    color: #ff5452;
    position: relative;
    background: #f3f2f5;
    margin: .75rem -.75rem;
    padding: .375rem .75rem;
    width: 97%;
    min-height: 35px;
}
.vertdot
{
    display: block;
    float: left;
    margin-left: 7px;
}

.conwaiting h4
{
    color: #0077cc!important;
}


    .ajhtwo
    {
        margin:0;
        padding:0;
    }
    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 1;
    }
    .modal-body
    {
        margin: 0;
    }
    .nodisplay
    {
        display: none;
    }
    .ajradio
    {
       /* position: absolute !important;
        opacity: 0 !important;
        bottom: 0 !important;
        left: 20px !important;
        width: 20px !important;
        height: 20px !important;
        min-height: 20px !important;
        max-height: 20px !important;
    */

    float: left !important;
    margin: 0px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 3%;
    width: 16px;
    }

    .ajlabel span
    {
        margin-left: 20px;
    }
    .ajtext
    {
       
        border: 0px solid #fff !important;
        background-color: #fff !important;
        color: #020202 !important;
       /* min-height: 40px !important;*/
        font-size: 14px;
        padding: 10px 9px 9px 9px;
        width: 100%;
        font-weight: normal;
            border-radius: 4px !important;
    }
    .ajsrbtn
    {
    background: #07c !important;
    color: white;
    border-radius: 4px;
    font-size: 19px;
    font-weight: inherit !important;
    padding: 3px 6px;
    }
    .search-date .input-group-addon 
    {
        background-color: #062f47;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .iCheck-helper
    {
        z-index: 9999;
    }

    .search-box
    {
        /*bottom: -540px;*/
    }
    .emptydisplay
    {
        display: none;
    }
    .search-box-wrapper
    {
        top:15% !important;
    }

    .ajselect
    {
    background-color: #fff!important;
    color: #020202 !important;
    min-height: 40px;
    max-width: 90%;
    padding: 5px 7px!important;
    border: 0px;
    }

.search-date .input-group-addon {
    padding-right: 0px !important;
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 12px;
    padding: 0;
}

.ajdpr
{
    width: 100% !important;
    padding-left: 13% !important;
}
.input-group {
    width: 100%;
}

.ajlabel {
    font-size: 100% !important;
    color: #020202;
}

#vue_flight
{
    overflow: hidden;
}
#loadingdiv{
 width:0px;
 background:#fcbd30;
 height:15px;

 }

.listing-style3.flight figure {
  /*  display: block !important;
    width: 65px;
    max-width: 65px;*/
}

.flight-logo {
    /*width: 55px !important;
    max-width: 55px !important;
    max-height: 30px !important;*/

} 
.listing-style3.flight .details {
     display: inline-block; 

}
.detbegin
{
    min-height:65px;
    float: left;
    padding-right: 0;
    text-align: center !important;
}

.widthfull
{
    width: 100%;
    display: block;
    padding: 0 !important;
    margin-top: 40%;
}
.action {
    /*margin-top: 5%;*/
    margin-left: 10px;
}
.ajbutton
{
    color: #fff !important;
    background-color: #9EC538 !important;
    border-color: #9EC538 !important;
    border-radius: 0px !important;
    font-size: 14px;
    outline: none !important;
    padding: 10px;
    float: right;
}
.ajbutton:hover
{
  
}
.ajprice-tag {
    display: inline-block;
    text-shadow: none !important;
    background-color: inherit !important;
    color: #07c !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 6px 10px 6px 10px;
    float: left;
    width: 100%;
    text-align: right;
}

.ajprice-tagsub {
    display: inline-block;
    text-shadow: none !important;
    background-color: inherit !important;
    color: #5a5a5a !important;
    font-size: 13px !important;
    font-weight: normal !important;
    /*padding: 6px 0px 6px 10px;*/
    padding: 0;
    float: left;
    width: 100%;
    text-align: right
}

.ajprice-list-new {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


.foreway{ background:#fff !important }
.listing-style3.flight .box,
.listing-style3.flight.box {
    padding: 10px 4px 7px 4px;
    display: table;
    width: 100%;
    table-layout: fixed;
   /* border-bottom: 1px solid #999;*/
}
.box:last-child
{
    border:none !important;
}
.flight-list.listing-style3.flight {
    /*border: 1px solid #237bd1 !important;*/
        width: 100%;
    float: left;
}

.listing-style3.flight figure {
    display: table-cell;
    background: #fff;
    vertical-align: middle;
    float: none;
}

.listing-style3.flight figure span {
    text-align: center;
    display: block
}

.listing-style3.flight figure span img {
/*    max-width: 60px;
*/    height: auto
}

.listing-style3.flight .box-title {
    float: left;
    width: 100%;
    text-align: center;
}

.listing-style3.flight .stop:hover {
    background: #fdb714
}

.listing-style3.flight .amenities {
    margin-bottom:4px;
    float: right;
    font-size: 14px;
    margin-right: 15px;
    padding: 3px 8px;
    background: #ffd473;
    border-radius: 5%;
    opacity: 1;
}

.listing-style3.flight .details {
    display: table-cell;
    padding:0 0 0 15px;
    float: left;
}

.listing-style3.flight .details .details-wrapper {
    display: table;
    width: 100%
}

.listing-style3.flight .details .details-wrapper>* {
    /*display: table-row*/
}

.listing-style3.flight .details .details-wrapper>*>* {
    /*display: table-cell;
    padding: 15px 15px 0 15px*/
}

.listing-style3.flight .details .details-wrapper>*>*:first-child {
    border-right: 1px solid #f5f5f5;
    padding-left: 0
}

.listing-style3.flight .details .details-wrapper>*>*:last-child {
    text-align: center;
    padding-right: 0
}

.listing-style3.flight .details .details-wrapper>*:first-child>* {
  /* border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;*/
    padding-top: 0;
}

.listing-style3.flight .details .details-wrapper .box-title {
    margin: 0 10px 15px 0
}

.listing-style3.flight .details .details-wrapper [class^="fas"].circle {
    margin-right: 5px
}

.listing-style3.flight .details .details-wrapper [class^="col-"],
.listing-style3.flight .details .details-wrapper [class*=" col-"] {
    padding: 0
}

.listing-style3.flight .details .details-wrapper .time>div {
    border-right: 1px solid #f5f5f5;
    padding-left: 15px
}

.listing-style3.flight .details .details-wrapper .time>div:last-child {
    /*border-right: none*/
}

.listing-style3.flight .details .details-wrapper .time>div:first-child {
    padding-left: 0;
    border-left: 1px solid #f5f5f5;
}

.listing-style3.flight .details .details-wrapper .time>div>div {
    padding-left: 25px
}

.listing-style3.flight .details .details-wrapper .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
    margin-left: 10px;
}

.listing-style3.flight .details .details-wrapper .time {
    letter-spacing: 0.04em
}

.listing-style3.flight .details .details-wrapper .action {
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    float: left;
}

.box-title small {
    font-size: 11px;
    color: #060400;
    text-transform: none;
    /* display: block; */
    /* margin-top: 4px; */
    /* float: none; */
    margin-left: 4px;
    /* float: left; */
}

a.button.btn-mini {
    padding-left: 10px;
    padding-right: 10px;
}

a.button.btn-mini {
    height: 19px;
    padding: 0 20px;
    font-size: 10px;
    line-height: 19px;
}

.listing-style3 .price {
    
     float: none !important;
    text-align: center !important;

    font-size: 27px;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    color: #07c !important;
    font-weight: normal;
}
.nodisplay
{
    display:none;
}
.price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
}

.skin-color {
    color: #0077cc;
}

.second-row{
    font: 75%/150% "Lato",Arial,Helvetica,sans-serif !important;
    float: left;
    width: 100%;
}

.time {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 19px;
}
.yellow-color{
    color: #FDB713;
}
.flight .box figure{
    border: 1px solid #7DB920;
    padding: 5px;
}
.flight-logo{
    width: 100%;
    height: auto;
}
.no-visible{
    visibility: hidden;
}
.sep-line
{
    width: 98%;
    height: 1px;
    background: #cccccc;
    margin:5px 0px 0px 1%;
    float: left;
}
#toggleSearch
{
  display: none;
  background: #fcbd30;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.asp-select
{
  max-width: 100%;
}

.mybxtit
{
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 0.8333em;
    float: left;
}

.mybxtit span {
    width: 100%;
    display: block;
    color: #1396e2;
}
/* .panel-primary
{
    border: 1px solid #337ab7;
} */
.mybagdiv
{
    border:1px solid #9a9790;
}
.mybaghead
{
    background: none !important;
    border-bottom:1px solid #9a9790 !important;
    color: #5a4f4f !important;
}
.mybagcont
{
    color: #5a4f4f !important;
    line-height: 26px;
    font-size: 13px;
}
.tbbord
{
   border-right: 1px dotted #999;
}
.botgap
{
    margin-bottom: 20px;
}


.blockhr
{
    color: #07c !important;
    font-size: 21px;
    margin: 0;
}

.timehr
{
    text-align: left !important;
    margin: 0 0 0 7px !important;
}
.redsmall
{
    color: #0077CC;
    font-weight: 600;
    text-transform: none;
}
.routeline
{
    height: 2px;
    width: 90%;
    background-color: #817b8f;
    margin: .375rem auto;
    padding: 0;
    position: relative;
    border-radius: .375rem;
    display: block;
    text-align: center;
    line-height: 0;

}
.routeline:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -.375rem;
    top: 50%;
    margin-top: -8px;
    margin-left: 13px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 12px;
    background-image: url(flight/plane-solid.svg);



}

.clear
{
    clear:both;
}

.routestop {
    background-image: none;
    background-color: #1396e2;
    border-radius: .375rem;
    box-shadow: 0 0 0 2px #fff;
    width: .375rem;
    height: .375rem;
    line-height: 0;
    top: -1px;
    position: relative;
    display: inline-block;
    margin: 0 4%;
    zoom: 1;
}

.filter-btn {
    /*width: 100%;
    background-color: #fcbd30;
    color: #504f4f;*/
}
.filter-btn:hover {
    /*background-color: #fcbd30;
    color: #fff;*/
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
    float:left;
}
.col-md-3 {
    width: 25%;
}
.col-md-12 {
    width: 100%;
}
.noborder {
    border: none !important;
}
.headblock {
    font-size: 14px;
    color: #fff;
    height: 35px;
    float: left;
    width: 100%;
    line-height: 34px;
    background: #1a75cf;
}
.col-md-12.tikpassdata {
    padding: 0px !important;
}
.ticketdata {
    margin-bottom: 0px !important;
}
.headblock {
    font-size: 16px;
    color: #fff;
    height: 35px;
    float: left;
    width: 100%;
    line-height: 34px;
    background: #1a75cf;
}
.tikpassdata {
    padding: 0px !important;
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}


.col-md-2 {
    width: 16.66666667%;
}
.ticketdata{
  padding: 0px !important;
}
.noborder {
    border: none !important;
}
.ticketdata {
    margin-bottom: 0px;
}
.border-rmv-itr {
    border-bottom: 0px !important;
    margin-bottom: 1px;
    padding-bottom: 0;
}
.border-rmv-itr {
    border-bottom: 0px !important;
  }


.br-head{
  border-bottom: 1px solid !important;
  margin-bottom: 10px !important;
}

/*.ticketdisplay {
    padding-left: 2%;
    padding-right: 2%;
}*/

section {
    border: none !important;
}
@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 10mm;  
} 
body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 
.tick-no-sp{
  margin-bottom: 0px !important;
}

ul.disclainote {
    font-size: 12px !important;
    text-align: justify;
}
.clearfix {
    padding: 0px !important;
    margin: 0px !important;
}

span.inft-desc {
    font-size: 11px !important;
}
.ticketdata {
    font-size: 13px !important;
}